@charset "utf-8";

/**--------------------------------------------------------
 * CSS Information
 * File Name	:  style.css
 * Theme Name   :  Olemus Eden
 * Author       :  Liyan & Keval
 * Description  :  August 2023
 -----------------------------------------------------------*/

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.eot');
    src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-ExtraBold.eot');
    src: url('../fonts/DMSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/DMSans-ExtraBold.woff') format('woff'),
        url('../fonts/DMSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.eot');
    src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Light.eot');
    src: url('../fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Light.woff2') format('woff2'),
        url('../fonts/DMSans-Light.woff') format('woff'),
        url('../fonts/DMSans-Light.ttf') format('truetype'),
        url('../fonts/DMSans-Light.svg#DMSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.eot');
    src: url('../fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff'),
        url('../fonts/DMSans-SemiBold.ttf') format('truetype'),
        url('../fonts/DMSans-SemiBold.svg#DMSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*, *:after, *:before {
    margin:0;
    padding:0;
    outline:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	}

html {
    height:100%;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
	}
	
html, body {
	height:100%;
	}
	
body {
	font-family:'DM Sans';
	font-size:18px;
	color: #575757;
	font-weight:400;
	letter-spacing: 0px;
	line-height:28px;
	-webkit-font-smoothing:antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	/*background:#ffffff url(../images/loader.gif) center center no-repeat;*/
	overflow-x:hidden;
	}
	
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
		
img {
    width:auto\9;
  	/*height:auto;*/
  	max-width:100%;
  	vertical-align:middle;
  	-ms-Interpolation-mode:bicubic;
	}
*:hover,
*:visited,
*:active,
*:focus {
  outline: none !important;
}
a {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:link,
a:visited,
a:focus {
  color: #151515;
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: #00383E;
  outline: none;
}	


:focus, ::-moz-focus-inner {
	border:none;
	outline:none !important;
	}

fieldset, a img {
	border:none;
	}

ol, ul {
	margin:0px auto 15px;
	padding-left:15px;
    list-style-position:outside;
    /*list-style-type:none;*/
	}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
	}
.p0{padding:0 !important;}	
.m0{margin:0 !important}
/* ClearFix */
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	}

.container:after {
	content:" ";
	display:block;
	clear:both;
	}
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {
	display:inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position:relative;
    min-height:100%;
    width:100%;
    height:auto !important;
    max-width: 1920px;
	display:block;
	margin:0 auto;
    overflow:hidden;
    /*background: #fff*/
	}
	
body, #wrapper, .footer-wrapper {
	opacity:1;
	}
	
.container {
	position:relative;
	}

#pageHeaderWrapper {
	position:relative;
	top:0px;
	left:0;
	width:100%;
	z-index:999;
	display:block;
	padding:0px 0px;
	margin:0px auto;
	background:#fff;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
.abs-header{
	position: absolute !important;
	background: transparent !important;
}
#pageHeader {
	position:relative;
	width:100%;
	display:block;
	margin:0px auto;
	z-index:999;
	left: auto;
    max-width: 1920px;
    /*float: left;*/
	}

.header-container {
	position:relative;
	width:100%;
	margin:0px auto;
	padding:0 15px;
	max-width:1430px;
	}
.top-header, .bottom-header {
    position: relative;
    display: block;
}
.top-header{
	border-bottom: 1px solid rgba(112, 112, 112, .23);
}
@media only screen and (min-width: 992px) {
	.order-lg-1,.order-lg-3{width: 35%}
	.topRightHeader{display: flex;justify-content: flex-end;}
}
.main-header {
	position:relative;
	left: 0;
	width: 100%;
	display:block;
	margin:0 auto;
	padding:0px;
	}
.sticky-wrapper{
	height: auto !important;
}
.is-sticky header{
    top:0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.is-sticky #pageHeaderWrapper {
    /*left: 0px;*/
    left: auto;
    max-width: 1920px;
    background: #fff !important;
    box-shadow: 0px 3px 6px #00000029;
}
/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position:relative;
	display:flex;
	align-items: center;
	float:left;
	width:206px;
	height:130px;
	z-index:1001;
	margin:4px 0px;
	padding:0px;
	order:1;
	webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}

.logo a {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	}

.logo img {
	position:relative;
	display:block;
	height:auto;
	max-width:100%;
	}
.headerSearchBar {
	position: relative;
	display: block;
	max-width: 225px;
	width: 100%;
	}

.headerSearchBar .form-control {
	width: 100%;
	height: 40px;
	color: #575757;
	line-height: 20px;
	border-radius: 0px;
	background: #fff;
	padding: 10px 25px 10px 0;
	border:0;
	border-bottom: 1px solid rgba(21, 21, 21, .4);
	}

.headerSearchBar .form-control:focus,
.headerSearchBar .form-control:hover {
	color: #575757;
	background: #fff;
	border-color: #00383E !important;
	}

.headerSearchBar .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	color: rgba(87, 87, 87, .6);
	font-weight: 400;
	}

.headerSearchBar .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	color: rgba(87, 87, 87, .6);
	font-weight: 400;
	}

.headerSearchBar .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(87, 87, 87, .6);
	font-weight: 400;
	}

.headerSearchBar .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	color: rgba(87, 87, 87, .6);
	font-weight: 400;
	}

.headerSearchBar .searchBtn {
	position: absolute;
	top: 6px;
	right: 0px;
	border: none;
	padding: 0px 0px;
	z-index: 2;
	opacity: 0.6;
	background: transparent;
	}
.headerSearchBar .searchBtn img{height: 20px}
.headerSearchBar .searchBtn:hover{opacity: 1}
/* Top Right Header */
	
.topRightContainer {
	position:relative;
	display:flex;/*block;*/
	align-items: center;
	justify-content: flex-end;
	float: left;
	margin:0px auto;
	order:2;
	}
/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -12px 0px;
	}
	
.headerTopLinks>li {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	margin: 0px 10px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks>li a {
	position: relative;
	display: block;
	}

.headerTopLinks>li.header-cart-menu a {
	display: block;
	width: auto;
	height: auto;
    padding-right: 10px;
	background: transparent;
	}

.headerTopLinks>li img {
	/*position: absolute;*/
    position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 22px;
	margin: 0px auto;
	opacity: 0.6;
	}
.headerTopLinks>li:hover img{
	opacity: 1;
}
.headerTopLinks>li.header-user-menu img {
	}

.headerTopLinks>li.header-cart-menu a span {
	position: absolute;
    color: #ffffff;
    right: 0px;
    z-index: 2;
    top: -8px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: #68A8B8;
    display: inline-block;
	}


.headerTopLinks>li.header-cart-menu a {
	background: transparent;
	}
.webnone {
    display: none !important;
}
.top-drop{
	display: inline-flex;
	align-items: center;
	list-style-type: none;
	margin:0 30px 0 0;
	padding:0 30px 0 0;
	position: relative;
	border-right:1px solid rgba(222, 222, 222, .8);
	min-height: 40px;
}
.top-drop li{margin-left:20px}
.top-drop li:first-child{margin-left:0px}
.top-drop li>img{
	max-height: 28px;
}
/* Nav */
	
.nav-wrapper {
	display:block;
	/*float:right;*/
	padding:0px;
	margin:0px;
	/*float: left;*/
	width:100%;
	}

.nav-container {
	display:block;
	/*float: left;*/
	width:100%;
	}
	
.nav {
	width:100%;
	display:block;
	margin:0px auto;
	text-align:center;
	/*float: left;*/
	}
	
.nav ul {
	padding: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: center;
    list-style-type: none;
    /*float: left;*/
    justify-content: center;
	}
	
.nav>ul>li {
	position:relative;
	padding:0 30px;
	margin:0 0px;
	display:inline-block;
	float: left;
	}
.nav>ul>li>a {
	position:relative;
	display:block;
	color:#575757;
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'DM Sans';
	text-align:center;
	text-transform:uppercase;
	padding:12px 0px;
	margin:0px 0px;
	letter-spacing: 1.44px;
	/*overflow:hidden;*/
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}
.nav>ul>li>a:before, .nav>ul>.selected>a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 0%;
    height: 3px;
    background: #00383E;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nav>ul>li>a:hover:before, .nav>ul>.selected>a:before {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nav>ul>.selected > a, .nav>ul>li>a:hover {
	color:#00383E;
	background: transparent;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.nav>ul>.selected > a{
	font-weight: 700;
}

.nav>ul ul, .nav>ul ul ul,
.nav>ul>li .submenu  {
	display: none;
	position:absolute;
	font-size:16px;
	left:0px;
	top:100%;
	opacity:0;
	width:100%;
	min-width:415px;
	text-align:left;
	visibility:hidden;
	background:#fff;
	border-radius:0 0 30px 30px;
	padding: 0px;
	margin:40px 0px 0px 0px;
	box-shadow: 0px 3px 6px #00000029;
	/*overflow: hidden;*/
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-webkit-animation: fadeInShow 0.4s;
	-moz-animation: fadeInShow 0.4s;
	-o-animation: fadeInShow 0.4s;
	-ms-animation: fadeInShow 0.4s;
    animation: fadeInShow 0.4s;
	}
.nav>ul ul{
	left:-25px;
}
.nav>ul>li .sm340{
	min-width: 340px;
}
@keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 40px;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}

.nav>ul>li .submenu .submenu {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
.nav>ul>li.has-submenu:hover>.submenu,
.nav>ul>li.has-submenu .has-submenu:hover>.submenu, 
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul {
	display: block;
	opacity:1;
	top:auto;
	left:0px;
	margin-top: 0px;
	visibility:visible;
	}	
	
.nav>ul ul>li:hover>ul {
	left:100%;
	}
	
.nav>ul ul a, .nav>ul ul ul a {
	position:relative;
	display:block;
	letter-spacing: 1.44px;
	color:#5E5E5E;
	font-size:18px;
	line-height:20px;
	font-family: 'DM Sans';
	font-weight: 500;
	background:none !important;
	padding:15px 25px;
	margin:0px 0px;
	text-align: left;
	text-transform: uppercase;
	border-radius:0px;
	border-bottom: 0;
	overflow: hidden;
	}
.nav>ul ul li:first-child>a {
	border-radius: 0;
	}	
.nav>ul ul li:last-child>a {
	border:0;
	border-radius: 0 0 30px 30px;
	}
	
	
.nav>ul ul li:last-child>a:before {
	display:none;
	}
	
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {
	background:#00383E !important;
	color:#FFF;
	-o-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}
	
.nav>ul>li>ul>li.selected>a, .nav>ul>li>ul>li>ul>li.selected>a {
	font-weight: 700;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';
	position: relative;
	content: "\f078";
	font-size: 12px;
	right: 0px;
	top: 50%;
	height: 16px;
	font-weight: 900;
	margin: 0 0 0 7px;
	line-height: 20px;
	text-align: center;
	display: none;
	vertical-align: top;
	}
.nav li.menu-item-has-children > a:hover:after{
	content: "\f077";
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a{
	background: #fff;
	color:#333 !important;
	border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.mean-container .mean-nav ul li li a{
	padding: 10px 15px 10px 30px;
}
.selected:after{
	color:#0097EE;
}

.mean-container a.meanmenu-reveal{
	top:30px;
	right:15px !important;
	background:transparent;
    width: 40px;
    color:#fff;
    text-align: center !important;
    font-size: 22px !important;
	}

.mean-container a.meanmenu-reveal span,
.relative-header .is-sticky .mean-container a.meanmenu-reveal span {
	background:#fff;
	height: 4px;
	margin: 5px 0px 0px auto;
	}
.mean-container .mean-nav{
	margin-top:50px;
	background: #FFF
	}
.mean-container .mean-nav ul li a.mean-expand{
	border:0 !important;
	background:transparent !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background: transparent !important; 
}
.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a{
	background:#9B8DA4;
	color:#fff !important;
	}
.mean-container .mean-nav ul li li a:before, .mean-container .mean-nav ul li li li a:before, .mean-container .mean-nav ul li li li li a:before, .mean-container .mean-nav ul li li li li li a:before{
	display: none;
}
.mean-container a.meanmenu-reveal:before {
    position: absolute;
    content: "Menu";
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.33px;
    text-align: left;
    line-height: 30px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: none !important;
}


/*- Custom Paging -*/

.custom-paging { position: absolute; z-index: 9; left: 50%; bottom: 80px; transform: translateX(-50%); width: 1400px; padding: 0px 30px; } 
.custom-paging .slick-dots { width: 200px; position: static; display: flex; align-items: center; justify-content: left; padding: 0px 30px; } 
.custom-paging .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; } 
.custom-paging .slick-dots li a span { display: none; } 
.custom-paging .slick-dots li a { position: relative; display: block; height: 15px; } 
.custom-paging .slick-dots li a::after { position: absolute; content: ""; width: 100%; height: 3px; left: 0; top: 50%; transform: translateY(-50%); background: rgba( 255, 255, 255, .4 ); transition: all 0.2s linear; } 
.custom-paging .slick-dots li:first-child a::after { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } 
.custom-paging .slick-dots li:last-child a::after { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } 
.custom-paging .slick-dots li:first-child a span, .custom-paging .slick-dots li:last-child a span { display: block; position: absolute; font-size: 16px; line-height: 1; font-weight: 400; top: 50%; transform: translateY(-50%); color: #fff; } 
.custom-paging .slick-dots li:first-child a span { left: -35px; } 
.custom-paging .slick-dots li:last-child a span { right: -35px; } 
.custom-paging .slick-dots li.slick-active a::after, .custom-paging .slick-dots li:hover a::after { background: #fff; } 
.custom-paging .slick-dots li.slick-active a span, .custom-paging .slick-dots li:hover a span { color: #fff; } 

/*--Custom Dots--*/
.custom-dots .slick-dots {position: relative;bottom: auto; display: flex; align-items: center; justify-content: center;width:100%; padding: 0px 0px; } 
.custom-dots.responsive .slick-dots { width: 100%; } 
.custom-dots .slick-dots li { height:10px;width:10px;margin: 0px 9px; } 
.custom-dots .slick-dots li:first-child{margin-left:0}
.custom-dots .slick-dots li:last-child{margin-right: 0}
.custom-dots .slick-dots li button { position: relative; display: block; height: 10px; width: 10px; background:rgba(55, 55, 55, .3);z-index: 0;border:0;border-radius:15px;padding:0 } 
.custom-dots .slick-dots li button::after { content: "";display:none;position:absolute;opacity:0;background:rgba(106, 198, 42, .3); width: 18px; height: 18px; left: -4px; top: 50%; transform: translateY(-50%); border-radius: 20px; } 
.custom-dots .slick-dots li button::before { display:none;position: absolute; content: ""; width: 10px; height: 10px; left: 0; top: 50%; transform: translateY(-50%); background:none; transition: all 0.2s linear; border-radius:15px;border-color: transparent; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: #EF8432;border-radius:15px;border-color: transparent; } 
.custom-dots .slick-dots li.slick-active button::after, .custom-dots .slick-dots li:hover button::after { opacity:1 } 
.custom-dots .slick-dots li.slick-active button, .custom-dots .slick-dots li:hover button{background: #373737}
.mob-menu {
	position:fixed;
	display:none;
	bottom:-1px;
	left:0px;
	width:100%;
	background:#68a8b8;
	}

.mob-link a {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0px;
	height: 50px;
	font-size:16px;
	text-align:center;
	color: #fff;
	}
.mob-link a img{
	height: 20px;
}
.mob-menu ul li .mob-link a img{	
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}

.mob-menu ul {
	padding:0px 0px;
	margin:0px 0px;
	list-style-type:none;
	}

.mob-menu ul li {
	width:25%;
	float:left;
	}

.mob-menu ul li:last-child {
	border:none;

	}
.mob-menu ul li .shoping-cart{
	position: relative;
}
.mob-menu ul li .shoping-cart .cart-img {
    position: relative;
    display: inline-flex;
    margin-right: 15px;
}
.mob-menu ul li .badge{
	position: absolute;
    top: 10px;
    right: 30px;
    font-size: 10px;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    padding: 0px 0px;
    background: #042C31;
}
.mob-menu ul li .widget_shopping_cart_content a span{margin-left:5px;}
/* Banner Styles */

.bannerWrapper {
	position:relative;
	display:block;
	width:100%;
	z-index:2;
    height:100%;
	margin:0px auto;
	}
	
.banner {
	position:relative;
	display:block;
	z-index:0;
	width:100%;
	margin:0px auto;
	}
.homeBannerSlider {
	position:relative;
	display:block;
	width:100%;
	margin:0px auto;
	overflow: hidden;
	}
.homeBannerSlider .icoplay { display: none; }
.homeBannerSlider .slide-item{
	position: relative;
	/*padding-bottom: 56.4%;*/
	width: 100%;
	height: 100%;
}
.homeBannerSlider .slide-item.slide-img{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.homeBannerSlider .slide-item.slide-video > iframe, .homeBannerSlider .slide-item.slide-video > video{
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .homeBannerSlider .slide-item.slide-video > iframe { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .homeBannerSlider .slide-item.slide-video > iframe { width: 300%; left: -100%; }
}
.banner-slide {
	position:relative;
	display:block !important;
	width:100%;
	padding:0px;
	margin:0px auto;
	height: calc(100vh - 150px);
  	max-height: 890px;
	}

.banner-slide figure {
	position:relative;
	display:block;
	width:100%;
	height: 100%;
	z-index:1;
	padding:0px;
	margin:0px auto;
	}
.banner-slide figure:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	background: transparent linear-gradient(90deg, #151515 0%, #00000000 100%);
	opacity: 0.4;
}
.banner-slide figure img {
	width:100% !important;
	height: 100%;
	object-fit: cover;
	}
.banner_caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	color:#333;
	display:block;
	margin:0px auto;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	}
	
.banner_caption .captionWrapper {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	}
	
.banner_caption .captionContainer {
	position:relative;
	display:table-cell;
	vertical-align: middle;
    padding: 0;
	}
	
.banner_caption .captionContainerInner {
	position:relative;
	display:block;
	z-index: 9;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	margin:0px;
	padding:0px;
	max-width: 50%;
	width: 100%;
	}
.banner_caption .captionContainer .smallHeading{
	display: block;
	font-size: 18px;
	color:rgba(255, 255, 255, .7);
	letter-spacing: 1.8px;
	line-height: 1;
	padding-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.banner_caption .captionContainer .bannerHeading1 {
	font-size:83px;
	color:#fff;
	line-height:1.2;
	letter-spacing: 0px;
	font-weight: 700;
	padding-bottom: 15px;
	}
.banner_caption .captionContainer .bannerHeading1 span{
	font-weight: 400;
	display: block;
	font-size: 78px;
	color:#fff;
}
.homeBannerSlider .slick-dots{	
	top: 0%;
	bottom:auto;
    width: 100%;
    max-width: 25px;
    height: 100%;
	z-index: 5;
	left: 160px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	margin: 0px auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.homeBannerSlider .slick-dots li {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    width: 25px;
    height: 25px;
    margin:5px 0 0;
    overflow: unset;
    background: transparent;
    text-align: center;
	border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
.homeBannerSlider .slick-dots li a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .8);
	color:#fff;
	font-size: 0px;
	border-radius: 50%;
	
}
.homeBannerSlider .slick-dots li:hover a,
.homeBannerSlider .slick-dots .slick-active a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: transparent;
    font-size: 16px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 0px;
    border-bottom: 1px solid #fff;
}
.bs-arrows{	
	flex-direction: column;
	width: 50px;
	height: 100%;
	position: absolute;
	top:0;
	left:260px;
}
.bs-arrows .slick-next{
	margin:10px 0 0 !important;
}
.slick-dots li button:before{display: none}
/* Banner Link Button */

.banner-link-btn {
	position:relative;
	display:none;
	margin:20px 0 0;
	z-index:-1;
}
.play-btn,.pause-btn, .btnplay{
	display: inline-flex;
	align-items: center;
	color:#FFFFFF !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1.44px;
}
.play-btn .icon,.pause-btn .icon, .btnplay .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	margin-right: 15px;
}
.play-btn .icon i,.pause-btn .icon i, .btnplay .icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #fff;
	font-size: 34px;
	color:#151515;
}

.play-btn:hover,.pause-btn:hover, .btnplay:hover{color:#FDD26E !important}
.play-btn:hover .icon i,.pause-btn:hover .icon i, .btnplay:hover .icon i{color:#FDD26E;background: #00383E;}
.btnplay.pause .icoplay { display: block; }
.btnplay.pause .icopause { display: none; }
/* Quick Search */

.quick-search .form-control { border: none !important; height: 50px; padding: 14px 15px 14px 25px; border-radius: 0px !important;}
.quick-search .form-control:focus, .quick-search .form-control:hover { border-color:#1A1A1A; }
.quick-search .input-group-btn{display: inline-flex;position:absolute;right:0;z-index:99}
.quick-search .btn-1 { position: relative; border: none !important; height: 50px; background: #EF8432;color: #fff; line-height: 1; font-size: 16px; border-radius: 0; padding: 10px 17px; text-align: center; vertical-align: top; display: inline-block; text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.quick-search .btn-1:hover { background:#4C5EA7; border-color:#4C5EA7; color:#fff; }
.quick-search .close { position:absolute;width: auto; color:#ffffff; opacity:1;left:auto; right:0; top:-30px; font-size:16px;font-weight:600;text-shadow: none;border:0;background:transparent; }
.quick-search .close:hover { color:#EF8432; }
.modal-content { border: none; box-shadow: none; border-radius: 0px; }
.modal-backdrop.show { opacity: .8; }
.quick-search .modal-content{background: transparent;}
/* Container Style */
	
.pt0 { padding-top:0px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt70 { padding-top:70px !important; }
.pt80 { padding-top:80px !important; }
.pt90 { padding-top:90px !important; }
.pt100 { padding-top:100px !important; }

.pb0 { padding-bottom:0px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb70 { padding-bottom:70px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }

.pl5 { padding-left:5px !important; }
.pl0 { padding-left:0px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl30 { padding-left:30px !important; }
.pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }
.pl50 { padding-left:50px !important; }
.pl60 { padding-left:60px !important; }
.pl70 { padding-left:70px !important; }
.pl80 { padding-left:80px !important; }
.pl90 { padding-left:90px !important; }
.pl100 { padding-left:100px !important; }

.pr0 { padding-right:0px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr30 { padding-right:30px !important; }
.pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }
.pr45 { padding-right:45px !important; }
.pr50 { padding-right:50px !important; }
.pr60 { padding-right:60px !important; }
.pr70 { padding-right:70px !important; }
.pr80 { padding-right:80px !important; }
.pr90 { padding-right:90px !important; }
.pr100 { padding-right:100px !important; }

.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }
.mt120 { margin-top:120px !important; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.ml0 { margin-left:0 !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }
.ml70 { margin-left:70px !important; }
.ml80 { margin-left:80px !important; }
.ml90 { margin-left:90px !important; }
.ml100 { margin-left:100px !important; }

.mg5 { margin:5px !important; }
.p15 { padding:15px !important; }
.ml15 { margin-left:15px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.ml20 { margin-left:20px !important; }
.mr20 { margin-right:20px !important; }


/* Theme button */
.theme-btn,.white-btn,.product-list-box .pro-btn-group .added_to_cart{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	min-width: 190px;
	padding:0px 30px;
	background: transparent;
	font-family: 'DM Sans';
	color:#14373D !important;
	line-height: 21px;
	letter-spacing: 1.28px;
	font-weight: 700;
	font-size: 16px;
	border:2px solid #14373D;
	border-radius: 30px;
	position: relative;
	text-align: center;
	box-shadow: none;
	text-transform: uppercase;
}
.white-btn,
.product-list-box .pro-btn-group .added_to_cart{
	color:#fff !important;
	border-color: #fff !important;
	background:transparent !important;
}
.white-btn img,.theme-btn:hover img,.theme-btn:focus img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.white-btn:hover,.white-btn:focus,
.theme-btn:hover,.theme-btn:focus,
.product-list-box .pro-btn-group .added_to_cart:hover,
.product-list-box .pro-btn-group .added_to_cart:focus{
	background: #14373D !important;
	color: #fff !important;
	outline: 0 !important;
	border-color:#14373D !important;
}
/*Product Listing*/

.product-filter-box {
	position:relative;
	display:block;
	padding: 0px;
	margin-bottom: 40px;
    /*overflow: hidden;*/
	}

.filter-main-heading {
	position:relative;
	display:block;
	padding:0px;
	}

.filter-main-heading h4,
.filter-inner-heading h4 {
	color: #201D1D !important;
	font-family: 'DM Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 23px 30px 15px ;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform:uppercase;  
    background: #EF8432; 
    }

.product-inner-filter {
	position:relative;
	display:block;
	border:0;
	}

.filter-inner-heading {
	position:relative;
	display:block;
	padding: 0px 10px;
	margin-bottom: 15px;
	}
.brand-filter-listing {
	position:relative;
	display:block;
	max-height:300px;
	overflow:auto;
	padding:15px 15px 5px;
	}
.product-inner-filter ul,
.brand-filter-listing ul {
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	}
.product-inner-filter ul{
	padding: 0px;
}
.label-container {
	display:block;
	position:relative;
	margin-bottom:0;
	cursor:pointer;
	font-family: 'DM Sans';
	font-size:14px;
	line-height: 20px;
	color:#333333;
	padding: 8px 10px 8px 35px;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	}

.label-container:hover{
	color: #001F7C;
}
.sideNav ul>li li:last-child .label-container{
	border:0;
}
.label-container input {
	position:absolute;
	opacity:0;
	cursor:pointer;
	height:0;
	width:0;
	}

.checkmark {
	position:absolute;
	top:10px;
	left:10px;
	height:15px;
	width:15px;
	border: 1px solid #DDDDDD;
	background: #fff;
	border-radius: 3px;
	}

.label-container:hover input ~ .checkmark {
	background-color:#001F7C;
	border-color:#001F7C;
	}

.label-container input:checked ~ .checkmark {
	background-color:#001F7C;
	border-color:#001F7C;
	}

.checkmark:after {
	content:"";
	position:absolute;
	display:none;
	}
.label-container:hover input ~ .checkmark:after,
.label-container input:checked ~ .checkmark:after {
	display:block;
	}	

.label-container .checkmark:after {
	content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.price-filter-box {
	position:relative;
	display:block;
	padding: 0 15px 15px;
    
	}
.filter-title{
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.18px;
	color: #343538;
	text-transform: capitalize;
}
.price-filter-box img {
	margin:10px 0 25px;
	width: 100%
	}
.price-filter-box .theme-btn{
	width: 100%;
	justify-content: center;
	padding:0;
}
.price-filter-box .theme-btn .icon{
	position: absolute;
	top:3px;
	right: 3px;
	margin:0;
}
.price-filter-box .theme-btn .icon img{
	width: auto;
	margin:0;
}
.product-listing-container {
	position:relative;
	display:block;
	}
.product-listing {
	position:relative;
	display:block;
	}

.product-listing ul {
	padding:0px 0px !important;
	margin:0px -15px !important;
	list-style-type:none;
	}

.product-listing ul li {
	position:relative;
	display:block;
	width:33.33%;
	float:left;
	padding:0px 15px !important;
	}

.product-listing ul li:nth-child(3n+4) {
	clear:both;
	}
.product-list-box {
	position:relative;
	display:block;
	padding:0px;
	margin-bottom:30px;
	border-radius: 0px;
	border:0;
	overflow: hidden;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

.product-list-box .product-img-wrapper{
	display: block;
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding:0px;	
	overflow: hidden;
	background: #fff;
}
.pro-label {
	position:absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 65px;
	min-height: 35px;
	top:15px;
	left:15px;
	font-family: 'DM Sans';
	font-size:14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.4px;
	color:#FFF;
	padding:6px 15px 4px;
	z-index:2;
	text-transform: uppercase;
	border-radius: 7px;
	}
.new-item {
	background:#68B883;
	}
.sale-item {
	background:#BC5C5C;
	}
.sold-item {
	background:#9A9A9A;
	}
.pro-wish {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
    line-height: 20px;
}
.pro-wish a {
    color: #2E2E2E;
    font-size: 24px
}
.pro-wish a i{
    margin:0 !important;
}
.product-list-box .pro-wish a:hover i,
.yith-wcwl-add-to-wishlist a.delete_item i {
    font-weight: 600;
    color:#C30B2D;
}
.product-item-pic{
	position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    height:0;
    padding-bottom:123%;
    text-align: center;
    overflow: hidden;
    background: #FFF;
    border:2px solid #E6E6E6;
    border-radius: 10px;
	}
.product-item-pic:before{
	content: '';
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgba(104, 168, 184, .95);
	border-radius: 10px;
	opacity: 0;
	z-index: 2;
	transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transform: translate(-50%,-50%) scale(0);
}
.product-item-pic figure {
	margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    text-align: center;
	}
.product-item-pic figure img{
	width: auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
    z-index: 1;
    padding: 10px;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    mix-blend-mode: multiply;
}
.product-content {
	position:relative;
	display:block;
	padding: 30px 30px 0px;
	text-align: center;
	}
.product-content h5 {
	margin: 0px;
	padding:0px 0px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0px;
	color:#262626;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.product-content p{
	margin:0 0 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-price {
	position:relative;
	display:flex !important;
	padding:0px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.listing-price ins,.listing-price bdi{
	display: inline-block;
	font-family: 'DM Sans';
	font-size:20px;
	line-height: 22px;
	color:#151515;
	font-weight: 700;
	padding:0;
	text-decoration: none;
	letter-spacing: 0px;
	}
.listing-price ins bdi{
	color:#BC5C5C;
	}
.listing-price del,.listing-price del bdi {
	display:inline-block;
	font-family: 'DM Sans';
	font-size:20px;
	line-height: 22px;
	letter-spacing: 0px;
	color:rgba(21, 21, 21, .45);
	font-weight:700;
	margin-right:10px;
	text-decoration:line-through;
	}
.listing-price del bdi{margin-right: 0}
.product-list-box .pro-btn-group{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transform: translate(-50%,-50%) scale(0);
    padding: 0px;
}
.product-list-box .pro-btn-group .theme-btn,
.product-list-box .pro-btn-group .added_to_cart{
    display:inline-flex !important;
	margin: 0;
	width: auto;
	min-width: auto;
}
.product-list-box .pro-btn-group .theme-btn img{
    margin-bottom:0 !important;
}
.product-list-box .pro-btn-group .theme-btn:hover img{
    margin-bottom:0 !important;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.product-list-box .pro-btn-group .white-btn{
    border-color:#fff !important;
    background:transparent !important;
}
.woocommerce ul.products li.product .button{margin:0 !important;}
.woocommerce ul.products li.product .button.added,.product-list-box .pro-btn-group .theme-btn:before{display: none !important}
.product-list-box .pro-btn-group .theme-btn i{margin:0}
.product-list-box .pro-btn-group .theme-btn img{width: 24px !important;}
.product-list-box .pro-btn-group .whishlist-btn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	width: 49px;
	margin:0px;
	padding:0 !important;
	color:#fff !important;
	font-size: 22px;
}
.product-list-box .pro-btn-group .whishlist-btn i{
	font-size: 22px;
}
.product-list-box .pro-btn-group .whishlist-btn:hover i,
.product-list-box .pro-btn-group .whishlist-btn:focus i{
	font-weight: 600;
}
.product-list-box .pro-btn-group .pro-btn.added,.product-list-box .pro-btn-group .theme-btn.added{display: none !important}
.product-list-box .pro-btn-group .white-btn:hover,
.product-list-box .pro-btn-group .white-btn:focus,
.product-list-box .pro-btn-group .added_to_cart:hover,
.product-list-box .pro-btn-group .theme-btn:hover
{
	background: #14373D !important;
    color: #fff !important;
    outline: 0 !important;
    border-color: #14373D !important;
}
.product-list-box:hover .product-item-pic:before{
	opacity: 1;
    transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transform: translate(-50%,-50%) scale(1);
}
.product-list-box:hover .product-img-wrapper{
	background: #fff;
	box-shadow: 0px 3px 40px #00000014;
}
.product-list-box:hover .product-item-pic figure img{opacity: .8}
.product-list-box:hover .pro-btn-group {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transform: translate(-50%,-50%) scale(1);
}
.product-list-box .product-content a:hover{
	text-decoration: none !important;
}
.product-list-box:hover{
	
}

.outstock .pro-btn-group {
	opacity: 0.4;
}
.outstock a{pointer-events: none !important;}
.outstock:hover .pro-btn-group .theme-btn,
.outstock .pro-btn-group .theme-btn{
	pointer-events: none !important;
}
/*.outstock .pro-btn-group .theme-btn img{
	opacity: 0.5;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%);
}*/
.product-listing-container .product-listing ul li {
	width:33.33% !important;
	margin:0 !important;
	}

.product-listing-container .product-listing ul li:nth-child(3n+4) {
	clear:both;
	}

.product-listing-container .product-listing ul li:nth-child(3n+4) {
	clear:none;
	}

.tool-bar {
	position:relative;
	display:block;
	padding:0px;
	margin:0px 0px 30px;
	color:#959595;
}
.tool-bar strong{font-weight: 700}
.tool-bar .woocommerce-ordering{
	float:none;
}
.tool-bar .woocommerce-ordering .woocommerce-result-count{
	margin:0 !important;
	float: none !important;
}
.showing-container, .sortby-container {
	color:#959595;
	padding:0px 15px;
	margin:0px;
	/*font-size: 14px;*/
	}

.sortby-container{
	position: relative;
}
.pt0 {
	padding-top:0px;
	}
.pl0 {
	padding-left:0px;
	}
.pr0 {
	padding-right:0px;
	}


.showing-container .row, .sortby-container .row {
	margin:0px 0px;
	}

.showing-container .row .col-auto, .sortby-container .row .col-auto {
	padding:0px 0 0px;
	font-weight: 400;
    letter-spacing: 0px;
    color:#575757;
    line-height: 24px;
	}

.showing-holder .btn, .sortby-holder .btn {
	box-shadow: none;
    outline: 0 !important;
    height: 40px;
    line-height: 40px;
    border: 0px solid #DDD;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 15px;
    letter-spacing: -0.32px;
    min-width: 100px;
    background: #EEEEEE;
	}
.sortby-holder,.showing-holder{margin-left:10px;}
.sortby-holder,.showing-holder{
    display: flex;
    align-items: center;
}
.sortby-container .sortby-holder{
    min-width: 140px;
}
.sortby-container .sortby-holder .NiceSelect{
	width: 100%;
}

.showing-holder{
	margin-right: 10px
}
.dropdown-menu{
	padding:0;
}
.dropdown-menu li a{
	font-size: 14px;
	line-height: 25px;
}
.dropdown-menu.show{
	border-color:#F0F0F0;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active{
	background-color:#EF8432;
	color:#fff !important;
}
.dropdown.show .btn{
	background: #F0F0F0
}
.dropdown.show .dropdown-toggle:after{
	content:'\f077';
}
.bottom-tool-bar {
	margin: 10px 0 0;
    padding: 40px 0 0;
    border:0;
    border-top: 2px solid #AFAFAF;
    background:transparent;
	}
.align-items-center{
	align-items: center;
}
.noUi-horizontal .noUi-tooltip,
.noUi-marker-large{
	display: none !important
}
.awf-filters-container .awf-filter-container.awf-range-slider-container{
	margin:20px 10px 60px 5px;
}
.awf-range-slider-container .noUi-value, .awf-taxonomy-range-slider-container .noUi-value{
	font-size: 16px;
	color:#333;
	font-weight: 500;
}
.noUi-target{
	box-shadow: none;
	border:0;
	background: #C4C4C4;
	height: 5px;
}
.noUi-horizontal .noUi-handle {
    top: -7px;
    right: -12px;
    width: 18px;
    height: 18px;
    border: 3px solid #EF8432;
    box-shadow: none;
}
.noUi-connect{
	background: #EF8432;
}
/*Product Details*/
.hide {
  display: none;
}
.relative-col{
	display: block;
	position: relative;
	padding-left:125px;
}
.product-info-section hr{
	border-color:#EFEFEF;
	border-width: 1px;
	margin:25px 0;
}
.product-info-section .breadcrumb-container {
	padding:0px 0px 50px;
	}

.product-info-section .breadcrumb-container ul, .product-info-section .breadcrumb-container ul li a, .product-info-section .breadcrumb-container ul li a::after {
	color:#4D4D4D;
	}

.product-main-slider {
	position:relative;
	display:block;
	}
.product-main-slide{
	padding:2px;
	}
.product-main-pic {
	position:relative;
	display:flex;
	align-items: center;
	text-align:center;
	margin:0px 0px 30px;	
	padding:5px;
	background: #FFF;
	width: 100%;
	border-radius: 10px;
	border:2px solid #E6E6E6;
	min-height: 730px;
	}
.product-main-pic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
.product-main-pic figure {
	margin:0px auto;
	display: block
	}

.product-main-pic figure img {
	max-width: 100%;
	width: auto;
	height:auto;
	padding: 0px;
	object-fit: scale-down;
	mix-blend-mode: multiply;
}
.product-gallery-slider {
	margin:0px;
	padding:0px;
	}
.product-gallery-slider .slick-list{
	width: 82%;
	margin:0 auto;
}
.product-gallery-slide {
	padding: 0 10px;
	}

.product-galler-pic {
	position:relative;
	display:block;
	width:100%;
	height: 162px;
	text-align:center;
	cursor:pointer;
	background:#FFF;
	overflow: hidden;
	border:2px solid #E6E6E6;
	border-radius: 10px;
	opacity: .8;
	}
.product-galler-pic figure {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	}

.product-galler-pic figure img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 160px;
	object-fit: scale-down;
	border-radius: 10px;
	padding:5px;
	}
.slick-current .product-galler-pic,
.slick-current .product-galler-pic:after,
.product-galler-pic:hover:after,
.product-galler-pic:hover{
	opacity: 1;
}
.product-galler-pic:hover,
.product-galler-pic:hover,.product-gallery-slider .slick-current .product-galler-pic,
.product-galler-pic:hover img, .product-gallery-slider .slick-current .product-galler-pic img{
	opacity: 1;
	border-color:rgba(0, 56, 62, .8);
	}

.product-gallery-slider .slick-prev, .product-gallery-slider .slick-next {	
	z-index: 1;
	/*width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	border:0;*/
	}

.product-gallery-slider .slick-arrow:after{
	display: none;
	}
.product-gallery-slider .slick-arrow:hover,
.product-gallery-slider .slick-arrow:focus{
	opacity: 1;
}
.product-gallery-slider .slick-prev {left: 0px;}
.product-gallery-slider .slick-next {right:0;}
.product-gallery-slider .slick-arrow:hover,
.product-gallery-slider .slick-arrow:focus{
	opacity:1;
	background: #151515;
	color:#fff;
}
.product-details-info {
	position:relative;
	display:block;
	padding:0 0 0 20px;
}
.product-details-info form.cart{margin-top:0 !important;}
.product-details-info .product-title{
	font-size: 35px;
	font-weight: 700;
	color:#151515;
	padding-bottom: 20px;
}
.product-details-info .details-wrapper{
	display: block;
	margin: 30px 0;
    padding: 30px 0px;
    border-top: 2px solid #D7D7D7;
    border-bottom: 2px solid #D7D7D7;
}
.product-details-info .details-wrapper h5{
	color:#595757;
	font-size: 20px;
	padding-bottom: 15px;
}
.product-details-info .details-wrapper p{
}
.product-details-info .pro-label {
	display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    top: auto;
    left:auto;
    margin-bottom: 20px;
}
.product-details-info .details-wrapper p:last-child{
	margin-bottom: 0
}
.product-info-wrapper{
    padding: 15px 0;
}
.product-details-info .flex-div{
	display: flex;
	align-items: center;
}
.product-details-info .qty-div{
	width:100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #D7D7D7;
}

.info-ul{
	margin:0;
	color: #464646;
	font-size: 22px;
	line-height: 29px;
}
.product-details-info .details-price {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-family: 'DM Sans';
	font-size:22px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0px;
	color:#151515;
	}
.product-details-info .details-price ins,
.product-details-info .details-price bdi,
.product-details-info .details-price ins bdi{
	text-decoration: none !important
}
.product-details-info .details-price ins bdi{
	color: #BC5C5C;
}
.product-details-info .details-price del{
	display: inline-block;
	margin: 0 15px 0 0px;
	font-size:22px;
	line-height: 22px;
	color:rgba(21, 21, 21, .45);
	padding:0px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: line-through;
}
.product-availability{
	display: flex;
	align-items: center;
	margin:0px;
	letter-spacing: 0px;
}
.product-availability .availability{
	letter-spacing: 0px;
	color:#575757;
	font-weight: 700;
	text-transform: uppercase;
}
.product-availability .availability span{
	color:#9B8DA4;
}
.product-availability .availability .available{
	color:#9B8DA4;
	margin-left:15px;
}
.lng-div{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	margin:30px 0 0;
}
.language-wrapper{
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.language-wrapper a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	min-width: 95px;
	padding:10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color:#333333;
	background: #F3F3F3;
	border-radius: 30px;
	margin:5px;
}
.language-wrapper a:first-child{margin-left:0}
.language-wrapper a:hover,.language-wrapper .active{
	background: #4C5EA7;
	color:#fff;
}
.review-wrapper
{
	display: flex;
    align-items: center;
    width: 100%;
    padding:0px;
    margin: 0px;
    letter-spacing: -0.32px;
	color: #000;
	text-transform: capitalize;
	font-weight: 300;
	line-height: 20px;
}
.review-wrapper .review-star{
	margin:-5px 0 0;
}
.review-wrapper .star-wrapper a {
    display: inline-flex;
    margin: 0 2px;
    font-size: 14px;
    color: #AEAEAE;
}
.review-wrapper .star-wrapper a.yellow{
	color: #F9C41E;
}
.review-wrapper p{
	margin:0 20px;
	line-height: 20px
}
.review-wrapper .write-review-link{
	display: flex;
	align-items: center;
	position: relative;
	color:#000;
	padding:0px;
	margin-left: 25px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.32px;
	line-height: 20px;
	text-transform: uppercase;
}
.review-wrapper .write-review-link a:hover{
	text-decoration: underline;
	color:#247A41;
}
.details-inner-info {
	position:relative;
	display:block;
	}
.details-inner-group {
	position:relative;
	display:block;
	padding:0px 0px;
	}

.details-inner-info .details-inner-group:last-child {
	border:none;
	}
.product-details-info .sub-title {
	color: #253528;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.product-details-info p a{
	color: #B10021
}
.detail-ul{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 0;
}
.detail-ul li{
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #464646;
	line-height: 18px;
	letter-spacing: 0.28px;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	border-right: 1px solid #595757;
}
.detail-ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0;
}
.detail-ul li strong{
	margin-left: 5px;
}
.sp-table{
	width: 100%;
	border:0;
	margin-top:-10px;
	}
.sp-table tr td{
	font-size: 15px;
	line-height: 28px;
	padding:3px 0;
	color:#535353;
	}
.sp-table tr td:first-child{
	color:#7D7D7D;
	}
.details-title {
	position:relative;
	display:inline-block;
	letter-spacing: 1.44px;
	color:#575757;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 5px;
	white-space: nowrap;
	min-width: 120px;
    }
.details-title.auto-width{width: auto;min-width: auto}
.price-details h4 {
	padding:0px 0px;
	font-size:14px;
	color:#0F0F0F;
	}
.flex-div.request-row{
	align-items: flex-start;
}
.flex-div.request-row textarea{
	min-height: 128px;
}
.input-group .form-control{
	border-color:#CCCCCC;
	margin: 0 !important;
}
.details-inner-group .NiceSelect{
	width:100%;
}
.details-inner-group .nice-select{
	height: 55px;
	min-width: auto;
	max-width: 395px;
	border-radius: 30px;
	font-size: 18px;
	padding: 10px 45px 10px 20px;
    line-height: 30px;
}
.details-inner-group .nice-select .current{
	color:rgba(87, 87, 87, .5);
}
.qtyCounter {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
    width: auto;
    height: 55px;
    border: 0;
    border-radius: 30px;
}
.qtyCounter .control {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #343538;
    opacity: 1;
    width: 100%;
    height: 55px;
    z-index: 0;
}
.qtyCounter .control .count {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 30px;
    position: relative;
    height: 55px;
    text-align: left;
    font-weight: 500;
    font-size:16px;
    letter-spacing: 0.4px;
	color:#535353;
    opacity: 1;
    width: 168px;
    background-color: transparent;
    border-radius: 30px;
    border: 0;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
.qtyCounter .control .plus, .qtyCounter .control .minus {
    text-align: center;
    font: 700 14px/14px 'Font Awesome 5 Free';
    letter-spacing: 0px;
    color: #333333;
    background: #FFF;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    width: 30%;
    height: 10px;
    position: absolute;
    right: 5px;
}
.qtyCounter .control .plus {
    top: 16px;
    align-items: center;
    z-index: 1;
}
.qtyCounter .control .plus i{
	margin-bottom: -5px
}
.qtyCounter .control .minus {
    bottom: 16px;
    align-items: baseline;
}
.qtyCounter .control .minus i{
	margin-top:-3px;
}
.details-inner-group .col-auto {
	margin-bottom:15px;
	}
.details-inner-group .selectdiv select {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 30px 0 15px;
    min-width: 100%;
    border:1px solid #E3E3E3;
    border-radius: 0px;
    height: 37px;
}
.details-inner-group .selectdiv:after{
	right: 12px;
    line-height: 35px;
    font-size: 11px
}
.details-inner-group .selectdiv select {
    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    padding: 0 30px 0 15px;
    min-width: 170px;
    border:1px solid #CBCBCB;
    border-radius: 5px
}
.details-inner-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: auto;
	min-width: 125px;
	border:1px solid #CBCBCB;
	background: #fff;
	height: 50px;
	border-radius: 30px;
}
.details-inner-group .btn-light{
	background-color: transparent;
	border-color: transparent;
	border:0 !important;
	height: 50px;
	line-height: 50px;
	padding:0 25px;
}
.details-inner-group .dropdown-toggle::after{
	position: absolute;
	border:0;
	content: '\f078';
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    line-height: 50px;
    color:#333333;
    right: 25px;
    top: 0;
	}
.details-inner-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color:#333;
    font-size: 18px;
    font-weight: 400;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus{
	outline: 0 !important;
	box-shadow: none !important
}
.details-inner-group .dropdown-menu{
	padding:0;
	margin:0px !important;
	border-color:#E3E3E3;
	border-radius:0;
	min-width: 100% !important;
}
.details-inner-group .dropdown-menu li{
	margin:0 !important;
}
.details-inner-group .dropdown-menu li a{
	font-size: 16px;
	line-height: 24px;
	padding: 10px 25px;
	color:#6A6A6A;
	border-bottom:1px solid #CBCBCB;
	letter-spacing: 1.8px;
}
.details-inner-group .dropdown-menu li:last-child a{
	border:0;
}
.details-inner-group .dropdown-item:focus, .details-inner-group .dropdown-item:hover,
.details-inner-group .dropdown-item.active, .details-inner-group .dropdown-item:active{	
	background-color:#FFDD00;
	color:#333333 !important;
	text-decoration: none !important;
}
.details-inner-group .dropdown.show .btn{
	background: transparent !important;
	border-radius: 30px
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: none;
}
.input-group.select-date-time .form-control, .input-group .form-control {
    border-radius: 40px;
    box-shadow: none !important;
    padding-right: 50px;
}
.details-inner-group .input-group.select-date-time .form-control{
	border-radius: 40px !important;
}
.input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 40px;
    height: 100%;
    background: none;
    color: #00383E;
    font-size: 18px;
    border-left: none;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.2s linear;
}
.qty-input-group{
	border-radius: 0px;
	background: #DCDCDC;
	padding: 0px;
	width: auto;
}
.quantity-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background:transparent;
	font-size:16px;
	color:#00383E;
	height:50px;
	width: 60px;
	padding:0px 5px;
	line-height: 20px;	
	border: 0;
	border-radius: 0px;
	font-weight: 600;
    z-index: 1;
	}

.minus-btn {
	border-radius: 30px 0 0 30px;
	border-right:2px solid #00383E;
	}

.plus-btn {
	border-radius: 0 30px 30px 0;
	border-left:2px solid #00383E;
	}

.quantity-btn:hover {
	color:#fff;
	background: #00383E;
	opacity: 1
	}
.quantity-btn:focus {
	outline:0 !important;
	}
.input-group{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin:0;
}
.qty-wrapper{
	width: 170px !important;
    border: 2px solid #00383E;
    border-radius: 30px;
    margin: 0px;
    background: #FFF;
    position: relative;
}
.input-number {
	text-align:center;
	max-width:50px;
	font-size: 16px !important;
	font-family: 'DM Sans';
	font-weight: 600 !important;
	color:#575757 !important;
	letter-spacing: 0px;
	height:50px !important;
	padding:0px 0px !important;
	background:transparent !important;
	border: 0 !important;
}
.details-inner-info .link-btn-group{
	margin: 0px !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.details-inner-group .review-btn p{
	margin: 0;
	position: relative;
}
.details-inner-group .review-btn p:after{
	content: '|';
	display: inline-block;
	line-height: 30px;
	color: #7D7D7D;
	margin:0 10px;
}
.details-inner-group .review-btn a{
	color:#1E1E1E;
}
.details-inner-group .review-btn a i{
	margin-right: 5px
}
.details-inner-group .review-btn a:hover{
	color:#FCB134;
}
.product-share{
	margin-top:50px;
}
.product-details-info .link-btn-group .theme-btn{
	min-width: auto;
    width: calc(100% - 75px);
    background: #00383E !important;
    color:#fff !important;
}
.product-details-info .link-btn-group .theme-btn img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.product-details-info .link-btn-group .reg-btn{
	min-width: 100%;
	margin-top:25px;
}
.product-details-info .link-btn-group .wishlist-btn,
.product-details-info .link-btn-group .share-btn,
.product-details-info .yith-wcwl-add-to-wishlist a,
.product-details-info .yith-wcwl-add-button a.add_to_wishlist{
	
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:transparent !important;
    color: #00383E !important;
    font-size: 20px;
    letter-spacing: 0px;
    border: 2px solid #00383E !important;
    padding:0;
    margin-left: 20px !important;
    min-width: auto;
    width: 55px;
    height:55px;
    border-radius:50%;
}
.product-details-info .link-btn-group .wishlist-btn i,
.product-details-info .link-btn-group .share-btn i,
.product-details-info .yith-wcwl-add-to-wishlist a i{
	font-size: 20px;
	margin:0 !important;
}
.product-details-info .link-btn-group .wishlist-btn:before{display: none !important}
.details-inner-info .details-inner-group form.cart{margin:0 !important;}
.yith-wcwl-add-to-wishlist{margin-top:0 !important;}
.pro-wish .yith-wcwl-add-to-wishlist{
	width: auto !important;
	height: auto !important
}
.product-details-info .link-btn-group .theme-btn:hover{
	border-color:#00383E;
	color:#00383E !important;
	background: #fff !important;
}
.product-details-info .link-btn-group .theme-btn:hover img{
	filter: none;
    -webkit-filter: none;
}
.product-details-info .link-btn-group .wishlist-btn:hover,
.product-details-info .yith-wcwl-add-button a.add_to_wishlist:hover{
	background:#00383E !important;
	color:#fff !important;
	border-color:#00383E !important;
}
.product-details-info .link-btn-group .wishlist-btn:hover i{
	font-weight: 700;
}
.product-review-section{
	background: #F8F8F8;
	background-size: 100% 100%;
}
.product-tabs {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:50px;
	padding-bottom: 30px;
	border: 0;
	border-bottom: 1px solid rgba(112, 112, 112, .23);
}

.product-tabs li {
	display: inline-block;
    position: relative;
    margin:5px;
}

.product-tabs li a {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 240px;
	min-height: 55px;
	background:#F0F0F0;
	padding: 5px 30px;
	color:#333333;
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0px;
	border-radius:30px;
	text-transform:uppercase;
	}
.product-tabs li .active,
.product-tabs li a:hover{
	background: #EF8432;
	color: #fff;
}
.product-tabs li .active{font-weight:700}
.tab-content hr{
	margin:30px 0;
	border-color: #333333;
}
.tab-content .page-title h1,.tab-content .page-title h2{
	font-size: 42px;
}
.product-review-section .tab-content{
	padding:0px;
}
.tab-content h6{
	color:#595757;
	padding-bottom: 15px;
}
.product-review-section .description-content{
	padding:0px 50px;
}
.product-review-section .tab-content p strong{
	color: #000000;
}
.product-review-section .tab-content p{
}
.product-review-section .tab-content p:last-child{margin: 0}



.tab-content .form-group{
	display: flex;
	margin-bottom: 20px;
}
.review-form-wrapper{
	display: block;
	padding: 0px;
}
.tab-content .form-group label{
	display: inline-flex;
	color: #232323;
	margin: 17px 0;
	font-weight: 600;
	min-width: 115px;
	font-size: 18px;
}
.tab-content .form-group input{
	background: #fff !important;
	border-color:#E8E8E8;
}
.tab-content .form-group textarea{
	min-height: 190px;
	background: #fff !important;
}
.review-box {
    display: block;
    padding: 0 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    color:#333333;
    border-bottom: 1px solid rgba(112, 112, 112, .23);
}
.review-box:last-child{
	padding-bottom: 0;
	border:0;
}
.review-box .content {
    display: block;
    margin: 0;
}
.review-box .content .star{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.review-box .content .star .lable-title{
	font-size: 18px;
	font-weight: 600;
	color:#232323;
	display: inline-flex;
	margin-right: 15px;
}
.rate-wrapper{
	display: inline-flex;
	align-items: center;
}
.rate-wrapper .fa-star{margin-right: 5px;color:#B7B7B7}
.rate-wrapper .fa-star:hover,
.rate-wrapper .fa-star.checked{
	color:#FFB503;
}
.rating-title{
	display: block;
	font-size: 14px;
	color:#555555;
	font-weight: 600;
	margin-bottom: 20px;
}
.review-box .content .head-title
{
	display: block;
	font-family: 'DM Sans';
	font-size: 18px !important;
	font-weight: 600;
    letter-spacing: 0px;
	color: #232323;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    padding:0;
}
.review-box .box-bottom{
	display: block;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.review-box .content .p-name{
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #232323;
	font-size: 18px;
	margin-bottom: 7px;
}
.review-box .content .date{
	display: block;
	line-height: 20px;
	color: #333333;
}
.size-group{
	list-style-type: none;
	padding: 0;
	margin: 0px;
	color: #464646;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.size-group li{
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}
.size-group li label{
	margin: 0;
    display: inline-flex;
    align-items: center;
}
.size-group input[type="radio"] {
  display: none;
}
.size-group li > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}
.size-group li > input[type="radio"]:checked + *::before {
  background: radial-gradient(#EF8432 0%, #EF8432 40%, transparent 50%, transparent);
  border-color: #EF8432;
}

.product-details-slider .slick-list{padding-bottom: 30px}
.product-details-slider .product-list-box{
	margin-bottom: 0px
}
.auto-width{
	width: auto;
	min-width: unset;
}
.share-wrapper{
	margin: 30px 0 0px !important;
    padding-top: 30px;
    width: 100%;
    border-top: 2px solid #D7D7D7;
}
.share-social  {
	position:relative;
	display:block;
	}

.share-social ul {
	padding: 0px 0px;
    list-style-type: none;
    margin: 0px;
	}

.share-social ul li {
	display:inline-block;
	vertical-align:middle;
	padding:5px;
	}
.share-social ul li:first-child{
}
.share-social ul li:lasst-child{
	padding-right: 0;
}
.share-social ul li a {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	color:#14373D;
	font-size: 18px;
	line-height: 1;
	border:2px solid #14373D;
	border-radius: 50%;
	}

.share-social ul li a:hover,
.share-social ul li a:focus {
	color:#fff;
	background: #14373D;
	text-decoration: none !important;
	}

.product-slider{
    margin: 20px -15px 0;
    padding: 0;
}
.product-slider li{
    padding: 0px 15px;
}
.product-slider .product-list-box{
	margin: 0;
}
.wpcf7 .ajax-loader{
	position: absolute !important;
}
.view-btn{
	display: inline-flex;
	color:#111111;
	font-weight: 700;
	letter-spacing: 0.48px;
	text-decoration: underline;
}
.view-btn:hover,.view-btn:focus{
	text-decoration: none;
	color:#EF8432;
}
/*Radio List*/
.round [type="radio"]:checked,
.round [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}
.round [type="radio"]:checked + label,
.round [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
}
.round [type="radio"]:checked + label:before,
.round [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 0px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.round [type="radio"]:checked + label:after,
.round [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 28px;
    height: 28px;
    background: #FCB134;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.round [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.round [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Round check box*/
.round {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
}
/*Contact Us*/
.selectdiv{
	position: relative;
    display: block;
    min-width: 100%;
    margin: 0px;
}
.selectdiv select {
    width: 100%;
    position: relative;
    padding-right: 35px;
    -webkit-appearance: none;
    appearance: none;
    color:#666;
}
.selectdiv:after {
    content: '\f078';
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    line-height: 55px;
    color: #333;
    right: 20px;
    top: 0px;
    height: 55px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}
/*thank-you-section*/

.thank-banner {
	position:relative;
	display:block;
	overflow:hidden;
	width: 100%;
	}
.thank-banner figure {
	display:block;
	position:relative;
	margin:0px 0px;
	width: 100%;
	overflow: hidden;
	}
.thank-banner figure img {
	width:100%;
	height: 100%;
    object-fit: cover;
	}

.thank-you-caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	display:block;
	margin:0px auto;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}

.thank-you-inner {
	position: relative;
    display: block;
	z-index: 9;
	color:#EAEAEA;
	letter-spacing: 0px;
	margin:0;
	padding:0px;
	max-width: 56%;
	width: 100%;
	}

.thank-you-inner h1 {
	font-size:90px;
	font-weight: 700;
	line-height:1.2;
	padding:0 0 20px;
	margin:0px;
	letter-spacing:0px;
	color:#fff;
	position: relative;
	z-index: 1;
}
.thank-you-inner h1 span{
	display: block;
	font-weight: 400;
}
.thank-you-inner p{
	position: relative;
	z-index: 1;
}
.thank-you-inner .link-btn-group .theme-btn{
	margin:0px;
}
.thank-you-inner .link-btn-group .act-btn{margin-left:10px}
.ty-footer{
	z-index: 2;
	overflow: unset !important;
	background-position: top right !important;
}
.ty-footer:before{top:0 !important}
.ty-footer .newsletter-section{
	position: absolute;
	top:-125px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.ty-footer .footer-top{padding-top:225px}
/* Site map */

.site-map {
	position:relative;
	display:block;
	max-width:400px;
	border:1px solid #cfcfcf;
	padding:25px 55px;
	border-radius:5px;
	margin:100px auto;
	}

.site-map ol {
	padding:0px 0px;
	margin:0px 0px;
	}

.site-map ol li {
	color:#000000;
	padding:8px 0px;
	}

.site-map ol li a {
	color:#000000;
	font-size:15px;
	text-transform:capitalize;
	}

.site-map ol li a:hover {
	color:#109ED9;
	}

/* Main Container */
	
.main-container {
	position:relative;
	display:block;
	max-width: 1920px;
    margin: 0px auto;
	}
	
.grid-tb {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	}

.grid-tc {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	}

.grid-vb {
	position:relative;
	display:table-cell;
	vertical-align:bottom;
	}

.page-heading {
    font-family:'DM Sans';
	font-size:20px;
	color:#303030;
	font-weight:500;
	padding:0px 0px 15px;
	}

/*inner-banner*/

.inner-banner {
	position:relative;
	display:block;
	padding:0px 0px;
	}
.inner-banner figure {
	position:relative;
	display:block;
	width: 100%;
	margin:0px 0px;
	overflow:hidden;
	}
.inner-banner figure:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(90deg, #151515 0%, #00000000 100%);
	opacity: .4;
	}
.inner-banner img{
	width:100%;
	height: 100%;
    object-fit: cover;
	}

.inner_banner_caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	color:#ffffff;
	display:block;
	margin:0px auto;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	overflow: hidden;
	}
.inner_banner_caption .captionWrapper {
	position:relative;
	display:table;
	height:100%;
	width: 100%;
	margin:0px auto;
	}
	
.inner_banner_caption .captionContainer {
	position:relative;
	color:#fff;
	font-weight: 400;
	margin:0px auto;
	display:table-cell;
	vertical-align:middle;
	padding:0px 0px;
	}
	
.inner_banner_caption .captionContainerInner {
	position:relative;
	display:block;
	padding:0px;
	max-width: 100%;
	width: 100%;
	}
.inner_banner_caption .captionContainer .bannerHeading1 {
	font-size:73px;
	line-height:1.2;
	font-weight: 700;
	letter-spacing: 0px;
	padding:0px;
	margin: 0px;
	color:#fff;
	text-transform: capitalize;
}
.inner_banner_caption .captionContainer p{
	margin: 0;
}
.inner_banner_caption .captionContainer .font-50{
	font-size: 50px;
}
/* Pagination Container */
	
.pagination-container {
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px 0px;
	margin:0px 0px;
	}

/* Pagination */

.no-of-pages {
	position:relative;
	display:inline-block;
	color:#464646;
	float:none;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
	font-weight: 'DM Sans';
	text-transform: capitalize;
	}

.no-of-pages strong {
	color:#464646;
	}
	
.pagination-container ul {
    position:relative;
	font-size:0px;
    display:block;
    text-align:center;
	font-weight:normal;
	margin:0px auto 0px;
	}
	
.pagination-container ul li {
    position:relative;
	color:#333;
	line-height: 26px;
	margin:4px 1px;
	padding:0px 0px;
	background:none;
	vertical-align:middle;
    display:inline-block;
	}
	
.pagination-container ul li a {
    position:relative;
    font-family: 'DM Sans';
	font-size:18px;
	font-weight:400;
	letter-spacing: 0px;
	color:#575757;
    display:flex;
    align-items: center;
    justify-content: center;
	padding:3px;
	text-align:center;
	width: 50px;
    height: 50px;
    background:transparent;
    border:0;
    border-radius: 50%;
	}
	
.pagination-container ul li a.dots{
	/*width: auto;*/
	border: 0;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-container ul li a.dots:hover{
	background: transparent !important;
	color:#EF8432;
}
.pagination-container ul li >a img{
		/*height: 10px;*/
		display: inline-block;
		width: 38px;
		-webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
		filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.pagination-container ul li >a:hover img{
	filter:none;
	-webkit-filter:none;
}
.pagination-container ul li.icon-li>a{
	font-size: 20px;
	border:2px solid #14373D !important;
	color:#14373D
}
.pagination-container ul li.first-child{}
.pagination-container ul li.last-child{}
.pagination-container ul li.icon-li>a:hover,
.pagination-container ul li.icon-li>a:focus {
	opacity: 1;
	background: #00383E !important;
	text-decoration: none !important;
	color:#fff;
	}
.pagination-container ul li a:hover,.pagination-container ul li a:focus, .pagination-container ul li.selected a, 
.pagination-container ul li a.active {
	color:#fff;
	background:#00383E !important;
	text-decoration: none !important;
	}
/*--PAGINATION--*/
.pagination { flex-wrap: wrap;}
.page-item { padding: 3px; }
.page-item:last-child { padding-right: 0px; }
.page-link { 
	position:relative;
    font-family: 'DM Sans';
	font-size:18px;
	font-weight:400;
	letter-spacing: 0px;
	color:#575757;
    display:flex;
    align-items: center;
    justify-content: center;
	padding:3px;
	text-align:center;
	width: 50px;
    height: 50px;
    background:transparent;
    border:0;
    border-radius: 50%;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{border-radius:50% !important;}
.page-item .page-link.prev, .page-item .page-link.next { }
.page-item .page-link.prev { }
.page-item .page-link.next { }
.page-item .page-link.prev:hover { }
.page-item .page-link.next:hover { }
.page-item:hover .page-link { color: #FFF; background:#00383E;}
.page-item.active .page-link { color:#FFF; background:#00383E;}
.page-link i { position: relative; }
.page-item span { display: inline-block; vertical-align: baseline; line-height: 5px; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { font-weight: 400; }
/*blog-pagination*/

.blog-pagination {
	position:relative;
	display:block;
	text-align:center;
	}

.blog-pagination ul {
	float:none;
	}

.blog-pagination ul li {
	margin:0px 0px 5px 2px;
	}

.blog-pagination ul li a {
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	padding:0px 0px;
	color:#333;
	border:1px solid transparent;
	border-radius:50%;
	font-size:14px;
	}

.blog-pagination ul li a:hover, .blog-pagination ul li.selected a {
	background:#FCB134;
	color:#ffffff;
	border-color:#FCB134;
	}

/* Sidebar Nav */

.sideNav {
	position:relative;
	display:block;
	padding:0px;
	margin:0px auto;
	border-radius:0px;
	}

.sideNav ul {
	position:relative;
	padding:0px;
	text-align:left;
	margin:0px auto;
	list-style-type:none;
	}
	
.sideNav ul ul {
	font-weight:400;
	text-transform:none;
	}
	
.sideNav ul>li:last-child ul:before {
	display:none;
	}
	
.sideNav ul>li, .sideNav ul>li>a, .sideNav ul>li li, 
.sideNav ul li li>a, .sideNav ul>li li li, .sideNav ul li li li>a {
	position:relative;
	display:block;
	color:#464646;
	background:none;
	}
	
.sideNav ul>li li, .sideNav ul li li li {
	line-height:26px;
	background:none !important;
	margin:0px 0px !important;
	padding:0px 0px !important;
	border:none;
	}
.sideNav ul>li>a{
	padding: 19px 30px 16px;
    background: #FCFCFC;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
} 
.sideNav ul>li>a>span, .sideNav ul li li>a>span, .sideNav ul li li li>a>span {
    position:relative;
    vertical-align:top;
    display:inline-block;
	}
	
.sideNav>ul>li:first-child {
	}
	
.sideNav ul li.has-subnav a:after {
	display:none !important;
	}
	
.sideNav ul li:last-child>a {
	border-bottom:none;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.active>a {
	color:#0F0F0F;
	background: #F2F2F2;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
	}

.sideNav ul>li li:hover>a, .sideNav ul>li li.active>a, .sideNav ul>li li li:hover>a, .sideNav ul>li li li.active>a, .sideNav ul>li:hover>a, .sideNav ul>li.active>a, .sideNav ul>li li.active>a, .sideNav ul>li li li.active>a {
	background: #F2F2F2 !important;
    color: #404040 !important;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
	}

.sideNav ul>li.selected>a, .sideNav ul>li li.selected>a, .sideNav ul>li li li.selected>a {
	}
	
.sideNav ul li.has-subnav>a {
    margin: 0px 0px !important;
    background: transparent;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px;
    color: #333333;
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    border-radius: 0px;
	}
.sideNav ul li.has-subnav ul li>a,
.sideNav ul li.has-subnav ul li.has-subnav>a{
	background: transparent;
	color:#5E5E5E;
	font-size: 16px;
	font-weight: 400;
	font-family: 'DM Sans';
	padding:5px 10px 5px 25px;
	text-transform: capitalize;
	border: 0;
	letter-spacing: -0.36px;
}
.sideNav ul li.has-subnav ul li> .accordion-btn-wrap .accordion-btn{
	font-size: 12px;
}
.sideNav ul li.has-subnav ul li> .accordion-btn-wrap .accordion-btn .fa-plus-circle:before,
.sideNav ul li.has-subnav ul li.has-subnav> .accordion-btn-wrap .accordion-btn .fa-plus-circle:before{
	content:'\f054';
}
.sideNav ul li.has-subnav ul li.has-subnav> .accordion-btn-wrap .accordion-btn .fa-minus-circle:before{
	content:'\f078';
}
.sideNav ul li.has-subnav ul li > .accordion-btn-wrap,
.sideNav ul li.has-subnav ul li.has-subnav> .accordion-btn-wrap{
	left: 0px;
    right: auto !important;
    color: #333;
    line-height: 40px;
    width: auto !important;
    font-size: 12px;
}
.sideNav ul li.has-subnav ul li.has-subnav> .accordion-btn-wrap .accordion-btn{
	color:#333;
}
.sideNav ul li.has-subnav:hover>a, .sideNav ul li.has-subnav.active>a, .sideNav ul li.has-subnav.selected>a{
	background: transparent !important;
	color:#001F7C !important;
	text-decoration:none;
	}
.sideNav ul li.has-subnav:hover .accordion-btn {
	color:#001F7C !important;
	text-decoration:none;
	font-weight: 600;
	}
.sideNav ul li.has-subnav ul li.has-subnav:hover>a,
.sideNav ul li.has-subnav ul li.has-subnav.active>a,
.sideNav ul li.has-subnav ul li.has-subnav:hover>.accordion-btn-wrap .accordion-btn,
.sideNav ul li.has-subnav ul li.has-subnav.active>.accordion-btn-wrap .accordion-btn{
	background: transparent !important;
	color:#EF8432 !important;
	text-decoration:none;
	}
.sideNav ul li.has-subnav.active>a, .sideNav ul li.has-subnav.selected>a{
	border-bottom: 0
}
.sideNav ul>li.selected>a{
	background: #EF8432 !important;
	color:#FFF !important;
	}

.has-subnav {
	position:relative;
	display:block;
	margin:0px 0px;
	border-radius:0px;
	overflow:hidden;
	}
	
.has-subnav:hover .accordion-btn {
	color:#0F0F0F;
	}

.sideNav ul .active .accordion-btn-wrap .accordion-collapsed {
	/*display:none !important;*/
	}

.accordion-nav ul li ul li a:hover,
.accordion-nav ul li ul li:hover > a,
.accordion-nav ul li ul li.has-subnav:hover .accordion-btn {
	background:none !important;
	color:#FFDD00 !important;
	text-decoration: none !important;
	}
.accordion-nav ul li ul li ul li a:hover {
	background:none !important;
	color:#863E41 !important;
	}
.sideNav ul .active .accordion-btn-wrap .accordion-expanded {
	display:inline-block;
	color:#001F7C;
	margin-top:0px;
	}

.sideNav ul .active ul {
	display:block;
	padding:10px 0 5px;
	}

.accordion-btn-wrap {
	font-size: 20px;
    color: #fff;
    right: 10px !important;
    height: auto;
    width: 20px !important;
	}

.accordion-active, .selected .accordion-btn {
	color:#0F0F0F;
	}

.has-subnav ul li a {
	color:#141414 !important;
	background:#ffffff;
	padding:7px 0;
	font-weight:400;
	border-radius:0px;
	/*border-bottom:1px solid #cfcfcf;*/
	}

.has-subnav ul li:last-child a {
	border:none;
	}

.has-subnav ul {
	padding:0px 0px;
	background:#ffffff;
	}

.has-subnav ul li {
	}


/* Accordion */

.accordion-container {
    position:relative;
    width:100%;
    display:block;
	text-align:left;
    margin:30px auto;
	}

/* Card */
	
.card {
	position:relative;
    border: 0;
    border-radius: 0px;
    background:#FFFFFF;
    margin:0px 0px 30px;
    padding: 0px;
    overflow:hidden;
	}
	
.card + .card {
	}
	
.card-header {
	color:#fff;
	font-size:16px;
    padding:0px 0px;
	background:#EF8432;
    line-height:20px;
    border:0;   
    border-radius:0px !important;
    overflow: hidden;
	}
.card-header a {
	position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none !important;
    padding: 14px 70px 14px 30px;
	}
	
.card-header a:after {
	font-family: 'Font Awesome 6 Free';
    position: absolute;
    content: '\f078';
    font-weight: 700;
    right: 20px;
    top: 50%;
    z-index: 5;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: transparent;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	}
	
.card-header a[aria-expanded="true"] {
	background:#111111;
	color:#fff;
	border:0;
	}
.card-header a[aria-expanded="true"]:after {
	content:'\f077';
	color:#fff;
	}
.card-header a:hover{
	background:#111111;
	color:#fff;
}	
.card-header a:hover:after{
	color:#fff;
}
.collapse.show{
}
.card-active{
	background-image: none;
	box-shadow: 10px -10px 46px #0000001A;
}
.card-active .card-header{
	border-radius: 0 !important;
}
.card-body {
	position:relative;
	padding:30px;
	border-top:0;
	}
.card-body p:last-child{
	margin:0;
}
.download-list {
	position:relative;
	display:block;
	}

.download-list ul {
	padding:0px 0px;
	list-style-type:none;
	margin:0px 0px;
	}

.download-list ul li {
	position:relative;
	display:block;
	font-size:13px;
	color:#6C6D83;
	padding:0px 0px 10px 30px;
	}

.download-list ul li p {
	margin:0px 0px;
	line-height:normal;
	}

.download-list ul li:after {
	font-family:'Font Awesome 5 Free';
	position:absolute;
	content:'\f1c1';
    left:0px;
    top:3px;
	z-index:5;
	font-size:14px;
	text-align:center;
	color:#050D26;
	font-weight:900;
	}

.list-01 {
	position:relative;
	padding:0px;
	font-size:14px;
	text-align:left;
	overflow:hidden;
	margin:0px auto;
	font-weight:normal;
	list-style-type:none;
	}
	
.list-01 li {
	position:relative;
	display:block;
	color:#505050;
	overflow:hidden;
	margin:10px auto;
	line-height:24px;
	}
	
.list-01 li a {
	position:relative;
	display:block;
	color:#505050;
	overflow:hidden;
	padding:15px 20px;
	border-radius:5px;
	background:#ffffff;
	}

.list-01 li a:hover {
	color:#a64034;
	}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
	color:#1D1D1D;
	font-size: 12px;
	height: auto !important;
    line-height: 45px !important;
	}
ul li.has-subnav:hover .accordion-btn {
	color:#000;
	}


/* Content Style */

.breadcrumb-container {
	position:relative;
	display:block;
	width:100%;
	padding:15px 0px 10px;
	z-index:8;
	overflow:hidden;
	background: #F4FAFC;
	}
.breadcrumb-container ul {
	position:relative;
	display:block;
	color:#575757;	
	z-index:1;
	line-height: 1;
	letter-spacing: 0px;
	margin:0px auto 5px;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	}
	
.breadcrumb-container ul li {
	position:relative;
	font-size: 18px;
	line-height:20px;
	vertical-align:top;
	display:inline-flex;
	margin:0px 0px;
	padding:0px 0px;
	text-transform:uppercase;
	color:#575757;
	font-weight: 500;
	letter-spacing: 1.44px;
	}
.breadcrumb-container ul li span{
}
.breadcrumb-container ul li a {
	position:relative;
	color:rgba(87, 87, 87, .5);
	display:block;
	overflow:hidden;
	line-height:20px;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-decoration: none;
	}

.breadcrumb-container ul li a:after {
	font-family:'Font Awesome 6 Free';
	color:rgba(87, 87, 87, .5);
	content:'\f105';
	font-weight:600;
	font-size:12px;
	vertical-align:top;
	display:inline-block;
	margin:0px 7px 0px 11px;
	opacity: 1
	}
.breadcrumb-container ul li a:hover{
	color:#00383E;
	opacity: 1;
}
.dp-breadcrumb{
	display: block;
	position: relative;
	padding:15px 0px;
	background: #F4FAFC;
}
.dp-breadcrumb ul li{
	color:#333;
}
.dp-breadcrumb ul li a{
	color:#777777;
}
.dp-breadcrumb ul li a:after{
	color:#777777;
}
.dp-breadcrumb ul li a:hover{
	color:#EF8432;
}
.uppercase {
	text-transform:uppercase !important;
	}
	
.NoUppercase {
	text-transform:none !important;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans';
	position:relative;
	font-size:55px;
	color:#00383E;
	letter-spacing: 0px;
	margin:0px;
	padding:0px 0px 25px;
	font-weight: 700;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight:700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	
	}
	
h2, .h2 {
	font-size:32px;
	}
	
h3, .h3 {
	font-size:28px;
	}
	
h4, .h4 {
	font-size:24px;
	}
	
h5, .h5 {
	font-size:20px;
	}

h6, .h6 {
	font-size:18px;
	}

p {
    margin:0 0 20px;
	line-height:28px;
	}

strong {
	font-weight: 700;	/*color:#000000;*/
	}

ul.ul-listing, ol.ol-listing {
	margin:0px 0px 20px;
	display:block;
	padding:0 0 0 0px;
	width:100%;
	text-align:left;
	list-style-position:inside;
	}
	
ul.ul-listing.text-center, ol.ol-listing.text-center {
	text-align:center;
	}
	
ul.ul-listing li {
	position:relative;
	line-height:24px;
	list-style-type:none;
	padding:0px 0px 0px 20px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	}
ul.ul-listing li:last-child{
	margin-bottom: 0;
}	
ul.ul-listing li:before {
	position:absolute;
	content:'';
	left:auto;
	top:8px;
	width:8px;
	height:8px;
	overflow:hidden;
	border-radius:50%;
	margin-left:-20px;
	background:#68A8B8;
	}
	
ul.ul-listing ul {
	margin:8px 0px;
	}
	
ol.ol-listing {
	padding:0px 0px 0px 15px;
	list-style-position:outside;
	}
	
ol.ol-listing li {
	line-height:26px;
	list-style-type:decimal;
	padding:5px 0px 5px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type:none;
	}
	
.imgLeft {
	position:relative;
	float:left;
	width:auto;
	max-width:100%;
	clear:left !important;
	margin:5px 30px 30px 0px;
	}
	
.imgRight {
	position:relative;
	float:right;
	width:auto;
	max-width:100%;
	clear:right !important;
	margin:5px 0px 30px 30px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom:0px;
	}
	
.slick-slide img {
	display:inline-block;
	}
.slick-prev, .slick-next {
	display: block;
	top:48%;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 1.1;
	z-index: 99;
	color:#14373D;
	background:transparent;
	border-radius: 50%;
	border:2px solid #14373D;
}
.slick-arrow:before{display: none !important;}
.slick-prev:after, .slick-next:after {
	display: none;
	}
.slider-nav {
	margin-left:0px;
	margin-right:0px;
	}	
.slick-prev{
	left:-90px;
	} 
.slick-next {
	right:-90px;
	}

.slick-next:hover,.slick-next:focus,
.slick-prev:hover,.slick-prev:focus{
	opacity: 1; 
	color:#ffffff;
	background: #00383E;
	border-color:#00383E;
}
/* Link Button Group */

.link-btn-group {
	position:relative;
	display:block;
	margin:0px;
	}
	
/* Link Button */

.link-btn {
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0px auto;
	}
.link-btn .theme-btn{
	margin:0 7px;
}
/*whatsapp*/
.whatsapp{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px;
	position: fixed;
	z-index:99;
	right:30px;
	bottom:150px;
	width:50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 12px 16px #0000001F;
	background:#53A537;
	color:#fff !important;
	font-size: 26px;
}
.whatsapp:hover{
	background: #fff;
	color:#53A537 !important;
}

/* Footer Map */
.footer-map-section
{
	display: block;
	width: 100%;
	position: relative;
}
.footer-map-section iframe
{
	width: 100%;
	display: block;
	height: 600px;
	border:0;
}

/* Footer Styles */
	
.footer-wrapper {
    position:relative;
    display:block;
    width:100%;
    max-width: 1920px;
    margin: 0 auto;
   	overflow: hidden;
   	background: #042C31;
}
.footer-wrapper .container{
	max-width: 1430px;
	padding: 0 15px;
}
.footer-top {
    position: relative;
    display: block;
	color: #EAEAEA;
	font-family: 'DM Sans';
	letter-spacing: 0px;
    font-weight: 400;
    line-height: 26px;
    padding: 85px 0px 60px;
	}
	
.footer {
	position: relative;
    max-width: 100%;
	}
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #EAEAEA;
	}

.footer a:hover {
    color: #FDD26E;

	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 25%;
	}
.ftcol1 {
	width: 100%;
	max-width: 24%;
}

.ftcol2{
	max-width: 25%;
}
.ftcol2 ul.foot-nav {
	column-count: 2;
	column-gap: 1.5rem;
}
.ftcol3 {
	min-width: 14%;
}
.ftcol4 {
	max-width: 36%;
	width: 100%;
	margin-right: 0
	}
/* Footer Logo */
.logos-wrapper{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.footer-logo {
	position: relative;
	display: block;
    padding: 0px;
	margin: 0 0 15px;
	}
	
.footer-logo a {
	position: relative;
	margin: 0px;
	display: inline-block;
	}
	
.footer-logo img {
	position: relative;
	vertical-align: middle;
	}
.description-block{
	font-size: 16px;
	color: #E5E5E5;
	letter-spacing: 0;
}
.footer-logo-group{
	list-style-type: none;
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
}
.footer-logo-group li{
	margin: 5px 15px 5px 0;
}
.footer-logo-group li:last-child{
	margin-right: 0;
}

/* Footer Head */

.foot-head {
	position:relative;
	display:block;
	color:#fff;
	font-family: 'DM Sans';
	font-size:20px;
	font-weight:700;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform:capitalize;
	padding: 0px 0px 25px;
}
.foot-sub-head{
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
.w100{width:100%;}

/* Footer Contact Info Box */
.fcontact-details-block {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.fadd, .fcall, .femail, .ffax, .ftime {
	position:relative;
    display:block;
	line-height:26px;
	letter-spacing: 0px;
	font-weight: 400;
	margin:0px auto 16px;
	color:#EAEAEA;
	word-wrap:break-word;
	padding:0px 0px 0px 30px;
}
.fadd img, .fcall img, .femail img, .ffax img{
	display: inline-block;
	position: absolute;
	left:0;
	top:4px;
}
.femail img{top:5px}
.fadd strong, .fcall strong, .femail strong, .ffax strong, .ftime strong{
	display: block;
	font-weight: 600;
	color:#fff;
}
.fadd:before, .fcall:before, .femail:before, .ffax:before, .ftime:before {
	position:absolute;
	content:'\f3c5';
	top:0px;
	left:0px;
	font-family:'Font Awesome 6 Free';	
	color:#FFFFFF;
	font-weight:900;
	font-size:16px;
	line-height: 26px;
	display: block;
}

.fcall:before {
	content:'\f879';
}

.femail:before {
	content:'\f0e0';
}

.ffax:before {
	content:'\f1ac';
}
.ftime:before{
	content: '\f017';
}
.femail a,.fcall a,.ffax a{color:#EAEAEA;white-space: nowrap;}
.femail a{text-decoration: none;}
.femail a:hover,.fcall a:hover,.ffax a:hover{color:#FDD26E;text-decoration: underline !important;}
.femail:hover:before,.fcall:hover:before{color:#FDD26E}
.paymen-opt{
	display: flex;
	align-items: center;
	clear: both;
	position: relative;
	font-size: 15px;
	color:#fff;
	font-weight: 600;
}
.paymen-opt span{margin-right: 15px;display: inline-block;}
/* Footer Social Nav */

.social-icons{
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
}
.social-icons li {
   	display: inline-block;
    margin: 0 10px 0 0;
}
.social-icons li:last-child{
	margin-right: 0 !important;
}
.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:38px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding:0px;
    border-radius: 50%;
    border:1px solid #fff;
}
.social-icons li a i{
}
.social-icons li a:hover{
	color: #fff;
	background: #4C5EA7;
	border-color:#4C5EA7;
}

/* Foot Nav */

ul.foot-nav {
	position:relative;
	display:block;
	padding:0px;
	overflow:hidden;
	margin:0px 0px 10px;
	list-style-type:none;
	}
ul.foot-nav li {
	position:relative;
	display:block;
	font-family: 'DM Sans';
	font-weight: 400;
	letter-spacing: 0px;
	padding:0px 0px;
	line-height:26px;
	margin:0 0 15px 0px;
	}
ul.foot-nav li:last-child{
	margin-bottom:0;
}
ul.foot-nav li a {
	position: relative;
    display: block;
    color: #EAEAEA;
	}
ul.foot-nav li.selected>a,ul.foot-nav li:hover>a {
	color:#FDD26E;
	text-decoration: underline;
	}
/* Footer Bottom */

.footer-bottom {
	position:relative;
	display:block;
	padding:15px 0px;
	background: rgba(255,255,255,.06);
	}
/* Copyright */
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.copyright {
	position:relative;
	display:block;
	color:#EAEAEA;
	font-family: 'DM Sans';
	font-size: 16px;
	line-height:20px;
	padding:0px 0px;
	letter-spacing: 0px;
	}
.copyright a {
    color: #fff;
}
.copyright a img{margin-top:-3px;}
.copyright strong{
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.copyright a:hover,.copyright a:hover strong{
	color:#4C5EA7;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.footer-bottom ul
	{
	display: inline-block;
    margin: 0;
    padding: 0;
	}
.footer-bottom li {
    display: inline-block;
    list-style-type: none;
}
.footer-bottom li a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    color:#808080;
    padding: 0 20px 0 15px;
    position: relative;
}
.footer-bottom li a:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #808080;
	left:-3px;
	top:55%;
	transform: translateY(-50%);
	position: absolute;
}
.footer-bottom li:last-child a{padding-right: 0;}
.footer-bottom li:first-child a:before{display: none;}
.footer-bottom li a:hover
{
	color:#EF8432;

}

/* Contact Form */
	
.contactForm {
	position:relative;
	display:block;
	color:#a4a4a4;
    width:100%;
	}
	
.contactForm em {
	font-style:normal;
	}
	
.contactForm a {
	color:#505050;
	}
	
.contactForm a:hover {
	color:#a64034;
	}

.google-recaptch {
	position:absolute;
	z-index: 1;
	right:-10px;
	bottom:150px;
	}
	
.control-label, .form-horizontal .control-label {
	display:block;
	color:#505050;
	font-size:14px;
	}
	
.form-group {
	margin-bottom:20px;
	text-align: left;
	position: relative;
	}

.col-form-label {
	font-size:13px;
	color:#343434;
	}
	
.form-check-label {
	font-size:12px;
	color:#c2c2c2;
	}
	
.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	position:relative;
	display:block;
	width:100%;
	height:55px;
	color:#575757;
	font-size:18px;
	font-weight: 400;
	letter-spacing: 0px;
	padding:15px 25px;
	line-height:20px;
	border-radius:30px;
	background-image:none;
	border:2px solid #AFAFAF;
	background-color:#FFF;
	}
	
.form-horizontal .checkbox, .form-horizontal .radio {
    position:relative;
    min-height:1px;
	font-weight:normal;
    display:inline-block;
    margin:3px 5px 0px 0px;
	}

textarea.form-control {
	min-height:110px;
	line-height:26px;
	padding:15px 25px;
	border-radius: 25px;
	height:auto !important;
	}
	
textarea {
	resize:none;
	}
	
.form-control:focus, .form-control:hover {
	outline:0;
	border-color:#00383E !important;
	background-color:#FFF;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity:1;
	color:rgba(87, 87, 87, .5);
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity:1;
	color:rgba(87, 87, 87, .5);
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity:1;
	color:rgba(87, 87, 87, .5);
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity:1;
	color:rgba(87, 87, 87, .5);
	}
	
.form-control:focus::-webkit-input-placeholder { color:transparent !important; }
.form-control:focus:-moz-placeholder { color:transparent !important; }
.form-control:focus::-moz-placeholder { color:transparent !important; }
.form-control:focus:-ms-input-placeholder { color:transparent !important; }
	
.fleft {
	position:relative;
	float:left !important;
	}
	
.fright {
	position:relative;
	float:right !important;
	}

.submit, .submit:focus {
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding:13px 20px;
	border-radius:30px;
	min-width:220px;
	text-align:center;
	margin:30px auto 0px;
	border:none;
	font-weight:500;
	background:#303030;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

.submit:hover {
	background:#F5B4A0;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration:none;
	position:fixed;
	display:none;
	bottom:90px;
	right:30px;
	width:50px;
	height:50px;
	border:0;
	border-radius:50%;
	z-index:5001;
	background:#68A8B8;
	font-size: 0;
	box-shadow: 0px 3px 6px #00000029;
	overflow: hidden;
}
#toTop:before{
	content: '\f106';
	display: inline-flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
	position: absolute;
	left:0;
	top:0;
	font-size: 15px;
	color:#fff;
	font-weight: 600;
	font-family: 'Font Awesome 6 Free';
}
#toTop:hover{
	background: #00383E;
	border-color:#00383E;
}
#toTop:hover:before{
	color:#fff;
}
#toTopHover {
	display:none;
	}

#toTop:active, #toTop:focus {
	outline:none;
	}
/*---------*/
.details-inner-info .flex-div .stock,
.woocommerce div.product p.stock{display: none}
.flex-div .cart .input-group{align-items: center;}
.woof_container_inner_productcategories h4,
.woof_submit_search_form_container,.woof_products_top_panel,
.woof_container_inner_productcategories .woof_list li .woof_checkbox_term,
.woof_container_inner_productcategories li .woof_childs_list_opener,
.woof_container_inner_productcategories .woof_list li.woof_childs_list_li > label .woof_checkbox_count{
	display: none !important
}
.woof_container_inner_productcategories .woof_list li,
.woof_childs_list_li .woof_childs_list{
	margin: 0 !important;
	padding:0 !important;
}
.woof_childs_list_li .woof_childs_list li ul{
	margin:10px 0 !important;
	padding:0 !important;
}
.woof_container_inner_productcategories .woof_list li label{
	padding: 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px
}
.woof_container_inner_productcategories .woof_list li:hover > label{
	background: none !important;
    color: #FCB134 !important;
}
.woof_childs_list_li .woof_childs_list{
	margin:0;
	padding:0;
}
.woof_container_inner_productcategories .woof_list li ul > li{
	border-bottom: 1px solid #f3f3f3;
}
.woof_container_inner_productcategories .woof_list li ul li ul li{
	border-bottom: 0
}
.woof_container_inner_productcategories .woof_list li ul li ul li label{
	padding: 3px 10px;
    background: none;
    color: #565656 !important;
    font-weight: 400;
    font-size: 14px;
}
.woof_container_inner_productcategories .woof_list li ul li ul li:hover label{
    background: none !important;
    color: #FCB134 !important;
    text-decoration: underline;
}
.woof_checkbox_count
{
	position: absolute;
    display: inline-block;
    right: 3px;
    top: 0;
    font-size: 12px;
    line-height: 40px;
    color: rgba(86, 86, 86, .5);
}
.webmaster-section 
{
	padding:70px 0 0;
}
.webmaster-section a{
	color:#B10021;
	font-weight: 600
}
.webmaster-section a:hover,.webmaster-section a:focus{
	color:#333;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*- General -*/

.text-white{color:#fff !important;}

.page-title{
	position:relative;
	display:block;
	}
.page-title h1,.page-title h2{
	font-size: 70px;
	line-height: 1.2;
	letter-spacing: 0px;
	color:#00383E;
}
.page-title h1 span,.page-title h2 span{font-weight: 400}
.page-title .small-title{
	font-family: 'DM Sans';
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1.8px;
	font-weight: 500;
	color:#888888;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.general-section{
	display: block;
	position: relative;
	padding:100px 0;
}
.content-wrapper,.img-wrapper{
	display: block;
	position: relative;
}
.fx-img{position: absolute;display: inline-block;}
.custom-container{
	max-width: 1424px;
	margin: 0 auto;
	padding: 0px 12px;
}
.custom-full-container{
	max-width: calc(100% - 96px);
	margin: 0 auto;
	padding: 0px 12px;
}
.slider-arrows{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top:0px;
}
.slider-arrows .slick-arrow{
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	width: 55px;
	height: 55px;
	border-radius: 50px;
	border:2px solid #14373D;
	font-size: 18px;
	color: #14373D;
	background: transparent;
}
.slider-arrows .slick-next {
	right:auto;
	margin-left:10px;
}
.slider-arrows .slick-arrow:hover{
	background: #151515 !important;
	color:#FFF !important;
	opacity: 1;
	border-color:#151515 !important;
}
.shoping-cart .cart-info{
	position: relative;
}
.shoping-cart .cart-info img{
	margin-top: -2px;
}
.shoping-cart .cart-info .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0;
    background: #EF8432;
    position: absolute;
    top: -15px;
    right: -18px;
}
.relative-header{
	position: relative !important;
}
.is-sticky .relative-header{
	position: fixed !important;
	/*top:0 !important;*/
}
.relative-header .main-header{
	box-shadow: 4px 4px 20px #00000029;
}

.is-sticky .relative-header .main-header{
	box-shadow:none !important;
}
.bottom-section{
	display: block;
	position: relative;
	overflow: hidden;
}
.bottom-section:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(104, 168, 184, .9);

}
.bottom-section .page-title h2{
	font-size: 40px;
	padding-bottom: 40px;
}
/*Newsletter Section*/

.newsletter-section{
    padding: 80px;
    margin:0 auto;
    color: #fff;
    display: block;
    width: 100%;
    max-width:1400px;
    background-color: #EF8432;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.newsletter-section:before{
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top:20px;
	left:20px;
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='4' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.newsletter-section .page-title h2 {
	padding: 0 0 10px;
	color: #fff;
	font-size: 40px;
}
.newsletter-section p{
	letter-spacing: 0px;
	margin:0;
}
.subscribe-homeBox {
	position: relative;
	display: flex;
	margin: 0px auto;
	align-items: center;
	width: 100%;
	max-width: 500px;
}
.subscribe-homeBox input {
	width: 100%;
	border: none;
	height: 40px;
	padding:5px 40px 5px 0px;
	border-radius: 0px;
	background: transparent !important;
	color:#fff !important;
	letter-spacing:0px;
	font-weight: 400;
	border:0;
	border-bottom: 1px solid rgba(234, 234, 234, .6);
}
.subscribe-homeBox:hover input,
.subscribe-homeBox input:hover,.subscribe-homeBox input:focus{
	border-color:#FDD26E !important;
	background: transparent !important;
}
.subscribe-homeBox input::-webkit-input-placeholder{
	opacity:1;
	color:rgba(234, 234, 234, .6)
	}

.subscribe-homeBox input:-moz-placeholder { 
	opacity:1;
	color:rgba(234, 234, 234, .6)
	}

.subscribe-homeBox input::-moz-placeholder { 
	opacity:1;
	color:rgba(234, 234, 234, .6)
	}

.subscribe-homeBox input:-ms-input-placeholder {
	opacity:1;
	color:rgba(234, 234, 234, .6)
	}
.subscribe-homeBox .theme-btn {
	min-width: auto;
	min-height: auto;
	position: absolute;
	top:10px;
	right: 0px;
	width: 20px;
	height: 20px;
	padding:0;
	background: transparent !important;
	border-radius: 0;
	border:0;
	color:#fff !important;
}
.subscribe-homeBox .theme-btn:before{display:none}
.subscribe-homeBox .theme-btn:hover,
.subscribe-homeBox .theme-btn:focus{
	color:#FDD26E !important;
}
.wpcf7-not-valid-tip {
	margin: 10px 0px 0px;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
}

/*-General Tab-*/
.general-tabs {
	display:inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:0px;
	padding:0px;
	border: 0;
	border:0;
	width: auto;
	max-width: 100%;
	}

.general-tabs li {
	display: inline-flex;
    justify-content: center;
    position: relative;
    margin:0px 25px;
}
.general-tabs li:last-child{margin-right: 0}
.general-tabs li:first-child{margin-left: 0}
.general-tabs li a {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	width: 100%;
	background:transparent;
	padding:30px 0px;
	color:#042C31;
	font-family: 'DM Sans';
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1.44px;
	border-radius:0;
	text-transform:uppercase;
	text-align: center;
}
.general-tabs li a:before, .general-tabs li .active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 0%;
    height: 4px;
    background: #998DA2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.general-tabs li .active:before,.general-tabs li .active:hover:before {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.general-tabs li a:hover,
.general-tabs li a.active{
	background: transparent;
	color:#9B8DA4
}
.float-btn {
    display: inline-flex;
    align-items: center;
    padding: 25px 90px 25px 30px;
    line-height: 1;
    color: #090909;
    text-transform: uppercase;
    background: #fff;
    box-shadow: 0px 3px 20px #00000029;
    position: fixed;
    z-index: 99;
    top: 45%;
    right: -83px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.float-btn img{
	position: absolute;
	right: 30px;
    top: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.float-btn:hover{
	color:#EF8432;
}
.search-holder {
    margin: 0px;
    width: 420px;
    max-width: 420px;
    display:block;
}
.search-box {
	display:block;
    position: relative;
    width: 100%;
}
.search-holder .form-control{
    width: 100%;
    background: #FFF;
    padding: 0px 60px 0px 25px;
    border-radius: 30px;
}
.top-input::-webkit-input-placeholder {
	color: #575757
	}

.top-input::-moz-placeholder { /* Firefox 18- */
	color: #575757
	}

.top-input::-moz-placeholder {  /* Firefox 19+ */
	color: #575757
	}

.top-input::-ms-input-placeholder {
	color: #575757
	}
	
.top-input:focus::-webkit-input-placeholder { color:transparent !important; }
.top-input:focus:-moz-placeholder { color:transparent !important; }
.top-input:focus::-moz-placeholder { color:transparent !important; }
.top-input:focus:-ms-input-placeholder { color:transparent !important; }
.search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
    position: absolute;
    top: 50%;
    right: 5px;
    background: none;
    border: 0 !important;
    padding: 0px;
    text-align: left;
    background: none;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    transform: translateY(-50%);
	opacity: .6;
}
.search-button img{
	width: 20px;
	}
.search-button:focus,.search-button:hover{
	outline: 0 !important;
	opacity: 1;
}
/*- Home page -*/
.section-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.align-items-end{align-items: flex-end !important}
#video-container {
	display: flex;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	z-index: -1;
}
.intro-section{}
.intro-section .content-wrapper{
	padding:0 20px 0 50px;
}
.intro-section .img-wrapper{
	display: block;
	position: relative;
	overflow: hidden;
}
.intro-section .img-wrapper img{
	width: 100%;
}
.fx-img{
	display: inline-flex;
	position: absolute;
}
.intro-section .fx-img{
	max-width: 400px;
	bottom:-120px;
	right:0;
	z-index: 1;
	mix-blend-mode: multiply;
}
.section-color{
	background: #F4FAFC;
}
.head-border{
	position: relative;
}
.head-border:after{
	content: '';
	display: block;
	width: calc(100% - 24px);
	height: 1px;
	position: absolute;
	left:12px;
	background:rgba(0, 0, 0, .1);
}
.blend-slider{
	margin:0 -15px;
	padding:0;
}
.blend-slider li{
	padding:0 15px;
}
.blend-slider .slick-list{
	overflow: visible;
}
.blend-slider .slick-slide{opacity: 0.1;pointer-events: none;}
.blend-slider .slick-slide.slick-active{opacity: 1;pointer-events: unset;}
.blend-slider .slick-prev{left:-120px}
.blend-slider .slick-next{right:-120px}
.blend-box {
	display: block;
	margin: 0;
	position: relative;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}
.blend-box a{
	display: block;
	overflow: hidden;
}
.blend-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 97%;
}
.blend-box .img-wrapper:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
	opacity: .5;
}
.blend-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.blend-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.general-title {
	display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 25px;
    padding: 40px 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.general-mask-container {
    position: absolute;
    display: table;
    z-index: 6;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: -100%;
    overflow: hidden;
    opacity: 0;
    background: rgba(155, 141, 164, .95);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.general-mask-content {
    position: relative;
    padding: 20px;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.general-mask-content h4{
	font-size: 25px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    padding-bottom: 20px;
}
.general-mask-content p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.general-mask-content p:last-child{margin:0}
.general-mask-content .theme-btn{border-color:#fff;color:#fff !important}
.general-mask-content .theme-btn img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.general-mask-content .theme-btn:hover,.general-mask-content .theme-btn:focus{border-color:#fff;background:#fff !important;color:#14373D !important}
.general-mask-content .theme-btn:hover img,.general-mask-content .theme-btn:focus img{
	filter: none;
    -webkit-filter: none;
}
.blend-box:hover .general-mask-container {
    bottom: 0px;
    opacity: 1;
}
.blend-box:hover .img-wrapper:before{
	display: none;
}
.blend-box:hover .general-title{opacity: 0;}
.work-section .container{max-width: calc(100% - 120px);}
.work-box{
	display: block;
	position: relative;
	margin:30px 0 0;
	padding:0;
	overflow: hidden;
	border-radius: 40px;
}
.work-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 100%;
}
.work-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.work-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.work-box .content{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px 70px;
    color: #EAEAEA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(155, 141, 164, .95);
    overflow:hidden;
    overflow-y: auto;
}
.work-box .content h3{
	font-size: 30px;
	color:#fff;
	padding-bottom: 15px;
}
.work-box .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: auto;
	margin-bottom: 30px;
}
.work-box .icon img{
	max-height: 85px;
}
.work-box .white-btn:hover,.work-box .white-btn:focus{
	border-color:#fff;
	background: #fff !important;
}
.work-box .white-btn:hover img,.work-box .white-btn:focus img{filter: none;-webkit-filter: none;}
.box-1 .content{background: rgba(104, 168, 184, .9);}
.box-2 .content{background: rgba(155, 141, 164, .95);}
.box-3 .content{background: rgba(220, 182, 105, .9);}
.box-1 .white-btn:hover,.box-1 .white-btn:focus{color:#68A8B8 !important;}
.box-2 .white-btn:hover,.box-2 .white-btn:focus{color:#9B8DA4 !important;}
.box-3 .white-btn:hover,.box-3 .white-btn:focus{color:#DCB669 !important;}

.testimonial-section .fx-img{left:0;bottom:-100px;width: 370px;mix-blend-mode: multiply;}
.testimonial-section {background: #F4FAFC}
.testimonial-section .content-wrapper .page-title h2{padding-bottom: 15px}
.testimonial-section .content-wrapper p{font-size: 20px}
.testimonial-section .content-wrapper p:last-child{margin:0}
.testimonial-slider{
	margin:0 -15px;
	padding:0;
}
.testimonial-slider li{padding:0 15px}
.testimonial-box{
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 25px;
	padding:60px 75px 60px 75px;
}
.testimonial-box:before,
.testimonial-box:after{
	content: '\f10d';
	display: inline-flex;
	font-size: 72px;
	line-height: 55px;
	font-weight: 600;
	color:rgba(0, 0, 0, .06);
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top:35px;
	left:45px;
}
.testimonial-box:after{
	top:auto !important;
	left:auto !important;
	right:45px;
	bottom:60px;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.testimonial-box .content{
	display: block;
	position: relative;
	overflow: hidden;
}
.testimonial-box .box-title {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 0 0 90px;
    margin-top: 15px;
    min-height: 60px;
}
.testimonial-box .box-title .photo-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:0;
}
.testimonial-box .box-title .photo-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-title .person-name{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color:#151515;
	letter-spacing: 0px;
	display: block;
	margin-bottom: 7px;
}
.box-title .star{	
	display: inline-flex;
	align-items: center;
}
.box-title .star .fa-star{color:rgba(0, 0, 0, .1);margin:0 2px}
.box-title .star .fa-star.checked{color:#FDD26E}


/*-About Us-*/

.is-sticky {
	height: auto !important;
}
.bg-size100{
	background-size: 100% 100%;
}
.about-section .content-wrapper h4{color:#575757;}
.gen-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 50px;
    background: #9B8DA4;
    color:#EAEAEA;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    min-height: 430px;
}
.vision-box{background: #68A8B8}
.gen-box h4{
	padding:0 0 15px;
	font-size: 30px;
	font-weight: 700;
	color:#fff;
	letter-spacing: 0px;
}
.gen-box p:last-child{margin:0}
.gen-box .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-bottom: 25px;
}
.gen-box .icon img{
	max-height: 64px;
}
.value-section .fx-img{
	bottom:-130px;
	left:0;
	z-index: 1;
	mix-blend-mode: multiply;
}
.value-section .img-wrapper{
	display: block;
	overflow: hidden;
	border-radius: 40px;
}
.value-section .img-wrapper img{width: 100%}
.value-ul{
	list-style-type: none;
	margin:20px 0 0;
	padding:0;
}
.value-ul li{display: block;margin:0 0 30px}
.value-ul li:last-child{margin:0px}
.value-box{
	display: block;
	position: relative;
	padding-left:90px;
	padding-right: 35px;
}
.value-box .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top:2px;
	left:0;
}
.value-box .icon img{max-width: 60px}
.value-box p:last-child{margin:0}
.value-box h4{
	font-size: 30px;
	color:#151515;
	padding-bottom: 10px;
}
.approach-section .fx-img{
	bottom:-100px;
	right: 0;
	mix-blend-mode: multiply;
	width: 300px;
}
.approach-section .container{max-width: calc(100% - 120px);}
.appr-row{
	margin-top:60px;
}
.appr-row .col-auto{width: 20%;}
.appr-box{
	display: block;
	position: relative;
	width: 100%;
	margin:30px 0 0;
	padding:0;
	text-align: center;
}
.appr-box .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 120px;
	margin-bottom: 20px;
}
.appr-box .icon img{
	max-height: 93px;
}
.appr-box p:last-child{margin:0}
.appr-box h5{
	font-size: 22px;
	color:#575757;
	padding-bottom: 15px;
}



/*- Contact -*/
.enquiry-section{
	background: #F4FAFC;
}
.map-wrapper{
	display: block;
	position: relative;
	height: 807px;
	width: 100%;
	overflow: hidden;
}
.map-wrapper iframe{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border:0 !important;
}
.text-right {
    text-align: right !important;
}
.contact-form-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0 0 20px;
    height: 100%;
}
.contact-form-wrapper .form-wrapper{
	display: block;
	position: relative;
	padding: 0px;
	width: 100%;
}
.contact-form-wrapper .page-title h2{
	padding-bottom: 15px;
}
.contact-form-wrapper .form-check{
	display: inline-block;
	margin-top:20px;
}
.contact-form-wrapper .form-check .form-check-label{
	font-size: 16px;
	color:#111111;
}
.form-group>label{
	color: #575757;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 10px;
}
label sup{
	color: #FF3939;
	top: -3px;
    font-size: 13px;
    line-height: 1;
    display: inline;
    margin-left: 2px;
}

.enquiry-section .contact-form-wrapper .theme-btn-2{
	margin-top: 15px;
	min-width: 130px;
}


.address-section .fx-img{
	bottom: -150px;
    right: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    width: 450px;
}
.ca-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 20px;
    margin: 0;
    text-align: center;
}
.ca-block .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
}
.ca-block .icon img {
    max-height: 58px;
}

.ca-block h5{
	color:#00383E;
	font-size: 20px;
	padding-bottom: 15px;
}
.ca-block p{margin:0}
.ca-block a:hover,.ca-block a:focus{
	color:#00383E;
	text-decoration: underline;
}
.wb-row .col-lg-auto{
	max-width: 50%;
}
.wb-row .ca-block{
	max-width: 190px;
}
.whatsapp-btn{
	background: #fff;
	color:#EF8432;
	margin-top:20px;
	min-width: 190px;
}
.whatsapp-btn:hover,.whatsapp-btn:focus{
	background: #25D065 !important;
	color:#fff !important;
}
/*--nice-select---*/
.NiceSelect {
    position: relative;
    display: block;
    }

.NiceSelect select {
    display: none;
    }

.nice-select {
    height: 60px;
    width: 100%;
    float: none;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    border-radius: 30px;
    border: 2px solid #AFAFAF;
    padding: 10px 45px 10px 25px;
    }

.nice-select,
.nice-select .list {
    font-weight: 400;
    background-color:#FFF;
    }

.nice-select .current {
    opacity: 1;
    color: rgba(87, 87, 87, .5);
    }

.nice-selected .nice-select .current {
    opacity: 1;
    color: #575757;
    font-style: normal;
    }

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #00383E !important;
	outline: 0 !important;
    }

.nice-select:after {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    border: none;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    color: #414141;
    display: block;
    line-height: 1;
    font-size: 12px;
    content: "\f078";
    font-weight: 900;
    pointer-events: none;
    margin: 0px !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: translateY(-50%) !important;
    }

.nice-select.open:after,
.nice-select:hover:after {
    color: #00383E !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }

.nice-select.open:after {
    content: "\f077";
    }

.nice-select.open .list {
    opacity: 1;
    pointer-events: initial;
    transform: scale(1) translateY(0);
    }

.nice-select.disabled {
    opacity: 0.5;
    color: #000;
    pointer-events: none;
    border-color: #d9d9d9;
    }

.nice-select.disabled:after {
    border-color: #d9d9d9;
    }

.nice-select .list {
    position: absolute;
    margin-top: 0px;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 99;
    min-width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    overflow-y: auto;
    max-height: 400px;
    border-radius: 0px;
    pointer-events: none;
    box-sizing: border-box;
    transform-origin: 50% 0;
    background-color: #fff;
    transform: scale(0.75) translateY(-25px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    }

.nice-select .list:hover .option:not(:hover) {
    color: #222 !important;
    background-color: transparent !important;
    }

.nice-select .option {
    font-weight: 400;
    cursor: pointer;
    outline: none;
    color: #575757;
    font-size: 16px;
    min-height: 40px;
    background: none;
    line-height: 20px;
    padding: 10px 20px;
    letter-spacing: 0px;
    }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #fff;
    background:#00383E;
    }

.nice-select .option.selected {
    font-weight: 400;
}

.nice-select .option.disabled {
    opacity: 0.5;
    color: #484848;
    cursor: default;
    background-color: transparent;
}


/*-Product-*/
.product-section{
	background-size: 100% 100%;
}
.product-aside{padding-right: 35px}
.tool-bar .nice-select{
	border-color:#AFAFAF;
	height: 45px;
	min-width: 135px;
	line-height: 1;
	padding: 11px 40px 14px 20px;
}
.tool-bar .showing-holder .nice-select{min-width: 80px}
.tool-bar .nice-select:after{font-size: 10px;color:#414141}
.tool-bar .nice-select .current{color:#575757;font-weight: 400;}
.tool-bar .nice-select .option{
	min-height: 35px;
	padding:5px 20px;
	line-height: 25px;
}
.btn-drop {
    background: #042C31;
    border: none;
    display: block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 50px 15px 25px;
    position: relative;
    text-decoration: none !important;
    text-transform: none;
    text-transform: uppercase;
    border-radius: 30px;
}
.btn-drop:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btn-drop.open:after {
    content: "\f077";
}
.product-aside .btn-drop{display: none}


/*-Workshop-*/
.page-small-title{
	font-size: 30px;
}
.workshop-box{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
	padding:0;
	overflow: hidden;
	border-radius: 10px;
	border:2px solid #E6E6E6;
	background: #fff;
}
.workshop-box:last-child{margin-bottom: 0}
.workshop-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 45%;
    max-width: 35.82%;
    width: 100%;
}
.workshop-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.workshop-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.workshop-box .content{
	position: relative;
    display: block;
    overflow: hidden;
    padding: 20px 20px 20px 65px;
    max-width: 64.18%;
    width: 100%;
    max-height: 620px;
    overflow-y: auto;
}
.workshop-box .content h3{
	font-size: 30px;
	color:#151515;
	padding:0;
	margin-bottom: 15px;
}
.table-holder{
	overflow-x: auto;
}

.custom-table{
	margin: 0;
	padding: 0;
	color: #333333;
	border: 0;
}

.custom-table th,.custom-table td{
	padding: 8px 15px;
	color: #575757;
	border: 0;
}
.custom-table td:first-child{
	font-weight: 700;
	width: 200px;
	padding-left:0;
}
.custom-table td:last-child{
	padding-right:0;
}
.booking-wrapper{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #D7D7D7;
}
.select-date-time{max-width: 200px;}
.select-date-time .form-control{font-size: 18px;padding-left:20px}
.time-row{margin-left:30px}
/*-Our Blends-*/
.blends-section .fx-img{
	bottom:-100px;
	right:0;
	mix-blend-mode: multiply;
	z-index: 1;
}
.blends-section .content-wrapper{
	max-width: 1305px;
}
.blends-section .content-wrapper h4{
	color:#575757;
}
.left-tabs{
	border:0;
	padding:0 30px 0 0;
}
.left-tabs li{display: block;margin-bottom: 20px}
.left-tabs li a{
	display: block;
	position: relative;
	line-height: 24px;
	padding:15px 40px 15px 25px;
	border:2px solid #00383E;
	border-radius: 30px;
	color:#00383E;
	text-transform: uppercase;
	background: transparent;
	text-align: left;
	font-weight: 700;
	letter-spacing: 1.28px;
}
.left-tabs li a:before {
    content: '\f105';
    display: none;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
}
.left-tabs li a:hover:before,
.left-tabs li .active:before {
    display: inline-flex;
}
.left-tabs li a:hover,
.left-tabs li .active{
	background: #00383E;
	color:#fff;
}
.right-wrapper .img-wrapper{
	display: block;
	overflow: hidden;
	border-radius: 25px;
}
.right-wrapper .img-wrapper img{width: 100%}
.inner-title{
	font-size: 50px;
	padding-bottom: 30px;
}
.blend-info-ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
.blend-info-ul li{
	display: flex;
	width: 100%;
}
.blend-info-ul li .desc,.blend-info-ul li span:last-child{
	display: block;
	width: calc(100% - 175px);	
}
.blend-info-ul li .label{
	display: inline-flex;
	font-weight: 700;
	width: 150px;
	margin-right: 25px;
}
/*-Learn to apply-*/
.body-section{
	padding-top:60px;
}
.body-wrapper{
	display: block;
	margin:0 auto;
	max-width: 894px;
	background: #F4FAFC;
	border-radius: 25px;
	padding: 25px;
}
.body-wrapper img{width: 100%;border-radius: 25px;}
.body-gallery-section .blend-box{
	margin-bottom: 30px;
}
.body-gallery-section .general-mask-content{
	padding:20px 40px;
}
.body-gallery-section .general-mask-content h4{
	padding-bottom: 15px;
}
.body-gallery-section .general-mask-content p{
	margin-bottom: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fancybox-is-open .fancybox-bg{
	opacity: 0.8;
	background: #00383E;
}
.fancybox__thumbs{display: none}
.fancybox-image{
	/*border-radius: 20px;*/
}
.fancybox-content{
	display: flex;
	width: 1147px !important;
	height: 570px !important;
	align-items: center;
	margin:0 auto !important;
	background: #fff !important;
	padding:10px !important;
	border-radius: 20px;
	top:50% !important;
	left:50% !important;
	transform: translate(-50%,-50%) !important;
	overflow: visible !important;
}
.fancybox-image, .fancybox-spaceball{
	display: block;
	width: 100%;
	height: 100%;
	max-width:48%;
	position: relative;
	left:auto;
	top:auto;
	object-fit:scale-down;
    border-radius: 0px;
}
.fancybox-caption.caption--image {
	background: #fff !important;
	padding: 20px 40px !important;
   	width: 52%;
   	max-height: 100%;
   	bottom: auto;
	text-align: left;
	font-weight: 400;
	color: #151515;
	display: flex;
    align-items: flex-start;
    position: relative !important;
    left:auto;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
}
.fancybox-inner > .fancybox-infobar,
.fancybox-inner > .fancybox-caption {
    display: none;
}
.fancybox-infobar.caption--info{
	display: none;
}
.fancybox-caption__body{
	max-width: 100%;
	max-height: 90vh;
}
.fancybox-caption__body p{
	margin-bottom: 15px;
	/*font-size: 14px;
	line-height: 18px;*/
}
.fancybox-caption__body h4{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 15px;
}
.fancybox-close-small{
    display:inline-flex!important;
    
}
.fancybox-navigation .fancybox-button div{display: none;}

.fancybox-navigation .fancybox-button{
	width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 50px;
    background: transparent;
    padding:0;
}
.fancybox-navigation .fancybox-button:before{
	content: '\f054';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
}
.fancybox-navigation .fancybox-button--arrow_left:before{
	opacity: 1;
}

.fancybox-navigation .fancybox-button--arrow_left{
	left: 5%;
}
.fancybox-navigation .fancybox-button--arrow_right{
	right: 5%;
}
.fancybox-navigation .fancybox-button--arrow_left:before{
	content: '\f053';
}
.fancybox-navigation .fancybox-button:hover{
	background: #fff !important;
}
.fancybox-navigation .fancybox-button:hover:before{
	opacity: 1;
	color:#151515;
}
/*-Learn -*/
.learn-box{
	display: block;
	margin: 0 0 30px;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}
.learn-box .box-label{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:5px 20px;
	border-radius: 20px;
	background: #FDD26E;
	color:#151515;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	min-height: 30px;
	position: absolute;
	top:20px;
	left:20px;
	z-index: 1;
}
.learn-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 64%;
    border-radius: 10px;
}
.learn-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.learn-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.learn-box .img-wrapper .overlay{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top:50%;
	left:50%;
	width: 0%;
	height: 0%;
	opacity: 0;
	background: rgba(104, 168, 184, .95);
	transition: all 0.5s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transform: translate(-50%,-50%) scale(0);
}
.learn-box .content{
	display: block;
	padding: 20px 0 0;
	color:rgba(87, 87, 87, .8);
}
.learn-box .content h5 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #151515;
    padding: 0px;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.learn-box .content p{
	color:rgba(87, 87, 87, .8);
	margin:0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.publish-info{
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	letter-spacing: 0px;
	color: #575757;
}
.publish-info li{
	display: inline-block;
	align-items: center;
	position: relative;
	margin: 0px 20px 0px 0;
	padding:0 20px 0 25px;
	line-height: 24px;
}
.publish-info li:before{
	content: '';
	display: block;
	position: absolute;
	top:50%;
	right:0;
	width: 1px;
	height: 16px;
	background: #707070;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.publish-info li:last-child:before{display: none}
.publish-info li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.publish-info li i{
	color: #151515;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	top:0px;
	left:0;
}
.learn-box .white-btn:hover img{
	filter: none;
	-webkit-filter:none;
}
.learn-box .white-btn:hover{
	color:#68A8B8 !important;
	background: #fff !important;
	border-color:#68A8B8;
}
.learn-box:hover a h5,.learn-box a:hover h5{
	color:#68A8B8;
	text-decoration: underline;
}
.learn-box:hover .img-wrapper .overlay{
	opacity: 1;
	width: 100%;
	height: 100%;
    transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transform: translate(-50%,-50%) scale(1);
}
.filter-wrapper{
	display: block;
	position: relative;
	margin: 10px 0 30px;
}
.filter-wrapper .search-holder{margin-bottom: 20px}
.filter-wrapper .nice-select{
	min-width: 190px;
	margin-bottom: 20px;
	height: 55px;
    line-height: 36px;
}
.category-select .nice-select{min-width: 290px}
.search-btn{
	background:#00383E;
	color:#fff !important;
}
.search-btn:hover,.search-btn:focus{
	background:#fff !important;
	color:#00383E !important;
	border-color:#00383E;
}
.search-btn img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.search-btn:hover img,.search-btn:focus img{
	filter: none;
    -webkit-filter: none;
}
/*-learn details-*/
.details-section{
	padding-top:70px;
}
.details-info-wrapper{
	display: block;
	position: relative;
	color:rgba(87, 87, 87, .8);
}
.details-info-wrapper .img-wrapper{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
	border-radius: 25px;
}
.details-info-wrapper figure{margin:0}
.details-info-wrapper .img-wrapper img,.details-info-wrapper figure img{width: 100%}
.details-info-wrapper .page-title h2{
	font-size: 45px;
	padding-bottom: 30px;
	color:#151515;
}
.details-info-wrapper .sub-title{
	color:#151515;
	font-size: 30px;
}
.details-info-wrapper .category-label{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #FDD26E;
    color: #151515;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    min-height: 30px;
    position: relative;
}
.details-info-wrapper .publish-info{
	display: inline-flex;
	align-items: center;
	color:#575757;
	margin-bottom: 30px;
	font-size: 16px;
}
.details-info-wrapper .publish-info li{padding:0 20px 0 25px;margin-right: 20px;position: relative;}
.details-info-wrapper .publish-info li:last-child{padding-right:0px;margin-right: 0px;}
.details-info-wrapper .publish-info li:before{
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #707070;
	position: absolute;
	right:-1px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.details-info-wrapper .publish-info li:last-child:before{display: none}
.details-info-wrapper .publish-info li i{color:#333}
ul.social-list {
    padding: 30px 0 25px;
    margin: 20px 0 30px;
    list-style-type: none;    
    border-top:2px solid #D9D9D9;
    border-bottom:2px solid #D9D9D9;
}
ul.social-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    line-height: 20px;
    color: #575757;
    font-weight: 700;
    position: relative;
}
ul.social-list li span{
	display: inline-flex;
	margin: 0 20px 0 0;
	color:#575757;
    font-weight: 700;
	font-size: 18px;
}
ul.social-list li a {
    margin: 5px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 20px;
    color:#14373D;
    text-decoration: none !important;
    width:50px;
    height: 50px;
    border: 2px solid #14373D;
    border-radius: 50%;
    background: #fff;
}
ul.social-list li a:nth-child(2) {
    margin-left: 0px;
}
ul.social-list li a:last-child{margin-right: 0}
ul.social-list li a:hover{
	color:#fff;
	background: #14373D;
	border-color: #14373D;
}
.blog-btn-group{
	display: block;
    padding-top: 0px;
}
.blog-btn-group .theme-btn{min-width: 190px;}
.blog-btn-group .theme-btn-2{
	background: #F0F0F0;
	color:#111111 !important;
    min-width: 190px;
}
.blog-btn-group .theme-btn-2:hover,.blog-btn-group .theme-btn-2:focus{
	background: #EF8432 !important;
	color:#fff !important;
}
.blog-page {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog-page .pre-page ,.blog-page .next-page {
	display: inline-flex;
    align-items: center;
   }
.blog-page .pre-page i,.blog-page .next-page i{
	margin-top: 2px;
}
.blog-page .pre-page a{
	margin-right: 15px;
}
.yml-slider{
	margin:40px -15px 0;
	padding:0;
}
.yml-slider .slide{
	padding:0px 15px;
}
/*-Navel therapy-*/
.homecare-section .content-wrapper{
	max-width: 870px;
	color:#EAEAEA;
}
.homecare-section .content-wrapper h2{
	font-size: 50px;
	color:#fff;
	padding-bottom: 20px;
}
.therapy-step-section .appr-row{margin:0}
.therapy-step-section .appr-box{
	margin:0 0 30px;
}
.steps-wrapper{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin:20px 0 40px;
}
.steps-wrapper:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: url(../images/step-bg.png)no-repeat center;
	background-size: 100% 100%;
}
.step-box{
	display: block;
	position: relative;
	padding:48px;
}
.step-box .content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 363px;
	height: 363px;
	overflow: hidden;
	overflow-y: auto;
	color:#EAEAEA;
	border-radius: 50%;
	padding:15px 25px;
	font-size: 16px;
}
.step-box .content h3{
	font-size: 40px;
	color:#fff;
	padding-bottom: 20px;
}
.step-box .content p{line-height: 24px}
/*----------------*/
.woocommerce div.product .details-inner-info  form.cart .reset_variations,.awf-preset-title,
.woocommerce div.product .details-inner-info form.cart .variations td.label{display: none !important;}
.woocommerce div.product .details-inner-info form.cart .variations select{min-width: 261px;width: auto;margin-right: 0}
.woocommerce div.product .details-inner-info form.cart .variations{width: auto !important;}
.woocommerce div.product .details-inner-info form.cart .variations tr:first-child{background: transparent !important;}
.woocommerce div.product .details-inner-info form.cart .variations td{padding:0;}
.woocommerce table.cart td.actions .coupon{display:flex;align-items:center;}
.woocommerce table.cart td.actions .coupon>label{margin-right:10px;}
/* =Media Queries
-------------------------------------------------------------- */

@-ms-viewport{ width:auto !important; }
.yith-wcmcs-shortcode,.wpml-ls-legacy-dropdown{margin-right:30px;}
.wpml-ls-legacy-dropdown{width:auto;}
.wpml-ls-legacy-dropdown .wpml-ls-item{display:flex;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    display: flex;
    align-items: center;
    padding: 5px 0;
    padding-right: calc(10px + 1em);
    border: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    content:'\f107';
    border:0;
    top:50%;
    right:5px;
    font-family:'Font Awesome 6 Free';
    font-weight:600;
    color:#414141;
    font-size:10px;
    transform:translateY(-50%);
    transition: .2s ease-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    color:#575757;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
    background:#fff;
}
.yith-wcmcs-shortcode{
    max-width:unset;
    width:auto;
}
.yith-wcmcs-currency-list .yith-wcmcs-selected-currency > * + *{margin-left:5px;}
.yith-wcmcs-currency-select{padding:0;}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover a:after{
    transform: translateY(-60%) rotate(180deg);
}

.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown{
    top:calc(100% + 5px) !important;
}
.yith-wcmcs-currency-list .yith-wcmcs-selected-currency{
    border:0;
    padding:0;
    padding-right: calc(10px + 1em);
    border-radius:0;
    color:#575757;
    background: #fff;
    box-shadow: none;
}
.yith-wcmcs-currency-flag{
    max-width:26px;
    max-height:26px;
    border-radius:50%;
}
.yith-wcmcs-currency-flag img{height:100%;max-height:100% !important;}
.yith-wcmcs-currency-list .yith-wcmcs-selected-currency:before{
    content:'\f107';
    border:0;
    width:auto;
    height:auto;
    top:50%;
    right:5px;
    font-family:'Font Awesome 6 Free';
    font-weight:600;
    color:#414141;
    font-size:10px;
    background:none !important;
    transform:translateY(-50%);
}
.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown{
    border-radius:0;
    border:1px solid #cdcdcd;
    background: #fff;
    box-shadow: none;
}
.yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currencies{
    margin:0;
}
.yith-wcmcs-currency--selected .yith-wcmcs-currency-flag:not(.yith-wcmcs-currency-without-flag) img{border:0;}
.awf-filter-title{
    font-size:35px;
    padding-bottom:20px;
    color:#151515;
    line-height: 1.2;
    font-weight: 700;
}
.awf-filter-title-container{
    border-bottom:2px solid rgba(175, 175, 175, .48);
}
.awf-filters-container ul li a{
    color:#575757;
    font-size:18px;
    padding:10px 0;
    line-height:22px;
}
.awf-filter-container label:hover,
.awf-filters-container ul li a:hover,
.awf-style-labels .awf-filter-container.awf-active label,
.awf-filters-container ul li.awf-parent-container a{
    color:#9B8DA4;
    font-weight:normal;
}
.awf-filters-container ul li.awf-parent-container.awf-collapsed-on a{
    color:#575757;
}
.awf-collapsible-children .awf-parent-container:hover{background:transparent;}
.awf-collapsible-children .awf-parent-container.awf-collapsed-on::after,
.awf-collapsible-children .awf-parent-container::after{
    top:50%;
    transform:translateY(-50%);
    content:'\f106';
    font-size:14px;
    color:#9B8DA4;
    opacity:1;
}
.awf-collapsible-children .awf-parent-container.awf-collapsed-on::after{
    content:'\f107';
    color:#575757;
    opacity:1;
}
.awf-collapsible-children .awf-parent-container.awf-collapsed-on:hover::after{
    color:#9B8DA4;
}
.noUi-pips-horizontal {
    display: none;
}
.bookly-btn{
    border-radius:30px !important;
}
.bookly-btn, .bookly-btn > span{
    font-size:16px !important;
    letter-spacing: 1.28px;
}
.wishlist_table tr td .white-btn{
    color: #14373D !important;
    border-color: #14373D !important;
}
.wishlist_table tr td .white-btn:hover,.wishlist_table tr td .white-btn:focus{
    color: #fff !important;
    background:#14373D !important;
    border-color: #14373D !important;
}
table.wishlist_table{font-size:100%;}
.woocommerce div.product .product-details-info form.cart .variations{margin-bottom:2em;}
.woocommerce div.product .product-details-info form.cart .variations th{vertical-align:middle;}
.woocommerce div.product form.cart .reset_variations{display:none !important;}
.wpml-ls-legacy-dropdown a span{margin-left:7px;}
.PTXRdCbp{display:block;margin:0 !important;font-size: 12px;}

.wapo-addon-title{padding-bottom:15px;}
.option-container label, .wapo-addon-title{font-size: 20px;color: #151515;font-weight: 700;}

.options-container select {
  -webkit-appearance: none;
  padding-right: 45px;
  background-position: 96% 54%;
  background-color: transparent !important;
  background-image: url(../images/down.png) !important;
  background-repeat: no-repeat;
  line-height: normal;
  padding: 10px 25px; 
  }

.date-container input{
  -webkit-appearance: none;
  padding-right: 45px;
  background-position: 95% 50%;
  background-color: transparent !important;
  background-image: url(../images/calendar.png) !important;
  background-repeat: no-repeat;
}

