@font-face {
	font-display: swap;
	font-family: Allura;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Allura-Regular.ttf) format("ttf");
}


body{
	font-size:14px;
	line-height:160%;
	font-family:"Libre Baskerville","Helvetica Neue", Helvetica,sans-serif !important;
	color:#333;
    margin: 0;
	background-color: #fefefe;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #FFF;
}
strong{
	font-weight: bold !important;
}
.clear{
	clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0;
}
.mobile-show{
	display: none;
}
.pc-show{
	display: block;
}
.section table,.section img
{
  max-width: 100% !important;
	height: auto !important;
}
.dp-none{
	display: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:000;
    opacity: 1; /* Firefox */
}
a {
  color: #484848;
  text-decoration: none;
  background-color: transparent;
}
a:hover{
	text-decoration: none;
	color: #484848;
}
h2, .h2{
	font-size:24px;
}
table{
	max-width: 100%;
}
.modal-content{
	border-radius: 20px;
}

.modal-header{
	border-radius: 0;
	
	border: none !important;
}
.modal-header button{
	right: 15px;
  	top: 15px;
	position: absolute;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
	font-size: 16px;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}	
.popup-modaladvise{
	padding: 20px;
}
.popup-modaladvise img{
	max-width: 100%;
	min-width: 100%;
}
.block_more_info{
	display:none;
}
.block_close_menu {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none
}

.table-striped > tbody > tr:nth-of-type(2n+1) > *{
	background-color: #FFF;
}

.form-control{
	border: 1px solid #8d8f92;
	border-radius: 0px;
	outline: none;
}
.form-control.error{
	border: 1px solid #CB0003;
	border-radius: 0px;
	padding: 25px 25px;
	outline: none;
	background-color: #FBEFEF;
	color: #BD7947;
}
select.form-control{
	padding: .5rem 1rem;
}
.form-control:focus{
	outline: none;
}
input.form-control::placeholder,textarea.form-control::placeholder,input,textarea {
 color: #BD7947;
	
}



.btn-card__link {
  display: flex;
  width: 100%;
  color: #fff !important;
  background-color: #837B70;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transition: all 0.5s ease;
  padding: 13.75px 0;
  letter-spacing: .2em;
}
.btn-card__link:hover {
	background-color: #000;
	color: #fff;
}


.btn-group-grey{
	display: flex;
	align-items: center;
	background-color: #bba795;
}
.btn-pickatime{
	font-size: 13px;
  color: #3e3f3a;
  border-radius: 0;
  display: inline-flex;
  border: 1px solid #3e3f3a;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  width: 100%;
  line-height: 1.6;
  padding: 5px 20px;
}
.btn-pickatime:hover{
	border: 1px solid #b98972;
	color: #b98972;
	outline: none;
}
.icon.icon--md {
	height: 16px;
  width: 16px;
	display: inline-block;
  fill: #fff;
  transition: all .2s ease;
}
.icon.icon--black{
	fill:#000;
}
.dot-sep {
    margin: 0 8px;
    color: #999;
    font-weight: bold;
}
.dot-circle {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.btn--remove{
	background-color: #b5686b;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
}
.row-btnseemoretitle{
	margin: 5px;
	text-align: center;
}
.btnseemoretitle, .btn-create-future{
	font-size: 18px;
  padding: 8px 20px;
  border-radius: 25px;
	margin: 0 8px;
	line-height: normal;
  display: inline-block;
	background-color: #fe6d36;
	border: 5px solid;
	color: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
 border-color: #ff9147;
  box-shadow: inset 1px 1px 0px 0px #ff9147;
}
.btnseemoretitle:hover,.btn-create-future:hover{
	color: #fff !important;
}
.has-error{
	border-color: #dc3545 !important;
  color: #dc3545 !important;
}

.btn-form{
	font-size: 16px;
	color: #333;
	  background-color: transparent;
	  border-color: #80654A;
	border-radius: 0;display: block;
	text-transform: uppercase;
	padding: 10px 15px;
	line-height: 1.6;
}
.btn-form:hover{
	
	color: #F9585A;
	background-color:transparent;
}
.btn-default{
	
	font-size: 14px;
	color: #232323;
	border-radius: 0;
	border: 1px solid #232323;
	background-color:transparent;
	padding: 5px 15px;
	line-height: 1.6;
}
.btn-default:hover{
	
	color: #FFF;
	border: 1px solid #232323;
	background-color: #232323;
}
.btn-default-md{
	
	font-size: 18px;
	padding: 8px 15px;
	line-height: 1.6;
}
.btn-default-bgcolor{
	
	font-size: 14px;
	color: #FFF;
	border-radius: 0;
	border: 1px solid #7f5245;
	background-color: #7f5245;
	padding: 5px 15px;
	line-height: 1.6;
}
.btn-default-bgcolor:hover{
	
	color: #7f5245;
	border: 1px solid #7f5245;
	background-color: #FFF;
}

.btn-seemore{
	border: 1px solid #BD7947;
	color: #BD7947;
	text-transform: capitalize;
	border-radius: 10px;
	padding: 6px 15px;
}
.btn-seemore:hover{
	border: 1px solid #BD7947;
	color: #FFF;
	background-color: #BD7947;
	outline: none;
}
.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 30px;
    
  padding: 0 0;
}


.text-hotline{
	color: #CC0003;
	font-weight: bold;
}
.user_topside_row{
	display: flex;
	position:relative;
	width: 100%;
}
.user_topside_rightside{
	display: flex;
	margin-left: auto;
	align-items: center;
}

.section-breadcrumbs,.user_topside{
	
	position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0;
  max-width: 100%;
  padding: 0 15px;
}
.b-breadcrumbs {margin: 3px 0 3px; padding: 0;}
  .b-breadcrumbs ul {
    margin: 10px 0 9px;
    padding: 0; }
  .b-breadcrumbs li {
    display: inline-block;
    margin-right: 4px; }
    .b-breadcrumbs li:not(:first-child) i {
      margin-right: 7px; }
    .b-breadcrumbs li:first-child i:before {
      top: 1px; }
  .b-breadcrumbs i {
    margin-right: 10px; }
  .b-breadcrumbs i:before {
    position: relative;
    top: 2px; }

.f-breadcrumbs {
  color: #000;
	font-size:12px; 
  text-transform:uppercase !important; 
  }

  .f-breadcrumbs li:first-child i:before {
    font-size: 12px;
    line-height: 1.2;
    color: #000; }
  .f-breadcrumbs i:before {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #000; }
  .f-breadcrumbs a, .f-breadcrumbs span {
    font-size: 12px;
    line-height: 2; }
  .f-breadcrumbs a {
    color: #000; }
    .f-breadcrumbs a:hover {
      color: #000; }
      .f-breadcrumbs a:hover i:before {
        color: #000; }

.b-breadcrumbs li a{
	display:inline-block;
}
.showerorvalidatesignin > div{
	padding: 0;
	color:#FF0004;
	list-style: none;
	
}
.showerorvalidatesignin {
	border-bottom: 1px solid #e6e6e6;
  padding: 15px;
	display: none;
  margin: 15px auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-newsdetail{
	max-width: 1000px;
}
.boxwidgetmodalsignup{
	display: none;
}
.boxwidgetmodalsignup.boxwidgetshow{
	display: block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.form-control:focus,.form-control:visited{
	outline: none !important;
	box-shadow:none !important;
}
input.form-control::placeholder,textarea.form-control::placeholder,input,textarea {
 color: #9D8268;
	
}
.btn-right{
	margin-left: auto;
}
.form-transparent{
	background-color: transparent;
}
.form-transparent .form-control{
	background-color:transparent;
	color:#373737;
	border: none;
	border-bottom: 1px solid #373737;
	padding: 5px 0;
}
.form-transparent input.form-control::placeholder,.form-transparent textarea.form-control::placeholder,.form-transparent input,.form-transparent textarea {
 color: #373737;
	
}
.card-header{
	background-color: transparent;
	border-bottom: none;
	
}
.card-heading{
	margin: 30px 0 30px 0;
	text-align: center;
	line-height: 1.6;
}
.card-heading-subtitle{
	color: #80654A;
	font-size: 18px;
	font-weight: 500;
}
.card-heading-title{
	  font-family: "Playfair Display", serif;
	color: #80654A;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	
}
.heading-title-color{
	color: #F75B5A;
	
	
}



section.row-headerlogo{
	background-color: #E8E6E1;
}

.box-search input::placeholder{
	color: #BD7947;
}
.headercontentlogo{
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 15px 0;
	
}

.headermenuspacing{
	margin: 10px 10px;
}
.listmenuaction{
	display: flex;
	align-items: center;
}
.headeraction{
	display: flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 6px;
	background-color: #BD7947;
	color: #E0AE77;
	line-height: normal;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
}
.headeraction:hover{
	background-color: #E0AE77;
	color: #FFF;
}

.headerboxlogo{
	margin-right: 25px;
}
.headerboxlogo img{
	max-height: 75px;
	max-width: 180px;
	
}
.header-menu-listmenu{
	width: 20%;
	display: flex;
}
	.header__menu-wrapper {
  display: flex;
  flex: 1;
  margin-inline-start: 230px;
  min-height: 48px;
}


.header__menu {
  display: none;
  list-style: none;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}
.header__menu::before {
  background-color: #FFF;
  box-shadow: inset 0 4px 4px -4px rgba(0,0,0,.4);
  content: "";
  height: 0;
  inset: 48px 0 auto;
  position: absolute;
  transition: height .5s cubic-bezier(.43,.01,.11,1);
  z-index: -2;
}

.header__menu a.nav-link {
  align-items: center;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #3e3f3a;
  display: flex;
	font-size: 20px;
	text-transform: capitalize;
  height: 100%;
}
.header__menu a.nav-link:hover {
	color: #b98972;
	  border-bottom: 2px solid #b98972;
}
.header__icons-button {
  align-items: flex-start;
  background: transparent;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: center;
  padding: 0;
}

.header__icons {
  display: flex;
  gap: 0 12px;
  justify-content: flex-end;
  padding: 12px 0;
  position: relative;
	margin-left: auto;
	align-items: center;
}
.header__icons .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #3e3f3a;
}
.search-list_grid_component .icon{
	 display: inline-block;
  height: 16px !important;
  width: 16px !important;
  fill: #b3b3b3;
}
.search-list_grid_component__selected .icon{
	 display: inline-block;
  height: 16px !important;
  width: 16px !important;
  fill: #3e3f3a;
}
.cart-icon-container__icons-button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
}

.cart-icon-container__badge {
  font-weight: 700;
  left:14px;
  position: absolute;
  top: -8px;
}
.badge {
  align-items: center;
  background-color:#B80306;
  border-radius: 2em;
  color: #FFF;
  display: flex;
  font-size: 12px;
  justify-content: center;
  width: 24px;
	line-height: 1.6;
  padding: 1px 0 0 0;
}
.badge.badge--small {
  font-size: 12px;
  width: 18px;
}
/******** RESPONSIVE  **************/

.menusubsmall{
	margin:5px 0 0 0;
}
 .sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
   
  }
#header.sticky-top .header-logo{
	padding: 5px 0;
}
#header.sticky-top  .header-logo img {
  max-height: 50px;
  max-width: 180px;
}

#header.sticky-top   .header-container{
	height: 70px !important;
	min-height: 0 !important;
}
#header.sticky-top .header-nav-main nav > ul > li > a{
	font-size: 18px !important;
}
/* Header */
#header {
	position: relative;
	z-index: 1030;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: #E8E6E1;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}

#header .header-body.header-body-bottom-border-fixed {
	border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

#header .header-body[class*="border-color-"] {
	border-bottom: 0 !important;
}

#header .header-container {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	transition: ease height 300ms;
}

@media (max-width: 991px) {
	#header .header-container:not(.container):not(.container-fluid) .header-nav-main {
		padding: 0 0.75rem;
	}
}

#header .header-container.header-container-height-xs {
	height: 80px;
}

#header .header-container.header-container-height-sm {
	height: 100px;
}

#header .header-container.header-container-height-md {
	height: 125px;
}

#header .header-container.header-container-height-lg {
	height: 145px;
}

#header .container {
	position: relative;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
	}
}

#header .header-row {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}

#header .header-column.header-column-border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

#header .header-column.header-column-border-left {
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

#header .header-column .header-row {
	justify-content: inherit;
}

#header .header-column .header-extra-info {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#header .header-column .header-extra-info li {
	display: inline-flex;
	margin-left: 25px;
}

#header .header-column .header-extra-info li .header-extra-info-icon {
	font-size: 32px;
	font-size: 2rem;
	margin-right: 10px;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
	display: block;
	margin: 0;
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
	display: block;
	margin: 0;
	color: var(--dark--200);
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 1.3;
}

#header .header-column .header-extra-info li .header-extra-info-text a {
	color: var(--dark--200);
}

#header .header-column .header-extra-info li .feature-box p {
	margin: 0;
}

#header .header-column .header-extra-info li .feature-box small {
	position: relative;
	top: -4px;
	font-size: 80%;
}

#header.header-no-min-height .header-body {
	min-height: 0 !important;
}

#header .header-top {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.06);
	min-height: 47px;
}

#header .header-top.header-top-light-border-bottom {
	border-bottom-color: var(--light-rgba-10);
}

#header .header-top.header-top-simple-border-bottom {
	border-bottom-width: 1px;
}

#header .header-top.header-top-default {
	background: var(--grey-100);
}

#header .header-top.header-top-borders {
	border-bottom-width: 1px;
}

#header .header-top.header-top-borders .nav-item-borders {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	padding-left: 12px;
	padding-right: 12px;
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
	padding-left: 0;
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
	border-right: 0;
}

#header .header-top.header-top-light-borders {
	border-bottom-color: var(--light-rgba-20);
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
	border-right-color: var(--light-rgba-20);
}

#header .header-top.header-top-light-2-borders {
	border-bottom-color: rgba(255, 255, 255, 0.06);
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
	border-right-color: rgba(255, 255, 255, 0.06);
}

#header .header-top.header-top-bottom-containered-border {
	border-bottom: 0;
}

#header .header-top.header-top-bottom-containered-border > .container > .header-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#header .header-top.header-top-small-minheight {
	min-height: 38px;
}

#header .header-top.header-top-semi-transparent {
	background-color: rgba(0, 0, 0, 0.15);
}

#header .header-top.header-top-semi-transparent-light {
	background-color: rgba(255, 255, 255, 0.15);
}

#header .header-logo {
	margin: 16px 0;
	margin: 0.5rem 0;
	position: relative;
	z-index: 1;
}

#header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	transform: translateZ(0);
	max-height: 75px;
 	 max-width: 180px;
}

#header .header-nav {
	padding: 16px 0;
	padding: 1rem 0;
	min-height: 70px;
}

#header .header-nav-top {
	display: flex;
	align-self: stretch;
	align-items: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
	letter-spacing: -0.5px;
}

#header .header-nav-top .nav > li > a [class*="fa-"], #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"], #header .header-nav-top .nav > li > span .icons {
	margin-right: 3px;
	font-size: 0.8em;
	position: relative;
}

#header .header-nav-top .nav > li > a {
	text-decoration: none;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: transparent;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle, #header .header-nav-top .nav > li.accessibility-open > .dropdown-menu-toggle {
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#header .header-nav-top .nav > li + .nav-item-left-border {
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
	background: rgba(0, 0, 0, 0.08);
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	display: block;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
}

#header .header-nav-top .nav > li + .nav-item-right-border {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

#header .header-nav-top .nav > li + .nav-item-right-border:before {
	background: rgba(0, 0, 0, 0.08);
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	display: block;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 0;
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after {
	content: none;
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-right-border-remove:before {
	content: none;
}

@media (max-width: 575px) {
	#header .header-nav-top .nav > li:not(.d-none) {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	#header .header-nav-top .nav > li.nav-item-left-border-remove.d-none {
		margin-left: 0;
		padding-left: 0;
	}

	#header .header-nav-top .nav > li.nav-item-right-border-remove.d-none {
		margin-left: 0;
		padding-left: 0;
	}
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after {
	content: '';
}

#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-show:after {
	content: '';
}

@media (min-width: 576px) {
	#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after {
		content: '';
	}

	#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-sm-show:after {
		content: '';
	}
}

@media (min-width: 768px) {
	#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after {
		content: '';
	}

	#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-md-show:after {
		content: '';
	}
}

@media (min-width: 992px) {
	#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-lg-show:after {
		content: '';
	}

	#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-lg-show:after {
		content: '';
	}
}

@media (min-width: 1200px) {
	#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-xl-show:after {
		content: '';
	}

	#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-xl-show:after {
		content: '';
	}
}

#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
	background: transparent;
}

#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
	left: -1px;
	top: -1px;
}

#header .header-nav-top .nav > li.nav-item-anim-icon > a:hover [class*="fa-"], #header .header-nav-top .nav > li.nav-item-anim-icon > a:hover .icons {
	animation: navItemArrow 600ms ease;
	animation-iteration-count: infinite;
}

#header .header-nav-top .dropdown .dropdown-item {
	font-size: 0.75em;
}

#header .header-nav-top .dropdown-menu {
	border: 0;
	margin-top: -2px;
	margin-left: -2px;
	padding: 0;
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	background: var(--light);
	padding: 3px;
	min-width: 180px;
	z-index: 10000;
	margin-right: 0;
	margin-top: 1px;
	transition: opacity .2s ease-out;
	border-radius: 0;
}

#header .header-nav-top .dropdown-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	transform: translate3d(-7px, -6px, 0);
}

#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
	right: auto;
	left: 20px;
}

#header .header-nav-top .dropdown-menu a {
	color: #999;
	padding: 5px 12px;
	font-size: 0.9em;
}

#header .header-nav-top .dropdown-menu a:active {
	color: var(--light);
}

#header .header-nav-top .flag {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

#header .header-nav-features {
	position: relative;
	padding-left: 20px;
	margin-left: 10px;
}

#header .header-nav-features:before, #header .header-nav-features:after {
	background: rgba(0, 0, 0, 0.03);
	content: none;
	width: 1px;
	height: 16px;
	position: absolute;
	display: block;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
}

#header .header-nav-features.header-nav-features-divisor-lg:before, #header .header-nav-features.header-nav-features-divisor-lg:after {
	height: 72px;
}

#header .header-nav-features.header-nav-features-light:before, #header .header-nav-features.header-nav-features-light:after {
	background: rgba(255, 255, 255, 0.1);
}

#header .header-nav-features:not(.header-nav-features-no-border):before, #header .header-nav-features:not(.header-nav-features-no-border):after {
	content: '';
}

#header .header-nav-features:not(.header-nav-features-no-border):after {
	display: none;
}

#header .header-nav-features.header-nav-features-show-border:before, #header .header-nav-features.header-nav-features-show-border:after {
	content: '';
}

@media (min-width: 576px) {
	#header .header-nav-features.header-nav-features-sm-show-border:before, #header .header-nav-features.header-nav-features-sm-show-border:after {
		content: '';
	}
}

@media (min-width: 768px) {
	#header .header-nav-features.header-nav-features-md-show-border:before, #header .header-nav-features.header-nav-features-md-show-border:after {
		content: '';
	}
}

@media (min-width: 992px) {
	#header .header-nav-features.header-nav-features-lg-show-border:before, #header .header-nav-features.header-nav-features-lg-show-border:after {
		content: '';
	}
}

@media (min-width: 1200px) {
	#header .header-nav-features.header-nav-features-xl-show-border:before, #header .header-nav-features.header-nav-features-xl-show-border:after {

		content: '';
	}
}

#header .header-nav-features.header-nav-features-start {
	padding-left: 0;
	margin-left: 0;
	padding-right: 20px;
	margin-right: 10px;
}

#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before {
	left: auto;
	right: 0;
}

#header .header-nav-features.header-nav-features-center {
	padding-left: 20px;
	margin-left: 10px;
	padding-right: 20px;
	margin-right: 10px;
}

#header .header-nav-features.header-nav-features-center:after {
	display: block;
	left: auto;
	right: 0;
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
	font-size: 12.8px;
	font-size: 0.8rem;
	position: relative;
	top: -1px;
	color: #444;
}

#header .header-nav-features.header-nav-features-light .header-nav-top-icon,
#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {
	color: var(--light);
}

#header .header-nav-features .header-nav-top-icon-img {
	top: -2px;
}

#header .header-nav-features .header-nav-feature {
	position: relative;
}

#header .header-nav-features .header-nav-features-dropdown {
	opacity: 0;
	top: -10000px;
	position: absolute;
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	background: var(--light);
	padding: 17px;
	min-width: 300px;
	z-index: 10000;
	right: 100%;
	margin-right: -25px;
	margin-top: 30px;
	transition: opacity .2s ease-out;
	pointer-events: none;
}

#header .header-nav-features .header-nav-features-dropdown:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	transform: translate3d(-7px, -6px, 0);
}

#header .header-nav-features .header-nav-features-dropdown.show {
	opacity: 1;
	top: auto;
	pointer-events: all;
}

@media (max-width: 991px) {
	#header .header-nav-features .header-nav-features-dropdown.show {
		top: -50px;
		box-shadow: none;
	}

	#header .header-nav-features .header-nav-features-dropdown.show:before {
		display: none;
	}
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-arrow-dark:before {
	border-bottom-color: #181b1e;
}

@media (min-width: 992px) {
	#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse {
		right: auto;
		margin-right: 0;
		left: 100%;
		margin-left: -25px;
	}

	#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse:before {
		right: auto;
		left: 5px;
		transform: translate3d(7px, -6px, 0);
	}
}

@media (max-width: 440px) {
	#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
		position: fixed;
		right: auto;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}

	#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed:before {
		content: none;
	}
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right {
	margin-right: 6px !important;
	right: 0;
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
	background: var(--dark);
}

#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
	border-bottom-color: var(--dark);
}

#header .header-nav-features .header-nav-features-cart {
	z-index: 2;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
	padding: 20px;
}

#header .header-nav-features .header-nav-features-cart .cart-info {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -4px;
	left: 0;
	padding: 0;
	display: block;
	line-height: 1;
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
	position: absolute;
	top: -12px;
	right: -10px;
	width: 15px;
	height: 15px;
	display: block;
	font-size: 9px;
	font-weight: 600;
	color: var(--light);
	background-color: #ed5348;
	text-align: center;
	line-height: 15px;
	border-radius: 20px;
	box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#header .header-nav-features .header-nav-features-cart .mini-products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child {
	margin-top: -15px;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
	float: right;
	border-color: #ededed;
	border-width: 1px;
	padding: 0;
	border: 1px solid #ddd;
	background-color: var(--light);
	display: block;
	position: relative;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
	max-width: 80px;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details {
	margin-left: 0;
	line-height: 1.4;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details a {
	letter-spacing: 0.005em;
	font-weight: 600;
	color: #696969;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name {
	margin: 15px 0 0;
	font-size: 0.9em;
	font-weight: 400;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price {
	font-size: 0.8em;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price .price {
	display: inline-block;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove {
	z-index: 3;
	top: 5px;
	right: -5px;
	width: 20px;
	height: 20px;
	background-color: var(--light);
	color: #474747;
	border-radius: 100%;
	position: absolute;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	line-height: 20px;
	font-size: 10px;
}

#header .header-nav-features .header-nav-features-cart .totals {
	padding: 15px 0 25px;
	overflow: hidden;
}

#header .header-nav-features .header-nav-features-cart .totals .label {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #474747;
}

#header .header-nav-features .header-nav-features-cart .totals .price-total {
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #474747;
}

#header .header-nav-features .header-nav-features-cart .actions {
	padding: 0;
	margin: 0;
}

#header .header-nav-features .header-nav-features-cart .actions .btn {
	display: inline-block;
	min-width: 125px;
	text-align: center;
	margin: 5px 0;
	float: right;
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

#header .header-nav-features .header-nav-features-cart .actions .btn:first-child {
	float: left;
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info {
	margin-top: -9px;
	left: -4px;
}

#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown {
	margin-right: -31px;
	top: 10px;
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
	color: #444;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
	font-size: 15.2px;
	font-size: 0.95rem;
	margin: 0px 2px 0 0;
	position: relative;
	top: 1px;
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover {
	text-decoration: none;
}

#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
	margin-right: -27px;
	min-width: 420px;
	padding: 35px;
}

@media (max-width: 767px) {
	#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
		min-width: 320px;
	}
}

#header .header-nav-features .header-nav-features-user .actions {
	padding: 0;
	margin: 0;
}

#header .header-nav-features .header-nav-features-user .actions .btn {
	display: inline-block;
	min-width: 125px;
	margin: 5px 0;
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 11.2px 16px;
	padding: 0.7rem 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

#header .header-nav-features .header-nav-features-user .extra-actions {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}

#header .header-nav-features .header-nav-features-user .extra-actions p {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}

#header .header-nav-features .header-nav-features-user.signin .signin-form {
	display: block;
}

#header .header-nav-features .header-nav-features-user.signin .signup-form, #header .header-nav-features .header-nav-features-user.signin .recover-form {
	display: none;
}

#header .header-nav-features .header-nav-features-user.signup .signin-form {
	display: none;
}

#header .header-nav-features .header-nav-features-user.signup .signup-form {
	display: block;
}

#header .header-nav-features .header-nav-features-user.signup .recover-form {
	display: none;
}

#header .header-nav-features .header-nav-features-user.recover .signin-form, #header .header-nav-features .header-nav-features-user.recover .signup-form {
	display: none;
}

#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown {
	min-width: 320px;
}

#header .header-nav-features .header-nav-features-search-reveal-container {
	display: flex;
	align-items: center;
	min-height: 42px;
}

#header .header-nav-features .header-nav-features-search-reveal .simple-search {
	display: none;
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon {
	display: none;
	text-decoration: none;
}

#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
	display: inline-flex;
	text-decoration: none;
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon {
	display: inline-flex;
	margin-left: 10px;
	align-items: center;
}

#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
	display: none;
}

#header .header-nav-features .header-nav-features-search-reveal.show .simple-search {
	display: inline-flex;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--light);
	width: 100%;
	height: 100%;
	z-index: 1;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header {
	align-items: center;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-decoration, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-cancel-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
	border: 0;
	background: transparent;
	font-size: 22px !important;
	line-height: 1;
	border-bottom: 2px solid var(--grey-500);
	border-radius: 0;
	box-shadow: none;
	position: relative;
	z-index: 1;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 2;
	display: block;
	margin-right: 10px;
	margin-top: -10px;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i {
	font-size: 20px;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full {
	position: fixed;
	z-index: 100000;
	background: transparent;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {
	content: "";
	display: block;
	background: rgba(23, 23, 23, 0.95);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control {
	color: var(--light);
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon {
	position: fixed;
	top: 25px;
	right: 20px;
	margin-top: 0;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon i {
	color: var(--light);
}

#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search {
	display: flex;
}

#header .header-search {
	margin-left: 16px;
	margin-left: 1rem;
}

#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	transition: width 0.3s ease;
	perspective: 1000px;
	width: 170px;
}

#header .header-search .btn-light {
	background: transparent;
	border: 0 none;
	color: var(--grey-500);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#header .header-search .btn-light:hover {
	color: #000;
}

@media (max-width: 991px) {
	#header.header-transparent .header-nav-features .header-nav-features-search .header-nav-features-dropdown.show {
		top: -50px !important;
		box-shadow: none !important;
	}

	#header.header-transparent .header-nav-features .header-nav-features-search .header-nav-features-dropdown.show:before {
		display: none;
	}
}

#header .header-social-icons {
	margin-left: 16px;
	margin-left: 1rem;
}

#header .header-border-left {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#header .header-border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#header .header-border-top {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#header .header-border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
	#header .header-mobile-border-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}

#header .header-btn-collapse-nav {
	background-color: transparent;
	color: #000;
	display: none;
	float: right;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
}

#header.header-narrow .header-body {
	min-height: 0;
}

#header.header-narrow .header-logo {
	margin-top: 0;
	margin-bottom: 0;
}

#header.header-narrow .header-nav {
	padding-top: 0;
	padding-bottom: 0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a {
	margin: 0;
}

#header.header-effect-shrink {
	transition: ease height 300ms;
}

#header.header-effect-shrink .header-top {
	transition: ease height 300ms;
}

#header.header-effect-shrink .header-container {
	min-height: 100px;
}

#header.header-effect-shrink .header-logo {
	display: flex;
	align-items: center;
}

#header.header-dark .header-body {
	background: var(--dark);
}

#header.header-dark .header-body .header-nav.header-nav-links-side-header nav > ul > li > a {
	border-bottom-color: #2a2a2a;
}

@media (max-width: 991px) {
	html.mobile-menu-opened #header .header-body[class*="border-color-"] {
		border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
	}
}

html:not(.boxed) #header.header-floating-bar {
	position: absolute;
	top: 45px;
	width: 100%;
}

html:not(.boxed) #header.header-floating-bar .header-body {
	border: medium none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: auto;
}

html:not(.boxed) #header.header-floating-bar .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
	left: 0;
	right: 0;
}

@media (max-width: 991px) {
	html:not(.boxed) #header.header-floating-bar {
		top: 0;
	}
}

@media (max-width: 991px) {
	html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
		margin: 10px;
	}

	html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-main:before {
		display: none;
	}
}

@media (min-width: 1200px) {
	html:not(.sticky-header-active) #header.header-floating-bar .header-body {
		max-width: 1140px;
		right: 15px;
	}

	html:not(.sticky-header-active) #header.header-floating-bar .header-container {
		padding-right: 0px;
		padding-left: 30px;
	}
}

html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
	max-width: none;
}

html #header.header-bottom-slider {
	position: absolute;
	bottom: 0;
}

html #header.header-bottom-slider .header-body {
	border-top: 1px solid var(--light-rgba-40);
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
	border-top: 1px solid rgba(68, 68, 68, 0.4);
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
	border-top: 1px solid rgba(68, 68, 68, 0.1);
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
	border-top: 1px solid var(--light-rgba-40);
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
	border-top: 1px solid var(--light-rgba-10);
}

html.sticky-header-active #header.header-bottom-slider .header-body {
	border-top-color: transparent;
}

@media (max-width: 991px) {
	html #header.header-bottom-slider .header-nav-main {
		top: calc(100% + 15px);
	}

	html.sticky-header-active #header.header-bottom-slider .header-nav-main {
		top: 100%;
	}
}

html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
	border-bottom: 0;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
	background-color: transparent !important;
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
	background-color: rgba(68, 68, 68, 0.4) !important;
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
	border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
	border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
	html #header.header-transparent .header-body {
		overflow: hidden;
	}

	html #header.header-transparent .header-body.bg-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
		background-color: var(--dark);
	}

	html #header.header-transparent .header-nav-main:before {
		width: calc(100% - 30px);
	}

	html #header.header-transparent .header-nav-main nav {
		padding: 0 30px;
	}

	html.sticky-header-active #header.header-transparent .header-nav-main nav {
		padding: 0 15px;
	}
}

html.sticky-header-active #header .header-top.header-top-sticky-remove-bottom-border {
	border-bottom: 0;
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: rgba(234, 234, 234, 0.5);
	box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
	border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body {
	position: relative;
}

html.sticky-header-active .d-sticky-header-active-none {
	display: none !important;
}

html.sticky-header-reveal.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom: none;
	width: 100%;
	max-width: 100%;
}

html.sticky-header-enabled #header .header-logo-sticky-change {
	position: relative;
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
	position: absolute;
	top: 0;
	left: 0;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 1 !important;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
	opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
	opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
	opacity: 1 !important;
}

@media (max-width: 991px) {
	html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-non-sticky {
		opacity: 1 !important;
	}

	html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-sticky {
		display: none !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction #header .header-body {
		transition: all 0.3s ease;
		transform: translate3d(0, 0, 0);
	}

	html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction.sticky-header-scroll-down #header .header-body {
		transform: translate3d(0, -100%, 0);
	}
}



/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		display: flex !important;
		height: auto !important;
	}

	#header .header-nav-main nav {
		display: flex !important;
	}

	#header .header-nav-main nav > ul > li {
		height: 100%;
		align-self: stretch;
		margin-left: 2px;
	}

	#header .header-nav-main nav > ul > li > a {
		align-items: center;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #3e3f3a;
  display: flex;
  font-size: 20px;
  text-transform: capitalize;
  height: 100%;
	}

	#header .header-nav-main nav > ul > li > a:after {
		display: none;
	}

	#header .header-nav-main nav > ul > li > a:active {
		background-color: transparent;
		text-decoration: none;
		color: var(--grey-500);
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li > a.active {
		background-color: transparent;
	}

	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: var(--grey-500);
		color: var(--light);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 var(--border-radius) var(--border-radius);
		border: 0;
		border-top: 3px solid var(--grey-500);
		box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
		margin: 0;
		min-width: 200px;
		padding: 5px 0;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid var(--grey-100);
		color: var(--default);
		font-size: 0.9em;
		font-weight: 400;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		text-decoration: none;
		letter-spacing: -0.5px;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
		background-color: transparent;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
		background-color: #f8f9fa;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		font-family: 'Font Awesome 6 Free';
		content: "\f054";
		font-weight: 900;
		position: absolute;
		top: 50%;
		font-size: 0.5rem;
		opacity: 0.7;
		right: 20px;
		transform: translateY(-50%);
		transition: all .2s ease-out;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		left: 100%;
		display: block;
		margin-top: -8px;
		margin-left: -1px;
		border-radius: var(--border-radius);
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
		opacity: 1;
		right: 15px;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
		right: 30px;
		transform: translateY(-50%) rotateY(180deg);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		left: auto;
		right: 100%;
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		border-radius: var(--border-radius) var(--border-radius) 0 0;
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		border-bottom: 5px solid var(--grey-500);
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
		left: auto;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: var(--border-radius);
		left: 12px;
		right: 12px;
		width: auto;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 1.6rem;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: var(--dark--200);
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin-top: 20px;
		padding-bottom: 10px;
		text-transform: none;
		letter-spacing: -0.5px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border: 0 none;
		border-radius: var(--border-radius);
		color: var(--default);
		display: block;
		font-size: 0.83em;
		font-weight: normal;
		margin: 0 0 3px -8px;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:focus > a {
		background: var(--grey-100);
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
		padding: 0.5rem 0.8rem;
	}

	#header .header-nav-main nav > ul > li .wrapper-items-cloned i {
		display: none;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info, #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info-wrapper {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
		border-radius: var(--border-radius);
	}

	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu:not(.border-top) {
		border: 0 !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		margin-top: -5px;
	}

	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown.dropdown-mega .dropdown-menu.border-top {
		margin-top: -2px !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu {
		border-radius: var(--border-radius) !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: var(--border-radius) !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-borders-radius-0 nav > ul > li.dropdown .dropdown-menu {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-borders-radius-0 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-font-sm nav > ul > li > a {
		font-size: 0.7rem;
	}

	#header .header-nav-main.header-nav-main-font-md nav > ul > li > a {
		font-size: 1rem;
		font-weight: 600;
		text-transform: none;
		letter-spacing: -1px;
	}

	#header .header-nav-main.header-nav-main-font-lg nav > ul > li > a {
		font-size: 1.1rem;
		font-weight: 400;
		text-transform: none;
		letter-spacing: -1px;
	}

	#header .header-nav-main.header-nav-main-font-lg-upper nav > ul > li > a {
		font-size: 0.95rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	#header .header-nav-main.header-nav-main-font-lg-upper-2 nav > ul > li > a {
		font-size: 0.82rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0;
	}

	#header .header-nav-main.header-nav-main-font-alternative nav > ul > li > a {
		font-family: 'Open Sans', sans-serif;
		font-size: 0.85rem;
		font-weight: 600;
	}

	#header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu {
		border: 0 !important;
		padding: 15px 8px;
		margin-left: -10px;
	}

	#header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 0;
		background: transparent !important;
		font-size: 0.85em;
		transition: all .2s ease-out;
		left: 0;
	}

	#header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:active {
		left: 5px;
	}

	#header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		margin-top: -15px;
	}

	#header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega) > .dropdown-menu {
		transform: translate3d(-50%, 10px, 0) !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega):hover > .dropdown-menu {
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0) !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: -14px !important;
	}

	#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
		position: relative;
	}

	#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
		content: '';
		display: block;
		position: absolute;
		top: auto;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid white;
		transform: translate3d(-7px, 10px, 0);
		bottom: 14px;
		margin-top: auto;
		z-index: 1001;
		opacity: 0;
		transition: ease transform 300ms;
	}

	#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: -14px !important;
		box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
	}

	#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:before {
		opacity: 1 !important;
		transform: translate3d(-7px, 0, 0);
	}

	#header .header-nav-main.header-nav-main-dark nav > ul > li > a {
		color: #444;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > a {
		background-color: transparent;
		color: var(--light);
		text-transform: none;
		font-size: 14px;
		font-weight: 500;
		padding: 18px 18px 22px !important;
		margin: 0 !important;
		transition: ease transform 300ms;
		text-decoration: none;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	#header .header-nav-main.header-nav-main-slide nav > ul > li > a.dropdown-toggle:after {
		visibility: hidden;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-slide nav > ul > li > a.item-original {
		display: none;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span {
		display: flex;
		position: relative;
		height: 100%;
		overflow: hidden;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
		display: flex;
		align-items: center;
		white-space: normal;
		border-radius: var(--border-radius);
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		letter-spacing: -0.5px;
		text-transform: uppercase;
		position: relative;
		background: transparent !important;
		color: #444;
		padding: 0 .9rem;
		margin: 1px 0 0;
		min-height: 60px;
		height: 100%;
		text-decoration: none;
		transition: ease all 300ms;
		transform: translateY(0%);
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.dropdown-toggle:after {
		display: none;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a .fa-caret-down {
		display: none;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active:first-child {
		transform: translateY(-40%);
		opacity: 0;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active.item-two {
		transform: translateY(0);
		opacity: 1;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li > span .item-two {
		position: absolute;
		transform: translateY(40%);
		opacity: 0;
		width: auto;
		left: 0;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a:first-child {
		transform: translateY(-40%);
		opacity: 0;
	}

	#header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span .item-two {
		transform: translateY(0%);
		opacity: 1;
	}

	#header .header-nav-main.header-nav-main-transition nav > ul > li > a {
		transition: ease all 300ms;
	}

	#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
		text-transform: capitalize;
	}

	#header .header-nav-main.header-nav-main-text-size-2 nav > ul > li > a {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.3px;
	}

	#header .header-nav-main.header-nav-main-text-size-3 nav > ul > li > a {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.3px;
	}

	#header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}

	#header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a.dropdown-toggle:after {
		font-size: 0.75rem;
	}

	#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -0.3px;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a {
		padding: 0 0.6rem !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li > a.dropdown-toggle:after {
		font-size: 0.75rem;
	}

	#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li.dropdown .dropdown-menu li a {
		color: var(--dark);
		font-size: 0.875em;
		font-weight: 500;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#header .header-nav-main.header-nav-main-text-size-5 nav > ul > li.dropdown .dropdown-mega-sub-title {
		font-weight: 700;
	}

	#header .header-nav-main.header-nav-main-text-ls-0 nav > ul > li > a {
		letter-spacing: 0;
	}

	#header .header-nav-main.header-nav-main-text-weight-500 nav > ul > li > a {
		font-weight: 500;
	}

	#header .header-nav-main.header-nav-main-text-weight-600 nav > ul > li > a {
		font-weight: 600;
	}

	#header .header-nav-main.header-nav-main-increase-space-between nav > ul > li > a {
		padding: 0 1.3rem !important;
	}

	#header .header-nav-main a > .thumb-info-preview {
		position: absolute;
		display: block;
		left: 100%;
		opacity: 0;
		border: 0;
		padding-left: 10px;
		background: transparent;
		overflow: visible;
		margin-top: 15px;
		top: -10000px;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(-20px, 0, 0);
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
		background: var(--light);
		display: block;
		border-radius: var(--border-radius);
		border: 0;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding: 4px;
		text-align: left;
		width: 190px;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-image {
		transition: all 6s linear 0s;
		width: 182px;
		height: 136px;
		min-height: 0;
	}

	#header .header-nav-main a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
		top: 0;
		opacity: 1;
		margin-top: -5px;
	}

	#header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
		transform: translate3d(20px, 0, 0);
		right: 100%;
		left: auto;
		padding-left: 0;
		margin-right: 10px;
	}

	#header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-bar {
		z-index: 1;
	}

	#header .header-nav-bar.header-nav-bar-top-border {
		border-top: 1px solid #EDEDED;
	}

	#header .header-nav-bar .header-container {
		min-height: 0;
		height: auto !important;
	}

	#header .header-nav-bar .header-container .header-container-md {
		height: 120px;
	}

	#header .header-nav-bar .header-nav {
		min-height: 60px;
	}

	#header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
		bottom: 1px !important;
		margin-left: 0;
	}

	#header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: -1px !important;
	}

	#header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li {
		margin-left: 0;
		margin-right: 0;
	}

	#header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
		padding: 0 0 0 2rem !important;
	}

	#header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
		bottom: 1px !important;
		margin-left: 17px;
	}

	#header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: -1px !important;
	}

	#header .header-nav {
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: flex-end;
		align-self: stretch;
	}

	#header .header-nav.header-nav-stripe {
		padding: 0;
	}

	#header .header-nav.header-nav-stripe .header-nav-main {
		align-self: stretch;
		margin-top: -1px;
		min-height: 0;
	}

	#header .header-nav.header-nav-stripe nav {
		display: flex;
	}

	#header .header-nav.header-nav-stripe nav > ul > li {
		display: inline-flex;
		align-self: stretch;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a {
		background: transparent;
		padding: 0 .9rem;
		margin: 1px 0 0;
		height: 100%;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.active {
		color: var(--dark--200);
		background: transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a.active {
		color: var(--light);
		padding-bottom: 0;
	}

	#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
		content: none;
	}

	#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 100%;
		left: 0;
		margin-top: 1px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
		left: auto;
	}

	#header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a.active {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
		padding: 0;
	}

	#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
		align-self: stretch;
		min-height: 0;
		margin-right: auto;
		margin-top: 0;
	}

	#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		position: relative;
		background: transparent !important;
		padding: 0 .6rem;
		margin: 1px 0 0;
		min-height: 60px;
		height: 100%;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		padding: 0 .9rem;
	}
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-links nav > ul > li.accessibility-open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-links nav > ul > li > a.active, #header .header-nav.header-nav-line nav > ul > li > a.active {
		background: transparent;
	}

	#header .header-nav.header-nav-links nav > ul > li > a.active:before, #header .header-nav.header-nav-line nav > ul > li > a.active:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-links nav > ul > li.dropdown > a:before, #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
	}

	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #444;
	}

	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: var(--light);
	}

	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a.active, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-line nav > ul > li > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		background: transparent;
		width: auto;
		height: 3px;
		top: -2px;
		left: -1px;
		right: -1px;
		opacity: 0;
	}

	#header .header-nav.header-nav-line nav > ul > li:hover > a:before {
		opacity: 1 !important;
	}

	#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		top: -2px;
		left: 0;
	}

	#header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before {
		top: -4px;
	}

	#header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li > a:before {
		transition: all .3s ease;
		width: 0%;
		left: 50%;
	}

	#header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li:hover > a:before {
		left: 0;
		width: 100%;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: auto;
		height: 3px;
		top: 50%;
		left: 15px;
		right: 15px;
		margin-top: 15px;
		transform: translateY(-3px);
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li:hover > a:before {
		margin-top: 12px;
		transform: none;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before {
		left: 0;
		right: 0;
		height: 7px;
		margin: 6px 10px 15px 10px;
		opacity: 0.3 !important;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before {
		transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
		right: 100%;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.active:before {
		right: 15px;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li:hover > a:before {
		right: 15px;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li > a.active:before {
		right: 0;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li:hover > a:before {
		right: 0;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul > li:hover > a {
		color: #444 !important;
	}

	#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active {
		color: #444 !important;
	}

	#header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: -1px;
	}

	#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
		color: var(--light) !important;
	}

	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
		color: var(--light--200) !important;
	}

	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
		color: var(--light--200) !important;
	}

	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li.dropdown-light:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li.dropdown-light .wrapper-items-cloned:hover > a {
		color: var(--dark) !important;
	}

	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li.dropdown-light > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li.dropdown-light .wrapper-items-cloned > a.active {
		color: var(--dark) !important;
	}

	#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
		font-size: 1.1rem;
		margin-right: 0.28rem;
		margin-top: 0.1rem;
	}

	#header .header-nav.header-nav-divisor nav > ul > li {
		margin: 0;
	}

	#header .header-nav.header-nav-divisor nav > ul > li > a {
		border-right: 1px solid rgba(0, 0, 0, 0.07);
	}

	#header .header-nav.header-nav-divisor nav > ul > li:last-child > a {
		border-right: 0;
	}

	#header .header-nav.header-nav-spaced nav > ul > li > a {
		margin: 0 !important;
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	#header .header-nav.header-nav-first-item-no-padding nav > ul > li:first-child > a {
		padding-left: 0 !important;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
		border-bottom-color: var(--dark--100);
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
		background: var(--dark);
		margin-top: 0;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
		color: var(--grey-700);
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a {
		background: var(--dark--100);
		color: var(--light);
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
		color: var(--light);
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a {
		color: var(--grey-700);
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.accessibility-open > a {
		color: var(--light);
		background: var(--dark--100);
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		position: relative;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		margin-left: 0.7rem;
		margin-right: 0.7rem;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		font-size: 0.9em;
		text-transform: none;
		font-weight: normal;
		margin-top: 0.3rem;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span {
		margin-top: -0.5rem;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		transition: ease padding-bottom 300ms;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
		padding-bottom: 15px;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span {
		top: 60%;
		left: 0;
		opacity: 1;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: 0;
		opacity: 0;
		transform: translate3d(0, -50%, 0);
		transition: ease opacity 200ms, ease top 300ms;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a {
		padding-bottom: 15px;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span {
		top: 60%;
		left: 0;
		opacity: 1;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li > a {
		padding: 10px 15px !important;
		min-height: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 0;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li.dropdown {
		position: static;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item {
		position: relative;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item:before {
		font-family: 'Font Awesome 6 Free';
		content: "\f054" !important;
		font-weight: 900;
		position: absolute;
		top: 50%;
		font-size: 0.5rem;
		opacity: 0.7 !important;
		left: auto;
		right: 20px;
		transform: translateY(-50%);
		transition: all .2s ease-out;
		display: block !important;
	}

	#header .header-nav.header-nav-links-side-header nav > ul > li.dropdown:hover > .dropdown-item:before {
		right: 15px;
		opacity: 1 !important;
	}

	#header .header-nav.header-nav-click-to-open nav > ul > li.dropdown .dropdown-menu,
		#header .header-nav.header-nav-click-to-open nav > ul > li.dropdown li.dropdown-submenu > .dropdown-menu {
		transition: opacity .2s ease-out;
	}

	#header .header-nav.header-nav-click-to-open nav > ul > li.dropdown:hover:not(.open) .dropdown-menu {
		top: -10000px;
		opacity: 0;
	}

	#header .header-nav.header-nav-click-to-open nav > ul > li.dropdown > .dropdown-toggle > .fa-chevron-down {
		display: block;
		opacity: 0;
		position: absolute;
		right: 12px;
	}

	#header .header-nav.header-nav-click-to-open nav > ul > li.dropdown.open .dropdown-menu > li.dropdown-submenu:hover:not(.open) .dropdown-menu {
		top: -10000px;
		opacity: 0;
	}
}

/* Header Arrows */
@media (min-width: 992px) {
	#header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
		display: inline-block;
		font-family: 'Font Awesome 6 Free';
		content: "\f078";
		font-weight: 900;
		border: 0;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 0 0 4px;
		font-size: 0.6rem;
	}
}


/* Section Featured */
section.section {
	/*! background: var(--grey-100); */
	/*! border-top: 5px solid var(--grey-100); */
	/*! margin: 30px 0; */
	/*! padding: 50px 0; */
}

section.section > .container {
	position: relative;
}

section.section.section-height-1 {
	padding: 12.307px 0;
	padding: 0.7692307692rem 0;
}

section.section.section-height-2 {
	padding: 36.923px 0;
	padding: 2.3076923077rem 0;
}

section.section.section-height-3 {
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
}

section.section.section-height-4 {
	padding: 110.769px 0;
	padding: 6.9230769231rem 0;
}

section.section.section-height-5 {
	padding: 147.692px 0;
	padding: 9.2307692308rem 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: var(--light);
}

section.section.section-text-light p {
	color: #e6e5e5;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}

section.section.section-background-change-anim {
	animation-name: colorTransition;
	animation-duration: 25s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

section.section.section-funnel {
	position: relative;
}

section.section.section-funnel .section-funnel-layer-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 96px 0;
	padding: 6rem 0;
	transform: translate3d(0, -50%, 0);
}

section.section.section-funnel .section-funnel-layer-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 96px 0;
	padding: 6rem 0;
	transform: translate3d(0, 50%, 0);
}

section.section.section-funnel .section-funnel-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--light);
}

section.section.section-funnel .section-funnel-layer:nth-child(1) {
	transform: skewY(-4.7deg);
}

section.section.section-funnel .section-funnel-layer:nth-child(2) {
	transform: skewY(4.7deg);
}

section.section.section-angled {
	position: relative;
	margin: 0;
	overflow: hidden;
}

section.section.section-angled .section-angled-layer-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 48px 0;
	padding: 3rem 0;
	transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled .section-angled-layer-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 48px 0;
	padding: 3rem 0;
	transform: skewY(0.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled .section-angled-layer-top + .section-angled-content,
section.section.section-angled .section-angled-layer-top + .section-angled-layer-bottom + .section-angled-content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

section.section.section-angled .section-angled-layer-bottom + .section-angled-content,
section.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top {
	transform: skewY(-1.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-bottom {
	transform: skewY(1.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-top {
	padding: 112px 0;
	padding: 7rem 0;
	transform: skewY(-4.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
	padding: 112px 0;
	padding: 7rem 0;
	transform: skewY(4.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-top {
	transform: skewY(0.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-bottom {
	transform: skewY(-0.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top {
	transform: skewY(1.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-bottom {
	transform: skewY(-1.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-top {
	padding: 112px 0;
	padding: 7rem 0;
	transform: skewY(4.7deg) translate3d(0, -50%, 0);
}

section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
	padding: 112px 0;
	padding: 7rem 0;
	transform: skewY(-4.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled + .section-angled {
	padding-top: 0;
}

section.section.overlay .section-angled-layer-top,
section.section.overlay .section-angled-layer-bottom {
	z-index: 99 !important;
}

section.section.section-overlay {
	position: relative;
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: var(--dark-rgba-20);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay .section-angled-layer-top,
section.section.section-overlay .section-angled-layer-bottom {
	z-index: 99 !important;
}

section.section.section-overlay-dot:before {
	background: url(../images/overlay-dot.png) repeat scroll 0 0 transparent;
}

section.section.section-overlay-opacity {
	position: relative;
}

section.section.section-overlay-opacity:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
	background: var(--dark-rgba-10);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
	background: var(--dark-rgba-20);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
	background: var(--dark-rgba-30);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
	background: var(--dark-rgba-40);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
	background: var(--dark-rgba-50);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
	background: var(--dark-rgba-60);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
	background: var(--dark-rgba-70);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
	background: var(--dark-rgba-80);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
	background: var(--dark-rgba-90);
}

section.section.section-overlay-opacity-light:before {
	background: var(--light-rgba-50);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
	background: var(--light-rgba-10);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
	background: var(--light-rgba-20);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
	background: var(--light-rgba-30);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
	background: var(--light-rgba-40);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
	background: var(--light-rgba-50);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
	background: var(--light-rgba-60);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
	background: var(--light-rgba-70);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
	background: var(--light-rgba-80);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
	background: var(--light-rgba-90);
}

section.section.section-overlay-opacity-gradient:before {
	opacity: 0.85;
}
.section-banner-blur-dark::before{
	background-color: #fefefe;
  opacity: 0.8;
	bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
section.section.section-video {
	background: none !important;
	border: 0;
}

section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0;
}

section.section.section-parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

section.section.section-no-border {
	border: 0;
}

section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

section.section.section-footer {
	margin-bottom: -50px;
}

section.section.section-with-mockup {
	margin-top: 120px;
}

section.section.section-front {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.container-fluid > .row > .p-0 section.section {
		margin-bottom: 0;
		margin-top: 0;
	}

	.container-fluid > .row > .p-0:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.container-fluid > .row > .p-0:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}

/* Section With Shape Divider */
@keyframes shapeDividerToLeft {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-200%, 0, 0);
	}
}

@keyframes shapeDividerToRight {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(200%, 0, 0);
	}
}

.section.section-with-shape-divider {
	position: relative;
	overflow: hidden;
}

.section.section-with-shape-divider .shape-divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
}

.section.section-with-shape-divider .shape-divider svg {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translate3d(-50%, 0, 0);
}

@media (min-width: 1950px) {
	.section.section-with-shape-divider .shape-divider svg {
		width: 100%;
	}
}

.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
	top: auto;
	bottom: 0;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
	transform: rotateY(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
	transform: rotateX(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
	transform: rotateY(180deg) rotateX(180deg);
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	animation-duration: 45s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation > svg {
	width: 100vw;
	left: 0;
	transform: none;
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
	animation-name: shapeDividerToRight;
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
	transform: rotateY(180deg) translate3d(99.9%, 0, 0);
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
	transform: translate3d(-199.8%, 0, 0);
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
	animation-name: shapeDividerToLeft;
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
	transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
	transform: translate3d(199.8%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
	animation-name: shapeDividerToLeft;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
	transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
	transform: translate3d(199.8%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
	animation-name: shapeDividerToRight;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
	transform: rotateY(180deg) translate3d(99.9%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
	transform: translate3d(-199.8%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
	animation-name: shapeDividerToRight;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
	animation-name: shapeDividerToLeft;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
	transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
	transform: translate3d(199.8%, 0, 0);
}

.section.section-with-shape-divider.overlay:before {
	z-index: 1;
}

/* Breadcrumb */
.breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb > li {
	display: inline-block;
	font-size: 0.8em;
	text-transform: uppercase;
	text-shadow: none;
	color:  #3e3f3a;
}
.breadcrumb > li a {
	color:  #3e3f3a;
}
.breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
	opacity: 1;
}

.breadcrumb.breadcrumb-style-2 > li + li:before {
	content: "/";
}

.breadcrumb.breadcrumb-block {
	background: var(--dark);
	display: inline-block !important;
	padding: 7.2px 19.2px;
	padding: .45rem 1.2rem;
	border-radius: var(--border-radius);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.breadcrumb.breadcrumb-light {
	color: var(--light);
}

.breadcrumb.breadcrumb-light a {
	color: var(--light);
}

.breadcrumb.breadcrumb-light .active {
	opacity: 0.7;
}
/* Sections - Skin */
section.section-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary-100) !important;
}

section.section-primary h1, section.section-primary h2, section.section-primary h3, section.section-primary h4, section.section-primary h5, section.section-primary h6 {
	color: var(--primary-inverse);
}

section.section-primary p {
	color: var(--primary-inverse);
}

section.section-primary-scale-2 {
	background-color: var(--primary-300) !important;
	border-color: var(--primary-300) !important;
}

section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--primary-300);
}

section.section-secondary {
	background-color: var(--secondary) !important;
	border-color: var(--secondary-100) !important;
}

section.section-secondary h1, section.section-secondary h2, section.section-secondary h3, section.section-secondary h4, section.section-secondary h5, section.section-secondary h6 {
	color: var(--secondary-inverse);
}

section.section-secondary p {
	color: var(--secondary-inverse);
}

section.section-secondary-scale-2 {
	background-color: var(--secondary-300) !important;
	border-color: var(--secondary-300) !important;
}

section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--secondary-300);
}

section.section-tertiary {
	background-color: var(--tertiary) !important;
	border-color: var(--tertiary-100) !important;
}

section.section-tertiary h1, section.section-tertiary h2, section.section-tertiary h3, section.section-tertiary h4, section.section-tertiary h5, section.section-tertiary h6 {
	color: var(--tertiary-inverse);
}

section.section-tertiary p {
	color: var(--tertiary-inverse);
}

section.section-tertiary-scale-2 {
	background-color: var(--tertiary-300) !important;
	border-color: var(--tertiary-300) !important;
}

section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--tertiary-300);
}

section.section-quaternary {
	background-color: var(--quaternary) !important;
	border-color: var(--quaternary-100) !important;
}

section.section-quaternary h1, section.section-quaternary h2, section.section-quaternary h3, section.section-quaternary h4, section.section-quaternary h5, section.section-quaternary h6 {
	color: var(--quaternary-inverse);
}

section.section-quaternary p {
	color: var(--quaternary-inverse);
}

section.section-quaternary-scale-2 {
	background-color: var(--quaternary-300) !important;
	border-color: var(--quaternary-300) !important;
}

section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--quaternary-300);
}

section.section-dark {
	background-color: #8a8579  !important ;
	/*! border-color: var(--dark-100) !important; */
}

section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 {
	color: #3e3f3a;
}

section.section-dark p {
	color: #3e3f3a;
}

section.section-dark-scale-2 {
	background-color: var(--dark-300) !important;
	border-color: var(--dark-300) !important;
}

section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--dark-300);
}

section.section-light {
	background-color: var(--light) !important;
	border-color: var(--light-100) !important;
}

section.section-light h1, section.section-light h2, section.section-light h3, section.section-light h4, section.section-light h5, section.section-light h6 {
	color: var(--light-inverse);
}

section.section-light p {
	color: var(--light-inverse);
}

section.section-light-scale-2 {
	background-color: var(--light-300) !important;
	border-color: var(--light-300) !important;
}

section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: var(--light-300);
}

section.section.section-background-half-primary-half-secondary {
	background: linear-gradient(to right, var(--primary) 50%, var(--secondary) 50%);
}

section.section.section-overlay-opacity-gradient:before {
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%);
}

/********  HOME PAGE ******/
.widget_introduce{
	padding: 110px 0 30px 0;
}

.box-flex-row{
	align-self: flex-start;
  display: flex;
  flex-wrap: nowrap;
	gap:15px;
  margin-bottom: 80px;
}
.box-flex--card {
  position: relative;
  flex: 1 1 auto ;
  text-align: center;
}
.box-flex--card h5{
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	z-index: 11;
	text-align: left;
}
.box-flex-item-content {
	background-color: transparent !important;
	border: none !important;
  position: absolute;
  left: 0;
  right: 9.011%;
  bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  max-height: 99%;
  min-height: 45.155%;
  padding: 5.6202% 8.5714%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
	color: #FFF;
}

 .box-flex-item-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: initial;
  bottom: 0;
  z-index: 1;
  width: 110%;
  min-height: 198px;
  max-height: 100%;
  height: 86%;
  opacity: .5;
  background-image: linear-gradient(0deg,#000000 0%,transparent 100%);
}



.flex__image-wrappe {
  background-color: #FFF;
}
.flex__media-image {
	display: flex;
  position: relative;
  background-color: transparent;
  width: 100%;
  max-width: 100%;	
}
.flex__media-image img{
	width: 100%;
	max-width: 100%;
}
.home-listcatproduct{
	margin: 50px 0 0 0;
}
.home-listcatproduct ul{
	display: flex;
    flex-flow: row wrap;
    gap: 40px;
	padding: 0;
    place-content: flex-start left;
	margin-bottom: 40px;
}
.home-listcatproduct ul li{
	display: block;
	background-color:#FFF;
	flex: 0 0 calc(33% - 40px);
	list-style: none;
	border: 2px solid #e8e6e1;
	padding: 20px;
}
 .category-cards__cards-container-partial ul li:nth-child(n+3) {
  }

.home-listcatproduct ul li a{
	color:#101010;
	text-align: center;
}

 .category-card__text-wrapper {
    padding: 24px;
    text-align: center;
  }
  .heading-6, h6 {
    font-size: 1rem;
    line-height: 1.5rem;
	  font-weight: 700;
  }
  .category-cards__buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }


header .header-btn-collapse-nav {
  display: none;
 
}
.headerslider{
	display: flex;
	/* background: linear-gradient(-107deg,#ff6910 0%,#ff6910 100%);*/
	margin: auto 0;
	
	
}
.headerslider >div{
	padding: 0;
}
.section-partner{
	padding: 5px 0 0 0 ;
}

.section-title{
	font-family: "Playfair Display", serif;
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	color: --gray-dark;
}
.section-title a{	
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: --gray-dark;
}
.section-title-product{
	font-family: "Playfair Display", serif;
	margin: 10px 0 20px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: --gray-dark;
}
.section-title-product a{	
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: --gray-dark;
}
.home-rowbanner{
	display: block;
	width: 100%;
	position: relative;
	align-items: center;
}



.listlinkhomebanner li a{
	width: 100%;
	height: 105px;
	padding: 15px 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #E0AE77;
	color: #FFF;
	display: flex;
	text-align: center;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	justify-content: center;
}
.listlinkhomebanner li a:hover{
	background-color: #BD7947;
}
.box-sliderbanner{
	overflow: hidden;
	border: 0;
	margin: 0 0 0 0;
}



.custom-control-label{
	padding-left: 25px;
	cursor: pointer;
	  cursor: hand;
}
.custom-control-label::before{
	left: 0;
	cursor: pointer;
	  cursor: hand;
	border-radius: 0 !important;
}
.custom-control-label::after {
 
  left: -0.0rem;
  
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #BD7947;
  background-color: #BD7947;
}


.secton-banner-title{
	font-family: "Playfair Display", serif;
	margin-top: 15px;
	color: #FFF;
}

/* Slider */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	z-index: 10;
    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';*/
    font-size: 80px;
    line-height: 1.6;

    opacity: 1;
    color: #E0AE77;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   
	left: -40px;
}


.slick-next
{
    right: -40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-dots li.slick-active button {
  background-color: #7F5245 !important;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 15px;
    padding: 0;

    cursor: pointer;
}
.customertalkabout .slick-dots li.slick-active button {
  background: #ffd6c6 !important;
  width: 40px;
}
.customertalkabout .slick-dots li button {
  background-color: transparent;
  font-size: 0;
  width: 30px;
  height: 10px;
  border: 1px solid #ddbc82;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 30px;
  padding: 0;
  transition: .5s;
  outline: none;
}

    .slick-slide {
      margin: 0px auto;
    }

    .slick-slide img {
      /*width: 100%;*/
    }

    .slick-prev:before,
    .slick-next:before {
      color: #E0AE77;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	.sliderdetail .slick-track {
	  display: flex !important;
	}

	.sliderdetail .slick-slide {
	  height: auto;
	}
	.sliderdetail .slick-slide img {
      /*width: 100%;*/
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: auto;
    }
.sliderdetail .slick-slide{
	max-height: 400px;
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.sliderdetail .slick-slide  {
  /*background: url(../images/loading-sm.gif) 50% no-repeat;*/
    background-size: auto;
  background-size: cover !important;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
	.sliderdetail .slick-slide::after {
		  content: "";
		  display: block;
		  padding-top: 100%;
		}	
.box-sliderbanner .slick-list{
	border-radius:0;
}
.sliderbannerhome{	
	display: block;
	align-items: center;
	position: relative;
	
	text-align: center;
}
.sliderbannerone{
	position: relative;
}
	.boxbannercontent{
		
		display: block;
		position: absolute;
		z-index: 2;
		
		color: #FFF;
		text-align: center;
		bottom: 50px;
		left: 0;
		justify-content: center;		
		right: 0;
		max-width: 800px;
		margin: 0 auto;
		font-size: 26px;
  		line-height: 1.8;
	}
	.boxbannercontent h4{
		font-size: 70px;
		 font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
		
	}
	.boxbannercontent a{
		color: #FFF;
		cursor: pointer;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 22px;
		  border-radius: 0;
		  display: inline-block;
		  border: 1px solid #FFF;
		 background-color: #a48478;
		  text-align: center;
		  justify-content: center;
		  line-height: 2;
		  padding: 5px 20px;
	}
.boxbannercontent a:hover{
	background-color: #a48478;
	
}
.sliderbannerone img{
	
	width: 100%;
	height: auto;
}

 .section-widget-banner {
	 position: relative;
    background-attachment: fixed;
	 background-image: url("../images/bg-banner.jpg");
  background-position: center center;
  background-size: cover;
	 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 6em 1em 6em 1em;
  }
.section-background-overlay {
  background-color: #E8E6E1;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	inset: 0;
  position: absolute;
	box-sizing: border-box;
}
.section-container{
	display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-column-content-wrapper{
	width: 100%;
	position: relative;
	display: flex;
	box-sizing: border-box;
  min-height: 1px;
	
}
.card-heading-banner{
	margin: 40px 0 40px 0;
  text-align: center;
  line-height: 1.6;
  display: block;
  width: 100%;
	}
.card-heading-banner .card-heading-subtitle {
  color: #FFF;
	text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
.card-heading-banner .card-heading-title {
  color: #F7FF5A;
  font-size: 48px;
  font-weight: 700;
	text-transform: uppercase;
}
.elementor-widget-wrap{
	padding: 1em 1em 1em 1em;
	display: flex;
	align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
/* section slideshow v3 start */
.section-slideshow-v3 {
  overflow: hidden;
}


.section-slideshow-v3 .col-item.slick-slide {
  opacity: .5;
}
.section-slideshow-v3 .col-item.slick-slide.slick-active.slick-center {
  opacity: 1;
}
.section-slideshow-v3 button.next-slide,
.section-slideshow-v3 button.prev-slide {
  font-size: 20px;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  color: #666;
  z-index: 1;
  position: absolute;
  transition: all .3s;
  opacity: .5;
}
.section-slideshow-v3:hover button.next-slide:active,
.section-slideshow-v3:hover button.next-slide:hover,
.section-slideshow-v3:hover button.prev-slide:active,
.section-slideshow-v3:hover button.prev-slide:hover {
  opacity: 1;
}
@media (min-width: 576px) {
  .section-slideshow-v3 .slick-list.draggable {
    margin: 0 auto;
    /*padding: 0 25%!important;*/
  }
	
}
@media (min-width: 1200px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    width: 60px;
    height: 60px;
  }
  .section-slideshow-v3 button.next-slide i,
  .section-slideshow-v3 button.prev-slide i {
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    width: 70px;
    height: 70px;
  }
}  
.section-slideshow-v3 button.prev-slide {
  left: 12%;
}
.section-slideshow-v3 button.next-slide {
  right: 12%;
}

.section-slideshow-v3:hover button.prev-slide {
  visibility: visible;
  opacity: .7;
}
.section-slideshow-v3:hover button.next-slide {
  visibility: visible;
  opacity: .7;
}
.section-slideshow-v3 .slick-dots {
  transform: translate(-50%);
  left: 50%;
}

@media (max-width: 576px) {
  .section-slideshow-v3 .slick-dots {
    bottom: -10px;
  }
}

.section-slideshow-v3 .slick-dots li {
  margin: 0 2px;
}

.section-slideshow-v3 .slick-dots li button {
  font-size: unset;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: rgba(173,173,173,0);
  border: 2px solid rgba(173,173,173,.3);
  border-radius: 50%;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.section-slideshow-v3 .slick-dots li button:before {
  opacity: 0;
}

.section-slideshow-v3 .slick-dots .slick-active button {
  background-color: #adadad;
  border: 2px solid rgba(173,173,173,0);
}

.section-slideshow-v3 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-slideshow-v3 .item {
  position: relative;
}
.section-slideshow-v3 .category-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.section-slideshow-v3 .item .button-shop {
  
  font-family: Jost;
  
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s;
  padding: 15px 30px;
}
/* section slideshow v3 end */
/* Adjust as expected */
.home-slider-frame {
  width: 320px;
}
.section-formorder{
	margin: 20px 0;
}

.row-sectionheader{
	background-color: #BD7947;
	color: #FFF;
	padding: 30px 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.row-sectionheader .section-title,.row-widgetprodutchot .section-title{
	color: #FFF;
	margin: 0;
}

section.sectionframe{
	padding: 20px 0;
}
.section_content_home .panel-title{
	text-align: center;
}
.panel-content {
  margin: 40px 0 0 0;
  position: relative;
}

.section-intro{
	text-align: center;
	padding: 30px 0;
	position: relative;
	margin-bottom: 0 !important;
	
}
	.section-intro h5{
		text-align: center;
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		padding-bottom: 20px;
		line-height: 1.6;
		text-transform: uppercase;
		font-weight: 700;
	}
	.section-intro h6{
		text-align: center;
		font-size: 16px;
		margin-top: 20px;
		font-style: normal;
		line-height: 1.8;
		font-weight: 700;
	}

/**** LIST PRODUCTS ******/

.section-widgetbox{
	width: 100%;
	position: relative;
}
.card-result-overview{
	align-self: flex-start;
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom: 80px;
}

.services-product-card--typegrid {
	align-self: flex-start;
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom: 80px;
}

.services-product-card--typegrid .services-product-card{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}


.services-product-card {
  position: relative;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 24px;
  position: relative;
}
.product-card__link {
  color: inherit;
  font-weight: 300;
}
.product-card__image-container {
  margin-bottom: 24px;
  margin-top: 24px;
  background-color: transparent;
}
.aspect-ratio-box--1-1 {
  height: 500px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  width: 100%;
  display: flex;
	background-size: cover;
  background-position: center;
  justify-content: center;
}
.aspect-ratio-box--1-1 > img {
  position: relative;
  top: 0;
  height: 100%;
  width: auto;
}
.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__content--top{
	width: 100%;
  position: relative;
  display: block;
	margin-bottom: auto;
}
.product-card__content--bottom {
  width: 100%;
  position: relative;
  display: block;
  margin-top: auto;
}
.product-card__details {
  align-items: last baseline;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.product-card__pricing {
  text-align: left;
}
.price__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.price__label--original{
	font-size: 13px;
	color: #909090;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: line-through;
}
.timeline{
	padding-left: 10px;
}
.order-timeline{
	padding-left: 0;
}
.box-action {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.product-card__description{
	display: none;
}
.services-product-card--typelist .services-product-card{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.services-product-card--typelist .product-card{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	
}
.services-product-card--typelist .product-card__link{
	font-weight: bold;
	font-size: 18px;
}
.services-product-card--typelist .product-card__image-container{
	margin: 0 0;
	margin-right: 15px;
	
}
.services-product-card--typelist .product-card__description{
	display: block;
	display: -webkit-box;
	  margin-bottom: 16px;
	  overflow: hidden;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
}
.services-product-card--typelist .product-card__description p{
	margin: 0;
}
.services-product-card--typelist .aspect-ratio-box--1-1 {
  height: 170px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  width: 120px;
  display: flex;
  background-size: cover;
  background-position: center;
  justify-content: center;
	border-radius: 10px;
}
/**** END LIST PRODUCTS ******/

.row-widgetnews{
	padding-top: 30px;
}
.row-widgetcustomer{
	background-color: #FFF;
	padding: 9px 0 28px 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.bg-orangelight{
	background-color: #FBF4E8;
}
.bg-light{
	background-color: #FFF;
}
.bg-grey{
	background-color: #edeee8;
}
.bg-grey-light{
	background-color: #fbfbfa;
}
.bg-default{
	background-color: #fefefe;
}
.section_google_review{
	background-color: #F9F9F9;
	padding: 20px 0;
}
.google_review-title{
	font-family: "Playfair Display", serif;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
	
}
.google_review-user-heading{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	
}
.google-review__button{
	margin-left: auto;
}
.google-rating-star{
	font-size: 18px;
}
.google-review-total{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.google-rating-star{
	padding-left: 15px;
	padding-right: 15px;
}
.google_review-image{
	position: relative;
  border-radius: 50%;
	margin-right: 20px;
box-shadow: 0px 0px 6px 0px rgb(208, 129, 98);
	text-align: center;
	overflow: hidden;
	
}
.google_review-image >a {
	height: 45px;
  width: 45px;
  margin: 0;
  vertical-align: unset;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
	background-color:#ef6c00; 
	color: #FFF;
	font-size: 22px;
	
}
.google_review-image img{
	max-width: 50px;
}
.google_review  h3{
	font-size: 14px;
	font-weight: 600;
}
.google_review  h5{
	font-size: 12px;
	font-weight: 500;
	
}
.google_rating{
	padding-top: 25px;
}
.star-active {
	color: #FBC02D;
	margin-top: 5px;
	margin-bottom: 5px;
}

.star-active:hover {
	color: #F9A825;
	cursor: pointer;
}

.star-inactive {
	color: #CFD8DC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.customercontent{
	margin: 10px 0 ;
	padding: 0 0;	
	display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
	
}

.test_q_icon i {
  font-size: 26px;
  color: #f98b60;
	margin: 20px 0;
}
.customertalkaboutone{
	padding: 0 10px;
}
.em_single_testimonial {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  transition: all .5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
}
.text-outside-line-full-parent{
	position: relative;
}
.text-outside-line-full {
  position: relative;
  display: inline-block;
	font-weight: bold;
}
.text-outside-line-full::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 99%;
	color: #009604;
  display: block;
  border-bottom: 2px solid #009604;
  right: 100%;
  margin-right: 25px;
  opacity: .3;
}
.text-below-line-full {
	 position: relative;
  display: inline-block;
	line-height: 3;
}

.text-below-line-full::before {

   content: '';
  width: 209px;
  height: 25px;
  background-image: url(../images/aftertitle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -0.7em;

}

.heading-default-title{
	 font-family: "Playfair Display", serif;
}
.heading-title {
	 font-family: "Playfair Display", serif;
	 position: relative;
  display: inline-block;
	line-height: 1.8;
	margin-bottom: 60px;
}

.heading-title::before {

   content: '';
  width: 209px;
  height: 25px;
  background-image: url(../images/aftertitle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -50px;

}

.section-title-customer{
	margin-bottom: 36px;
}

.sliderphototos .slick-slide img{
	width: 100% !important;
}
.sliderphototos .slick-arrow{
	background-color: #FFFFFF52;
	box-shadow: 0 5px 10px rgba(129, 126, 126, 0.31);
	border-radius: 50%;
	padding: 5px 5px;
	width: 35px;
	height: 35px;
	bottom: 10px;
	top: auto !important;
	
    
}
.sliderphototos .slick-arrow:hover{
	background-color: #FFF;
}
.sliderphototos .slick-prev{
  	left: 40% !important;
	font-weight: 900;
	padding: 0;
}
.sliderphototos .slick-next{
  	right: 40% !important;
	font-weight: 900;
	padding: 0;
}
.sliderphototos .slick-prev::before {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	color: #7f5245;   
    display: flex;
	line-height: 1;    
	font-size: 30px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 35px;
  	height: 35px;
  	
}
.sliderphototos .slick-next::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	color: #7f5245;
    display: flex;
	line-height: 1;    
	font-size: 30px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 35px;
  	height: 35px;
}
.sliderphototos:hover .slick-arrow{
	display: block !important;
}

.sliderphototos .slick-list {
  margin: 0px -5px 0px -5px;
}
.buttonslidephoto > a{
	background-color: #FFF;
	border-radius: 50%;padding: 5px;
	z-index: 10;
}
.buttonslidephoto .btnleft{
	position: absolute;
left: 10px;
}
.buttonslidephoto .btnright{
	position: absolute;
right: 10px;
}
.services_specials{
	padding-top: 30px;
  padding-bottom: 5px;
  position: relative;
  display: block;
}
/******  PAGE CONTENT  *******/
.pagedetail-content{
	padding-right: 95px;
  padding-top: 40px;
	font-size: 18px;
	font-weight: 300;
  line-height: 30px;
}
.sectionpagewidget {
  margin-bottom: 60px;
}
.default_content{
	padding-right: 95px;
  padding-top: 40px;
	font-size: 18px;
	font-weight: 300;
  line-height: 30px;
}
.vertical-item{
	display: flex;
  flex-direction: row-reverse;
}

.vertical-item-default{
	display: flex;
  flex-direction: row;
}

.vertical-item-default .default_content {
	padding-top: 0;
  padding-left: 100px;
  padding-right: 0;
}



.vertical-item .item-media {
  flex-shrink: 0;
	overflow: hidden;
  position: relative;
}
.vertical-item .item-media img {
  max-width: 500px;
	max-height: 500px;
}
.pagewizard [class*="sectionpagewidget"]:nth-child(2n) .vertical-item {
  flex-direction: row;
}
.pagewizard [class*="sectionpagewidget"]:nth-child(2n) .vertical-item .default_content {
  padding-left: 100px;
  padding-right: 0;
}


.page-default-body{
	margin-bottom: 100px;
}

/****  DETAIL TEMPLATE  ****/
.section-servicedetail-panel{
	margin: 80px 0 50px 0;
}
.productdetail-content{
	padding-right: 95px;
  padding-top: 40px;
	font-size: 18px;
	font-weight: 300;
  line-height: 30px;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding: 0 0;
}
  .product-detail__carousel-wrapper {
    margin-bottom: 40px;
  }
 .product-carousel__parent {
  display: contents;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
 .product-carousel {
  top: 64px;
}
.product-carousel__top-carousel{
	margin-bottom: 24px;
}
.product-detail__carousel-wrapper .swiper {
      width: 100%;
      height: 100%;
    }

    .product-detail__carousel-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex !important;
      justify-content: center;
      align-items: center;
    }

    .product-detail__carousel-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  

    .product-detail__carousel-wrapper .swiper {
      width: 100%;
      height: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .product-detail__carousel-wrapper .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .product-detail__carousel-wrapper .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .product-detail__carousel-wrapper .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .product-detail__carousel-wrapper .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 1;
    }

    .product-detail__carousel-wrapper .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
		border-bottom: 2px solid #0066f5;
    }

    .product-detail__carousel-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.product-detail__carousel-wrapper  .swiper-button-next::before, .product-detail__carousel-wrapper  .swiper-button-prev::before,.product-detail__carousel-wrapper  .swiper-button-next::after, .product-detail__carousel-wrapper  .swiper-button-prev::after {
  content: none !important;
}
.boxlistcategory{
	max-width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.listcategory {
	position: relative;
  background: #fff;
	max-width: 100%;
  z-index: 12;
  transition-duration: 350ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7,1,.7,1);
	margin-bottom: 15px;
	display: flex;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0,0,0) !important;
}
.header_scrolx {
  overflow-x: auto;
	overflow: hidden;
}

.listcategory  button{
	border: none;
	border-radius: 50%;
	background-color:  transparent;
	
}
.category-button{
	display: flex;
	flex-wrap: nowrap;
}
.listcategory  button .icon{
	display: inline-block;
  height: 24px;
  width: 24px;
  fill: #3e3f3a;
	
}
.listcategory  .category-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
	padding: 20px 0;
  transition-property: transform;
  box-sizing: content-box;
}
.listcategory .category-slide {
  width: auto !important;
	background-color: transparent !important;
  padding: 0 5px;
  text-align: center;
	flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  /* Add more styling as needed (background, color, etc.) */
}
.listcategory .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #222;
  display: flex;
  padding: 5px 20px;
}
.listcategory .nav-link.selected {
	background-color: #000;
	color: #FFF;
	border-radius: 20px;
}
.icon--big{
	height: 40px;
  width: 40px;
  display: inline-block;
  transition: all .2s ease;
}
	.swiper-button-next, .swiper-button-prev {
	  background-position: 50%;
	  background-repeat: no-repeat;
	  background-size: 44px 44px;
	  cursor: pointer;
	  height: 44px!important;
	  margin-top: -22px;
	  position: absolute;
	  top: 50%;
	  width: 40px;
	  z-index: 10;
	}
	 .swiper-button-next, .swiper-button-prev {
		  background-image: none;
		  background: none;
		  border: none;
		  cursor: pointer;
		  height: 40px !important;
		  margin: 0;
		  padding: 0;
		  width: 40px !important;
	}
 .swiper-button-next .icon,  .swiper-button-prev .icon {
  fill: #b7b7b7 !important;
  opacity: .7;
  transition: opacity .2s ease;
}
.product-carousel__icon--open-fullscreen {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 16px;
  opacity: .7;
  padding: 8px;
  right: 16px;
	 cursor: pointer;
	 border: none;
  transition: opacity .2s ease;
position: absolute;
  z-index: 700;	 
}


/***** ORDER ***/
.booking-template{
	margin-top: 50px;
}
.widget-producttype{
	margin-bottom: 40px;
}
.form-order-body{
	padding-top:20px; 
}
.heading-order-title{
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid  #8d8f92;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.heading-order-title > span{
	font-size: 12px;
	color: #4A4A4A;
	font-weight: normal
}
.productorder-template{
	padding-top:50px;
	padding-bottom:100px;
}
  .shoppingcart__row {
    margin-left: -1.4%;
    margin-right: -1.4%;
  }

.order-product-wrapper{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d2c9c9;
}
.order-box{
	margin-bottom: 40px;
}
.order-product-card{
	display: flex;
  padding: 0 0 10px;
  position: relative;
}
.order-box .form-control::placeholder,.order-box .form-control{
	font-size: 13px !important;
}
.order-product__content{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
	width: 100%;
	padding-left: 20px;
}
.order-card__img{
	color: inherit;
  font-weight: 300;
	max-width:   90px;
	display: flex;
	height: 100px;
	overflow: hidden;
  align-items: center;
}
.order-card__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.order-product__image-container {
}
.order-product--link-name{
	font-size: 14px;
	margin-bottom: 10px;
}
.order-product__details {
  display: flex;
  flex-wrap: wrap;
	
	align-items: last baseline;
}
.order-product__details  .box-action {
  display: flex;
  justify-content: flex-end;
  margin-right: auto;
  align-items: center;
}
.order-product-card_top{
	width: 100%;
  position: relative;
  display: flex;
  margin-bottom: auto;
	align-items: flex-start;
}
.box-action-top{
	display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
}
.order-price__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.totalpriceone{
	font-size: 12px;
}
.totalpriceone span{
	font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.input-sm{
	width: 80px;
	text-align: right;
}
.inputnumber-md{
	width: 120px;
	text-align: right;
}
.inputnumber-sm{
	width: 80px;
	text-align: center;
}
.group_number{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	
}
.group_number .inputquantity{
	width: 30px;
	font-size: 12px;
	height: auto !important;
	padding: 2px 0;
	
}
.group_number .btn-number{
	font-size: 10px !important; 
	color: #333  !important;
	padding: 0 4px;
}
.select_delivery_one{
	display: flex;
  flex: 1;
  flex-direction: column;
  justify-content:flex-start;
}

.select_delivery_one .form-check{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.select_delivery{
	padding: 10px 0 20px 0;
}
.select_delivery_info{
	width: 100%;
	border-radius: 10px;
	background-color: #f6f6f6;
	padding: 20px;
	margin-top: 10px;
	height: 100%;
}
.select_payment_one{
	margin: 20px 0;
}
.select_invoice{
	padding: 20px 0 0 0;
}
.order-button-wrapper{
	margin: 30px 0;
}

.boxordersummary{
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 15px;
	margin-top: 0;
	border-top: 1px solid #606060;
}

.order-summary{
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
}
.order-summary-total{
	margin-top: 20px;
}
.order-summary .order-summary-row{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	
}
.order-summary-row label{
	margin-bottom: 0;
}
.order-summary-row > .summary_value{
	margin-left: auto;
}
.order-summary-row > .summary_center{
	margin-left: auto;
}
.order-summary-row.order-totalprice{
	/*border-top: 1px solid #e7e7e7;
	padding-top: 15px;
	margin-top: 15px;*/
}
.order-summary-row.order-totalprice > .summary_value{
	font-weight: 700;
  	color: #d22b09;
}

.showerorvalidatesignin > div{
	padding: 0;
	color:#FF0004;
	list-style: none;
	
}
.showerorvalidatesignin {
  padding: 10px 15px;
	display: none;
  margin: 0 auto;
}

.nocart-wrapper{
	max-width: 800px;
margin: 20px auto 50px auto;
	
}
.box-nocart{
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
}
.nocart-icon .icon-xxl{
	width: 100px;
	height: 100px;
}
.nocart-text{
	font-size: 36px;
	font-weight: 700;
	margin: 20px auto 50px auto;
	line-height: 1.6;
}
.nocart-continue-buy{
	width: 100%;
	position: relative;
}
.finish-wrapper{
	max-width: 800px;
margin: 100px auto 120px auto;
	
	
}
.box-finish{
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	border: 2px double #80654A;
	padding: 30px 20px;
}
.finish-icon .icon-xxl{
	width: 100px;
	height: 100px;
}
.finish-text{
	font-size: 20px;
	font-weight: 500;
	margin: 20px auto 50px auto;
	line-height: 1.6;
}
.finish-text  a{
	text-decoration: underline;
	color: #80654A;
	font-weight: bold;
	}
.finish-continue-buy{
	width: 100%;
	position: relative;
}

.booking_manage-wrapper{
	text-align: center;
	max-width: 800px;
margin: 100px auto 120px auto;
}
.booking_manage-content{
	
	text-align: left;
	width: 100%;
	position: relative;
	display: block;
	border: 2px double #80654A;
	padding: 30px 20px;
}
.heading-booking_manage{
	margin-bottom: 50px;
}
.booking_manage--button{
	padding: 15px 0;
	display: flex;
	align-items: center;
}

.giftcard-content{
	
	text-align: left;
	width: 100%;
	position: relative;
	display: block;
	border: 2px double #C6C3C175;
	padding: 30px 20px;
}
.giftcard-wrapper{
	text-align: center;
	max-width: 800px;
margin: 100px auto 120px auto;
}
.boxshowdata-giftcard{
	padding: 15px 10px;
}
.boxshowdata-giftcard{
	padding-left: 30px;
}
.boxshowdata-giftcard >ul{
	padding-left: 10px;
}
.boxshowdata-giftcard ul >li label{
	margin-right: 50px;
}
/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox {
  display: none;
}

.label-checkbox {
  margin: 0;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  color: transparent;
 font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #FFF;
border: 1px solid #80654A;	
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox:checked + .label-checkbox::before {
  color: #FFF;
	 background: #F9585A;
}

.inputboxstaticgrey{
	display: flex;
	position: relative;
	padding: 7px 6px 3px 6px;
	
}
.inputboxstaticgrey input{
	border: 1px solid #bba795;
}
.viewpicktime{
	display: block;
	position: relative;
	width: 100%;
}
 .box-time  {
  display: flex;
	 padding: 30px 0 50px 0;
	position: relative;
	 flex-wrap: wrap;
	 column-gap: 20px;
	width: 100%; 
	 flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
 .box-time .box-time_item {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
	font-size: 18px;
  color: #222;
	 width: 100px;
}
.box-time .has-choice {
  background: #80654A;
  border: 1px solid transparent;
  color: #fff;
}
.box-time_item:not(.has-choice):hover {
  background: #DDCFC0;
	border: 1px solid transparent;
}
.box-time .unavailable {
  border: 1px solid #d1d1d1;
  background: #e8e8e8;
  color: #a3a3a3;
  cursor: not-allowed;
}

.listemployees{
	 display: flex;
	 padding: 30px 0 0 0;
	position: relative;
	 flex-wrap: wrap;
	 column-gap: 20px;
	width: 100%; 
	 flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}


 .listemployees .box-user_item {
	 display: flex;
  background: #fff;
  border: 1px solid #E6D3C0;
  border-radius: 4px;
  padding: 15px;
	 justify-content: center;
	 align-items: center;
 height: 60px;
  width: 140px;
  margin-bottom: 8px;
  cursor: pointer;
	font-size: 14px;
  color: #222;
	background-color: #FFF;
}
.listemployees .box-user_item.mainuser{
	background-color: #E6D3C0;
	color: #222;
}
.box-user_item.has-choice {
  background-color: #80654A !important; 
  border: 1px solid transparent;
  color: #fff !important; 
}
.box-user_item:not(.has-choice):hover {
  background: #DDCFC0;
	border: 1px solid transparent;
}
#acceptTerms{
	display: none !important;
}
.validation-error{
	color: red;
}
/***** END ORDER ***/

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-card {
	background-color: #000;
	position: relative;
}

.video-card__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: grayscale(100%);
	opacity: 0.2;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.video-card .container {
	position: relative;
}

.video-card .container p {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--thm-base);
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1;
	margin-bottom: 15px;
}

.video-card .container p img {
	margin-right: 10px;
}

.video-card .container h3 {
	margin: 0;
	color: #fff;
	letter-spacing: 0em;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 45px;
}

@media (max-width: 575px) {
	.video-card .container h3 {
		font-size: 40px;
	}
	.video-card .container h3 br {
		display: none;
	}
}

@media (max-width: 375px) {
	.video-card .container h3 {
		font-size: 30px;
	}
}

.video-card__btn-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-card__btn {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	margin-left: 30px;
	background-color: var(--thm-primary);
	color: #fff;
}

.video-card__btn:hover {
	color: var(--thm-primary);
	background-color: #fff;
}

.video-card-two {
	padding-top: 100px;
	position: relative;
	z-index: 11;
}

.video-card-two .inner-container {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #242323;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 20px;
	position: relative;
	z-index: 11;
}

@media (max-width: 991px) {
	.video-card-two .inner-container {
		padding-top: 40px;
		padding-bottom: 30px;
		text-align: center;
		padding-right: 20px;
		border-radius: 0px !important;
	}
}

.video-card-two h3 {
	margin: 0;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #fff;
	padding-left: 22px;
	position: relative;
	left: 30px;
}

@media (max-width: 1199px) {
	.video-card-two h3 {
		left: 0;
		font-size: 30px;
		line-height: 1.5;
	}
}

@media (max-width: 991px) {
	.video-card-two h3 {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 0;
	}
}

.video-card-two p {
	margin: 0;
	padding-left: 70px;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: #9e9e9e;
}

@media (max-width: 1199px) {
	.video-card-two p {
		padding-left: 0;
	}
}

.video-card-two__box {
	display: inline-block;
	position: relative;
}

@media (max-width: 991px) {
	.video-card-two__box {
		width: 251px;
		height: 251px;
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
}

.video-card-two__box > img {
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.video-card-two__box > img {
		max-width: 100%;
	}
}

.video-card-two__box-btn {
	width: 56px;
	height: 56px;
	background-color: var(--thm-base);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
	transition: 500ms ease;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
	color: #fff;
	background-color: var(--thm-primary);
}

@media (max-width: 575px) {
	.video-card-two__box-btn {
		top: 50%;
		right: auto;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
}

.list_news >div{
	margin-bottom: 30px;
}
.blog-card {
	position: relative;
	background-color: #fff;
	display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 0;
	border: 1px solid #e8d9cb;
}

.blog-card__image {
	position: relative;
	height: 300px;
	overflow: hidden;
	border-bottom: 1px solid #e8d9cb;
	display: flex;
  	align-items: center;
}

.blog-card__image > img {
	width: 100%;
	transform: scale(1);
	transition: transform 500ms ease;
	height: fit-content;
}

.blog-card__image > a {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--thm-black-rgb), 0.4);
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateY(-20%);
	transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image > a::before, .blog-card__image > a::after {
	content: "";
	width: 32px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-card__image > a::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image > a {
	opacity: 1;
	transform: translateY(0);
	z-index: 4;
}

.blog-card:hover .blog-card__image > img {
	transform: scale(1.05);
}

.blog-card__content {
	background-color: #fff;
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 1px solid #f2ede9;
	border-top: 0;
	transition: all 500ms ease-out;
	display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card:hover .blog-card__content {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.blog-card__title {
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 11px;
	text-align: justify;
}

.blog-card__title a {
	color: inherit;
	transition: all 500ms ease;
}

.blog-card__title a:hover {
	color: var(--thm-base);
}

.blog-card__text {
	margin: 0;
	margin-bottom: 31px;
	display: -webkit-box;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.blog-card__date {
	width: 85px;
	height: 85px;
	background-color: #FF48A9;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: #fff;
}

.blog-card__date span {
	display: block;
	letter-spacing: 0;
	font-size: 20px;
	margin-bottom: 1px;
}

.blog-card__meta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -6px;
}

.blog-card__meta a {
	display: flex;
	align-items: center;
	color: var(--thm-color);
	font-size: 14px;
	transition: all 500ms ease;
	font-weight: 400;
}

.blog-card__meta a:not(:last-child)::after {
	content: '/';
	margin-left: 9px;
	margin-right: 9px;
}

.blog-card__meta a i {
	color: var(--thm-base);
	margin-right: 4px;
}

.blog-card__meta a:hover {
	color: var(--thm-base);
}

.blog-card__meta a:hover i {
	color: #000;
}

.blog-card__link {
	display: flex;
	width: 100%;
	color: #fff;
	background-color: #837B70;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	transition: all 0.5s ease;
	padding: 13.75px 0;
	letter-spacing: .2em;
}

.blog-card__link:hover {
	background-color: #000;
	color: #fff;
}

.blog-card:hover .blog-card__link {
	background-color: #000;
	color: #fff;
}
.blog-card__top{
	
}
.blog-card__footer {
  width: 100%;
  position: relative;
  display: block;
  margin-top: auto;
  text-align: center;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-top: 0;
  transition: all 500ms ease-out;
}
.blog-card-two {
	position: relative;
	background-color: #000;
	min-height: 405px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 40px;
}

.blog-card-two__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.blog-card-two__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, var(--thm-black) 0%, rgba(var(--thm-black-rgb), 0) 100%);
}

.blog-card-two__content {
	position: relative;
	z-index: 10;
}

.blog-card-two__title {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.38462em;
	color: #fff;
	margin-bottom: -3px;
	margin-top: 17px;
}

.blog-card-two__title a {
	color: inherit;
	transition: all 0.5s ease;
}

.blog-card-two__title a:hover {
	color: var(--thm-base);
}

.blog-card-two .blog-card__meta {
	justify-content: flex-start;
}

.blog-card-two .blog-card__meta a {
	color: #fff;
}

.blog-card-two .blog-card__meta a i {
	color: var(--thm-base);
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0px;
}

.row-gutter-x-0 {
	--bs-gutter-x: 0px;
}

.row-gutter-x-20 {
	--bs-gutter-x: 20px;
}

.row-gutter-y-10 {
	--bs-gutter-y: 10px;
}

.row-gutter-y-20 {
	--bs-gutter-y: 20px;
}

.row-gutter-y-30 {
	--bs-gutter-y: 30px;
}

.row-gutter-y-50 {
	--bs-gutter-y: 50px;
}

.row-gutter-y-60 {
	--bs-gutter-y: 60px;
}

.row-gutter-y-80 {
	--bs-gutter-y: 80px;
}

/******  TEMPLATES NEWS CSS *****************/

.slider-nav img{
	width: 170px;
	height: 100px;
	
	
}
.slider-nav .slick-current  img{
	border: 3px solid #BD7947;
}
.slider-nav  .slick-slide  {
  display: flex !important;
  padding: 0 15px;
  height: inherit !important;
}
.slider-nav{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

/******  TEMPLATES GALLERY CSS *****************/
.portfolio-listing-wrapper{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.portfolio-item-wrapper{
	margin: 0;
  position: relative;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	transition: transform 0.3s,opacity 0.5s;
}
.portfolio-item-content {
	background-color: transparent !important;
	border: none !important;
  position: absolute;
  left: 0;
  right: 9.011%;
  bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  max-height: 99%;
  min-height: 45.155%;
  padding: 5.6202% 8.5714%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
	color: #FFF;
}
.portfolio-item-content .blog-card__title{
	color: #FFF;
	font-size: 30px;
    line-height: 1.3333em;
	display: block;
	  position: relative;
	  z-index: 3;
	  -webkit-transition: color 0.3s;
	  transition: color 0.3s;
	letter-spacing: 0.02em;
  word-spacing: 0px;
  font-weight: 400;
}
.portfolio-item-content .blog-card__title a{
	color: #FFF;
   
}
 .portfolio-item-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: initial;
  bottom: 0;
  z-index: 1;
  width: 110%;
  min-height: 198px;
  max-height: 100%;
  height: 86%;
  opacity: .5;
  background-image: linear-gradient(0deg,#000000 0%,transparent 100%);
}
 .portfolio-item-content::before {
  content: '';
  position: absolute;
  display: block;
  left: -100%;
  right: initial;
  bottom: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: bottom 0.3s,left 0.3s;
  transition: bottom 0.3s,left 0.3s;
  z-index: 2;
}




/********* PAGING ***********/

.pagination {
	display: flex;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	position: relative;
	display: block;
	margin: 0 10px; 
 
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #B2B2B2;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #B2B2B2
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #BD7947;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li>a, .pagination>li>span {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #BD7947;
  border-color: #BD7947;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.paging_simple_numbers{
	text-align: center;
	justify-content: center;
	display: flex;
}
.pagination_caret{
	font-size: 43px !important;
	border:none !important;
	background-color: transparent !important;
}
/********END PAGING ***********/
.notify-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.box--alert-cart{
	display: flex;
	align-items: center;
}
.notify-bottom .notify-total{
	font-weight: bold;
	margin-right: 30px;
}
.notify-bottom span {
    font-size: 14px;
}

.notify-bottom .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.notify-bottom {
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
/******  FOOTER CSS *****************/
ul.workingtime{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.workingtime li{
	padding-bottom: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	
	display: flex;
	align-items: flex-end;
}
ul.workingtime li label{
	margin: 0;
	min-width: 80px;
	text-align: left;
}
ul.workingtime li span{
	
	
}
footer {
	
 	 position: relative; /* Essential for positioning the pseudo-element */
  width: 100%;
	background-color:#837b70;
	
	font-size: 12px;
	padding-top: 5px;
	color: #FFF;
}

footer a{
	color: #FFF;
	font-size: 12px;
}
footer a:hover{
	color: #E0AE77;
}

.footergrid{
	display: flex;
}
.footer-col-1{
	display: block;
	display: flex;
	
	width: 65%;
	padding-right: 5px;
}
.logofooter{
	padding-right: 25px;
}
.footer-contact{
	font-size: 16px;
	line-height: 1.8;
}
.footer-contact .row-group{
	margin-bottom: 20px;
}
.footer-contact h3{
	font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  margin: 5px 0 0 0;
}
.footer-contact h4{
	margin-bottom: 15px;
}
.footerinfo h5 {
  font-weight:normal;

  font-size: 14px;

  color: #fff;

  line-height: 1.6;

}
.footer-slogan{
	margin: 15px 0 0 0;
}
.footer-slogan img{
	max-width: 100%;
	
}
.footer-logo img{
	max-width: 100%;
	
}
.footer-map img{
		max-width: 300px;
	}
.footer-col-2{
	width: 48%;
	padding-right: 15px;
}
.footer-col-3{
	width: 25%;
	padding-right: 15px;
}
.footer-col-4{
	width: 25%;
	width: auto;text-align: right;
}
.footercompany  h4{
	font-size:15px;
	font-weight: 700;
	line-height: 1.5;
	color: #FFF;
	margin: 0 0 0 27PX;
}
.footercompany  h5{
	font-size:13px;
	font-weight: 700;
	line-height: 1.5;
	color: #FFF;
	margin: 5px 0 0 27PX;
}
ul.companyinfo ,.companyinfo li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.companyinfo{
	margin-top: 10px !important;
}
.company-address{
	display: flex;
	flex-wrap: nowrap;
}
.companyinfo li  span{
	margin-right: 8px;
	
}
.companyinfo li  span > i{
	border-radius: 50%;
	background-color: #7F5245;
	padding: 5px 5px;
}
.company-contact{
	margin-top: 10px !important;
	display: flex;
	align-items: center;
}
.company-contact-email{
	margin-left: auto;
}
.footerrow-endside{
	border-top: 1px solid #c2b7a9;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
}
.footerrow-copyright{
	padding: 10px 0;
	text-align: center;
	display: flex;
}
.footercopyright{
	
	
}
.footercopyright a{
	color: #FFF;
}
.footercontent{
	padding: 50px 0 10px 0;
}
.footer-social{
	margin-left: auto;
}
.box-social ul , .box-social li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.box-social ul{
	display: flex;
	align-items: center;
	
} 
	.box-social li{
		margin: 0 5px;
	} 
	.box-social li .icon {
		height: 32px;
	  width: 32px;
		display: inline-block;
	  fill: #fff;
	  transition: all .2s ease;
	}
footer  h4{
	font-size:14px;
	font-weight: 700;
line-height: 1.5;
color: #FFF;
margin: 5px 0 0 0;
}
.footerinfo{
	margin-bottom: 10px;
	font-size: 14px;
}
	.footerinfo ul, .footerinfo li{
		list-style: none;
		padding: 0;
		margin: 0;
		
}
.footerinfo li{
		color: #7F5245;
	padding-left: 7px;
	margin-left: 10px;
  list-style: square;
	margin-bottom: 9px;
		font-size: 12px;
		font-weight: bold;
}
.footerinfo li a{
	padding: 0 0 8px 0;
	display: block;
	font-size: 11px;font-weight: 600;
	
}

@media (max-width: 1290px) {
	.container-map{
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.section-container-map{
		padding: 0;
	}
}

 @media (min-width:768px) {
     .container {
         width: 750px
     }
	
 }
 
 @media (min-width:992px) {
     .container {
         width: 970px
     }
 }
 
 @media (min-width:1200px) {
     .container {
         width: 1170px;
     }
 }
 @media (min-width: 992px) {
  header .header-nav-main nav {
    display: flex !important;
  }

}
 @media screen and (max-width:991px) {
     body .container {
         max-width: inherit !important
     }
	 .customercontent{
		overflow: visible;
		height: auto;
	}	
	
	
 }
 

/* Header Nav Main Mobile */
@media (max-width: 991px) {
	.box--alert-cart{
		display: block;
		align-items: center;
		font-size: 12px;
	}
	.blog-card__image{
		height: auto;
	}
	.blog-card__image > img{
		height: auto;
	}
	#header .header-logo img{
		max-height: 50px;
 			 max-width: 180px;
	}
	#header .header-nav-main {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
	#header .header-container{
		height: 70px !important;
		min-height: 0 !important;
	}
	
	#header .header-nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		z-index: -1;
		transform: translateX(-50%);
	}

	#header .header-nav-main nav {
		max-height: 50vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 0 15px;
		transition: ease all 500ms;
	}

	#header .header-nav-main nav.collapsing {
		overflow-y: hidden;
	}

	#header .header-nav-main nav::-webkit-scrollbar {
		width: 5px;
	}

	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: rgba(var(--grey-500), 0.5);
	}

	#header .header-nav-main nav > ul {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-direction: column;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #d0d0d0;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
		font-size: 13px;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: var(--border-radius);
		text-align: left;
	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle {
		position: relative;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle:after {
		content: none;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
	}

	#header .header-nav-main nav > ul li a:active {
		background-color:transparent;
		color: inherit;
	}

	#header .header-nav-main nav > ul li.dropdown > a.active {
		margin-top: -1px;
		margin-bottom: -1px;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 0;
		font-size: 13px;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
		position: relative;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		content: none;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		display: block;
		text-align: left;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 500;
		margin-top: 1px;
		margin-bottom: 1px;
		 font-size: 12px !important;
	}

	#header .header-nav-main nav > ul > li > a:active {
		color: var(--grey-500);
	}

	#header .header-nav-main nav > ul > li > a.active {
		color: var(--light) !important;
		background: var(--grey-500);
	}

	#header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
		color: var(--light);
		background: var(--grey-500);
	}

	#header .header-nav-main nav .not-included {
		margin: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		display: none !important;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li a {
		border-radius: 0 !important;
	}

	#header .header-nav-main.header-nav-main-slide .wrapper-items-cloned {
		display: none;
	}

	#header .header-nav-bar .header-container {
		min-height: 0;
		height: auto !important;
	}

	#header .header-nav-bar .header-nav {
		min-height: 60px !important;
		padding: 0;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
	}

	#header .header-nav.header-nav-stripe {
		min-height: 90px;
	}

	#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
		min-height: 70px;
	}

	#header .header-nav.header-nav-dropdowns-dark {
		min-height: 70px;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		display: block;
		text-transform: none;
		font-weight: normal;
	}
}
@media (max-width: 1450px) {
	.boxbannercontent{
		font-size: 22px;
	}
	.boxbannercontent h4{
		font-size: 50px ;
	}
	.boxbannercontent a{
		font-size: 16px;
		padding: 5px 15px;
	}
}
@media (max-width: 1290px) {
	.boxbannercontent h4{
		font-size: 50px ;
	}
}
@media (max-width: 1199px) {
	
	header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
	  }
	.category-button{
		display: none;
	}
	.listcategory .nav-link {
	 
	  padding: 5px 7px;
	}
	.listcategory .nav-link.selected {
	
	}
	.box-flex-row{
		flex-wrap: wrap;
	}
	.box-flex--card{
		flex:none;
		flex-basis: calc(50% - 10px);
	 	 box-sizing: border-box;
	  text-align: center;
	}
	.box-flex-item-content::after{
		min-height: 70px;
	}
	.box-flex--card h5{
		font-size: 13px;
	}
	.boxbannercontent{
		
		font-size: 14px;
	}
	.boxbannercontent h4{
		font-size: 28px;
	}
	.boxbannercontent a{		
		font-size: 12px;		
		  line-height: 1.6;
		  padding: 7px 25px;
	}
	
	.headerboxlogo img {
	  max-height: 50px;
	  max-width: 180px;
	}
	.sectionpagewidget {
	  margin-bottom: 20px;
	}
	.widget_introduce .default__image-wrappe{
		display: none;
	}
		.vertical-item {
		  display: block;
		  flex-direction: row-reverse;
			max-width: 100%;
			position: relative;
		}
	.vertical-item .item-media img {
	  max-width: auto;
	  max-height: auto;
	  width: 100%;
	}
	.widget_introduce {
	  padding: 30px 0 30px 0;
	}
	.vertical-item .default_content {
	  padding-top: 25px;
	  padding-left: 0;
	  padding-right: 0;
	}
	.pagewizard [class*="sectionpagewidget"]:nth-child(2n) .vertical-item .default_content{
		padding-left: 0;
	}
	
	.section-slideshow-v3 button.next-slide, .section-slideshow-v3 button.prev-slide {
	  font-size: 12px !important;
	  top: calc(50% - 40px);
	  width: 26px !important;
	  height: 26px !important;
	
	}	
	.section-slideshow-v3 .slick-arrow{
		display: none !important;
	}
	.section-slideshow-v3 button.prev-slide {
	  left: 10%;
	}
	.section-slideshow-v3 button.next-slide {
  right: 10%;
}
	.home-listcatproduct ul li{
		flex: 0 0 42%;
		width: 42%;
	}
	.services_specials{
		padding-top: 10px;
	}
	.services_specials .card-result-overview{
			margin-bottom: 10px;	
	}
	.card-heading {
	  margin: 20px 0 10px 0;
		
	}
	.card-heading-subtitle {
	  font-size: 14px;
	}
	.card-heading-title {
	  font-size: 20px;
	}
	.section-widget-banner{
		padding: 20px 15px;
		background-size: contain;
	}
	.product-card__content-link-name{
		font-size: 14px;
	}
	.card-heading-banner {
	  margin: 15px 0 15px 0;
	}
	.card-heading-banner .card-heading-subtitle {
	  text-transform: uppercase;
	  font-size: 18px;
	}
	.card-heading-banner .card-heading-title {
	  font-size: 22px;
	}
	.services-product-card--typegrid .services-product-card {
	  -ms-flex: 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	 padding-right: 15px;
    padding-left: 15px;
		
		
	}
	
	.row-widgetproduct{
		margin-top: 25px;
	}
	
	
	.aspect-ratio-box--1-1{
		height: 230px;
	}
	.box-action {
	  justify-content: flex-end;
	  margin: 0;
		margin-left: auto;
	  margin-top: 10px;
	}
	.pagedetail-content{
		padding-right: 0;
	}
	.secton-banner-title{
		font-size: 22px;
	}
	.page-default-body{
		margin-bottom: 50px;
	}
	.breadcrumb{
		display: none;
	}
	.services-product-card--typelist .services-product-card{
			max-width: 100%;
			display: block;
			flex: 0 0 100%;
		padding: 0;
		}
	.services-product-card--typelist .services-product-card:last-child{
		border-bottom: none ;
	}
	.services-product-card--typelist .product-card__description{
		-webkit-line-clamp: 1;
	}
	.category-card__text-wrapper {
	  padding: 10px;
	  text-align: center;
	}
	.home-listcatproduct ul li {
	 
	  padding: 10px;
	}
	.blog-card__footer{
		padding: 10px;
	}
}
.show-pc{
	display:inherit; 
}

.showmobile{
	display:none; 
}

.header-body-mobile{
		display: none;
	}
@media screen and (min-width: 1025px) {
  .header__menu {
    display: flex;
  }
}
@media only screen and (max-width:991px) {
	
	.panel-content{
		margin: 0;
	}
	
	.footercontent{
		text-align: center;
	}
	.header-body-mobile{
		display: flex;
		position: relative;
		align-items: center;
		border-top: 1px solid #DBBF9C;
		padding: 10px 10px;
		color: #FFF;
	}
	.header-body-mobile a{
		color: #FFF;
		font-size: 16px;
	}
	 .header-body-mobile .btn{
		 font-size: 14px;
		 padding: 2px 10px !important;
		 margin-right: 6px;
	 }
	
	.section-breadcrumbs{
		display: none;
	}
	
	.body-content p,.body-content div,.body-content span{
		font-size: 14px;
	  line-height: 1.6;
	}
	
	.thetop{
		position: fixed !important;
		top: 0;
	}
	
	.google_review-heading{
		display: block;
	}
	.google_review{
		margin-top: 20px;
	}
	.google_review h3 {
	  font-size: 22px;
	}
	.google_review-image{
		display: block;
	  width: fit-content;
	  margin: 0 auto;
	}
	.footer-col-2 ul{
		display: flex;
	  flex-flow: row wrap;
	  gap: 5px 15px;
		justify-content: center;
	  padding: 0 15px ;
	  margin-bottom: 10px;
		
	}
	.footer-col-2 ul > li{
		font-size: 11px;
		
	}
	.footer-col-2 ul > li:first-child{
		
	}
	.footer-slogan img{
		max-width: 170px;
	}
	.footer-logo img{
		max-width: 150px;
	}

	.section-title-customer{
		margin-bottom: 25px !important;
	}
	
	
	.no-border{
		border: 0 !important;
	}
	.box-sliderproduct{
		margin: 0;
	}
	.section-title{
		margin: 0;
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	
	.show-pc{
	display:none; 
}
	.showmobile{
		display: inherit;
	}
	
	
	.footercontent{
		padding: 20px 0 10px 0;
	}
	ul.workingtime{
		display: flex;
	  flex-grow: 0 0 50%;
	  flex-wrap: wrap;
	  max-width: 100%;
	  width: 100%;
	  position: relative;
		justify-content: center;
	}
	ul.workingtime li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.footerinfo h5,.footerinfo p{
		margin-bottom: 0;
	}
	.openhours{
		padding-top: 15px;
	  border-top: 1px solid;
	  margin-top: 15px;
	}
	.box-social ul {
	 
	  justify-content: center;
	}
	.footergrid{
		display: block;
	}	
	.footer-col-1{
		width: 100%;
		display: block;
	}
	.footer-col-2{
		width: 100%;
	}
	.footer-col-3{
		width: 100%;
	}
	.footer-col-4{
		width: 100%;
	}
	.footergrid .footer{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 600px){
	
}	
.jquery-loading-modal {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0; }

.jquery-loading-modal__animation {
  display: inline-block; }
  .jquery-loading-modal__animation * {
    -webkit-transition: background-color 1s ease-in;
            transition: background-color 1s ease-in; }
    .jquery-loading-modal__animation *:before {
      -webkit-transition: background-color 1s ease-in;
              transition: background-color 1s ease-in; }

.jquery-loading-modal__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #976c6c !important;
  left: 0;
  top: 0;
  -webkit-transition: background-color 1s ease-in;
          transition: background-color 1s ease-in; }

.jquery-loading-modal__info-box {
  position: relative;
  text-align: center;
  z-index: 2; }

.jquery-loading-modal__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-transition: color 1s ease-in;
          transition: color 1s ease-in; }

.jquery-loading-modal--visible {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.jquery-loading-modal--hidden {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
