/*
WCS custom styles:
use classes with the prefix: .wcs-
*/



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

@font-face {
    font-family: 'PeridotPE-Bold';
    src: url('../fonts/PeridotPE-Bold.woff2') format('woff2'),
         url('../fonts/PeridotPE-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PeridotPE-SemiBold';
    src: url('../fonts/PeridotPE-SemiBold.woff2') format('woff2'),
         url('../fonts/PeridotPE-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BTCosmo-Bold';
    src: url('../fonts/BTCosmo-Bold.woff2') format('woff2'),
         url('../fonts/BTCosmo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body.wcs-locked{
	overflow:hidden;
}


.wcs-custom-page{
	position:relative;
	font-size:28px;
	color:#3E5567;
	font-family: 'PeridotPE-Regular';
}

.wcs-custom-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wcs-custom-page strong{
	font-family: 'PeridotPE-Bold';
	font-weight: normal;
}

.wcs-clear{
	clear:both;
}


.wcs-custom-page{
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0px 0 0px 0;
}

.wcs-custom-page h1,
.wcs-custom-page h2,
.wcs-custom-page h3{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

.wcs-custom-page .wcs-head{
	padding: 90px 0 75px 0;
	position: relative;
	background: url("../images/wcs-offers/bg-top-left.png") no-repeat left top;
}

.wcs-custom-page .wcs-head .wcs-bg{
	padding: 0 0 80px 0;
	position: relative;
	background: url("../images/wcs-offers/bg-bottom-right.png") no-repeat right bottom;
}

.wcs-custom-page .wcs-head.wcs-rr{
	position: static;
}

.wcs-custom-page h1{
	font-family: 'BTCosmo-Bold';
	padding: 0 0 20px 0;
	font-size: 50px;
	line-height: 114%;
	color: #000000;

}

.wcs-custom-page .wcs-head p{
	font-size: 22px;
	line-height: 159%;
	color: #000000;
	font-family: 'PeridotPE-Bold';
}

.wcs-custom-page .wcs-tab-menu{
	padding: 0px 0 0px 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 19;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid  #36B22D;

	transition: all 350ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.wcs-custom-page .wcs-tab-menu.wcs-fixed{
	position: fixed;
	top: 135px;
	top: 90px;
	bottom: auto;
}

.wcs-custom-page .wcs-tab-menu.wcs-fixed a {
    padding: 13px 10px;
}


.wcs-custom-page .wcs-tab-menu.wcs-fixed.wcs-bar-top-active{
	margin-top: 25px;
}

.wcs-custom-page .wcs-tab-menu.wcs-hide{
	display: none;
}

.wcs-custom-page .wcs-tab-menu a{
	display: inline-block;
	vertical-align: top;
	margin: 0 45px;
	position: relative;
	font-size: 24px;
	color: #000;
	padding: 23px 10px;
	font-size: 21px;
	border-bottom: 7px solid #ffffff;
	font-family: 'BTCosmo-Bold';
}

.wcs-custom-page .wcs-tab-menu a.wcs-active{
	border-color:#36B22D;
}

.wcs-custom-page .wcs-tab-menu a::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(152, 196, 79, 0);
	border-top-color: #98C44F;
	border-width: 12px;
	margin-left: -12px;
	webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.wcs-custom-page .wcs-tab-menu a.wcs-active::after{
	opacity:1;
}

.wcs-tab-content{
	position: relative;
	overflow: hidden;
}

.wcs-elevator{
	transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.wcs-item-tab{
	position: relative;
	padding: 0 0 160px 0;
}

.wcs-elevator .wcs-item-tab:last-child{
	padding: 0 0 60px 0;
}

.wcs-elevator .wcs-item-tab > br{
	display: none;
}

.wcs-item-tab::after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background: url("../images/wcs-offers/bg-pattern.png") center center;
	background-size: auto 100%;
}

.wcs-elevator .wcs-item-tab:last-child::after{
	display: none;
}


.wcs-item-tab img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

	border-radius: 12px;

}

.wcs-item-tab h2{
	color: #000;
	font-size: 30px;
	line-height: 50px;
	font-family: 'BTCosmo-Bold';
	position: relative;
	z-index: 5;
	padding: 60px 0 40px 0;
}

.wcs-item-tab::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 350px;
	width: 100%;
	z-index: 1;
	background:  url("../images/wcs-offers/bg-gradient.png") no-repeat center center;
	background-size: cover;	
	display: none;
}

.wcs-item-tab.wcs-blue-bg::before{
	background-image:  url("../images/wcs-offers/bg-gradient2.png");
}

.wcs-item-tab .wcs-items{
	position: relative;
	z-index: 5;
	max-width: 1390px;
	margin: 0 auto;
}

.wcs-item-tab .wcs-items .wcs-item{
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin: 0 140px 0 0;
	text-align: left;
}

.wcs-item-tab .wcs-items .wcs-item h3{
	font-family: 'BTCosmo-Bold';
	font-size: 22px;
	line-height: 140%;
	color: #000;
	padding: 25px 0 10px 0;
}

.wcs-item-tab .wcs-items .wcs-item p{
	font-size: 15px;
	line-height: 147%;
	color: #000000;
	margin: 0px;
	padding: 0 0 5px 0;

}

.wcs-item-tab .wcs-items .wcs-item .wcs-item-photo img{
	width: 100%;
	height: auto;
}


.wcs-item-tab .wcs-items .wcs-item .wcs-item-buy{
	max-width: 266px;
	width: 100%;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border: 1px solid #98C44F;
	font-family: 'PeridotPE-SemiBold';
	font-size: 15px;
	color: #ffffff;
	background: #0EA600;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	transition: all 200ms;
}

.wcs-item-tab .wcs-items .wcs-item .wcs-item-buy:hover{
	opacity: 0.8;
}

.wcs-item-tab .wcs-view-all{
	text-decoration: underline;
	font-size: 18px;
	color: #98C44F;
	margin: 40px auto 0 auto;
	display: inline-block;
}


span.hero-carousel--upper-title {
    /* background:  url("../images/wcs-offers/bg-offer.png") no-repeat left center !important; */
   /* border-radius: 0px !important; */
    color: #fff !important;
    font-family: 'BTCosmo-Bold' !important;
    font-size: 15px !important;
    line-height: 43px !important;
    padding: 0px 20px 0 20px !important;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 20px;
}



.wcs-item-tab .wcs-items .slick-prev,
.wcs-item-tab .wcs-items .slick-next{
	background: url("../images/wcs-offers/icon-prev.svg?v=2") no-repeat center center;
	background-size:contain;
	width: 25px;
	height: 45px;
	top: 50%;
	transform: translate(0, -50%);
}

.wcs-item-tab .wcs-items .slick-prev{
	left: -45px;
}

.wcs-item-tab .wcs-items .slick-next{
	background-image: url("../images/wcs-offers/icon-next.svg?v=2");
	right: -45px;
}

.wcs-item-tab .wcs-items .slick-prev::before,
.wcs-item-tab .wcs-items .slick-next::before{
	display: none;
}

.wcs-item-tab .wcs-items .slick-prev.slick-disabled,
.wcs-item-tab .wcs-items .slick-next.slick-disabled{
	opacity: 0.2;
	cursor: default;
}


.wcs-callus{
    background: none !important;
}

.wcs-form-area{
    font-size:0px;
}

.wcs-callus-wrapper{
    position: fixed !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    background: #006D29 !important;
    color: #fff !important;
    z-index: 100 !important;
    margin: 0px !important;
    border-radius: 0px !important;
    height: auto !important;
    padding: 20px 60px !important;
    max-width: 30000px !important;
}
.wcs-callus .wcs-form-title{
    width: 320px !important;
    padding: 0 0 0 0px !important;
    font-size: 21px !important;
    max-width: 320px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 120% !important;
    color: #FFFFFF !important;
    font-family: 'PeridotPE-Bold' !important;
    text-align: left !important;
}
.wcs-callus .wcs-form{
    display: inline-block !important;
    vertical-align: middle !important;
    width: calc(100% - 320px) !important;
    text-align: right !important;
    padding: 0px !important;
    font-size:14px !important;
}

.wcs-callus .wcs-form .wcs-submit{
   padding: 17.5px 18px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    transition: all 200ms !important;
    font-family: 'PeridotPE-SemiBold' !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background: #0EA600 !important;
    color: #fff !important; 
    width:auto !important;
    height:auto !important;
    line-height:100% !important;
    text-indent:0px !important
}


.wcs-callus .wcs-form input{
    width: 410px !important;
    background: #FFFFFF !important;
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 13.5px 18px !important;
    font-family: 'PeridotPE-Regular' !important;
    display: inline-block !important;
    vertical-align: middle !important;
    height: auto !important;
    line-height: 100% !important;
    text-align: left !important;
}


.wcs-callus .wcs-form input::-webkit-input-placeholder { 
  color: #000;
  opacity: 1;
}
.wcs-callus .wcs-form input::-moz-placeholder { 
  color: #000;
  opacity: 1;
}
.wcs-callus .wcs-form input:-ms-input-placeholder { 
  color: #000;
  opacity: 1;
}
.wcs-callus .wcs-form input:-moz-placeholder { 
  color: #000;
  opacity: 1;
}


.wcs-callus .wcs-form .was-validated input:invalid{
    border-color: #ff0000 !important;   
}


.wcs-thank {
    display: none;
    position: absolute !important;
    top: 0% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #006D29 !important;
    z-index: 100 !important;

    text-align: center !important;
    
}

.wcs-thank .wcs-thank-message {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background:none !important;
    -ms-transform: translate(-0%,-0%) !important;
    -webkit-transform: translate(-0%,-0%) !important;
    transform: translate(-0%,-0%) !important;
    padding: 0px 0 0 0 !important;
    text-align: left !important;

}


.wcs-thank .wcs-thank-message .wcs-thank-title {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #fff !important;
    display: block !important;
    vertical-align: middle !important;
    font-family: 'BTCosmo-Bold' !important;
    width: auto !important;
    text-align: center !important;
    padding: 0 0 10px 0 !important;
}

.wcs-thank .wcs-thank-message .wcs-thank-text {
    font-size: 14px !important;
    line-height: 19px !important;
    color: #404040 !important;
    padding: 20px 0 0 0 !important;
    display: block !important;
    vertical-align: middle !important;
    width: auto !important;
    width: 100% !important;
    color: #fff !important;
    padding: 0px !important;
    font-family: 'PeridotPE-Regular' !important;
    text-align: center !important;
}

.wcs-thank .wcs-thank-message .wcs-thank-text br{
    display: none;
}


@media screen and (max-width: 1139px) {
    .wcs-callus .wcs-form input {
        width: 260px !important;
    }

    .wcs-callus-wrapper {
        padding: 20px 20px !important;
    }
}

@media screen and (max-width: 959px) {
    .wcs-callus-wrapper {
        padding: 10px 20px !important;
    }

    .wcs-callus .wcs-form input {
        width: 300px !important;
        margin: 0 10px 0 0 !important;
    }
}

@media screen and (max-width: 959px) {
    .wcs-callus .wcs-form-title{
        display: block !important;
        width: auto !important;
        font-size: 13px !important;
        max-width: 2000px !important;
        padding: 0 0 10px 0 !important;
    }

    .wcs-callus-wrapper {
        padding: 10px 10px !important;
    }

    .wcs-callus .wcs-form{
        width: 100% !important;
        font-size: 0px !important;
    }

    body .wcs-callus .wcs-form .wcs-submit {
        width: 160px !important;
        font-size: 14px !important;
        margin: 0 0 0 10px !important;
        padding: 5px !important;
        line-height: 16px !important;
        padding: 10px 5px !important;
    }



    .wcs-callus .wcs-form input {
        width: calc(107% - 200px) !important;
        margin: 0px !important;
        line-height: 32px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .wcs-thank .wcs-thank-message .wcs-thank-title {
        font-size: 20px !important;
    }

    .wcs-thank .wcs-thank-message .wcs-thank-text {
        font-size: 12px !important;
        line-height: 120% !important;
    }
}





.wcs-categories{
	padding: 10px 0 50px 0;
}

.wcs-categories .wcs-title{
	font-family: 'PeridotPE-Bold';
	font-size: 28px;
	line-height: 45px;
	color: #000000;
	padding: 0 0 45px 0;
}

.wcs-categories .category .photo img{
	display: none;
}

.wcs-categories .category .photo{
	min-height: 94px;
	background: url("../images/wcs-offers/icon-category1.svg") no-repeat center top;
}

.wcs-categories .category:nth-child(2) .photo{
	background-image: url("../images/wcs-offers/icon-category2.svg");
}

.wcs-categories .category:nth-child(3) .photo{
	background-image: url("../images/wcs-offers/icon-category3.svg");
}

.wcs-categories .category:nth-child(4) .photo{
	background-image: url("../images/wcs-offers/icon-category4.svg");
}

.wcs-categories .category .category-title{
	font-family: 'BTCosmo-Bold';
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}





@media screen and (max-width: 1530px) {

	.wcs-item-tab .wcs-items{
		margin: 0 70px;
	}

	.wcs-item-tab .wcs-items .wcs-item{
		margin: 0px  25px;
	}
	
}

@media screen and (max-width: 1239px) {

	.wcs-custom-page .wcs-head{
		background-position: -50px top;
	}

	.wcs-custom-page .wcs-head .wcs-bg{
		background-position: calc(100% + 50px) bottom;
	}

}

@media screen and (max-width: 1139px) {
	
	.wcs-custom-page .wcs-tab-menu a{
		margin: 0 25px;
	}


	.wcs-custom-page .wcs-head{
		background-position: left top;
		background-size: 20vw auto;
	}

	.wcs-custom-page .wcs-head .wcs-bg{
		background-size: 20vw auto;
		background-position: right bottom;
	}

	

}

@media screen and (max-width: 991px) {

	.wcs-custom-page .wcs-tab-menu.wcs-fixed{
		top: 81px;
		top: 56px;
	}



}

@media screen and (max-width: 959px) {

	.wcs-custom-page h1{
		font-size: 36px;
		padding: 0 0 10px 0;
	}

	.wcs-custom-page{
		font-size: 19px;
		padding: 0px 0 40px 0;
	}

	.wcs-custom-page .wcs-tab-menu a {
	    margin: 0 10px;
	    font-size: 22px;
	}

	.wcs-item-tab h2{
		font-size: 42px;
	}

	.wcs-item-tab .wcs-items .wcs-item{
		margin: 0px 15px;
	}

	.wcs-item-tab .wcs-items .wcs-item h3{
		font-size: 24px;
		padding: 20px 0 30px 0;
	}

	.wcs-item-tab .wcs-items .wcs-item p{
		font-size: 16px;
	}

	.wcs-categories .category{
		margin-top: 40px;
	}


}


@media screen and (max-width: 767px) {



	.wcs-custom-page h1{
		font-size: 30px;
		line-height: 36px;
	}

	.wcs-custom-page{
		font-size: 22px;
	}

	.wcs-custom-page .wcs-head{
		padding: 40px 0px 110px 0px;
	}

	.wcs-custom-page .wcs-head p {
	    line-height: 31px;
	}

	.wcs-custom-page .wcs-head br {
    	display: none;
	}

	.wcs-custom-page .wcs-tab-menu{
		
		
		bottom: 20px;
	}

	.wcs-tab-menu .wcs-tab-inner{
		overflow-x: auto;
		overflow-y: hidden;
		
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;

	}

	.wcs-custom-page .wcs-tab-menu::after,
	.wcs-custom-page .wcs-tab-menu::before{
		content: "";
		position: absolute;
		right: 0px;
		top: 0px;
		width: 25px;
		height: 100%;
		background: #fff;
		font-size: 50px;
		line-height: 47px;
		text-align: center;
		z-index: 10;
		display: none;
	}

	.wcs-custom-page .wcs-tab-menu::before{
		content: "";
		right: auto;
		left: 0px;
		display: none;
	}

	.wcs-custom-page .wcs-tab-menu.wcs-sp::before{
		display: block;
	}

	.wcs-custom-page .wcs-tab-menu.wcs-sp::after{
		display: none;
	}

	.wcs-custom-page .wcs-tab-menu a {
	    margin: 0 0 0 10px;
	    font-size: 18px;
	}

	.wcs-custom-page .wcs-tab-menu .wcs-tab-inner::-webkit-scrollbar {
	  display: none;
	}

	
	.wcs-custom-page .wcs-tab-menu .wcs-tab-inner {
	  -ms-overflow-style: none;  
	  scrollbar-width: none;
	}

	.wcs-item-tab h2{
		font-size: 30px;
		padding: 50px 0 50px 0;
	}

	.wcs-item-tab .wcs-items{
		margin: 0 0 0 30px;
	}

	.wcs-item-tab .wcs-items .wcs-item {
	    margin: 0px 15px;
	}

	.wcs-item-tab .wcs-items .wcs-item h3 {
	    font-size: 22px;
	    padding: 15px 0 10px 0;
	}

	.wcs-item-tab .wcs-items .wcs-item .wcs-item-buy{
		width: 170px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}

	.wcs-item-tab .wcs-items .slick-dots li button:before{
		display: none;
	}

	.wcs-item-tab .wcs-items{
		padding: 0 0 50px 0;
	}

	.wcs-item-tab .wcs-items .slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 10px;
		position: relative;
	}

	.wcs-item-tab .wcs-items .slick-dots li button{
		background: #D4D4D4;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.wcs-item-tab .wcs-items .slick-dots li.slick-active button{
		background: #fff;
		width: 10px;
	}

	.wcs-item-tab .wcs-items .slick-dots li.slick-active::after{
		border: 1px solid #D4D4D4;
		content: "";
		width: 16px;
		height: 16px;
		position:absolute;
		left:50%;
		top:50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.wcs-item-tab{
		
	}

	.wcs-item-tab::before {
	    height: 320px;
	}

	.wcs-item-tab .wcs-view-all{
		margin-top: 80px;
	}

	.wcs-item-tab .wcs-items{
		padding: 0 0 0 0;
	}


	.wcs-custom-page .wcs-head{
		padding-top: 120px;
	}

	.wcs-custom-page .wcs-head {
	    background-size: 27vw auto;
	}

	.wcs-custom-page .wcs-head .wcs-bg{
		background-size: 27vw auto;
		padding-bottom: 90px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.wcs-custom-page .wcs-head p{
		font-size: 20px;
	}




	.wcs-custom-page .wcs-tab-menu a {
	    margin: 0 0 0 10px;
	    font-size: 18px;
	    padding: 23px 5px;
	}

}

@media screen and (max-width: 374px) {
	.wcs-item-tab::before {
	    height: 290px;
	}
}


.invalid-feedback{
	color:#f25f25 !important;
}










.wcs-footer-options{
	background: #f7f9fa;
	padding: 75px 20px 115px 20px;
	text-align: center;
}


.wcs-footer-options .wcs-title{
	padding: 0 0 80px 0;
	font-size: 34px;
	color: #3d5265;
}

.wcs-footer-options .wcs-title strong{
	font-weight: normal;
	font-family: 'PeridotPE-SemiBold';
}

.wcs-footer-options .wcs-items{
	margin: 0 auto;
	max-width: 1040px;
	display: block;
	font-size: 0px;
}

.wcs-footer-options .wcs-items .wcs-item{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}


.wcs-footer-options .wcs-items .wcs-item .wcs-item-icon{
	height: 120px;
	background: url("../images/wcs-offers/icon-footer1.svg") no-repeat center top;
}

.wcs-footer-options .wcs-items .wcs-item.wcs-i2 .wcs-item-icon{ background-image: url("../images/wcs-offers/icon-footer2.svg");  }
.wcs-footer-options .wcs-items .wcs-item.wcs-i3 .wcs-item-icon{ background-image: url("../images/wcs-offers/icon-footer3.svg");  }
.wcs-footer-options .wcs-items .wcs-item.wcs-i4 .wcs-item-icon{ background-image: url("../images/wcs-offers/icon-footer4.svg");  }


.wcs-footer-options .wcs-items .wcs-item .wcs-item-title{
	font-family: 'PeridotPE-SemiBold';
	font-size: 22px;
	line-height: 28px;
	color: #3d5265;

}

@media screen and (max-width: 959px) {

	.wcs-footer-options .wcs-items .wcs-item .wcs-item-title {
	    font-size: 18px;
	    line-height: 26px;
	}

}
@media screen and (max-width: 767px) {

	.wcs-footer-options .wcs-title{
		font-size: 24px;
		line-height: 130%;
		padding: 0 0 0px 0;
	}
	.wcs-footer-options .wcs-items .wcs-item {
	    width: 100%;
	    margin: 40px 0px 0 0;
	}

	.wcs-footer-options .wcs-items .wcs-item .wcs-item-icon{
		background-size: auto 60px;
		height: 90px;
	}

	.wcs-footer-options .wcs-items .wcs-item br{
		display: none;
	}
}
















































