/* Globalss
____________________________________________________*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&family=Saira+Condensed:wght@100;300;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;500;600;700;800;900&display=swap');
:root{
    --gutenslider-min-height-md: 36vh;
    --gutenslider-min-height-sm: 47vh !important;
}
html {
  scroll-behavior: smooth;
}
body {
    color: #333333 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2!important;
    background: url(../images/body_bg.jpg) !important;
    background-color: #202022 !important;
    background-repeat: repeat-x !important;
    background-position: center top !important;
    min-height: 100vh;

}
.header-bg-color, .header-wrapper { background-color: rgb(255 255 255 / 0%) !important; }

.header-wrapper .header-nav.nav-right li::after{display: none;}
/*.page {
    background: #202022 !important;
}*/
#main, #wrapper {
    background-color: transparent !important;
}
.home .message-wrapper {display: none;}
a {color: #000000 ;}
ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; 
}
.comm-padd{padding: 0 50px;}
/* ---------- Fonts ---------- */
h1 {
    color: #333333 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 36px !important;
    margin-bottom: 0.5em;
    margin-top: 20px;
    text-transform: inherit !important;
}
h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px !important;
    margin-top: 0px !important;
    text-transform: inherit !important;
}
h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-transform: inherit !important;
}
h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-transform: inherit !important;
}
h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-transform: inherit !important;
}
.p-lg {
    margin: 0 0 10px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 17px !important;
}
p {
    margin: 0 0 10px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.2;
}
b{
    font-weight: 600 !important;
}
/* .quote {
} */
.small {
    font-size: 14px;
}

/*Shop page remove data css Arnab*/

p.woocommerce-result-count.hide-for-medium {display: none;}
form.woocommerce-ordering {display: none;}
.col.large-3.hide-for-medium {display: none;}

.woocommerce-checkout .header-inner {background: transparent !important}
.woocommerce-checkout .header-nav-main , .woocommerce-checkout .header-bottom ,  .woocommerce-checkout .mobile-nav , .new-store .mobile-nav{display: none;}
.woocommerce-checkout #wc_deposit_payment_plan, .woocommerce-checkout #quantity, .woocommerce-checkout #add-to-cart ,  
.custom-checkout #wc_deposit_payment_plan, .custom-checkout #quantity, .custom-checkout #add-to-cart{display: none;}
.custom-checkout input.error , .custom-checkout select.error{border: 1px solid red !important;}
.custom-checkout label.error{display: none !important;}
body.woocommerce-checkout{background-image: none !important; background-color: #ffffff !important;}
.woocommerce-order-received .foot-link ul , .woocommerce-checkout .foot-link ul{display: none;}
.woocommerce-checkout  #custom_checkout_field{display: none;}
/* Commented(30-07-23) */
/* .woocommerce-checkout .tax_label{display: none;} */

.font-color-orange {
    color: #FCAD39 !important;
}
.font-color-white {
    color: #FFF !important;
}
.font-color-gray {
    color: #95979e !important;
}
.font-color-lt-gray {
    color: #B4B5B3 !important;
}
.font-600 {
    font-weight: 600 !important;
}
.font-700 {
    font-weight: 700 !important;
}
.font-800 {
    font-weight: 800 !important;
}
.font-italic {
    font-style: italic !important;
}

.strike-through {
    position: relative;
}

.strike-through:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}
.bg-white{
    background: #fff;
}

/* ----- Buttons and Links ----- */

.btn-cta a {
    background-image: url('../images/btn-img.svg') !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    width: 100%;
    background-repeat: no-repeat;
}
.btn-cta a:hover {
    box-shadow: inset 0 1px 5px -2px #000;
    color: #fff;
}

a.text-link {
    color: #fff !important;
    text-decoration: underline !important;
}
a.text-link:hover {
    color: #fae187 !important;
}
/* ----- margin-padding ----- */
.mt-3 {
    margin-top: 20px;
}
.mb-3 {
    margin-bottom: 20px;
}
.mt-0{
    margin-top: 0;
}
.mb-0{
    margin-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
.pb-0{
    padding-bottom: 0;
}
.p-0{
    padding: 0 !important;
}
.pddng-left-right{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.mrgn-left-right{
    margin-left: 15px !important;
    margin-right:15px !important;
}
/* ----- margin-padding ----- */
/* ----- Images ----- */

.img-responsive {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}
.img-responsive img {
    width: 100%;
}
.page :where(.wp-block-columns.is-layout-flex) {
    gap: inherit;
}
/* ----- header----- */
.header{
    border-top: 16px solid #303030; 
}


/*body:not(.home) .logo {
    height: 160px;
    background-image: url(../images/inner-logo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}*/

body:not(.home) .header-top {
    display: none;
}
body.ca-hlnorgscl .header-top , body.ca-8odtZB .header-top{display: block;}
.header-top {
    background-color: #fc9e33 !important;
    min-height: 0px !important;
    position: relative;
    z-index: 2;
    padding: 15px 0;
    /*border-top: 16px solid #303030;*/

}
.header-top:before {
    margin: 0;
    padding: 0;
    max-width: 130px;
    position: absolute;
    top: 0px;
    content: '';
    background: url(../images/korat.png) no-repeat;
    height: 89px;
    width: 291px;
    background-size: 100%;
    z-index: 1;
}

p#busters {
    font-size: 23px!important;
    color: #333 !important;
        text-align: center;

}
.header-main {
    height: auto;
}

.header-top .container{
        max-width: 100% !important;
}

.header-top .nav-dark .nav>li.html {
    color: #333 !important;
}
.html.custom.html_topbar_left {
    line-height: 1.2;
}
.header-inner {
    background: #000 !important;
    padding: 0;
}
#logo {
    width: 250px !important;
}
#logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: inherit !important;

}
.header-main {
    height: auto !important;
    z-index: 11 !important;
}
.header-inner{padding: 0 !important;}
.logo-left .logo {
    margin-left: 0;
    margin-right: 0 !important;
}

.header-inner .flex-right {
    margin-left: initial !important;
}

.header-main  .flex-row {
    align-items: flex-start !important;
}
.header-nav-main {
    padding: 10px 0 5px !important;
    background-color: #cb2332;
}
.woocommerce-shop .header-nav-main { padding: 5px 0 5px !important;}
.header-nav.nav-left {
    justify-content: flex-end !important;
}
.header-nav-main li a {
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: inherit !important; line-height: 1.457;
}
.header-nav-main li a:hover{
    color: #fae187 !important;
}
ul.header-nav-main li {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin: 0;
    font-size: 17px;
}
.header-nav-main li a {
    padding: 0 !important;
}
.header-bottom {
    z-index: 11!important;
    min-height: auto !important;
    position: relative;
    background-color: rgb(0 0 0);
}
.header-bottom .flex-row {
    display: block;
    padding: 0;
}
.header .flex-row { height: inherit !important; }
.bottm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-bottom .flex-col.hide-for-medium.flex-left {
    width: calc(100% - 250px);
    margin-left: auto;
    margin-right: 0!important;
}
.header-bottom-nav {
    display: block !important;
    margin-left: auto !important;
    margin-top: -149px !important;
    position: relative !important;
}
.clumn-wdth{width: 66.66%;}
.clumn-wdth-right{width: 33.33333%;}
.bottom-header-text {
    margin: 15px 15px 0;
    
}
body:not(.home) .header-bottom-nav{
        margin-top: -117px !important;
}
.header-bottom-nav li{
    width: 100%;
}
.bottom-header-text h3{
    color: #fff;
    text-align: left;
}
.bottom-header-social .btn {
    padding: 3px 25px;
    border-radius: 0!important;
    border: 2px solid #fff!important;
    background-color: #fae393;
    font-size: 13px;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #000 !important;
    text-transform: inherit;
    margin: 14px 0 0;
    display: inline-block;
}

.account_cart_container_home_custom .header-nav-main { background: #fff; }
.account_cart_container_home_custom .header-nav-main li { padding: 0; }
.account_cart_container_home_custom .header-nav-main li .header-button a { color: #000 !important; background: #F2C94C; padding: 6px 10px !important; border-radius: 0;font-size: 14px !important;}
.account_cart_container_home_custom .cart-icon strong {margin: 0; border: 2px solid #972520; background: #972520; color: #fff;font-size: 16px;}
.account_cart_container_home_custom .cart-icon strong:after{border: 2px solid #972520;}
.account_cart_container_home_custom .cart-icon:hover strong{background-color: #972520;}
.account_cart_container_home_custom .hide-for-medium { display: block !important; }

.header-wrapper .notic + section .grid__row .area-4 { display: flex; align-items: center; }
.header-wrapper .header-nav.nav-right {padding-bottom: 10px !important; padding-right: 10px !important; line-height: 1.457;}
.header-wrapper .header-nav.nav-right li::after { opacity: 0; }

li.account-item .header-button a { background: #eab806; font-size: 10px !important; display: inline-flex; align-items: center; justify-content: center;}
li.account-item .header-button a i{top: 0 !important;}
li.account-item { padding: 0 !important; }
li.cart-item a span strong { border: 2px solid #eab806; color: #fff; background: #ebbb15; font-size: 10px; }
li.cart-item a span:hover strong{background-color: #eab806;}
li.cart-item a span strong:after { border: 2px solid #eab806; }
li.cart-item { padding: 0 10px !important; }
li.account-item ul.nav-dropdown { display: none !important; }
li.account-item.has-icon.active::after { display: none; }

li.woocommerce-MyAccount-navigation-link a { color: #000 !important; }

ul.product_list_widget li a.remove{ padding: 0; }
.widget_shopping_cart .button{padding-top: 12px !important;padding-bottom: 12px !important;}

.custom-header .widget_shopping_cart .button{margin-bottom: 10px !important;}

.socials {
    margin: 20px 0 0;
}
.bottom-header-social .btn:hover , .oorder-wrap a:hover {
    box-shadow: inset 0 1px 5px -2px #000;
    color: #fff;
}
.socials ul {
    display: flex;
}

.socials ul li  a img {
    width: 32px;
    padding: 0;
    width: 32px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.bottom-header-social {
    display: flex;
    align-items: center;
    
}

.socials ul li {
    margin: 0 !important;
    text-align: center !important;
}

.socials ul li:last-child {
    margin-right: 4px !important;
}

.btn-sec-wrap {
    display: flex;
    align-items: center;
}

.oorder-wrap , .order-phn {
    width: 50%;
    text-align: center;
}

.oorder-wrap a , .form-row.place-order .button , .return-to-shop a , .order-again a, .woocommerce-button.button { margin: 10px 25px 0; padding: 8px 15px 9px !important; width: 200px; background-color: #ebbc14; overflow: hidden; font-size: inherit; text-align: inherit; line-height: 1.2; font-weight: inherit; font-style: inherit; text-transform: inherit; display: inline-block; background-image: url(../images/btn-image.svg) !important; font-family: 'Open Sans', sans-serif !important; font-size: 20px !important; font-weight: 800 !important; color: #fff; border-radius: 3px; text-transform: uppercase; letter-spacing: -0.5px; background-size: cover; text-align: center; box-shadow: none !important; }

.woocommerce-button.button { margin: 0px;line-height: 1;}

.order-again a{margin-left: 0;}
.form-row.place-order .button{margin: 10px 0px 0 !important;}
.order-phn {padding: 15px;}
.order-phn p a { color: #fff; }
/* ----- header----- */
/* ----- body----- */

#main .container {
    padding-left: 0;
    padding-right: 0;
} 
.black-bg {
    background: #141416;
}
.client-bg{
    background: #000;
}
.mrgn-txt {
    margin: 20px 0 15px;
    padding: 0px 14px 0 50px;
}
.page-id-601 .mrgn-txt ,  .page-id-596 .mrgn-txt , .page-id-559 .mrgn-txt{
    padding: 0 50px;
}
.txt-mrgn { padding: 0 0 15px; }
.limited-offer{
    margin: 20px 0;
}
.limited-offer h3 {
    color: #ffaf3a;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    max-width: 380px;
    margin: 0 auto;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
}

.limited-offer p {
       color: #fff;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 19px !important;
}
.bonus-gift-wrap img {
    width: 100%;
}
.eedee-background-div img {
    height: auto !important;
    }
    .slide-content{
        display: none !important;
    }
.slider-wrap .wp-block-eedee-block-gutenslider {
    --gutenslider-min-height: 383px !important;
    height: auto !important;
}
/*.eedee-background-div {
    position: relative !important;
    padding-bottom: 64.9266%;
}

.eedee-background-div img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}*/
.upgrade-wrap {
    padding: 15px;
    background: #fff;
    font-size: 15px !important;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
}
.upgrade-img img {
    width: 100%;
}
.btn-wrap {
    display: block !important;
    text-align: center;
}

.btn-wrap .btn-cta a {
    padding: 8px 15px 9px;
    width: 200px;
    background-color: #ebbc14;
    text-align: inherit;
    line-height: 1.2 !important;
    font-style: inherit;
    text-transform: inherit;
    border-radius: 3px;
    font-weight: 700 !important;
    line-height: initial;
    margin: 25px;
    display: inline-block;
    color: #fff;   
}
.manual-btn .btn-wrap .btn-cta a {
    margin: 0 25px 25px;
}
.video-cta-container {
    padding: 15px;
    background-color: #FAE393;
}

.video-cta-container iframe {
    height: 182px;
}

.video-cta-container figure {
    margin-bottom: 0;
}
.mrgn-pddng {
    margin: 0 14px 0 20px;
    padding: 0 15px;
    overflow: hidden;
}
.cta-offer {
    text-align: center;
    background-color: #fae393;
    width: 100%;
    font-size: 24px !important;
    line-height: 32px;
    font-weight: 600;
    border: 0;
    padding: 0 0 16px;
    margin-bottom: 0;
}
.strikethrough{
    position: relative;
    
}
.strikethrough:before {
    position: absolute;
    content: "";
    color: red;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    transform: rotate(-5deg);
}
.modal-mrgn {margin: 0 20px; padding: 0; overflow: hidden;}
.modal-mrgn figure {margin-bottom: 0;}
.modal-mrgn figure img {width: 100%;}
.bg-grey {background: #313335; padding: 10px;}
.bg-grey p { color: #fff; font-family: 'Poppins', sans-serif !important; font-size: 20px !important; max-width: 313px; margin: 10px auto 0!important}
.bg-grey p strong {font-weight: 500;}

.model-desc { background: #FEF4D1; padding: 15px 15px 1px; margin: 0 15px; } 
.model-desc form{ margin-bottom: 0 !important; } 
.create-account{display: none;}
.form-control { display: block; box-sizing: border-box; width: 100%; padding: 0px 10px 0px 10px !important; font-size: 18px !important; color: #41565D !important; font-family: "Open Sans"; border: 1px solid #ccc !important; margin-bottom: 10px; height: 26px !important; }
.model-desc .wpcf7 .wpcf7-not-valid-tip{display: none;}
.model-desc input.wpcf7-not-valid {border-color: #b20000 !important;}
select{ background-position: right 0.15em top 50% !important;}
.model-desc .wpcf7 p{ margin-bottom: 0 !important; } 
.model-desc .wpcf7-spinner{ position: absolute; right: 0; margin-top: -36px; } 
.bonus-bg{ background-color: #373d46;} 
.bg-dark { background-color: #373c41; margin: 0; padding: 45px 29px 0 ; overflow: hidden; } 
.list-group .topList {width: 33.33%; margin-right: 6px !important; }
.topList li{ background: url(../images/tick.png) no-repeat 0; list-style-type: none; background-position-y: top; margin-bottom: 5px; background-size: auto !important; padding-bottom: 10px !important; padding-left: 51px; background-position-x: 5px; }
.padding-hdr{padding: 15px;}
.woocommerce-billing-fields { border-top: 0 !important; padding-top: 0 !important;}
.woocommerce-input-wrapper input , .woocommerce-input-wrapper select  {box-shadow: none !important; padding: 0px 10px 0px 10px !important; font-size: 18px !important; color: #41565D !important; font-family: "Open Sans"; border: 1px solid #ccc !important; margin-bottom: 10px; height: 28px !important; display: block;} 
.woocommerce-checkout .woocommerce-input-wrapper select{height: 39px !important; font-size: 14px !important;}
.woocommerce-billing-fields .form-row { margin-bottom: 0 !important; } 
.mailchimp-newsletter{display: none;}
.woocommerce-billing-fields h3 , .woocommerce-billing-fields label { display: none; }
.woocommerce-checkout .woocommerce-billing-fields h3{ display: block !important; }
p.form-row-first, p.form-row-last{width: 100% !important; text-align: left;}
.mrgn-hdr{
    margin: 15px;
    padding: 0;
    overflow: hidden;

}
.is-layout-flex.list-group{
 justify-content: flex-start !important;
    align-items: inherit !important;
    gap: inherit;

}
.client-heading{
    padding: 30px 15px 15px;
    overflow: hidden;
}
.client-clm{
    margin: 30px auto!important;
}
.client-video iframe{
    width: 400px;
    height: 205px;
    margin: auto;
    display: block;
    border: none;
}
.pt-3{
    padding-top: 20px !important; 
}

.bonus-wrap{
    margin: 15px 0 30px;
    padding: 0;
    background-color: #49525f;
    overflow: hidden;
    text-align: center;
}
.bonus-wrap span {
    text-transform: uppercase;
}
.bonus-img {
    padding: 0;
    max-width: 170px;
    margin: 0 auto;
    overflow: hidden;
}

.bonus-heading {
    margin: 15px 21px;
    padding: 0;
    overflow: hidden;
}

.bonus-heading h5 {
    font-size: 18px !important;
    color: #fff;
    font-weight: 700 !important;
    line-height: 1.2;
    margin-bottom: 0 !important;
}
.bonus-text {
    margin: 15px 22px;
}
.bonus-text p { font-size: 13px !important;  line-height: 20px;}
.btn-wrap.manual-wrap{
    background: transparent;
    padding: 0 !important;
}
/*.slider-wrap .wp-block-eedee-block-gutenslider {
    --gutenslider-min-height: 41vh !important;
}*/
.btn-oder {
    background-image: url(https://mojonow.blob.core.windows.net/cmr/t5690/src/529e8b4…_1.svg) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 8px 15px 9px !important;
    width: 200px !important;
    background-color: #ebbc14 !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    line-height: initial !important;
    background-repeat: no-repeat;
    display: block !important;
    margin: 25px auto 0!important;
    min-height: initial !important;
    border: none !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
}
.btn-oder:active {
    box-shadow: inset 0 1px 5px -2px #000 !important;
}
.btn-oder:hover {
    box-shadow: inset 0 1px 5px -2px #000 !important;
} 
/* ----- body----- */

/* ----- Footer----- */
body:not(.home) .home-footer { display: none; } 
.home .inner-footer , .woocommerce-shop  .inner-footer{ display: none; } 
.woocommerce-shop .home-footer { display: block !important; } 
.footer-nav{ display: flex !important; justify-content: center !important; border-bottom: 0 !important; flex-wrap: wrap; opacity: 1 !important;} 
.footer-nav li { border: none !important; padding-right: 5px !important; padding-left: 5px !important; padding-bottom: 0px !important; border-right: 1px solid #a8a9ad !important; margin: 0 !important; } 
.footer-nav li:last-child { border-right: none !important; } 
.footer-nav li a { font-family: 'Open Sans', sans-serif !important; font-size: 14px !important; line-height: 1.42857 !important; color: #fff !important; margin: 0 !important; font-weight: 800 !important; text-transform: uppercase !important; text-decoration: underline !important; } 
.copyright-footer { margin: 0 15px; padding: 10px 0 0; overflow: hidden; color: #B4B5B3 !important; font-weight: 700 !important; text-align: center; font-size: 13px;     letter-spacing: -0.3px;} 
.absolute-footer { color: rgba(0,0,0,.5); font-size: .9em; padding: 30px 0 !important; background: transparent !important; } 
.footer-primary.pull-left { float: none !important; }
.home-footer a {text-decoration: underline;}
/* ----- Footer----- */

/* ----- inner-pages----- */

.inner-bg , .cart-container.page-checkout{    background-color: #141417; background-image: url(../images/how-it-work-bg.jpg); background-repeat: no-repeat; background-attachment: inherit; background-position: 0 top; background-size: contain; font-size: inherit; font-weight: inherit; } 
.cart-container.page-checkout{background-image: none!important; background-color: #fff !important;}
.work-header { margin: 20px 0 30px; padding: 0 50px; } 
.work-video{ padding: 0 20px; max-width: 400px; margin: 0 auto; overflow: hidden; } 
ul.text-list { padding: revert !important; list-style: disc !important; margin: inherit !important; } 
ul.text-list li { color: #B4B5B3; font-size: 16px; line-height: 23px; }  

/* ----- inner-pages----- */




/*affiliated*/
.custom-header{background: white !important; color: #000 !important;}
.custom-header h1 , .custom-header h2 , .custom-header h3, .custom-header h4, .custom-header h5, .custom-header h6{font-family: 'Saira Condensed', sans-serif !important;}
.custom-header h1{
    font-size: 72px !important;
    margin: 0 0px ;
}
.custom-header h2{
    font-size: 36px !important;
    margin: 0 0px ;
}
.custom-header h3{
    font-size: 30px !important;
    margin: 0 0px ;
    font-weight: 700 !important;
    color: #2a2a2a;
}
.custom-header h4{
    font-size: 24px !important;
    margin: 0 0px !important;
    color: #2a2a2a;
}
.custom-header h5{
    font-size: 20px !important;
    margin: 0 0px !important;
}
.custom-header h6{
    font-size: 18px;
    
}

.custom-header p{
    font-family: 'Overpass', sans-serif !important;
    font-size: 16px !important ;
    margin: 0 0px ;

}

#billing_address_2_field>label, #shipping_address_2_field>label {opacity: 1 !important; width: 100% !important;}
.common-mrgn{padding: 10px 15px;  overflow: hidden;}
.grid__row { display: flex; align-items: center; justify-content: space-between; width: 100%; flex-wrap: wrap; }
.custom-header .grid__row { padding: 15px 20px; }

.top-header{background-color: #417D59; text-align: center;}
.top-header p { margin-bottom: 0 !important; }
.top-header p b { font-weight: 700 !important; }
.middle-header{background-color: #f04545;}
.middle-header p { font-size: 30px !important; font-family: Overpass,sans-serif !important; text-align: center; line-height: inherit; font-weight: 700; font-style: inherit; text-transform: uppercase;     margin-bottom: 0 !important;}

.area-2{width: 16.66667%;}
.area--8 {width: 66.66667%;}
.custom-header .button{background-color: #F2C94C; color:#000 !important; overflow: hidden; font-size: 20px; font-family: Overpass,sans-serif; text-align: center; line-height: inherit; font-weight: 700; font-style: inherit; text-transform: inherit; color: #fff ; text-decoration: none; padding: 13px 25px; margin: 0 10px !important; border: 0 !important; border-radius: 3px; min-height: inherit;}
.custom-header .button a { font-size: 20px; line-height: 1; }
.grid__cell { margin: 0; padding: 0; display: flex; align-items: center;  overflow: hidden; }

/*----menu----*/
.main-menu ul { display: flex; justify-content: center; list-style: none; } 
.main-menu ul li { padding-right: 15px; padding-left: 15px; margin-bottom: 0; } 
.main-menu ul li a { font-size: 20px; font-family: Overpass,sans-serif; text-align: center; line-height: inherit; font-weight: 700; font-style: inherit; color: #000; text-decoration: none; text-transform: uppercase; } 
.main-menu ul li a:hover {color: #9f2323;}
.new-logo img { max-width: 100px; } .new-logo { margin: 0 0 0 0px; padding: 5px 0 0; }
.db-block .widget-text { display: block; font-size: 14px; font-family: Overpass,sans-serif; text-align: right; line-height: inherit; font-weight: 700; font-style: inherit; color: #972520; margin: 5px 15px;} 
.widget-text a { text-decoration: none; color: inherit; }
.db-block { align-items: flex-end;padding: 0 20px 0 0; flex-direction: column;}
.custom-header .db-block { padding: 0 ; }
.db-block .custom-header .button{padding: 13px 35px;}
.db-block a { font-size: 14px !important; }
/* .header-body{position: fixed; top: 16px ;left: 0; right: 0; width: 100%;} */
.custom-header .header {border-top: 0px ; position: fixed; top: 0; left: 0; right: 0; width: 100%; background: #fff; box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08); }
.header-sticky .header-body{position: fixed; left: 0px; right: 0px; z-index: 1000000; top: 0px; }
@keyframes slide-down {
    0% {
        transform: translateY(-40%);
    }
    100% {
        transform: translateY(0);
    }
  }
.custom-header #main{padding-top: 97px;}
.page-id-4095.custom-header #main{padding-top: 99px;}
.custom-header.woocommerce-checkout #main {padding-top: 0px;}
section.menu-container {background: #fff; padding: 5px 0 7px;}

/*----banner----*/
.banner-wrap { padding-top: 20px; padding-bottom: 100px; background-color: #2a2a2a; position: relative;}
.banner-content h1 { text-align: inherit; line-height: inherit; font-weight: 700; font-style: inherit; max-width: 705px; margin: 5px 0px 0 !important; padding: 0 15px; color: #f0c845 !important; text-transform: uppercase; }
.text-img { margin: 20px 0 60px; max-width: 650px; } 
.text-img img { width: 100%; } 
.button .wp-block-button__link { background-color: transparent; border-radius: 0; padding: 0; color: #fff; } 
.custom-header .button:hover { box-shadow: inset 0 1px 5px -2px #000; }
.banner-img { margin: 0; position: absolute; width: 800px; bottom: 5%; right: 0; }

/*----banner----*/
/*----star----*/
.star-wrap { background-color: #f0c845; } .star-cont { text-align: center; } 
.star-cont h5 {font-weight: 600 !important;}
.star-cont figure { padding: 0; max-width: 120px; padding: 15px 0 0; overflow: hidden; margin: 0 auto; } 
.star-cont h4 { color: #2a2a2a; }
.star-cont h6 { margin: 5px 15px 15px !important; color: #2a2a2a !important; font-family: Overpass,sans-serif !important; }

/*----star----*/

/*----client----*/
.client-img-wrap { padding-top: 30px; padding-bottom: 20px; }
.client-img-wrap p { margin: 15px !important; text-align: center; font-weight: 700; }
/*----client----*/
/*----video----*/
.video-wrappers{padding-top: 40px; padding-bottom: 60px;}
.video-text { background-color: #f0c845; text-align: center; padding: 7px 15px 5px; } 
.videos-clm {margin: 0 10px;}
.video-text p { font-size: 18px !important; font-family: Overpass,sans-serif !important; text-transform: uppercase; font-weight: 700 !important;}

/*----video----*/
/*----Product-details----*/
.product-features ul { padding: 0 0 0 25px !important; max-width: 507px; list-style-type: disc !important; } 
.product-features ul li p { font-size: 16px !important; text-align: inherit; line-height: 26px; font-weight: inherit;     color: #000 !important; font-family: 'Overpass' !important;}
.postid-2113 .product-features ul li p{    font-size: 18px !important;}
.show_hide { color: #972520; text-transform: inherit; font-size: 18px; font-family: Overpass,sans-serif; font-weight: 700; margin: 15px; display: block; }
.product-content .button{font-size: 20px !important;}
.product-banner figure img {width: 100%;}
.product-banner figure{margin-bottom: 0 !important;}
.ca-ndppfdne .product-info.col , .ca-nfwtpfmb .product-info.col { padding: 0 0px 0px !important; }
.ca-ndppfdne form , .ca-nfwtpfmb form{margin-bottom: 0;}
.ca-ndppfdne .first-payment-date , .ca-nfwtpfmb .first-payment-date , .postid-2155 .first-payment-date{display: none;}
.rtwpvg-wrapper .rtwpvg-slider-wrapper{    max-width: 512px; margin: 0 auto;}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper{ margin: 20px auto; max-width: 532px;}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image{    margin: 0 10px;  opacity: 1;}
.postid-2155.custom-headerprod-aff ul.wc-deposits-option, .postid-2155.custom-headerprod-aff ul.wc-deposits-option { max-width: 100%;}
.postid-2155 .wc-deposits-wrapper .wc-deposits-option li{width: 49%; background: #972520; padding: 15px; height: 56px;}
.postid-2155.custom-headerprod-aff .wc-deposits-wrapper .wc-deposits-option li:last-child{ display: block;   justify-content: flex-start;}
.postid-2155.custom-headerprod-aff .wc-deposits-option li label {padding: 0 !important; margin-bottom: 0 !important; background: transparent; cursor: pointer;font-family: 'Overpass', sans-serif;border: 0;width: 100%;max-width: 100%;border-radius: 5px;text-align: center; font-size: 15px;color: #fff; line-height: 1;} 
.postid-2155 .product-info { padding-top: 10px; padding-left: 0; padding-right: 0; padding-bottom: 0 !important;}
/*.postid-2155 .wc-deposits-wrapper .wc-deposits-option li input:checked ~ label{background: #972520; color: #fff;}*/
.postid-2155  .wc-deposits-wrapper .wc-deposits-option li input:checked ~ label { background: transparent; color: #fff !important;}

/*----Product-details----*/

/*----home-product----*/
.grey-area { padding: 20px 0 0; background-color: #f2f2f2; } 
.grey-area h5 { padding: 10px 15px; max-width: 320px; background-color: #fff; font-family: Overpass,sans-serif !important; font-style: italic; color: #101921; }
.product-wrap{padding: 80px 0; margin: 40px 0 0;}
.product-wrap figure { max-width: 600px; margin-left: auto; margin-bottom: 0; }
.product-content { padding: 0 0 0 30px; } 
.product-price { margin: 15px !important; }
.custom-mrgn{margin: 15px !important;}
.product-content h3 { color: #2a2a2a; text-transform: uppercase;   } 
.product-content h5 { font-family: Overpass,sans-serif !important; }
.product-price h5 {color: #2A2A2A;}
.product-price h5:last-child {color: #972520;}
.sub-cont h6 { font-family: 'Overpass' !important; color: #2a2a2a; text-transform: uppercase; font-weight: inherit; line-height: 1.2; }
.content{display: none;}
/*----home-product----*/

/*----qusn-wrap----*/
    .qusn-wrap { padding-top: 30px; padding-bottom: 30px; background-color: #2a2a2a; }
    h2.qusn-heading { text-align: center; line-height: inherit; font-weight: 700; font-style: inherit; color: #f0c845; text-transform: uppercase !important; margin: 0 0px 5px !important; padding: 0 15px;}
    .qusn-list { max-width: 1000px; margin: auto!important; } 
    .qusn-list ul { margin: 15px !important; }
    .qusn-list ul li {color: #fff; font-size: 20px; line-height: 40px; list-style-type: none; background-size: 16px 16px !important; padding-left: 57px; background-position-x: 1px !important; background-position-y: center !important; background: url(../images/dot.png) no-repeat; }
    .yellow-wrap { background:  #f0c845; padding: 15px 30px 15px 15px; text-align: right; } 
    .yellow-wrap a { font-size: 18px; font-family: Overpass,sans-serif; text-align: right; line-height: inherit; font-weight: 700; color: #101921; }
/*----qusn-wrap----*/
/*----testimonial----*/
.testimonial-wrap { padding-top: 40px; padding-bottom: 80px; background-color: #fdf8e7; }
.star-imgg { max-width: 130px; margin: auto!important; } 
.test-img { margin: 0 0 35px; }
.test-heading { font-size: 16px !important; padding: 5px 15px 35px !important; color: #2a2a2a; text-transform: capitalize; font-family: 'Barlow', sans-serif !important; letter-spacing: 0;}
.test-text { max-width: 300px; margin: 0 auto!important; text-align: center; line-height: 30px;} 
.client-nane { padding: 50px 15px 15px; font-family: Barlow,sans-serif !important; font-size: 16px !important; }
/*.testi-clm { margin: 0 8px !important; }*/
.testi-text { margin: 0 auto 0px !important; font-size: 22px; }
.testimonial-margin {margin: 0 auto 70px !important;}
.shrt-wrap { padding-top: 40px; padding-bottom: 40px; }
.shrt-wrap p { max-width: 520px; margin: 15px auto!important; font-size: 24px !important; font-weight: 700; text-align: center;}
.shrt-wrap figure { margin: 0 auto; text-align: center; }
/*----testimonial----*/
/*----time- offer----*/
.time-offer-wrap { background: linear-gradient(180deg,#ffe58f,#f0c845); margin-bottom: 120px; padding-top: 40px; padding-bottom: 40px; position:relative;}
.id375577-1273{margin: 15px;}
.offer-cont h2 { font-size: 60px !important; color: #972520; text-transform: uppercase !important; font-weight: 700; }
.id375577-1273 h3{font-size: 36px !important;}
.time-list { max-width: 300px; margin: 15px auto 25px!important; } 
.time-list li { background: url(../images/list-tick.png) no-repeat 0; list-style-type: none; background-size: 16px 16px; padding-left: 22px; font-size: 18px; line-height: 26px; font-family: 'Overpass'; margin: 0; }
.time-price { margin: 0 15px; }
.time-price h5 { font-weight: 700 !important; color: #2A2A2A; } 
.time-price h4 { color: #972520; font-weight: 700 !important; }
.time-offer-img figure { position: absolute; max-width: 880px; margin: 0 0 0 60px; top: 18%;}
.policy-page .figure.wp-block-table td {color: grey;}
/*----time- offer----*/

/*---affiliate-footer----*/
.affiliate-footer { padding: 20px 0 0; background-color: #2a2a2a; }
.footer-wdth { max-width: 700px; margin: auto!important; padding-bottom: 20px;}
.footer-wdth ul { justify-content: center; display: flex; } 
.footer-wdth ul li { padding-right: 15px; padding-left: 15px; border-right: 1px solid #fff; margin-bottom: 0; } 
.footer-wdth ul li a { font-size: 16px; font-family: Overpass,sans-serif; color: #fff !important; } 
.footer-wdth ul li:last-child { border-right: 0; }
.footer-img img {max-width: 100px; margin: auto!important;}
.col-lg-10 { width: 83.33333333%; } 
.col-lg-2 { width: 16.66666667%; }
.footer-wdth .row { display: flex; align-items: center; }
.Expert-wrap { padding: 20px 0 0; background-color: #f0c845; text-align: center; }
.Expert-wrap h5 , .Expert-wrap h5 a{ margin: 5px 0px 15px !important; font-family: Overpass,sans-serif !important; font-weight: 700 !important; color: #2A2A2A; }
.foot-link { max-width: 800px; margin: auto!important; } .foot-link ul { display: flex; justify-content: center; align-items: center; } 
.foot-link ul li a { color: #fff !important; font-size: 16px; font-family: Overpass,sans-serif; font-weight: 600; line-height: 30px; border-right: 1px solid #fff; padding: 0px 6px;} 
.foot-link ul li {  margin-bottom: 0; } 
.foot-link ul li:last-child a{ border-right: 0; } 
.foot-link p { color: #fff; font-size: 16px; font-family: Overpass,sans-serif; font-weight: 600; line-height: 30px; text-align: center; }
/*---affiliate-footer----*/
/*---store----*/
.shop-page-title , .page-title-inner{ display: none !important; } 
.p-5 { padding: 50px; } 
.store-table-custom { margin: 30px 0 0;  }
/*---store----*/



/*---02-02-23-checkout-page---*/

#customer_details {background: #fff;padding: 15px 30px 30px;    box-shadow: 0px -1px 8px #ccc;}
#customer_details input {height: 39px !important;font-size: 14px !important;}
#customer_details textarea {font-size: 14px !important;resize: none;}
.checkout .wc_coupon_message_wrap {padding: 0 !important;}
.checkout .large-5 .col-inner.has-border{box-shadow: 0px -1px 8px #ccc; border: 0 !important;}
.checkout .large-5 .col-inner.has-border , .woocommerce-order-received .col-inner {background: #fff;}
.checkout .woocommerce-privacy-policy-text p {font-size: 13px !important;}
.page-checkout .checkout_coupon {background: #fff;padding-top: 30px;}
.page-checkout .woocommerce-form-coupon-toggle .woocommerce-info {font-size: 16px;color: #000;margin-bottom: 15px;}
.page-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {color: #ff9b7d;text-decoration: underline; font-weight: 700;}
.page-checkout .woocommerce-error {padding: 20px 20px !important;background: #fff;margin-bottom: 20px !important;}
.woocommerce-cart .page-checkout {
    padding: 40px 30px !important;
    background: #fff;
}
/*---02-02-23-checkout-page---*/

/*---02-02-23-store-page---*/
.store-table-custom {background: #fff;}
.store-table-custom .responsive_table {overflow-x: auto;}
.store-table-custom .responsive_table table {margin-bottom: 0;width: 100%;}
.store-table-custom tr th {background: #999999;padding: 20px 20px;  color: #fff; letter-spacing: 0; font-family: 'Open Sans';text-transform: none;font-size: 16px;font-weight: 700;}
.store-table-custom tr td {padding: 15px; vertical-align: top;}
.store-table-custom tr td:last-child { padding: 25px; }
.store_title h4 {font-size: 21px !important; font-weight: 700 !important; color: #000;margin-bottom: 20px !important;}
.store_description h5 {font-size: 16px !important;  font-weight: 700 !important;  color: #000;}
.store_description .img_text {display: flex;margin-top: 20px;}
.store_description .img_text figure {margin: 0;max-width: 72px;margin-right: 50px;overflow: hidden;}
.store_description .img_text figure img {width: 100%;height: 100%;object-fit: contain;}
.store_description .img_text figcaption p {font-size: 13px !important; font-weight: 700 !important;color: #000;margin-bottom: 15px !important;}
.store_description .img_text figcaption ul li {margin-bottom: 10px;font-size: 13px;position: relative;padding-left: 30px;}
.store_description .img_text figcaption ul li:before {position: absolute;content: '';background: url('../images/custom_tick.png') no-repeat;background-size: 100% 100%;width: 18px;height: 18px;left: 0;top: 0;}
.store_price {min-width: 120px;}
.store_price h6 {font-size: 14px;font-weight: 700 !important;color: #000 !important;font-family: 'Open Sans';letter-spacing: 0;text-transform: none;}
.store_price h6 small {display: block;font-size: 14px;}
.no-thank-you {text-align: center;}
.store_cart_btn .btn {background: url('../images/btn-image.svg') no-repeat;background-size: cover; display: flex;     align-items:flex-start !important; max-width: 320px;padding: 15px; background-position: center center;border-radius: 3px;justify-content: center;align-items: center;color: #fff;font-size: 20px;font-weight: 800; margin: 20px auto;     line-height: 1.2;}
.store_cart_btn .btn:hover{box-shadow: inset 0 1px 5px -2px #000; color: #fff;} 
.store_quantity select {border: 1px solid #ddd !important;min-width: 175px;height: 30px !important;padding: 5px !important;font-size: 14px !important;     margin: 4px 0 0 0;}
.store_quantity {margin: 15px 0;}
.store_quantity label { font-size: 13px; font-weight: 400;  margin: 0;}
.archive .header-nav-main li, .archive .bottom-header-social , .archive .btn-sec-wrap , .archive #menu-footer-menu , .woocommerce-checkout #menu-footer-menu , .new-store .header-nav-main li, .new-store .bottom-header-social , .new-store .btn-sec-wrap , .woocommerce-checkout #menu-footer-menu{visibility: hidden;}
.cart-image img { width: 20px; } .cart-image { margin-right: 16px; }
.checkout-store { text-align: center; /* display: inline; */ font-family: 'Open Sans', sans-serif !important; font-size: 20px !important; font-weight: 800 !important; color: #fff !important; }
.totalPrice .amount { display: block; color: #fff; margin-left: -26px;}
span.loader img { width: 20px; }
.check-btn{    align-items: flex-start; display: flex;}
.woocommerce-checkout .select2-selection {font-size: 14px !important;}
.woocommerce-checkout #wc_deposit_payment_plan, .woocommerce-checkout #quantity, .woocommerce-checkout #add-to-cart {display: none;}
.select2-container .select2-selection{box-shadow: none !important;}
.checkbox { display: flex; align-items: center; }  
.checkbox span { font-size: 12.6px; font-weight: 700; font-family: 'Open Sans', sans-serif !important;}
.woocommerce-checkout .mailchimp-newsletter { display: flex !important; }
.woocommerce-privacy-policy-text { margin-top: 18px; }

label[for=payment_method_WC_Gateway_Worldpay] img{max-height: 21px !important; margin: 10px 0 !important}
.wc-credit-card-form-card-cvc{margin-bottom: 0 !important;}
dd.variation-PaymentPlan p { font-size: 13px !important; text-transform: capitalize; }
/*---02-02-23-store-page---*/


/* Extra css for loader */
.custom-loader {
    width: 8px;
    height: 8px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 38px 0 0 14px, 76px 0 0 6px, 114px 0 0 0;
    transform: translateX(-30px) scale(0.4);
    animation: d1 .5s infinite alternate linear;
    
  }
  .postid-2155 .custom-loader{position: absolute; left: 0px; top: 50%; font-size: 0 !important;}
/*  .postid-2155.custom-headerprod-aff .wc-deposits-option li input[type=radio]:checked ~ label{ font-size: 0; }*/
  @keyframes d1 {
    50%  {box-shadow: 38px 0 0 6px, 76px 0 0 14px, 114px 0 0 6px}
    100% {box-shadow: 38px 0 0 0  , 76px 0 0 6px, 114px 0 0 14px}
  }
  /* Extra css for loader */

/*.cart-container.page-checkout { padding: 50px !important;}*/

.checkout-page-title nav.breadcrumbs { display: none; }

.widget_shopping_cart .button { border-radius: 30px; color: #fff; padding-top: 5px;}
.button.alt, .button.checkout, .checkout-button, .secondary { background-color: #ecab2f; }
a.icon-remove, a.remove { border: 1px solid; border-radius: 100%; color: #ccc; display: inline-flex; align-items: center; justify-content: center; font-size: 20px!important; font-weight: 700; height: 24px; line-height: 1 !important; text-align: center; width: 24px; padding-top: 2px; }
a.added_to_cart { display: none !important; }
.manual-wrap a.added_to_cart { display: block !important; }
.message-wrapper {
    text-align: center;
}


/*woocommerce checkout page fixnings*/
p.money-back { font-weight: 700; font-size: 14px !important; }
.woocommerce-checkout .woocommerce { margin-top: 30px; }
.shop_table .quantity { margin: 0; width: 100%; align-items: center;     padding-left: 38px}
.shop_table .quantity input[type=button] { background: rgb(234 187 58); text-shadow: none; color: #fff; border: 0; font-size: 14px;  margin: 0 0px !important; padding: 0px 10px !important;     min-height: 2.5em;}
.woocommerce-privacy-policy-text p { line-height: 1.1; }
.woocommerce-privacy-policy-text p b { font-size: 12px; }
.shop_table .cart_item td { color: #000; font-size: 14px;}
#ship-to-different-address label { font-weight: 400; text-transform: none; font-size: 16px; }
.checkout ul li, .shop_table ul li { color: #000; }
.shop_table tfoot td, .shop_table tfoot th {  color: #000; }
#ship-to-different-address label input[type=checkbox] {height: auto !important;}
.place-order h2 { font-size: 22px !important; }
.place-order p { line-height: 1.1; font-size: 12px; margin: 0 0 12px;}
.place-order p a { color: blue; }

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select { box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%) !important; }

.woocommerce-billing-fields .mailchimp-newsletter input[type=checkbox] { top: -8px; position: relative; }

.woocommerce-invalid span.select2-selection, .woocommerce-invalid input { border: 1px solid #b20000 !important;}


.woocommerce-checkout .cart_item { position: relative;}
.cart_item td.product-name { padding-left: 0;position:relative; }
.cart_item span.cqoc_product_name { margin-top: 5px; display: block; }

.cart_item a.remove { position: absolute; left: 0;   top: 21px;; z-index: 2; line-height: 15px !important; color: #eabe50 !important;}
.woocommerce-cart  .cart_item a.remove{position: relative; top: inherit; left: inherit; right: inherit;}
.woocommerce-checkout-review-order-table tr td, .woocommerce-checkout-review-order-table tr td label , .woocommerce-checkout-review-order-table tr th , .woocommerce-order-received .shop_table tfoot th , .woocommerce-order-received .shop_table tfoot td{ font-size: 14px !important; }
/*woocommerce checkout page fixnings*/



/*------------------new store------------------*/
.new-store .store_description h5 {font-size: 25px !important; font-weight: inherit !important; color: #333;}
.new-store #id395707-248 .widget-text { font-size: 18px;     font-weight: 700;}
.new-store .store_price h6 , .new-store .store_price h6 small{font-size: 26px; font-weight: 700 !important;}
.new-store .store_price h6 del{position: relative; font-weight: 700 !important; font-size: 25px;}
.new-store .store_price h6 del:after{position: absolute; content: ""; left: 0; top: 50%; right: 0; border-top: 2px solid #dd0031!important; border-color: inherit; transform: rotate(-5deg); }
.new-store del span.amount{color: #000 !important; opacity: 1 !important;}
.new-store del span.amount bdi{    font-weight: 700 !important; color: #000 !important;}
.new-store div#id395707-247 { margin-bottom: 15px; }
.new-store .store_description .img_text{flex-direction: column;}
.new-store .store_description .img_text figure { margin-right: 0; margin: 0 0px; padding: 0; max-width: 500px; overflow: hidden; } 
.new-store figcaption .widget-text { margin: 0 0px 15px; font-size: 13px; font-weight: 700;     color: #333;}
.new-store .store_description .img_text figcaption ul li{padding-left: 53px; font-size: 12px; color: #333;}
.new-store del span.amount{opacity: 1 !important;}
.mob-heading{display: none;}
.new-store .store_title{display: none;}
.new-store .home-footer{display: none !important;}
.new-store .inner-footer{display: block;}

/*------------------new store------------------*/

/*------------------upsell------------------*/
.page-id-1037.new-store .store_title{display: block;}
.page-id-1037 .store-table-custom tr td:first-child , .page-id-1095 .store-table-custom tr td:first-child{ width: 50% !important; }
.page-id-1037 .store_title h4 { font-weight: 600 !important; } 
.page-id-1037.new-store figcaption .widget-text{font-size: 14px; line-height: 1.4; font-weight: 400;}

.new-listed { list-style: disc !important; padding-left: 40px !important; margin-top: 10px !important;}
.new-listed li { font-size: 14px !important; padding-left: 0 !important;}
.new-listed li:before { display: none; }
.page-id-1037 .store_price {font-size: 13px !important;}
.page-id-1037 .store_quantity label , .page-id-1093 .store_quantity label{    margin: 0px 0 4px;}
.page-id-1037 .store_quantity , .page-id-1093 .store_quantity {margin: 0px 0;}
.page-id-1037 .store-table-custom tr td:last-child, .page-id-1093 .store-table-custom tr td:last-child , .page-id-1095 .store-table-custom tr td:last-child { padding: 15px 25px 25px; }
.page-id-1037 .store_cart_btn , .page-id-1093 .store_cart_btn , .page-id-1095 .store_cart_btn { display: flex; align-items: center; } 
.page-id-1037 .no-thank-you a , .page-id-1093 .no-thank-you a , .page-id-1095 .no-thank-you a { margin: 25px; padding: 15px; color: #fff; }
.page-id-1095.new-store .store_description .img_text figure{    max-width: 72px;}
/*------------------upsell------------------*/

/*------------------affiliate product details------------------*/
body.custom-headerprod-aff {  background: #fff !important; }

.custom-headerprod-aff .db-block a.button{display: none !important;}
.custom-headerprod-aff #main{    padding-top: 96px;}
.amt-client-img { margin: 40px 40px 0; }
.aft-padd { padding-top: 30px; padding-bottom: 60px; }
.custom-headerprod-aff .product_title.entry-title , .variation-tabs .variation-bold-title { font-size: 38px !important; font-weight: 700 !important; color: #2a2a2a; text-transform: uppercase !important; font-family: Saira Condensed,sans-serif !important;     margin: 5px 0px 15px;
    padding: 0 15px;} 
.product-summary .widget-text { font-size: 18px; font-family: Overpass,sans-serif; color: #2a2a2a; margin: 15px; } 
.postid-2113 .product-summary .widget-text{margin: 15px 0;}
.custom-headerprod-aff .price , .custom-headerprod-aff .aff-variation-price { font-size: 26px !important; font-family: Overpass,sans-serif !important; color: #2a2a2a; font-weight: 400 !important; line-height: 1.1; margin: 15px !important;} 
.custom-headerprod-aff .price del , .custom-headerprod-aff .aff-variation-price del{ margin-left: 7px; }
.custom-headerprod-aff span.red-txt { color: rgb(151, 37, 32); font-weight: 400;}
.view-less-text , .view-all-text { font-size: 16px; font-family: Overpass,sans-serif; text-align: inherit; line-height: inherit; font-weight: 700; font-style: inherit; color: #972520; text-transform: inherit; cursor: pointer; margin: 15px 0; display: inline-block; } 
.custom-headerprod-aff .quantity_drop_down{display: none;}
h3.pay-head { font-size: 20px !important; font-family: Overpass,sans-serif !important; color: #2a2a2a; font-weight: 700 !important; margin: 5px 0px 35px !important; padding: 0 15px; } 
.postid-2155 h3.pay-head{margin: 5px 0px 15px !important;}
.custom-headerprod-aff .woo-variation-gallery-thumbnail-wrapper { max-width: 532px; margin: 20px auto!important; } 
.custom-headerprod-aff .wvg-gallery-thumbnail-image {width: 25%; margin: 0 10px !important; } 
.custom-headerprod-aff .woo-variation-gallery-slider-wrapper { max-width: 512px; margin: 0px auto !important; } 
.custom-headerprod-aff .woo-variation-gallery-thumbnail-slider { display: flex !important; flex-wrap: nowrap; width: 100%; justify-content: space-between; }

.custom-headerprod-aff ul.wc-deposits-option { max-width: 400px; display: flex; justify-content: space-between;} 
.wc-deposits-wrapper .wc-deposits-option li {box-shadow: none !important; position: relative; padding: 0; margin: 0; flex: inherit; border: 0 !important; }
.custom-headerprod-aff .wc-deposits-wrapper .wc-deposits-option li:first-child { display: flex; justify-content: flex-end; align-items: center;}
.custom-headerprod-aff ul.wc-deposits-option li:first-child { order: 2; } 
.custom-headerprod-aff ul.wc-deposits-option li:last-child { order: 1; }
.custom-headerprod-aff .wc-deposits-option li label { cursor: pointer; font-family: 'Overpass', sans-serif; background: #FFF; border: 2px solid #F0C845; width: 100%; max-width: 170px; border-radius: 90px; text-align: center; padding: 10px 0; font-size: 16px;} 
.custom-headerprod-aff .wc-deposits-option li input { position: absolute; left: 0; right: 0; top: 0; opacity: 0; width: 100%; height: 100%; bottom: 0; cursor: pointer; z-index: 1; margin-right: 0;}
.wc-deposits-wrapper .wc-deposits-option li input:checked ~ label {background: #F0C845; color: #000;}
.custom-headerprod-aff button.single_add_to_cart_button { margin: 65px 0 5px; width: 100%; /* padding: 15px; */ background-color: #972520 !important; font-size: 22px; font-family: Overpass,sans-serif; }
.custom-headerprod-aff.postid-2155 button.single_add_to_cart_button {display: none;}
.custom-headerprod-aff .wc-deposits-payment-plans , .custom-headerprod-aff .quantity , .single-product .woocommerce-variation-add-to-cart{display: none !important;}
.single-product .ppc-button-wrapper {display: none;}
.single-product .variations_form cart{margin-bottom: 0 !important;}
.single-product .wc-deposits-wrapper{margin: 0 !important;}


.tab-aff .tab-links{ background: #2a2a2a; } 
.tab-links ul { display: flex !important; justify-content: center; align-items: center; font-size: 18px; font-family: Overpass,sans-serif; font-weight: 700; color: #F0C845 !important; display: block; text-align: center;} 
.tab-aff  .tab-links ul li {cursor: pointer; width: 25%; padding: 15px; margin: 0 !important;} 
.tab-aff .tab-links ul li.active { background: #F0C845; color: #2A2A2A !important;} 
.tab-pane{display: none;}
.tab-active{display: block;}
.aff-imag .row { display: flex; width: 100%; max-width: 100%; flex-wrap: nowrap; } 
.aff-slider-header { background: #f0c845; padding: 15px; } 
.aff-slider-header p { font-size: 18px; font-family: Overpass,sans-serif; color: #2a2a2a; font-weight: 700; margin-bottom: 0 !important; }
.prduct-aff-content { padding: 40px 0; } 
.aff-imag figure { margin-bottom: 0; }
.aff-imag figure img { width: 100%; }
.prduct-aff-content h5 { font-size: 16px !important; font-family: Overpass,sans-serif !important; text-align: center; color: #000; font-weight: 400 !important; margin: 15px 0 !important; padding: 0 15px; } 
.product-link { display: flex; justify-content: space-between; max-width: 800px; margin: 0 auto; } 
.product-link ul { margin: 15px !important; } 
#tabs-2 .product-link ul { margin: 0 15px !important; } 
.product-link ul li {  background: url(../images/round.png) no-repeat 0; list-style-type: none; background-size: 10px 10px; padding-left: 26px; background-position-x: 1px; background-position-y: center; font-size: 16px !important; font-family: Overpass,sans-serif !important; color: #000; }

.aff-testimoinal { background-color: #fdf8e7; padding-top: 20px; padding-bottom: 60px;} 
.aff-testimoinal h3 { margin: 15px 15px 0; font-family: Overpass,sans-serif !important; font-weight: 700 !important; text-align: center; font-size: 30px !important; color: #2a2a2a; margin-bottom: 0 !important; } 
.aff-testimoinal h4 { margin: 5px 15px 35px !important; font-size: 20px !important; font-family: Overpass,sans-serif !important; text-align: center; font-weight: 700 !important; color: #2a2a2a;}
.aff-testi-boxx{display: flex; justify-content: center; max-width: 1140px; margin: 0px auto;}
.testi-clm{width: 33.3%; margin: 0 0px !important; padding: 0 8px;}
.single-product .testi-clm{ background-color: #fff; margin: 0 20px !important; padding: 20px 15px;}
.aff-testi-boxx .test-heading { margin: 30px 0px 15px; padding: 0 !important; letter-spacing: 0; padding: 0 15px !important; color: #000; font-family: Overpass,sans-serif !important; font-weight: 700;} 
.aff-testi-boxx img.star-imgg { margin: 0 0 0 15px !important; } 
.aff-testi-boxx p.test-text { margin: 30px 15px 15px !important; text-align: left; font-family: Overpass,sans-serif !important; }
.writer-nme { margin: 30px 15px 15px; } .writer-nme h5 { font-family: Overpass,sans-serif !important; color: #2a2a2a; font-size: 16px !important; } 
.writer-nme h5 span { margin-right: 5px; }
.imgDiv { max-width: 100%; display: flex;     width: 100%;}
.imgDiv img { width: 50%; }

.feature-slider .slick-slide{height: auto;}
.feature-slider .slick-arrow { font-size: 0; background: hsla(0,0%,100%,.75); border: none; color: #333; top: 50%; width: 44px; height: 44px; line-height: 44px; border-radius: 50%; transform: translateY(-50%); position: absolute; z-index: 1;} 
.feature-slider .slick-arrow:after { position: absolute; content: ''; background: url(../images/left-icon.png) no-repeat; width: 26px; height: 32px; left: 0; right: 0; top: 23%; bottom: 0; display: flex; align-items: center; justify-content: center; margin: 0 auto; line-height: 21px; background-size: 85%; } 
.feature-slider .slick-arrow:hover{background: #fff;}
.feature-slider .slick-arrow:hover:after{opacity: 1;}
.feature-slider { position: relative; }
.feature-slider .slick-next:before, .rrv1-slider-wrapper .slick-prev:before{opacity: 0}
.feature-slider .slick-prev{left: 10px;}
.feature-slider .slick-next { right: 10px; }
.feature-slider .slick-next:after { transform: rotate(180deg); top: 12%;}
.feature-slider .slick-disabled { opacity: .6; cursor: grab; }

.variation-tabs .model-heading { font-size: 20px !important; font-family: Overpass,sans-serif !important; text-align: inherit; line-height: inherit; font-weight: 700 !important; font-style: inherit; color: #2a2a2a; text-transform: inherit; margin: 15px 0 10px; padding: 0 15px; } 
.aff-var-tabs { display: flex; align-items: center;  } 
.aff-var-tabs li a {text-transform: capitalize !important; margin: 10px 0px 15px 15px; padding: 15px; background-color: #fff; color: #2a2a2a; text-transform: inherit; border: 2px solid #2a2a2a; max-width: 250px; font-size: 20px; text-align: center; display: block; font-family: Saira Condensed,sans-serif; line-height: inherit; font-weight: 700; } 
.aff-var-tabs li:last-child a { margin-right: 0px; }
.aff-var-tabs li { margin: 0 !important; width: 50%; } 
.aff-var-tabs li .active { background: #2A2A2A !important; color: #FFF !important; border: 2px solid #2a2a2a !important; }

.postid-2155 .variations , .postid-2155 p.price , .postid-2155 .woocommerce-variation-description , .postid-2155 .woocommerce-variation-price{display: none;}
.product-info{flex-basis: 50%; max-width: 50%;}
 
/*------------------affiliate product details------------------*/

/*------------------Order details------------------*/
.woocommerce-order-received.custom-header #main {padding-top: 80px; min-height: 92vh;}
.woocommerce-order-received .woocommerce-order-details { background: #fff; padding: 15px 30px 30px; background: #fff;  box-shadow: 0px -1px 8px #ccc; } 
.woocommerce-order-received td.product-name a { color: #000 !important; }
.woocommerce-order-received td.product-name , .woocommerce-order-received .woocommerce-thankyou-order-details li{font-size: 14px; color: #000;}
.woocommerce-order-received .woocommerce-order-details__title { font-family: 'Open Sans', sans-serif !important; font-size: 26px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; text-transform: inherit !important; }
.woocommerce-order-received .woocommerce-column__title { font-family: 'Open Sans', sans-serif !important; font-size: 20px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; text-transform: inherit !important; } 
.woocommerce-order-received .addresses { background: #fff; padding: 15px 0; margin-top: 20px; } 
.woocommerce-order-received address {text-align: left; font-style: initial; font-size: 14px; line-height: 1.5; }
.woocommerce-order-received .order_item td , .woocommerce-order-received .product-name{font-size: 14px;}
.woocommerce-order-received  .woocommerce-column--billing-address, .woocommerce-order-received  .woocommerce-column--shipping-address { width: 50%; }
.woocommerce-order-received .page-checkout h2 {text-align: left; font-family: 'Overpass', sans-serif !important; color: #000; font-size: 19px !important; margin-bottom: 26px; padding: 0 0px;}
.woocommerce-order-received .cart-container.container .row{max-width: 100%; margin: 0 auto;}
ul.wc-item-meta li {display: flex;  align-items: center; font-size: 14px !important;}
ul.wc-item-meta li p { margin-bottom: 0 !important; line-height: 1; font-size: 14px !important; margin-left: 5px !important; font-family: 'Open Sans' !important;}
ul.wc-item-meta {margin-top: 15px !important;}
.woocommerce-order-received .entry-content{text-align: left;}
/*------------------Order details------------------*/

/*------------------cart------------------*/
.woocommerce-cart.custom-header .primary{padding: 0 1.2em; font-size: inherit !important; font-family: inherit; min-height: 2.5em;}
.woocommerce-cart .top-header{display: none;}
td.product-name a, .shipping-calculator-button { color: #000; }
p#wc-stripe-payment-request-button-separator, .LinkButton, .ppc-button-wrapper{display: none !important;}
.LinkButton {display: none;}
.woocommerce-checkout #wc-stripe-payment-request-wrapper{display: none !important;}
.select2-container .select2-selection--single .select2-selection__rendered{line-height: 2.4em !important;}

/*------------------cart------------------*/
.woocommerce-checkout .db-block , .woocommerce-checkout .top-header ,  .woocommerce-checkout .Expert-wrap , .woocommerce-checkout .footer-wdth{display: none;}
form.checkout.woocommerce-checkout .row {max-width: 100%; margin: 0 auto;} 

.page-id-596 .inner-bg a:hover {color: #fae187 !important;}

.woocommerce-account .row.vertical-tabs , .woocommerce-account .woocommerce { background: #fff; padding: 20px !important; margin: 0 0px !important;}
.lost_password{text-align: left;}
.lost_password a { color: #000; font-size: 16px; } 
.woocommerce-checkout .woocommerce-form-login { padding: 0 15px; }
.woocommerce-form-login .form-row{text-align: left;}
/*------------privavy policy------------*/
.wp-block-table td, .wp-block-table th{color: #95979e !important;}
.wp-block-table tr td{min-width: 100px;}
/*------------privavy policy------------*/

/*----------customer service----------*/
.custom-srvc #main { height:70vh }
/*----------customer service----------*/

/*-----------manual-orders-----------*/

.manual-wrap .content-area { max-width: 1200px; margin: 30px auto 0; }
.manual-wrap.custom-header h4 , .manual-wrap.custom-header h2{font-size: 20px !important;}
.manual-wrap .rr_desc h3{text-align: left;}
.manual-wrap .rr_desc-list ul , .rr_desc h3{text-align: left;}
.manual-wrap .wc-deposits-wrapper .wc-deposits-option li input[type="radio"] {position: absolute;z-index: 2;opacity: 0;width: 100%;height: 100%;top: 0;right: 0;left: 0;bottom: 0;margin: 0;cursor: pointer;}
.manual-wrap .wc-deposits-wrapper .wc-deposits-option li input[type="radio"]:empty ~ label{ position:relative; cursor:pointer; padding: 9px;  border-radius: 35px; line-height: 1; text-transform: capitalize;  color: #12839F; font-weight: 400 !important; font-size: 15px !important;}
.manual-wrap .wc-deposits-wrapper .wc-deposits-option li input[type="radio"]:checked ~ label{ background:#ecab2f; color: #fff; }
.manual-wrap .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan { text-align: left; }
.manual-wrap .wc-deposits-wrapper .wc-deposits-payment-plans {padding: 6px 11px !important;}
.woocommerce-checkout .product_name {display: inline-block;}

/*-----------manual-orders-----------*/

/* ----- Container----- */
.custom-header .container {
    margin: 0 auto;
    padding: 0 0;
}

/* .woocommerce-checkout .lost_password {
    display: none;
} */
.woocommerce-checkout .wc-backward {
    display: none;
}


/* .password-toggle { position: relative; } .password-toggle .password-toggle-icon { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); cursor: pointer; font-size: 18px; color: #888; transition: color 0.3s ease; }
.password-toggle .password-toggle-icon.active { color: #333; } */

.password-input { position: relative; display: block; }
.show-password-input { position: absolute; background: url(../images/hide.png) no-repeat; background-position: right; background-size: 16px 16px; width: 16px; height: 16px; display: block; top: calc(50% - 16px); right: 10px; cursor: pointer;visibility: visible;padding: 0;line-height: 0;}
.show-password-input.display-password{ background: url(../images/view.png) no-repeat;}

.woocommerce-account span.show-password-input{top: 12px;}

.show-password-input:after{display: none;}

.custom-header p.return-to-shop a { background-color: transparent !important; border-radius: 3px !important; margin: 0 !important; background-position: center; }
.woocommerce-button.button{background-color: transparent !important; border-radius: 3px !important; margin: 0 !important; background-position: center;}
.cart-container { text-align: center; }
.woocommerce-cart main { min-height: calc(100vh - 240px); }

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a { font-size: 11px !important; display: block; width: 100%; max-width: 80px; line-height: 1 !important; margin-bottom: 5px !important; padding: 5px 10px !important; margin-left: auto !important; }

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a { padding: 8px 10px !important; line-height: 1 !important; height: inherit; font-size: 14px !important; margin-right: 10px !important; }
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination { justify-content: center; display: flex; }
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a:last-of-type { margin-right: 0 !important; }

form.checkout.woocommerce-checkout { text-align: left; }

.account_cart_container_home_custom .header-nav.nav-right { padding: 0 !important; }

/*.cart-container th.product-name { border: 0; }*/

.dashboard-links a:hover { background-color: #333; color: #fff !important; line-height: 1; }
.dashboard-links li a { color: #000 !important; font-size: 16px; padding: 12px 0; }



.cart-container .message-container.container.medium-text-center { margin: 0 0 12px; }
.message-container{font-size: 16px;}
.message-container a {color: #ff9b57; text-decoration: underline; font-weight: 700;}
fieldset#wc-WC_Gateway_Worldpay-cc-form label {text-align: left;}

form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first, form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last { width: 50% !important; padding: 0 10px; text-align: left; }

.woocommerce-checkout ul.woocommerce-error.message-wrapper { background: #f4f4f4; padding: 10px !important; margin: 0 auto 20px !important; max-width: 1000px; }
    .woocommerce-NoticeGroup-checkout ul.woocommerce-error.message-wrapper { top: 0 !important; position: relative; margin-bottom: 20px !important; }
ul.woocommerce-error.message-wrapper li { margin: 0; }

.coupon .flex-row { align-items: inherit; }
.coupon .flex-row input#coupon_code { height: 100%; padding: 12px;}

.shop_table tr.cart_item.chained_item .quantity { padding-left: 10px !important; }
.shop_table tr td span { margin-top: 3px; }


.woocommerce-message.message-wrapper { background: #fff; padding: 10px !important; margin: 0 auto !important; max-width: 1000px; }


.postid-716 #main { padding-top: 96px !important;}

.postid-2113  .wc-deposits-optional { margin: 0 0 15px !important;}

.woocommerce-lost-password .container .woocommerce { padding-left: 20px !important; padding-right: 20px !important; }

.form-row button {
    background-color: #eab805 !important;
}

#mailchimp_woocommerce_newsletter_field {  display: none; }
#wc_deposit_option_field {  display: none;}

/*=========27.06.23================*/
.woocommerce-customer-details--phone , .woocommerce-customer-details--email{margin: 5px 0 !important; font-size: 13px !important;}
.woocommerce-checkout td.product-name .variation { line-height: 1 !important; }
.rr-thankyou-title { padding: 0 15px; }
.custom-header.woocommerce-checkout .header { position: inherit; }
#login-form-popup .woocommerce-notices-wrapper li {list-style: none; text-align: center; padding: 12px 0;}
#login-form-popup .woocommerce-notices-wrapper li a {display: block; text-align: center;}
/*=========27.06.23================*/
/*THANK YOU PAGE TABLE*/

.woocommerce-order-received table.order_details { border: 1px dashed #ccc; padding: 15px; } 
.woocommerce-order-received table.order_details tbody tr:nth-child(even) {background: #f1f1f1;} 
.woocommerce-order-received table.order_details tbody tr td { padding: 10px; } 
.woocommerce-order-received table.order_details tfoot { background: #f0c845; } 
.woocommerce-order-received table.order_details tfoot td, .woocommerce-order-received table.order_details tfoot th { padding: 10px; color: #000; } 
.woocommerce-order-received table.order_details thead { background: #f0c845; color: #000; } 
.woocommerce-order-received table.order_details thead th { padding: 15px; } 
.woocommerce-order-received table.order_details td.woocommerce-table__product-name.product-name { line-height: 1; } 
.woocommerce-order-received table.order_details tfoot td span.woocommerce-Price-amount.amount { color: #000; padding: 0 3px; }

/*THANK YOU PAGE TABLE*/
.chained_item .quantity.buttons_added, .chained_item a.remove { display: none !important;}
.chained_item .product-quantity { display: none !important;}
.page-template-default .mobile-nav { display: flex !important;}



/*=========af-platinumsale================*/
.blk-page .platinum-heading h2{font-size: 36.54px !important; font-family: 'Saira Condensed', sans-serif !important;  font-weight: 900; margin-bottom: 0;}
.ph-wrap a { border-radius: 6.869px; background: #636363; padding: 13px 23px; color: #fff; font-weight: 700; font-size: 18px; font-family: 'Overpass', sans-serif; } 
.ph-wrap a:hover{color:#f0c845;}
.ph-wrap a span img { max-width: 24px !important; display: inline-block; margin-right: 9px; }
.blk-page .platnium-ofr-txt h2{    padding: 12px 15px !important; font-size: 26px !important; font-family: 'Overpass', sans-serif;}
.blk-page .platinum-banner-info h2 { color: #FFF; text-align: center; font-family: Overpass !important; font-size: 46px !important; font-style: normal; font-weight: 700; line-height: 1.3;  max-width: 710px; margin: 0 auto 30px; padding-bottom: 20px; position: relative;} 
.platinum-banner-info { padding: 45px 20px 17px; } 
.blk-page .platinum-banner-info h2:after {position: absolute; content: '';  width: 332px; height: 6px; background: #F0C016 !important; bottom: 0; left: 0;
right: 0; text-align: center; margin: 0 auto; }
.platinum-banner-info p { font-size: 20px !important; max-width: 295px; line-height: 1.3; margin: 0px auto !important; font-family: Overpass !important; }

.platinum-banner-sales { position: relative; padding: 18px 20px 40px;}
.platinum-banner-sales p span { text-decoration: line-through; } 
.platinum-banner-sales p { color: #FFF; text-align: center; font-family: Overpass !important; font-size: 24px !important; font-style: normal; font-weight: 400; line-height: normal; text-decoration-line: strikethrough; text-transform: uppercase; margin-bottom: 4px !important}
.blk-page .platinum-banner-sales h3 { text-align: center; font-family: Saira Condensed !important; font-size: 50px !important; font-style: normal; font-weight: 900 !important; line-height: 1.1;  text-transform: uppercase !important; margin-bottom: 0px !important;}
.platinum-banner-sales h5 { color: #FFF; text-align: center; font-family: Overpass !important; font-size: 24px !important; font-style: normal; font-weight: 700 !important; line-height: normal; margin: 30px 0 !important; } 
.plantinum-order-now { padding: 19px 65px; border-radius: 3px; background: #FF7F27; color: #FFF; text-align: center; font-family: Overpass; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; display: flex; text-align: center; width: 100%; justify-content: center; align-items: center; max-width: fit-content; margin: 0 auto; }
.platinum-btn-info{position: relative;}
.platinum-btn-info .versatile-img {max-width: 165px;     top: -17px; right: 0 !important}
.platinum-brand-img  img {    width: 100%; height: 669px !important; object-fit: cover;}

.platinum-mobile-banner{display: none;}
.plalinum-star-wrap{    padding: 26px 20px 20px;}
.platinum-star-texts{text-align: left; margin-left: 32px;}
.blk-page .platinum-star-texts h4 {font-size: 26px !important; font-family:Overpass !important; font-weight: 800 !important;  margin-bottom: 6px !important;}
.blk-page .platinum-star-texts h6 {font-size: 20px !important; font-family:Overpass !important;  margin: 0px 0px 0px !important; padding-top: 0}
.ca-platinumsale .star-cont figure{padding: 0; margin:0;}
.rrv1-middle-video .platinum-video-text h4{max-width: 550px;}
.platinum-video-text p { color: #000; font-family: Overpass !important; font-size: 16px !important; font-style: normal; font-weight: 400; line-height: 27px; /* 168.75% */ margin: 22px 15px !important; max-width: 385px; }
.text-pc-none{display: none;}
.plat-flex > .wp-block-group__inner-container { display: flex; justify-content: center; align-items: center; align-content: center; }
.platinum-star-img{text-align: right; }
/*=========af-platinumsale================*/

/* ================= Mini Chainsaw ====================== */
.platinum-desktop-banner{display: block;}
.platinum-mobile-banner{display: none;}
.mini-chainsaw .platinum-mobile-banner .banner-img{bottom: 70px;}
.mini-chainsaw .platinum-mobile-banner .banner-img img{float: right;}
.mini-chainsaw .platinum-mobile-banner .wp-block-heading{font-family: Saira Condensed !important;font-size: 50px !important;font-style: normal;font-weight: 900;line-height: 43px;text-transform: uppercase !important;width: 70%;margin-top: 20px !important;}
.blk-page .mini-chainsaw h2{    padding: 14px 0px !important; font-size: 18px !important; font-family: 'Overpass', sans-serif;}
.mini-chainsaw .append-buy-now-btn{display: flex;flex-direction: row-reverse;}
.mini-chainsaw .top-header p{color: #101921;font-family: Overpass;font-size: 18px;font-style: normal;font-weight: 800;line-height: normal;letter-spacing: 0.18px;text-transform: uppercase;}
.mini-chainsaw .platinum-desktop-banner{position: relative;}
.mini-chainsaw .platinum-desktop-banner figure{margin-bottom: 0px !important}
.mini-chainsaw .platinum-desktop-banner .button{text-transform: none;position: absolute;top: 82%;z-index: 9;left: 7%;}
.mini-chainsaw .star-wrap .four-payment-txt{color: #2A2A2A;font-family: Saira Condensed !important;font-size: 23px !important;font-style: normal;font-weight: 500 !important;line-height: 117%; /* 26.91px */letter-spacing: 0.23px;}
.mini-chainsaw .star-wrap .three-payment-txt{color: #972520;font-family: Saira Condensed !important;font-size: 40px !important;font-style: normal;font-weight: 700 !important;line-height: 117%;letter-spacing: 0.4px;}
.mini-chainsaw .star-wrap .drill-txt{color: #972520;font-family: Saira Condensed !important;font-size: 25px !important;font-style: normal;font-weight: 500 !important;line-height: 117%;letter-spacing: 0.25px;}
.mini-chainsaw .plat-flex > .wp-block-group__inner-container{display: block !important;}
.mini-chainsaw .star-wrap{text-align: center;padding: 26px 20px 50px;}
.mini-chainsaw .star-wrap .star-cont figure{max-width: unset;padding: 10px 0 10px 0;}
.mini-chainsaw .star-wrap .platinum-star-texts{margin-left: 0px;}
.mini-chainsaw .star-wrap .star-review-txt{color: #2A2A2A;text-align: center;font-family: Saira Condensed !important;font-size: 34px !important;font-style: normal;font-weight: 900 !important;line-height: normal;}
.mini-chainsaw .star-wrap .sold-worldwide-txt{color: #2A2A2A;font-family: Overpass !important;font-size: 26px !important;font-style: normal;font-weight: 900 !important;line-height: normal;margin: 0px !important}
.mini-chainsaw .star-wrap .compact-txt{color: #000;text-align: center;font-family: Overpass !important;font-size: 20px !important;font-style: normal;font-weight: 700 !important;line-height: normal;letter-spacing: 0.2px;}
.mini-chainsaw .client-img-wrap {padding-top: 60px;padding-bottom: 60px;}
.mini-chainsaw .client-img-wrap .as-ween-txt{color: #2A2A2A;text-align: center;font-family: Overpass !important;font-size: 30px !important;font-style: normal;font-weight: 700;line-height: 24px; /* 80% */text-transform: capitalize;}
.mini-chainsaw .product-detail-minichainsaw{margin: 50px 0px;align-items: center !important;}
.mini-chainsaw .product-detail-minichainsaw .product-content{padding: 0 0 0 50px;}
.mini-chainsaw .product-detail-minichainsaw .product-price{margin: 0px !important;}
.mini-chainsaw .product-detail-minichainsaw .as-seen-prdct-name{color: #2A2A2A;font-family: Saira Condensed !important;font-size: 34px !important;font-style: normal;font-weight: 900 !important;line-height: 24px; /* 70.588% */text-transform: uppercase;}
.mini-chainsaw .product-detail-minichainsaw .four-payment-txt{color: #2A2A2A;font-family: Saira Condensed !important;font-size: 18px !important;font-style: normal;font-weight: 500 !important;line-height: 108%; /* 19.44px */letter-spacing: 0.18px;margin-top: 15px !important;;}
.mini-chainsaw .product-detail-minichainsaw .three-payment-txt{color: #972520;font-family: Saira Condensed !important;font-size: 24px !important;font-style: normal;font-weight: 700 !important;line-height: 108%; /* 25.92px */letter-spacing: 0.24px;margin-top: 15px !important;;}
.mini-chainsaw .product-detail-minichainsaw .drill-txt{color: #972520;font-family: Saira Condensed !important;font-size: 18px !important;font-style: normal;font-weight: 500 !important;line-height: 148%;letter-spacing: 0.18px;margin-bottom: 20px !important;;}
.mini-chainsaw .questions-section{padding: 50px 0px;text-align: center;}
.mini-chainsaw .questions-section .qusn-list{width: 100% !important;text-align: left;}
.mini-chainsaw .questions-section .qusn-list ul li{color: #FFF;font-family: Overpass !important;font-size: 20px !important;font-style: normal;font-weight: 400 !important;line-height: 30px;background-size: 14px 14px !important;padding-left: 36px;}
.mini-chainsaw .testimonial-star-block{justify-content: space-between;gap: 30px;}
.mini-chainsaw .testimonial-star-block .testi-clm{background-color: #ffffff;text-align: left;padding: 30px;}
.mini-chainsaw .testimonial-star-block .star-imgg{margin: unset !important;}
.mini-chainsaw .testimonial-star-block .testi-clm h6{min-height: unset; margin: 40px 0px !important;max-width: unset;padding: 0px !important;}
.mini-chainsaw .testimonial-star-block .test-text{max-width: unset;text-align: left;}
.mini-chainsaw .testimonial-star-block .client-nane{padding: 40px 0px 10px 0px !important}
.mini-chainsaw .testimonial-star-block .client-nane img{margin-right: 5px;}
.mini-chainsaw .testimonial-star-block .testi-clm:nth-child(3) h6{margin: 40px 0px !important;}
.mini-chainsaw .platinum-desktop-banner-footer{position: relative;}
.mini-chainsaw .platinum-desktop-banner-footer figure{margin-bottom: 0px !important;}
.mini-chainsaw .platinum-desktop-banner-footer .button{text-transform: none;position: absolute;top: 82%;z-index: 9;left: 17%;}
.mini-chainsaw .product-summary .price, .mini-chainsaw .product-summary .wc-deposits-wrapper{display: none;}
.mini-chainsaw .product-info{max-width: 40%;}
.mini-chainsaw .product-info .variation-bold-title{color: #2A2A2A;font-family: Saira Condensed !important;font-size: 34px !important;font-style: normal;font-weight: 900 !important;line-height: 24px; /* 70.588% */text-transform: uppercase !important;}
.mini-chainsaw .product-summary .widget-text{margin: 10px 0px 20px 0px !important;}
.mini-chainsaw .product-summary .aff-variation-price{color: #2A2A2A;font-family: Overpass !important;font-size: 20px !important;font-style: normal;font-weight: 500 !important;line-height: 128%;letter-spacing: 0.2px;margin: 0px 0px 20px 0px !important;}
.mini-chainsaw .product-summary .aff-variation-price .red-txt{color: #972520;font-size: 24px !important;font-style: normal;font-weight: 700 !important;line-height: 108%; /* 25.92px */letter-spacing: 0.24px;}
.mini-chainsaw .product-summary .aff-variation-price .drill-set{color: #972520;font-size: 16px !important;font-style: normal;font-weight: 500 !important;line-height: 158%;letter-spacing: 0.16px;}
.mini-chainsaw .variation-tab-content .firstLine{color: #000;font-family: Overpass !important;font-size: 14px !important;font-style: normal;font-weight: 400;line-height: 22px; /* 157.143% */}
.mini-chainsaw .product-summary button{margin: 30px 0px 0px 0px !important}
.mini-chainsaw .product-summary .client-img-wrap {padding-top: 40px;padding-bottom: 0px;}
.mini-chainsaw .product-summary .client-img-wrap .as-ween-txt{color: #2A2A2A;text-align: center;font-family: Overpass !important;font-size: 20px !important;font-style: normal;font-weight: 700;line-height: 24px; /* 80% */text-transform: capitalize;margin: 0px 0px 15px 0px !important;}
.mini-chainsaw .product-summary .amt-client-img{margin: 0px !important}
.mini-chainsaw .tab-aff .tab-links ul li{width: 50%;}
.mini-chainsaw .product-footer .testi-clm {width: 31%;margin: 0px !important}
.mini-chainsaw .below-testimonial-section{background-color: #FFFFFF;padding: 65px 0px;}
.mini-chainsaw .below-testimonial-section .bts-feature{    flex-direction: row;flex-wrap: unset;align-items: flex-start;justify-content: space-between;}
.mini-chainsaw .below-testimonial-section .bts-feature .bts-left{width: 48%;color: #000;font-family: Overpass;font-size: 24px;font-style: normal;font-weight: 400;line-height: 35px; /* 145.833% */}
.mini-chainsaw .below-testimonial-section .bts-feature .bts-right{width: 48%;padding-left: 80px;}
.mini-chainsaw .below-testimonial-section .bts-feature .bts-right h5{color: #000;font-family: Overpass !important;font-size: 24px !important;font-style: normal;font-weight: 700 !important;line-height: 15px; /* 62.5% */}
.mini-chainsaw .below-testimonial-section .bts-feature .bts-right ul{margin: 20px 0px 0px 0px !important;}
.mini-chainsaw .below-testimonial-section .bts-feature .bts-right ul li{color: #2A2A2A !important;font-family: Overpass !important;font-size: 24px !important;font-style: normal;font-weight: 400 !important;line-height: 30px; /* 104.167% */}


@media only screen and (max-width: 849px){
    .platinum-desktop-banner{display: none;}
    .platinum-mobile-banner{display: block;}
    .mini-chainsaw .below-client-img-wrap .wp-block-image{text-align: center;}
}
@media only screen and (max-width: 767px){
    .mini-chainsaw .product-info{max-width: 100%;}
    .mini-chainsaw .below-testimonial-section .bts-feature .bts-left{width: 100%;}
    .mini-chainsaw .below-testimonial-section .bts-feature .bts-right{width: 100%;padding-left: 0px;}
    .mini-chainsaw .below-testimonial-section .bts-feature .bts-right h5{font-size: 14px !important;font-weight: 700 !important;line-height: 15px;margin-top: 30px;}
    .mini-chainsaw .append-buy-now-btn{flex-direction: column;min-width: 134px;align-items: revert !important;margin-left: 20px;}
}
@media only screen and (max-width: 450px){
    .mini-chainsaw .platinum-mobile-banner .wp-block-heading{width: 100%;}
}
/* ================= Mini Chainsaw ====================== */

body:not(.zenagent) .account_cart_container_home_custom li.cart-item{display: none;}

body.zenagent footer,
body.zenagent .flex-left .header-nav,
body.zenagent .account-item,
body.zenagent .header-wrapper .notic + section .grid__row .area-2, body.zenagent .logo, body.zenagent .header-body .notic, body.zenagent .header-wrapper .notic + section .grid__row .area-4 .grid__cell.db-block.append-buy-now-btn{ display: none; }
.zen_shipping .button{margin: 0 0 !important}

body.zenagent.custom-header .header{padding-top: 30px;}
body.zenagent.custom-header #main { padding-top: 50px; }

/*=========warranty================*/

.warranty-sec { background-color: #4f4f4f;}
.warranty-sec h3{color: #fff;}
.warranty-sec .sec-image-wrapper figure { max-width: 400px; margin: 20px auto; }
.warranty-sec .after-form-text p, .after-form-text p a { color: #fff; font-size: 12px !important; }

.form-sec-wrap{padding: 10px;}
.form-sec-wrap .form-row-wrap { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); }
.form-sec-wrap .form-row-wrap h4 { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); color: #fff;font-weight: bold;line-height: 1.2; font-size: 24px;}
.form-sec-wrap form .form-row-wrap label{margin-bottom: 6px;font-size: 16px;color: #fff;}
.form-sec-wrap form .form-row-wrap .col-6 {width: 50%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);display: flex;align-items: flex-end;}
.form-sec-wrap form .form-row-wrap .col-12 {width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}
.form-sec-wrap form .form-row-wrap .col-12.form-btn{ width: auto; background: #fbb442; padding: 0; margin: 5px 12px 0 auto; }
.form-sec-wrap form .form-row-wrap .col-12.form-btn p{margin: 0 !important;}
.form-sec-wrap form .form-row-wrap .col-12.form-btn input { margin: auto; background: rgb(254, 174, 32) !important; color: #000; margin-bottom: 0; text-transform: capitalize; font-size: 18px; padding: 10px; line-height: 1.2; min-height: auto; height: auto !important;width: auto !important;}
.form-sec-wrap form .form-row-wrap input[type=date]{--webkit-appearance: none;text-align: left;}
.form-sec-wrap form .form-row-wrap .col-12.form-btn .wpcf7-spinner { position: absolute; right: 0; bottom: 48px;}
.form-sec-wrap .form-row-wrap select, .form-sec-wrap .form-row-wrap input { height: 61px !important; }
.form-sec-wrap .wpcf7 .wpcf7-not-valid-tip{display: none;}
.form-sec-wrap select.wpcf7-validates-as-required.wpcf7-not-valid , .form-sec-wrap input.wpcf7-validates-as-required.wpcf7-not-valid{border-width: 1px ; border-color: #b20000;}
.form-sec-wrap form .form-row-wrap label sup{color: red; position: relative; top: 4px;} .form-sec-wrap select.wpcf7-not-valid , .form-sec-wrap input.wpcf7-not-valid{border-color: #ddd}
.form-sec-wrap .wpcf7-response-output{color: #fff!important}

/*=========warranty================*/

/*=========rush delivery================*/

.rush-pg .header ,  .rush-pg footer{display: none;}
.delivery-wrap { padding: 60px 0 100px; }
.blk-page .delivery-info h3 {  text-align: center; font-family: 'Open Sans', sans-serif !important; font-size: 24.606px !important; font-style: normal; font-weight: 700 !important; line-height: 1.3; }
.blk-page .delivery-info h2{ text-align: center; font-family: 'Saira Condensed', sans-serif !important; font-size: 71.58px !important; font-style: normal; font-weight: 900 !important; line-height: 1;  text-transform: uppercase; margin-bottom: 10px;}
.blk-page .delivery-info P{ text-align: center;font-family: 'Open Sans', sans-serif !important;font-size: 18px !important;font-style: normal;font-weight: 400;line-height: 1.7;max-width: 457px;margin: 42px auto 0 !important; }
.all-delivery-btn { margin-top: 50px; } 
.all-delivery-btn .wp-block-buttons a { padding: 22px; color: #000; text-align: center; font-family: Open Sans; font-size: 18px; font-style: normal; font-weight: 700; line-height: 0px; /* 0% */ }
.all-delivery-btn .nos-btn{color: #000; text-align: center; font-family: Open Sans; font-size: 18px; font-style: normal; font-weight: 700; line-height: 30.5px; text-decoration-line: underline; margin-left: 30px;}
.rush-pg.blk-page .content-area { border-top: 0; }
.truck-mobile{display: none;}
.blk-page .delivery-info hr { max-width: 420px; margin: 19px auto; opacity: 1;}

/*=========rush delivery================*/

/*================ af-platinumsalenew (04.09.2023) ================*/

.three-or-one-pay-sec.amt-container { padding: 21px 0 29px; }
.three-or-one-pay-sec.amt-container .is-layout-flex { gap: 28px; }
.three-or-one-pay-sec.amt-container > .wp-block-group__inner-container { max-width: 1030px; margin: 0 auto; }
/* .three-or-one-pay-sec.amt-container .title-wrapper h3 { font-family: 'Overpass', sans-serif !important; border-bottom: 6px solid #F0C016; width: fit-content; margin: 0 auto 34px !important; font-weight: 700 !important; color: #3D3D3D; } */
.three-or-one-pay-sec.amt-container .title-wrapper p{ font-family: 'Overpass', sans-serif !important; margin: 0 auto 50px !important;color: #3D3D3D; }

/* .select-pay-box { border-radius: 15px; background: #FAFAFA; padding: 45px 50px; text-align: center; } */
.blk-page .select-pay-box h3 { font-family: 'Overpass', sans-serif !important; font-weight: 700 !important; color: #2A2A2A; font-size: 25px !important; max-width: 263px; margin: 0 auto 16px; }
.blk-page .select-pay-box h4 del { color: #767676; }
.select-pay-box p { font-family: 'Overpass', sans-serif !important; max-width: 334px; margin: 0 auto 30px !important; }
.blk-page .select-pay-box h4 { color: #FF7F27; font-family: 'Overpass', sans-serif !important; font-size: 25px !important; font-weight: 700 !important; }
/* .select-pay-box .btn { padding-top: 20px; } */
/* .select-pay-box .btn a { border-radius: 3px; background: #FF7F27; padding: 19px 65px; font-family: 'Overpass', sans-serif !important; font-size: 24px; font-weight: 900; line-height: 1; } */
.select-pay-box form{margin-bottom: 0;}
.select-pay-box .btn a, .select-pay-box a{border-radius: 3px !important; background: #FF7F27 !important; padding: 19px 65px !important; font-family: 'Overpass', sans-serif !important; font-size: 24px !important; font-weight: 900 !important; line-height: 1; margin: 20px 0 0 !important; color: #fff !important;display: block;}
.select-pay-box .btn a:hover, .select-pay-box a:hover{color: #fff;}

.form-flex-radio { display: flex; justify-content: center; padding-bottom: 60px;position: relative;}

.three-or-one-pay-sec input[type="radio"]+ span { border-radius: 6px; background: #FAFAFA; padding: 15px 38px 15px 20px; cursor: pointer; position: relative; margin: 0 5px; font-family: 'Overpass', sans-serif !important; font-weight: 500; display: inline-flex; flex-direction: column; justify-content: center;font-size: 16px;border: 2px solid transparent;line-height: 1.4;height: 100%;}
.three-or-one-pay-sec label.form-check-label b{font-weight: bolder !important;display: contents;}
.three-or-one-pay-sec label.form-check-label input { display: none; }
.three-or-one-pay-sec input[type="radio"]:checked + span{ border: 2px solid #3ab049; }
.three-or-one-pay-sec input[type="radio"]:checked + span:before { content: ""; background: url(../images/checkmark.svg) no-repeat; width: 20px; height: 20px; background-position: center; display: inline-block; transition: .25s ease; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }

.proceed-wrapper > .wp-block-group__inner-container { max-width: 500px; margin: 0 auto; padding: 0 10px;}
.proceed-wrapper > .wp-block-group__inner-container p { color: #4b5869; font-family: 'Overpass', sans-serif !important; font-weight: 600; }
.proceed-wrapper .btn a { background: #ffdb3e; color: #000; border-radius: 6px; font-size: 14px; padding: 10px 40px 8px; text-transform: inherit; font-family: 'Overpass', sans-serif !important; display: inline-block;}

.icon-img-wraps { padding-top: 60px; }
.icon-img-wraps > .wp-block-group__inner-container { display: flex; justify-content: center; }

.rrv1-aff-ftr-new .rrv1-footer, .rrv1-aff-ftr-new .is-layout-flex { margin: 0; }
.rrv1-aff-ftr-new > .wp-block-group__inner-container { max-width: 772px; margin: 0 auto !important; }
.rrv1-aff-ftr-new .rrv1-footer ul li { border: 0; padding: 0; margin: 0 28px 0 0; }
.rrv1-aff-ftr-new .rrv1-footer ul li:last-child { margin-right: 0; }
.rrv1-aff-ftr-new .rrv1-footer ul li a { font-size: 16px; font-family: 'Overpass', sans-serif !important; }

/*================ af-platinumsalenew (04.09.2023) ================*/ 

/*================ 12.09.2023 ================*/ 

.platinumsale-affiliate .chkout-header-tagline { font-family: 'Saira Condensed', sans-serif !important; color: #000; font-weight: 700; font-size: 24px; padding-left: 40px; }

html.js.has-off-canvas { margin-right: 0 !important; overflow: auto !important; }
.platinumsale-affiliate .mfp-bg, .platinumsale-affiliate .mfp-wrap{display: none;}

/*================ 12.09.2023 ================*/

/*================ 13.09.2023 ================*/

.platinum-afflte.woo-deposit-wrapper{display: none;}

.proceed-wrapper .btn{text-align: center;}

/*================ 13.09.2023 ================*/

/*================ 14.09.2023 ================*/

.platinumsale-affiliate .area-2 { width: 100%; }
.platinumsale-affiliate .area-6, .platinumsale-affiliate .area-4{display: none !important;}

ul.product_list_widget li img { object-fit: contain !important; -o-object-fit: contain !important; }

.woocommerce-checkout.woocommerce-order-received .order-again a{display: none;}

/*================ 14.09.2023 ================*/

/*================ 15.09.2023 ================*/

.blade-upsell.custom-header .container { max-width: 1083px !important; }

.upsell-blade-sec1 .product-content { padding: 0; }
.upsell-blade-sec1 .product-content h3 { font-weight: 900 !important; }
.upsell-blade-sec1 .product-price h5 b{font-weight: 700 !important;}
.upsell-blade-sec1 .product-content p{font-size: 20px !important;}
.upsell-blade-sec1 .product-content .button { margin: 0px !important; margin-bottom: 16px !important; width: 100%; }
.upsell-blade-sec1 .product-features ul li p{font-size: 14px !important;}

.upsell-client.client-img-wrap { padding-top: 0;}
.upsell-client .mob-client-img{display: none;}

.upsell-blade-sec4 .aff-imag img{width: 100%;}

.upsell-blade-sec5.testimonial-wrap{background-color: transparent;padding: 0 0 100px;}
.upsell-blade-sec5.testimonial-wrap .container{background-color: #fdf8e7;padding: 30px 0 56px;}
.upsell-blade-sec5.testimonial-margin { margin: 0 auto 20px !important; }
.upsell-blade-sec5.testimonial-wrap .is-layout-flex { max-width: 900px; margin: 0 auto; }

.upsell-blade-inner-box { background: #FFF; padding: 20px 20px 40px; }
.upsell-blade-inner-box .star-imgg { margin: 0 0 30px !important; }
.upsell-blade-inner-box p.test-text { text-align: left; margin-bottom: 30px !important; line-height: 1.4;font-size: 12px !important;}
.upsell-blade-inner-box .writer-nme { margin: 0; }
.upsell-blade-inner-box .writer-nme h5 { font-size: 12px !important; }

.amt-test-wrap .testi-clm .upsell-blade-inner-box h6 { margin: 0 0 30px !important; padding: 0 !important; min-height: auto;font-size: 14px !important; }
.amt-test-wrap .testi-clm:nth-child(3) .upsell-blade-inner-box h6 { margin: 0 0 30px !important; }

.blade-mob-wrap{display: none;}

.upsell-blade-inner-box .writer-nme h5 span img { display: inline-block; }

.people-say-slider .slick-list { padding: 0 10%; margin: 0 -10px; }
.people-say-slider .slick-slide { margin: 0 10px; }

.slick-dots { display: flex; position: absolute; bottom: -30px; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; justify-content: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:before { font-family: 'slick'; font-size: 30px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: 1; color: #C4C4C4; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*================ 15.09.2023 ================*/

/*================ 18.09.2023 ================*/

.upsell-blade-sec1 .product-content a.great-ofr { font-family: 'Overpass',sans-serif !important; text-align: center; padding-top: 0; font-size: 14px; }

/*================ 18.09.2023 ================*/

/*================ 19.09.2023 ================*/

.upsell-blade-sec1 { padding: 80px 0 40px; }
.upsell-blade-sec1 .product-content .cart-btn-wrapper { padding: 0 15px; }
.upsell-blade-sec1 .product-features ul{padding: 0 0 0 30px !important;}

.blade-upsell .clumn-wdth { display: none; }
.woocommerce-order-received .order_item.chained_item{
    display: none;
}

/*================ 19.09.2023 ================*/

@media (min-width: 992px){
	.container {max-width: 1000px !important;}
	.custom-header .container{max-width: 1200px !important;}
	.custom-headerprod-aff .container , .custom-headerprod-aff .row{max-width: 1200px !important;}
}
@media (max-width: 991px){
	.custom-header .container, .custom-headerprod-aff .container, .custom-headerprod-aff .row {max-width: 720px;}
    .custom-headerprod-aff .large-6 , .product-info{flex-basis: 100%; max-width: 100%;}
}
@media (min-width: 768px){
	.container{max-width: 720px;}
}
/* ----- Container----- */

/* ----- media query----- */

@media only screen and (max-width: 1599px) {
/*=========af-platinumsale================*/
.blk-page .platinum-banner-info h2{font-size: 40px !important; max-width: 610px;}
.blk-page .platinum-banner-sales h3{font-size: 46px !important;}
.platinum-brand-img img{height: 641px !important;}
.plantinum-order-now{padding: 19px 40px; font-size: 17px;}
.platinum-btn-info .versatile-img { max-width: 160px; top: -27px;  }
/*=========af-platinumsale================*/
}
@media only screen and (max-width: 1280px) {
/*=========af-platinumsale================*/
.blk-page .platinum-banner-sales h3 { font-size: 36px !important;}
.platinum-btn-info .versatile-img {max-width: 145px;}
.platinum-brand-img img {height: 630px !important;}
/*=========af-platinumsale================*/
}
   
@media only screen and (max-width: 1200px) {
    p#busters {letter-spacing: -0.2px;}
}
@media only screen and (max-width: 1024px) {
/*=========af-platinumsale================*/
.blk-page .platinum-banner-info h2 { font-size: 32px !important; max-width: 610px; margin: 0 auto 25px; }
.platinum-banner-info p , .platinum-banner-sales p{font-size: 18px !important;}
.blk-page .platinum-banner-sales h3 { font-size: 36px !important; }
.platinum-banner-sales h5{margin: 29px 0 !important;}
.platinum-brand-img img {height: 582px !important;}
.platinum-btn-info .versatile-img{max-width: 117px; top: -8px;}
.plantinum-order-now {padding: 19px 30px;}
/*=========af-platinumsale================*/

/*================ 19.09.2023 ================*/

.blade-upsell.custom-header .container { max-width: 980px !important; margin: 0 auto; }

/*================ 19.09.2023 ================*/
}

@media only screen and (min-width: 601px) and (max-width: 960px){
    .wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 308px !important;}

}

@media only screen and (max-width: 960px){
.wp-block-eedee-block-gutenslider.content-change .eedee-background-div {min-height: 370px !important;}   
}
@media only screen and (max-width: 991px){
	h1 { color: #333333 !important; font-family: 'Open Sans', sans-serif !important; font-size: 32px !important; margin-bottom: 0.5em; margin-top: 20px; } 
	h2 { font-family: 'Open Sans', sans-serif !important; font-size: 28px !important; margin-top: 0px !important; } 
	h3 { font-family: 'Open Sans', sans-serif !important; font-size: 24px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	h4 { font-family: 'Open Sans', sans-serif !important; font-size: 20px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	h5 { font-family: 'Open Sans', sans-serif !important; font-size: 18px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	.p-lg { margin: 0 0 10px !important; font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; } p { margin: 0 0 10px !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px !important; }
	.topList li{padding-left: 37px !important;}
    .time-offer-wrap{    padding-bottom: 20px;}

    /*=========27.06.23================*/
    .custom-header #main { padding-top: 118px; }
    .account_cart_container_home_custom {margin-right: 13px;}
    

    /*=========27.06.23================*/

    /*================ af-platinumsalenew (04.09.2023) ================*/

    .select-pay-box{padding: 45px 28px;}

    .rrv1-aff-ftr-new .rrv1-footer ul li{margin: 0 16px 0 0;}

    /*================ af-platinumsalenew (04.09.2023) ================*/

    /*================ 18.09.2023 ================*/

    .upsell-blade-sec1 .product-content a.great-ofr{padding-top: 10px;padding-bottom: 0;}
    .upsell-blade-sec1 .product-features ul { padding: 0 0 0 15px !important; }

    /*================ 18.09.2023 ================*/

}


@media only screen and (max-width: 912px){
.wp-block-eedee-block-gutenslider .swiper-wrapper {
    min-height: 347px !important;
}
#logo {width: 228px !important;}
.header-bottom-nav{margin-top: -124px !important;}
.bonus-text p{line-height: 18px !important;}
.header-bottom .flex-col.hide-for-medium.flex-left {
    width: calc(100% - 228px);}
}
@media only screen and (max-width: 850px){
    .bottom-header-social .btn{margin: 19px 35px 0px 0px;}
}
@media only screen and (max-width: 849px){
    .header .flex-left{ width: 100% !important; }
    #logo {width: 134px !important;}
    .header-main ul.mobile-nav{justify-content: flex-end; padding: 10px 0 5px !important; background: #cb2332;}
    .header-main ul.mobile-nav li { display: block; text-align: right; margin-bottom: 0px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px; margin: 0;}
    .header-main ul.mobile-nav li a { font-family: 'Open Sans', sans-serif !important; color: #fff !important; font-weight: bold !important; font-size: 14px !important; text-transform: uppercase !important; padding: 0; display: flex; align-items: center; align-content: center; justify-content: center;} 
    .header-bottom-nav { width: calc(100% - 212px) !important; display: block !important; margin-left: auto !important; margin-top: -123px !important; position: relative !important; } 
    .header-top .mobile-nav{background: transparent;}
    .header-main .flex-row { align-items: center !important; }
    ul.mobile-nav { width: 100%; background: transparent !important; display: block; padding: 10px 0 5px !important; margin: 0 !important; } 
    .clumn-wdth-right, .clumn-wdth {width: 100%;}
    .bottom-header-text h3{text-align: center;}
    .medium-logo-center .logo{    order: 1 !important;}
    .header-main .header-inner {padding: 14px 0!important;}
    .bottm-header{ flex-direction: column; align-items: inherit; } 
    body:not(.home) .logo {height: auto !important;}
    .bottom-header-social , .socials ul , .btn-sec-wrap{ flex-direction: column; width: 100%} 
    .oorder-wrap, .order-phn {width: 100%;}
    .socials ul li{margin: 0 0 7px !important;} .bottom-header-social .btn{margin: 20px 0px 0 0px;} 
    .socials ul { display: flex; flex-direction: row; justify-content: flex-start; width: 17% !important; margin: 15px auto 0!important; }
    .custom-headerprod-aff .large-6 {flex-basis: 50%; max-width: 50%;}
    .postid-2155.custom-headerprod-aff .large-6 {flex-basis: 100%; max-width: 100%;}

    .woocommerce-account .row.vertical-tabs { padding: 20px 0 !important; }
    .woocommerce-account .woocommerce { padding: 20px!important; }

    .woocommerce-lost-password .container { padding-left: 15px !important; padding-right: 15px !important;}
    

    /*=========af-platinumsale================*/
    .platinum-desktop-banner{display: none;}
    .platinum-mobile-banner{display: block;}

    .plat-new-header .wp-block-columns.is-not-stacked-on-mobile {flex-wrap: wrap!important; display: flex !important; }
    .plat-logo{flex-basis: 30%  !important;}
    .plat-logo .aff-logo { margin: 0 0 0 25px;}
    .plat-header-headng{flex-basis: 100% !important; order: 3; margin-top: 20px !important}
    .ph-wrap { text-align: right; margin-right: 25px; } 
    .plat-contct{flex-basis: 70%  !important; order: 2;}
    .platinum-brand-img { width: 100%; height: auto; }
    .platinum-btn-info .versatile-img{left: 0; right: 0 ; margin: 0 auto; position: relative; max-width: 145px; top: 11px;}
    .text-mb-none{display: none;}
    .text-pc-none{display: block;}
    .blk-page .platinum-star-texts h4 {font-size: 20px !important;}
    .blk-page .star-cont h6 {font-size: 18px !important;}
    .platinum-brand-img img{height: 576px !important}
    /*=========af-platinumsale================*/
    
}


@media only screen and (max-width: 768px){
    h1 { color: #333333 !important; font-family: 'Open Sans', sans-serif !important; font-size: 30px !important; margin-bottom: 0.5em; margin-top: 20px; } 
	h2 { font-family: 'Open Sans', sans-serif !important; font-size: 26px !important; margin-top: 0px !important; } 
	h3 { font-family: 'Open Sans', sans-serif !important; font-size: 22px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	h4 { font-family: 'Open Sans', sans-serif !important; font-size: 18px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	h5 { font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; font-weight: 500 !important; margin-top: 0px !important; margin-bottom: 10px !important; } 
	.p-lg { margin: 0 0 10px !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px !important; } 
	p { margin: 0 0 10px !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px !important; }
    .header-bottom-nav{width: calc(100% - 181px) !important; margin-top: -97px !important; background: #000000 !important;}
    .client-clm .wp-block-column {padding: 0 10px;}
    .header-main ul.mobile-nav li{padding-bottom: 0px}
    .oorder-wrap a , .btn-oder , .btn-cta a{font-size: 13px !important;}
    .slider-wrap .wp-block-eedee-block-gutenslider {--gutenslider-min-height-md: 37vh  !important;}
    .topList li{ background-size: 16px 16px !important; padding-left: 37px; padding-bottom: 0px !important; }
    .footer-nav li{border-right: 0 !important;}
    .footer-nav li a{letter-spacing: -.3px !important;}
    .absolute-footer .container{padding-left: 0; padding-right: 0;}
    body:not(.home) .header-bottom-nav {margin-top: -101px !important;}
    .btn-cta a {background-image: inherit !important;}
    .oorder-wrap a {margin: 10px 25px 15px;}
    .header{background: #000;}
    .wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 294px !important;}

    .custom-headerprod-aff .woo-variation-gallery-slider-wrapper{    max-width: 100%;}
 	.custom-header .container , .custom-headerprod-aff .container, .custom-headerprod-aff .row{max-width: 720px !important;}
    .store-table-custom tr td:last-child { padding: 15px !important;}

    .postid-2155 .area-2 , .ca-ndppfdne .area-2, .ca-nfwtpfmb .area-2, .postid-2113 .area-2 , .new-home .area-2{width: 16.66667%;}

    .time-offer-img figure{top: 30%;}
    .account_cart_container_home_custom{margin-right: 13px;}

/*=========rush delivery================*/
    .rush-pg.blk-page .content-area { border-top: 0; } 
    .blk-page .delivery-info h3 { font-size: 21.294px !important; } 
    .blk-page .delivery-info h2 { font-size: 61.947px !important; } 
    .delivery-info { padding: 0 15px !important; }
    .all-delivery-btn{    flex-wrap: nowrap !important; flex-direction: column;}
    .all-delivery-btn .wp-block-button{display: block !important; }
    .all-delivery-btn .wp-block-buttons a{ display: block;   width: 100%;}
    .all-delivery-btn .nos-btn{display: block; width: 100%;  margin-top: 17px; margin-left: 0;}
    .delivery-info {margin-top: 50px;}
/*=========rush delivery================*/

/*================ af-platinumsalenew (04.09.2023) ================*/

body .rrv1-aff-ftr.rrv1-aff-ftr-new .is-layout-flex { display: flex !important; flex-direction: column-reverse; }

.rrv1-aff-ftr-new .rrv1-footer ul { padding-top: 20px !important; }

/*================ af-platinumsalenew (04.09.2023) ================*/

}
@media only screen and (max-width: 767px){
    .nav_btn { display: block !important; cursor: pointer; line-height: 1; margin-left: 10px; width: 33px; position: inherit; right: 0; left: auto !important;  right: 34px; top: 105px}
    .nav_close { display: block !important; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;}
    .nav_close img { width: 18px; }
    .main-menu { position: fixed; transform:translateX(320px); right: 0; top: 0; bottom: 0; z-index: 999; max-width: 320px; box-shadow: 4px 0 27px rgba(0, 0, 0, 0.11); background-color: #fff; padding-top: 60px; margin:0; display:block; width: 100%; padding-left: 10px; transition: 250ms ease-in;}
    .main-menu ul{flex-direction: column; width: 100%;}
    .main-menu ul li { width: 100%; }
    .main-menu ul li:not(:last-child) { margin-right: 0; }
    .main-menu ul li a { display: block; padding: 10px; text-align: left;}
    .hdr-rt{ margin-left: auto;}

    .btn-sec-wrap{width: 100%;}
    .footer-nav li:last-child {margin-bottom: 0 !important;}
    .header-top .mobile-nav { background: transparent; padding: 0 !important; } 
    .header-top .mobile-nav li{ margin-bottom: 0px !important; } 
    .header-bottom-nav{ width: 100% !important; } 
    .header .flex-left{ width: 100% !important; } 
    
    /*.header-main .flex-row { display: block !important; } */
    
    .bottom-header-social  , .btn-sec-wrap{ flex-direction: column; } 
    .header-top:before{display: none;} p#busters { font-size: 20px!important; } 
    
    .bg-grey p{ font-size: 35px !important; max-width: 525px; margin: 0 auto 10px !important;} 
    .list-group{ flex-direction: column; } .client-clm { margin: 0px auto!important; } 
    .client-clm .wp-block-column { margin: 0 0 20px; } 
    .footer-nav{ flex-direction: column; } 
    .footer-nav li{ border-right: 0 !important; margin-bottom: 15px !important; }
    body:not(.home) .header-bottom-nav {margin-top: 0px !important;}
    #logo img , #logo{height: 100%;}
    /*body:not(.home) .logo { height: 494px !important;}*/
    .header-main ul.mobile-nav li a{margin-bottom: 15px;}
    .header-main ul.mobile-nav li:last-child a{margin-bottom: 0px;}
    .slider-wrap .wp-block-eedee-block-gutenslider {--gutenslider-min-height-md: 60vh !important;}
    /*.header-main .show-for-medium:last-child ul.mobile-nav {display: none;}*/
    .header{background: #000;}
    .oorder-wrap, .order-phn {width: 100%;}
    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {flex-basis: 100% !important;}
    .wp-block-columns.is-not-stacked-on-mobile {flex-wrap: wrap!important;}
    body .is-layout-flex {display: block !important;}
    .list-group .topList{width: 100%;}
    .p-lg { margin: 0 0 15px !important;}
    .store-table-custom tr td {display: block;}
    .store_description .img_text{flex-direction: column;}
    .woocommerce-checkout .cart-container.page-checkout {padding: 0px !important;}
    .woocommerce-checkout.woocommerce-order-received .cart-container.page-checkout{padding: 0px 15px!important;}
    .socials ul { width: 30% !important; }

    .home-footer a { display: block; margin-top: 6px;}
    .store-table-custom tbody tr:first-child, .archive .menu-footer-menu-container{ display: none; }

    td.mob-heading {  padding: 10px 10px 0 !important; background-color: #49525f; } 
    td.mob-heading p { margin: 0 0 10px !important; font-family: 'Open Sans', sans-serif !important; font-size: 12px !important; color: #fff; }

    .new-store .store_price h6 ins { display: block; }
    .custom-headerprod-aff .container, .custom-headerprod-aff .row{max-width: 540px !important;}

    .custom-headerprod-aff .large-6 { flex-basis: 100%; max-width: 100%; }

    .aff-testi-boxx{flex-direction: column; flex-wrap: wrap; padding: 0 20px;}
    .testi-clm {width: 100% !important;}
    .test-text {max-width: 100%;}

    .custom-headerprod-aff .product_title.entry-title, .variation-bold-title {font-size: 28px !important;}
    .aff-var-tabs li a{    width: 160px;     font-size: 16px;}
    .custom-headerprod-aff .price, .custom-headerprod-aff .aff-variation-price{font-size: 20px !important;}

    .page-id-1037 .store-table-custom tr td:first-child , .page-id-1095 .store-table-custom tr td:first-child { width: 100% !important; }

    .page-id-1037 .store_cart_btn, .page-id-1093 .store_cart_btn, .page-id-1095 .store_cart_btn{flex-direction: column;}
    .tab-links ul{font-size: 12px;}
    .product-link{flex-direction: column;}

    .postid-2155 .area-2 , .ca-ndppfdne .area-2, .ca-nfwtpfmb .area-2, .postid-2113 .area-2 , .new-home .area-2{width: 100%;}

    .woocommerce-checkout .nav_btn{display: none !important;}
    
    .blk-page .rrv1-banner-max .rrv1-ban-cont .ofr-nm h3 {max-width: 100% !important;}

    .grid__row {flex-wrap: nowrap;}
    .custom-header .grid__row { padding: 15px 15px;}
    .header-wrapper .db-block {align-items: flex-end;}
    .header-wrapper .db-block .button {margin-right: 0px !important;}

    .single-product .testi-clm{margin: 0 0 30px !important;}

    .check-btn{justify-content: center;}

    .account_cart_container_home_custom { position: absolute; left: 50%; transform: translateX(-50%); margin-right: 0px;}
    .account_cart_container_home_custom .header-nav-main li .header-button a{font-size: 10px !important;}
    .account_cart_container_home_custom .cart-icon strong{font-size: 13px;}

    form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first, form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last {  width: 100% !important; }
    .page-template-default .mobile-nav li a{margin-bottom: 0 !important}

    /*=========af-platinumsale================*/
    .plat-new-header{padding: 24px 15px !important; }
    .plat-new-header .wp-block-columns.is-not-stacked-on-mobile { flex-wrap: wrap!important;}
    .plat-new-header .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.plat-logo[style*=flex-basis]{flex-basis: 30%  !important;}
    .plat-new-header .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.plat-contct[style*=flex-basis]{flex-basis: 70%  !important;}
    .plat-new-header .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.plat-header-headng[style*=flex-basis]{flex-basis: 100%  !important;}
    .blk-page .platinum-heading h2 {font-size: 23px !important;}
    .blk-page .platnium-ofr-txt h2{font-size: 18px !important;}
    .blk-page .platinum-banner-info h2 { font-size: 36px !important; max-width: 310px; }
    .blk-page .platinum-banner-info h2:after{width: 258px;}
    .platinum-banner-sales p{font-size: 17px !important;}
    .blk-page .platinum-banner-sales h3 {font-size: 34px !important;}
    .platinum-banner-sales h5{font-size: 20px !important;}
    .plantinum-order-now {padding: 19px 65px; font-size: 18px;}
    .plat-logo .aff-logo{margin: 0;}
    .plat-logo.aff-logo img {margin: 0;}
    .ph-wrap{margin-right: 0px;}
    .rrv1-middle-video .platinum-video-text h4 { max-width: 252px; text-align: left; }
    .platinum-star-img {text-align: center; margin: 0 auto !important;}
    .plat-flex > .wp-block-group__inner-container{flex-direction: column;}
    .platinum-star-texts{text-align: center; margin-left: 0; margin-top: 8px;}
    .plalinum-star-wrap .star-cont { padding-bottom: 0px;}
    .platinum-brand-img img {height: 318px !important;}
    /*=========af-platinumsale================*/

    /*=========warranty================*/

    .form-sec-wrap { padding: 0; }
    .form-sec-wrap form .form-row-wrap .col-6 { width: 100%; display: block; }

    .warranty-sec .mrgn-txt { padding: 0 24px; }

    /*=========warranty================*/
    /*=========rush delivery================*/
    .truck-desktop{display: none;}
    .truck-mobile{display: block;}
    .delivery-info {margin-top: 0px;}
    .delivery-wrap { padding: 60px 0 60px;}
    /*=========rush delivery================*/

    /*================ af-platinumsalenew (04.09.2023) ================*/

    .select-pay-box{padding: 45px 16px;margin-bottom: 15px;}

    body .rrv1-aff-ftr.rrv1-aff-ftr-new .is-layout-flex { display: flex !important;}

    .rrv1-aff-ftr-new .rrv1-footer ul li { margin: 0 0 10px 0; }

    /*================ af-platinumsalenew (04.09.2023) ================*/

    /*================ af-platinumsalenew (12.09.2023) ================*/
    
    body .proceed-wrapper .btn.is-layout-flex{display: flex !important;}

    .form-flex-radio { display: block; padding-bottom: 20px;}

    .icon-img-wraps { padding-top: 20px; }
    
    .three-or-one-pay-sec input[type="radio"]+ span { display: block; height: auto; margin: 0 0 10px;}
    .three-or-one-pay-sec.amt-container .title-wrapper p{margin: 0 auto 20px !important;}

    /*================ af-platinumsalenew (12.09.2023) ================*/

    /*================ 15.09.2023 ================*/

    .product-link ul { margin: 0 15px !important; }
    .upsell-blade-sec5.testimonial-wrap .is-layout-flex{display: none !important;}
    .blade-mob-wrap{display: block;}

    .upsell-blade-sec3 .imgDiv {flex-direction: column;}
    .upsell-blade-sec3 .imgDiv img{width: 100%;}

    .upsell-client .amt-client-img{display: none;}
    .upsell-client .mob-client-img{display: block;}
    
    /*================ 15.09.2023 ================*/

    /*================ 18.09.2023 ================*/

    .upsell-blade-sec1 .product-content .button { margin: 0 auto !important; width: 92%; display: block; }

    /*================ 18.09.2023 ================*/

    /*================ 19.09.2023 ================*/

    .upsell-blade-sec1 { padding: 40px 0 0px; }
    .upsell-blade-sec1 .product-img-wrapper { padding: 0 15px; }
    .upsell-blade-sec1 .product-img-wrapper figure img { width: 100%; }
    .upsell-blade-sec1 .product-content .cart-btn-wrapper { padding: 0; }
    .upsell-blade-sec1 .product-content .qty-btn select { margin: 0 0 10px; }

    /*================ 19.09.2023 ================*/
}
@media only screen and (max-width: 600px){
    /*body:not(.home) .logo {height: 387px !important;}*/
    .wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 393px !important;}

    
}
@media only screen and (max-width: 540px){
    .limited-offer p{font-size: 14px;}
    .mrgn-txt{padding: 0 50px;}
    
    .wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 354px !important;}
    .tab-aff .tab-links ul li{    padding: 15px 0;}
    .nav_btn{right: 13px;}
    .product-wrap {padding: 20px 0 40px;}
    .header-wrapper .notic + section .grid__row .area-4{width: 60%; justify-content: flex-end;}
    
    .db-block .button { padding: 13px 20px !important; }
    .account_cart_container_home_custom{left: 52%;}
    .message-container a{display: block; text-align: center; margin-top: 8px;}

    /*=========af-platinumsale================*/
    .platinum-banner-sales h5 {margin: 10px 0 !important;}
    .blk-page .platinum-banner-sales h3 { font-size: 34px !important; max-width: 290px; margin: 0 auto; line-height: 1.2; }
    /*=========af-platinumsale================*/
    /*=========rush delivery================*/
    .blk-page .delivery-info h3 { font-size: 17.294px !important; }
    .blk-page .delivery-info h2 { font-size: 55.947px !important; }
    
    /*=========rush delivery================*/
    
}
@media only screen and (max-width: 414px){
    .shop_table .cart_item td{position: relative;}
    .custom-srvc main#main { height: 74vh; }
    .custom-srvc .pb-4 { padding-bottom: 40px; }

    .db-block .button { padding: 11px 15px !important; white-space: nowrap; font-size: 12px !important; }
    
    
}
@media only screen and (max-width: 425px){
    .bg-grey p { font-size: 17px !important; }
    /*.slider-wrap .wp-block-eedee-block-gutenslider {--gutenslider-min-height-sm: 32vh !important;}*/
    .wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 273px !important;}
    #logo {width: 100px !important;}
}
@media only screen and (max-width: 375px){
.wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 247px !important;}

}
@media only screen and (max-width: 360px){
.wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 237px !important;}

}
@media only screen and (max-width: 320px){
.wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 214px !important;}
.limited-offer p{font-size: 16px !important;}
.account_cart_container_home_custom { left: 46%; }
.header-wrapper .notic + section .grid__row .area-4{width: 78%;}
 /*=========af-platinumsale================*/
.ph-wrap a{font-size: 14px; padding: 13px 19px;}
.blk-page .platinum-heading h2 {font-size: 20px !important;}
 /*=========af-platinumsale================*/

}
@media only screen and (max-width: 280px){
body:not(.home) .logo {height: 181px !important;}
.wp-block-eedee-block-gutenslider .swiper-wrapper {min-height: 179px !important;}
}
/* ----- media query----- */

.zen_agent_level_1 .account_cart_container_home_custom li.cart-item{display: block !important;}

body.zen_agent_level_1 footer,
body.zen_agent_level_1 .flex-left .header-nav,
body.zen_agent_level_1 .account-item,
body.zen_agent_level_1 .header-wrapper .notic + section .grid__row .area-2,
 body.zen_agent_level_1 .logo, body.zen_agent_level_1 .header-body .notic,
body.zen_agent_level_1 .header-wrapper .notic + section .grid__row .area-4 .grid__cell.db-block.append-buy-now-btn{ display: none; }
.zen_shipping .button{margin: 0 0 !important}

body.zen_agent_level_1 .custom-header .header{padding-top: 30px;}
body.zen_agent_level_1 .custom-header #main { padding-top: 50px; }
body.zen_agent_level_1 .account_cart_container_home_custom li.cart-item {
    display: block !important;
}


.zenagent .checkout-page-title nav.breadcrumbs, 
.zen_agent_level_1 .checkout-page-title nav.breadcrumbs, 
.zenagent .checkout-page-title.page-title{
    display: block !important;
}

.zenagent .page-title-inner {
    display: block !important;
}

body.zenagent.custom-header #main {
    padding-top: 90px !important;
}
body:not(.zenagent) .mfp-bg.off-canvas.undefined.off-canvas-right.mfp-ready,
body:not(.zenagent) .mfp-wrap.mfp-auto-cursor.off-canvas.undefined.off-canvas-right.mfp-ready {
    display: none;
}

/* RR base model funnel 23 April 2024*/
span.red-txt {
    color: #972520;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 108%;
    letter-spacing: 0.24px;
}
.aff-variation-price{
    color: #2A2A2A;
    font-family: Overpass !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 128%;
    letter-spacing: 0.2px;
    margin: 0px 0px 20px 0px !important;
}
.blk-page .rrv1-offer-mg figure {
    left: 43px !important;
}
.background {
    position: relative;
    width: 100%;
    height: 700px;
}
@media only screen and (min-width: 768px){
.background {
    background-image: url(https://buyrotorazer.com/wp-content/uploads/2024/04/Rectangle-458.png);
    background-size: cover;
    background-position: center;
}
}
.wp-block-group.container.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px){
.rrv1-middle-video .platinum-video-text h4 {
    max-width: 252px;
    text-align: left;
}
}
@media only screen and (max-width: 600px){
.wp-container-core-columns-layout-8 h4 {
    font-size: 29px !important;
}
	.background {
    position: relative;
    width: 100%;
    height: auto !important;
		margin-left: 39px;
}
	.hide-desktop-star{
	display: block;
}
	.text-mb-none{
		display: block;
	}
	.review-text{
		display: flex !important;
	}
	.review-text img{
		height: 22px;
	}
	.wp-block-image.rrv1-pay {
    position: absolute;
    top: 85px;
}
}

p.rrv1-m-15 span {
    text-decoration: line-through;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-13.wp-block-columns-is-layout-flex {
    padding-top: 20px;
}

.star-cont figure{
    margin: unset !important;
}
.wp-container-core-columns-layout-11 .wp-block-column-is-layout-flow{
    flex-basis:50% !important;
}

.wp-container-core-columns-layout-11.wp-container-core-columns-layout-11 .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.background iframe {
    width: 100%;
    height: 100%;
}
.blk.rrv1-get-wrap .img-responsive img {
    width: 100%;
    height: 1100px !important;
}

/*base model end*/

/*24 april 2024 update offer flow*/
.postid-2155 ul.aff-var-tabs li:nth-child(2) {
display: none;
}
.postid-2155 ul.aff-var-tabs,  .postid-2155 .variation-tabs h3.model-heading{
display: none;
}
.page-id-4700 h3.pay-head{
display: none;
}
.page-id-4700  ul.wc-deposits-option.varian-dep-des li input#wc-option-pay-deposit, .page-id-4700  ul.wc-deposits-option.varian-dep-des li input#wc-option-pay-full {
display: none;
}
.page-id-4700 ul.wc-deposits-payment-plans {
visibility:hidden;
  display: none !important;
}
.page-id-4700 li.wc-deposits-payment-plan {
display: none;
}
.page-id-4700 .ofr-prdct-dtl ul li{
background: none;
}
.page-id-4700  a.single_add_to_cart_button.button.alt{
background:#972520 !important;
}
figure.wp-block-image.size-full.is-resized.gallery-img {
margin: 20px 0px 0px 77px;
}
.post-id-16066416 p.price{
display:none;
}
.post-id-16066416 input#no_thanks {
text-transform: initial;
font-size: 16px;
padding-top: 10px;
margin-top: 10px;
}
.post-id-16066416  ul.wc-deposits-option {
margin-left: 10px !important;
margin-bottom: 10px !important;
}

.post-id-16066416 .wc-deposits-wrapper .wc-deposits-option li input:checked ~ label{
background: #F0C845 !important;
}
.post-id-16066416 .rtwpvg-thumbnail-image.current-thumbnail {
display: none !important;
}
.post-id-16066416 input#no_thanks{
display: inline-block !important;
}
.mobile-seen-text{
display: none;
}
/*30 April*/
.postid-16066416 .wc-deposits-wrapper .wc-deposits-option li input:checked ~ label {
    background: #F0C845 !important;
}
.postid-16066416  input#no_thanks {
    text-transform: initial;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 10px;
}
.star-cont figure{
	margin: unset !important;
}

/*media query for footer poonam 27 May 2024*/
@media only screen and (min-width: 600px) {
    .footer-img {
        max-width: 100px !important;
        margin: auto !important;
    }
    ul#menu-affiliated-footer-menu {
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    footer .col-lg-2 {
        width: 100%;
    }
    .footer-img{
        max-width: 100px;
        margin: auto !important;
    }
    ul#menu-affiliated-footer-menu {
        display: block;
        text-align: center !important;
    }
    .col-lg-2.col-4 {
        order: 3;
    }
    .klaviyo-form-TQTRa4.klaviyo-form.form-version-cid-1 button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
ul#menu-affiliated-footer-menu li a {
    text-transform: uppercase;
}
ul#menu-affiliated-footer-menu {
    display: block;
    text-align: left;
}
button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    padding: 0px 120px !important;
}
.id375577-1273 ul li a, .id375577-1273 p{
    font-weight: normal !important;
}


/* Green Pages CSS - Added by Hitesh  */
div.col {padding:0 15px 0px;}
.rush_first_para p {margin:0px !important}
.rush_content {
    padding: 20px 0;
}
.button.rush_add_to_cart {
    margin: 0 !important;
    padding: 14px 111px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.button.rush_no_thank_you {display:block;}
.button.rush_no_thank_you span {
    text-decoration:underline;
    color:#000;
}
.klaviyo-form-STHxdh form button, .klaviyo-form-TQTRa4 form button {
    background-color: #F2C94C !important;
    padding: 0px 36px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.klaviyo-form-TQTRa4 form div.needsclick {
    width:100% !important;
}
.green-warranty h2 {
    color: var(--RR-Green, #417D59);
    text-align: center;
    font-family: Overpass !important;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    margin: 24px 0px !important;
}
.green-warranty .warranties_form form h4 {
    font-family: Overpass !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    margin: 24px 0px !important;
}
.green-warranty .warranties_form form label {
    color: var(--Dark-Grey, #2A2A2A);
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.green-warranty .warranties_form form .form-control {
    display: flex;
    height: 36px !important;
    padding: 18px 12px !important;
    align-items: center;
    gap: 10px;
}
.green-warranty .warranties_form form input[type="submit"] {
    width:25% !important;
    color: #000;
    background-color:#F2C94C !important;
}
@media only screen and (max-width: 767px) {
    .green-warranty .warranties_form form .col-lg-6 {width:100% !important;}
    .green-warranty .warranties_form form input[type="submit"] {width:100% !important;}
    .questions_bullet_points>div:first-child {padding-left: 15px !important;}
    .hero-h1 span.section-title-main {font-size: 50px !important;}
    .banner-inner.fill > .banner-layers.container {margin-top: 2px !important;margin-left: 10px;}
    .banner_top_text {margin-top: -40px;}
    .banner_diyer {bottom:42% !important;}
    .banner_button {bottom: 13% !important;}
}
.as_seen_on>.col-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.as_seen_on img {height: 84px;}
.as_seen_on_icons>div {padding-bottom:0;}
.as_seen_on_icons>div:nth-child(2) img,
.as_seen_on_icons>div:nth-child(3) img {height:71px;}
.as_seen_on_icons>div:nth-child(5) img {height:48px;}
.as_seen_on_icons>div:nth-child(5) {padding-top: 15px;}
.hero-h1 span.section-title-main {
    border-color:transparent !important;
    border:unset ;
    font-size: 120px;
}
.hero-h1 .section-title-normal{border:unset;}
.banner-inner.fill > .banner-layers.container {margin-top: -50px;}
.questions_bullet_points li {font-family:Overpass;}
.questions_bullet_points ul li:before {
    content:"·";
    font-size: 32px;
    vertical-align: middle;
    line-height: 10px;
    font-weight: 900;
    padding-right: 18px;
    color:#90C6A6;
}
.questions_bullet_points>div:first-child {padding-left: 108px;}

/* Green Pages CSS - Added by Manoj  */
.greem-mb{
    margin-bottom: 0px !important;
}
.no-bt-padding{
    padding-bottom: 0px !important;
}
.learn-more-bt-green{
display:inline !important;
}
.arrow-btn-green{
display: inline-flex !important;
}
.footer-banner-bg{
background-image: linear-gradient(rgb(227 244 233), rgb(180 225 196)) !important;
}
.green-font-barlow,
.green-font-barlow p{
    font-family: "Barlow", sans-serif !important;
}
.green-font-overpass,
.green-font-overpass h3,
.green-font-overpass h5,
.green-up,
.green-home-3000 li,
.green-price-3007,
.custom-text-above-title,
.product-info .prd-rating,
.product-features,
.pay-head,
.wc-deposits-option label,
.single_add_to_cart_button
{
    font-family: "Overpass", sans-serif !important;
}
.green-font-saira,
.green-price-3007 strong,
.green-price-3007 span,
.green-home-roto-title h2,
.green-home-pd .section-title-main
{
    font-family: "Saira Condensed", sans-serif;
}
.green-yellow{
    color:#F2C94C;
}
.green-up{
    text-transform: uppercase;
}
.green-home-3000 li {
    list-style: disc;
}
.green-home-video .mejs-video,
.green-home-video .wp-video{
    width: 100% !important;
}
ul.green-home-3000-tick li{
    font-weight: 500;
}
ul.green-home-3000-tick li:before {
    content: url(https://rotorazer.in/wp-content/uploads/2024/08/iconmonstr-checkbox-2-2.svg);
    padding-right: 5px;
}
.green-no-border,
.green-no-border h2,
.green-no-border h3,
.green-no-border span{
    border: none !important;
}
.green-text-below-img{
    font-size: 24px;
    margin-right: -100px;
}
.green-banner-main{
    margin-right: -150px;
}
.account_cart_container_home_custom .header-nav-main li .header-button a{
    font-size: 20px !important;
}
.green-price-3007{
    font-size: 16px;
}
.green-price-3007 strong{
    font-size: 28px;
    font-weight: 700;
}
.green-price-3007 strong.three-pay{
    font-size: 16px;
    font-weight: 700;
}
.green-price-3007 span{
    font-size: 16px;
    font-weight: 700;
}
.green-home-roto-title h2{
    font-size: 36.54px;
    font-weight: 900;
    color: #000;
    padding-left: 15px;
}
.green-home-roto-img{
    width: 140% !important;
    margin-left: -190px !important;
}
.green-home-video .mejs-overlay.mejs-layer.mejs-overlay-play{
    width: 100%;
    height: 100%;
    background: url(https://rotorazer.in/wp-content/uploads/2024/09/1b3016d53cf59e2e53d02a3f933b9bd8.png) 0% 0% / cover;
}
.green-home-video-qst .mejs-overlay.mejs-layer.mejs-overlay-play{
    width: 100%;
    height: 100%;
    background: url(https://rotorazer.in/wp-content/uploads/2024/09/Layer-2-1.png) 0% 0% / cover;
}
.green-up.green-price-3007 b{
    font-weight: 500;
}
.custom-headerprod-aff .db-block a.button{
    display: unset !important;
}
.postid-16066408 #no_thanks{
    display: none !important;
}
.aff-variation-price *,
.aff-variation-price span.red-txt{
    font-size: 22px !important;
font-weight: 500 !important;
}
/* PDP Page CSS  */
.custom-text-above-title{
    width:100%;
    text-align:left;
    margin:15px !important;
    color:#417D59 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
  }
  .view-less-text, .view-all-text{
    color:#417D59;
  }
  .wc-deposits-option{
    width:100%;
    max-width:100% !important;
    margin:10px !important;
  }
  .wc-deposits-option label{
    border-radius: 5px !important;
    width:100% !important;
    max-width:100% !important;
  }
  form.cart .single_add_to_cart_button{
    color:#ffffff !important;
  }
  .rtwpvg-thumbnail-image{
    margin:15px !important;
    border:1.5px solid #E8E8E8;
  }
  .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image{
    opacity:1;
  }
  .product-footer #navMenus .active,
.product-footer .tab-content .aff-slider-header{
  background:#417D59;
}
.product-footer #navMenus li,
.product-footer .tab-content .aff-slider-header p{
  color:#fff;
}
.product-footer #navMenus li.active
{
  color:#F2C94C !important;
}
.product-footer .product-link ul li{
  background: none;
  list-style-type:disc;
}
.product-footer .product-link ul li::marker{
  color:#417D59;
  font-size:22px;
}
.aff-testi-boxx .test-heading,
.aff-testimoinal h3,
.custom-headerprod-aff span.red-txt{
  color:#417D59;
}
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
p.green-home-banner-key {
    font-size: 68px !important;
    font-family: "Kalam", cursive !important;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-7.17deg);
}
.green-home-pd .section-title-main{
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
    text-transform: uppercase;
}
.mejs-overlay-button{
    background: url(https://rotorazer.in/wp-content/uploads/2024/09/Subtract.svg) no-repeat !important;
    background-size: contain !important;
    width: 100px !important;
    height: 100px !important;
}
.green-home-video-sec .mejs-overlay-button{
    width: 35px !important;
    height: 35px !important;
}
.green-font-overpass .font32{
    font-size: 32px !important;
    font-weight: 700 !important;
}
.green-font-overpass .font20{
    font-size: 20px !important;
    font-weight: 500 !important;
}
.green-font-overpass.font26{
    font-size: 26px !important;
    font-weight: 700 !important;
}
.tab-aff .tab-links .container{
    padding: 0 30px !important;
}
.product-summary .price{
    display: none;
}
.product-footer #navMenus li.active{
    margin-top: -10px !important;
    height: 61px;
}
.w-bottom-bar-lower div{
    background-color: #417D59 !important;
}
.aff-testimoinal{
    background-color: #E3F1E9;
}
.product_title .entry-title{
    font-weight: 900 !important;
    font-size: 36px !important;
}
.product-info .prd-rating{
    font-size: 12.181px !important;
    font-weight: 500 !important;
}
input#no_thanks{
    padding-top: 0 !important;
}
input#no_thanks:hover , #no_thanks:hover {
    background: #F2C94C;
    color: #000;
    padding-top: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
a#no_thanks:hover {margin:20px;padding:20px;}
.product-main{
    padding-bottom: 0 !important;
}
.postid-16066408 .media-saw-model,
.postid-16066410 .media-saw-model{
    display: none;
}

.postid-16066410 form.cart #no_thanks,
#product-16066412 form.cart #no_thanks,
#product-16101596 form.cart #no_thanks,
#product-16066412 .custom-text-above-title,
#product-16066408 .custom-text-above-title,
#product-16066410 .custom-text-above-title,
#product-16101596 .custom-text-above-title,
#product-16066410 .prd-rating,
#product-16066412 .prd-rating{
    display: none !important;
}
.postid-16066410 form.cart .single_add_to_cart_button,
.postid-16066412 form.cart .single_add_to_cart_button
{
    background: #F0C845 !important;
    color: #000 !important;
}
.product-features ul *,
.product-features ul li p{
    font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
}
#product-16066408{
    padding-top: 50px !important;
}
.green-testimonial h3,
.green-testimonial p.green-font-overpass{
    font-family: "Overpass", sans-serif !important;
}
#product-16066412 .product-info.summary p{
    color: #2A2A2A;
    font-family: "Overpass", sans-serif !important;
    font-size: 20.301px;
    font-weight: 500;
    width: 400px;
    padding-left: 15px;
}
#product-16066412 .product-info.summary .product_title{
    width: 400px;
}
.product-summary p.firstLine{
    font-size: 20.301px;
font-style: normal;
font-weight: 500;
}
.gr-mobile{
    display: none;
}
.gr-desktop{
    display: flex;
}
.compare-img figure{
    position: relative;
    display: inline-block;
}
.compare-img figcaption {
    position: absolute;
    bottom: 87px; 
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px; 
    border-radius: 4px;
    text-align: center;
    background: #F2C94C;
    color: var(--Dark-Grey, #2A2A2A);
    text-align: center;
    font-family: Overpass;
    font-size: 34.432px;
    font-style: normal;
    font-weight: 700;
    width: 207px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-order-received table.order_details tfoot td, .woocommerce-order-received table.order_details tfoot th
{
    font-weight: 700;
}
.aff-imag figure img{
    height: 700px;
}
.compare-img .imgDiv{
    justify-content: center;
}
.qty-btn{
    padding: 0 0 10px 15px;
}
.wps_upsell_quantity_input{
    border: 1px solid #000 !important;
    background-color: transparent !important;
    width: 85px !important;
}
/* Code added by Manoj*/
.dashboard-links a {
    background: #F2C94C;
    color: #2A2A2A;
font-family: Overpass !important;
font-size: 14.333px !important;
font-style: normal;
font-weight: 700 !important;
}
.dashboard-links a:hover{
        background-color: #417d59;
}
.woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-content p{
    color: var(--Dark-Grey, #2A2A2A);
font-family: Overpass;
font-size: 14.333px;
font-style: normal;
/* font-weight: 700; */
line-height: normal;
/*  padding-bottom:24px; */
}
.woocommerce-MyAccount-content a{
    color: #417D59;
}
.account-user{
    color: var(--Dark-Grey, #2A2A2A);
font-family: Overpass;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
    padding-bottom:25px;
}
.account-user .user-id{
    font-style: normal;
}
.woocommerce-account .my-account-header{
    display:none;
}
.dashboard-links{
    padding-top:25px !important;
}
.woocommerce-MyAccount-content p:first-of-type{
    color: #2A2A2A;
font-family: "Saira Condensed";
font-size: 36.542px !important;
font-style: normal;
font-weight: 500;
line-height: 34.361px; /* 94.033% */
padding-bottom:24px;
}
.woocommerce-MyAccount-content p:first-of-type{
    font-weight: 500;
    font-family: "Saira Condensed" !important;
}
.woocommerce-MyAccount-content p:first-of-type strong{
    font-weight: 900;
    font-family: "Saira Condensed" !important;
}
.message-container.success-color{
    color: #2A2A2A;
}
.page-wrapper.my-account{
    padding-bottom:80px;
}
.page-wrapper.my-account .woocommerce{
    background:#E3F1E9;
}
.woocommerce-message.message-wrapper{
    background:transparent;
    text-align:left;
    padding-bottom:30px !important;
}
.user-mnl-title{
    color: #2A2A2A;
font-family: "Saira Condensed";
font-size: 36.542px !important;
font-style: normal;
font-weight: 900;
line-height: 34.361px; /* 94.033% */
    padding-left:10px;
}
.user-mnl-btn .col-inner{
    display:flex;
    gap:24px;
}
li.woocommerce-MyAccount-navigation-link a{
    font-family: Overpass !important;
}
.user-mnl-btn a{
    color: var(--Dark-Grey, #2A2A2A);
font-family: Overpass;
font-size: 14.333px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 348px;
}
.user-mnl-btn .icon-user:before{
    content:url('https://rotorazer.in/wp-content/uploads/2024/09/Vector.svg');
}
.page-id-18244 h5.wp-block-heading,
.page-id-2783 .upsel-price-wrap p{
    color: var(--RR-Green, #417D59) !important;
    font-family: "Overpass", sans-serif !important;
font-size: 20.301px !important;
font-style: normal;
font-weight: 500 !important;
line-height: 191.6%;
letter-spacing: 0.203px;
}
.page-id-18244 .qty-btn{
    padding: 15px;
}
.page-id-18244 .upsell-blade-sec1 .product-content h3{
    padding: 0 15px 15px 15px;
}
.page-id-18244 .upsell-blade-sec1 .product-content h3,
.page-id-2783 .ofr-prdct-dtl h2{
    color: #2A2A2A !important;
    font-family: "Saira Condensed" !important;
    font-size: 36.542px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 34.361px;
    text-transform: uppercase;
}
.page-id-18244 .cart-btn-wrapper a,
.page-id-2783 .cart-btn-wrapper a,
.page-id-2783 .upsel-btn-wrap a{
    color: var(--Dark-Grey, #2A2A2A) !important;
    text-align: center;
    font-family: "Overpass", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
    width: 527px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-transform: uppercase;
}
.page-id-18244 .custom-mrgn,
.page-id-2783 .ofr-prdct-dtl p.upsell-drill-set-p,
.page-id-2783 a.great-ofr{
    color: #2A2A2A !important;
    font-family: "Overpass", sans-serif !important;
    font-size: 20.301px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: 0.203px;
    text-transform: unset;
}
.page-id-18244 .product-features{
    color: var(--Black, #000) !important;
    font-family: "Overpass", sans-serif !important;
font-size: 14.211px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 22.331px; /* 157.143% */
}
#no_thanks{
    text-transform: capitalize !important;
    color: #2A2A2A !important;
text-align: center !important;
font-family: "Overpass", sans-serif !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 22px; 
}
.green-pdp.product-features ul li{
    padding: 5px 0 !important;
}
.view-less-text, .view-all-text{
    margin: 0 !important;
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .wc-deposits-option{
        flex-direction: column;
        margin: 0 !important;
    }
    .wc-deposits-option li{
        width: 100% !important;
    }
    .compare-img .imgDiv{
        flex-direction: column;
    }
    .compare-img .imgDiv img{
        width: 100%;
    }
    .product-link ul,
    #tabs-2 .product-link ul {
        margin: 0 60px !important;
    }
    .product-link ul li{
        padding-left: 0 !important;
    }
    .shrt-wrap p{
        font-size: 26px !important;
    }
    .green-text-below-img h3{
        font-size: 11px !important;
    }
    .gr-mobile{
        display: unset;
    }
    .gr-desktop{
        display: none;
    }
    .user-mnl-btn .col-inner{
        flex-direction: column;
    }
    .page-id-18244 .cart-btn-wrapper a, .page-id-2783 .cart-btn-wrapper a, .page-id-2783 .upsel-btn-wrap a{
        width: 100% !important;
    }
    
}

@media only screen and (max-width: 767px) {
    .banner_diyer {
        bottom: 55% !important;
    }
    .banner_button {
        bottom: 25% !important;
    }
}

@media screen and (max-width: 549px) {
    .y15 {
 top: 15%;
    }
    .y95 {
        bottom: 20%;
    }
}
@media only screen and (max-width: 767px) {
    .banner_diyer {
    bottom: 50% !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner_button {
 bottom: 10% !important;
    }
}
@media screen and (max-width: 549px) {
    .y95 {
   bottom: 12%;
    }
}
@media screen and (max-width: 767px) { 
    #image_1426526807 { width: 35%!important }
    #image_514417857 { width: 7%; }
    .aff-testimoinal h3, .aff-testimoinal h4 {
        margin: 0 !important;
    }
    .aff-testimoinal {
        padding-bottom: 0 !important;
    }
}

.faqs-main-section{
    max-width:1080px;
    padding:63px 20px !important;
    align-self:center;
    margin:auto;
}
.faqs-title{
    color: #2A2A2A !important;
    font-family: "Saira Condensed" !important;
    font-size: 36.542px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 34.361px; /* 94.033% */
}
.faqs-stack-sec{
    padding:13px 0 !important;
}
.faqs-question{
    color: var(--RR-Green, #417D59) !important;
    font-family: "Overpass", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.22px;
    text-transform: uppercase !important;
}
.faqs-answer{
    color: #2A2A2A !important;
    font-family: "Overpass", sans-serif !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}
.faqs-answer a{
    color: #417D59 !important;
}
#product-16066408 .shrt-wrap{
    display: none !important;
}
#product-16066408 .aff-testimoinal{
    margin-bottom: 63px !important;
}


#wc-cybersource-credit-card-expiry {
    height: 45px !important;
}
#wc-cybersource-credit-card-account-number-hosted {
    margin-bottom: 10px !important;
}

h3.section-title.section-title-normal {padding-top:50px;}

@media only screen and (max-width: 767px){
.section-title.section-title-normal {padding-top:unset !important;padding-left:15px;}
}

p.tariff{font-size: 14px !important;}

.woocommerce-terms-and-conditions-checkbox-text + .required {display: none;}
.woocommerce-terms-and-conditions-checkbox-text a:last-of-type::after {content: ' *';color: #b20000;}
@media (max-width: 849px) {
    body {
        overflow-x: visible !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .hero-h1 span.section-title-main {
        border-color: transparent !important; 
        border: unset;
        font-size: 85px;
    }
    .page-id-4095 .footer-wdth-sec .row,.page-id-4095 .footer-wdth-sec .gallery {flex-wrap:unset !important}
}

.postid-16139540 .custom-text-above-title {display:none;}
.postid-16139540 .btn-link-up2 {display:none;}
.page-id-3667 .col-buy {max-width: 300px;}
