@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*:not(.fa):not(.far):not(.fas) {
	font-family: 'Montserrat', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.light {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:300;
}
.normal {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:400;
	text-transform: none;
}
.text-transform-none {
	text-transform: none !important;
}
.medium {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:500;
}
.bold {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:700;
}
.serif {
	font-family: 'Cormorant Garamond', serif !important;
	font-weight:400;
}
.transition {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.font-weight-normal {
	font-weight:400;
}
/* Change normal width to 1320 start */
@media (min-width:1280px) {
    .container{
        max-width:1280px;
        padding-left:0;
        padding-right:0;
    }
	.d-xl-block {
        display: block !important;
    }
	.d-xl-none {
        display: none !important;
    }
}
@media (max-width:1279px) {
	.d-xl-block {
        display: none !important;
    }
	.d-xl-none {
        display: block !important;
    }
	.contoverallup .col-xl-3 {
		width:100%;
		max-width:100%;
		flex-basis:100%;
	}
}
/* Change normal width to 1320 end */
@media (max-width:991px) {
    .container100 {
        width:100% !important;
        max-width:100% !important;
        padding-left:0;
        padding-right:0;
    }
}
@media (min-width:992px) {
    .animated.standby {
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        visibility: hidden;
    }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#2B2D32;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:179px;
}
.bodyscroll {
	padding-top:115px;
}
@media (max-width:1199px) {
	.body {
		padding-top:100px;
	}
	.bodyscroll {
		padding-top:100px;
	}
}
.text-body {
	color:#2B2D32 !important;
}
.text-dark {
	color:black !important;
}
.text-shadow {
	text-shadow:2px 2px 2px black;
}
.bg-dark {
	background-color:#2B2D32 !important;
}
.text-danger {
	color:#F0BD7B !important;
}
b, strong {
	font-family: 'Monserrat', sans-serif !important;
	font-weight:700 !important;
}
.small, small {
    font-size:85%;
}
.rounded {
	border-radius:8px !important;
	overflow:hidden;
}
.rounded-bottom {
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}
p {
	line-height:170%;
	display:block;
	width:100%;
}
.producttext p {
	line-height: 20px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
 	background:url(images/line.svg) repeat-x bottom center;
	background-size: auto 1px;
	border: 0px;
	height:1px;
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
	opacity:0.3;
}
.text-left hr {
 	background:url(images/line.svg) repeat-x bottom left;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Cormorant Garamond', serif !important;
	font-weight:400;
	color:#2B2D32;
	display:block;
	width:100%;
	line-height:120%;
	text-transform: uppercase;
}
h1.normal, .h1.normal, h2.normal, .h2.normal, h3.normal, .h3.normal, h4.normal, .h4.normal, h5.normal, .h5.normal, h6.normal, .h6.normal {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:700;
}
h1, .h1 {
	font-size: clamp(2.25rem, 1.7135rem + 1.7167vw, 3rem);
}
h2, .h2 {
	font-size: clamp(1.75rem, 1.3923rem + 1.1445vw, 2.25rem);
}
h3, .h3 {
	font-size: clamp(1.5rem, 1.2318rem + 0.8584vw, 1.875rem);
}
h4, .h4 {
	font-size: clamp(1.25rem, 1.0712rem + 0.5722vw, 1.5rem);
}
h5, .h5 {
	font-size: clamp(1.125rem, 1.0356rem + 0.2861vw, 1.25rem);
}
h6, .h6 {
	line-height:16px;
}
.htitle {
	margin-top:40px;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
.bg-danger {
	background-color:#f0bd7b !important;
}
.bg-light {
	background-color:#E7E8EC !important;
}
a {
 	color:#f0bd7b;
 	text-decoration:none;
}
a:hover {
 	color:#2B2D32;
	text-decoration:none;
}
a.drug {
 	color:#2B2D32;
 	text-decoration:none;
}
a.drug:hover {
 	color:#f0bd7b;
	text-decoration:none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#2B2D32; !important;
  	border-color:#f0bd7b !important;
	color:white;
}
.btn-primary:hover {
  	background-color:#f0bd7b !important;
  	border-color:#f0bd7b !important;
	color:black;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#f0bd7b !important;
  	border-color:#f0bd7b !important;
	color:black;
}
.btn-secondary:hover {
  	background-color:#2B2D32 !important;
  	border-color:#f0bd7b !important;
	color:white;
}
.btn-arrow {
	padding-right:40px;
	background-image: url(images/arrow-button.svg);
    background-repeat:no-repeat;
    background-position: right 15px center;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #f0bd7b;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	height:auto;
}
@media (max-width:767px) {
	a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
		height:200px;
	}
}
a.pagesvideo:after, .pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background-image: url(images/playvideo.svg);
  background-size:80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:rgba(0,0,0,.2);
}
.pagesvideosmall:after {
	background-size:80px 80px;
}
.contoverallup {
	background:#2B2D32;
	display: block;
	width:100%;
	z-index:110;
	position:absolute;
	top:0;
	left:0;
	border-top:5px solid #f0bd7b;
}
.contoverallupfixed {
	position:fixed;
	top:0;
	left:0;
	z-index:110;
	box-shadow: 1px 15px 15px -15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 15px 15px -15px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 15px 15px -15px rgba(0,0,0,0.4);
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.closebtn2, a.closebtn2:hover {
	background:url(images/x-lg-2.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
.clogo {
	width:280px;
	height:auto;
	margin:10px auto 25px auto;
}
.cslogan {
	width:180px;
	height:auto;
	margin:25px 0 0 0;
}
.contoverallupfixed .clogo {
	width:180px;
	height:auto;
	margin:5px auto 15px auto;
}
.contoverallupfixed .cslogan {
	width:120px;
	height:auto;
	margin:15px auto 0 auto;
}
@media (max-width:1199px) {
	.contoverallupfixed {
		position:absolute;
	}
	.clogo, .contoverallupfixed .clogo {
		width:180px;
		margin:15px auto 15px auto;
	}
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:48px;
	line-height:20px;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	position:relative;
	color:white;
	padding-left:50px;
	text-align: left;
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a.upicon:hover {
	color:#F0BD7B;
}
a.upicon span, a.upicon:hover span, .upicon span {
    font-weight:700;
    text-transform:uppercase;
	font-size:13px;
	width:100%;
	height:20px;
	display:block;
	line-height:20px;
	color:#F0BD7B;
	overflow: hidden;
}
.tel {
	background-image: url(images/tel.svg);
	padding-left:30px !important;
}
.search {
	background-image: url(images/search.svg);
	padding-left:44px !important;
	height:44px !important;
	line-height:44px !important;
}
.gps {
	background-image: url(images/gps.svg);
}
.email {
	background-image: url(images/email.svg);
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(44, 45, 50, 0.9);
	z-index:10001;
	padding:20px;
}
#frmSearch {
	position: absolute;
	width:50%;
	top:50%;
    left:50%;
    border-bottom: 1px solid white;	
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
@media (max-width:479px) {
	#frmSearch {
		width:80%;
	}
}
.searchinput {
	width:70%;
	height:50px;
	display:inline;
	float:left;
	background:none;
}
.searchinput input {
	background:none;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	padding:0;
	color:#F0BD7B;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#F0BD7B;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#F0BD7B;
   opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#F0BD7B;
   opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#F0BD7B;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:30px;
	line-height:30px;
	display: inline;
	float:right;
	 text-align:right;
	 color:#F0BD7B;	
	 font-size:24px;	
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:34px;
	height:34px;
	line-height:34px;
	display:block;
	float:right;
	text-align:left;
	margin-top:30px;
	margin-left:20px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#2B2D32;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:white;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#F0BD7B;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
 	background:url(images/line.svg) repeat-x center center;
	border: 0px;
	height:3px;
	opacity:0.2;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
    height:600px;
    display:block;
    border-radius:8px;
    overflow:hidden;
    background-color:#2B2D32;
}
#carousel1 .item {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	border:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.carousel1before {
	background: rgba(30,30,30,.85);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.carousel1before * {
	color: rgba(255,255,255,.15);
}
#carousel1 .owl-item.center .carousel1before {
	background: rgba(30,30,30,.3);
}
#carousel1 .owl-item.center .carousel1before * {
	color: rgba(255,255,255,1);
}
.carousel1beforecardetail {
	background: rgba(30,30,30,.5);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#carousel1 .owl-item.center .carousel1beforecardetail {
	background: rgba(30,30,30,0);
}
#carousel1 * {
	outline: none;
	overflow:hidden;
}
#carousel1 .item img {
	width:100%;
	height:100%;
	object-fit: cover !important;
	object-position: center center;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
#carousel3 .item a {
	padding:10px;
	height:180px;
	display:flex;
	align-items: center;
  	justify-content: center;
    background-color:white;
    border-radius:4px;
    overflow:hidden;
	border:2px solid #f8f8f8;
}
#carousel3 .item img {
	width:auto;
	max-width:40%;
	height:auto;
	max-height:40%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#carousel3 .item a:hover img {
	max-width:50%;
	max-height:50%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
#carouselcars {
	padding-bottom:100px;
}
.am-prev {
    display:block;
	position: absolute;
	top:0;
	left:0;
    width:46px;
    height:100%;
    border:0;
    cursor:pointer;
    background: url(images/arrow-left2.svg) no-repeat center center;
    background-size: 46px auto;
	z-index: 108;
}
.am-next {
    display:block;
	position: absolute;
	top:0;
	right:0;
    width:46px;
    height:100%;
    border:0;
    cursor:pointer;
    background: url(images/arrow-right2.svg) no-repeat center center;
    background-size: 46px auto;
	z-index: 108;
}
.am-prev:focus, .am-next:focus {
    outline: none; 
    -moz-outline-style: none; 
}
.mission {
	display:block;
	width:60%;
	max-width:1100px;
	height:auto;
	position:absolute;
	top:-85%;
	left:0;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.mission {
		width:60%;
		top:-60%;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	.mission {
		width:100%;
		top:-40%;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	.mission {
		width:100%;
		top:-30%;
	}
}
@media only screen and (max-width:320px) {
	.mission {
		width:100%;
		top:-20%;
	}
}
.testimonialimage {
	width:100px;
	height:100px;
	display:block;
	margin:auto;
	align-items: center;
  	justify-content: center;
    border-radius:50px;
    overflow:hidden;
	border:2px solid #F0BD7B;
}
.testimonialimage img {
	width:104px;
	height:104px;
	margin-top:0;
	margin-left:0;
}
.faq {
	width:100%;
	height:100%;
	display: block;
}
.faq hr {
	opacity:1;
	background:url(images/faqdevider2.svg) repeat-x bottom center;
}
.faqdevider {
	width:100%;
	height:100%;
	display:block;
	background: url(images/faqdevider.svg) repeat-y top center;
}
.faqdevider2 {
	width:100%;
	height:100%;
	display:block;
	background: url(images/faqdevider2.svg) repeat-x left center;
}
.news {
	display: block;
	width:100%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
}
.news:hover {
	margin-top:0;
	margin-bottom:20px;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
	position: relative;
}
.contoverallabout {
    background: #2B2D32;
}
.contoverallabout * {
    color:white !important;
}
.category {
	display: block;
	width:100%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
    text-align: center;
}
.category:hover {
	margin-top:0;
	margin-bottom:20px;
}
.categoryimage {
	width: 100%;
	aspect-ratio:1/1;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
	position: relative;
}
.product {
	display: block;
	width:100%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	border-bottom:1px solid transparent;
}
.product:hover {
	margin-top:0;
	margin-bottom:20px;
	border-bottom:1px solid rgba(240,189,123,.3);
}
.productimage {
	width:100%;
	aspect-ratio:4/3;
	display:block;
	position: relative;
	text-align: center;
	text-align:center;
	overflow:hidden;
    margin-bottom: 15px;
}
.producttext {
	width:100%;
	display:block;
    padding-bottom: 15px;
}
.productbrand {
	width:50px;
	height:auto;
	display:block;
	float:right;
	margin-left:10px;
}
.contoveralldown {
	background:#2B2D32;
	border-top:5px solid #f0bd7b;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#f0bd7b;
	font-size:26px;
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	text-align:center;
	z-index:1000;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left:5px;
  margin-bottom:5px;
  font-size: 1.1rem;
  font-weight:700;
  line-height: 1.25;
  color: white;
  background-color:#232323;
  border: 1px solid #232323;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#f0bd7b;
  border-color:#f0bd7b;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#f0bd7b;
  border-color:#f0bd7b;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#f0bd7b;
  border-color:#f0bd7b;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #f0bd7b !important;
  box-shadow: 0 0 5px #f0bd7b !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #f0bd7b !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#2B2D32;
  box-shadow: 0 0 5px #f0bd7b !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#f0bd7b;
  box-shadow: 0 0 5px #f0bd7b !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#2B2D32;
  box-shadow: 0 0 5px #f0bd7b !important;
}
.custom-select {
	background:url(images/arrow-down.svg) no-repeat right .75rem center white;
	align-items: center;
	align-self: stretch;
	color: #4D4D4D;
	font-size:14px;
	font-weight: 700;
	line-height:21px;
	padding:12px 20px;
}
.custom-select-lg {
    height: 60px;
    padding:12px 20px;
}
.form-control-lg {
	align-items: center;
	align-self: stretch;
	color: #4D4D4D;
	font-size:14px;
	font-weight: 700;
	line-height:21px;
	height: 60px;
	padding:12px 20px;
}
.form-control-lg.rounded-right:not(.bg-white) {
	background:url(images/arrow-down.svg) no-repeat right .75rem center white;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#f0bd7b;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#232323;
	color:white !important;
}
label.error {
	color:#f0bd7b;
	font-size: 14px;
	display: block;
	width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #f0bd7b;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #f0bd7b;
	background: url(images/checkbox.png) no-repeat center center #2B2D32;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped .thead-light th {
	background-color: #F4F6F8;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#F4F6F8;
}
.scrollauto {
	max-height:320px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
  width:3px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#f0bd7b; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:black; 
}
a.social, a.social:hover {
	width:40px;
	display:inline-block;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #f0bd7b;
}
.sidehamburger {
   width:10px;  
	height:100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-10px;
    /*overflow-x: hidden;*/
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/menu.svg) no-repeat right 8px center #2B2D32;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	top:50%;
    left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.detailproductprice {
	display: block;
	color:#f0bd7b;
	font-size:30px;
	font-weight:700;
	text-transform: none;
}
.detailproductprice span {
	color:#2B2D32;
	font-size:24px;
	font-weight:700;
	text-decoration: line-through;
	display:inline-block;
	margin-right:20px;
}
a.updown, a.updown:hover {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	text-align: center;
	background:white;
	border:1px solid #F4F6F8;
}
input.inputbroi {
	display:inline-block;
	width:54px;
	height:44px;
	line-height:44px;
	text-align: center;
	background:white;
	border:1px solid #F4F6F8;
}
a.updown2, a.updown2:hover {
	display:inline-block;
	width:30px;
	height:44px;
	line-height:43px;
	text-align: center;
	background:white;
	border:1px solid #F4F6F8;
}
.productdetaildevider {
	background:url(images/linevertical.svg) repeat-y center top;
}
.sectionGrey {
	background:#E7E8EC;
}
.sectionYellow {
	background:#f0bd7b;
}
.sectionWhite {
	background:white;
}
.sectionBlack {
	background:#2B2D32;
}
.sectionBlack * {
	color:white !important;
}
.contoverallproducts {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f6f8+0,f4f6f8+50,ffffff+50,ffffff+100 */
background: linear-gradient(to right,  #f4f6f8 0%,#f4f6f8 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.productsleft {
	background: #f4f6f8;
}
.productsright {
	background:white;
}
/* end ajax suggestion */
#slider-range, #slider-range2 {
	height:5px;
	background:#ee858e;
	width:100%;
	margin:10px auto;
	padding:0 15px;
}
#slider-range span, #slider-range2 span {
	width:20px;
	height:20px;
	top:-8px;
	background:#f0bd7b;
	outline:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
.sliderrangeleft {
	display:block;
	width:100%;
	text-align: center;
}
input.sliderrangeamount {
	background: transparent;
	border:0;
	width:40px;
	padding:0;
}
a.butonfilters, a.butonfilters:hover, a.butonfiltersleft, a.butonfiltersleft:hover {
	width:auto;
	display:inline-block;
	line-height:40px;
	background: url(images/down.svg) no-repeat right center;
	padding-right:40px;
	color:white;
}
a.butonfiltersleft, a.butonfiltersleft:hover {
	background: url(images/downleft.svg) no-repeat right center;
	padding-right:40px;
	color:#5A5A5A;
	margin:auto;
}
a.butonfilter, a.butonfilter:hover, a.butonfilteryes, a.butonfilteryes:hover, a.butonfilterleft, a.butonfilterleft:hover, a.butonfilterleftyes, a.butonfilterleftyes:hover  {
	display: block;
	width:100%;
	line-height:32px;
 	padding:0 15px 0 25px;
	text-align:left;	
	color:white;
	font-size:16px;	
	text-transform:uppercase;
	background:url(images/check.svg) no-repeat left center;
}
a.butonfilterleft, a.butonfilterleft:hover, a.butonfilterleftyes, a.butonfilterleftyes:hover  {
	color:#5A5A5A;
}
a.butonfilter:hover, a.butonfilteryes, a.butonfilteryes:hover, a.butonfilterleft:hover, a.butonfilterleftyes, a.butonfilterleftyes:hover { 	
	background:url(images/checkyes.svg) no-repeat left center;
}
.lentapromo {
	 display:block;
    position: absolute;
    top:12px;
    left:12px;
    background:#f0bd7b;
    color:black;
    font-size:12px;
    display:inline-block;
    width:auto;
    margin-right: auto;
    height:22px;
    line-height:24px;
    text-transform: uppercase;
    text-align:center;
    padding:0 16px;
    border-radius:3px;
    margin-bottom:6px;
}
.lentanew {
	display:block;
    position: absolute;
    top:12px;
    right:12px;
    background:#E40C0C;
    color:white;
    font-size:12px;
    display:inline-block;
    width:auto;
    margin-right: auto;
    height:22px;
    line-height:24px;
    text-transform: uppercase;
    text-align:center;
    padding:0 16px;
    border-radius:3px;
    margin-bottom:6px;
}
.lentadetail {
	position:static;
	top:0;
    right:0;
}
/* ajax suggestion speedy */
.suggestionsBoxSpeedy {
	position:absolute;
	z-index:111;
	top:40px;
	left:0px;
	margin:0;
	width:100%;
	display:none;
}	
.suggestionListSpeedy {
	margin: 0px;
	padding: 0px;
	background:#2B2D32;
	border:1px solid #e2e2e2;
}	
.suggestionListSpeedy li, .suggestionListSpeedy li.all {
	list-style: none;
	margin:0px;
	padding:5px;
	cursor: pointer;
	text-align:left;
	border-bottom: 1px solid #e2e2e2;
}	
.suggestionListSpeedy li:hover, .suggestionListSpeedy li.all {
	background-color:black;
	color:white;
}
.suggestionListSpeedy * {
	font-size:16px;
	text-transform: uppercase;
	color:white;
}
/* end ajax suggestion */
.sectionGrey {
	background:#E7E8EC;
}
.sectionYellow {
	background:#f0bd7b;
}
.sectionWhite {
	background:white;
}
.sectionBlack {
	background:#2B2D32;
}
.sectionBlack * {
	color:white !important;
}
/* superscrollorama */
.supercontainer { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	overflow: hidden; 
	z-index:0;
}
.supertitle {
	display:block;
	font-size: 150px;
	margin: 0;
	color: #f0bd7b;
	padding:0;
	text-transform: uppercase;
	position: relative;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:800;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.supertitle {
		font-size: 150px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	.supertitle {
		font-size:100px;
		margin-top:70px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	.supertitle {
		font-size:70px;
		margin-top:80px;
	}
}
@media only screen and (max-width:320px) {
	.supertitle {
		font-size:50px;
		margin-top:90px;
	}
}
.bg-dark .supertitle {
	color:rgba(255,255,255,.05);
}
.steprow {
  padding-bottom:50px;
}
@media screen and (min-width:992px) {
  .steprow {
    background: url(images/step.png) repeat-y top center;
  }
}
.stepcircle {
  display:block;
  margin:0 auto 0 auto;
  width:36px;
  height:36px;
  line-height:36px;
  background:#f0bd7b;
  color:black;
  text-align: center;
  font-size:18px;
  border-radius:18px;
  position:relative;
}
.stepcircle::before {
	background:#2B2D32;
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	top:-10px;
	left:0;
	content:'';
	z-index:1000;
}
.stepcircle::after {
	background:#2B2D32;
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0;
	content:'';
	z-index:1000;
}
.stepcirclelineleft, .stepcirclelineright {
  display:block;
  width:50px;
  height:36px;
  background:url(images/howitworks.svg) no-repeat center center;
  position:absolute;
  top:0;
}
.stepcirclelineleft {
  left:20px;
}
.stepcirclelineright {
  right:20px;
}
h3.title-border {
	color:white;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 25px;
}
h3.title-border:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  background: #f0bd7b;
  bottom: 0;
  left: 0;
}
.carharak {
	display:block;
	width:80%;
	border-bottom:1px solid rgba(255,255,255,.1);
	margin-bottom:20px;
	color:white !important;
}