/*
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-Italic;
  src: url('../fonts/montserrat/Montserrat-Italic.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/montserrat/Montserrat-Black.ttf'); 
}

* {
	font-family: Montserrat-Regular;
}
strong, bold, .fw-bold {
	font-family: Montserrat-Bold;
}
i {
	font-family: Montserrat-Italic;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat-Bold;
}
*/

html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
[data-bs-theme="dark"] body {
	background-color: #000000;
}
button, .cursor-pointer {
	cursor: pointer;
}
button {
	background: transparent;
}
[data-bs-theme="dark"] .btn.btn-dark {
	background-color: var(--bs-light);
	color: var(--bs-dark);
}
[data-bs-theme="dark"] #menuBar {
	background-color: #ffffff;
}
[data-bs-theme="dark"] #menuBar .nav-link {
	color: #000000;
}
[data-bs-theme="dark"] .card-body {
	background-color: #000000;
	border-radius: var(--bs-card-border-radius);
}
#menuBar {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 500;
	background-color: #000000;
}
#menuBar .nav-link {
	color: #ffffff;
	font-weight: 500;
}
.container-menu-header {
	background-color: var(--bs-body-bg) !important;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1100;
	/* box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);  */
	border-bottom: 1px solid rgba(var(--bs-secondary-rgb),.6);
}
.text-truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
a {
	color: #666666;
	margin: 0px;
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
}
a:hover, label:hover, #header-icons .js-show-header-dropdown:hover, .text-hover:hover {
	color: #e65540 !important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.hov1:hover, .f-button:hover {
    background-color: #e65540 !important;
  	color: white !important;
	border-color: rgb(255,255,255, 0) !important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
#leftSideBar ol, #leftSideBar ul {
	padding-left: 0;
}
.form-group {
  margin-bottom: 1rem;
}
.cursor-zoom-in {
	cursor: zoom-in;
}
.btn-success {
	background-color: #5cb85c !important;
}
a:active, a:hover, a:focus {
	text-decoration: none !important;
}
.d-none {
  display: none !important;
}
.align-top {
	vertical-align: top;
}
.text-success {
	color: #5cb85c !important;
}
.text-danger {
	color: #e65540 !important;
}
.text-secondary {
	--bs-secondary-rgb: var(--bs-body-color-rgb);
	--bs-text-opacity: .6 !important;
}
.border-danger {
	border: 1px solid #e65540 !important;
}
.nav-tabs > li > a {
	border: 1px solid #ccc !important;
}
#overlay, #containerAddToCart {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--swal2-backdrop);
	z-index: 1000;
}
#containerAddToCart {
	z-index: 5000 !important;
}
#keepAlive {
	display: none;
}
#barNotValidated {
	z-index: 1000;
}
input {
	background-color: var(--bs-bg-body);
}
.inputIcon {
	z-index: 10;
}
input[type="text"]:disabled, select:disabled  {
	cursor: not-allowed;
}
label, input::placeholder {
	color: rgba(var(--bs-body-color-rgb),.6);
}
textarea {
	border: none;
}
#buttonCustomer, #buttonCart {
	margin-top: -13px;
	font-size: 2.3em;
}
#breadCrumbs {
	display: flex;
	margin: 30px 0 0 0 !important;
	border-bottom: 1px dotted #cccccc;
}
#breadCrumbs a {
	color: rgba(var(--bs-body-color-rgb),.6);
}
#breadCrumbs [itemprop="itemListElement"]:last-of-type a {
    color: var(--bs-body-color);
	font-weight: bold;
}
.h-size3 {
	height: 30px;
}
.topbar-shop-manager {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.side-menu .main-menu {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.item-topbar-mobile {
	border: 0 !important;
}
.item-menu-mobile {
	background-color: #666666 !important;
}
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-icons-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dc3545;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: -10px;
  padding-top: 0;
}
.header-icons-noti-sm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #aaaaaa;
	position: absolute;
	top: 23px;
	right: 0px;
}
.inCartSmall {
	font-size: 6pt !important;
	padding-left: 1px;
}
.show-header-dropdown {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.hamburger {
	display: none !important;
	padding: 0px !important;
	margin: 2px 8px 0 10px !important;
	cursor: inherit !important;
}
.hamburger-box {
	cursor: pointer;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: var(--bs-body-color) !important;
}

/* Menu Bar */
.inputBox {
	width: 100%;
	height: 46px;
	padding-left: 46px;
	padding-right: 48px;
}
input[type='text']:hover, input[type='password']:hover, input[type='number']:hover, select:hover, textarea:hover, #shoppingCart img:hover, .header-cart-hover:hover, #leftSideBar .color-filter:hover, .productRange:hover, #productInfoImages img:hover, #productInfoImages video:hover, .block2:hover {
	border: 1px solid var(--bs-body-color) !important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#search {
	background-color: var(--bs-body-bg);
}
@media screen and (max-width: 767px) {
	#menuBarSpacer {
		display: block !important;
	}
	#menuBar {
		display: none;
	}
	#searchProduct {
		position: absolute !important;
		top: 80px;
		left: 0;
		right: 0;
		border-left: 0 !important;
		border-right: 0 !important;
		box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
		-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
		-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 
	}
}
@media screen and (min-width: 768px) {
	#contentPage, footer {
		display: block !important;
	}
}
@media (max-width: 486px) {
	.linedivide2, #languages {
		margin-left: 3px !important;
	}
	#languages {
		margin-right: 12px !important;
	}
}
.active1 {
	color: var(--bs-body-color) !important;
	font-weight: bold;
}
.metismenu a {
    position: relative;
    display: block;
    padding-bottom: 6px;
    transition: all .3s ease-out;
    text-decoration: none;
    color: inherit;
    outline-width: 0;
}
.metismenu ul a {
    padding-left: 15px;
}
.metismenu ul ul a {
    padding-left: 30px;
}
.metismenu ul ul ul a {
    padding-left: 45px;
}
.metismenu ul ul ul ul a {
    padding-left: 60px;
}
.metismenu ul ul ul ul ul a {
    padding-left: 75px;
}
#leftSideBar {
    display: none;
    min-height: 100%;
	color: rgba(var(--bs-body-color-rgb),.6);
}
#menuBarSpacer {
    width: 100%;
}
#menuBar .nav {
	margin-left: -15px;
}
.linedivide2 {
  display: block;
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.header-wrapicon {
  height: 27px;
  position: relative;
}
.header-wrapicon img {
  height: 100%;
}
#headerCart {
	max-height: 277px;
	overflow: auto;
	padding-left: 0;
}
.header-cart {
	position: fixed;
	z-index: 1100;
  	width: 339px;
	top: 66px;
	right: 10px;
	margin-top: 3px;
	background-color: var(--bs-body-bg);
	border: 1px solid rgba(var(--bs-body-color-rgb),.6);
	border-radius: 0 0 25px 25px;
	padding: 13px 0 0 0;

	box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	
	transform-origin: top right;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.header-cart-hover {
	display: flex;
	width: 100%;
	margin-right: 10px;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.header-cart-item-img {
  width: 80px;
  margin-right: 20px;
}
.cartScrollUp, .cartScrollDown {
	position: relative;
	width: 100%;
	display: none;
	text-align: center;
}
.deleteFromCart {
	width: 37px;
	height: 37px;
}
.btn.btn-secondary.active {
	background-color: #000000 !important;
}
.strike-through {
	text-decoration: line-through;
}
#ui-datepicker-div {
	z-index: 100 !important;
}
#ui-datepicker-div a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
#ui-datepicker-div .ui-state-default {
	text-align: center;
}
table th {
	font-weight: normal;
}
.table-bordered {
	border: 0;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
	left: 2px;
	font-size: 1.2em;
}
table.dataTable td, table.dataTable th {
	vertical-align: middle;
}
table.dataTable tr:nth-child(odd) {
	--dt-row-selected: 189, 205, 223;
	--dt-row-selected-text: none !important;
	--dt-row-selected-link: none !important;
}
table.dataTable tr:nth-child(even) {
	--dt-row-selected: 201, 221, 231;
	--dt-row-selected-text: none !important;
	--dt-row-selected-link: none !important;
}

/* Theme */
.header1 {
  height: 80px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_header .logo {
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 486px) {
	.wrap_header .logo img {
		max-width: 150px !important;
	}
}
.wrap_header .logo img {
  max-height: 68px;
  max-width: 230px;
}
@media (max-width: 530px) {
	.wrap_header .logo img {
		max-width: 172px;
	}
}
.blinkIt {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.swal2-container {
	z-index: 10000;
}
.swal2-popup {
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	border: 1px solid rgba(var(--bs-body-color-rgb),.6);
}
button.swal2-styled {
	min-width: 100px;
}
.slick-dots li button::before {
	font-size: 14px !important;
	line-height: inherit !important;
	color: var(--bs-body-color) !important;
}
#myBtn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
@media (max-width: 576px) {
  #myBtn {
    bottom: 15px;
    right: 15px;
  }
}
.num-product {
	width: 60px;
	font-weight: bold;
}
.easy-autocomplete-container {
	z-index: 20 !important;
}
.easy-autocomplete-container ul {
	background-color: var(--bs-body-bg) !important;
}
.easy-autocomplete input {
	color: var(--bs-body-color) !important;
}
#footerBlock {
	background-color: var(--bs-body-color);
}
#footerBlock, #footerBlock a {
	color: var(--bs-body-bg);
}
.checkbox-color-filter:checked + .color-filter {
  box-shadow: 0 0 0px 2px var(--bs-body-color);
  -moz-box-shadow: 0 0 0px 2px var(--bs-body-color);
  -webkit-box-shadow: 0 0 0px 2px var(--bs-body-color);
  -o-box-shadow: 0 0 0px 2px var(--bs-body-color);
  -ms-box-shadow: 0 0 0px 2px var(--bs-body-color);
}
a:hover, label:hover, #header-icons .js-show-header-dropdown:hover, .text-hover:hover {
  color: #b29673 !important;
}

.hov1:hover, .f-button:hover {
    background-color: #b29673 !important;
	color: black !important;
}

#xlr8shop .wrap_header .logo img {
  max-height: 155px;
  margin-top: 84px;
  margin-left: -18px;
}

#menuBar {
  /* background-color: #b29673 !important; */
  background-image: linear-gradient(to bottom, #b29673, #7b5e44);
}

#menuBar .container {
  display: flex;
  justify-content: center;
}

#menuBar .nav-link.dropdown-toggle {
  font-size: 1.1rem;
  color: #ffffff;
  text-shadow: .1rem .1rem .1rem rgba(0,0,0,.5);
}
#menuBar .nav-link.dropdown-toggle:hover {
  color: #dddddd !important;
}

#menuBarSpacer {
  height: 78px !important;
}

#page-home #menuBarSpacer {
  height: 2px !important;
}

@media screen and (max-width: 767px) {
  #searchProduct {
    top: 80px;
    left: auto;
    right: 12px;
    width: 230px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.8) !important;
  }
  #page-home #menuBarSpacer {
 	height: 70px !important;
  }
}

#footerBlock {
  background-color: #ffffff !important;
}

.categoryBadge .categoryName {
  background: none;
}