body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
}

.img-responsive{max-width:100%;}
.tb-100{
	padding-top:100px;
	padding-bottom:100px;
}
.tb-equal{
	padding:80px 0px;
}
.tb-equal-half{
	padding:50px 0px;
}

.pt-half{padding-top:40px;}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px !important;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}

h1{font-size:40px; font-weight:700;}
h2{font-size:35px; font-weight: 700; letter-spacing: -1px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

h1, h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pb-80{padding-bottom:80px;}
.pb-50{padding-bottom:50px;}

.z-index-9{z-index:9;}
p:last-child{margin:0px;}

.pb-150{
	padding-bottom:150px;
}
.height-full{height:100%;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}

.border-radius-5{border-radius:5px;}

.w7-h2 h2{font-weight:700;}
.w7-h3 h3{font-weight:700;}

.greenT{
	color:#147676;
}

.last-child-ml a:last-child{margin-left:10px;}

/** Header 1 **/

.logo-1,
.header-container{
	/* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center; */
}

.logo {
    padding: 20px 0px;
}
/* .logo img{width:160px;} */

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark{
	display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark{
	display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white{
	display: none;
}

/*** #2.# HEADER ***/

.navigation{
	background:#157777;
}

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

.main-header {
    width: 100%;
	position:relative;
    z-index: 99;
    padding: 0px;
}

.menu-nav:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.menu-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-nav li {
	display: inline-block;
	/* position: relative; */
	/* margin-left: 40px; */
	margin-bottom: 0;
	text-transform: capitalize;
}
.menu-nav li:first-child {
	margin-left: 0;
}
.menu-nav li a {
    color: #fff;
    padding: 0px 13px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 45px;
    display: block;
    text-transform: uppercase;
}

/* .menu-nav li a:before {
    position: absolute;
    display: block;
    bottom: 28px;
    left: 0;
    width: 0;
    border-top: 1px solid #ffffff;
    content: '';
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
} */

.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #38aa9a;
	background: #fff;
	text-decoration: none;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
    left: 0;
    width: 100%;
    border-color: #a4fdcf;
}

.menu-nav ul {
    display: none;
    /* margin-top: 1px; */
    padding: 0px 20px 0px;
    /* width: 265px; */
    width: 100%;
    text-align: left;
    position: absolute;
    background: #fff;
    z-index: 5;
    left: 0;
}
.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	text-align:center;
}
.menu-nav ul li > a {
	display: block;
    padding: 4px 30px;
    color: #0e1219;
    font-size: 14px;
	line-height:normal;
	/* -webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px); */
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #38aa9a;
	/* -webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px); */
}

.menu-nav li:hover > ul {
	display: block;
}
.menu-nav li:hover > ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}
.menu-nav .edge > ul{
	left: auto;
	right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}

.mega-menu .sub-menu li {
    text-align: inherit;
}
/* .mega-menu .sub-menu li a img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 120px;
} */
.mega-menu .sub-menu.sm-one li a:hover:after {
    content: "";
    border-bottom: 1px solid #38aa9a;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mega-menu .sub-menu li a {
    padding: 0px 15px;
    text-transform: capitalize;
    line-height: 45px;
	position:relative;
}

.special-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.special-menu li a {
    color: #ffc145;
    padding: 0px 15px;
    font-size: 14px;
	text-decoration:none;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 45px;
    display: block;
    text-transform: uppercase;
}
.special-menu li a:hover{color:#fff;}

.links-menu li a {
    line-height: 30px !important;
}

.menuducts {
    margin-bottom: 15px;
    padding: 0 !important;
    color: #444 !important;
    font-size: 12px !important;
    line-height: normal !important;
	letter-spacing:0px !important;
}
.menuducts figure{margin-bottom:5px;}
.menuducts span{font-weight:600; text-transform:uppercase;}
.menuducts figure img {
    width: 100% !important;
}
.links-menu li a:hover:after, .menuducts:hover:after{display:none;}

/*** end menu large screens ***/

.menu-nav ul.sub-menu.sm-two {
    top: inherit;
    width: 100%;
    left: 0;
    z-index: 9;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 10px 10px #33333326;
    /* border-top: 1px solid #ddd; */
}
.menu-nav ul.sub-menu.sm-two div[class^="col-md-7"] {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 0px;
}

.menu-mobile li {	
	padding-top: 15px;
	list-style: none;
	margin-bottom: 0;	
	position: relative;
}

.menu-mobile li a {
	position: relative;
    color: #fff;
	letter-spacing: 0.05em;	
	text-transform: uppercase;
	font-weight: 600;
    display: block;
    line-height: 26px;
    font-size: 14px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #38aa9a;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	top: -7px;
}

.menu-mobile>li.menu-item-has-children> span {
    content: "";
    background: url(../images/arrowD.svg) no-repeat center;
    background-size: 10px !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
	top: 7px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "";
}
.menu-mobile li.menu-open span{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-mobile ul {
	margin-left: 0;
	padding:0px;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
    font-size: 12px;
    padding-top: 0px;
    text-transform: none;
    padding-left: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding:0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}

header .social-media li a:hover{color:#a4fdcf;}


/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
    position: fixed;
    z-index: 0;
    top: 133px;
    right: 0;
    overflow-x: hidden;
    text-align: center;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    padding: 30px 0;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

body.has-active-menu .mobile-menu-holder.is-active{
	z-index: 99;
}

.modal-menu-container {
	position: relative;
}
.exit-mobile {
    cursor: pointer;
    padding: 0px;
    display: inline-block;
    margin-top: 22px;
}
.exit-mobile img {
    width: 18px;
}

/* SLIDER */
.home-slider figure{
	margin:0px;
}
.home-slider .owl-dots{
	position: absolute;
    right: 10px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slider .owl-dots button{
	display: block !important;
	outline:none;
}
.home-slider .owl-dots button span{
	border-radius:50px !important;
	background:none !important;
	border:1px solid #fff !important;
}
.home-slider .owl-dots button.active span{
	background:#ffd900 !important;
	border:1px solid #ffd900 !important;
}

.slider-container {
	position: relative;
	overflow:hidden;
}

/* .slider-item-box-bkg {
	height: 100vh;
} */

.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(14, 18, 25, 0.5);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	/* position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.slider-text {
    position:relative;
}
/* .slider-text h2 {
	font-weight:700;
    margin-bottom: 10px;
	color:#ffc145;
    font-size: 31px;
}
.slider-text p {
	font-size:14px;
	color:#fff;
    padding: 0px;
} */
.slider-text img {
    /* width: 120px !important; */
    margin: auto;
}

.center-fixed{
	z-index: 9;
	bottom: 100px;
	margin: auto;
	left: 0;
	right: 0;
}

.slider-img, .slider-img-v2 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.pcsa-field {
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
}
.pcsa-field a{
	width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
	font-size:18px;
    color:#2e2e2e;
	background: #e6e6e6;
	display:block;
}
#additional_features .cart, #additional_features .cart .row{margin:0px; width: 100%;}
.cart a i{font-size:18px; color: #2e2e2e;}
.cart a{font-size:14px; color:#38aa9a;}

.header-social-1 {
	margin: 0px 20px;
}

@media (max-width: 1024px) {	
	.nav-button-holder {
		display: block;
	}
	.nav-button-holder button {
		outline: none;
		/* padding: 0px !important; */
		background: #38aa9a;
		width: 35px;
		border-radius: 40px;
		height: 35px;
		color: #fff;
	}

	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}	
	.slider-text {
		width: 100%;
	}
	
	/* slider v2 */
	
	.slider-holder-v2{
	height: auto;
	flex-wrap: wrap;
	}
	
}

.href-greenT {
    margin: 0px;
    padding: 0px;
    color: #147676;
	font-weight:400;
    text-transform: capitalize;
    font-size: 13px;
	letter-spacing:0.5px;
    position: relative;
	text-decoration:none;
}
.href-greenT:hover {
    color: #ffc145;
    text-decoration: none;	
}

.href-green {
    margin: 0px;
    padding: 0px;
    color: #147676;
	font-weight:600;
    text-transform: uppercase;
    font-size: 13px;
	letter-spacing:0.5px;
    position: relative;
	text-decoration:none;
}
.href-green:hover {
    color: #ffc145;
    text-decoration: none;	
}
.view-more {
    background: #ffc145;
    margin: 0px;
    padding: 0px 35px 0px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    height: 45px;
    border-radius: 50px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view-more:hover {
    background: #32ae9d;
    color: #fff;
    text-decoration: none;	
}
.view-more.Aright:hover:after{left:25px;}

.view-more.Aright:after {
    content: "";
    background: url(../images/button-arrow-right.svg)no-repeat;
    width: 20px;
    height: 5px;
	left:15px;
	position:relative;
    background-size: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.view-more.Aright.before:after{display:none;}

.view-more.Aright.before{
	padding: 0px 45px 0px 45px;
}
.view-more.Aright.before:before {
    content: "";
    background: url(../images/cartw.svg)no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.view-more.normal{
	padding: 0px 35px 0px 35px;
}

.last-btn a{font-size: 15px;padding: 0px 45px 0px 45px;}
.last-btn a:last-child{margin-left:10px;}

.btn-yellow {
    background: #32ae9d;
    margin: 0px;
    padding: 0px 30px 0px 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    height: 45px;
    border-radius: 50px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-yellow:hover {
    background: #ffc145;
    color: #fff;
    text-decoration: none;	
}
.btn-yellow.Aright:hover:after{left:25px;}

.btn-yellow.Aright:after {
    content: "";
    background: url(../images/up-arrowDark.svg)no-repeat;
    width: 20px;
    height: 5px;
	left:15px;
	position:relative;
    background-size: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-compareI {
    background: #32ae9d;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50px;
    display: block;
    text-align: center;
	margin-right:5px;
}
.cta-number{
	text-align:right;
}
.cta-number small {
    color: #fff;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}
.cta-number a.tel {
    color: #f6cc2c;
    font-size: 21px;
    font-weight: 700;
}


/* About Us */

.about-col{
	padding-left:10%;
}
.abt-name h4 {
    color: #;
    text-transform: uppercase;
    margin: 0px;
}
.abt-name p{color:#00a651;}

.title-hp.white{
	color:#fff;
}

.list-style {
    padding: 0px;
    margin: 0;
}
.list-style li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    padding-bottom: 9px;
}
.list-style li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 16px;
    color: #fff;
    font-size: 7px;
    text-indent: 1px;
    line-height: 16px;
    background: #38aa9a;
    height: 16px;
    margin-right: 15px;
    border-radius: 50px;
    text-align: center;
}
.list-style li a{
	font-weight:500;
}
.list-style.arrow-right li:hover a{
	color:#ac0000;
}
.list-style li:last-child{margin:0px; padding:0px;}

footer {
    position: relative;
    overflow: hidden;
	padding-top:80px;
	background:#2e2e2e;
}
footer h4 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.list-foot {
	list-style:none;
	padding:0px;
	margin:0px;
}
.list-foot li {    
    margin-bottom: 5px;
}
.list-foot li a {
    font-size: 14px;
    color: #fff;
	text-decoration:none;
}
.list-foot li a:hover{
	color:#38aa9a;
}

.info{margin:0px;}
.info i {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    color: #00f260;
    font-size: 16px;
}
.info p, .info a {
    font-size: 14px;
    margin: 0px 0px 5px;
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.info p strong {
    font-weight: 400;
	margin-right:5px;
}

.foot-li p strong{margin-right:5px;}
.foot-li p a{color: #2e2e2e;}

footer .social-media{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social-media a {
    color: #797979;
    margin-right: 7px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}
footer .social-media a:last-child{
	margin:0px;
}
.copy-text p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.copy-write{padding: 10px 0px 10px;}

.callto{color:#fff; font-size:24px; font-weight:600;}
.callto:hover{color:#dfbe00; text-decoration:none;}

.tearm-condition{color:#fff; font-size:13px;}
.tearm-condition:hover{color:#dadada;}

.copy-write {
    padding: 20px 0px 20px;
    position: relative;
    /* z-index: 9; */
    border-top: 1px solid #707070;
}

.callto-A h2{color:#32ae9d;}
.callto-A p{color:#fff;}

.callto img {
    width: 28px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.callto-B span {
    border-right: 1px solid #707070;
    height: 50px;
	margin: 0px 15px;
}
.callto-B{
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
/************** Internal pages css **********/

.internal-banner{	
	height:450px;
	position:relative;
}
.internal-banner:after{
	content:"";
	background:#333;
	opacity:0.7;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}
.internal-banner .container{
	position:relative;
	z-index:1;
}
.internal-banner [class*="col-"] {
    margin: auto 0px 0;
    padding-bottom: 7%;
}
.internal-banner .container, .internal-banner .row{height:100%;}

.internal-banner h2{
	color:#fff;
	font-size:35px;
	text-transform:capitalize;
	letter-spacing:1px;
}
.internal-banner p{
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:0px;
	margin:10px 0px 10px;
}
.internal-banner ol.breadcrumb {
    background: none;
    margin: 0;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.internal-banner ol.breadcrumb li, .internal-banner ol.breadcrumb li a{
	color:#fff;
	font-size:15px;
}
.internal-banner ol.breadcrumb li.active a{
	color:#a4fdcf;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#fff;
	content:\f054;
}

.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email] {
    border: none;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form textarea{
	border: none;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form input[type=submit]{
	border:none;
	padding:0px 35px;
	height:50px;
}
.list-location li {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.list-location li strong{position:relative;}
/* .list-location li strong:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#ddd;
} */
.list-location li:last-child{margin-bottom:0px;}

.list-items{
	margin-bottom:15px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-items div {
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    padding: 10px;
    background: #d2e6fa;
    height: 42px;
	margin-right:15px;
}
.list-items p{margin:0px;}

.form-position .row input[type=text], .form-position .row input[type=tel], .form-position .row input[type=email]{
	margin-bottom: 15px;
    background: none;
    border: 2px solid #eee;
	background:none;
    border-radius: 50px;
    font-size: 13px;
    height: 50px;
	padding:0px 25px;
    text-transform: capitalize;
}
.form-position .row input[type=text]::placeholder, .form-position .row input[type=tel]::placeholder, .form-position .row input[type=email]::placeholder, .form-position .row textarea::placeholder{
	color:#fff;
}

.form-position .row textarea{
	margin-bottom: 15px;
    background: none;
    border: 2px solid #eee;
    border-radius: 20px;
	padding:20px 25px;
    font-size: 13px;
    height: 120px;
    text-transform: capitalize;
}
.form-position .row input[type=submit] {
    background:#ffd900 url(../images/up-arrowDark.svg)no-repeat center right 25px;
    border: 0px;
	padding:0px 90px 0px 35px;
    font-size: 15px;
	border:none;
	cursor:pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-position .row input[type=submit]:hover {	
	background:#dfbe00 url(../images/up-arrowDark.svg)no-repeat;
	background-position: center right 10px;;
}

.none-effect{
	position: static;
    padding: 0;
    transform: inherit;
}

.black-after:before{
	content:"";
	background:#333;
	opacity:0.6;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.black-after .container{
	position:relative;
	z-index:1;
}

.dark-after:after{
	content:"";
	background:#333;
	opacity:0.9;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.dark-after .container{
	position:relative;
	z-index:1;
}

.scp-position .row input[type=text], .scp-position .row input[type=tel], .scp-position .row input[type=email]{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 42px;
    text-transform: capitalize;
}
.scp-position .row textarea{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 80px;
    text-transform: capitalize;
}
.scp-position .row input[type=submit] {
    border: none;
    text-transform: uppercase;
    padding: 0 35px;
    height: 55px;
}

.black-btn {
    background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
	cursor:pointer;
}
.black-btn:hover {
    background: #38aa9a;
    color: #fff;
	text-decoration:none;
}

.fsfy-feature span {
    margin-right: 15px;
    background: #32ae9d;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
}

/* .fsfy-feature span img{width:16px;} */

.fsfy-feature h3 {
    font-size: 1.2vw;
}
.fsfy-feature a{
	margin:0px;
	color:#147676;
}

.popular-items:hover div span{color:#ca2751;}

.popular-items figure{position:relative;}

.client-scroll .popular-items {
    padding: 0px 20px;
}
.client-scroll .popular-items div {
    background: #eeeeee;
    padding: 40px;
    padding-bottom: 120px;
    margin-bottom: 50px;
    position: relative;
}
.client-scroll .popular-items div h2 {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 28px;
}
.client-scroll .popular-items div a {
    color: #38aa9a;
    font-weight: 700;
	position:relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
}
.client-scroll .popular-items div a:before {
    content: "";
    background: url(../images/full-arrow-right.svg)no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
}
.client-scroll .popular-items figure {
    margin: auto;
    margin-top: -140px;
	position: absolute;
    left: 0;
    right: 0;
}
.client-scroll .popular-items figure img {
    object-fit: cover;
    height: 135px;
    width: auto;
    margin: auto;
}
.client-scroll .popular-items:hover div{
	background:#ffd900;
}

.polular-section .container-fluid .client-scroll{
	padding:0px 100px;
}
.client-scroll .owl-nav button.owl-prev{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 20px;
    background: #e8e8ed;
    width: 80px;
    height: 50px;
    border-radius: 0px 50px 50px 0px;
	outline:none;
}
.client-scroll .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    right: -20px;
    background: #e8e8ed;
    width: 80px;
    height: 50px;
    border-radius: 50px 0px 0px 50px;
	outline:none;
}
.client-scroll .owl-nav button:hover{
	background:#38aa9a !important;
}

.foot-cener{color:#fff; text-transform:uppercase; letter-spacing:2px; font-size:13px;}
.foot-cener a{color:#fff;}

.breadcrumb {
    background: none;
    padding: 20px 0px 80px;
}
.breadcrumb li.active{color:#fff; ont-size:14px;}
.breadcrumb li a{
	color:#fff;
	opacity:0.5;
	font-size:14px;
}

.inTextB{
	background:#fff;
	padding-top:40px;
}
.inTextB h1{}
.inTextB h5 {
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    color: #999;
    font-size: 13px;
}
.inTextB p {
    margin: auto;
    width: 70%;
    color: #444;
    margin-top: 20px;
}

.product-items .popular-items{
	margin-bottom:60px;
}

.product-internal .container{
	padding:0px 80px;
}
.cta-special{
	padding:40px;
}

.cta-special h1{color:#38aa9a; margin:0px;}
.cta-special p{color:#fff; margin:0px; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:500;}

.cta-special:after{
	content:"";
	width:100%;
	height:100%;
	background:#000;
	left:0px;
	top:0px;
	position:absolute;
	opacity:0.5;
}
.cta-special #countdown ul{margin:0px;}
.cta-special #countdown li{
	color:#fff;
}

.after-bgTP:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
    background: url(../images/internal-bg.jpeg)no-repeat center top;
	background-size:cover;
    z-index: -1;
}
.after-bgTP:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
	opacity:0.5;
    background: #342c27;
}
.after-bgTP .container{z-index:9; position:relative;}

.pink-smbtn {
    background: #ca2751;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.span-first span:first-child{
	margin-right:15px;
}

.select-extras select{
	width:100%;
	height:45px;
	font-size:14px;
	border:1px solid #38aa9a;
	border-radius:2px;
	margin-bottom:15px;
	padding:0px 15px;
	text-transform:uppercase;
	outline:none;
	background:#fff url(../images/golDarroW.png)no-repeat right 10px center;
	background-size:18px;
	-webkit-appearance:none;
}

.addto-btn{
	background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
}

.addto-btn:hover {
    background: #38aa9a;
    color: #fff;
    text-decoration: none;
}

.detail-boxTB{
	border:1px solid #ddd;
}
.detail-boxTB li button {
    outline: none;
    cursor: pointer;
    background: none;
    border-radius: 0 !important;
    line-height: 55px;
    padding: 0px 20px;
    font-size: 16px;
    border-top: 0px !important;
}
.detail-boxTB li button.active{
	color:#38aa9a !important;
}
/* .detail-boxTB li:last-child button {
	border:none;
} */

.grey-box{
	padding:30px 30px 20px;
	background:#ececec;
}
.grey-box ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.grey-box li {
    margin-bottom: 15px;
    list-style: none;
    -webkit-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    font-size: 16px;
}

.detail-Fullbx{
	border:1px solid #ddd;
}
.perfecD{
	padding:60px 25px;	
}
.points h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:20px;
}
.points p{
	font-size:13px;
}

.assemblyT h4{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}

.review-box{
	background: #f9f9f9;
    padding: 20px;
    width: 19%;
}
.review-box h4{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}
.stars i {
    background: green;
    color: #fff;
    font-size: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 2px;
}

.TP-section{
	background:#fff; padding: 40px 40px 0;
}

.support p, .support a {
    font-size: 14px;
    margin: 0px;
	color: #2e2e2e;
    text-align: left;
}
.support p strong {
    color: #00f260;
    font-weight: 400;
}

.support-form input[type=text], .support-form input[type=tel], .support-form input[type=email] {
    margin-bottom: 15px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 45px;
    font-size: 14px;
	padding:0px 15px;
}
.support-form textarea{
	margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 100px;
    font-size: 14px;
	padding:20px 15px;
}
.support-form input[type=submit]{
    border: none;
    border-radius: 0px;
    background: #38aa9a;
	color:#fff;
    height: 45px;
    font-size: 14px;
	cursor:pointer;
	padding:0px 15px;
}
.support-form input[type=submit]:hover{
	background:#222;
}

.sidebar-filter{
	background:#212529;
	padding:30px 5px;
	border-radius:0px;
}

.sidebar-filter .card {
    background: none;
    border: none;
}
.sidebar-filter .card-header {
    background: none;
    border: none;
    padding: 5px 19px;
}
.sidebar-filter .card-header h5{
	font-family: 'Poppins', sans-serif;
    
}
.sidebar-filter .card-header h5 button {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    text-align: left;
	position:relative;
}
.sidebar-filter .collapse{
	color:#fff;
}
.sidebar-filter .card-body{padding-top:10px;}

.sidebar-filter .card-header h5 button.collapsed:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	
}
.sidebar-filter .card-header h5 button:after{
	content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.col-fourB{margin-bottom:30px;}
.col-fourB h1{margin-bottom:30px;}
.col-fourB strong{
	margin-bottom:15px;
}


.gold-circle div{
	padding-left:35px;
	position:relative;
}
.gold-circle div:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #38aa9a;
    position: absolute;
    left: 0;
    top: 0;
}

.offer-area {
    padding: 120px 80px;
    overflow: hidden;
}
.offer-area small {
    color: #fff;
    font-size: 16px;
}
.offer-area h1{color:#fff;}
.offer-area span:last-child {
    position: relative;
}
.offer-area span:last-child:after {
    content: "";
    background: url(../images/wave.svg) no-repeat;
    background-size: 140px;
    width: 140px;
    height: 29px;
    position: absolute;
    bottom: -30px;
    right: -40px;
}
.offer-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #157777ba;
    top: 0;
    left: 0;
    z-index: 0;
}

.compositelayer {
    position: absolute;
    left: 180px;
    bottom: -50px;
}
.compositelayer img {
    width: 270px;
}

.testimonial-items p {
    font-size: 16px;
	margin-top:40px;
}
.testimonial-items h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0;
}

.testimonail .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    left: -100px;
    background: #38aa9a;
	color:#fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    outline: none;
}
.testimonail .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    right: -100px;
    background: #38aa9a;
	color:#fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    outline: none;
}
.star-i i.ionly{
    background: #32ae9d;
    color: #fff;
    width: 24px;
    height: 24px;
	line-height:24px;
	font-size:12px;
    text-align: center;
    display: inline-block;
}
.star-i i{color: #32ae9d;}

.bold-abt strong {
    color: #157777;
    font-size: 20px;
}

.blog-section{
	background:#f1f1f1;
}
.blogger figure{margin-bottom:25px;}
.blogger span{color:#147676; text-transform:uppercase; font-weight:600;}
.blogger h3{
	font-weight:600;
	font-size:17px;
	margin-bottom:35px;
}

.GreatDeals div[class^="col-"]{
	padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation-delay: 5s;
}
.featureP {border: 1px solid #e1e1e154;}
/* .featureP:last-child{border-right: 0px;} */

.featureP:hover:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #38aa9a;
    /* z-index: 1; */
}

.featureP .productText {
    padding: 10px 30px 10px;
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	position:relative;
	z-index:2;
}
.featureP div a{text-decoration:none;}
.featureP h4{
	margin-bottom:5px;
	text-align:center;
	color:#2E2E2E;
	font-size: 20px;
}
.productText h4 span {
    color: #32ae9d;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.productText div small{
	color: #2e2e2e;
	font-size: 14px;
}

/* .featureP div p {
    margin: 40px 0px 0px;
    font-weight: 600;
    font-size: 16px;
} */
.featureP .owl-dots {
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.proDslide {
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation-delay: 5s;
}
.proDslide .owl-dots button{
	outline:none;
}
.proDslide .owl-dots button span{
	background:none !important;
	border:1px solid #ffffff;
	margin: 0px 2px !important;
}
.proDslide .owl-dots button.active span{
	background:#38aa9a !important;
	border:1px solid #38aa9a;
}
.proDslide figure img {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.newF{margin-bottom:15px;}
.newF span {
    background: #38aa9a;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.cd-gallery {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.featureP .productText .price {
    margin-top: auto;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
}
.featureP .productText .price p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #d52941;
    line-height: normal;
}
.featureP .productText .price strong {
    font-weight: 500;
    text-decoration: line-through;
}
.btn-yellow.light {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.if-green p{color:#32ae9d !important;}
.compare-button img {
    width: 20px;
}

.productText .newF.ifD{display:none;}
.productText .price.ifD p{text-decoration: none; font-weight:600;}
.productText .price.ifD strong{display:none;}

.proDslide .owl-nav button.owl-prev {
    color: #fff;
    outline: none;
    margin: 0 !important;
    border-radius: 0;
    left: 15px;
    top: 10px;
}
.proDslide .owl-nav button.owl-next {
    color: #fff;
    outline: none;
    margin: 0 !important;
    border-radius: 0;
    right: 15px;
    top: 10px;
}
.proDslide .owl-nav button:hover{
	background: none !important;
    color: #33ae9d !important;
}

.proDslide .owl-nav {
    z-index: 9;
    position: absolute;
    background: #00000094;
    bottom: 27px;
    left: 0;
    right: 0;
    width: 100px;
    height: 33px;
    margin: auto;
    border-radius: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 18px;
	visibility:hidden;
}
.featureP:hover:hover .owl-nav {visibility:visible;}

.owl_custom_nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    margin: auto;
    margin-top: -60px;
    z-index: 9;
    border-radius: 50px;
	visibility:hidden;
}
.owl_custom_nav .counter{
	color: #fff;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
}
.featureP:hover .owl_custom_nav{visibility:visible;}

.featureP .owl-nav button{visibility:hidden;}
.featureP:hover .owl-nav button{
	visibility:visible;
}

.discountOF {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
} 
.discountOF span {
    background: #d52941;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50px;
}

.newsletter form{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.newsletter input[type=text] {
    border: 0px solid #23214e;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 25px;
    padding-right: 60px;
}
.newsletter input[type=submit] {
    background: #38aa9a;
    background-size: 20px;
    border-radius: 50px;
    height: 50px;
	font-size:13px;
	letter-spacing:0.5px;
	font-weight:500;
    padding: 0px 30px;
    border: none;
	color:#fff;
	text-transform:uppercase;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsletter input[type=submit]:hover{
	background: #2e877a;
}
.newsletter form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #333 !important;
    right: 0;
    width: 50%;
    top: 55px;
    display: inline-table;
    z-index: 1;
    background: #fff;
    height: auto;
}

.socialF li{margin-right:10px;}

.payment {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.payment li{margin-right:5px;}
.payment li img{width: 45px;}
.payment li:last-child{margin:0px;}

.social {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.social li{margin-right: 15px;}
.social li img{width: 45px;}
.social li:last-child{margin: 0px;}
.social li a {font-size: 28px; color: #FFF}

.instagram{width:100%;}
.instagram figure {
    margin: 0px;
    width: 20%;
}
.instagram figure img{width:100%;}

.writeUs h1{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.writeUs a{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	margin:0px;
	font-size:18px;
}
.writeUs a i{margin-right:10px; color:#ffd900;}

.aboutTypo div{
	align-items:baseline;
}
.aboutTypo div span {
    color: #38aa9a;
    font-size: 20px;
    font-weight: 700;
    margin-right: 25px;
}

.popup-video:before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/video.svg)no-repeat center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-none .owl-nav{
	display:none;
}
.arrow-none .testimonial-items p{
	padding:0px;
}

.lastC-mbn .blogger:last-child {margin: 0;}

.singleDe .first-col p{
	padding:0px 80px;
}

.backTo{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	color:#38aa9a;
}
.backTo img{
	margin-right:10px;
}

.col-singleP{
	
}
.Rtypesingle h2{
	margin:0px;
	margin-top:15px;
}
.Rtypesingle h4{
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	text-transform:uppercase;
}
.mSize{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding:0px;
	padding-left:22px;
}
.mSize li {
    margin-right: 30px;
    font-size: 13px;
    font-weight: 500;
}
.mSize li:last-child{
	margin:0px;
}

.price_sp p{
	margin: 0;
    font-size: 22px;
    text-decoration: line-through;
    margin-right: 11px;
    font-weight: 300;
}
.price_sp strong{
	background: #ffd900;
    padding: 4px 12px;
    font-weight: 800;
	font-size: 24px;
}
.info-ProD ul {
    padding: 0px 15px;
    list-style: none;
	margin-right:25px;
}
.info-ProD ul li {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}
.info-ProD ul li:before {
    content: "";
    background: url(../images/check.svg)no-repeat top 6px left 0px;
    background-size: 13px;
    width: 16px;
    height: 15px;
    margin-right: 4px;
}
.slide-down a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    color: #38aa9a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
	text-decoration:none;
	
}
.slide-down a:last-child{margin-bottom:0px;}
.slide-down a img{margin-right:10px;}

.addi-pf {
    background: #eeeeee;
    padding: 30px;
    cursor: pointer;
}
.addi-pf h4 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.iConza a {
    width: 60px;
    height: 60px;
    background: #38aa9a;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iConza a:last-child{
	margin-left:5px;
}
.addi-pf form label {
    font-weight: 600;
    font-size: 15px;
    margin-left: 15px;
}
.addi-pf form div{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items:baseline;
}

.last-child-col div[class^="col"]{margin-bottom:30px;}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9;
  background-color:#000000;
  display:none;
}
#boxes{position: relative; z-index: 991;}
#boxes .window {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 750px;
    display: none;
    z-index: 9999;
    text-align: center;
}
#boxes #dialog {
  padding:0px;
  background-color:#ffffff;
  font-size: 15pt;
}

.windollar {
    padding: 60px 30px;
}

.maintext button.close{
    opacity: 1;
	position:absolute;
	right:10px;
	top:20px;
	outline:none;
	z-index:9;
	
}
.maintext button.close img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.maintext button.close:hover img{
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}


.maintext{
	text-align: center;
	text-decoration: none;
}
.maintext h2 {
	color:#32ae9d;
	font-weight:400;
}
.maintext p {
    font-size: 12px;
}

.whenShow {    
    margin-top: 30px;
    width: 1110px;
}
.whenShow .card-body{
	background: #eeeeee;
	border:none;
	border-radius:0px;
	padding:40px 150px;
}
.whenShow .card-body h2{
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}

.accordion-tbs{border-bottom: 1px solid #ddd;}
.accordion-tbs .card {
    border-radius: 0px;
    margin-bottom: 0px;
	border: none;
}
.accordion-tbs .card-header {
    padding: 0px;
    background: none;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}
.accordion-tbs .card-header button{
	border:none;
	position:relative;
}
.accordion-tbs .card-header button span {
    margin-right: 20px;
}

.accordion-tbs .card-header button.btn.collapsed{
	border:none;
    border-radius: 0px;
	color: #2e2e2e;	
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-tbs .card-header button.btn.collapsed:after {
    content: "";
    background: url(../images/icon_+.svg)no-repeat !important;
    width: 22px;
    height: 20px;
    background-size: 20px !important;
    position: absolute;
    right: 0;
}

.accordion-tbs .card-header button.btn {
    line-height: 55px;
    padding: 20px 30px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    border-radius: 0px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    white-space: normal;
    line-height: normal;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.accordion-tbs .card-header button.btn:after {
    content: "";
    background: url(../images/icon_min.png)no-repeat !important;
    width: 22px;
    height: 2px;
    background-size: 20px !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} 
.accordion-tbs .card-body{padding-left:0px; padding-right:0px;}
 
.cenTcta{
	padding: 60px 25px;
	height: 100%;
}
.cenTcta .compositelayer {
    left: -75px;
    bottom: -36px;
    z-index: 0;
}
.cenTcta .btn-yellow{
	margin-top: 80px;
    z-index: 1;
    padding: 0px 40px 0px 30px;
}
.cenTcta span:last-child:after{right: 0;}

.title-btn{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* Dropdown Button */
.search {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	min-width: 400px;
}
.search input[type=text] {
    border: none;
    padding: 0px 20px;
    border-radius: 50px;
    font-size: 14px;
    height: 46px;
    /* width: 240px; */
}
.search input[type=text]:focus{box-shadow:none;}

.search select {
    outline: none;
    border: none;
    background: url(../images/arrowDb.svg) no-repeat right 10px center;
    font-size: 12px;
    display: block;
    line-height: 44px;
    background-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-appearance: none;
	width:100%;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  /* background-image: url('../images/search.svg'); */
  background-repeat: no-repeat;
  font-size: 14px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.search .dropdown {
	position: relative;
	/* -webkit-flex: 0 0 155px;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px; */
}

/* Dropdown Content (Hidden by Default) */
.search  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 2;
    right: 0;
}

/* Links inside the dropdown */

.search  .dropdown-content a {
    color: #444;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}
.search .show {display:block;}
.search button[type=submit]{
	background:#38aa9a;
	-webkit-flex: 0 0 46px;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	border-radius:50px;
	border:none;
	cursor:pointer;
}
.search button[type=submit] img{
	width:16px;
}
.advertisement .owl-dots {
    margin: 0;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.blue-after:after{
	content:"";
	background:#157777;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0.6000000238418579;
}

.full-wide .container-fluid{position:relative; width: 95%;}

.home-banner{
	padding-top:40px;
}
.home-banner .container-fluid{position:relative; z-index:9;width: 95%;}
.home-slider .owl-nav {
	margin:0px;
}
.home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background: #ffffff61 !important;
    width: 50px;
    height: 50px;
    outline: none;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider .owl-nav button.owl-prev{
	left:0px;
	border-radius:0px 50px 50px 0px !important;
}
.home-slider .owl-nav button.owl-next{
	right:0px;
	border-radius:50px 0px 0px 50px !important;
}
.home-banner:after {
    content: "";
    background: url(../images/green-grid.svg)no-repeat center top;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 90%;
}

.last-border div[class^="col-"]{
	border-right:1px solid #ddd;
}
.last-border div[class^="col-"]:last-child{
	border:none;
}

.featureP-section{
	padding:30px 0px;
}
.featureP-section h3{
	font-weight:600;
}
.featureP-section p:last-child{margin:0px;}

.pop-form input[type="text"] {
    background: #e6e6e6;
    border-radius: 50px;
    margin-bottom: 10px;
    height: 45px;
    font-size: 14px;
    padding: 0px 24px;
    border: none;
}
.pop-form input[type="submit"] {
    width: 100%;
    border: none;
    justify-content: center;
    margin-top: 15px;
	cursor:pointer;
}

.social-popup a{
	background:#32ae9d;
	width:32px;
	height:32px;
	line-height:32px;
	border-radius:50px;
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-right:10px;
}
.social-popup a:last-child{margin:0px;}

.breadcrums {
    padding: 0px;
    list-style: none;
    margin: 0;
}
.breadcrums li{margin-right:25px;}
.breadcrums li a{
	color:#fff;
	font-size:14px;
	margin:0px;
	position:relative;
	text-decoration:none;
}
.breadcrums li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: relative;
    left: 12px;
}
.breadcrums li:last-child {
    color: #157777;
    margin: 0;
}

.h2-titleT h2{font-weight:600; font-size:35px;}

.filterR {
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter a {
    background: #ffc145 url(../images/icon_filter.svg)no-repeat left 22px center;
    background-size: 20px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    padding: 0px 50px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.filterR p{
	margin:0px 20px 0px 0px !important;
}
.filterR .sortBy storng{
	margin-right:5px;
}
.filterR .sortBy form{margin:0px;}
.filterR .sortBy select {
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    padding: 0px 15px;
    -webkit-appearance: none;	
    background: url(../images/arrow-down.svg)no-repeat right 15px center;
}
.filterR .sortBy select:focus{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background:url(../images/arrow-up.svg)no-repeat right 15px center;
}
.sortBy{
	-webkit-flex: 0 0 260px;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
}
.filterud {
    background: #ddd;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
}
.filterud img{width:18px;}

.ol-numbers{
	list-style:none;
	padding:0px;
	margin:0px;
}
.ol-numbers li{margin-right:5px;}
.ol-numbers li:last-child{margin:0px;}
.ol-numbers li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #ddd;
    color: #444;
    display: block;
}
.ol-numbers li a:hover{background:#32ae9d; color:#fff;}

.h2-w4 h2{font-weight:400;}
.h3-fw6 h3{font-weight:600;}

.proA-detail{
	margin:0px;
	padding:40px 0px;
}

.ProductsingleT{
	padding-top:50px;
	padding-bottom:50px;
}
.ProductsingleT .seA, .ProductsingleT .seC {
    padding: 0px 40px;
    margin-right: 40px;
}
.ProductsingleT .seB {
    padding: 20px 68px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.ProductsingleF{padding:0px;}
.ProductsingleF .flex-viewport figure img{max-width: inherit !important;}
.ProductsingleT h3 {
    font-size: 24px;
    font-weight: 700;
}

.ProductsingleF .owl-nav button.owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #32ae9d;
    color: #fff;
    font-size: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.ProductsingleF .owl-nav button.owl-next{
	position:absolute;
	right:30px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffc145;
    color: #fff;
    font-size: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.ProductsingleF .owl-nav button:hover{background: #32ae9d !important;}

.btn-yellow.comparei {
    background: #32ae9d url(../images/icon_compare.svg)no-repeat left 15px center;
    padding-left: 42px;
}
.btn-yellow.comparei:hover{background: #ffc145 url(../images/icon_compare.svg)no-repeat left 15px center;}

.GS-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}
.GS-item span{
	font-size:16px;
}
.GS-item .G-item{color:#32ae9d; margin-right:15px; text-transform: uppercase;}
.GS-item .S-item{color:#999;}

.mcm{
	list-style:none;
	padding:0px;
}
.mcm li{margin-right:15px;}

.cabinIns img:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px dashed #32ae9d;
}

.price ins {
    font-size: 30px;
    font-weight: 600;
    color: #d52941;
    margin: 0;
    line-height: normal;
	text-decoration:none;
    display: block;
}
.price del {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 16px;
    order: 1;
}

.dme-items span {
    margin-right: 10px;
    width: 40px;
}
.dme-items h5 {
    margin: 0px;
    font-size: 13px;
}

.addfeatures {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px !important;
    min-height: 500px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.addfeatures:hover{border-color:#32ae9d;}

.addfeatures .attribute_outer {
    margin-top: auto;
    padding-top: 20px;
}

.addfeatures label.yith-wapo-img-label{display:block;}
.addfeatures figure img{width:100%;}

.af-text {
    padding: 15px 17px 30px;
}
.af-text h3{
	font-weight:600;
}
.af-text a.btn-yellow, .af-text  a.view-more{
	padding: 0px 20px 0px 20px;
	letter-spacing: 0px;
	height: 40px;
	font-size:12px;
}

.Instas div[class^="col-"]{
	padding:0px;
}

.tab-information nav a {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    color: #666;
}
.tab-information nav a:hover{
	
}
.tab-information nav a.active {
    color: #32ae9d;
    border-bottom: 3px solid #32ae9d !important;
}

.dl-items dl {
    background: #f1f1f1;
    padding: 12px 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2px;
}
.dl-items dl dd{
	margin-left:auto;
	margin-bottom:0px;
	text-align:right;
}
.dl-items dl dt{
	font-weight:400;
}

.form-contact div[class^="col-"]{
	margin-bottom:15px;
}
.form-contact div[class^="col-"]:last-child{margin-bottom:0px;}
.form-contact input[type=text]::placeholder, .form-contact input[type=email]::placeholder, .form-contact input[type=tel]::placeholder, .form-contact textarea::placeholder{
	color:#fff;
	text-align:center;
}
.form-contact input[type=text], .form-contact input[type=email], .form-contact input[type=tel]{
	border:1px solid #ddd;
	border-radius:50px;
	height:45px;
	background:none;
	text-align:left;
	font-size:14px;
	color:#fff;
	padding: 0px 22px;
}
.form-contact textarea{
	border:1px solid #ddd;
	border-radius:20px;
	height:100px;
	padding-top:10px;
	background:none;
	text-align:left;
	font-size:14px;
	color:#fff;
	resize: none;
}
.form-contact select{
	border:1px solid #ddd;
	border-radius:50px;
	height:45px;
	background:none;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding: 0px 22px;
}
.form-contact input[type=submit]{
	border:none;
	width:100%;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	cursor: pointer;
}
.form-contact input[type=text]:focus, .form-contact input[type=email]:focus, .form-contact input[type=tel]:focus, .form-contact textarea:focus{
	background:none;
	color:#fff;
}
/* .form-contact select:focus{background:none;} */

.telli{
	margin-bottom:20px;
}
.telli span{
	-webkit-flex: 0 0 32px;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	margin-right:15px;
}
.telli a {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
	color: #2e2e2e;
}

.grey-form input[type=text],
.grey-form input[type=tel],
.grey-form input[type=email],
.grey-form textarea, .grey-form select{
	background:#ddd !important;
	color:#222 !important;
}
.grey-form input::placeholder,
.grey-form textarea::placeholder{
	color:#222 !important; background:none;
}

.if-last-child div[class^="col-"]{
	margin-bottom:30px;
}
.if-last-child div[class^="col-"]:nth-last-child(-n+1){margin:0px;}
.if-last-child div[class^="col-"]:nth-last-child(-n+2){margin:0px;}
.if-last-child div[class^="col-"]:nth-last-child(-n+3){margin:0px;}

.sub-h4{
	color:#157777;
	font-weight:600;
	line-height:24px;
}
.pl-40{padding-left:40px;}
.pr-40{padding-right:40px;}

.numbs{
	margin-bottom:20px;
}
.numbs span {
    color: #32ae9d;
    font-size: 32px;
    margin-right: 25px;
    font-weight: 600;
}
.numbs p {
    margin: 0px;
    font-size: 15px;
}
.numbs h4{margin-bottom:3px;}
.numbs a.href-greenT{font-size:16px;}

.if-last-child div.numbs:last-of-type{margin:0px;}

.popup-video {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 80px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brands figure{
	margin:0px 10px;
}

.pdiscripA ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.pdiscripA ul li {
    margin-bottom: 10px;
    position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items:baseline;
}
.pdiscripA ul li:before {
    content: "";
    background: url(../images/icon_checked.svg)no-repeat;
    width: 14px;
    height: 10px;
    background-size: 12px !important;
    margin-right: 15px;
}
.pdiscripA ul li:last-child{margin-bottom:0px;}

.when-showadmin {
    position: absolute;
    /* top: 102px; */
    z-index: 2;
    background: #efefef;
    right: 0;
    width: 230px;
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0;
    padding: 0;
}
.when-showadmin li {
    border-bottom: 1px solid #ddd;
}
.when-showadmin li a {
    line-height: 40px;
    display: block;
    font-size: 14px;
	text-transform:uppercase;
    padding: 0px 15px;
	height: auto;
	text-decoration:none;
	background: none;
	width:auto;
}
.when-showadmin li a:hover{
	color:#38aa9a;
}
.pcsa-field.user:hover .when-showadmin{display:block !important;}

.return-to-shop a {
    background-color: #32ae9d !important;
    margin: 0px !important;
    padding: 0px 30px 0px 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    position: relative !important;
    height: 45px;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.return-to-shop a:hover {
    background: #ffc145 !important;
    color: #fff;
    text-decoration: none;
}

#cboxWrapper div:first-child, #cboxWrapper div:last-child{
	display:none;
}
#cboxClose {
    bottom: inherit;
    top: 0px;
    /* position: static; */
}

table.compare-list tr.odd th {
    background: #fff !important;
    border: none;
}
table.compare-list tr.even th {
    border: none !important;
}
table.compare-list td img {
    border: 1px solid #cd0b0b;
}
.btn-compareI.added {
    background: #ffc145;
}

.righttocancel ul{
	padding: 0;
    list-style: none;
    margin-top: 15px;
}
.righttocancel ul li {
    position: relative;
    margin-bottom: 5px;
}
.righttocancel ul li:before {
    content: "-";
    margin-right: 5px;
}
.righttocancel ul li:last-child{margin:0px;}

.addresses address {
    border-radius: 0 !important;
    padding: 20px !important;
    height: 100%;
}
.woocommerce-order-details h2, .addresses h2{
	font-size: 21px !important;
    text-align: inherit !important;
    font-weight: 400 !important;
}

.select2-dropdown{
	background-color: #efefef !important;
    border: none !important;
    border-radius: 15px !important;
	padding: 20px;
    margin-top: 18px !important;
	margin-bottom: 20px;
}

.select2-search--dropdown{padding:0px !important;}
.select2-search--dropdown input[type=text]{
	background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 20px !important;
	outline:none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: none !important;
    color: #157777 !important;
	font-size:14px;
	font-weight:600;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#result_count {
    background: #32AE9D;
    padding: 18px 0px;
    margin-bottom: 0px;
	width: 100%;
}
div#result_count p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#search_result_outer {
    padding: 0px;
    position: absolute;
    z-index: 9;
    background: #fff;
	width:100%;
	box-shadow: 0px 20px 40px #000000ad;
}
.search_result {
    padding: 0px 15px;
    width: 100%;
}
.search_product_outer .price {
    padding: 25px 0px;
    margin: 0px 30px;
}
.search_product_outer figure {
    margin: 0;
}
.on_sale_outer{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no_sale_outer bdi {
    font-size: 22px;
    font-weight: 600;
    color: #157777;
}
span.xoo-wsch-close {
    right: 22px !important;
    color: #32ae9d;
}
span.xoo-wsch-text{font-weight: 700;}
#cboxOverlay {background: #0000003b !important;}


.category_heading_outer{padding:60px 0px;}
.category_heading_outer ul {padding:0px;}
.category_heading_outer a.href-yellow {color: #FFC145; letter-spacing: 0.5px;}

.garden_product_filter .wpf_item_log_profile ul li input:checked+label span{color:#fff;}
.garden_product_filter .wpf_item_log_profile ul li input:checked+label img {
    filter: invert(1);
    mix-blend-mode: screen;
}
.garden_product_filter .wpf_item_roof_type ul li input:checked+label span{color:#fff;}
.xoo-wsc-cart-active .xoo-wsc-opac{background:none !important;}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider{box-shadow: 0px 0px 100px #000000bf;}
.not-found {padding: 30px 0px;}
.not-found h4 {margin: 0;}
.ProductsingleT .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#additional1{
	font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.ProductsingleF p:last-child {
    font-size: 10px;
}
.tab-information .tab-content h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.addfeatures .options .selection-single{margin-bottom:10px;}
.addfeatures .options .selection-single:last-child{margin-bottom:0px;}
	
.addfeatures .options .selection-single input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    outline: none;
    position: relative;
    border-radius: 50px;
	margin-right: 10px;
}
.addfeatures .options .selection-single input[type=radio]:checked:before{
	content: "\f00c";
	font-family:'FontAwesome';
	color: #32ae9d;
}
.addfeatures .options .selection-single label{margin:0px;}
.woocommerce-product-gallery__image > a >img {
    max-width: 100% !important;
}
.close-adons{
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background: #32ae9d;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    color: #fff;
	cursor:pointer;
}

.common_checkout button[name=apply_coupon] {
    background: #32ae9d !important;
    border-radius: 50px !important;
    height: 45px;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.common_checkout button[name=apply_coupon]:hover{
	background: #ddd !important;
	color: #212529 !important;
}

.hide_count .owl_custom_nav{display:none;}



/* Mega Menu */

.menu-nav li.mega-menu-visible ul:not(:first-child) {
    padding: 40px 20px;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) li a[href^="#"]:nth-child(1) {
    display: none;
}

.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:first-child{
	width: 15%;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:last-child{
	width: 25%;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
    width: 60%; 
}
.menu-nav li.mega-menu-visible ul:not(:first-child) ul{
	display:block;
	position:static;
	border:none;
	padding:0px;
}
.menu-nav li.mega-menu-visible ul ul li a{display:block !important;}
.menu-nav li.mega-menu-visible li.hide_mega_menu_outer:nth-child(2) ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-nav li.mega-menu-visible li.hide_mega_menu_outer:nth-child(2) ul li {
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
	margin-bottom: 15px;
}
.menu-nav li.mega-menu-visible li.hide_mega_menu_outer:nth-child(2) ul li a {
    padding: 0px 10px;
    line-height: normal;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:last-child ul{
	padding-left: 5px;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:first-child ul li a{
	line-height: 30px;
}
/*.menu-nav li.mega-menu-visible ul:not(:first-child) li.hide_mega_menu_outer:last-child ul span {
    display: none;
}*/

@media (min-width:1200px){
	.ProductsingleT .seA, .ProductsingleT .seC {
		padding: 0px 0px 0px 40px;
		margin-right: 0;
	}
}

@media (min-width: 1200px){
	.navigation {
		transition: all .2s ease-in-out
	}
	
	.scrolled .main-header {
		padding-bottom: 45px;
	}

	.scrolled .navigation {
		position: fixed;
		top: 0;
		width: 100%;
	}
}

.promo {
	padding: 6px 0;
	background: rgb(50,174,157);
	background: linear-gradient(90deg, rgba(50,174,157,1) 0%, rgba(255,193,69,1) 84%, rgba(21,119,119,1) 100%);
	color: #FFF
}

.promo a, .woocommerce .promo p {
	color: #FFF !important
}