/*
 Theme Name:   Divi Child Theme

 Description:  Divi Child is child theme of Divi

 Author:       Divi

 Template:     Divi

 Version:      1.0.0

*/
/*######### custom css #########*/
@font-face {
	font-family: 'ClashDisplay-Medium';
	src: url(fonts/ClashDisplay-Medium.otf);
	src: url(fonts/ClashDisplay-Medium.eot) format("embedded-opentype"), 
	url(fonts/ClashDisplay-Medium.woff2) format("woff2"), 
	url(fonts/ClashDisplay-Medium.woff) format("woff"), 
	url(fonts/ClashDisplay-Medium.ttf) format("truetype"), 
	url(fonts/ClashDisplay-Medium.svg#ClashDisplay-Medium) format("svg")
}
@font-face {
	font-family: 'ClashDisplay-Semibold';
	src: url(fonts/ClashDisplay-Semibold.otf);
	src: url(fonts/ClashDisplay-Semibold.eot) format("embedded-opentype"), 
	url(fonts/ClashDisplay-Semibold.woff2) format("woff2"), 
	url(fonts/ClashDisplay-Semibold.woff) format("woff"), 
	url(fonts/ClashDisplay-Semibold.ttf) format("truetype"), 
	url(fonts/ClashDisplay-Semibold.svg#ClashDisplay-Semibold) format("svg")
}
h1,h2,h3,h4,h5,h6{
	font-family: 'ClashDisplay-Medium';
}
.ClashDisplay-Semibold{
   font-family: 'ClashDisplay-Semibold'; 
}
a {
    color: #000000;
    transition: all .3s ease-in-out;
}
a:hover{
	color: #047fcc;
}
.pb-0{
    padding-bottom: 0!important;
}
/*----------nav-----------*/
.hthb-notification .ht-notification-text > p{
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}
.hthb-row{
	padding: 0px 10px 0px 10px;
}
.top-notice span{
	color: #FDC306;
    font-weight: 700;
}
.top-notice-wrapper {
    position: relative;
    height: 23px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-slider {
    position: relative;
    width: 100%;
    height: 23px;
}

.top-notice {
    position: absolute;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 23px !important;
    top: 0;
    left: 0;
    /*opacity: 0;
    transform: translateY(100%);
    animation: slideText 9s infinite;*/
}

.top-notice span {
    font-weight: 700;
}

/* Delay for each text */
.top-notice:nth-child(1) {
    animation-delay: 0s;
}

.top-notice:nth-child(2) {
    animation-delay: 3s;
}

.top-notice:nth-child(3) {
    animation-delay: 6s;
}

@keyframes slideText {

    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
#main-header{
	top: 32px!important;
}
.et_mobile_menu{
    border-top: 3px solid #047FCC;
}
.et_mobile_menu li:last-child a{
    border-bottom: 0px;
}
#et-top-navigation {
    font-weight: 400;
}
#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color: #047fcc;
}
/*----------/nav-----------*/
/*####### Mobile Menu, submenu custom css start #######*/
#main-header .et_mobile_menu .menu-item-has-children > a { 
    background-color: transparent; 
    position: relative;
    font-weight: 400;
    padding-right:50px !important;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
    font-family: 'ETmodules'; 
    text-align: center; 
    speak: none; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    -webkit-font-smoothing: antialiased; 
    position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
    font-size: 16px; 
    content: '\4c'; 
    width:40px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    top:0;
    right:0;
    cursor:pointer;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { 
    content: '\4d'; 
}
#main-header .et_mobile_menu ul.sub-menu { 
    display: none !important; 
    visibility: hidden !important;  
    transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu { 
    display: block !important; 
    visibility: visible !important; 
}
/*####### Mobile Menu, submenu custom css end #######*/
.home-banner h1{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'ClashDisplay-Semibold';
}
.home-banner .et_pb_column{
	--module-gutter: 5px;
}
.just-for-your{
	background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 8px;
    text-transform: uppercase;
    line-height: 1;
    color: #212121;
    font-size: 12px;
}
.just-for-your i{
	color: #D74343;
    margin-right: 4px;
}
.et_pb_row{
	width: 90%!important;
}
.offer-card-wrapper{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.offer-card{
	background: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    min-width: 200px;
    position: relative;
    text-align: center;
}
/*.offer-card:before,.offer-card:after{
	content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}
.offer-card:before{
	left: -5%;
    top: 62%;
    background: transparent;
    border-radius: 50%;
    box-shadow: 12px 0 0 #e5e5e5;
}
.offer-card:after{
	right: -5%;
    top: 62%;
}*/
.offer-heading{
	color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-size: 13px;
}
.price-text{
	color: #047FCC;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 6px;
    line-height: 0.7;
}
.save-text{
	color: #008F16;
    font-weight: 600;
    padding-bottom: 6px;
    font-size: 13px;
}
.dash-divider{
	border-top: 1px dashed #9F9F9F;
    border-style: dashed;
    padding-bottom: 6px;
}
.divider-below-text{
	color: #9F9F9F;
    font-size: 12px;
    padding-top: 6px;
    line-height: 1.3;
}
.most-popular-text{
	background: #047FCC;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
}
p.woocommerce-result-count{
	font-weight: 400;
    font-size: 14px;
    color: #5D5D5D;
}
.orderby, .woocommerce div.product form.cart .variations td select{
	background-color: #E8E8E8;
	color: #5D5D5D !important;
	font-weight: 400;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: 1px solid #F5F5F5;
    padding: 10px !important;
    border-radius: 10px;
    overflow: hidden;
}
.et_overlay{
	display: none!important;
}
.et_shop_image{
	margin: -10px -10px 0px -10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 14px!important;
    line-height: 1.2;
    font-weight: 400;
    /*font-family: 'Roboto'!important;*/
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del{
    font-size: 15px;
    font-weight: 500;
}
.woocommerce ul.products li.product .price{
	color: #212121 !important;
	font-family: 'Roboto';
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del{
	color: #9F9F9F!important;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before{
	color: #212121!important;
}
.woocommerce .star-rating{
    margin-right: 3px !important;
    margin-bottom: 3px !important;
}
/*-----------button------------*/
.et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page button.button,
.wc-block-components-checkout-place-order-button,
.et_button_no_icon.woocommerce button.button.alt, 
.et_button_no_icon.woocommerce button.button.alt.disabled, 
.et_button_no_icon.woocommerce-page button.button.alt, 
.et_button_no_icon.woocommerce-page button.button.alt.disabled,
.form-submit .et_pb_button,.single-add-to-cart,
.wc-block-checkout__login-prompt,.wc-block-cart__submit-button,
.et_button_no_icon.woocommerce #respond input#submit, 
.et_button_no_icon.woocommerce-page #respond input#submit,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-show-more-button,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-review-form-cancel,.et_button_no_icon .et_pb_button,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.mailpoet_submit,.wpcf7-submit,.wccs-category__btn.slightly_rounded{
	padding: 0.3em 1.3em !important;
    border: 1px solid #047fcc;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background: #047fcc;
    color: #fff!important;
    cursor: pointer;
    transition: all .3s ease-in-out!important;
}
.single-add-to-cart{
    padding: 0.6em 1.3em !important;
}
.wc-block-checkout__login-prompt{
    color: #ffffff!important;
}
.et_button_no_icon.woocommerce button.button.alt.disabled,
.et_button_no_icon.woocommerce-page button.button.alt.disabled{
	background: transparent;
	color: #212121!important;
}
.cr-reviews-grid .cr-show-more-button,.cr-review-form-cancel{
    background: transparent;
    color: #212121!important;
    border: 1px solid #212121!important;
}
#customer_login button.button, .woocommerce-EditAccountForm button.button{
	margin-top: 10px;
}
.et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.wc-block-components-checkout-place-order-button:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.form-submit .et_pb_button:hover,.single-add-to-cart:hover,
.wc-block-checkout__login-prompt:hover,.wc-block-cart__submit-button:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover, 
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,
.et_button_no_icon .et_pb_button:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit:hover,
.mailpoet_submit:hover,.wpcf7-submit:hover,.wccs-category__btn.slightly_rounded:hover{
	padding: 0.3em 1.3em !important;
	background: #212121;
	color: #ffffff;
	border: 1px solid #212121;
}
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,
.et_button_no_icon .et_pb_button:hover{
    color: #ffffff!important;
}
.single-add-to-cart:hover{
    padding: 0.6em 1.3em !important;
}
.et_button_no_icon.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce-page button.button.alt.disabled:hover{
	background: transparent;
	color: #212121;
}
/*-----------/button---------*/
.woocommerce span.onsale, .woocommerce-page span.onsale{
	display: none;
}
.wpcbm-badge-169{
    color: #ffffff;
    background-color: #047fcc;
    box-shadow: none;
    border: 0;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1;
}
.wpcbm-badges-top-left{
	left: 0;
}
.icon_above_image{
	padding: 0px 0px;
	right: 0px;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating{
	margin: 4px 0 .6em 0 !important;
}
.et-cart-info{
	display: none;
}
.footer-sec .et_pb_row{
	padding: 20px;
	border-radius: 10px;
}
.footer-links a {
    color: #F5F5F5;
    font-weight: 500;
}
.social-links a{
	background: #047FCC;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 15px;
}
.powered-by{
	color: #F5F5F5;
    display: flex;
    justify-content: end;
    align-items: center;
}
.powered-by img{
	width: 150px;
    margin-left: 10px;
}
.footer-sec .et_pb_column{
	--module-gutter: 10px;
}
.developed-by{
	color: #9F9F9F;
}
.developed-by:hover{
	color: #ffffff;
}
.pi-popup{
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}
.pi-product_link,.pi-popup-content,.pi-first_name{
	font-size: 13px;
	line-height: 1.2;
}
.pi-first_name{
	color: #047FCC!important;
	font-weight: 600;
}
.pi-product_link{
	color: #212121;
	font-weight: 600;
}
.pi-popup-content span:last-of-type{
	color: #9F9F9F;
    margin-top: 2px;
    display: inline-block;
}
.pi-popup-image img {
    border-radius: 4px;
}
.pi-popup-close{
	right: 10px;
}
.filter-heading{
	font-weight: 500;
    color: #212121;
    font-size: 16px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px!important;
}
.filter-heading img{
	width: 14px;
    margin-right: 5px;
}
.wpc-filter-title{
	color: #212121;
    font-size: 14px;
}
.wpc-filter-link{
	color: #5d5d5d;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
	border-radius: 8px;
}
.xoo-wsc-img-col img{
	border-radius: 5px;
}
.xoo-wsc-sm-left{
	row-gap: 20px;
}
.container{
	width: 90%;
}
.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
	flex-wrap: wrap;
}
body .wpc-filter-chips-list li.wpc-chip-reset-all a{
	border-color: #F6A0A0!important;
    color: #212121!important;
    background: #F6A0A0;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a{
	border-radius: 5px!important;
}
#customer_login h2{
	padding-bottom: 0;
}
.woocommerce form.login, .woocommerce form.register{
	margin: 1em 0;
}
.woocommerce .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single, 
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, 
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single,
.select2-selection__rendered,
.et-db #et-boc .et-l .et_pb_wc_add_to_cart .quantity input.qty{
	background-color: #fff;
	border-radius: 5px;
    color: #212121;
    border: 1px solid #9F9F9F!important;
    height: 40px;
    max-width: 100%;
}
.select2-selection__rendered{
    padding: 16px!important;
    line-height: 0.5em !important;
}
.woocommerce form.login .mo-openid-app-icons:last-of-type{
	display: none;
}
.woocommerce form.login .mo-openid-app-icons i{
	margin-top: 0px!important;
	margin-bottom: 10px!important;
	position: relative;
    left: -8px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info{
	font-size: 14px !important;
    padding: 15px !important;
    line-height: 1.2 !important;
    border-radius: 5px;
}
.woocommerce-error{
	background: #F6A0A0!important;
    color: #212121 !important;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #F5F5F5;
    color: #212121 !important;
}
.et_pb_wc_related_products ul.products li.product a img, .et_pb_wc_upsells ul.products li.product a img{
	margin-bottom: 9px!important;
}
.et_pb_wc_price .price del {
    color: #9F9F9F;
}
.woocommerce div.product p.price, .woocommerce-page div.product p.price{
	color: #212121;
    font-weight: 500;
    font-family: 'Roboto';
}
.gradient-offer-card-wrapper{
	justify-content: start;
}
.gradient-offer-card-wrapper .offer-card{
	border: 1px solid #E8E8E8;
    background-image: linear-gradient(to bottom, #047FCC -30%, #FFFFFF 40%);
}
.gradient-offer-card-wrapper .most-popular-text{
	background: #212121;
}
.et_pb_wc_title h1 {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 26px;
}
.et_pb_wc_price .price,
.et-db #et-boc .et-l .et_pb_wc_price .price {
    font-size: 22px !important;
}
.product-details-wrapper{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-details-wrapper p{
	background: #E8E8E8;
    color: #212121;
    display: inline-block;
    line-height: 1;
    padding: 6px 8px!important;
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
}
.woocommerce-product-gallery .flex-viewport{
	border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	border-radius: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
	border: 1px solid #047FCC;
}
.product-delivery-info-wrapper{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
   	justify-content: space-between;
}
.info-item{
	text-align: center;
}
.info-item p{
	padding: 0!important;
	color: #212121;
}
.info-item img{
	width: 45px;
}
.product-offer-title{
	color: #212121;
    margin-bottom: 3px;
   	font-family: 'Roboto';
   	font-size: 15px;
}
.woocommerce div.product form.cart .variations label{
	font-weight: 400;
    font-family: 'Roboto';
    color: #212121;
    font-size: 15px;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th{
	line-height: 1.2em;
}
.woocommerce-product-rating{
	margin-bottom: 0!important;
    display: flex !important;
    align-items: center;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 5px;
    box-shadow: none!important;
    overflow: hidden;
    padding: 0;
    border: 1px solid #E8E8E8;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
	border: 1px solid #E8E8E8;
}
.et_pb_wc_add_to_cart form.cart .variations td.value .reset_variations{
	float: left;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){
	background-color: #e8e8e8;
}
.wpc-filters-open-widget{
	width: 100%;
}
.xoo-wsc-container{
	z-index: 9999999999;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty,
.et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled{
	width: 100%;
}
.woocommerce-variation-add-to-cart{
	display: flex;
}
form.cart{
	display: flex;
}
form.variations_form{
	display: block;
}
.single_variation_wrap{
	width: 100%;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	padding: 16px 5px;
}
.fw-semibold{
	font-weight: 600;
}
.product-terms-accordion .uk-scope .uk-accordion-title{
	font-size: 16px;
    color: #212121;
}
.product-terms-accordion .uk-scope li {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
}
.uk-scope .uk-accordion>:nth-child(n+2) {
    margin-top: 10px;
}
.uk-scope .uk-accordion-content {
    margin-top: 10px;
}
.offer-card-mob-slider .gradient-offer-card-wrapper {
    justify-content: center;
}
.offer-card-mob-slider .uk-scope *+p{
	margin-top: 0;
}
.offer-card-mob-slider  .uk-scope p{
    margin: 0 0 0px 0;
}
.offer-card-mob-slider .uk-panel{
	padding: 20px 0;
}
.offer-card-mob-slider .most-popular-text{
	margin: auto!important;
}
.woocommerce-Reviews-title{
	font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
}
.wcpr-overall-rating h2{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
}
.wcpr-stars-count .wcpr-row .wcpr-col-rank-count{
	color: #212121;
}
.wcpr-overall-rating-left{
	padding: 10px 8px;
	border-radius: 6px;
	background: #212121;
}
.wcpr-overall-rating-main .wcpr-overall-rating-right .wcpr-overall-rating-right-total{
	color: #212121;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{
	color: #212121;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
	border-radius: 5px;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], 
#commentform textarea, .wcpr-comment-form-images .wcpr_image_upload{
	background-color: #fff;
    line-height: 1.1;
    border: 1px solid #9f9f9f;
    color: #212121;
    font-size: 14px;
    border-radius: 5px;
    height: 47px;
    padding: 12px;
    width: 100%;
}
.woocommerce p.stars a,.woocommerce p.stars a:hover{
	color: #fdc306;
}
.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container{
	justify-content: start;
	gap: 20px;
}
.wcpr-comment-form-images .wcpr-selected-image img{
	border: 1px solid #9f9f9f;
    border-radius: 5px;
}
.woocommerce .pswp {
    z-index: 9999999999;
}
.list{
    list-style: none!important;
    padding: 0 !important;
    margin-bottom: 0!important;
    margin-top: 10px!important;
}
.product-terms-accordion .uk-scope li .list li{
    border-bottom: 0!important;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{
    min-width: 45px;
}
.wcpr-filter-container {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.wcpr-filter-button {
    border: 1px solid #212121;
    border-radius: 5px;
    background-color: #fff;
    color: #212121;
}
.wcpr-filter-container .wcpr-filter-button.wcpr-active {
    background-color: #000;
    color: #fff;
}
.wcpr-filter-button:hover {
    color: #fff;
    background-color: #047fcc !important;
    border: 1px solid #047fcc;
}
.home-banner .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}
.home-banner .et_pb_container{
    height: auto!important;
}
.home-banner .et_pb_slide_description{
    padding: 6% 8%;
}
.home-banner .et-pb-arrow-next, .home-banner .et-pb-arrow-prev{
    font-size: 35px;
    color: #212121;
    background: #fff;
    border-radius: 5px;
}
.woocommerce-order-details{
    margin-top: 1em;
}
.woocommerce-order-details__title{
    margin-bottom: 0.2em;
}
.woocommerce .woocommerce-customer-details address{
    border-bottom-width: 1px;
    border-right-width: 1px;
    background: #fbfbfb;
}
.pum-container .pum-content+.pum-close{
    line-height: 24px;
}
.chart-title{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.chart-tagline{
    padding-bottom: 20px!important;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    text-align: center;
}
table.scwc-size-chart-table{
    width: 100%;
    margin-bottom: 10px !important;
}
table.scwc-size-chart-table th, table.scwc-size-chart-table td {
    border: 1px solid #E8E8E8;
}
table.scwc-size-chart-table th{
    font-size: 15px;
    font-weight: 400;
}
table.scwc-size-chart-table td{
    font-size: 14px;
    font-weight: 500;
}
.chart-bottom-text{
    color: #5D5D5D;
    font-size: 12px;
    text-align: right;
}
.pum-overlay{
    z-index: 10000000000!important;
}
.size-guide{
    color: #047fcc;
    display: inline-block; 
}
.size-guide img{
    width: 18px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wbte_wishlist_heading{
    /*font-family: 'Roboto';*/
    font-weight: 400;
}
.bulk-add-btn{
    background: #047fcc;
}
.bulk-add-btn:hover{
    background: #212121;
}
.woocommerce-price-suffix{
    font-size: 11px;
}
.wp-block-woocommerce-checkout-order-summary-block{
    color: #212121;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
    border-radius: 4px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option{
    background: #fbfbfb;
    border-radius: 4px!important;
    box-shadow: inset 0 0 0 1px #dfdfdf!important;
    margin: 10px 0;
}
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after,
.wc-block-components-radio-control--highlight-checked:after{
    border: 0!important;
}
#radio-control-wc-payment-method-options-cod__content div{
    background: #ffd3d3;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 3px;
    color: #c50303;
}
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after{
    background: none!important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
    border-radius: 5px;
    background-color: #212121;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:disabled{
    background: transparent;
    border: 1px solid #047fcc;
    color: #212121;
}
.otp_input,.modal #shipping-phone,.sa_mobileno{
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #9f9f9f!important;
    color: #212121;
    font-size: 14px;
    border-radius: 5px;
    height: 47px;
    padding: 12px!important;
    width: 100%;
}
#sa_verify_otp{
    color: #ffffff!important;
    margin-bottom: 10px;
}
.sa-message,.saeditmessage{
    color: #212121!important;
    margin-bottom: 0;
}
.smsalertModal.popup .modal-content{
    border: 0;
    border-radius: 10px;
}
.modal .sa-message, .modal .saeditmessage{
    padding-left: 0!important;
    background: none;
}
.modal .woocommerce-error {
    background: #ffd3d3 !important;
    color: #c50303 !important;
    padding-left: 15px!important;
}
.woocommerce-form-register{
    background: #fbfbfb;
}
.loginwithotp .sa_loginwithotp-form{
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 5px;
    background: #fbfbfb;
    margin: 1em 0;
}
.select2-container .select2-selection--single{
    border: 0 !important;
}
.woocommerce-orders-table__cell .button {
    margin-right: 5px!important;
}
.woocommerce-MyAccount-content h3{
    text-align: left!important;
}
.wt_frontend_wishlist_table tr td{
    border-top: 0;
}
.wt_frontend_wishlist_table .col-image img{
    border-radius: 5px;
}
.wt_frontend_wishlist_table .col-remove{
    border-bottom: 0;
}
.wc-block-components-totals-discount__coupon-list{
    padding-left: 0!important;
}
.wc-block-components-chip.wc-block-components-chip--radius-large{
    color: #ffffff;
    border: 1px solid #212121;
    background: #212121;
    padding: 5px 2px 5px 8px;
}
.wc-block-components-chip__remove{
    display: none;
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #047fcc;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 1.2em;
    border-radius: 4px;
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a{
    border-radius: 4px;
    background: #ededed;
    width: 28px;
    height: 28px;
    line-height: 1.2em;
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #212121;
    color: #ffffff;
}
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    margin-top: 0!important;
}
.wc-block-components-checkout-step__heading{
    display: flex;
    align-items: center;
}
.wc-block-components-checkout-step__title{
    margin-right: auto!important;
}
.wc-block-checkout__login-prompt{
    float: none!important;
}
.wc-block-components-notice-banner.is-error{
    background-color: #ffd3d3;
    border-color: #c50303;
    color: #c50303;
}
.xoo-wsc-header,.entry-content thead th, .entry-content tr th,
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.wc-block-components-totals-item__label,.wc-block-components-totals-footer-item-tax-value{
    color: #212121;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    border-radius: 5px;
}
/*-------review---------*/
.cr-reviews-grid{
    border: 0;
    padding: 0;
}
.cr-reviews-grid{
    background-color: #ffffff;
}
.ivole-meter{
    background: #e8e8e8;
    background-color: #e8e8e8;
    height: 10px;
    border-radius: 30px;
    box-shadow: none;
}
.ivole-meter .ivole-meter-bar{
    background: #212121;
    box-shadow: none;
}
.ivole-meter .ivole-meter-bar:before{
    background-color: #212121;
}
.cr-summaryBox-wrap .cr-histogramTable{
    max-width: 100%;
}
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{
    height: 80px;
    background-color: #e8e8e8;
}
.cr-reviews-grid .cr-summaryBox-wrap{
    border-radius: 10px;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg, .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon, 
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg, .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{
    width: 20px;
    height: 20px;
}
.cr-reviews-grid .cr-review-card .rating-row .rating-label, .cr-reviews-slider .cr-review-card .rating-row .rating-label{
    font-size: 16px;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified{
    color: #047fcc;
}
.cr-reviews-grid .cr-review-card .cr-avatar-check{
    background-color: #047fcc;
}
.cr-reviews-grid .cr-review-card .middle-row{
    padding: 0;
    background: none;
    border: 0;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name, .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name{
    color: #212121;
}
.pswp__caption__center{
    display: none;
}
.cr-reviews-grid .cr-review-form-item img,
.cr-review-form-item img{
    border-radius: 5px;
}
.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name, .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name{
    font-style: normal;
    font-size: 16px;
}
.cr-review-form-rating-inner path{
    fill: #ffbc00;
}
/*-------review---------*/
.product .icon_above_image .wt-wishlist-button{
    display: none;
}
.product .wishlist_text_icon_image{
    margin-right: 0!important;
    margin-left: 0!important;
    width: 40px!important;
    height: 23px!important;
}
.product-type-simple .single_product_div{
    margin-top: 15px;
}
.wp-block-woocommerce-product-new{
    margin-top: 20px;
}
.wp-block-woocommerce-product-new .wc-block-grid__product{
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px !important;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-title{
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 14px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px!important;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-price{
    color: #212121 !important;
    font-family: 'Roboto';
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0!important;
}
.wp-block-woocommerce-product-new del{
    color: #9f9f9f;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-rating .star-rating{
    margin: 0;
    font-size: 1.2em;
}
.wp-block-woocommerce-product-new .wc-block-grid__product .wc-block-grid__product-image, 
.wp-block-woocommerce-product-new .wc-block-grid__product .wc-block-grid__product-link{
    display: block;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-add-to-cart{
    display: none;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-image{
    margin: -10px -10px 10px -10px!important;
}
.wp-block-woocommerce-product-new .wc-block-grid__products{
    gap: 25px;
}
.wt_frontend_wishlist_table .col-price{
    color: #212121;
    font-weight: 500;
}
del{
    color: #9f9f9f;
}
.satisfaction-bg{
    justify-content: center;
}
.satisfaction-bg .info-item{
    background: rgb(4 127 204 / 10%);
    padding: 16px;
    border-radius: 12px;
    min-width: 180px;
}
.main-home-banner h1{
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    font-family: 'ClashDisplay-Semibold';
}
.main-home-banner h1:before,
.main-home-banner h1:after{
    content: "";
    background: #212121;
    height: 1px;
    width: 50px;
    display: inline-block;
    transform: translateY(-8px);
}
.main-home-banner h1:before{
    margin-right: 10px;
}
.main-home-banner h1:after{
    margin-left: 10px;
}
.main-home-banner .et_pb_header_content_wrapper{
    color: #212121;
    font-size: 16px;
}
.main-home-banner .et_pb_fullwidth_header_container{
    width: 90%;
}
.et_button_no_icon .main-home-banner .et_pb_button{
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #212121;
    color: #212121 !important;
    font-weight: 600;
    padding: 0.4em 1.3em 0.3em 1.3em !important;
}
.et_button_no_icon .main-home-banner .et_pb_button:hover{
    border: 2px solid #212121;
    background: #212121;
    color: #ffffff!important;
}
.main-home-banner .et_pb_header_button_wrapper{
    text-align: center;
}
.main-home-banner .header-content{
    max-width: 40%!important;
}
.head-top-tagline{
    border-radius: 5px;
    padding: 6px 8px!important;
    font-size: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    width: 160px;
    margin: auto;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 15px;
    line-height: 1.2;
}
.head-top-tagline img{
    margin-right: 5px;
    width: 16px;
}
#wps-slider-section .wps-product-section .star-rating{
    font-size: .857em;
}
#wps-slider-section .wpsf-product-title{
    line-height: 1.2;
}
#wps-slider-section .wpsf-product-title a{
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.2;
    font-family: 'ClashDisplay-Medium';
}
#wps-slider-section .wpsf-product .wps-product-data{
    border: 0!important;
}
#wps-slider-section .wpsf-product{
    border: 1px solid #f5f5f5!important;
    border-radius: 10px;
    overflow: hidden;
}
#wps-slider-section .wpsf-product .sp-wps-product-details{
    padding: 10px!important;
    text-align: left;
}
#wps-slider-section .wpsf-product-price{
    font-size: 15px!important;
    font-weight: 500;
}
#wps-slider-section .wps-product-section .wpsp-nav{
    border-radius: 5px;
}
.wps-slider-section{
    padding-top: 60px!important;
}
.product_meta{
    display: none!important;
}
.cr-all-reviews-shortcode .cr-review-form-item span, 
.cr-ajax-reviews-review-form .cr-review-form-item span, 
.cr-reviews-grid .cr-review-form-item span, .cr-qna-block .cr-review-form-item span{
    font-size: 16px;
    line-height: 1.2;
}
.popmake .et_pb_row{
    width: 100%!important;
}
.mfp-wrap,.mfp-bg{
    z-index: 999999;  
}
.mailpoet_text_label,.mailpoet_select_label,
.wpcf7 label{
    display: block;
    text-align: left;
    color: #212121;
}
.mailpoet-manage-subscription-email .mailpoet_text_label{
    text-align: center;
}
.mailpoet-manage-subscription input.text, .mailpoet-manage-subscription input.title, 
.mailpoet-manage-subscription input[type=email], 
.mailpoet-manage-subscription input[type=password], 
.mailpoet-manage-subscription input[type=tel], 
.mailpoet-manage-subscription input[type=text], 
.mailpoet-manage-subscription select, 
.mailpoet-manage-subscription textarea,
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #9F9F9F;
    color: #212121;
    width: 100%;
}
.wpcf7-form-control-wrap textarea{
    height: auto;
    line-height: normal;
}
.mailpoet_paragraph{
    margin-bottom: 10px;
}
.mailpoet-manage-subscription-actions{
    margin-top: 10px;
}
.mailpoet_field_description,.mailpoet-manage-subscription-no-lists{
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}
.mailpoet_submit,.wpcf7-submit{
    line-height: 1.7;
    min-width: 130px;
}
h2.sm-h2{
    font-size: 22px;
}
.reach-item,.contact-card{
    border: 1px solid #E8E8E8;
    padding: 15px;
    border-radius: 20px;
}
.reach-item:first-child{
    width: 60%;
}
.contact-reach-wrapper{
    display: flex;
    gap: 30px; 
}
.reach-item p{
    font-size: 12px;
}
.asterisk{
    color: #DF0303;
}
/*-------contact-------*/
.contact-clearfix{
    display: flex;
    gap: 25px;
}
.contact-left,.contact-middle,.contact-right{
    width: 33.33%;
    margin-bottom: 15px;
    height: 70px;
}
/*-------/contact------*/
/*contact form error message style */

span.wpcf7-not-valid-tip {
    color: #DF0303 !important;
    font-size: 13px !important;
    position: relative;
    display: inline-block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-response-output {
    border: 1px solid #f12222 !important;
    background: #ffe9e9 !important;
    color: #f12222 !important;
    border-radius: 5px !important;
    font-size: 13px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 20px !important;
    line-height: 1.3;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #a4b49b !important;
    background: #d6f0c8 !important;
    color: #557d3f !important;
    border-radius: 5px !important;
    font-size: 13px;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.3;
}

/*contact form error message style end */
.fit-badge{
    font-size: 13px;
    line-height: 1;
    padding: 6px 8px !important;
    border-radius: 3px;
    background: #047fcc;
    color: #ffffff;
    display: inline-block;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide{
    height: 100%;
}
/*.swiper-wrapper{
    height: 330px!important;
}*/
.dynamic-cate-grid .wccs-category{
    overflow: hidden;
    border-radius: 10px;
}
.dynamic-cate-grid .wccs-entry__content-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.dynamic-cate-grid .category-name{
    margin: 0!important;
}
.dynamic-cate-grid .category-name a{
    color: #ffffff;
}
.dynamic-cate-grid .wccs-entry__head img{
    transform: scale(1.1);
}
.dynamic-cate-grid .wccs-categories .wccs-card-button {
    margin-top: 0px;
}
.wccs-section .wccs-section__header {
    padding: 0;
}
body a>i {
    margin-top: 0;
    font-size: inherit;
}
.wccs-categories p{
    font-weight: 300;
}
.is-layout__block .wccs-category.wccs-content__overlay .wccs-entry__content{
    background-color: transparent!important;
    background-image: linear-gradient(to right, rgb(0 0 0 / 50%) 30% , transparent 70%);
}
.wishlist-row .variation dt, .wishlist-row .variation dd{
    display: inline-block;
}
.wishlist-row .variation dd{
    margin-left: 1em;
    margin-right: 1.5em;
}
/*----------media query--------*/
@media(min-width: 981px){
	.hthb-notification .ht-notification-text > p{
		font-size: 0.8vw;
	}
	#notification-130 .hthb-notification-content {
	    padding: 0.37vw!important;
	}
	.hthb-row{
		padding: 0px 0.8vw 0px 0.8vw;
	}
	#main-header {
	    top: 1.8vw !important;
	}
    #page-container{
        padding-top: 5em !important;
    }
	#top-menu a,#et_search_icon:before,.et-cart-info span:before{
		font-size: 1.6vw;
	}
	.just-for-your{
	    border-radius: 0.3vw;
	    padding: 0.44vw 0.6vw;
	    font-size: 0.9vw;
        margin-bottom: 0.5vw;
	}
	.just-for-your i{
	    margin-right: 4px;
	    font-size: 1vw;
	}
	.offer-card-wrapper{
	    gap: 2vw;
	}
	.offer-card {
	    padding: 1.5vw;
	    border-radius: 0.8vw;
	    min-width: 14.7vw;
	}
	.offer-heading{
		padding-bottom: 0.5vw;
    	font-size: 0.9vw;
	}
	.price-text{
		padding-bottom: 0.5vw;
    	font-size: 2.4vw;
	}
	.save-text{
    	padding-bottom: 0.5vw;
    	font-size: 0.9vw;
	}
	.dash-divider{
		border-top: 0.1px dashed #9F9F9F;
		padding-bottom: 0.5vw;
	}
	.divider-below-text{
		font-size: 0.8vw;
		padding-top: 0.5vw;
	}
	.most-popular-text{
		padding: 0.6vw 0.8vw;
	    font-size: 0.7vw;
	    border-radius: 0.3vw;
	    top: -0.9vw;
	}
	h1{
		font-size: 2.7vw;
	}
	.home-banner h1{
		font-size: 2.5vw;
	}
	h2{
		font-size: 2.2vw;
	}
    h3,h2.sm-h2{
        font-size: 1.6vw;
    }
	body,.wc-block-checkout__terms,.wc-block-components-checkbox label,
	.wc-block-checkout__actions .wc-block-checkout__actions_row,
	.wc-block-components-radio-control-accordion-content,
	.wc-block-components-radio-control__description, 
	.wc-block-components-radio-control__label, 
	.wc-block-components-radio-control__secondary-description, 
	.wc-block-components-radio-control__secondary-label,
	.wc-block-components-address-form__address_2-toggle{
		font-size: 1vw!important;
		line-height: 1.3;
	}
	p.woocommerce-result-count{
	    font-size: 1vw;
	}
	.orderby, .woocommerce div.product form.cart .variations td select{
		padding: 0.3vw 0.6vw;
	    border-radius: 0.2vw;
	    font-size: 0.9vw;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 1vw!important;
	}
	.woocommerce ul.products li.product .price, 
	.woocommerce-page ul.products li.product .price, 
	.woocommerce ul.products li.product .price del, 
	.woocommerce-page ul.products li.product .price del{
		font-size: 1.1vw;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		border: 0.1vw solid #f5f5f5;
    	border-radius: 0.8vw;
    	padding: 0.7vw !important;
	}
	.et_shop_image{
		margin: -0.8vw -0.8vw 0vw -0.8vw;
	}
	.et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce-page a.button,
	.wc-block-components-checkout-place-order-button,
	.et_button_no_icon.woocommerce button.button.alt, 
	.et_button_no_icon.woocommerce button.button.alt.disabled, 
	.et_button_no_icon.woocommerce-page button.button.alt, 
	.et_button_no_icon.woocommerce-page button.button.alt.disabled,
	.form-submit .et_pb_button,.wc-block-checkout__login-prompt,
    .wc-block-cart__submit-button,
    .et_button_no_icon.woocommerce #respond input#submit, 
    .et_button_no_icon.woocommerce-page #respond input#submit,
    .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
    .cr-reviews-grid .cr-show-more-button,
    .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
    .et_button_no_icon .et_pb_button,
    .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
    .mailpoet_submit,.wpcf7-submit,.wccs-category__btn.slightly_rounded{
		font-size: 1vw;
	    border-radius: 0.4vw;
	    border: 0.1vw solid #047fcc;
	    padding: 0.3vw 1.3vw !important;
	}
    .mailpoet_submit,.wpcf7-submit{
        min-width: 9vw;
    }
    .cr-reviews-grid .cr-show-more-button,.cr-review-form-cancel{
        border: 0.1vw solid #212121!important;
    }
    .wc-block-checkout__login-prompt{
        font-size: 1vw!important;
    }
	.wpcbm-badge-169{
		font-size: 0.81vw;
	    border-radius: 0.2vw;
	    line-height: 0.8vw;
	    padding: 0.5vw 0.8vw;
	}
	.wpcbm-badges-top-left{
		top: 0.8vw;
	}
	.wt-wishlist-button, .wt-wishlist-button:hover{
		margin: 0 0.7vw;
	}
	.wt-wishlist-button img{
		width: 2vw!important;
	}
	.powered-by img{
		width: 11vw;
	}
	.social-links a{
		width: 2.3vw;
	    height: 2.3vw;
	    line-height: 2.4vw;
	    border-radius: 0.3vw;
	    font-size: 1vw;
	    margin-right: 1vw;
	}
	.footer-sec .et_pb_row{
		padding: 1.4vw;
    	border-radius: 0.8vw;
	}
	.pi-product_link,.pi-popup-content,.pi-first_name{
		font-size: 0.9vw;
	}
	.pi-popup-image img {
	    border-radius: 0.3vw;
	}
	.pi-popup-image,.pi-popup-content{
		padding: 0.8vw;
	}
	.pi-popup-content{
		padding-right: 1.9vw;
	}
	.pi-popup-close{
		right: 0.8vw;
		top: 0.6vw;
		width: 1.2vw;
    	height: 1.2vw;
	}
	.filter-heading{
		font-size: 1.2vw;
	    border-bottom: 0.1vw solid #E8E8E8;
	    padding-bottom: 0.8vw !important;
	}
	.filter-heading img{
		width: 1vw;
	    margin-right: 0.4vw;
	}
	.wpc-filter-title{
	    font-size: 1vw;
	}
	.pi-popup{
		width: 25vw;
		border-radius: 0.4vw;
	}
	.xoo-wsc-bki{
		font-size: 2vw;
	}
	.xoo-wsc-basket{
		width: 4.7vw;
        height: 4.7vw;
        bottom: 1vw;
        margin: 0.8vw;
	}
	.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
		padding: 0.8vw 1.6vw;
		border-radius: 0.6vw;
	}
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
		font-size: 1vw;
	}
	.xoo-wsc-items-count{
		font-size: 0.9vw;
	    width: 2vw;
	    height: 2vw;
	    line-height: 2vw;
	}
	span.xoo-wsc-footer-txt{
		font-size: 0.9vw;
    	margin: -0.8vw auto 1.2vw;
	}
	.xoo-wsc-container{
		max-width: 31vw;
		right: -31vw;
	}
	.xoo-wsc-cart-active .xoo-wsc-basket{
		right: 31vw;
	}
	span.xoo-wsch-icon{
		font-size: 1.5vw;
	}
	span.xoo-wsch-items-count{
		height: 1vw;
        width: 1vw;
        line-height: 1.1vw;
        font-size: 0.6vw;
        right: -0.3vw;
        top: -0.3vw;
	}
	.xoo-wsch-text{
		font-size: 1.1vw;
	}
	.span.xoo-wsch-icon{
		font-size: 2.1vw;
	}
	.xoo-wsc-products:not(.xoo-wsc-pattern-card), .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a{
		font-size: 1vw;
	}
	.xoo-wsc-smr-del {
	    font-size: 1.2vw;
	}
	.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product{
		padding: 0.7vw 1vw;
    	margin: 0.7vw 1vw;
	}
	.xoo-wsc-img-col img{
		border-radius: 0.4vw;
	}
	.xoo-wsc-sm-left{
		row-gap: 1vw;
	}
	.woocommerce .quantity input.qty, 
	.woocommerce-page .quantity input.qty, 
	.woocommerce #content .quantity input.qty, 
	.woocommerce-page #content .quantity input.qty, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea, 
	.et_pb_wc_cart_totals .select2-container--default .select2-selection--single, 
	.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, 
	.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single,
    .select2-selection__rendered{
		border-radius: 0.4vw;
	    font-size: 1.1vw;
	    padding: 1.2vw;
	    height: 3.3vw;
	    border: 0.1vw solid #9F9F9F!important;
	}
    .select2-selection__rendered{
        padding: 1.2vw!important;
    }
	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty,
    .et-db #et-boc .et-l .et_pb_wc_add_to_cart .quantity input.qty{
		height: 2.5vw;
		padding: 1vw 0.1vw;
    	font-size: 1vw;
	}
	.et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled{
		height: 2.5vw;
	    line-height: 2vw!important;
	}
	.woocommerce form.login .mo-openid-app-icons i{
		margin-bottom: 0.7vw!important;
		left: -0.4vw;
	}
	.woocommerce form.login, .woocommerce form.register{
		border-radius: 0.5vw;
        padding: 1.5vw;
	}
	.et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page button.button{
		font-size: 1.1vw;
	    border-radius: 0.4vw;
	    padding: 0.38vw 1.43vw !important;
	}
	#customer_login button.button, .woocommerce-EditAccountForm button.button{
		margin-top: 0.6vw;
	}
	.et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button:hover{
	    padding: 0.38vw 1.43vw !important;
	}
	.woocommerce-message, .woocommerce-error, .woocommerce-info{
		font-size: 1.1vw !important;
	    padding: 1.2vw !important;
	    border-radius: 0.4vw;
	}
	.woocommerce-MyAccount-navigation-link a{
		line-height: 2vw;
    	font-size: 1vw;
	}
	.wc-block-components-radio-control-accordion-content{
		padding: 0 1.1vw 1.1vw;
	}
	.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
	.wc-block-checkout .wc-block-components-text-input input[type=text],
	.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
	.wc-block-checkout .wc-block-components-text-input input[type=tel],
	.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
	.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
	.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select{
		border-radius: 0.4vw;
	    font-size: 1vw;
	    /*padding: 1.2vw 1.2vw 1.2vw 1.2vw;*/
	    height: 3.3vw;
	    line-height: 3.3vw;
	    border: 0.1vw solid #9F9F9F;
	    color: #212121;
	}
    .wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select{
        line-height: 2vw;
    }
	.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
	.wc-blocks-components-select .wc-blocks-components-select__label{
		font-size: 1vw!important;
	}
    .wc-block-components-title.wc-block-components-title{
        font-size: 1.5vw!important;
    }
	.gradient-offer-card-wrapper .offer-card{
		border: 0.1vw solid #E8E8E8;
	}
	.gradient-offer-card-wrapper{
        gap: 1vw;
    }
    .et_pb_wc_title h1{
    	font-size: 2vw;
    }
    .product-offer-title{
    	font-size: 1vw;
    	margin-bottom: 0.3vw;
    }
    .product-details-wrapper p{
    	font-size: 0.9vw;
    	padding: 0.3vw 0.6vw !important;
    	line-height: 1.2vw;
    }
    .woocommerce div.product form.cart .variations label{
    	font-size: 1vw;
    }
    .et_pb_wc_price .price,
    .et-db #et-boc .et-l .et_pb_wc_price .price {
	    font-size: 1.6vw!important;
	}
	.info-item img {
	    width: 3.2vw;
	}
	.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	    border: 0.1vw solid #047FCC;
	}
	.woocommerce div.product div.images .flex-control-thumbs li img {
	    border-radius: 0.4vw;
	}
	.woocommerce-product-gallery .flex-viewport{
		border-radius: 0.8vw;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	    border-radius: 0.4vw;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
		border: 1px solid #E8E8E8;
		font-size: 1vw;
	    height: 3vw;
	    width: 3vw;
	}
	.top-notice-wrapper,.notice-slider{
		height: 1.2vw;
	}
	.top-notice{
		font-size: 1vw!important;
		line-height: 1.2!important;
	}
	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{
		margin: 0 1.2vw 0 0 !important;
		min-width: 3.8vw;
	}
	.product-terms-accordion .uk-scope .uk-accordion-title{
		font-size: 1.1vw;
	}
	.product-terms-accordion .uk-scope li {
	    border-bottom: 0.1vw solid #E8E8E8;
	    padding-bottom: 0.7vw;
	}
	.uk-scope .uk-accordion>:nth-child(n+2) {
	    margin-top: 0.7vw;
	}
	.uk-scope .uk-accordion-content {
	    margin-top: 0.7vw;
	}
	.product-terms-accordion .uk-scope .uk-accordion-title::before{
		width: 1.7vw;
	    height: 1.7vw;
	    margin-left: 0.7vw;
	    background-size: 0.9vw;
	}
	.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2{
		font-size: 1.7vw;
    	margin-bottom: 2vw!important;
	}
	.wcpr-overall-rating h2{
		font-size: 1.7vw;
	}
	.wcpr-stars-count .wcpr-row .wcpr-col-rank-count{
		font-size: 1vw;
	}
	.wcpr-overall-rating-left{
		font-size: 1.1vw;
	    padding: 0.7vw 0.6vw;
	    border-radius: 0.4vw;
	    margin: 0.7vw 0.1vw;
	}
	.wcpr-stars-count .wcpr-row .wcpr-col-star{
		width: 5.83vw;
	}
	.wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating{
		font-size: 1vw;
    	margin-bottom: 1vw!important;
	}
	.wcpr-stars-count .wcpr-row .wcpr-col-process {
	    width: calc(100% - 50px - 5.83vw);
	}
	.woocommerce p.stars a{
		font-size: 1.7vw;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
		border-radius: 0.4vw;
	}
	#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], 
	#commentform textarea, .wcpr-comment-form-images .wcpr_image_upload{
		background-color: #fff;
	    border-radius: 0.4vw;
	    font-size: 1.1vw;
	    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
	    height: 3.3vw;
	    line-height: 1.1;
	    border: 0.1vw solid #9f9f9f;
	    color: #212121;
	}
	.woocommerce #review_form #respond textarea{
		height: 6vw;
	}
	.wcpr-comment-form-images .wcpr_image_upload{
		padding: 0.9vw 1.2vw 1.2vw 1.2vw;
    	font-size: 0.9vw;
	}
	.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container{
		gap: 20px;
	}
	.wcpr-comment-form-images .wcpr-selected-image img{
		border: 0.1vw solid #9f9f9f;
	    border-radius: 0.4vw;
	}
	.wcpr-comment-form-images .wcpr-selected-image-name{
		font-size: 0.7vw;
	}
    .wcpr-filter-container {
        border-bottom: 0.1vw solid #e5e5e5;
    }
    .wcpr-filter-container {
        border-bottom: 0.1vw solid #e5e5e5;
    }
    .wcpr-filter-button {
        border: 0.1vw solid #212121;
        border-radius: 0.4vw;
        font-size: 1.1vw;
        padding: 0.75vw 1.1vw;
        margin: 0.7vw 0.4vw;
    }
    .wcpr-filter-button:hover {
        border: 0.1vw solid #047fcc;
    }
    .wcpr-filter-button-wrap{
        width: 9.1vw;
    }
    .chart-title{
        border-bottom: 0.1vw solid #E8E8E8;
        padding-bottom: 1.1vw;
        margin-bottom: 1.1vw;
    }
    .chart-tagline{
        font-size: 1vw;
        padding-bottom: 1.5vw !important;
    }
    table.scwc-size-chart-table th{
        font-size: 1.1vw;
    }
    table.scwc-size-chart-table th, table.scwc-size-chart-table td{
        border: 0.1vw solid #E8E8E8;
        padding: 0.6vw !important;
    }
    .chart-bottom-text{
        font-size: 0.9vw;
    }
    table.scwc-size-chart-table td{
        font-size: 0.9vw;
    }
    .pum-container .pum-content+.pum-close{
        font-size: 1.8vw;
        width: 1.8vw;
        height: 1.8vw;
        line-height: 1.7vw;
    }
    .size-guide img{
        width: 1.3vw;
        margin-right: 0.2vw;
        top: 0.1vw;
    }
    .woo-variation-swatches .variable-items-wrapper .color-variable-item{
        width: 2.2vw!important;
        height: 2.2vw!important;
    }
    .wbte_wishlist_heading{
        font-size: 1.3vw;
    }
    .col-remove{
        width: 6vw;
    }
    .stock-badge.in{
        font-size: 0.9vw;
        padding: 0.45vw 0.9vw;
        border-radius: 1.5vw;
    }
    .bulk-add-btn{
        font-size: 1vw;
        border-radius: 0.4vw;
        padding: 0.7vw 1.3vw;
    }
    .woocommerce-price-suffix{
        font-size: 0.8vw;
    }
    .wc-block-components-address-card,.wc-block-components-address-card__edit{
        font-size: 0.9vw!important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
        font-size: 1.5vw;
    }
    .wp-block-woocommerce-checkout-order-summary-block,
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
        font-size: 1vw!important;
    }
    .wc-block-components-product-details.wc-block-components-product-details{
        font-size: 0.8vw!important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__image{
        width: 3.5vw!important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
        width: 3.5vw!important;
        max-width: 3.5vw!important;
        border-radius: 0.3vw;
    }
    .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
    .wc-block-components-radio-control-accordion-option{
        border-radius: 0.4vw!important;
        box-shadow: inset 0 0 0 0.1vw #dfdfdf!important;
        margin: 0.7vw 0;
    }
    #radio-control-wc-payment-method-options-cod__content div{
        padding: 0.4vw 0.6vw;
        border-radius: 0.3vw;
    }
    .otp_input,.modal #shipping-phone,.sa_mobileno{
        border: 0.1vw solid #9f9f9f!important;
        font-size: 1vw;
        border-radius: 0.4vw;
        height: 3.3vw;
        padding: 0.9vw!important;
        width: 100%;
    }
    .smsalertModal.popup .modal-content{
        border-radius: 0.7vw;
    }
    .modal .woocommerce-error {
        padding-left: 1.2vw !important;
    }
    .loginwithotp .sa_loginwithotp-form{
        border: 0.1vw solid #eeeeee;
        padding: 1.5vw;
        border-radius: 0.5vw;
        background: #fbfbfb;
    }
    .woocommerce table.my_account_orders {
        font-size: 0.8vw;
    }
    .woocommerce-orders-table__cell .button{
        margin-right: 0.4vw!important;
    }
    .wc-block-components-chip.wc-block-components-chip--radius-large{
        font-size: 0.8vw;
        padding: 0.4vw 0.5vw 0.4vw 0.5vw;
        border: 0.1vw solid #212121;
    }
    .woocommerce nav.woocommerce-pagination ul li span.current{
        width: 2vw;
        height: 2vw;
        line-height: 1.1vw;
        border-radius: 0.3vw;
        margin: 0 0.3vw;
    }
    .woocommerce nav.woocommerce-pagination ul li a{
        border-radius: 0.3vw;
        width: 2vw;
        height: 2vw;
        line-height: 1.1vw;
        margin: 0 0.3vw;
    }
    .wc-block-components-product-badge{
        font-size: 0.8vw!important;
    }
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
    .entry-content thead th, .entry-content tr th,
    .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
        font-size: 1vw!important;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
    .wc-block-cart-item__total-price-and-sale-badge-wrapper,
    .wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
        font-size: 0.9vw!important;
    }
    .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
        font-size: 0.8vw!important;
    }
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
        font-size: 1.5vw!important;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
        height: 1.7vw;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg{
        width: 1.7vw;
        height: 1.7vw;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
        border-radius: 0.4vw;
    }
    .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{
        height: 7vw;
    }
    .cr-reviews-grid .cr-summaryBox-wrap{
        border-radius: 1vw;
    }
    input[type="checkbox"] {
        width: 1vw;
        height: 1vw;
    }
    .product .wishlist_text_icon_image{
        width: 2.7vw !important;
        height: 1.7vw!important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product-title{
        font-size: 1vw;
        margin-bottom: 0.7vw !important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product-price{
        font-size: 1.1vw;
    }
    .wp-block-woocommerce-product-new del{
        color: #9f9f9f;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product{
        border: 0.1vw solid #f5f5f5;
        border-radius: 0.8vw;
        padding: 0.7vw !important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product-image{
        margin: -0.8vw -0.8vw 0.8vw -0.8vw!important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product{
        max-width: 23.2%!important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__products{
        gap: 2vw;
        flex-wrap: nowrap;
    }
    .satisfaction-bg{
        gap: 2.4vw;
    }
    .satisfaction-bg .info-item{
        padding: 1.1vw;
        border-radius: 0.8vw;
        min-width: 13vw;
    }
    .main-home-banner h1{
        font-size: 1.8vw;
    }
    .main-home-banner .et_pb_header_content_wrapper{
        font-size: 1.3vw;
    }
    .main-home-banner h1:before{
        margin-right: 0.8vw;
    }
    .main-home-banner h1:after{
        margin-left: 0.8vw;
    }
    .main-home-banner h1:before, 
    .main-home-banner h1:after{
        width: 4vw;
        height: 0.1vw;
        transform: translateY(-0.6vw);
    }
    .main-home-banner{
        height: calc(100vh - 6.8vw);
        justify-content: center;
    }
    .et_button_no_icon .main-home-banner .et_pb_button{
        font-size: 1.1vw;
        padding: 0.5vw 1.3vw !important;
        min-width: 11vw;
        border: 0.2vw solid #212121;
        line-height: 1.8vw !important;
    }
    .et_button_no_icon .main-home-banner .et_pb_button:hover{
        border: 0.2vw solid #212121;
    }
    .main-home-banner .header-content{
        max-width: 32%!important;
    }
    .head-top-tagline{
        border-radius: 0.3vw;
        padding: 0.44vw 0.6vw!important;
        font-size: 0.9vw;
        width: 12vw;
        margin: auto;
        margin-bottom: 1.1vw;
    }
    .head-top-tagline img{
        margin-right: 0.4vw;
        width: 1.2vw;
    }
    #wps-slider-section .wpsf-product-title a{
        font-size: 1vw!important;
    }
    #wps-slider-section .wpsf-product .wps-product-data,
    #wps-slider-section .wpsf-product{
        border: 0.1vw solid #f5f5f5!important;
        border-radius: 0.8vw;
        height: 100%;
    }
    #wps-slider-section .wpsf-product .sp-wps-product-details{
        padding: 0.7vw!important;
    }
    #wps-slider-section .wpsf-product-price{
        font-size: 1.1vw!important;
    }
    #wps-slider-section .wps-product-section .wpsp-nav{
        border-radius: 0.4vw;
        width: 2.2vw;
        height: 2.2vw;
        font-size: 1.3vw;
    }
    #wps-slider-section .wps-product-section .swiper-button-prev{
        right: 2.7vw;
    }
    .wps-slider-section{
        padding-top: 4.3vw!important;
    }
    .text-menu-link a{
        font-size: 1.1vw!important;
        bottom: 0.2vw;
    }
    .text-menu-link .sub-menu a{
        font-size: 1vw!important;
    }
    .cr-all-reviews-shortcode .cr-review-form-item span, 
    .cr-ajax-reviews-review-form .cr-review-form-item span, 
    .cr-reviews-grid .cr-review-form-item span, .cr-qna-block .cr-review-form-item span{
        font-size: 1.3vw;
    }
    .mailpoet-manage-subscription input.text, .mailpoet-manage-subscription input.title, 
    .mailpoet-manage-subscription input[type=email], 
    .mailpoet-manage-subscription input[type=password], 
    .mailpoet-manage-subscription input[type=tel], 
    .mailpoet-manage-subscription input[type=text], 
    .mailpoet-manage-subscription select, 
    .mailpoet-manage-subscription textarea,
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea{
        border-radius: 0.4vw;
        font-size: 1vw;
        padding: 1vw;
        height: 3vw;
        line-height: 3vw;
        border: 0.1vw solid #9F9F9F;
        color: #212121;
        width: 100%;
    }
    .mailpoet-manage-subscription select{
        padding: 0.5vw 1vw;
    }
    .wpcf7-form-control-wrap textarea{
        height: auto;
        line-height: normal;
    }
    .mailpoet-manage-subscription-actions{
        margin-top: 1vw;
    }
    .mailpoet_field_description,.mailpoet-manage-subscription-no-lists{
        font-size: 0.9vw;
        line-height: 1.7;
    }
    .reach-item,.contact-card{
        border: 0.1vw solid #E8E8E8;
        padding: 1.2vw;
        border-radius: 1.5vw;
    }
    .reach-item:first-child{
        width: 45%;
    }
    .contact-reach-wrapper{
        gap: 2.2vw; 
    }
    .reach-item p{
        font-size: 0.9vw;
    }
    .contact-left,.contact-middle,.contact-right{
        width: 33.33%;
        margin-bottom: 1.3vw;
        height: 5vw;
    }
    .contact-clearfix{
        gap: 2vw;
    }
    span.wpcf7-not-valid-tip {
        font-size: 0.9vw!important;
    }

    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing,
    div.wpcf7-spam-blocked,
    div.wpcf7-response-output {
        border: 0.1vw solid #f12222 !important;
        margin-top: 1.5vw !important;
        padding: 0.8vw !important;
        font-size: 0.9vw;
        border-radius: 0.4vw !important;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        border: 0.1vw solid #a4b49b !important;
        border-radius: 0.4vw !important;
        font-size: 0.9vw;
        padding: 0.8vw !important;
        margin-top: 1.5vw
    }
    .fit-badge{
        font-size: 0.9vw;
        padding: 0.3vw 0.6vw !important;
        line-height: 1.2vw;
        border-radius: 0.3vw;
    }
    .swiper-wrapper{
        height: 24.5vw!important;
    }
    .dynamic-cate-grid .wccs-category{
        border-radius: 1vw;
    }
    .dynamic-cate-grid .wccs-entry__content-inner{
        padding-left: 2vw;
    }
}
@media(max-width: 980px){
    .just-for-your{
        background: #FFFFFF;
        color: #212121;
        margin-bottom: 5px;
    }
    .home-banner h1 {
        color: #fff;
    }
    .woocommerce ul.order_details li{
        margin-bottom: 10px;
    }
    html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
        padding-right: 0;
    }
    .woocommerce ul.order_details{
        padding: 0!important;
        margin-bottom: 30px!important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__products{
        flex-wrap: nowrap;
        max-width: 90%!important;
    }
    .main-home-banner{
        height: calc(100vh - 110px);
        justify-content: center;
    }
}
@media(max-width: 768px){
	.pi-popup {
	    bottom: 10px !important;
	    left: 10px !important;
	    top: auto;
	    width: 18rem !important;
	    border-radius: 6px !important;
	    z-index: 9999999999;
	}
	.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container{
		display: block!important;
	}
	.wpc-widget-close-container .wpc-icon-html-wrapper{
		color: #5D5D5D;
    	border: 1px solid #5D5D5D;
    	padding: 11px 4px;
	}
	.woocommerce form.login{
		margin-bottom: 30px;
	}
    .woocommerce .woocommerce-customer-details .col-2{
        margin-top: 25px;
    }
    #customer_login .col-2{
        margin-top: 30px;
    }
    #filterProd .wpc-filters-open-button-container,.filter-heading{
        display: none;
    }
    .filterDesk .wpc-filters-open-button-container{
        margin: 0!important;
    }
}
@media(max-width: 767px){
	.powered-by{
		justify-content: center;
	}
    .product-delivery-info-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        line-height: 1.2;
    }
    .home-banner h1 {
        font-size: 26px;
    }
    .home-banner .et_pb_column {
        --module-gutter: 10px;
    }
    .orderby{
        padding: 6px 8px;
    }
    .woocommerce ul.order_details li{
        width: 100%;
        border-right: 0;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__products{
        flex-wrap: wrap;
        max-width: 100%!important;
    }
    .wp-block-woocommerce-product-new .wc-block-grid__product{
        margin-bottom: 30px;
        max-width: 100%!important;
    }
    .satisfaction-bg .info-item{
        min-width: auto;
    }
    .mob-main-home-banner{
        height: auto;
    }
    .main-home-bnr-ctn-img{
        margin-top: 10px;
        max-width: 85%;
    }
    .head-top-tagline{
        background: #E8E8E8;
    }
    .contact-reach-wrapper{
        display: block;
    }
    .reach-item:first-child{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-clearfix{
        display: block;
    }
    .contact-left,.contact-middle,.contact-right{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width: 500px){
    .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{
        height: 2px;
        width: 100px;
    }
}
@media(max-width: 376px){
	.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-ordering select{
		width: 100%;
	}
}