:root{
 --primary-color: #000000;	
 --text-green: #77a710;
 --text-pink: #ff537c;
 --light-gray: #e2e0e0;
}
body::-webkit-scrollbar {
width: 17px;
}
body::-webkit-scrollbar-track {
background-color: var(--white);
}
body::-webkit-scrollbar-thumb {
background-color: var(--primary-color);
}
body{
margin: 0;
padding: 0;	
font-family: 'Jost', sans-serif;
color: var(--primary-color);
}
@media(min-width:1200px){
.container{max-width: 1180px;}		
}
@media(min-width:1600px){
.container{max-width: 1430px;}	
}
a:hover{text-decoration: none;}
img{max-width: 100%}
.top-header{
position: absolute;	
left: 0;
right: 0;
top: 0;
z-index: 1;
padding: 30px 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.top-header .container-fluid{
padding: 0 50px;	
}
.top-header .navbar{padding: 0;}
.top-header .navbar .navbar-nav li{margin-left: 30px;}
.top-header .navbar .navbar-nav li a{
display: inline-block;	
color: var(--primary-color);
padding: 5px;
text-transform: uppercase;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.top-header .navbar .navbar-nav li a:hover{color: #b79fa4;}
.top-header .navbar .shopping-menu li{margin-left: 20px}
.top-header .navbar .shopping-menu li a{
color: var(--white);
display: inline-block;	
font-size: 30px;
position: relative;
}
.top-header .navbar .shopping-menu li a .count{
display: inline-block;	
width: 30px;
height: 30px;
border-radius: 100%;
line-height: 30px;
text-align: center;
color: #514f57;
position: absolute;
right: -10px;
top: -5px;
background: #afb2be;
font-size: 17px;
}
.innerpage-class .top-header{
position: relative;
box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.05);
padding: 20px 0;
background: var(--white);
}
.innerpage-class .top-header .navbar .shopping-menu li a{
color: var(--primary-color);	
}
.top-header.fixed-header{
background: var(--white);
padding: 7px 0;
position: fixed;	
left: 0;
top: 0;
right: 0;
z-index: 10;
}
.top-header.fixed-header .navbar .shopping-menu li a{
color: var(--primary-color);	
}
/*..........banner-section..........*/
.slick-slider .slick-dots{
position: absolute;	
left: 30px;
bottom: 30px;
list-style: none;
margin: 0;
padding: 0;
display: flex;
display: -ms-flexbox;
}
.slick-slider .slick-dots li button{
width: 13px;	
height: 13px;
border-radius: 100%;
border: 1px solid var(--white);
font-size: 0;
margin-right: 5px;
background: transparent;
padding: 0;
outline: none;
}
.slick-slider .slick-dots li.slick-active button{
background: var(--white);	
}
.banner-section .content{
max-width: 690px;	
margin-left: auto;
padding: 0 30px 0 0;
flex: 1;
}
.banner-section .col-left{
display: flex;	
display: -ms-flexbox;
align-items: center;
}
.banner-section .content h1{
font-size: 250px;	
font-weight: 900;
display: flex;
display: -ms-flexbox;
align-items: flex-end;
line-height: 0.75;
}
.banner-section .content h1 span{
font-size: 48px;	
line-height: 1;
}
.global-btn{
display: inline-block;
background: var(--primary-color);
color: var(--white);
padding: 30px 70px;
font-weight: 600;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
border: 4px solid var(--primary-color);
}
.global-btn.sm{
font-size: 24px;	
padding: 10px 30px;
font-weight: 400;
}
.global-btn:hover{
background: none;
color: var(--primary-color);
}
.banner-section .global-btn{
margin-top: 130px;	
}
.social-links{
list-style: none;	
margin: 0;
padding: 0;
display: flex;
display: -ms-flexbox;
justify-content: center;
position: absolute;
bottom: 50px;
right: 260px;
}
.social-links li a{
font-size: 24px;	
color: var(--primary-color);
display: inline-block;
margin: 0 15px;
}
/*............collection-section...........*/
.collection-section{padding: 70px 0;}
.collection-section .row{margin: 0 -2px;}
.collection-section [class*=col-md-]{padding: 0 2px;}
.collection-box{position: relative;}
.collection-box > img{width: 100%;}
.collection-box .content{
background: var(--primary-color);
padding: 40px 15px;	
text-align: center;
color: var(--white);
}
.collection-box .content h4{
font-size: 35px;	
font-weight: 800;
margin: 0;
}
.collection-box .content p{
font-size: 25px;	
margin: 0;
font-weight: 300;
}
.collection-box .content .devider{
background: var(--white);
width: 75px;	
height: 4px;
margin: 10px auto;
}
.collection-box .content a{
display: inline-block;	
color: var(--white);
font-size: 18px;
}
.collection-section .col-md-5{
flex: 0 0 44%;
max-width: 44%;	
}
.collection-section .col-md-7{
flex: 0 0 56%;
max-width: 56%;	
}
.collection-section .col-md-4{
flex: 0 0 47%;
max-width: 47%;	
}
.collection-section .col-md-8{
flex: 0 0 53%;
max-width: 53%;	
}
.collection-box.women .content{
background: none;	
padding: 30px 50px;
text-align: left;
position: absolute;
right: 0;
top: 0;
}
.collection-box.women .content .devider{
margin: 10px 0;	
}
/*............product-section..........*/
.product-section{padding: 50px 0;}
.global-heading{
font-size: 48px;	
text-align: center;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 50px;
}
.ads-section .ads-inner{position: relative;}
.ads-section .content{
position: absolute;	
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
padding: 0 0 0 200px;
font-weight: 500;
}
.ads-section .content h3{
font-size: 40px;	
font-weight: 600;
margin-bottom: 10px;
}
.ads-section .content a{
display: inline-block;	
font-size: 14px;
font-weight: 600;
text-decoration: underline;
color: var(--primary-color);
text-transform: uppercase;
margin-top: 15px;
}
/*..............about-section...........*/
.about-section{
padding: 70px 0;
font-size: 18px;
}
.about-section .row{
align-items: center;
margin: 0 -50px;
}
.about-section .col-md-6{padding: 0 50px}
.about-section h4{
font-size: 48px;	
font-weight: 400;
margin-bottom: 30px;
}
.about-section .global-btn{
margin-top: 30px;	
}
/*..........newsletter-section.........*/
.newsletter-section{
background: #1d1c1c;	
padding: 50px 0;
color: var(--white);
}
.newsletter-section .row{align-items: center;}
.newsletter-section .content h4{
font-size: 39px;
}
.newsletter-section .content p{
font-size: 24px;	
margin: 0;
}
.newsletter-section .newsletter-form{padding: 0 0 0 50px}
.newsletter-section .form-control{
background: var(--white);	
padding: 20px;
border-radius: 7px 0 0 7px;
font-size: 20px;
height: auto;
}
.newsletter-section button{
background: #d3d3d3;	
font-size: 20px;
border-radius: 0 7px 7px 0;
padding: 5px 40px;
}
/*.............footer-section..........*/
.footer-section .footer-inner{
background: var(--primary-color);
color: #ffffff;	
padding: 60px 0;
}
.footer-section h4{margin: 0 0 25px;}
.footer-links{
list-style: none;	
margin: 0;
padding: 0;
}
.footer-links li a{
display: inline-block;	
color: #e9e9e9;
font-size: 20px;
margin-bottom: 10px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.footer-links li a:hover{
color: #b79fa4;	
}
.footer-section .copyrights{
font-size: 16px;	
text-align: center;
color: #9a9a9a;
padding: 50px 0;
}
/*...........loader...........*/
.loader-container .loader3 {
width:50px;
height:50px;
display:inline-block;
padding:0px;
text-align:left;
position: relative;
}
.loader-container .loader3 span {
position:absolute;
display:inline-block;
width:100px;
height:100px;
border-radius:100%;
background:rgba(255, 255, 255,1);
-webkit-animation:loader3 1.5s linear infinite;
animation:loader3 1.5s linear infinite;
left: -25px;
top: -25px;
}
.loader-container .loader3 span:last-child {
animation-delay:-0.9s;
-webkit-animation-delay:-0.9s;
}
@keyframes loader3 {
0% {transform: scale(0, 0);opacity:0.8;}
100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader3 {
0% {-webkit-transform: scale(0, 0);opacity:0.8;}
100% {-webkit-transform: scale(1, 1);opacity:0;}
}
.loader-container{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999;
background: var(--primary-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 999999999;
}
/*.........woo........*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
border-radius: 0;
padding: 0;
min-height: 0;
line-height: 1;
padding: 10px;
right: 4px;
top: 5px;
}
.woocommerce div.product span.onsale {
right: auto;
}
.woocommerce ul.products li.product .best-seller-badge, 
.woocommerce span.best-seller-badge {
right: auto;
left: -35px;
top: 22px;
transform: rotate(-48deg);
padding: 5px 30px;
font-size: 12px;
}
.woocommerce ul.products li.product .onsale.out-of-stock-badge, 
.woocommerce span.onsale.out-of-stock-badge {
background: red;
}
.woocommerce .products ul, 
.woocommerce ul.products{
margin: 0 -13px;	
position: relative;
z-index: 5;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
width: 25%;
margin: 0 0 45px;
padding: 0 13px;
position: relative;	
text-align: center;
background: var(--white);
}
.woocommerce ul.products li.product .product-wrap{
position: relative;	
}
.woocommerce ul.products li.product .product-wrap > a{
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
border: 1px solid transparent;
border-bottom: 0;
display: block;
position: relative;
overflow: hidden;
}
.woocommerce ul.products li.product:hover .product-wrap > a{
border-color: var(--primary-color);	
}
.woocommerce ul.products li.product .product-wrap > a img{
border: 1px solid var(--light-gray);
transition: border 0.5s ease;
-webkit-transition: border 0.5s ease;
-moz-transition: border 0.5s ease;
-ms-transition: border 0.5s ease;
-o-transition: border 0.5s ease;	
}
.woocommerce ul.products li.product:hover .product-wrap > a img{
border-color: transparent;	
}
.woocommerce ul.products li.product a{
color: var(--primary-color);	
}
.woocommerce ul.products li.product .button{
border-radius: 0;
background: var(--primary-color);
color: var(--white);
font-weight: 400;
text-transform: uppercase;
}
.woocommerce ul.products li.product .info-product{
position: absolute;	
top: 100%;
left: 0;
right: 0;
padding: 5px 15px 15px;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
border: 1px solid transparent;
border-top: 0;
z-index: 10;
}
.woocommerce ul.products li.product:hover .info-product{
opacity: 1;	
visibility: visible;
border-color: var(--primary-color);
background: var(--white);
}
.woocommerce .products .star-rating{
margin: 0 auto .5em;	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
padding: 0.5em 15px;
}
.post-type-archive-product.woocommerce ul.products{
margin: 0 -9px;	
}
.post-type-archive-product.woocommerce ul.products li.product{
padding: 0 9px;	
}
.page-section{padding: 50px 0;}
.shop-section{padding: 50px 0 100px;}
.wpf_items_wrapper .wpf_item .wpf_item_name{
background: #f0f0f0;
padding: 10px 10px 10px 40px;
text-transform: uppercase;
border: 0;
font-weight: 600;
position: relative;
}
.wpf_items_wrapper .wpf_item .wpf_item_name::before{
content: "\f2f9";
font-family: Material-Design-Iconic-Font;
position: absolute;
left: 20px;
top: 14px;
}
.wpf_items_wrapper .wpf_item .wpf_item_name::after{
display: none;	
}
.wpf_items_wrapper .wpf_item input[type="checkbox"]{
border-radius: 5px;	
border-color: #a6a6a6;
}
.wpf_items_wrapper .wpf_item input[type="checkbox"]:checked{
background: var(--text-green);	
border-color: var(--text-green);
}
.wpf_hide_text li>input:checked+label>i:after, 
.wpf_item input[type="checkbox"]:checked:before{
color: var(--white);	
}
.wpf_items_wrapper .wpf_hide_text li label{border-radius: 5px;}
.wpf_items_wrapper .wpf_slider.ui-slider .ui-widget-header{
height: 4px;
background: var(--text-green);
}
.wpf_items_wrapper .wpf_slider.ui-slider .ui-slider-handle{
background: var(--text-green);
border-color: var(--text-green);
}
.wpf_items_wrapper .wpf_slider.ui-slider{
max-width: calc(100% - 14px);
margin: 25px auto 20px
}
.woocommerce-products-header{margin-bottom: 30px;}
.woocommerce .woocommerce-ordering select{
border: 1px solid #cccccc;
font-size: 15px;
outline: none;
background: #ffffff url(../images/dropdown-icon.png) right 8px top 10px no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
padding: 2px 8px;
}
.single-section{padding: 60px 0 70px;}
.woocommerce .entry-summary .star-rating{
float: none;	
margin: 0 0 25px;
}
.shop-section .col-left,
.shop-section .col-right{
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;	
}
.shop-section.filter-close .col-left{
margin-left: -25%;	
opacity: 0;
visibility: hidden;
}
.shop-section.filter-close .col-right{
flex: 0 0 100%;	
max-width: 100%;
}
.filtering{
margin: 0 0 20px;
display: flex;
display: -ms-flexbox;
align-items: center;
}
.filtering button{
padding: 0;
display: flex;
display: -ms-flexbox;
align-items: center;
font-weight: 700;
}
.filtering button:focus{
box-shadow: none;
outline: none;
}
.filtering button img{margin-right: 10px;}
.filtering .sorting-type{
display: flex;
display: -ms-flexbox;
align-items: center;
padding-left: 25px;
margin-left: 25px;
border-left: 1px solid #c7c7c7;	
color: #7f7f7f;
}
.sorting-type .dropdown{margin: 0 0 0 20px;}
.sorting-type .dropdown a{color: var(--primary-color);font-weight: 600;}
.sorting-type .dropdown-menu{
width: 300px;
box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
border: 1px solid #e6e0e0;	
padding: 20px;
display: block;
visibility: hidden;
opacity: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
 transform: translate3d(5px, 35px, 0px)!important;
 top: 50px!important;
}
.sorting-type .dropdown-menu.show{
top: 0px!important;	
opacity: 1;
visibility: visible;
}
.sorting-type .dropdown-menu::after{
content: "";
position: absolute;
top: -7px;
left: 15px;
display: block;
width: 14px;
height: 14px;
border: 1px solid #e6e0e0;
background: var(--white);
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-right: 0;
border-bottom: 0;
}
.sorting-type .dropdown-menu label{
display: block;
margin: 0 0 5px 0;
color: var(--primary-color);
cursor: pointer;
}
.sorting-type .dropdown-menu label:last-child{margin: 0;}
.sorting-type .dropdown-menu input{
margin: 0 7px 0 0;
accent-color: var(--primary-color);
}
.sorting-type .dropdown-toggle::after{display: none;}
.sorting-type .dropdown-toggle{
padding-right: 20px;
background: #ffffff url(../images/dropdown-icon.png) right center no-repeat;
}
.woocommerce .woocommerce-ordering{
position: absolute;
opacity: 0;
pointer-events: none;
}
.product-info-tab .nav-tabs{margin: 0 0 20px;border: 0;}
.product-info-tab .nav-item .nav-link{
border: 0;
font-size: 14px;
color: #b3b3b3;
position: relative;
padding: 10px 0;
margin: 0 35px 0 0;
border-bottom: 1px solid #b3b3b3;
}
.product-info-tab .nav-item .nav-link::after{
content: "";
width: 0%;	
height: 2px;
background: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.product-info-tab .nav-item .nav-link.active{
font-weight: 600;	
color: var(--primary-color);
}
.product-info-tab .nav-item .nav-link.active::after{
width: 100%;	
}
.additional-info{
border-top: 1px solid #b3b3b3;
padding-top: 10px;
margin-top: 20px;
}
.additional-info .card{
border-radius: 0;	
border: 0;
}
.additional-info .card-header{
background: none;	
border: 0;
padding: 10px 0;
background: url('../images/dropdown-icon.png') right center no-repeat;
}
.additional-info .card-link{
color: var(--primary-color);
display: flex;
display: -ms-flexbox;
align-items: center;
}
.additional-info .card-link .icon{
width: 50px;
display: inline-block;	
}
.additional-info .card-body{padding: 0 0 15px 50px;}
.share-product-btn{
border: 1px dashed #a5a3b0;
border-radius: 0;
width: 100%;
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.share-product-btn img{margin-right: 5px;}
.woocommerce div.product .product_title.entry-title{
font-size: 30px;
font-weight: 700;	
}
.woocommerce-product-details__short-description{
color: #b3b3b3;	
}
.woocommerce .single-section .summary.entry-summary .price{
color: var(--primary-color);
font-size: 26px;	
font-weight: 500;
}
.woocommerce .single-section .product_meta{margin: 0 0 20px;}
.woocommerce .single-section .product_meta a{color: var(--text-pink);}
.woocommerce .single-section .product_meta .sku{color: var(--text-pink);margin-right: 10px;}
.woocommerce .woocommerce-review-link{color: var(--text-pink);}
.product-info-tab .tab-content a{color: var(--text-pink);}
.woocommerce .woocommerce-variation-price{margin: 0 0 20px;}
.woocommerce .woocommerce-variation-price ins{text-decoration: none;}
.woocommerce .single-section .summary.entry-summary .woocommerce-variation-price .price del{font-size: 20px;}
.woocommerce .reset_variations{color: var(--text-pink);}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
display: flex;	
display: -ms-flexbox;
flex-wrap: wrap;
margin: 0 -8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
padding: 0 8px;
margin: 0 0 16px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(-n+4){
width: 50%;	

}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+5){
width: 25%;	
}
.woocommerce div.product div.images.no-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
width: 100%;	
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
border: 1px solid var(--light-gray);	
}
.woocommerce div.product form.cart .variations{margin: 0;}

.woocommerce .single-section div.product form.cart div.quantity{
position: absolute;	
pointer-events: none;
opacity: 0;
}
.woocommerce .single-section .single_add_to_cart_button.button,
.woocommerce .single-section .single_add_to_cart_button.button.disabled{
background: var(--primary-color);
border-radius: 0;
text-transform: uppercase;
font-weight: 400;
padding: 20px 90px;
}
.woocommerce .single-section .single_add_to_cart_button.button.disabled{opacity: 0.9;}
.woocommerce .single-section .single_add_to_cart_button.button:hover{background: var(--text-pink);}

.woocommerce .woocommerce-Reviews p.stars a{
color: var(--primary-color);
font-size: 28px;	
}
.woocommerce #review_form_wrapper #review_form textarea,
.woocommerce #review_form_wrapper #review_form .comment-form-author input,
.woocommerce #review_form_wrapper #review_form .comment-form-email input{
width: 100%;	
border: 1px solid var(--primary-color);
border-radius: 0;
padding: 10px 15px;
}
.woocommerce .woocommerce-Reviews{max-width: 700px;}
.woocommerce #review_form #respond .form-submit input{
left: auto;
width: 100%;
background: var(--primary-color);
color: var(--white);
font-weight: 400;
font-size: 20px;
text-transform: uppercase;
padding: 20px;
}
.related.products{margin: 50px 0 0;}
.related.products h2{
margin-bottom: 20px;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
border: 1px solid var(--primary-color);	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
font-weight: 500;	
color: var(--primary-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
border-bottom: 1px solid var(--primary-color);	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
background: var(--primary-color);
color: var(--white);
border-bottom-color: var(--primary-color);	
}
.woocommerce #reviews #comments h2.woocommerce-Reviews-title{font-size: 18px;}
.wp-block-woocommerce-cart a,
.wp-block-woocommerce-checkout a{color: var(--text-pink);}
.wc-block-cart__submit-container a{
background: var(--primary-color);
color: var(--white);
text-transform: uppercase;
}
.wp-block-woocommerce-cart h2.wp-block-heading{
margin-bottom: 24px;
font-size: 36px;
}
.wc-block-grid__product .wc-block-grid__product-onsale{display: none!important;}
.wc-block-grid__product .wc-block-grid__product-title{
color: var(--primary-color);
font-size: 18px;
font-weight: 500;
}
.wc-block-grid__product  .wp-block-button__link.add_to_cart_button{
background: var(--primary-color);
border-radius: 0;
color: #ffffff;
font-size: 14px;
padding: 7px 15px;
text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button{
background: var(--primary-color);
color: var(--white);
text-transform: uppercase;
border: 0;
}
.woocommerce-table__line-item.order_item a{color: var(--text-pink);}
.woocommerce nav.woocommerce-pagination ul.page-numbers{border: 0;}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, 
.woocommerce nav.woocommerce-pagination ul.page-numbers li span{
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
border-radius: 100%;
margin: 5px;
border: 1px solid var(--text-pink);
color: var(--primary-color);
padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span{
background: var(--text-pink);
color: var(--white);	
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li{border: 0;}
.login-sidebar{
width: 480px;
position: fixed;
right: -480px;
top: 0;
height: 100%;
background: var(--white);
padding: 70px 50px 50px;
text-align: center;
z-index: 10;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.login-sidebar.open{right: 0;}
.sidebar-oberlay{
position: fixed;	
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 9;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
opacity: 0;
visibility: hidden;
}
.sidebar-oberlay.open{
opacity: 1;	
visibility: visible;
}
.login-sidebar .close-btn{
width: 50px;
height: 50px;
background: #585354;
border-radius: 0;
padding: 0;
color: var(--white);
font-size: 30px;
position: absolute;
top: 0;
left: 0;	
transition: all 0.5s ease 0.5s;
-webkit-transition: all 0.5s ease 0.5s;
-moz-transition: all 0.5s ease 0.5s;
-ms-transition: all 0.5s ease 0.5s;
-o-transition: all 0.5s ease 0.5s;
outline: none;
box-shadow: none;
}
.login-sidebar.open .close-btn{left: -50px;}
.login-sidebar .logo{
margin-bottom: 30px;
display: inline-block;
}
.login-sidebar h4{
font-size: 26px;
font-weight: 600;
margin-bottom: 5px;
}
.login-sidebar .new-user{
font-size: 18px;	
color: #b5b5b5;
}
.login-sidebar .new-user a{
color: var(--primary-color);	
}
.login-sidebar .xoo-aff-group{width: 100%;}
.login-sidebar .xoo-el-header{display: none;}
.login-sidebar .xoo-el-section{padding: 0;}
.xoo-el-form-container button.button.btn.xoo-el-action-btn{
padding: 20px;	
border-radius: 0;
height: auto;
}
.login-sidebar .xoo-el-form-container button.button.btn.xoo-el-action-btn{
width: 100%;
}
.login-sidebar .xoo-el-form-container{padding: 0 0 15px;}
.login-sidebar .xoo-el-form-container.xoo-el-form-inline{margin-top: 40px;}
.xoo-aff-group .xoo-aff-input-group input,
.xoo-aff-input-group .xoo-aff-input-icon{
border-color: #d1d1d1;
border-radius: 0;
background: var(--white);
}
.xoo-aff-group .xoo-aff-input-group input{height: 55px;}
.xoo-aff-group .xoo-aff-input-group input:focus{outline: none;background: none}
.xoo-aff-input-group{
box-shadow: 3px 8px 20px rgba(0,0,0,0.05);	
}
.login-sidebar .global-btn{margin-top: 70px;}
.woocommerce-account .page-section div[data-section='login'],
.woocommerce-account .page-section li[data-tab='login']{display: none!important;}
.woocommerce-account .page-section div[data-section='register'],
.woocommerce-account .page-section li[data-tab='register']{display: block!important;}
.woocommerce-account .page-section li[data-tab='register']{
background: none!important;
color: var(--primary-color)!important;
padding: 0!important;
font-size: 36px!important;
pointer-events: none;
font-weight: 600!important;
}
.woocommerce-MyAccount-navigation{
background: var(--primary-color);	
padding: 20px;
}
.woocommerce-MyAccount-navigation ul{
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-MyAccount-navigation a{
color: var(--white);	
display: inline-block;
padding: 10px;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child){
border-bottom: 1px solid rgba(255,255,255,0.2);	
}
.woocommerce-MyAccount-content{font-size: 18px;}
.woocommerce-MyAccount-content a{color: var(--text-pink);}
.woocommerce table.my_account_orders .button{
background: var(--primary-color);
color: var(--white);
font-weight: 400;
}
.woocommerce-MyAccount-content  .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
background: none;	
}
.woocommerce-account .addresses .title .edit{
background: var(--primary-color);
color: var(--white);
padding: 5px 15px;
font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
margin: 0 -10px;
align-items: flex-end;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row{
flex: 0 0 50%;
max-width: 50%;
display: block;
padding: 0 10px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label{
line-height: initial;	
display: block;
}
.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text, 
.woocommerce .woocommerce-MyAccount-content form .form-row textarea{
border: 1px solid var(--primary-color);
padding: 7px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-MyAccount-content .edit-account button.button{
background: var(--primary-color);
color: var(--white);
font-weight: 500;
margin-top: 20px;
border-radius: 0;
padding: 20px 30px;
}
.woocommerce-MyAccount-content .select2-container .select2-selection--single{
height: 43px;
margin: 0;
border: 1px solid var(--primary-color);
border-radius: 0;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 40px;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 40px;	
}
.woocommerce .woocommerce-MyAccount-content form.edit-account .form-row label{
margin-right: 10px;	
}
.woocommerce-MyAccount-content .welcome-content{
font-size: 24px;
text-align: center;
padding: 50px 20px 0;
}
.woocommerce-account .page-section{padding: 50px 0 100px;}
/*...........contact-section.........*/
.contact-section{padding: 70px 0;background: #f3f3f3}
.contact-section .global-heading{margin: 0 0 30px;}
.contact-section .contact-form{
border: 1px solid #cccccc;
border-radius: 20px;
padding: 35px;
background: var(--white);
box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
-o-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
}
.contact-section .form-control{
border: 1px solid #8c8c8c;
height: auto;
padding: 12px 17px;
border-radius: 5px;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
}
.contact-section select.form-control{
background: url('../images/dropdown-icon.png') right 17px center no-repeat;  
}
.contact-section .global-btn{
border-radius: 50px;
font-size: 16px;
font-weight: 500;
margin-top: 20px;
background: var(--primary-color);
color: var(--white);
}
ul.psfw-social-icons li a{
color: var(--primary-color);
width: 40px;
height: 40px;	
}
.page-template-section{padding: 60px 0 100px;font-size:18px;}
/*...........menu button.............*/
#nav-icon2{
width: 30px;
height: 23px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon2 span {
display: block;
position: absolute;
height: 2px;
width: 50%;
background: var(--primary-color);
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 10px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 20px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 2px;
top: 6px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 2px);
top: 5px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 2px;
top: 15px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(46% - 2px);
top: 15px;
}
.navbar-toggler{padding: 0;}
.navbar-toggler:focus{outline: none;}
/*.............product-video..........*/
.product-video {
background: #d9d8dd;	
}
.product-video video {
width: 100%;
display: block;
}
.coupon-section{
font-size: 32px;
text-align: center;
padding: 30px 0 0;
}
/*............offerPopup...........*/
.offerPopup .content {
padding: 30px 30px 30px 0;
text-align: center;
font-size: 18px;
}
.offerPopup .global-btn {
padding: 5px 17px;
font-size: 14px;
}
.whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
.whatsapp img {
	max-width: 45px;
}
.call-btn {
	width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #f06114;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    display: inline-block;
    position: fixed;
    right: 23px;
    bottom: 75px;
}
.call-btn:hover{
	color: #fff;
}
.offerPopup .close-btn {
	padding: 0;
    background: var(--primary-color);
    border-radius: 0;
    color: var(--white);
    width: 35px;
    height: 35px;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    z-index: 1;
}