/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 1.9.7
*/

body, button, input, textarea{
    font-family: "Assistant";
    font-weight: 400;
}
button, input[type='button'], input[type='reset'], input[type='submit'], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    background-color: #C55B40;
}
a.linkText, .linkBlockText a{
    color:#C55B40;
    font-weight: bold;
}
a.linkText:hover, .linkBlockText a:hover{
    color:#8d341d;
    font-weight: bold;
}
abbr{
    text-decoration: none;
}

table.cart td.actions button[name='update_cart']{
    background-color: #C55B40;
}
table.cart td.actions .coupon button[type='submit']{
    background-color: #DEB55D;
}
.main-navigation ul ul.sub-menu li{
    min-width: 280px!important;
}
.single-product .summary.entry-summary {
    position:relative;
}
.single-product .content-single-wrapper .onsale{
    display: none;
}
.product-shortcode {
    position: absolute;
    top: -40px;
    left: 0;
    right: -10px;
    margin: auto;
}
.product-shortcode .productOnSale {
    border-top-right-radius: 22px;
}
.productOnSale {
    position: absolute;
    top: 0px;
    right: 0;
    display: flex;
    gap: 4px;
    align-items: center;
    /* background: #DA5B3A; */
    padding: 12px 12px!important;
    border-bottom-left-radius: 20px;
    flex-direction: column;
}
.productOnSale img{
    width: 110px;
}
.productOnSale h3 span {
    font-size: 20px !important;
    display: block;
    font-weight: 900;
    line-height: 21px;
    color: #fff;
    position: relative;
    width: 100%;
}
.productOnSale h3 span::after {
    position: absolute;
    content: '';
    width: calc(100% - 43px);
    height: 2px;
    background: #fff;
    left: 0;
    top: 8px;
}
.productOnSale h2 {
    font-size: 45px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}
.productOnSale h3 {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    text-align: right;
}
.productOnSale .img-top {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.productOnSale .img-bottom {
    position: absolute;
    bottom: -27px;
    right: 0;
}

.category_product_section {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 1%;
    border-radius: 10px;
    border: 1px solid #cecfd0;
}

.category_product_section .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@keyframes spin { from {transform: rotate(0); } to{transform: rotate(359deg);}}
.category_product_section .cart_button a.loading {background: #c55b40;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;z-index: 1;position: relative;border-radius: 50%;}
.category_product_section .cart_button a.loading i{background: transparent;position: relative;}
.category_product_section .cart_button a.loading i::before {content: '';position: absolute;border-radius: 50%;z-index: 1;padding: 2px;left: 0;top: -1px;bottom: 0;right: 0;margin: auto;font-size: 12px;text-align: center;width: 15px;height: 15px;border: 2px dotted #fff;border-top: 3px dotted transparent;border-radius: 50%;animation: spin .5s linear 0s infinite;}

.category_product_section .product_img_section h4 {
    font-size: 30px;
    color: #da5b3a;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 0;
}

.category_product_section:hover img,
.category_product_section:hover .product_img_section h4,
.category_product_section:hover .product_img_section .price {
    filter: blur(5px);
    /* Adjust the blur value as needed */
}


.category_product_section .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffa6;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 10px;
}

.category_product_section:hover .img-overlay {
    height: 100%;
}

.category_product_section .product_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    width: 85%;
}

.category_product_section .product_text h3 {
    color: #da5b3a;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "Assistant", Sans-serif;
}

.category_product_section .product_text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #585959;
    margin-bottom: 15px;
    text-transform: none;
    font-family: "Assistant", Sans-serif;
}


.category_product_section .product_text .price {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0;
    color: #da643d;
    letter-spacing: 0;
    margin-bottom: 20px;
    display: block;
}

.category_product_section .product_text .price bdi {
    font-weight: 500;
}

.category_product_section .prod_btn {
    background: 0 0;
    border: 1px solid #bbbbbb;
    color: #787a7c;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 12px;
    font-weight: 500;
    margin-top: 15px;
    border-radius: 5px;
}

.category_product_section .cart_button {
    position: absolute;
    top: 25px;
    right: 25px;
}

.category_product_section .cart_button a .fa {
    background: #CCC;
    border-radius: 50%;
    padding: 7px;
    color: #C55B40;
    font-size: 16px;
}

.category_product_section .cart_button a .fa:hover {
    background: #C55B40;
    color:#ffffff;
}

.category_product_section .product_price .price {
    font-size: 26px;
    font-family: "Poppins", Sans-serif;
}

.category_product_section .woocommerce-Price-amount.amount {
    color: #585959;
    font-weight: 400;
}
.category_product_section .product_price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    text-align: center;
}
.category_product_section .product_price.price_hover {
    position: revert;
    margin-top: 15px;
}
.category_product_section.shop-small .product_price {
    bottom: 15px;
}
.category_product_section.shop-small .product_price .price {
  font-size: 18px;
  font-family: "Poppins", Sans-serif;
}
.category_product_section.shop-small .product_price h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.category_product_section.shop-small .product_text h3 {
    font-size: 20px;
    line-height: 24px;
}
.category_product_section.shop-small {
    min-height: 300px;
    background: #fff;
}
.category_product_section.shop-small .product_text p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}
.category_product_section.shop-small .product_price.price_hover .price {
    font-size: 20px;
    margin-bottom: 10px;
}
.category_product_section.shop-small .category_product_section .cart_button {
    position: absolute;
    top: 15px;
    right: 15px;
}
.category_product_section.shop-small .cart_button {
    position: absolute;
    top: 15px;
    right: 15px;
}
.category_product_section.shop-small.shop-accessories {
    background: #fff;
}
.widget ul.custom-authors-list li.cat-item {
    padding-left: 0.875em;
    list-style: none;
    margin-bottom: 1em;
    line-height: 1.41575em;
    font-size: 14px;
}

.widget ul.custom-authors-list li.cat-item:before {
    margin-left: -0.875em;
    top: 8px;
    position: relative;
    opacity: 1;
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--light);
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.5407911001em;
    float: left;
    margin-left: -1.1em;
}
@media only screen and (max-width: 450px) {
  .category_product_section.shop-small {
   	 min-height: 350px;
   	 background: #fff;
   }
   .single-product .infoBlock figure {
    max-width: max-content !important;
    height: 70px!important;
    width: auto;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 881px) {
   .category_product_section.shop-small {
    min-height: 350px;
    background: #fff;
}
}
@media only screen and (max-width: 1000px) {
  .category_product_section .product_price {
     bottom: 10px;
  }
}

@media (min-width:768px) and (max-width:991px) {
	.category_product_section .product_price {
		bottom: 10px;
	}
	.category_product_section .product_img_section h4 {
		font-size: 26px;
	}
	.category_product_section .product_price .price {
		font-size: 22px;
	}
	.category_product_section .image {
		height: 320px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 500px) {
  .category_product_section .product_text p {
    font-size: 15px;
  }
  .category_product_section .product_text h3 {
    font-size: 24px;
  }
  .category_product_section .product_text .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
    .category_product_section .product_img_section h4 {
        line-height: 30px;
    }
    .category_product_section .product_price {
        bottom: 5px;
    }
}
@media only screen and (max-width: 450px) {
  .category_product_section .image {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
  }
  .category_product_section .product_img_section h4 {
    font-size: 26px;
  }
}

.single-product #wc-stripe-afterpay-product-msg {
    margin-left: 0 !important;
}
.single-product .AfterpayMessage span, .woocommerce-checkout .AfterpayMessage span {
    font-size: 15px;
    color: #585959!important;
    font-weight: normal;
}
.woocommerce-checkout .AfterpayMessage{
    margin-top: 0!important;
    text-align: left;
    margin-bottom: 0!important;
}
.woocommerce-checkout #wc-stripe-affirm-message-container.StripeElement {
    margin-top: 9px;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway{
    max-width: 100%;
    height: auto;
    z-index: 9;
}
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_ppcp{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_ppcp div{
    width: max-content!important;
}
.single-product #wc-stripe-affirm-product-msg{
    margin-bottom: 0;
}

.post-type-archive-product .smartic-sorting .filter-toggle{ display: none;}
.smartic-handheld-footer-bar .my-account, .site-header-account{ display: none!important;}
.woocommerce-checkout .woocommerce-form-login-toggle{display: none;}
.smartic-handheld-footer-bar {display:none;}
.woocommerce-cart .coupon { display: none !important; }
.woocommerce-order-received .woocommerce-table--order-details thead, .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead{ display: none; }
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr:nth-child(1){ display: none; }
.woocommerce-checkout #shipping_country_field,.woocommerce-checkout #billing_country_field{ display: none;}

.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .checkout_coupon{display: none;}
.woocommerce-checkout .woocommerce-form-coupon-toggle.insider,.woocommerce-checkout .checkout_coupon.coreinsider{display: block;}
.woocommerce-form-coupon-toggle.insider .woocommerce-info{padding:8px;margin-bottom: 0;}
.woocommerce-checkout .checkout_coupon{padding:10px;}
.woocommerce-checkout #order_review #payment{margin-top:18px;}
.woocommerce-checkout #order_review .woocommerce-info{ display: none!important; }
.woocommerce-checkout #order_review .checkout_coupon { display: block!important; }
.woocommerce-checkout .checkout_coupon .form-row-first{width: 60%;}
.woocommerce-checkout #payment .payment_methods > .wc_payment_method{
    border-bottom-color:#bfbfbf
}
.woocommerce-checkout #payment .payment_methods > .wc_payment_method > label{
    padding: unset;
}
.woocommerce-checkout #payment .payment_methods > .wc_payment_method.payment_method_stripe_afterpay{
    padding:0;
}
.woocommerce-checkout #payment .truemed-instructions, .woocommerce-checkout #payment #wc-stripe-afterpay-message-container, .woocommerce-checkout #payment #wc-stripe-affirm-message-container{
    float: right;
}
.woocommerce-checkout #payment #wc-stripe-affirm-message-container{
    margin-top: 0;
    width: 57%;
}
.woocommerce-checkout #payment .truemed-instructions .truemed-entry-link{
    padding: 2px 0;
}

.woocommerce-checkout .place-order .wc-ppcp-checkout-container .paypal-buttons{
    z-index: 9;
}

.main-navigation .menu .elementor-button{ padding:0; line-height:0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{ background-color: #585959;}
.checkout-review-order-table-wrapper .woocommerce-message, .checkout-review-order-table-wrapper .woocommerce-error, .checkout-review-order-table-wrapper .woocommerce-info{ background-color: #ffffff; color:#e2401c; }

.woocommerce-cart .return-to-shop a{
    text-transform: uppercase;
}
.woocommerce-cart .cart_totals{
    border: none;
    padding: 0;
}
.woocommerce-cart .woocommerce-cart-form thead{
    background-color: #E5E5E5;
}
.single-product .infoBlock {
    padding: 30px 0px;
    gap:20px;
    align-items: center;
}
.single-product .infoBlock figure {
    max-width: max-content !important;
    height: 80px;
    width: auto;
}
.single-product .infoBlock figure img {
    height: 100%;
    width: auto;
}
.single-product .smartic-sticky-add-to-cart__content-price ins{
    color: #C55B40;
}
.single-product .smartic-sticky-add-to-cart__content-price{
    flex-direction: row-reverse;
    gap: 5px;
    margin-right: 0;
}
.success-more-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #C55B40;
}
.success-more-info p{
    padding-top: 25px;
    font-size: 25px;
    color: #ffffff;
}
.success-more-info img{
    height: 100px;
    padding: 10px;
}

.woocommerce-checkout #customer_details {
    margin-right: 15px!important;
    width: calc(45% - 15px)!important;
}
.woocommerce-checkout #order_review{
    width: 55%!important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals  td{
    min-width: 280px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals  td label{
    word-break: break-word;
}

.woocommerce-order-received .success-more-info{
    padding: 10px 15px;
}

#floatingdevice { bottom:-300px;}
a.button{ text-transform: uppercase;}

.menu-top-buy{ display: none!important;}

.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout h3#order_review_heading{text-transform: capitalize;}

.faqblock .elementor-tab-content a{
    color: #c55b40;
    font-weight: 700;
}

.single-product .in-stock {
    background: #fff0ec;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    color: #c55b40 !important;
    border: 1px solid #c55b40;
}
.single-product .high-stock{
    display: none;
}
.single-product .low-stock:before{
    display:none !important;
}
.single-product .available-on-backorder {
    background: #ededed;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    color: #c55b40 !important;
    border: 1px solid #b1b1b1;
}

.single-product #wc-stripe-afterpay-product-msg{
    margin-left: 10px;
    color: #000000;
}
.single-product div.product p.price{
    flex-direction: column;
    margin-bottom: 0;
    align-items: start;
}

.single-product div.product p.price #wc-stripe-afterpay-product-msg{
    margin-left: 0;
}

.single-product div.product p.price #wc-stripe-afterpay-product-msg .AfterpayMessage-text{
    margin-right: -6px!important;
    position: relative;
}

.single-product div.product p.price{
    margin-bottom: 10px;
}

.single-product #wc-stripe-afterpay-product-msg .AfterpayMessage-logoSvg{
    height: auto;
}

.single-product .woocommerce-product-details__short-description h4{
    color: #c55b40; font-size: 18px; text-decoration: underline;
}

.single-product .slick-slider button.slick-prev, .slick-slider button.slick-next {
    opacity: 1 !important;
    visibility: visible !important;
}

.single-product .mfp-close {
    background-color: transparent !important;
}

#tab-description .comparison {
    position: relative;
    display: block;
    margin-top: 50px;
}
#tab-description .comparison:after {
    position: absolute;
    width: 200px;
    height: 3px;
    display: block;
    background: #c55b40;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.woocommerce-cart .wc-stripe-payment-method.payment_method_stripe_applepay {
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 0 0;
}
.woocommerce-cart .wc-stripe-payment-method.payment_method_stripe_applepay .apple-pay-button,
.woocommerce-cart .wc-stripe-payment-method.payment_method_stripe_googlepay .gpay-button {
    padding: 10px;
}
.woocommerce-cart .wc-stripe-payment-method.payment_method_stripe_googlepay {
    width: calc(50% - 10px);
    float: right;
}

.woocommerce-checkout #order_review .cart_item .product-name{
    display: flex;
    width: max-content;
    align-items: center;
}

.woocommerce-checkout .wc-stripe-banner-checkout {
	max-width: max-content!important;
    margin: 20px auto;
}
.woocommerce-checkout .wc_stripe_checkout_banner_gateways {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap!important; gap:15px;
}
.woocommerce-checkout .wc-stripe-checkout-banner-gateway.banner_payment_method_stripe_googlepay, .woocommerce-checkout .wc-stripe-checkout-banner-gateway.banner_payment_method_stripe_applepay {
    min-width: 150px;
    margin: 0 !important;
}
.woocommerce-checkout .wc-stripe-checkout-banner-gateway .gpay-button, .woocommerce-checkout .wc-stripe-checkout-banner-gateway .apple-pay-button {
    padding:10px
}

.woocommerce-checkout .wc-stripe-checkout-banner-gateway.banner_payment_method_stripe_googlepay .gpay-card-info-container {
    height: 40px;
    min-width: 150px;
    padding: unset;
}
.woocommerce-checkout .wc-stripe-checkout-banner-gateway.banner_payment_method_stripe_googlepay .gpay-card-info-container-fill {
    display:flex;
}

/* .woocommerce-checkout #payment .wc-stripe-card-icons-container img{ display: none;} */

.woocommerce-checkout .wc-stripe-gateway-desc{ margin-bottom: 15px; margin-top: 0px; }
.woocommerce-checkout #payment .wc_payment_method.payment_method_stripe_applepay, .woocommerce-checkout #payment .wc_payment_method.payment_method_stripe_googlepay{ display: none!important;}

.woocommerce-checkout #payment .payment_method_stripe_afterpay label{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.woocommerce-checkout #payment .payment_method_stripe_truemed label{
    display: flex;
    align-items: center;
}
.woocommerce-checkout #payment .payment_method_stripe_afterpay label img, .woocommerce-checkout #payment .payment_method_stripe_truemed label img{
    margin-left: auto;
}

.woocommerce-checkout #payment #wc-stripe-afterpay-msg .AfterpayMessage-text{
    margin-right: -7px!important;
    position: relative;
}

.page-id-556 .elementor-accordion .elementor-accordion-item {
 margin-bottom: 0px !important;
}
.page-id-556 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon i {
 background-color: transparent;
 color: var(--accent) !important;
 padding: initial;
 border-radius: 5px;
 font-size: 1rem !important;
 text-align: left;
}
.page-id-556 .elementor-accordion .elementor-accordion-item .elementor-tab-title a{
 color: #585959 !important;
}

#billing_phone_field .phonevalidate.error{color:red;margin:5px}
#billing_phone_field .phonevalidate.success{color:green;margin:5px}

#customer_details #hubwoo_checkout_marketing_optin_field .optional{display: none!important;}

.blog-grid .post-thumbnail .categories-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
}

.hubspotPopupForm .dialog-message.dialog-lightbox-message {
    /* width: 1000px !important; */
    height: calc(100vh - 60px) !important;
    max-width: 660px !important;
    width: 100% !important;
}
.hubspotPopupForm .dialog-message .elementor-widget-wrap.elementor-element-populated {
    padding: 30px !important;
}
.hubspotFormProvider .hs-error-msgs {
    color: #df1b41;
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 0.93rem;
}
.hubspotFormProvider input.invalid.error {
    color: #df1b41;
    border-color: #df1b41;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px #df1b41;
}
.hubspotFormProvider ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hubspotFormProvider ul li.hs-form-checkbox .hs-form-checkbox-display {
    display: flex;
    gap: 7px;
}
.hubspotFormProvider .hs-form-private {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: start;
    align-items: start;
}
.hubspotFormProvider span {
    color: #000;
}
.hubspotFormProvider .hs-fieldtype-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hubspotFormProvider .hs_submit.hs-submit , .hubspotFormProvider .hs_error_rollup{
    align-self: end;
}
.hubspotFormProvider form > div {
    flex-grow: 1;
}
.hubspotFormProvider input[type='text'],.hubspotFormProvider input[type='number'],.hubspotFormProvider input[type='email'],.hubspotFormProvider input[type='tel'],.hubspotFormProvider input[type='url'],.hubspotFormProvider input[type='password'],.hubspotFormProvider input[type='search'],.hubspotFormProvider textarea,.hubspotFormProvider .input-text {
    width: 100%;
}
.hubspotFormProvider select {
    padding: calc(1.1em - 2px) 1em !important;
    background-color: var(--background) !important;
    color: var(--text) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--border) !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-weight: normal !important;
    border-radius: 4px !important;
    outline: 0 !important;
    transition: all ease-in-out 0.3s;
    font-size: 14px !important;
    font-family: "Assistant"!important;
}

.hubspotPopupForm > .dialog-widget-content.dialog-lightbox-widget-content {
    max-width: calc(100% - 60px) !important;
}

.hubspotpartnership fieldset .hs-input {
    width: 100% !important;
    margin: 0 !important;
}
.hubspotpartnership fieldset {
    display: flex;
    width: 100%;
    max-width: 100% !important;
    flex-wrap: wrap;
    gap: 10px;
}
.hubspotpartnership fieldset > div {
    width: 100% !important;
}
.hubspotpartnership .hs-submit, .hubspotFormProvider .hs-submit,.hubspotpartnership .hs_error_rollup, .hubspotFormProvider .hs_error_rollup{
    display: flex;
    flex: 100%;
}
.hubspotpartnership .hs-error-msgs {
    margin: 0 !important;
}

.ShopPriceBlock > .elementor-container > .elementor-inner-column{
    width: max-content !important;
    margin: auto
}

.shopnowprice del {
    text-decoration: line-through;
    font-size: 30px;
}
.shopnowprice {
    font-family: "Assistant", sans-serif;
    color: #585959;
    font-size: 38px;
    font-weight: 600;
    text-align: right;
    line-height: 37px!important;
}

.learnmore-wrap {
    width: 100% !important;
    padding: 10px;
}

.homepage_wellness_innertext{min-height: 154px;}


.backedbyresearch .titleBlock{min-height: 80px; align-content:center; }
.backedbyresearch .blockWrap {
    margin-bottom: 30px;
}
.backedbyresearch .blockWrap .elementor-widget-wrap {
    position: relative;
    height: 100%;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
.backedbyresearch .btnBlock {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
}
.naturallyderived .naturally.hoveractive{
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.naturallyderived .naturally{
    transition: transform 0.3s ease;
}
/* .backedbyresearch .subtitleBlock{min-height: 75px;}
.backedbyresearch .contentBlock{min-height:328px;}
.backedbyresearch .contentCustomBlock{min-height: 350px;} */

/* variation */
.single-product div.product span.price {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  line-height: 1;
}
.radioVariationProduct .singleVariant.selected {
    border-width: 2px;
    border-left: 6px solid #c55b40;
    box-shadow: rgb(197 91 64 / 5%) 0px 3px 6px, rgb(197 91 64 / 27%) 0px 3px 6px;
    transform: translateY(-2px);
}
.radioVariationProduct .singleVariant {
  border: 1px solid #c55b40;
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.radioVariationProduct  .singleVariant label {
  font-weight: 600;
  color: #000;
  font-size: 17px;
}
.radioVariationProduct  .singleVariant input {
  width: 22px;
  height: 22px;
}
.radioVariationProduct   del .woocommerce-Price-amount {
  color: #787878;
  font-size: 18px;
  margin: 0 10px;
}
.radioVariationProduct .singleVariant .optionLabel {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    flex: 0 0 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radioVariationProduct .singleVariant  .optionText {
    width: 64%;
    line-height: 20px;
}
.singleVariant input[type="radio"] {
    display: none;
}
.singleVariant input[type="radio"] + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
}
.singleVariant input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #c55b40;
    border-radius: 50%;
    background-color: white;
    transition: 0.3s;
}

.singleVariant input[type="radio"]:checked + label::before {
  border-color: #c55b40;
  background-color: #fff;
}

.singleVariant input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #c55b40;
    border-radius: 50%;
}
.single-product .flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider {
    z-index: 0;
}
.single-product div.product .product_title{
    margin-bottom: 5px;
}
.single-product .product-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #585959;
    margin-bottom: 5px;
    font-family: "Poppins", Sans-serif;
}
.single-product .singleVariant .variantcustomText{
    font-size: 14px;
    font-weight: 400;
}
.single-product .summary .yotpo-sr-bottom-line-text{
    font-size: 14px !important;
    padding-top: 0 !important;
}
.single-product .summary .QABottomLine{
    display: none;
}
.single-product div.product .summary p.price{
    font-size: 25px;
}
.single-product .summary .cart .single_add_to_cart_button{
    border-radius: 4px 4px 4px 4px;
}
.single-product .summary .cart .single_add_to_cart_button[name="add-to-cart"] {
    background-color: #585959;
    margin-left: 10px;
}
.single-product .summary .cart .single_add_to_cart_button{
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.single-product .summary .cart .smartic-buy-now-button:hover{
    background-color: #C55B40;
}
.single-product div.product .woocommerce-product-details__short-description{
    margin-bottom: 5px;
}
.single-product div.product .woocommerce-product-details__short-description p{
    margin: 0 0 7px;
}
.single-product div.product .woocommerce-product-details__short-description ul{
    margin-bottom: 7px;
}
.single-product .summary #wc-stripe-affirm-product-msg{
    width: 100%;
}
.single-product .summary .paymentOptions{
    margin-top: 5px;
}
.single-product .summary .paymentOptions a{
    color:#C55B40;
}
.single-product .summary .paymentOptions a:hover{
    color:black;
}
.single-product .summary .paymentOptionsContainer{
    width: 100%;
    padding: 4px 0px 0px 20px;
    border: 2px solid #eee;
    margin-top: 5px;
}
.single-product .subtTextGallery {
    text-align: center;
    padding-bottom: 12px;
    max-width: 380px;
    margin: 0 auto;
}
.single-product div.product form.cart{
    padding:0;
    border:none;
}
.woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

.product_list_heading h3 {
    color: #C55B40;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product_list_section {
    margin-bottom: 20px;
    gap: 15px;
}
.product_list_heading p {
    font-size: 16px;
    color: #585959;
    word-break: break-word !important;
}
.single-product div.product table.variations .reset_variations {
    display: none !important;
}

.radioVariationProduct   ins .woocommerce-Price-amount {
  color: #C55B40;
  font-size: 18px;
}
.single-product .up-sells .onsale, .woocommerce-cart .cross-sells .onsale{
    display: none;
}
.single-product .up-sells .products .price, .woocommerce-cart .cross-sells .products .price {
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
}
.single-product .up-sells .woocommerce-loop-product__title a, .woocommerce-cart .cross-sells .woocommerce-loop-product__title a {
    font-size: 18px;
    font-weight: 700;
}
.single-product .up-sells.products .product-block .product-caption {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* next prev navigation for gallery */
.single-product .woocommerce-product-gallery {
    position: relative;
}
.single-product .flex-direction-nav {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-product .flex-nav-prev {
    float: left;
    margin-left: 10px;
}
.single-product .flex-nav-next {
    float: right;
    margin-right: 10px;
}
.single-product .flex-nav-prev, .single-product .flex-nav-next {
    visibility: hidden;
}
.single-product .flex-prev::before {
    visibility: visible;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #585959;
}
.single-product .flex-next::after {
    visibility: visible;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #585959;
}
.single-product .woocommerce-product-gallery__image a:-webkit-any-link {
    cursor: auto;
}
.single-product .woocommerce-product-gallery__trigger {
    cursor: pointer;
}

.single-product #page .site-content {
    margin-top: 2rem;
}

.single-product .woocommerce-tabs ul.tabs li a, .single-product .up-sells.upsells.products h2, .single-product .woocommerce-tabs .woocommerce-Tabs-panel .comparison, .woocommerce-cart .cross-sells h2 {
    color: #C55B40 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 1.618em;
    font-weight: 400;
}
.woocommerce-cart .cross-sells h2 {
    margin-bottom: 1.4em;
    text-align: center;
}
.single-product .woocommerce-tabs .description_tab a {
    padding-bottom: 0px !important;
}
.single-product .woocommerce-tabs ul.tabs li a:after {
   background-color: transparent;
}
.single-product .woocommerce-tabs ul.tabs {
    border-bottom: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-top: 0;
    padding-bottom: 20px;
}
.single-product .woocommerce-tabs{
    margin-bottom: 30px;
}
.single-product .woocommerce-tabs h2.tab-description{
    display: none;
}
/* show hide short description */
.woocommerce-product-details__short-description .shortDescriptionBlock {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.woocommerce-product-details__short-description .shortDescriptionBlock.expanded {
    max-height: 100%;
}

.woocommerce-product-details__short-description .btn_hide_show {
  margin-top: 10px;
  cursor: pointer;
  background-color: transparent;
  color: #C55B40;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce-product-details__short-description .shortDescriptionBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.85));
  transition: opacity 200ms ease-out;
}
.woocommerce-product-details__short-description .shortDescriptionBlock.expanded::after {
  background: transparent;
}
.woocommerce-product-details__short-description .btn.btn_hide_show.active {
  margin-top: 0;
}
.woocommerce-product-details__short-description .btn.btn_hide_show.focus, .woocommerce-product-details__short-description .btn.btn_hide_show:focus {
    outline: 0;
    box-shadow: none;
}

.woocommerce-product-details__short-description .btn_hide_show .btn-text{
    text-decoration: underline;
}
.woocommerce-product-details__short-description .btn-icon {
    transition: transform 0.3s ease-in-out;
    margin-left: 5px;
}

.woocommerce-product-details__short-description .btn_hide_show.active .btn-icon {
    transform: rotate(180deg); /* Rotate arrow */
}
#order_review .checkout-review-order-table-wrapper .shop_table .cart_item .product-name {
    width: auto;
}
.woocommerce-cart-form .shop_table .cart_item .product-name a, .woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td {
  word-break: break-word;
}
.woocommerce-cart .woocommerce-cart-form .product-price del{
    margin-right: 8px;
}
.woocommerce-cart .woocommerce-cart-form .product-price del .woocommerce-Price-amount{
    font-weight: 400;
}

.page-id-8 .woocommerce-message{
    margin-top: 2em;
}
.woocommerce-cart table.cart{
    margin: auto;
}
.woocommerce-cart .cross-sells{
    width: 100%;
}

#post-navigation .nav-previous .nav-content, #post-navigation .nav-next .nav-content{
    display: block;
}
@media only screen and (max-width: 380px) {
.nootrpicsinfo {
  background-position: 0px 680px !important;
  padding: 0px 0px 320px 0px !important;
}
}
@media (max-width:1150px) {
    .productOnSale img{
        width: 100px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1920px){
    .single-product div.product .summary {
        float: right;
        width: 42%;
    }
}
@media only screen and (max-width: 1360px) {
    .headnav .main-navigation ul.menu li.menu-item > a {
        padding: 0.5em 15px !important;
    }
}
@media only screen and (max-width: 1024px){
	.homepage_wellness_innertext {
  		min-height: auto;
	}
}

@media only screen and (max-width: 767px) {
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_ppcp, .woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways{
    flex-direction: column;
}
.woocommerce-checkout #payment #wc-stripe-afterpay-message-container{
    width: 60%;
}

.woocommerce-tabs .resp-accordion.tab-description.active::before {
  display: none;
}
}

@media only screen and (max-width: 370px) {
	.product_list_heading p {
    	     font-size: 13px;
    }
}

@media only screen and (max-width: 420px) {
	.product_list_heading h3 {
   	   font-size: 22px;
           margin-bottom: 5px;
       }
	.product_list_heading p {
    	     font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .product_list_section {
        flex-direction: column-reverse;
        text-align: center;
        gap: 5px;
   }
  .product_list_section .product_list_image {
      max-width: 50%;
   }
}

/* @media only screen and (max-width: 768px) {
.radioVariationProduct .singleVariant .optionLabel {
  align-items: start;
  flex-direction: column;
}
.radioVariationProduct .singleVariant .optionText {
  width: 100%;
  line-height: 20px;
}
} */

@media only screen and (max-width: 480px) {
.radioVariationProduct del .woocommerce-Price-amount {
  color: #787878;
  font-size: 16px;
  margin: 0 10px;
}
.optionText {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  word-spacing: unset;
}
.radioVariationProduct .singleVariant .optionText {
  width: 100%;
  line-height: 20px;
}
.radioVariationProduct ins .woocommerce-Price-amount {
  color: #C55B40;
  font-size: 16px;
}
.radioVariationProduct .singleVariant .optionLabel {
  align-items: start;
  flex-direction: column;
}
}

@media (max-width: 767px) and (min-width: 550px) {
    .productOnSale img{
        width: 110px;
    }
}
@media (max-width: 549px) {
    .productOnSale img{
        width: 100px;
    }
}

@media (max-width:1199px) {

    .shopnowprice {
        font-size: 31px;
    }
}
@media (max-width:991px) {
    .shopnowprice {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    #floatingdevice { bottom:-210px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    #floatingdevice { bottom:-270px;}
}
@media (min-width: 1920px){
    .vagusnerve-section2{background-size: 1920px; background-repeat: no-repeat;}
}
@media (max-width: 1200px){
    .smartic-mobile-nav .menu-top-buy{ display: block!important; background-color: #C55B40; }
    #floatingdevice { bottom:-140px;}
}
@media (min-width: 911px){
.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    }
.woocommerce-cart .cart-collaterals {
    width: 25%;
    }
.woocommerce-checkout #order_review .cart_item .product-name .input-text.qty{
    padding: 13.5px 10px 13.5px 23px !important;
    }
}
@media (max-width: 991px){
    .woocommerce-checkout #customer_details {
        margin-right: 0!important;
        width: 100%!important;
    }
    .woocommerce-checkout #order_review{
        width: 100%!important;
    }
}
@media (max-width: 767px){
    .single-product .summary .cart{
        justify-content: end;
    }
    .single-product .summary .cart .single_add_to_cart_button {
        min-width: 190px;
    }
    .woocommerce-checkout #order_review{
        padding: 20px 15px 40px!important;
    }
    .woocommerce-checkout #order_review .checkout-review-order-table-wrapper{
        padding: 0!important;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals  td{
        min-width: auto;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals  td bdi{
        display: inline-block;
        width: max-content;
    }
    .woocommerce-order-received .success-more-info{
        text-align: center;
    }
    #floatingdevice { bottom:-500px; max-width: 230px;right:0!important;left:0;margin:auto;}
}

@media (min-width: 768px){
.woocommerce-cart .woocommerce-cart-form {
        margin-bottom: 0;
    }
.main-navigation ul.menu > li.menu-item-has-children > a::after {
    content: '';
}
.single-product .summary .cart .single_add_to_cart_button{
    min-width: 170px;
}
}
@media (min-width: 1201px) {
    .sub-menu-cust > a::after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(45deg);
        right: -3px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .sub-menu-cust > a:hover::after {
        transform: rotate(45deg) !important;
    }
    .main-navigation ul.menu>li.sub-menu-cust.menu-item-has-children:hover>a:after {
        transform: rotate(45deg) !important;
        border-color: #C55B40;
    }
}
@media screen and (min-device-width: 601px) and (max-device-width: 767px) {
    .category_product_section.shop-small .product_price h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}
.category_product_section.shop-small .product_price .price {
  font-size: 26px;
  font-family: "Poppins", Sans-serif;
}
}
@media only screen and (max-width: 600px) {
  .radioVariationProduct .singleVariant {
padding: 7px;
min-height: 60px;
max-height: 60px;
}
.radioVariationProduct .singleVariant .optionLabel {
  margin-left: 0 !important;
flex-direction: initial;
align-items: center;
}
.radioVariationProduct .singleVariant .optionText {
    width: 75%;
    line-height: 20px;
  }
  .radioVariationProduct del .woocommerce-Price-amount {
    color: #787878;
    font-size: 15px;
    margin: 0;
  }
  .radioVariationProduct ins .woocommerce-Price-amount {
    color: #C55B40;
    font-size: 15px;
  }
.radioVariationProduct  .singleVariant .variantcustomText {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 13px;
  padding-top: 3px;
}
.radioVariationProduct .singleVariant  .optionText {
    font-size: 13px;
    line-height: revert;
    word-break: break-all;
    word-spacing: unset;
    line-height: 1.2;
  }
.radioVariationProduct .singleVariant input[type="radio"] + label {
  padding-left: 30px;
}
.radioVariationProduct .singleVariant input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
}
.radioVariationProduct .singleVariant input[type="radio"]:checked + label::after {
  width: 10px;
  height: 10px;;
}
.radioVariationProduct .singleVariant del {
  display: block;
  line-height: 19px;
}
.single-product .product_cat-products .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
    max-width: 70px !important;
}
.radioVariationProduct .singleVariant .optionLabel .optionPrice {
  margin: auto 0;
}
.category_product_section{
    margin: auto;
}
.category_product_section.shop-small .product_price .price {
    font-size: 20px;
  }
.category_product_section.shop-small .product_price h4 {
  font-size: 20px;
}
.category_product_section .product_price {
    bottom: 10px;
  }
  .category_product_section .product_img_section h4 {
    font-size: 20px;
  }
.category_product_section .product_price .price {
  font-size: 20px;
}
.category_product_section.shop-small .product_price {
  bottom: 10px;
}
/* .category_product_section.shop-small .product_img_section .image {
  width: 75%;
  margin: 0 auto;
} */

}
@media only screen and (max-width: 400px) {
  .single-product .infoBlock figure {
    max-width: max-content !important;
    height: 60px!important;
    width: auto;
}
}

@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 768px) {
    .single-product .infoBlock figure {
       height: auto !important;
       max-width: 70px !important;
    }
  }
}