:root {
	--top-bar: #032331;
	--menu-bar: #0a445c;
	--menu-bar-transparent: #0a445cbb;
	--menu-padding: 25px 0;
	--alternative-color: #dde7f1;
}

body {
	font-size: 15px;
}

.bg-dark {
	background-color: var(--top-bar) !important;
}

.container-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-wrapper {
	margin-top: auto;
}
.footer-bottom {
	background-color: #032331;
	color: #eeeeee;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0681ad;
	border-color: #0681ad;
}

.display-1, .display-4 {
	font-family: 'Open Sans', 'Nunito', sans;
}

.nav-link,
.dropdown-item {
	/*text-transform: uppercase;*/
}

/* ------ NavBar Enhanced ----- */
.top-header-nav img.profile-pic {
	height: 32px;
	width: 32px;
	object-fit: cover;
}
.sticky-top.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
	padding: 10px 0;
}
.navbar-dark, .sticky-top.navbar-dark {
	background: #0a445c;
}
.sticky-top.navbar-dark .navbar-brand h1 {
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
	margin-left: 0;
	margin-right: 30px;
}
.navbar-dark .navbar-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}
.navbar-dark .navbar-nav .nav-link:last-child {
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.show, 
.sticky-top.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
	color: var(--bs-orange);
}
.navbar-dark .navbar-nav .nav-link::before {
	background: var(--bs-orange);
}
.navbar-action-button {
	text-transform: uppercase;
}
.navbar-wrapper {
	display: flex;
	flex-grow: 1;
	align-items: center;
	flex-basis: auto;
	flex-direction: row;
}
.navbar-nav {
	margin-left: auto!important;
	margin-right: 0!important;
}
.button-action-wrapper {
}
.navbar-brand {
	line-height: 1;
	position: relative;
}
.navbar-dark .brand-text {
	xline-height: 28px;
	xmargin-top: 6px;
}
.navbar-dark .brand-small-text {
	font-size: 0.85em;
	letter-spacing: 8px;
	color: #8fa5b9 !important;
	position: relative;
	top: -6px;
}

@media all and (max-width: 767.98px) {
	.navbar-dark .brand-small-text {
		letter-spacing: 4px;
	}
}
@media all and (min-width: 992px) {
	.navbar-dark {
		background: #0a445cbb;
	}
	.solid .navbar-dark {
		background: #0a445c;
		/*position: relative;*/
		/*margin-bottom: 3rem;*/
		transition: 0.5s;
	}
	.sticky-top.navbar-dark {
		position: fixed!important;
		transition: 0.5s;
	}
	.sticky-top.navbar-dark .navbar-nav .nav-link {
		padding: var(--menu-padding);
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: var(--menu-padding);
	}
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
	.navbar-dark .brand-small-text {
		letter-spacing: 6px;
	}
}

@media all and (max-width: 991.98px) {
	.navbar-dark .navbar-brand h1 {
		color: #ffffff;
		margin-bottom: 0;
	}
	.navbar-search, .navbar-action-button {
		margin-left: 0!important;
	}
	.navbar-dark .navbar-nav .nav-item:first-child {
	}
	.navbar-wrapper {
		flex-basis: 100%;
		flex-direction: column-reverse;
	}
	.navbar-collapse {
		margin-top: 1rem;
		border-top: 1px solid rgba(256, 256, 256, .1);
		margin-right: 0;
		padding-top: 1rem;
	}
	.navbar-nav {
		margin-right: auto!important;
		margin-left: 0!important;
		width: 100%;
		margin-top: 0.5rem!important;
		xmargin-bottom: 1rem!important;
	}
	.navbar-nav.bb-1 {
		border-bottom: 1px solid rgba(256, 256, 256, .1);
	}
	.navbar-nav.bt-1 {
		border-top: 1px solid rgba(256, 256, 256, .1);
	}
	.sign-in-button {
		display: inline-block!important;
		margin-left: auto!important;
	}
}

@media all and (min-width: 992px) and (max-width: 1139px) {
	.navbar-action-button {
		display: none;
	}
}

.nav-item .nav-link i {
	margin-right: 8px;
}
.navbar-profile {
	smargin-top: 1rem;	
}
.navbar-profile .navbar-nav {
	margin-bottom: 0!important;
}

/* ----- end of NavBar ----- */

/* ----- HomePage Carousel ----- */
#header-carousel {
	height: 85vh;
}
#header-carousel .carousel-inner, .carousel-item {
	height: 100%;
}
#header-carousel .carousel-image {
	height: 100%;
	object-fit: cover;
}
.carousel-caption.masking {
	background: rgba(9, 30, 62, .7);
}

/* ----- end of Carousel ----- */

/* ----- Counter Stat ----- */
.counter-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}
.counter-text {
	font-size: 3rem;
}
/* ----- end of Counter  ----- */

/* ------ Button Slider ----- */
.btn-slider {
	margin-right: 1rem;
}
.btn-slider:last-child {
	margin-right: 0;
}
.btn-watch-video {
	font-size: 1.25rem;
}
.btn-watch-video span {
	color: #fff;
}
.btn-watch-video i {
	font-size: 3rem;
	margin-right: 1rem;
	vertical-align: middle;
}
/* ----- end of Button Slider ----- */

/* ----- SEARCH BUTTON ----- */
.search-group .button {
	display: none;
}
.search-group .label {
	display: inline-block;
	margin: 4px 2px;
	background-color: transparent;
	/*#06a3da00;*/
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: white;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.search-group .label:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #06a3da;
	xcolor: black;
}
.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 42px;
	width: 42px;
	vertical-align: middle;
}
.search-group .searchbutton {
	position: absolute;
	font-size: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.search-group .search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #06a3da;
	color: white;
}
.search-group .search {
	position: absolute;
	left: 41px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.search-group .search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px;
}
.search-group .expandright {
	left: auto;
	right: 41px; /* Button width-1px */
}
.search-group .expandright:focus {
	padding: 0 16px;
}

@media all and (max-width: 991.98px) {
	.search-container {
		display: block;
		width: 100%;
	}
	.search-group {
		display: flex;
		width: 100%;
		align-items: stretch;
	}
	.search-group .button {
		display: inline-block;
		position: relative;
	}
	.search-group .label {
		display: none;
	}
	.search-group .search {
		position: relative;
		display: block;
		left: 0;
		flex: 1 1 auto;
		width: auto;
		padding: 0 16px;
	}
}
/* ----- End of Search ----- */

/* ----- Utilities ----- */
.animated.fast {
	animation-duration: 0.5s !important;
}
.animated.faster {
	animation-duration: 0.25s !important;
}
.push {
	height: 175px;
}
/* ----- End of Utilities ----- */

/* ----- DropDown Extension ----- */
.dropdown-static-item {
	display: flex;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
}
.dropdown-menu {
	padding: 0.5rem;
	min-width: 15rem;
}
.dropdown-item {
	line-height: 2rem;
	padding-right: 2rem;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e5eff5;
}
.dropdown-toggle::after {
	margin-left: 0.5em;
	vertical-align: 0.15em;
}

@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .dropdown-submenu-left,
	.dropdown-menu .dropdown-submenu {
		display: none;
		position: absolute;
		left: 100%;
		right: auto;
		top: -7px;
	}
	.dropdown-menu .dropdown-submenu-left {
		right: 100%;
		left: auto;
	}
	.dropdown-menu > li:hover > .dropdown-submenu-left,
	.dropdown-menu > li:hover > .dropdown-submenu {
		display: block;
	}
}

@media all and (max-width: 991.98px) {
	.dropdown-menu .shadow {
		box-shadow: none!important;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.dropdown-menu.show {
	-webkit-animation: fadeIn 1s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 1s alternate;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	content: "";
	border-top: 0.35em solid transparent;
	border-right: 0;
	border-bottom: 0.35em solid transparent;
	border-left: 0.35em solid;
	right: 5px;
	top: 15px;
	xtransform: translate(0, -50%);
	position: absolute;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	content: "";
	border-top: 0.35em solid transparent;
	border-right: 0.35em solid;
	border-bottom: 0.35em solid transparent;
	left: 5px;
	top: 15px;
	xtransform: translate(0%, -50%);
	position: absolute;
}
.nav-item.dropdown.dropdown-mega {
	position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 90%;
	top: auto;
	left: 5%;
}
.top-header-nav ul {
	list-style: none;
	margin-bottom: 0;
}
.top-header-nav .profile {
	min-width: 200px;
}
.top-header-nav .profile .dropdown-item {
	font-size: 14px;
	transition: 0.3s;
}
.top-header-nav .profile .dropdown-item i {
	margin-right: 10px;
	font-size: 18px;
}
@media (min-width: 768px) {
	.dropdown-menu-arrow::before {
		content: "";
		width: 13px;
		height: 13px;
		background: #fff;
		position: absolute;
		top: -7px;
		right: 20px;
		transform: rotate(45deg);
		border-top: 1px solid #eaedf1;
		border-left: 1px solid #eaedf1;
	}
}
li.dropdown:last-child .dropdown-menu {
	right: 0;
	left: auto;
}
/* ----- end of DropDown ----- */

/* ----- Menu Hamburger ----- */
.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(0%, -50%) rotate(0deg);
	top: 50%;
	right: 0;
	width: 50%;
	height: 50%;
	pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #06a3da;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}
/* ----- end of Hamburger ----- */

.category-section .category-title {
	text-transform: uppercase;
}
.team-item:hover .category-title {
	color: var(--bs-orange) !important;
	font-size: 1.5rem;
	transition-duration: 0.4s;
}

/***************************************************************/

/*** Service ***/
.service-item {
	position: relative;
	text-align: center;
	padding-bottom: 90%;
	height: 0!important;
}
.service-item .service-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.service-item .service-background img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	transform: scale(1.2);
	transition: .3s;
	z-index: -1;
}
.service-item:hover .service-background img {
	transform: scale(1);
}
.service-item .service-text {
	background: #FFFFFF;
	box-shadow: 0 0 45px rgba(0, 0, 0, .1);
	transition: .3s;
	position: absolute;
	width: 100%;
	height: 100%;
}
.service-item:hover .service-text {
	background: rgba(3, 55, 90, .75);
}
.service-item .service-text h4,
.service-item .service-text p {
	transition: .3;
}
.service-item:hover .service-text h4 {
	color: #FFFFFF;
}
.service-item:hover .service-text p {
	color: var(--light)!important;
}
.service-item .service-text .btn-square {
	width: 100px;
	height: 100px;
	background: transparent;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	xmargin-top: 2.5rem;
}
.service-item:hover .service-text .btn-square {
	background: var(--light);
}
.service-item .service-text .btn {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	color: var(--dark);
	background: var(--light);
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	xbottom: 3rem;
}
.service-item:hover .service-text .btn {
	width: 100px;
}
.service-text .btn-square .sz-64 {
	max-width: 64px;
	height: auto;
}

.service-description {
	display: none;
}
.service-text {
	padding: 2rem;
}
.service-item .service-text .btn {
	bottom: 1.5rem;
}
.service-item .service-text .btn {
	display: none;
}

@media all and (max-width: 319.98px) {
	.service-icon {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
@media all and (min-width: 400px) {
	.service-item .service-text .btn {
		display: block;
	}
}
@media all and (min-width: 320px) and (max-width: 449.98px) {
	.service-icon {
		margin-top: 12.5%;
		margin-bottom: 1rem;
	}
}
@media all and (min-width: 450px) and (max-width: 575.98px) {
	.service-description {
		display: block;
	}
	.service-icon {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
	.service-text {
		padding: 3rem;
	}
	.service-icon {
		margin-top: 3rem;
		margin-bottom: 1.5rem;
	}
	.service-description {
		display: block;
	}
	.service-item .service-text .btn {
		bottom: 3rem;
		xmargin-bottom: 1rem;
	}
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
	.service-icon {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}

@media all and (min-width: 992px) and (max-width: 1199.98px){
	.service-icon {
		margin-bottom: 1rem;
	}
	.service-description {
		display: block;
	}
}

@media all and (min-width: 1200px) and (max-width: 1399.98px){
	.service-text {
		padding: 3rem;
	}
	.service-icon {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
	.service-description {
		display: block;
	}
	.service-item .service-text .btn {
		bottom: 2rem;
	}
}

@media all and (min-width: 1400px) {
	.service-text {
		padding: 3rem;
	}
	.service-icon {
		margin-top: 3rem;
		margin-bottom: 2.5rem;
	}
	.service-description {
		display: block;
	}
	.service-item .service-text .btn {
		bottom: 3rem;
	}
}

/******************************/

.product-item {
	transition: .3s;
	xbox-shadow: 0 0 5px #DDDDDD;
	height: 100%;
}
.product-item.border {
}
.product-item:hover {
	/*box-shadow: 0 0 20px #bbb;*/
	border: 3px solid var(--bs-primary)!important;
}
.product-item .product-img img {
	transition: .5s;
}
.product-item:hover .product-img img {
	transform: scale(1.2);
}
.product-item .btn:hover {
	color: #FFD333 !important;
}
.product-item {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.product-box {
	padding-bottom: 100%!important;	
}
.product-image {
	position: absolute;
	transition: .5s;
	object-fit: cover;
	height: 100%;
}
.product-item:hover .product-image {
	transform: scale(1.1);
	transition: .5s;
}
.product-item .view-btn {
	display: block;
	transition: 0.5s;
	opacity: 1;
}
.product-item:hover .view-btn {
	transition: 0.5s;
	opacity: 1;
	background-color: #d0e8f5 !important;
}
.product-item .product-title {
	font-weight: 500;
	height: 100%;
}
.product-item .product-price,
.product-item .product-unit {
	font-family: 'Nunito', sans;
}
.product-item .product-unit {
	font-weight: normal;
}
.detil-tkdn {
	/*background-color: #d1e7dd88;*/
	/*border: 1px solid var(--bs-green);*/
	/*border-radius: 10px;*/
	font-size: 1.2rem;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.tab-content {
	display: flex;
}
.tab-content>.tab-pane {
	display: block;
	visibility: hidden;
	width: 100%; 
	margin-right: -100%; 
}
.tab-content>.active {
	visibility: visible;
}

/*****************************************************/

.pb-6 {
	padding-bottom: 4rem;
}

.p-30 {
	padding: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
}
.fw-semi-bold {
	font-weight: 500 !important;
}

.btn-icon {
	padding: 12px 0;
	border: none!important;
	position: relative;
	border-radius: 4px;
}
.btn-icon:hover {
	box-shadow: 0 0 15px #8888;
}
.btn-icon:after {
	background-color: #000;
	opacity: 0;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
}
.btn-icon:hover:after {
	opacity: 0.1;
	transition: opacity 0.15s ease;
}
.btn-icon.icon-left {
	padding-right: 15px;
}
.btn-icon.icon-right {
	padding-left: 15px;
}
.btn-icon span {
	background: #fff8;
	padding: 13px 15px;
	margin: 0;
}
.btn-icon.icon-left span {
	margin-right:15px;
}
.btn-icon.icon-right span {
	margin-left: 15px;
}

.bi-stroke-1 {
	-webkit-text-stroke: 1px;
}
.bi-stroke-2 {
	-webkit-text-stroke: 2px;
}

/*****************************************************/

#product-carousel .carousel-inner {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
#product-carousel .carousel-inner .carousel-item {
	position: absolute;
	height: 100%;
}
#product-carousel .carousel-inner .carousel-item .glightbox {
	cursor: zoom-in;
}
#product-carousel .carousel-inner .carousel-item img {
	object-fit: cover;
	object-position: center center;
	position: absolute;
	height: 100%;
}
#product-carousel .carousel-control-prev,
#product-carousel .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
#product-carousel .carousel-control-prev:hover,
#product-carousel .carousel-control-next:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
#product-carousel .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 15px; /* change width */
	height: 15px; /* change height */
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .3;
	transition: opacity .6s ease;
	border-radius: 100%; // /* add border-radius */
}
#product-carousel .carousel-indicators {
}
#product-carousel .carousel-indicators .active {
	opacity: 1;
}

.share-icon {
	background-color: #ccc;
	padding-top: 5px;
	height: 32px;
	width: 33px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}
.share-icon:hover {
	background-color: var(--bs-primary);
	color: #fff!important;
	transition: all 0.1s;
}

/*****************************************************/

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
	font-size: 18px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active {
	border-bottom: 3px solid #06A3DA ;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
}


/*****************************************************/

.category-section-title {
	position: relative;
}
.category-section-title:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	bottom: -4px;
	left: 0;
	background: var(--primary);
	transition: .5s;
}

.list-group-item {
	border: none;
	padding: 0.5rem 0.5rem 0.5rem 0rem;
}
.list-group-item:hover {
	xbackground-color: #eef9ff;
}
.list-group a.list-group-item:hover:not(.selected){
	xtext-decoration: underline;
	font-weight: 500;
}
.list-group.list-group-root {
	padding: 0;
	overflow: hidden;
}
.list-group.list-group-root .list-group {
	margin-bottom: 0;
}
.list-group.list-group-root > .list-group > .list-group-item {
	padding-left: 1.75rem;
}
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
	padding-left: 3.5rem;
}
.list-group .root-item.collapsed {
}
.list-group-item[data-has-sub="true"] {
	/*font-weight: 500;*/
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.list-group-item[data-has-sub="true"] > .list-group-item {
	padding-left: 0;
}
/*.list-group .root-item[aria-expanded="true"],*/
.list-group .root-item {
	font-size: 1.1rem;
	/*font-weight: bold;*/
	border: none;
	/*margin-top: 1rem;*/
}
.list-group-item.selected {
	font-weight: 600;
	background-color: #d6f9e900;
	color: #fd7e14;
}
.list-group-sep {
	margin: 0.5rem 0;
	color: rgba(0, 0, 0, 0.5);
}

.treeicon {
	font-size: 13px;
	font-family: bootstrap-icons !important;;	
	font-weight: 500!important;
	font-style: normal!important;
	/*-webkit-text-stroke: 1px;*/
	margin-left: 1px;
}
.treeicon-up:before {
	content: '\F286';
}
.treeicon-down:before {
	content: '\F282';
}
.toggle-icon {
	color: inherit;
}

.breadcrumb {
	margin-bottom: 2.5rem;
	padding: 1rem;
	background-color: var(--alternative-color);
}
.breadcrumb-item:hover {
	color: #fd7e14;
	font-weight: 500;
}
.full-row-breadcrumb {
	margin-top: -2.5rem;
	margin-bottom: 2.5rem;
	background-color: var(--alternative-color);
}
.full-row-breadcrumb .breadcrumb {
	margin-bottom: 0;
	padding: 1rem 0;
	background-color: inherit;
}

/*****************************************************/
.back-to-top {
	border-radius: 50%!important;
	bottom: 15px;
	right: 30px;
	-webkit-text-stroke: 1px;
}

.whatsapp-button {
	position: fixed;
	bottom: 15px;
	right: 30px;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #ddd;
	text-decoration: none;
	width: 48px;
	height: 48px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	animation: effect 5s infinite ease-in;
*/
}
@keyframes effect {
	20%, 100% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
	0%, 10%{
		width: 55px;
		height: 55px;
		font-size: 35px;
	}
	5%{
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}
.whatsapp-button:hover {
	color: #fff;
}

.input-group-flat:focus-within .form-control, .input-group-flat:focus-within .input-group-text,
.input-group-flat:focus-within {
	box-shadow: 0 0 0 0.25rem rgba(6,163,218,0.2);
	border-radius: 0.3rem;
	border-color: #83d1ed;
}
.input-group-flat .input-group-text:last-child {
	box-shadow: none;
}
.input-group-flat:focus-within .input-group-text:last-child {
	border-color: #83d1ed;
}
.input-group-flat .form-control:not(:last-child) {
	border-right: 0;
	box-shadow: none;
}
.input-group-flat .form-control:focus {
	border-color: #83d1ed;
	box-shadow: none;
}
.input-group-text {
	background-color: #fff;
	border-radius: 0.3rem;
}

/******************************************************/
.pagination .page-link {
	font-size: 15px;
}

.simple-style.pagination {
	align-items: center;
}
.simple-style.pagination .page-link {
	padding: 0.15rem;
	margin: 0 0.385rem;
	border: none;
	background-color: transparent;
}
.simple-style.pagination .page-link a {
	color: var(--bs-dark)!important;
}
.simple-style.pagination .page-link:hover a {
	color: var(--bs-primary)!important;
}
.simple-style.pagination .page-item.active .page-link {
	color: var(--bs-primary)!important;
	border-bottom: 1px solid var(--bs-primary);
	font-weight: 500;
	font-size: 1.5rem;
}

@media all and (min-width: 992px) {
	.category-tree.sticky {
		position: sticky;
		top: 100px;
	}
}

.product-action {
	position: absolute;
	bottom: 10px;
	padding: 7px 15px;
	border-radius: 0 5px 5px 0;
	width: 140px;
	text-align: center;
	left: -140px;
	transition: .3s ease-in-out;
}
.product-item:hover .product-action {
	left: 0;
	transition: .3s ease-in-out;
}
.product-action-fix {
	position: absolute;
	width: 140px;
	bottom: 10px;
	padding: 7px 15px;
	text-align: center;
	border-radius: 0 5px 5px 0;
}
.product-action-fix span {
}

.product-list .product-price {
	font-size: 1.1rem;
	font-weight: 700;
}
.product-list .product-price .currency {
	margin-right: 1px;
}
.product-list .product-price .product-unit,
.product-list .product-price .currency {
	font-size: 0.9rem;
	font-weight: 600;
}
.product-detail .product-price {
	font-weight: 700!important;
	font-size: 1.75rem;
}
.product-detail .product-price .product-unit,
.product-detail .product-price .currency {
	font-size: 1.2rem;
	font-weight: 600;
}
.product-detail .product-price .currency {
	margin-right: 2px;
}

.para-0 p {
	margin-bottom: 0;
}

.fancybox-is-open .fancybox-bg {
	opacity: .97;
}
.form-label.required:after {
	content: '*';
	color: #a00;
	margin-left: 2px;
}
.form-label.required-start:before {
	content: '*';
	color: #a00;
	margin-right: 2px;
}

.scrollable {
	overflow: auto;
}

.table.dark-header thead th {
	background-color: #dadfe5;
}
.table-alter tbody>:nth-child(odd) td {
	background-color: #f9f9f9;
}
.table.dataTable th {
	vertical-align: middle;
}

table th.nowrap,
table td.nowrap {
	white-space: nowrap;
}

.min-w-768 {
	min-width: 768px;
}
.w-lg-100 {
	width: auto!important;
}
@media all and (min-width: 992px) {
	.w-lg-100 {
		width: 100%!important;
	}
}

.row-deck>.col, .row-deck>[class*=col-] {
	display: flex;
	align-items: stretch;
}
.row-deck>.col .card, .row-deck>[class*=col-] .card {
	flex: 1 1 auto;
}

.text-white-75 {
	color: rgba(255,255,255,0.75) !important
}
.text-white-80 {
	color: rgba(255,255,255,0.8) !important
}

.form-floating>label.required:after {
	content: '*';
	color: red;
	margin-left: 2px;
}

.sz-5x {
	font-size: 3rem;
}
#voteFace {
	justify-content: space-between;
	max-width: 350px;
}
#voteFace label{
	margin-right: 5px;
	line-height: .5rem;
}
#voteFace label.text{
}
#voteFace label .small {
	font-size: 0.8rem;
	color: #7c9ab1;
}
#voteFace input {
	opacity: 0;
	xdisplay: none;
	width: 1px;
}
#voteFace i {
	color: #b5c7d5;
}
#voteFace i.get-input {
	cursor: pointer;
}
#voteFace i.get-input:hover {
	color: var(--bs-primary);
}
#voteFace i.selected {
	color: var(--bs-primary);
	-webkit-text-stroke: 1px;
}

.form-floating>label {
	color: #03759d;
}
.form-floating>.form-control:focus ~ label,
.form-floating>.form-control:not(:placeholder-shown) ~ label,
.form-floating>.form-select ~ label {
	opacity: .75;
}