@charset "utf-8";
/**=========================================================
 * Theme Name   :  Mishal Diamonds
 * Author       :  Amit Suthar
 * Description  :  May 2023
 * File Name	:  style.css
=========================================================**/
@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Light.woff2") format("woff2"),
         url("fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Regular.woff2") format("woff2"),
         url("fonts/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
	font-family: 'Poppins';
	src: url("fonts/Poppins-Medium.woff2") format("woff2"),
			url("fonts/Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
			url("fonts/PlayfairDisplay-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}	
	
@font-face {
    font-family: 'CormorantGaramond';
    src: url("fonts/CormorantGaramond-Bold.woff2") format("woff2"),
         url("fonts/CormorantGaramond-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

/* Global Styles */

*, *: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: 'Poppins', sans-serif;
	font-size: 16px;
	color: #676767;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
	img {
	image-rendering: -webkit-optimize-contrast !important;
	}
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm) 
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	img {
	image-rendering: unset !important;
	}
}}
	
a, a:focus, a:hover {
	color: #84ad6d;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

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

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

b, strong {
	font-weight: 800;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	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;
	height: auto !important;
	min-height: 100%;
	/*height: 100%;*/
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1920px;
	background: #f1f1f1;
}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}
	
.container,
.header-container,
.wide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 25px;
	}

.header-container {
	max-width: 100%;
	padding: 0px 60px;
	}

.wide-container {
	max-width: 1450px;
	}

.top-notificationBaar {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	padding: 14px 60px;
	text-align: center;
	background: #056337;
}

.notification-slider .slick-prev,
.notification-slider .slick-next {
	width: 20px;
	height: 10px;
	opacity: 0.8;
	font-size: 0px;
	padding: 0px 0px;
	color: #cccccc;
	background-image: url(../images/left-arrow.png) !important;
	background-size: 100%;
	}

.notification-slider .slick-next {
	background-image: url(../images/right-arrow.png) !important;
	}

.notification-slider .slick-prev:hover,
.notification-slider .slick-next:hover {
	opacity: 1;
	}

.top-notificationBaar p {
	line-height: 1.4;
	margin: 0px 0px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 1000;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	width: 100%;
	z-index: 1001;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFFFF;
	}

.headerTop {
	position: relative;
	width: 100%;
	z-index: 1002;
	display: flex;
	margin: 0px 0px;
	padding: 0px 0px;
	align-items: center;
	background: #FFFFFF;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.is-sticky .headerTop,
.nobanner .headerTop {
	left: auto;
	max-width: 1920px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	width: 229px;
	height: 94px;
	z-index: 1001;
	margin: 8px 0px;
	overflow: hidden;
	padding: 0px 0px;
	}

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

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Header Top Right */
	
.headerTopRight {   
    position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -20px;
	}
	
.headerTopLinks li {
	position: relative;
	color: #737373;
	font-size: 14px;
	margin: 0px 20px;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks li a {
	position: relative;
    display: block;
	color: #737373;
	line-height: 26px;
	}

.headerTopLinks li.header-search-menu {
	margin-right: 20px;
	padding-right: 30px;
	border-right: 1px solid rgb(196, 196, 196);
	}

.headerTopLinks li img {
	z-index: 1;
	max-width: 100%;
	max-height: 26px;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.headerTopLinks>li img.showicon,
.header-cart-menu .widget_shopping_cart_content img.showicon {
	display: block;
	}

.headerTopLinks>li img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon,
.header-cart-menu .widget_shopping_cart_content:hover img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon,
.header-cart-menu .widget_shopping_cart_content:hover img.hiddenicon {
	display: block;
	}

.headerTopLinks li a:hover,
.headerTopLinks li.selected a {
	color: #CB9A00;
	}

.header-search-menu img {
	margin-right: 10px !important;
	}

li.header-search-menu img.showicon,
li.header-search-menu:hover  a img.hiddenicon {
	display: inline-block !important;
	vertical-align: text-bottom;
	}

li.header-search-menu:hover a img.showicon {
	display: none !important;
	}
	
/* Header Cart Menu */

.headerTopLinks>li.header-cart-menu {
	padding-left: 0px;
	}

.headerTopLinks>li.header-cart-menu a {
	display: flex;
	font-size: 16px;
	color: #000000;
	}

.headerTopLinks>li.header-cart-menu a img {
	margin-right: 7px;
	}

.headerTopLinks>li.header-cart-menu a span {
	color: #84ad6d;
}
	

.headerTopLinks>li.header-cart-menu a:hover span {
	color: #056337;
}

.headerTopLinks>li.header-cart-menu a:hover span{
	color: #000;
}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
    outline: none !important;
	border: 1px solid #056337;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #056337;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px;
	align-items: center;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	float: none;
	margin: 0px 75px 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
	}
	
.nav>ul>li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 22px;
	font-weight: 400;
	}

.nav>ul>li:last-child {
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #84ad6d;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	padding: 43px 0px;
	text-align: center;
	letter-spacing: 0.07px;
    text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* .nav>ul>li>a:before {
	position: absolute;
	display: block;
	top: 0px;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 1px;
	content: '';
	height: 0px;
	overflow: hidden;
	background: #056337;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	} */

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	height: 30px;
	}

/*.nav>ul>li.menu-item-has-children>a {
	padding-right: 18px;
	}

.nav li.menu-item-has-children>a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f078";
	font-size: 10px;
	right: 1px;
	top: 50%;
	z-index: 2;
	height: 30px;
	font-weight: 900;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}*/

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #84ad6d;
	text-decoration: underline !important;
    text-underline-offset: 7px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	font-size: 14px;
	left: 20%;
	top: 100%;
	opacity: 0;
	width: 100%;
	padding: 0px;
	font-weight: 400;
	min-width: 200px;
	text-align: left;
	visibility: hidden;
	background: #ffffff;
	text-transform: none;
	margin: 30px 0px 0px 0px;
    transform: translateX(-20%);
    box-shadow: 0px 12px 16px #0000001F;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

.nav>ul ul ul {
	top: auto;
	left: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	}

.nav>ul ul {
	padding: 0px 0px !important;
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	top: auto;
	opacity: 1;
	padding: 0px;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	padding: 0px;
	margin-top: -50px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li,
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #000000;
	padding: 0px 0px;
	line-height: 24px;
    text-align: left;
	background: transparent;
	letter-spacing: 0.07px;
	}

.nav>ul ul a,
.nav>ul ul ul a {
	padding: 10px 25px;
	background: #ffffff;
    text-decoration: none !important;
	}
	
/*.nav>ul>li li.menu-item-has-children>a {
	padding-right: 45px;
	}

.nav>ul>li li.menu-item-has-children>a:after {
	content: "\f0da";
	right: 20px;
	}*/
	
/*.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 {
	color: #FFFFFF;
	background: #056337;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Mobile Menu Icon */
	
.menubar-icon {
	position: absolute;
	cursor: pointer;
    display: none;
	right: 0px;
	top: 50%;
	width: 25px;
	height: 30px;
	z-index: 9999;
	text-align: left;
	margin: -15px auto 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}

.menubar-icon span {
	position: absolute;
	display: block;
	left: 0;
	opacity: 1;
	height: 3px;
	width: 25px;
	margin: 0 auto;
	border-radius: 3px;
	background: #84ad6d;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 375ms;
	-moz-transition: 375ms;
	-ms-transition: 375ms;
	-o-transition: 375ms;
	transition: 375ms;
	-webkit-transition-property: top, opacity;
	-moz-transition-property: top, opacity;
    -ms-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity;
	}

.menubar-icon span:nth-child(1) {
	top: 4px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon span:nth-child(2) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}

.menubar-icon span:nth-child(3) {
	top: 21px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}
	
.menubar-icon span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}
	
.menubar-icon:hover span:nth-child(1) {
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon:hover span:nth-child(2) {
	top: 4px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}

.menubar-icon:hover span:nth-child(3) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}
	
.menubar-icon:hover span:nth-child(4) {
	top: 21px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon.open span:nth-child(1),
.menubar-icon.close span:nth-child(1) {
	top: 12px;
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg) scaleX(1.1);
	-moz-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
	-o-transform: rotate(45deg) scaleX(1.1);
	transform: rotate(45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}
	
.menubar-icon.open span:nth-child(2),
.menubar-icon.close span:nth-child(2) {
	top: 12px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon.open span:nth-child(3),
.menubar-icon.close span:nth-child(3) {
	top: 12px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg) scaleX(1.1);
	-moz-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
	-o-transform: rotate(-45deg) scaleX(1.1);
	transform: rotate(-45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}

.menubar-icon.open span:nth-child(4),
.menubar-icon.close span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition: 0ms;
	-moz-transition: 0ms;
    -ms-transition: 0ms;
	-o-transition: 0ms;
	transition: 0ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

body.scrollLock { overflow:  hidden !important; }
	
/* Header Mobile Menu */

.mobileMenu {
	position: fixed;
	top: -110%;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow-x: hidden;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.mobileMenu.show {
	top: 0px;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	
.mobile-menu-wrapper {
	position: relative;
	/*display: block;*/
    display: none;
	width: 100%;
	padding: 135px 20px 30px;
	}
	
.mobile-menu-container {
	position: relative;
	overflow: hidden;
	display: block;
    padding: 0px;
    margin: 0px auto;
    border-top: 1px solid #e1e1e1;
	}
	
.mobileMainMenu ul.main-menu {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
    font-weight: 400;
	list-style-type: none;
    text-transform: uppercase;
	}
	
.mobileMainMenu ul.main-menu>li {
	position: relative;
	margin: 5px auto;
	display: block;
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;
	}

.mobileMainMenu ul.main-menu>li a {
	position: relative;
	display: block;
	color: #000000;
	overflow: hidden;
	line-height: 24px;
	padding: 10px 0px 10px;
    text-decoration: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li a span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.mobileMainMenu ul.main-menu>li:hover>a,
.mobileMainMenu ul.main-menu>li.selected>a {
	color: #84ad6d;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li.selected>a {
    font-weight: 700;
	}

.mobileMainMenu ul.main-menu ul,
.mobileMainMenu ul.main-menu ul ul {
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
    font-weight: 400;
	text-transform: none;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	}
	
.mobileMainMenu ul ul ul {
    padding-left: 40px;
	}

.mobileMainMenu ul.main-menu ul a,
.mobileMainMenu ul.main-menu ul ul a {
	position: relative;
	display: block;
	color: #000000;
	line-height: 24px;
	padding: 5px 0px 5px;
    text-decoration: none !important;
	}

.mobileMainMenu ul.main-menu ul li:last-child>a:before {
	display: none;
	}

.mobileMainMenu ul.main-menu ul li:hover>a,
.mobileMainMenu ul.main-menu ul li.selected>a,
.mobileMainMenu ul.main-menu ul ul li:hover>a,
.mobileMainMenu ul.main-menu ul ul li.selected>a {
	color: #84ad6d;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto -8px;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.fullHeightContainer,
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.fullHeightContainer {
    height: 100vh;
    }
	
.fullHeightContainer img,
.banner-slide 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;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #162229;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	max-width: 500px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 80px;
	color: #000000;
	line-height: 1.1;
	padding-bottom: 25px;
	text-transform: none;
	}

.homeBannerSlider .slick-dots {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px 0px;
	text-align: center;
	}

.homeBannerSlider .slick-dots li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: auto 10px;
	background: transparent;
	border-color: transparent;
	}
	
.homeBannerSlider .slick-dots li:hover button,
.homeBannerSlider .slick-dots li.slick-active button {
	border-color: #ffffff;
	background: transparent;
	}

.homeBannerSlider .slick-dots li button {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: 1px solid transparent;
	background: transparent;
	}

.homeBannerSlider .slick-dots li:hover button,
.homeBannerSlider .slick-dots li.slick-active button {
	opacity: 1;
	background: transparent;
	}

.homeBannerSlider .slick-dots li button:before {
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	content: '';
	opacity: 0.6;
	border-radius: 10px;
	background: #ffffff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.homeBannerSlider .slick-dots li:hover button:before,
.homeBannerSlider .slick-dots li.slick-active button:before {
	opacity: 1;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 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; }
.mt100 { margin-top: 100px !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; }
.mb100 { margin-bottom: 100px !important; }

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

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 60px 0px 100px;
	}

.main-container .container,
.main-container .fluid-container {
	position: relative;
    z-index: 2;
	}

.main-container.last {
	padding-bottom: 290px !important;
	}

.bg-left-bottom {
	background-position: left bottom !important;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

.bg-norepeat {
    background-repeat: no-repeat !important;
    }

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #e1e1e1;
	}

.home-intro-section {
	position: relative;
	display: block;
	padding: 120px 0px;
	background-size: cover;
	background-position: bottom left;
	}

.home-intro-content {
	position: relative;
	display: block;
	padding: 75px 0px;
	}

.home-intro-content p {
	margin-bottom: 40px;
	}

.intro-pic-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	}

.intro-main-pic {
	position: relative;
	display: block;
	z-index: 1;
	max-width: 355px;
	border: 12px solid #ffffff;
	}

.intro-right-pic {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

.intro-right-pic h5{
	background: #056337;
    color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -50%);
}

.home-categorie-section {
	position: relative;
	display: block;
	padding: 120px 0px 50px;
	}

.hpc-section {
	position: relative;
	display: block;
	}

.hpc-title-section {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.hpc-title-section .pageTitle {
	padding-bottom: 0px;
	}

.hpct-right-info {
	position: relative;
	display: block;
	}

.hpct-right-info ul {
	display: flex;
	padding: 0px 0px;
	margin: 0px -20px;
	list-style-type: none;
	}

.hpct-right-info ul li {
	position: relative;
	display: block;
	padding: 0px 20px;
	}

.link-url {
	position: relative;
	display: block;
	text-align: center;
	}

.link-url a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	}

.link-url a:hover {
	color: #056337;
	}

.slide-button {
	position: relative;
	display: block;
	margin: 0px -7px;
	}

.slide-button .slick-arrow {
	position: relative;
	padding: 0px 7px;
	border: none;
	background-color: transparent;
	}

.slide-button .slick-arrow .hiddenicon,
.slide-button .slick-arrow:hover .showicon {
	display: none;
	}

.slide-button .slick-arrow:hover .hiddenicon {
	display: inline-block;
	}

.product-categorie-slider {
	margin: 0px -12px;
	}

.product-categorie-slide {
	padding: 0px 12px;
	}

.product-categorie-box,
.product-categorie-box a {
	position: relative;
	display: block;
	width: 100%;
	color: #FFFFFF;
	}

.product-categorie-box a {
	overflow: hidden;
	}

.categorie-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 76.76%;
	}
	
.categorie-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.categorie-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.product-categorie-title {
	font-family: 'CormorantGaramond';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 0.13px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-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;
	}

.product-categorie-box a:hover .product-categorie-title {
	opacity: 0;
	}

.hpct-mask-container {
	position: absolute;
	display: flex;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 5;
	opacity: 0;
	overflow: hidden;
	margin: 0px auto;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgb(0,0,0,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.product-categorie-box a:hover .hpct-mask-container {
	opacity: 1;
	}

.hpct-mask-content {
	position: relative;
	width: 100%;
	display: block;
	overflow: auto;
	color: #FFFFFF;
	text-align: center;
	padding: 35px 50px;
	}
	
.hpct-mask-content h6 {
	font-size: 26px;
	color: #FFFFFF;
	padding-bottom: 30px;
	}

.hsb-read-more {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.28px;
	}

.home-offer-section {
	position: relative;
	display: block;
	padding: 110px 0px 0px;
	}

.offer-listing-section {
	position: relative;
	display: block;
	padding-top: 30px;
	}

.offer-listing-section>.row {
	margin: 0px -30px;
	}

.offer-listing-section>.row>.col-lg-6 {
	padding: 0px 30px;
	}

.offer-item-box {
	position: relative;
	display: block;
	margin-bottom: 70px;
	}

.offer-item-box .row .col-auto {
	max-width: 156px;
	}

.offer-icon-box {
	position: relative;
	display: flex;
	width: 126px;
	height: 126px;
	align-items: center;
	border-radius: 126px;
	justify-content: center;
	box-shadow: 0px 0px 12px #ececec;
	}

.offer-item-info {
	position: relative;
	display: block;
	font-size: 14px;
	color: #676767;
	text-align: left;
	}

.offer-item-info h4 {
	font-family: 'PlayfairDisplay';
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 15px;
	letter-spacing: 0.11px;
	}

.offer-item-info p {
	margin-bottom: 20px;
	}

.offer-item-info .link-url {
	text-align: left;
	}

.customer-review-section {
	position: relative;
	display: block;
	padding: 90px 0px 80px;
	background-size: cover;
	background-position: center center;
	}

.customer-review-section .pageTitle h2  {
	color: #000;
}

.customer-review-slider {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.customer-review-slider .slick-slide {
	position: relative;
	display: flex;
	float: left;
	width: 100%;
	overflow: hidden;
	align-self: stretch; 
	margin: 0px; 
	padding: 0px 0px; 
	z-index: 0; 
	opacity: 1; 
	transform: scale(1); 
	vertical-align: middle; 
	transition: all 0.5s linear; 
	}

.customer-review-slider .slick-slide.slick-current { 
	z-index: 9; 
	opacity: 1; 
	vertical-align: middle; 
	transform: scale(1); 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s; 
	-o-transition: all 1s; 
	-ms-transition: all 1s; 
	transition: all 1s; 
	}

.customer-review-slider .slick-slide i{
    font-size: 16px;
    color: #056337;
}
	
.customer-review-slider .slick-prev {
	left: -90px;
	}
	
.customer-review-slider .slick-next {
	right: -90px;
	}

.customer-review-box {
	position: relative;
	display: block;
	color: #676767;
	font-size: 14px;
	padding: 40px 50px;
	text-align: center;
	background: transparent;	
}

.review-quote {
	position: relative;
	display: block;
	line-height: 1;
	font-size: 40px;
	color: #DCBE65;
	margin-bottom: 20px;
	}

.review-msg {
	position: relative;
	display: block;
	margin-bottom: 25px;
	text-align: left;
    color: #3c4043;
}

.customer-review-section .more-reviews a{
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 20px;
    background: #056337;
    text-transform: uppercase !important;
    border: 1px solid #056337;
    margin-top: 10px;
    transition: all .2s ease;
}

.customer-review-section .more-reviews a:hover{
	background: #1d1e20;
    border: 1px solid #1d1e20;
}

.customer-review-box h6 {
	color: #0d141a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Playfair Display', sans-serif;
	padding: 0px;
}

.tpfy-main-section {
	position: relative;
	display: block;
	padding: 120px 60px;
	}

.tpfy-section {
	position: relative;
	display: block;
	padding: 80px 0px;
	background-size: cover;
	background-position: center center;
	}

.tpfy-slider {
	margin: 0px -15px 60px;
	}

.tpfy-slide {
	padding: 0px 15px;
	}

.tpfy-slider .slick-prev {
	left: -90px;
	}
	
.tpfy-slider .slick-next {
	right: -90px;
	}

.tpfy-main-box,
.tpfy-main-box a {
	position: relative;
	display: block;
	background: #ffffff;
	}

.tpfy-main-box a {
	font-size: 14px;
	overflow: hidden;
	}

.tpfy-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 101%;
	}
	
.tpfy-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.tpfy-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.tpfy-title {
	font-family: 'PlayfairDisplay';
	position: relative;
	display: block;
	font-size: 16px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.08px;
	padding: 15px 15px 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.tpfy-main-box a:hover .tpfy-title {
	opacity: 0;
	}

.tpfy-mask-container {
	position: absolute;
	display: flex;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 5;
	opacity: 0;
	overflow: hidden;
	margin: 0px auto;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgb(0,0,0,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.tpfy-main-box a:hover .tpfy-mask-container {
	opacity: 1;
	}

.tpfy-mask-content {
	position: relative;
	width: 100%;
	display: block;
	overflow: auto;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 25px 25px;
	}
	
.tpfy-mask-content h6 {
	font-family: 'PlayfairDisplay';
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 30px;
	}	

.tpfy-mask-content p {
	margin-bottom: 30px;
	}

.tpfy-read-more {
	position: relative;
	display: block;
	color: #FFFFFF;
	}

/*About Us*/

.who-we-section {
	position: relative;
	display: block;
	background-size: cover;
	padding: 0px 0px 120px;
	background-position: bottom right;
	}

.wwa-section {
	padding: 60px 0px 0px;
	}

.wwa-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	background: #ffffff;
	padding-bottom: 107.14%;
	}
	
.wwa-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	border: 20px solid #ffffff;
	margin: 0px auto !important;
	}

.wwa-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.wwa-content-box {
	position: relative;
	display: block;
	padding-left: 30px;
	}

.wwa-content-box .pageTitle h3 {
	font-family: 'Poppins';
	font-weight: 400;
	padding-bottom: 0px;
	}

.wwa-inner-text {
	position: relative;
	display: block;
	font-size: 14px;
	}

.wwa-inner-text h4 {
	font-family: 'Poppins';
	font-size: 18px;
	color: #1A1A1A;
	font-weight: 500;
	padding-bottom: 6px;
	}

.about-histroy-section {
	position: relative;
	display: block;
	padding: 120px 0px;
	}

.about-histroy-section .pageTitle {
	padding-bottom: 40px;
	}

.about-history-pic {
	position: relative;
	display: block;
	}

.about-history-pic {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.about-history-pic img {
	width: 100%;
	}

.about-team-section {
	position: relative;
	display: block;
	padding: 90px 0px;
	background: #F2EDE6;
	}

.team-heading-content {
	position: relative;
	display: block;
	max-width: 1000px;
	text-align: center;
	margin: 0px auto 40px;
	}

.team-listing-section {
	position: relative;
	display: block;
	}

.team-item-box {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.team-listing-section .team-item-box:last-child {
	margin-bottom: 0px;
	}

.team-content-box {
	position: relative;
	display: block;
	background: #ffffff;
	}

.nopadding {
	margin: 0px 0px;
	}

.nopadding>[class*="col-"] {
	padding: 0px 0px;
	}

.team-content-box .row .col-lg-4 {
	width: 28%;
	}

.team-content-box .row .col-lg-8 {
	width: 72%;
	}

.team-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 123.29%;
	}
	
.team-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.team-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.team-people-info {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 50px 50px 20px;
	}

.team-people-info h3 {
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
	}

.team-people-info p {
	line-height: 1.8;
	margin-bottom: 30px;
	}

/*Education*/

.education-top-section {
	position: relative;
	display: block;
	padding: 50px 0px 80px;
	}

.education-middle-section {
	position: relative;
	display: block;
	}

.education-sub-banner {
	position: relative;
	display: block;
	}

.education-sub-banner figure {
	margin: 0px 0px;
	}

.education-sub-banner figure img {
	width: 100%;
	}

.education-middle-content {
	position: relative;
	display: block;
	margin-top: -320px;
	padding: 75px 50px;
	background: #ffffff;
	box-shadow: 0px 1px 20px #0000000F;
	}

.education-bottom-section {
	position: relative;
	display: block;
	padding: 60px 0px 120px;
	}

.education-content-box {
	position: relative;
	display: block;
	padding-right: 70px;
	}

.education-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 63.69%;
	}
	
.education-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.education-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/*Career*/

#careerAccordionContainer {
	margin: 40px 0px 65px;
	}

.carrer-accordion-body {
	padding: 10px 30px 30px !important;
	}

.carrer-price {
	font-family: 'Poppins';
	font-size: 28px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	}

.carrer-inner-info {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 30px;
	}

.carrer-inner-info h6 {
	font-family: 'Poppins';
	font-size: 14px;
	color: #056337;
	font-weight: 400;
	letter-spacing: 0.07px;
	text-transform: uppercase;
	}

/*Search Diamond*/

.search-diamond-section {
	position: relative;
	display: block;
	}

.search-diamond-section>.row>.col-lg-4 {
	width: 29%;
	}

.search-diamond-section>.row>.col-lg-8 {
	width: 71%;
	}

.sdr-listing-section {
	position: relative;
	display: block;
	padding-left: 20px;
	}

.sds-products-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 30px;
	}
	
.sds-product-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 1.6;
	align-self: stretch;
	margin: 0px 0px 30px;
	padding: 0px 15px 0px;
	}

.sds-product-item-inner,
.sds-product-item-inner a {
	position: relative;
	display: block;
	width: 100%;
	}

.sds-product-item-inner a {
	overflow: hidden;	
	}

.sds-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 8px;
	padding-bottom: 100%;
	}
	
.sds-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.sds-product-photo-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.sdm-learn-more {
	position: absolute;
	display: flex;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	opacity: 0;
	z-index: 3;
	font-size: 14px;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.28px;
	background-color: rgb(0,0,0,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sds-product-item-inner a:hover .sds-product-photo-container .sdm-learn-more {
	opacity: 1;
	}

.sds-content-box {
	position: relative;
	display: block;
	text-align: center;
	}

.sds-title {
	font-family: 'PlayfairDisplay';
	font-size: 14px;
	color: #000000;
	margin-bottom: 6px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sds-product-item-inner a:hover .sds-title {
	color: #056337;
	}

.sds-content-box .sds-price {
	position: relative;
	display: block;
	color: #676767;
	font-size: 14px;
	letter-spacing: 0.28px;
	}

/* Pop Up Container */

.fancybox__backdrop {
    background: rgba(0,0,0,0.9);
    }

.fancybox-inner {
    overflow: hidden !important;
    }

/* Tabs Container */

.tabs-container {
	position: relative;
	padding: 0px;
	display: block;
	margin: 0px auto;
	}

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0px -1px 0px 90px;
	list-style-type: none;
	justify-content: flex-start;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	float: left;
	z-index: 1;
	/*flex: 1;*/
	color: #171717;
	font-size: 14px;
	line-height: 36px;
	align-self: stretch;
	margin: 0px 1px 1px;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	display: flex;
	border: none;
	width: 100%;
	height: 100%;
	color: #000000;
	margin: 0px auto;
	overflow: hidden;
	line-height: 24px;
	padding: 10px 45px;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	background: #ECECEC;
	justify-content: center;
	letter-spacing: 0.28px;
	border-bottom: 1px solid #ECECEC;
	text-decoration: none !important;
	border-radius: 0px 0px 0px 0px !important;
	}

ul.nav-tabs.tabstyle1 li.nav-item:first-child a {
	}

ul.nav-tabs.tabstyle1 li.nav-item:last-child a {
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
    opacity: 1;
	color: #ffffff;
	background: #056337;
	border-color: #056337;
	}

.tab-content {
	position: relative;
	display: block;
	padding: 60px;
    z-index: 1;
	margin: 0px auto;
	background: transparent;
	}

.tab-content h5 {
	padding-bottom: 10px;
	}

.tab-content-bg-container,
.tab-content-bg-container figure {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto 0px;
    }

.tab-content-bg-container {
    z-index: -1;
    opacity: 0.03;
    }

.tab-content-bg-container figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    }

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.accordion-item {
	padding: 0px;
	margin: 0px auto;
	background: transparent;
    border: 1px solid #ffffff;
	border-radius: 0px !important;
	}

.accordion-container .accordion-item {
	margin-bottom: 25px;
	}

.accordion-header {
	position: relative;
	z-index: 2;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: none;
    text-transform: none;
    letter-spacing: 0.54px;
	margin-bottom: 0px !important;
	background-color: transparent;
	}

.accordion-header a {
	position: relative;
	display: block;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	background: #ffffff;
    border: 1px solid transparent;
	border-width: 1px 1px 0px 1px;
	padding: 21px 60px 21px 30px;
	border-radius: 0px !important;
    text-decoration: none !important;
	box-shadow: 0px 0px 10px #00000029 !important;
	}
	
.accordion-header a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f107';
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	color: #676767;
	display: block;
	font-size: 14px;
	font-weight: 900;
	overflow: hidden;
	line-height: 30px;
	margin-top: -15px;
	border-radius: 0%;
	text-align: center;
	padding: 0px 0px 0px;
	background: transparent;
	}
	
.accordion-header a[aria-expanded="true"] {
	border-color: #056337;
	box-shadow: none !important;
	border-radius: 0px 0px !important;
	}
	
.accordion-header a:hover:after,
.accordion-header a[aria-expanded="true"]:after {
	content: '\f106';
	color: #056337;
	}

.accordion-header a h4 {
	font-family: 'Poppins';
	font-size: 20px;
	color: #1A1A1A;
	padding: 0px 0px;
	font-weight: 400;
	}

.career-titel-info {
	position: relative;
	display: flex;
	margin: 0px -30px;
	list-style-type: none;
	padding: 0px 90px 0px 0px;
	}

.career-titel-info li {
	position: relative;
	padding: 0px 30px;
	}

.accordion .accordion-body {
	position: relative;
	display: block;
	padding: 30px;
	font-size: 14px;
	color: #676767;
	margin: 0px auto;
	border-radius: 0px;
	border: 1px solid #056337;
	border-top: none;
	}

.accordion .accordion-body *:last-child {
    margin-bottom: 0px;
	}

.shop-listing-section {
	position: relative;
	display: block;
	}

.shop-right-section {
	position: relative;
	display: block;
	padding-left: 15px;
	}

/* Filter Box */

.filter-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 26px;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #171717;
	padding: 0px;
    font-size: 14px;
	vertical-align: top;
    letter-spacing: 0.8px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
	font-weight: 700;
	}
	
.filter-box-bottom .filter-select-text {
	color: #656565;
	}

.filter-box-bottom .filter-select-text strong {
	color: #0D0D0D;
	}

.filter-select-text,
.filter-separator {
	position: relative;
	color: #919191;
    font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
	margin: 1px 5px 1px 0px;
	}

.filter-select-text span {
	position: relative;
	}

.filter-separator {
	margin: 0px;
	line-height: 40px;
	color: rgba(0,0,0,0.1);
	}

.text-dark {
	color: #000000 !important;
	}

.filter-select-box .NiceSelect {
	display: inline-block;
	vertical-align: top;
	}

.filter-select-box .nice-select {
    height: 32px;
    line-height: normal;
    background: #FAFAFA;
    padding: 6px 40px 6px 15px;
    border-color: #FAFAFA;
	}

.filter-select-box .nice-select,
.filter-select-box .nice-select .list,
.filter-select-box .nice-select .current {
	color: #676767;
	}

.filter-select-box .nice-select::after {
	right: 15px;
	font-size: 12px;
	}

.filter-select-box .nice-select .option {
	font-weight: 400;
	font-size: 14px;
	min-height: auto;
	line-height: 20px;
	padding: 10px 20px;
	}	
/* Products Container */

.products-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 100px 0px 100px;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 30px;
	}
	
.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	line-height: 1.6;
	overflow: hidden;
	align-self: stretch;
	margin: 0px 0px 10px;
	padding: 10px 15px 25px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0px !important;
	padding: 8px !important;
    width: 33.3333% !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #676767;
    border-radius: 0px;
    background: #FAFAFA;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 106%;
	}

.csm-product-photo-container > a,
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure img {
    position: relative !important;
    margin: auto !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.product-btns-group,
.outOfStock {
	position: relative;
	display: block;
	padding: 0px;
	color: #ffffff;
    min-width: 180px;
    margin: 0px auto;
	text-align: center;
	}

.product-btns-group {
	left: -110%;
	width: 100%;
	padding: 0px 12px;
	margin-bottom: -20px;	
	display: inline-block;
	vertical-align: bottom;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner:hover .product-btns-group {
	left: 0px;
	}

.outOfStock {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    }
	
.product-btns-group a {
	position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    color: #ffffff !important;
	font-size: 14px !important;
    font-weight: 400 !important;
    overflow: hidden !important;
    line-height: 20px !important;
	padding: 9px 20px !important;
    text-align: center !important;
    background: #333333 !important;
    border-radius: 0px !important;
    margin: 0px auto 0px !important;
	text-align: center !important;
    text-transform: uppercase !important;
    border: 1px solid #333333 !important;
	}

.product-btns-group .add-to-wishlist-btn {
    margin-top: 15px;
    }

.product-btns-group a:hover {
    color: #ffffff !important;
    background: #056337 !important;
    border-color: #056337 !important;
	}

.product-btns-group .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
    display: none !important;
    }

.product-btns-group .view-product-btn > a {
    color: #ffad0b !important;
    margin-top: 15px !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
	}

.product-btns-group .view-product-btn > a:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
	}

.csm-product-item-inner:hover .add-to-cart-btn a {
    background: #ffad0b;
	}

.product-btns-group .add-to-cart-btn > a img,
.add-to-cart-btn > a img {
    max-height: 20px;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
	}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
    position: relative;
    display: block;
    width: 100%;
	padding: 0px;
	overflow: hidden;
    margin: 0px auto;
	}

.csm-product-description-box > a {
    height: 100%;
	text-align: center;
	padding: 10px 20px;
	}

.csm-product-short-description {
	padding: 0px 0px 15px;
	}

.csm-product-short-description p {
    margin: 0px auto 5px !important;
	}

.csm-product-name,
.csm-product-price-box,
.csm-product-star-rattings {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
	}

.csm-product-name {
	font-family: 'PlayfairDisplay';
	}

.csm-product-star-rattings,
.woocommerce ul.products li.product .star-rating {
    color: #ebd400;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
	}

.woocommerce .products .star-rating {
    margin: 0px auto !important;
    display: inline-block !important;
    }

.csm-product-star-rattings .fa,
.csm-product-star-rattings .fas,
.csm-product-star-rattings .far,
.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far,
.star-ratings .fa,
.star-ratings .fas,
.star-ratings .far {
    margin-right: 2px;
	}

.reviewRatings span.totalReviews {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #ebd400 !important;
    }

.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far {
    color: #ebd400 !important;
    }

.csm-product-star-rattings,
.woocommerce .star-rating:before,
.wc-layered-nav-rating a,
.comment-form-rating .stars a {
    color: #ebd400 !important;
    }

.wc-layered-nav-rating a:hover,
.comment-form-rating .stars a:hover {
    color: #ebd400 !important;
    }

.csm-product-details-box .star-rating,
.reviewRatings .star-rating {
    float: none !important;
    }

.csm-product-price-box {
    display: flex;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    flex-flow: row wrap;
    align-items: flex-end;
	justify-content: center;
	}
 
.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
    position: relative;
    color: #EA4425;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    }

.new-price span bdi {
    color: #056337 !important;
    }

.price>del, .csm-product-price-box del bdi {
    color: #B1B1B1 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    }

.csm-product-price-box .price {
    display: flex !important;
    line-height: 1;
    flex-flow: row;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.price>ins {
    order: 1;
    margin-right: 10px;
    text-decoration: none;
    }

.price>del {
    order: 2;
    }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    }
	
.csm-product-item .csm-product-price-box {
	color: #676767;
	font-size: 14px;
	font-weight: 400;
	}

 .csm-product-item .csm-product-price-box bdi, .csm-product-item .csm-product-price-box ins bdi {
	color: #676767;
	font-size: 14px;
	font-weight: 400;
	}

.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: flex;
    z-index: 11;
	top: 8px;
    left: 0;
}

.csm-product-stock {
	position: relative;
    display: flex;
	min-width: 50px;
	font-size: 14px;
    font-weight: 500;
	overflow: hidden;
    padding: 2px 10px;
    line-height: 16px;
	text-align: center;
    flex-flow: column;
    background: #51A529;
    align-items: center;
    letter-spacing: 0.4px;
    margin: 0px 5px 5px 0px;
	color: #ffffff !important;
	text-transform: uppercase;
    border-radius: 0px 0px;
	font-family: "Playfair Display", sans-serif;
}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.csm-product-stock.sale {
    background: #FF6565;
	}

.csm-product-stock.out-of-stock {
    background: #d1003b;
    padding: 6px 12px;
}

.csm-product-stock.best-seller {
	}

.addToWishlist-icon {
    position: absolute;
    display: block;
    right: 16px;
    top: 16px;
    z-index: 7;
    font-size: 18px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.addToWishlist-icon > a {
    position: relative;
    display: block;
    color: #000000;
    text-align: center;
    }

.addToWishlist-icon > a i {
    }

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas {
    color: #056337;
    font-weight: 700;
    }

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

/*.addToWishlist-icon > a:before {
    font-family: 'Font Awesome 6 Free';
    position: relative;
    content: '\f004';
    color: #ebd400;
    }

.addToWishlist-icon a:hover:before,
.addToWishlist-icon.active a:hover:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f004';
    color: #ebd400;
    }*/

/* Product Btns Group */

.csm-product-btns-group {
	position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	display: block;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
    max-width: 160px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-product-btns-group a {
	position: relative;
	color: #ffffff;
    min-width: 100%;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 5px;
	padding: 14px 32px;
	white-space: nowrap;
	background: #ffad0b;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #ffad0b;
	text-decoration: none !important;
	}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
	color: #ffffff;
	background: #000000;
    border-color: #000000;
	}

/*.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    }*/

.csm-product-item-inner.OOS .csm-product-btns-group a {
    color: #ffffff;
    background: #9a9a9a;
    border-color: #9a9a9a;
    }

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
    opacity: 0.5;
	color: #ffffff;
    background: #000000;
    }

/*.added_to_cart.wc-forward {
    display: none !important;
    }*/

.added.add_to_cart_button {
    display: none !important;
    }

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
	color: #adadad;
	}
	
/* Product Slider Box */

.csm-products-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px;
	}
	
/* CSM Products Slider */
	
.csm-products-slider .csm-product-item,
.csm-products-slider .csm-product-item-inner {
    display: block;
	}

.csm-products-slider .csm-product-item {
    padding: 8px 15px 30px;
    margin: 0px auto;
    }

.csm-products-slider .slick-track {
    padding: 0px 0px;
    }

.csm-products-slider .slick-prev {
	left: -100px;
	}

.csm-products-slider .slick-next {
	right: -100px;
	}

.product-container {
	position: relative;
	display: block;
	padding: 60px 0px 100px;
	}

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
    padding-right: 15px;
	}

.csm-productGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
	}
	
.csm-productSlideItem {
	position: relative;
	display: block;
	width: 100%;
	}
	
.csm-productImageItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
    border-radius: 0px;
    background: #f1f1f1;
	padding-bottom: 100%;
	}

.csm-productSlideItem a {
    position: absolute;
    display: block;
    padding: 20px;
    opacity: 0;
    top: 0px;
    z-index: 1;
    right: 0px;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 20px;
    text-align: right;
    transition: all 0.2s linear;
    }
	
.csm-productImageItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.csm-productImageItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
    margin: 0px auto !important;
	max-height: none !important;
	object-fit: scale-down !important;
	object-position: center !important;
	}

/* Product Details Box */

.csm-product-details-box,
.csm-product-details-box-inner {
    position: relative;
    display: block;
    width: 100%;
    color: #676767;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

.csm-product-details-box {
	padding-left: 55px;
	}

.csm-product-details-box .pageTitle h1 {
	font-family: 'PlayfairDisplay';
	letter-spacing: 0.24px;
	}

.csm-product-quantity-container .row {
    margin-left: -7px;
    margin-right: -7px;
    }

.csm-product-quantity-container .row > * {
    padding-left: 7px;
    padding-right: 7px;
    }

.csm-product-details-box .csm-product-stock-wrapper {
    position: relative;
    top: auto;
    left: auto;
    }

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
    font-family: 'Poppins';
    text-align: left;
    line-height: 1.2;
    color: #676767;
    font-weight: 500;
	letter-spacing: 0.6px;
	font-size: 30px !important;
	}

.csm-product-details-box .price > del {
    order: 2;
    margin-right: 0px;
    }

.csm-product-details-box .price > ins {
    order: 1;
    margin-right: 20px;
    }

.csm-product-details-box .csm-product-price-box del bdi {
    color: #84ad6d;
	}

.csm-product-details-box .csm-product-price-box ins bdi {
    color: #676767;
	}

.csm-product-details-box .csm-product-star-rattings {
    margin-bottom: 20px;
    }

.csm-product-details-box .pageTitle {
	padding-bottom: 20px;
	}

.block-title,
.csm-product-availability,
.csm-product-instock,
.quantity-title {
	position: relative;
	display: block;
    padding: 0px;
	color: #919191;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
	}

.csm-product-availability {
    font-weight: 400;
	padding-left: 30px;
	}

.csm-product-availability span,
.csm-product-instock {
	color: #94CC7A;
    font-weight: 400;
    margin-left: 10px;
	}

.csm-product-quantity-container {
	position: relative;
	display: block;
	padding: 20px 0px;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #7F7F7F;
	max-width: 130px;
	border-radius: 0px;
	white-space: nowrap;
	align-items: center;
	padding: 0px 0px 0px;
	margin: 0px !important;
	background: #FAFAFA;
	border: 1px solid #FAFAFA;
	justify-content: space-between;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 32px !important;
	height: 32px !important;
	padding: 0px !important;
	margin: 0 0px !important;
	/*border: none !important;*/
	color: #000000 !important;
	font-size: 14px !important;
	max-width: 100% !important;
	font-weight: 500 !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 32px !important;
	text-align: center !important;
	border-radius: 0px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	background: transparent !important;
	border: 1px solid #E9E9E9 !important;
	border-width: 0px 1px 0px 1px !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 40px;
	height: 32px;
	padding: 5px;
	color: #B8B8B8;
	min-width: 40px;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	border-radius: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.quantity-button:hover,
.quantity-button:focus {
	color: #056337;
	box-shadow: none;
	border-color: transparent;
	background-color: transparent;
	}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
	}

.csm-product-buttons {
	position: relative;
	display: block;
	padding: 30px 0px 0px;
	}

/* Add To Cart Button */

.addToCartBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto 0px;
    letter-spacing: 0.8px;
	text-transform: uppercase;
	}

.addToCartBtn a,
.addToCartBtn button {	
	position: relative;	
	display: block;
	color: #000000;
    overflow: hidden;
	width: 100%;
	margin: 0px auto;
	line-height: 24px;
	text-align: center;
	border-radius: 0px;
	padding: 12px 25px;
	background: #ffffff;
    border: 1px solid #000000;
	text-decoration: none !important;
	}

.addToCartBtn a:hover,
.addToCartBtn a:focus,
.addToCartBtn button:hover,
.addToCartBtn button:focus {
    color: #ffffff;
	background: #056337;
    border-color: #056337;
	}

.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
    display: none !important;
    }

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn,
.viewProductBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0px auto 0px;
    letter-spacing: 0.8px;
	text-transform: uppercase;
	}

.addToWishlistBtn a,
.viewProductBtn a {	
	position: relative;
	color: #000000;
	margin: 0px auto;
	line-height: 24px;
	text-align: center;
	border-radius: 0px;
	white-space: nowrap;
	vertical-align: top;
	background: #ECECEC;
	display: inline-block;
	padding: 14px 25px 14px;
    border: 1px solid #ECECEC;
	text-decoration: none !important;
	}

.addToWishlistBtn a {
    min-width: inherit;
    width: 50px;
    height: 50px;
    padding: 10px 10px !important;
    border-radius: 0px !important;
	}

.addToWishlistBtn i {
    font-size: 18px;
    vertical-align: middle;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #ffffff;
	background: #056337;
    border-color: #056337;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    white-space: nowrap;
    width: 100%;
    margin: 0px auto 0px;
    z-index: 1 !important;
    letter-spacing: 0.8px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    border-radius: 0px !important;
    text-align: center !important;
    vertical-align: top !important;
    background: #568cd7 !important;
    display: inline-block !important;
	padding: 14px 25px 14px !important;
    border: 1px solid #568cd7 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    min-width: inherit;
    width: 50px;
    height: 50px;
    padding: 10px 10px !important;
    border-radius: 0px !important;
	}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
    margin: 0px auto !important;
	}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
	background: #056337 !important;
    border-color: #056337 !important;
	}

.csm-product-quantity-container .addToCartBtn a,
.csm-product-quantity-container .addToWishlistBtn a,
.csm-product-quantity-container .viewProductBtn a,
.csm-product-quantity-container .addToCartBtn button,
.csm-product-quantity-container .addToWishlistBtn button {
    display: block;
    }

/* Product Sharing */
	
ul.csm-product-share {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
    align-items: center;
	margin: 0px -12px 0px;
	list-style-type: none;
	}
	
ul.csm-product-share li {
	position: relative;
	font-size: 20px;
	padding: 0px;
	margin: 7px 12px;
	color: #656565;;
    font-weight: 400;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
    letter-spacing: 0.8px;
	}

ul.csm-product-share li:first-child {
	}

ul.csm-product-share li a {
	position: relative;
	display: block;
    padding: 1px;
	color: #B4B4B4;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
	}
	
ul.csm-product-share li a:hover {
    opacity: 1;
    color: #056337;
	}

/* Product Info Container */

.product-info-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    background: #f5f5f5;
	padding: 100px 0px 170px;
	}

/* Relative Products Container */

.related-product-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 120px 0px 100px;
	}

.related-product-container .container,
.related-product-container .fluid-container {
	position: relative;
    z-index: 2;
	}

/* Review Reviews And Form Container */

.product-reviews-container {
	position: relative;
	display: block;
	padding: 60px 0px;
	background-size: cover;
	background-position: center center;
    }

/* Reviews Listing Container */

.reviews-listing-container {
	position: relative;
	display: block;
    padding: 0px;
    width: 100%;
	margin: 0px auto 0px;
	}

/* Reviews Listing */

.reviews-listing {    
    position: relative;
    display: flex;
	padding: 0px;
	flex-wrap: wrap;
    margin: 0px auto 40px;
	list-style-type: none;
	}
	
.reviews-listing > li {
    position: relative;
    display: block;
	width: 100%;
	padding: 0px;
	line-height: 1.4;
    margin: 30px 0px 0px;
    letter-spacing: 0.8px;
	}

.reviews-listing > li .user-thumb-img {
	position: relative;
	display: block;
	height: 65px;
	width: 65px;
    overflow: hidden;
	margin: 0px auto;
    border-radius: 100%;
	}
	
.reviews-listing > li .user-thumb-img figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin: 0px auto !important;
	}
	
.reviews-listing > li .user-thumb-img figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0px auto !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.reviews-listing > li .reviewRatings {
    color: #568cd7;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    }

.reviews-listing > li h6 {
    color: #171717;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
	}

.reviews-listing > li p {
    margin: 0px auto 20px;
	}

.reviews-listing > li p:last-child {
    margin-bottom: 0px;
	}

.product-review-form-container .reviewRatings {
    color: #568cd7;
    margin-bottom: 0px;
    white-space: nowrap;
    }

.user-name {
    color: #000000;
	}

.review-post-date {
    color: #9a9a9a;
	}

.product-review-form-container .form-control:focus,
.product-review-form-container .form-control:hover {
	}

.product-review-form-container textarea.form-control {
	}

.product-reviews-container .tab-content {
	font-size: 14px;
	padding: 60px 90px;
	background: #FFFFFF;	
	}

.tab-body {
	position: relative;
	display: block;
	}

.specification-table {
	position: relative;
	display: block;
	font-size: 14px;
	color: #676767;
	}

.specification-table table tr th {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	min-width: 100px;
	}

.specification-table table tr {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

.specification-table table tr:last-child {
	margin-bottom: 0px;
	}

/* Pagination */

.pagination-row {
	justify-content: center;
	}
	
/* Pagination */

.pagination,
.page-item a,
.page-item .page-link {
	border-radius: 0px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
	flex-wrap: wrap;
	margin: 0px 0px;
	}
	
.page-item {
	position: relative;
	font-weight: 400;
	margin: 5px 15px;
	}
	
.page-link,
.page-item a,
.page-item span.active {
	position: relative;
	display: block;
	color: #919191;
	height: auto;
	padding: 0px;
	width: auto;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto;
	line-height: normal;
	background: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link,
.page-item.page-prev a,
.page-item.page-next a {
	font-size: 0px;
	width: 59px;
	height: 18px;
	box-shadow: none;
	background-size: 100%;
	background-repeat: no-repeat;
	}

.page-item.page-prev .page-link,
.page-item.page-prev a {
	background-image: url(../images/page-left.png);
	}

.page-item.page-next .page-link,
.page-item.page-next a {
	background-image: url(../images/page-right.png);
	}

.page-item.page-prev .page-link:hover,
.page-item.page-prev a:hover {
	background-image: url(../images/page-left-hover.png);
	}

.page-item.page-next .page-link:hover,
.page-item.page-next a:hover {
	background-image: url(../images/page-right-hover.png);
	}

.page-item.disabled {
	opacity: 0;
	display: none;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item span.active {
	color: #056337;
	background: transparent;
	border-color: transparent;
	text-decoration: none !important;
	}

/* Sidebar */

.sidebar-container {
    position: relative;
    display: block;
	}

.sidebar-container .sidebar-title {
	position: relative;
	display: block;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	}

.sidebar,
.sidebar-inner,
.rightbar,
.rightbar-inner {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.sidebar {
    padding: 0px 0px;
	}

.sidebar-inner {
    padding: 0px;
    margin: 0px auto 25px;
    background: transparent;
	}

.sidebar-inner.price-filter {
	margin: 0px 0px;
	}

/* Sidebar Nav */

.sideNav,
.awf-filter-wrapper {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
    /*overflow: hidden;*/
	margin: 0px auto 0px;
	}

.awf-preset-wrapper .awf-filters-form div:first-child .awf-filters-container li label {
	padding-left: 0px !important;
	}

.awf-preset-wrapper .awf-filters-form div:first-child .awf-filters-container li label:before {
	display:none;
	}

.sidebarHeading,
.awf-filter-title-container {
	font-family: 'CormorantGaramond';
	position: relative;
	display: block;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
	padding-bottom: 15px;
	background: transparent;
	border-bottom: 1px solid #ccc;
	}

.sideNav ul {
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	font-weight: 400;
	list-style-type: none;
    letter-spacing: 0.48px;
	}

.sideNav ul ul {
    margin-top: 25px;
	}

.rightbar .sideNav ul ul {
	}
	
.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: #919191;
	font-weight: 400;
	}

.rightbar .sideNav ul>li,
.rightbar .sideNav ul>li>a {
	}

.rightbar .sideNav ul>li li,
.rightbar .sideNav ul li li>a,
.rightbar .sideNav ul>li li li,
.rightbar .sideNav ul li li li>a {
	}
	
.sideNav ul>li,
.sideNav ul>li li,
.sideNav ul li li li {
    border: none;
	line-height: 1.2;
	background: none !important;
	margin: 0px 0px 18px !important;
	padding: 0px 0px 0px !important;
	}

.rightbar .sideNav>ul>li {
    margin: 0px -30px !important;
	}

.sideNav ul>li>a,
.sideNav ul li li>a,
.sideNav ul li li li>a {
	padding: 5px 0px;
	}

.rightbar .sideNav>ul>li>a {
	padding: 15px 30px;
	}

.sideNav ul li li>a,
.sideNav ul li li li>a {
	padding-left: 0px;
	}

.sideNav ul li li li>a {
	padding-left: 40px;
	}
	
.sideNav>ul>li:first-child {
	}
	
.sideNav ul li.has-subnav a:after {
	display: none !important;
	}
	
.sideNav>ul>li:last-child {
	}
	
.sideNav ul>li:hover>a,
.sideNav ul>li.active>a,
.sideNav ul>li.selected>a,
.sideNav ul>li li:hover>a,
.sideNav ul>li li.active>a,
.sideNav ul>li li.selected>a,
.sideNav ul>li li li:hover>a,
.sideNav ul>li li li.active>a,
.sideNav ul>li li li.selected>a {
	color: #1A1A1A;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sideNav ul>li li:hover>a,
.sideNav ul>li li.active>a,
.sideNav ul>li li.selected>a,
.sideNav ul>li li li:hover>a,
.sideNav ul>li li li.active>a,
.sideNav ul>li li li.selected>a {
	color: #056337;
	}

.rightbar .sideNav ul>li:hover>a,
.rightbar .sideNav ul>li.active>a,
.rightbar .sideNav ul>li.selected>a {
	color: #ffffff;
	background: #d9017e;
	}
	
.sideNav ul li.has-subnav>a {
	font-family: 'CormorantGaramond';
	font-size: 22px;
	color: #000000;
    letter-spacing: 0.11px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
	}

.sideNav ul li.has-subnav:hover>a {
    color: #84ad6d;
	}
	
.sideNav ul li.has-subnav.active>a,
.sideNav ul li.has-subnav.selected>a {
	color: #000000;
	background: transparent;
	background: transparent;
	}
	
.sideNav ul li.has-subnav:hover > .accordion-btn-wrap .accordion-btn {
	color: #84ad6d;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sideNav ul li.has-subnav.selected.active>a .accordion-btn {
    background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.accordion-btn.accordion-collapsed i,
.accordion-btn.accordion-expanded i,
.awf-collapsed .awf-collapse-btn::before {
	font-size: 0px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../images/open-btn.png);
	background-size: 100%;
	}

.awf-collapse-btn::before {
	top: -18px !important;
	}

.accordion-btn.accordion-expanded i,
.awf-collapse-btn::before {
	font-size: 0px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../images/close-btn.png);
	background-size: 100%;
	}	
		
/* Accordion Button */
.sideNav ul li.has-subnav .accordion-btn {
    font-size: 12px;
	color: #1A1A1A;
	}

/* Accordion Button */
.sideNav ul li.has-subnav.selected .accordion-btn {
    color: #1A1A1A;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #1A1A1A;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-control {
	font-family: 'PlayfairDisplay';
	position: relative;
	display: none;
	font-size: 16px;
	text-align: left;
    font-weight: 600;
	line-height: 1.2;
    border-radius: 0px;
	margin: 0px auto 20px;
    background: transparent;
    text-transform: uppercase;
	color: #171717 !important;
	padding: 0px 30px 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.16);
	}

.btn-control:before {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	content: "\f107";
	top: 50%;
	right: 10px;
	font-size: 16px;
    margin-top: -5px;
    font-weight: 900;
    line-height: 30px;
    transform: translateY(-50%);
	}

.btn-control.open:before {
	content: "\f105";
	}

@media (min-width: 992px) {
	.hide-sm-screen { display: block !important; }
    }

@media (max-width: 991.98px) {
	.hide-sm-screen { display: none; }
	.btn-control { display: block; }
    .accordion-btn-wrap + .accordion-btn-wrap { display: none !important; }
    }

.treeview,
.treeview ul,
.awf-filters-container,
.awf-filters-container ul {
    position: relative;
    display: block;
	margin: 0;
	color: #171717;
	font-size: 16px;
	list-style: none;
    line-height: 24px;
	}

.treeview,
.awf-filters-container ul {
	padding: 0px 0px 25px !important;
	}
	
.treeview.innertreeview {
	}

.treeview ul,
.awf-filters-container ul ul {
	display: none;
    padding-left: 28px;
	text-transform: capitalize;
	}

.treeview ul>li:last-child,
.awf-filters-container ul ul>li:last-child {
    border: none !important;
    margin-bottom: 0px !important;
	}

.treeview li.open > ul,
.awf-filters-container li.open > ul {
	display: block;
	}

.treeview li,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li,
.awf-filters-container li,
.awf-filters-container.awf-style-tags li.awf-filter-container {
	position: relative;
	display: block;
	padding: 10px 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 0px !important;
	}

.awf-filters-container.awf-style-tags li.awf-filter-container {
	padding: 0px;
    border-radius: 0px;
	margin: 0px auto 15px !important;
	}

.treeview li:last-child,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li:last-child,
.yith-woocommerce-ajax-product-filter ul li:last-child,
.awf-filters-container li:last-child {
    border-bottom: none !important;
	}

.collapseContainer .treeview li {
    padding-left: 15px !important;
	}

.treeview li label,
.awf-filters-container li label,
.awf-style-tags .awf-filter-container label {
	position: relative;
	margin-bottom: 0;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 28px !important;
	}

.awf-style-tags .awf-filter-container a,
.awf-style-tags .awf-filter-container label {
    position: relative;
    display: block;
	color: #171717;
	font-size: 16px;
	padding: 5px 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 0px !important;
	}

.awf-filter-container > *, .awf-filter-container > a > * {
	color: #919191;
    }

.awf-filter-container label:hover {
	color: #056337;
	}

.awf-filters-container.awf-style-tags li.awf-filter-container:hover,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active,
.awf-filters-container.awf-style-tags li.awf-filter-container:hover a,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active a,
.awf-filters-container.awf-style-tags li.awf-filter-container:hover lavel,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active label {
    color: #171717;
    background: transparent;
    }

.awf-style-tags .awf-filter-container label {
	padding: 0px !important;
    color: inherit !important;
    justify-content: flex-start !important;
	}
	
.treeview li>label.custom-checked,
.awf-filter-container input[type="checkbox"] + label,
.awf-filter-container input[type="radio"] + label {
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
    position: relative;
    color: #171717;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.treeview li>label:before,
.treeview li>label:after,
.awf-filters-container li>label:before,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:before,
.awf-filters-1-2-container.awf-style-icons label:before,
.awf-filters-1-3-container.awf-style-icons label:before,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	font-size: 12px;
	content: "";
	top: 4px;
	left: 0px;
	width: 16px;
	height: 16px;
	color: #171717;
    margin: 0px auto;
	overflow: hidden;
	font-weight: 900;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	}

.treeview li>label:after,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	position: absolute;
	font-size: 10px;
	top: 7px;
	left: 3px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 3px;
	color: transparent;
	background: transparent;
	border-color: transparent;
	}

.treeview li>label.custom-checked:before,
.awf-filters-container li>label.custom-checked:before,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filter-container.awf-active>label:before,
.awf-filters-1-1-container.awf-style-icons .awf-active label:before,
.awf-filters-1-2-container.awf-style-icons .awf-active label:before,
.awf-filters-1-3-container.awf-style-icons .awf-active label:before {
	color: #056337;
	content: "\f00c";
	font-weight: 900;
	background: transparent;
	border-color: #056337;
	}

.treeview li>label.custom-checked:after,
.awf-filters-container li>label.custom-checked:after,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filter-container.awf-active>label:after,
.awf-filters-1-1-container.awf-style-icons .awf-active label:after,
.awf-filters-1-2-container.awf-style-icons .awf-active label:after,
.awf-filters-1-3-container.awf-style-icons .awf-active label:after {
	color: #056337;
    background: transparent;
    border-color: transparent;
	}

.treeview li > label.custom-checked,
.awf-filters-container li>label.custom-checked,
.awf-filter-container.awf-active>label,
.awf-filters-1-1-container.awf-style-icons .awf-active label,
.awf-filters-1-2-container.awf-style-icons .awf-active label,
.awf-filters-1-3-container.awf-style-icons .awf-active label {
	color: #056337;
	}

.treeview li input,
.awf-filters-container li input {
	position: absolute;
	left: 15px;
	top: 5px;
	margin: 0px auto;
	}

.treeview li>input,
.awf-filters-container li input {
	display: none;
	}

.treeview li li label,
.awf-filters-container li li label {
	font-weight: normal;
	text-transform: capitalize;
	}

.treeview li .sh-sub,
.awf-filters-container li .sh-sub {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	cursor: pointer;
	padding: 5px;
	top: 0px;
	right: -5px;
	color: #d9017e;
	font-size: 16px;
	font-weight: 900;
	}

.treeview li .sh-sub:hover,
.awf-filters-container li .sh-sub:hover {
	color: #d9017e;
	}

.treeview li li .sh-sub,
.awf-filters-container li li .sh-sub {
	right: -2px;
	}

.sidebar .btn,
.rightbar .btn {
    width: auto;
    margin: 0px auto;
	}

.reset-btn {
    margin: 0px !important;
    }

.reset-btn img {
    position: relative;
    max-width: 18px;
    max-height: 18px;
    }

.awf-filters-container .awf-filter-container.awf-range-slider-container,
.awf-filters-container .awf-taxonomy-range-slider-container {
    margin: 50px 12px;
    }

.noUi-target {
    border: none;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
    background: #cccccc;
    }

.awf-range-slider-container .noUi-value,
.awf-taxonomy-range-slider-container .noUi-value {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    }

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content,
.noUi-connect {
    background: #056337;
    }

.noUi-horizontal {
    height: 3px;
    }

.noUi-pips-horizontal {
    padding: 0px;
    }

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default,
.noUi-horizontal .noUi-handle {
    top: -7px;
    right: -8px;
    width: 16px;
    height: 16px;
    box-shadow: none;
    border-radius: 1px;
    background: #ffffff;
    border: 2px solid #056337;
    transform: rotate(45deg);
    }

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    }

.noUi-marker-horizontal.noUi-marker-large {
    display: none;
    }

.price-range-block .accordion-header-only {
    padding-bottom: 10px !important;
    }

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #d9017e;
    }

.noUi-tooltip {
    padding: 16px;
    color: #333333;
    line-height: 24px;
    border-radius: 0px;
    background: transparent;
    border: 0px solid transparent;
    }

.noUi-horizontal .noUi-tooltip {
    bottom: -70px !important;
    font-weight: 600;
    font-size: 16px;
    }

/* Content Area */

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

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	}

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

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	margin: 0px auto 0px;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-size: 60px;
	line-height: 1.1;
	padding-bottom: 0px;
	letter-spacing: 0.3px;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 3;
	padding: 20px 0px;
	background: transparent;
	}

.nobanner .breadcrumb-container {
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #056337;
	font-size: 0px;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
    letter-spacing: 0.8px;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0.07px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li:last-child {
	}

.breadcrumb-container ul li a {
	position: relative;
	color:  #B8B8B8;
	display: block;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	letter-spacing: 0.07px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {
	}

.breadcrumb-container ul li a:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f105';
	font-weight: 600;
	font-size: 14px;
	color: #B8B8B8;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0px 12px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	opacity: 1;
	color: #056337;
	}

.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	}

.pageTitle,
.pageTitle2,
.pageTitle3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h5 {
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	color: #90B081;
	padding-bottom: 10px;
	letter-spacing: 1.8px;
	}

.pageTitle h1,
.pageTitle h2 {
	font-size: 48px;
	line-height: 1.1;
	padding-bottom: 0px;
    letter-spacing: 0.24px;
	}

.white-heading h1,
.white-heading h2 {
	color: #ffffff;
	}

.white-heading h5 {
	color: #84ad6d;
	}

.subTitle {
	padding: 0px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
	text-transform: uppercase;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'CormorantGaramond', sans-serif;
	position: relative;
	font-size: 48px;
    color: #000000;
	line-height: 1.3;
	font-weight: 700;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	}
	
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 {
    color: #000000;
	}
	
h2, .h2 {
	font-size: 48px;
	}
	
h3, .h3 {
	font-size: 28px;
	}
	
h4, .h4 {
	font-size: 26px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

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

p {
	margin: 0 0 20px;
	line-height: 1.6;
	letter-spacing: 0.08px;
	}

p b, p strong {
    font-weight: 500;
	}

p[align=center] {
	text-align: center !important;
	}

p[align=left] {
	text-align: left !important;
	}

p[align=right] {
	text-align: right !important;
	}

p:last-child {
	margin-bottom: 0px;
	}

ul.ul-listing {
	margin: 0px 0px 25px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}

ul.ul-listing.text-center,
ol.ol-listing.text-center,
ul.ul-listing2.text-center,
ol.ol-listing2.text-center {
	text-align: center;
	}

ul.ul-listing li {
	position: relative;
	line-height: 26px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 2px 0px 2px 25px;
	}

ul.ul-listing li p {
	margin: 0px 0px;
	}
	
ul.ul-listing li:before,
ul.ul-listing2 li:before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f00c';
	left: auto;
	border: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	color: #171717;
	font-size: 16px;
	font-weight: 900;
	margin-left: -30px;
	}

ul.ul-listing li:before {
	content: '';
	top: 9px;
	width: 8px;
	height: 8px;
	color: #171717;
	margin-left: -25px;
    border-radius: 100%;
    background: #056337;
	}

ul.ul-listing ul {
	margin: 15px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 26px;
	margin-bottom: 5px;
	list-style-type: decimal;
	padding: 2px 0px 2px 10px;
	}

ol.ol-listing.lower-alpha li {
	list-style-type: lower-alpha;
	}

ol.ol-listing li ul.ul-listing,
ol.ol-listing li ul.ul-listing2 {
    padding-left: 40px;
	}
	
ol.ol-listing li ul.ul-listing li,
ol.ol-listing li ul.ul-listing2 li {
    padding-left: 0px;
	list-style-type: none;
	}

ol.ol-listing li ul.ul-listing2 li:before {
    margin-left: -30px;
	}

.textBold {
	font-weight: 700;
	}

.details-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.details-container ul {
	}

.details-container ul li {
	padding-left: 10px;
	margin: 0px auto 10px;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}

.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
    width: 100%;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 59px;
	height: 18px;
	font-size: 0px;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	background: url(../images/page-left.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	background: url(../images/page-right.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/page-left-hover.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/page-right-hover.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	border: none;
	margin: 0px 5px;
	width: 0.625rem;
	height: 0.625rem;
	/*overflow: hidden;*/
	border-radius: 100%;
    vertical-align: middle;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
    position: absolute;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 0.625rem;
	font-size: 0px;
	opacity: 0.35;
	content: '';
	top: 50%;
	left: 50%;
	width: 0.625rem;
	height: 0.625rem;
	overflow: hidden;
	border-radius: 100%;
	background: #ffffff;
    border: 0px solid #ffffff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
    /* width: 100%; */
    border-radius: 100%;
	background: #ffffff;
    border-color: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Slick Slider Custom Nav */

.customPrevBtn,
.customNextBtn {
	position: relative;
	cursor: pointer;
	display: block;
	z-index: 5;
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0px;
	background: none;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.customPrevBtn {
	padding: 0px 0px 0px 36px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNextBtn {
	padding: 0px 36px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrevBtn:hover,
.customPrevBtn:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.customNextBtn:hover,
.customNextBtn:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
/* Link Button */

.link-btn {
	position: relative;
	display: block;
	z-index: 1;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto 0px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}

.link-btn a {
	position: relative;
	line-height: 24px;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	}
	
.link-btn a:hover {
	color: #056337;
	}

.link-btn a img {
	margin-left: 10px;
	}
	
.link-btn a .hiddenicon,
.link-btn a:hover .showicon {
	display: none;
	}
	
.link-btn a:hover .hiddenicon {
	display: inline-block;
	}

.photoContainer {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
    background: #2a2a2a;
}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #676767;
	font-size: 14px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    padding: 95px 0px 0px;
}
	
.footer {
	position: relative;
    max-width: 100%;
	padding: 0px 60px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #676767;
	}

.footer a:hover {
    color: #000000;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	padding: 0px 15px;
    max-width: 33.3333%;
}

.footer-logo {
	position: relative;
	display: block;
}

/* Footer Head */
	
.footer-head {
	font-family: 'Playfair Display', sans-serif;
	position: relative;
    color: #fff;
	display: block;
	font-size: 26px;
	line-height: 33px;
    font-weight: 600;
	margin: 0px 0px 25px;
}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
	}

.footer-location,
.footer-phone-number,
.footer-email-address {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
	font-weight: 700;
	font-family: 'Playfair Display', sans-serif;
    margin: 0px 0px 22px;
	letter-spacing: 0.07px;
    background-size: 16px;
    text-align: center;
    color: #fff !important;
}

.footer-phone-number {
    background: url("../images/tel-icon.png") 0px center no-repeat;
    background-size: 16px;
	}

.footer-email-address {
    background: url("../images/email-icon.png") 0px center no-repeat;
    background-size: 16px;
	}
	
.footer-contact-info-box a {
	color: #676767;
	}
	
.footer-contact-info-box a:hover {
	color: #056337;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 14px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav.col2 {
	column-count: 2;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 23px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #676767;
	letter-spacing: 0.07px;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a,
.footer-social-media ul li a:hover {
	color: #056337;
	}

.footer-social-media {
	position: relative;
	display: block;
	}

.footer-social-media ul {
	display: flex;
	padding: 0px 0px;
	margin: 0px -20px;
	list-style-type: none;
	}

.footer-social-media ul li {
	position: relative;
	padding: 0px 20px;
	vertical-align: top;
	display: inline-block;
}

.footer-social-media ul li a {
    position: relative;
    display: block;
    font-size: 20px;
	color: #676767;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px 0px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 4px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

ul.footer-payment-options li img {
    width: auto;
    max-height: 30px;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #A1A1A1;
	font-size: 14px;
    font-weight: 400;
	overflow: hidden;
	padding: 30px 0px;
    line-height: 24px;
	background: #2a2a2a;
}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	color: #A1A1A1;
	margin: 0px auto;
    line-height: 24px;
	}

/* Web Excellence */

.webExcellence {
	position: relative;
	margin: 0px auto;
    font-size: 0px;
	line-height: 20px;
    display: inline-block;
	vertical-align: middle;
	}
	
.webExcellence a,
.webExcellence img,
.webExcellence span {
	font-size: 14px;
    color: #A1A1A1;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}

.webExcellence span {
    font-weight: 400;
    color: #A1A1A1;
    vertical-align: top;
	}
	
.webExcellence a:hover span,
.webExcellence a:hover {
	color: #ffffff;
	}

.webExcellence img {
    max-height: 13px;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: block;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
	float: none;
	height: 50px;
	line-height: 25px;
	border-radius: 0px;
    letter-spacing: 0.8px;
	border: 1px solid #CCCCCC;
	padding: 10px 45px 13px 22px;
	}

.nice-select,
.nice-select .list {
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	}

.nice-select .current {
	opacity: 1;
	color: #A4A4A4;
	}

.nice-selected .nice-select .current {
	opacity: 1;
	color: #222222;
	}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    background: #ffffff;
	border-color: #84ad6d;
    outline: none !important;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #171717;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	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: #171717 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

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

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

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

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

.nice-select .list {
	position: absolute;
	margin-top: 1px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	border-radius: 0px 0px 0px 0px;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
	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: #171717 !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #171717;
	font-size: 15px;
	min-height: 50px;
	background: none;
	line-height: 26px;
	padding: 12px 23px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #171717;
	background: #f5f5f5;
	}

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

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

/* Contact Form Container */
	
.contact-form-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 1;
	margin: 0px auto;
	background-size: cover;
	background-position: center bottom;
	}

.contact-info-container {
	position: relative;
	display: block;
	padding: 60px 0px 100px;;
	}

/* Contact Info Box */

.contact-info-box {
	position: relative;
	display: block;
	padding: 0px;
    width: 100%;
	font-size: 16px;
	color: #676767;
	margin: 0px auto;
	padding-left: 30px;
	}

.contact-inner-info {
	position: relative;
	display: block;
	padding: 50px 0px 0px 20px;
	}

.company-info-box {
	position: relative;
	display: block;
	color: #676767;
    font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 50px;
	}

.contact-info-box .company-info-box:last-child {
	margin-bottom: 0px;
	}

.company-info-box .row .col-auto {
	width: 125px;
	}

.company-info-icon {
	position: relative;
	display: block;
	color: #676767;
	}

.company-info-box p:last-child {
	margin-bottom: 0px;
	}

.company-info-box a {
	color: #676767;
	}

.company-info-box a:hover {
	color: #056337;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
	width: 100%;
	color: #989898;
	padding: 60px 70px;
	margin: 0px auto 0px;
	background: #ffffff;
	box-shadow: 0px 1px 20px #0000000F;
	}

.contactForm form {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}

.contactForm p {
    margin: 0px auto 30px;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 150px;
	right: -10px;
	z-index: 1;
	}

.control-label {
	display: block;
	color: #989898;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
	text-transform: none;
	}

.required-field {
	color: #d40000;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 360px;
	overflow: hidden;
	border-radius: 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 24px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 14px 22px;
	border-radius: 0px;
	background-image: none;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	}

textarea.form-control {
	min-height: 180px;
	line-height: 24px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #056337;
	outline: 0px solid #056337 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #BBBBBB;
    font-weight: 400;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #BBBBBB;
    font-weight: 400;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #BBBBBB;
    font-weight: 400;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #BBBBBB;
    font-weight: 400;
	}
	
.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; }

.btn-primary,
.btn-secondary {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	font-size: 14px;
	margin: 0px auto;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	padding: 0px 0px;
	text-align: center;
    border-radius: 0px;
	background: transparent;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary img {
	margin-left: 15px;
	}	

.btn-primary .hiddenicon,
.btn-primary:hover .showicon {
	display: none;
	}	

.btn-primary .showicon,
.btn-primary:hover .hiddenicon { 
	display: inline-block;
	vertical-align: middle;
	}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #056337; background: transparent; border-color: transparent; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #056337; background: transparent; border-color: transparent; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #056337; background: transparent; border-color: transparent; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #ffffff; background: #d9017e; border-color: #d9017e; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #ffffff; background: #568cd7; border-color: #568cd7; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff; background: #d9017e; border-color: #d9017e; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #ffffff; background: #d9017e; border-color: #d9017e; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	}

.thank-you-container figure {
	z-index: 1;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 15px;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    max-width: 590px;
	}
	
.thank-you-content h1 {
    color: #000000;
	font-size: 80px;
    line-height: 1;
    padding-bottom: 35px;
    letter-spacing: 0.4px;
	}

.thank-you-content h1 strong {
	display: block;
    color: #000000;
	font-size: 100px;
    font-weight: 700;
	}

.thank-you-content p {
	padding-right: 90px;
	margin-bottom: 40px;
	letter-spacing: 0.08px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}

/* Site map */

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

.site-map-logo {
	float: none;
	margin: 30px auto 0px;
	}

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

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

.site-map ol li a {
	font-size: 13px;
	text-transform: uppercase;
	}/* Site map */

.site-map {
	position:relative;
	display:block;
	color: #000000;
	max-width:400px;
	margin:30px auto;
	padding:25px 55px;
	border-radius:5px;
	background: #efefef;
	border:1px solid #000000;
	}

.site-map-logo {
	float: none;
	margin: 30px auto 0px;
	}

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

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

.site-map ol li a {
	font-size: 13px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.site-map ol li a:hover {
	color: #84ad6d;
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1699.98px) {
	.top-notificationBaar, .nav>ul ul, .nav>ul ul ul, .headerTopLinks li, .link-btn, .footer-bottom, .webExcellence a, .webExcellence img, .webExcellence span, 
	.breadcrumb-container ul li, .company-info-box, .control-label, .btn-primary, .btn-secondary, .link-url a, .hsb-read-more, .offer-item-info, .customer-review-box, 
	.tpfy-mask-content, .filter-select-text, .filter-separator, .accordion-header a, .accordion .accordion-body, .carrer-inner-info { font-size: 12px; }
	body, .headerTopLinks>li.header-cart-menu a, .contact-info-box, .page-link, .page-item a, .page-item span.active { font-size: 14px; }
	.container, .wide-container, .header-container, .thank-you-content-area .captionWrapper { max-width: 1200px; padding-left: 25px; padding-right: 25px; }
	.container, .thank-you-content-area .captionWrapper { max-width: 1100px; }
	.header-container, .footer { max-width: 100%; }
    h1, .h1 { font-size: 36px; }
	h2, .h2 { font-size: 32px; }
	h3, .h3 { font-size: 28px; }
	h4, .h4 { font-size: 24px; }
	h5, .h5 { font-size: 20px; }
	h6, .h6 { font-size: 16px; }
	.logo { width: 190px; height: 78px; }
	.nav>ul>li>a { font-size: 12px; padding: 35px 0px; }
	.headerTopLinks li img { max-height: 18px; }
	.headerTopLinks { margin: 0px -15px; }
	.headerTopLinks li { margin: 0px 15px; }
	.top-notificationBaar { padding: 10px 25px; }
	.banner_caption .captionContainerInner { max-width: 380px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 60px; }
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
	.breadcrumb-container { padding: 15px 0px; }
	.pageTitle h5 { font-size: 16px; }
	.pageTitle h1, .pageTitle h2 { font-size: 38px; }
	.hpct-mask-content h6, .product-categorie-title { font-size: 22px; }
	.offer-item-info h4 { font-size: 18px; }
	.tpfy-main-section { padding: 100px 25px; }
	.tpfy-title, .tpfy-mask-content h6 { font-size: 14px; }
	.csm-product-details-box .csm-product-price-box, .csm-product-details-box .csm-product-price-box bdi, .csm-product-details-box .csm-product-price-box ins bdi { font-size: 22px !important; }
	.team-people-info { font-size: 12px; padding: 30px 30px 20px; }
	.team-people-info h3 { font-size: 22px; padding-bottom: 20px; }
	.carrer-price { font-size: 22px; }
	.thank-you-content h1 strong { font-size: 70px; }
	.thank-you-content h1 { font-size: 55px; }
	.thank-you-content p { padding-right: 30px; }
	.footer-top { font-size: 12px; padding: 80px 0px 60px; }
	.footer-head { font-size: 18px; }	
	}

@media (max-width: 1599.98px) {
	}

@media (max-width: 1499.98px) {
	.ftcol.ftcol1 { min-width: auto; }
	ul.footer-nav { font-size: 12px; }
	.footer-location, .footer-phone-number, .footer-email-address { font-size: 12px; margin: 0px 0px 15px; }
	ul.footer-nav li { margin: 0px auto 15px; }
	.footer-top { padding: 70px 0px 45px; }
	.footer-social-media ul li a { font-size: 15px; }
	.footer-social-media ul { margin: 0px -10px; }
	.footer-social-media ul li { padding: 0px 10px; }
	}

@media (max-width: 1399.98px) {
	}

@media (max-width: 1299.98px) {
	.top-notificationBaar { padding: 10px 15px; }
	.container, .wide-container, .header-container, .thank-you-content-area .captionWrapper { padding-left: 15px; padding-right: 15px; }
	.home-intro-section { padding: 80px 0px;}
	.home-categorie-section {  padding: 80px 0px 15px; }
	.home-offer-section { padding: 60px 0px 0px; }
	.slick-prev, .slick-next { width: 30px; height: 18px; }
	.customer-review-slider .slick-prev { left: 0px; }
	.customer-review-slider .slick-next { right: 0px; }
	.customer-review-section { padding: 70px 0px 60px; }
	.tpfy-main-section { padding: 40px 15px; }
	.tpfy-section { padding: 50px 0px; }
	.tpfy-slider .slick-prev { left: 0px; }
	.tpfy-slider .slick-next { right: 0px; }
	.tpfy-slider { margin: 0px -15px 30px; }
	.product-container { padding: 40px 0px 70px; }
	.product-reviews-container { padding: 40px 0px; }
	.related-product-container, .about-histroy-section, .about-team-section { padding: 60px 0px; }
	.csm-products-slider .slick-prev { left: 0px; }
	.csm-products-slider .slick-next { right: 0px; }
	.education-middle-content { margin-top: -200px; }
	.education-top-section { padding: 40px 0px 60px; }
	.wwa-content-box { padding-left: 0px; }
	.wwa-section { padding: 40px 0px 0px; }
	.who-we-section { padding: 0px 0px 80px; }	
	.contact-info-container, .main-container { padding: 40px 0px 70px; }
	.ftcol.ftcol3 { min-width: auto; }
	}

@media (max-width: 1199.98px) {
    * { letter-spacing: 0px !important; }
	.logo { width: 140px; height: 58px; }
	.headerTopLinks li a { line-height: normal; }
	.headerTopLinks>li.header-cart-menu a { font-size: 10px; }
    .headerTopRight { height: 100%; position: absolute; max-width: 100%; left: 0px; right: 0px; }
    .headerTopRight .headerGroupContainer, .nav-wrapper { display: none !important; }
    .menubar-icon, .mobile-menu-wrapper { display: block; }
    .mobileMenu.show { opacity: 1; }
    .headerTop .topHeaderContainer { justify-content: space-between; }
    .headerGroupContainer { float: none; width: 100%; padding: 15px 0px; margin: 0px auto; border-bottom: 1px solid #e1e1e1; }
    .headerTopLinks { margin: 0px; float: none; }
	.offer-icon-box { width: 100px; height: 100px; }
	.csm-product-details-box { padding-left: 0px; }
	.career-titel-info { margin: 0px -10px; padding: 0px 10px 0px 0px; }
	.career-titel-info li { padding: 0px 10px; }
	.sds-product-item { width: 33.3333%; }	
	.contact-info-box { padding-left: 0px; }
	.map-container { height: 275px; }
    .headerTopLinks li.header-search-menu { margin-right: 0px; padding-right: 5px; border-right: 1px solid rgba(256, 256, 256, 0.2); }
	.thank-you-content h1 { padding-bottom: 20px; }
	.ftcol.ftcol1 { min-width: 100%; text-align: center; margin-bottom: 35px; }
	.footer-top { padding: 50px 0px 30px; }
    }

@media (max-width: 1099.98px) {
	}

@media (max-width: 1023.98px) {
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.notification-slider .slick-prev, .notification-slider .slick-next { display: none !important; }
	.intro-pic-container { display: flex; justify-content: center; padding-left: 0px; }
	.intro-right-pic { position: relative; bottom: auto; right: auto; max-width: 355px; margin-left: 15px; }
	.home-intro-content { padding: 30px 0px 0px; }
	.slide-button .slick-arrow img { max-width: 35px;}
	.customer-review-slider .slick-slide { margin: 0px 0px; opacity: 1; transform: scale(1); }
	.customer-review-slider .slick-dots { bottom: -30px; }
	.shop-right-section { padding: 40px 0px 0px 0px;}
	.page-item.page-prev .page-link, .page-item.page-next .page-link, .page-item.page-prev a, .page-item.page-next a { width: 30px; height: 14px; }
	.pagination { align-items: center; }
	.csm-product-details-box { padding: 30px 0px 0px; }
	ul.csm-product-share li { font-size: 16px; }
	ul.nav-tabs.tabstyle1 { margin: 0px -1px 0px 0px; }
	.product-reviews-container .tab-content { padding: 30px 20px; }
	ul.nav-tabs.tabstyle1 li.nav-item a { font-size: 12px; padding: 10px 25px; }
	.education-middle-content { margin-top: 0px; padding: 30px 20px; }
	.education-sub-banner, .education-pic-container, .wwa-pic-container { margin-bottom: 30px;}
	.education-bottom-section { padding: 40px 0px 80px; }
	.education-content-box { padding-right: 0px; }
	.wwa-content-box .pageTitle h3 { font-size: 22px; }
	.team-content-box .row .col-lg-4, .team-content-box .row .col-lg-8 { width: 100%; }
	.team-people-info { padding: 25px 20px; }
	.search-diamond-section>.row>.col-lg-4, .search-diamond-section>.row>.col-lg-8 { width: 100%; }
	.diamond-filter { margin-bottom: 40px;}
	.sdr-listing-section { padding: 0px 0px; }
	.footer-bottom .row .col, .footer-bottom .row .col-auto { max-width: 100%; width: 100%; text-align: center; }
	.footer-bottom .order-2 { order: 1 !important; }
	.footer-bottom .order-1 { order: 2 !important; }
	ul.footer-payment-options li img { max-height: 18px; }
	.contact-inner-info { padding: 20px 0px 40px 0px; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .h1, .pageTitle h1 { font-size: 27px !important; letter-spacing: 0px !important; }
    h2, .h2 { font-size: 27px !important; letter-spacing: 0px !important; }
	h3, .h3 { font-size: 24px !important; letter-spacing: 0px !important; }
	h4, .h4, .team-people-info h3 { font-size: 20px !important; letter-spacing: 0px !important; }
	h5, .h5, .wwa-content-box .pageTitle h3, .carrer-price { font-size: 18px !important; letter-spacing: 0px !important; }
	h6, .h6, .tpfy-title, .tpfy-mask-content h6, .pageTitle h5, .wwa-inner-text h4, .accordion-header a h4 { font-size: 14px !important; letter-spacing: 0px !important; }
    .csm-product-item { width: 50%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }
	.banner_caption { position: relative; top: auto; left: auto; }
	.banner_caption .captionContainerInner { max-width: 100%; text-align: center; padding: 30px 0px 100px; }
	.banner_caption .captionContainer .bannerHeading1 { padding-bottom: 15px; }
	.homeBannerSlider .slick-dots li button::before { width: 10px; height: 10px; background: #000; }
	.homeBannerSlider .slick-dots li:hover button, .homeBannerSlider .slick-dots li.slick-active button { border-color: #000; }
	.homeBannerSlider .slick-dots li button::before { background: #000; }
	.link-btn a img { max-height: 35px; }
	.inner-banner figure img { min-height: 150px; object-fit: cover; }
	.intro-pic-container { display: block; }
	.intro-main-pic { max-width: 100%; margin-bottom: 20px;}
	.intro-right-pic { max-width: 100%; margin: 0px 0px; }
	.intro-main-pic img, .intro-right-pic img { width: 100%; }
	.home-intro-section { padding: 60px 0px;}
	.hpc-title-section .row .col, .hpc-title-section .row .col-auto { max-width: 100%; width: 100%; }
	.hpct-right-info ul { padding: 30px 0px 0px; justify-content: center; }
	.hpct-mask-content h6, .product-categorie-title { font-size: 18px !important; }
	.home-categorie-section {  padding: 60px 0px 15px; }
	.customer-review-box { padding: 28px 20px; }
	.csm-product-item-inner .product-btns-group { left: 0px; }
	.csm-product-availability { padding-left: 0px; }
	.csm-product-buttons { padding: 15px 0px 0px; }
	.specification-table, .product-reviews-container .tab-content, ul.csm-product-share li { font-size: 12px; }
	.specification-table table tr th { font-size: 12px; padding-right: 22px; }
	.wwa-pic-container figure { border: 10px solid #fff; }
	.career-titel-info { display: none;}
	.accordion-header a { padding: 15px 50px 15px 18px; }
	.carrer-accordion-body { padding: 10px 18px 21px !important; }
	.accordion-container .accordion-item { margin-bottom: 15px; }
	.company-info-box { margin: 0px 0px 30px; text-align: center; }
	.company-info-box .row .col, .company-info-box .row .col-auto { width: 100%; }
	.company-info-icon { margin-bottom: 12px;}
	.company-info-icon img { max-width: 60px;}
	.contactForm { padding: 25px 20px; }
	.form-control, .form-custom-select, .form-select, .nice-select, .nice-select .list, .nice-select .option { font-size: 12px; }
	.thank-you-content-area { position: relative; top: auto; left: auto; padding: 50px 0px; }
	.thank-you-content h1 strong { font-size: 45px; }
	.thank-you-content p { padding-right: 0px; margin-bottom: 25px; }
	.ftcol { width: 100%; max-width: 100%; }
	.footer-location, .footer-phone-number, .footer-email-address { max-width: 100%;}
	.ftcol.ftcol2, .ftcol.ftcol3, .ftcol.ftcol4 { margin-bottom: 20px; }
	.footer-head { font-size: 16px; margin: 0px 0px 18px; }
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 649.98px) {
	.sds-product-item { width: 50%; }
	}
	
@media (max-width: 575.98px) {
    .csm-product-item, .featured-product-item, .gallery-item, .flow-item { width: 100%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }
    }

@media (min-width: 576px) {
	}

@media (max-width: 479.98px) {
	.offer-item-box { margin-bottom: 50px; }
	.offer-item-box .row .col, .offer-item-box .row .col-auto { max-width: 100%; width: 100%; }
	.offer-icon-box { margin-bottom: 15px; }
	ul.nav-tabs.tabstyle1 li.nav-item a { padding: 10px 15px; }
	.sds-product-item { width: 100%; }
   }
	
@media (max-width: 399.98px) {
	}

@-ms-viewport { width: auto !important; }