.home-why-mirakle {
    background: url(../images/products/mid-banner-products.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.home-why-mirakle-header h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.home-why-mirakle-header p {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    margin: auto;
}

.home-why-mirakle-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    margin-top: 5rem;
    flex-wrap: nowrap;
    padding-left: 55%;
    position: relative;
}

.home-why-mirakle-text {
    text-align: left;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 15rem;
}

.home-why-mirakle-text h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.product-mirakle-highlight {
    background: #FEB20A;
    color: #fff;
    padding: 1rem 2rem;
    line-height: 1;
    display: inline-block;
    box-shadow: 10px 10px 10px 0px #00000040;
    transform: rotate(0deg);
    transition: all 0.5s ease;
    font-size: 110px;
}

.product-mirakle-highlight:hover {
    transform: rotate(-20deg);
}

.product-why-text-moving {
    position: absolute;
    width: 100%;
    left: 45%;
    z-index: 3;
    font-size: 90px;
}

.custom-home-btn a {
    color: #fff;
}

/* ===== PRODUCT VISUAL ===== */
.home-mirakle-visual {
    position: relative;
    width: 30%;
}

.home-mirakle-pack {
    width: 80%;
    margin: auto;
    z-index: 2;
    position: relative;
}

/* Healthy Facts css */
.helath-tab {
    /* background: #FAEADE; */
    background: #e3d6c0;
}

.helath-tab h4 {
    font-size: 40px;
    font-weight: 500;
}

.helath-tab h2 {
    font-size: 40px;
    font-weight: 800;
}

.helath-tab .nav-tabs {
    background: #FFAD02;
    border-radius: 100px;
    padding: 2rem 4rem 0 4rem;
    border: 12px solid #ebe0d1;
}

.nav-tabs .nav-link.active {
    background: #ffffff !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.helath-tab .nav-tabs .nav-link {
    border: 1px solid #FFAD02 !important;
    border-bottom: none !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    background: #FAEADE;
    font-size: 36px !important;
    font-family: "Antonio";
}

.helath-tab .table-bordered td,
.table-bordered th,
.helath-tab .table thead th {
    border: none !important;
}

.helath-tab .table-bordered thead {
    background: #fff !important;
    border: 1px solid #fff;
}

.helath-tab .table-bordered {
    border: none !important;
}

.helath-tab .table-bordered thead th {
    font-size: 22px;
    font-weight: 600;
}

.helath-tab .table td,
.helath-tab .table th {
    font-size: 18px;
}

.helath-tab .table td {
    padding: 1rem !important;
}

.helath-tab tbody tr:nth-child(odd) {
    background-color: #E3D6C0;
    border: 2px solid #fff;
}

.helath-tab tbody tr:nth-child(even) {
    background-color: #f1ebe0;
    border-left: 2px solid #f1ebe0;
    border-right: 2px solid #f1ebe0;
}

.helath-tab #nav-profile thead tr {
    background-color: #FFFFFF;
}

.product .heat .container h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 2rem 0;
}

.page-template-product-tpl .product .heat .container h2 {
    padding-top: 3.5rem;
    padding-bottom: 0rem;
}

.helath-tab .table tbody th {
    padding: 1rem 2rem !important;
}

.helath-tab .tab-content #nav-home {
    width: 50%;
    left: 8%;
    position: relative;
}

.helath-tab .tab-content #nav-profile {
    left: 8%;
    position: relative;
}

.helath-tab .tab-content #nav-faq {
    left: 2%;
    width: 80%;
    position: relative;
}

.accordion .acc-container:nth-child(odd) .acc-title {
    background-color: #f1ebe0;
}

.accordion .acc-container:nth-child(even) .acc-title {
    background-color: #E3D6C0;
    border-radius: 0px;
    border: 2px solid #fff;
}

.accordion .acc-active.acc-container:nth-child(odd) .acc-title,
.accordion .acc-active.acc-container:nth-child(even) .acc-title {
    background: #fff;
}

.acc-content p {
    position: relative;
    padding-left: 45px;
    /* space for bullet */
    /* margin-bottom: 12px; */
}

.acc-content p::before {
    content: "•";
    position: absolute;
    left: 20px;
    top: 0;
    color: #FFAD02;
    /* yellow color */
    font-size: 30px;
    line-height: 1;
}

.acc-content ol {
    padding-bottom: 15px;
    padding-left: 20px;
}

.acc-active .acc-content {
    padding-bottom: 10px;
}

.accordion .acc-container:last-child .acc-title {
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .button:hover {
    background: url(../images/my-images/home/btn-hover.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* hide after image on hover */
.button.product_type_simple:hover::after {
    display: none;
}

.button.product_type_simple::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.acc-content ul {
    list-style: none !important;
    /* remove default bullets */
    padding-left: 20px;
    /* add some left spacing */
}

.acc-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
}

.acc-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #FFAD02;
    border-radius: 50%;
}

.page-template-product-tpl h2.woocommerce-loop-product__title {
    /* font-size: 20px !important; */
    font-size: 16px !important;
}

/* ============ product detail page css ============================ */

.single-product .sub_content.section-bg-light-1 {
    background: #E3D6C0;
}

.single-product .summary form.cart {
    display: flex;
    gap: 2rem;
}

.single-product .woocommerce .quantity .qty {
    background: #fff;
}

.single-product .woocommerce div.product form.cart .button {
    background-color: transparent !important;
    font-size: 24px;
}

.wsb-button {
    font-weight: 600;
    font-size: 24px;
}

button.wsb-button.js-wsb-add-to-cart::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60%;
    transform: translateX(-60%);
    width: 80px;
    height: 5px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

button.wsb-button.js-wsb-add-to-cart:hover {
    background: url(../images/my-images/home/btn-hover.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* hide after image on hover */
button.wsb-button.js-wsb-add-to-cart:hover::after {
    display: none;
}

.single-product .woocommerce div.product form.cart .button::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* adjust spacing below text */
    left: 55%;
    transform: translateX(-55%);
    width: 80px;
    height: 5px;
    /* height of your image */
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
    /* ensures image fits nicely */
}

.single-product .woocommerce div.product form.cart .button:hover {
    background: url(../images/my-images/home/btn-hover.gif) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

/* hide after image on hover */
.single-product .woocommerce div.product form.cart .button:hover::after {
    display: none;
}

.single-product .woocommerce div.product div.images img {
    border-radius: 20px;
    border: 10px solid #ebe1d2;
}

/* For Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

/* Optional: Make sure they're fully visible and clickable */
input[type=number] {
    -webkit-appearance: number-input;
    appearance: number-input;
}

.single-product li.product.type-product.status-publish.has-post-thumbnail.shipping-taxable.product-type-simple {
    padding: 0px !important;
    border: 10px solid #ebe1d2;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    min-height: 630px;

}

.single-product .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
    border-radius: 25px;
}

.single-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
    /* padding: .5em; */
    padding: 5px;
    top: 0px;
}

.single-product section.related.products h2 {
    /* margin-bottom: 14rem;
    top: 8rem;
    position: relative; */
    font-size: 35px;
    font-weight: 600;
    /* left: -10%; */
}

.single-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15.4px !important;
    left: 0;
}

.single-product .woocommerce ul.products li.product .button,
.page-template-product-tpl .woocommerce a.button {
    /* font-size: 24px; */
    font-size: 22px;
}

section.related.products span.woocommerce-Price-amount.amount,
ul.products.columns-3 .price span.woocommerce-Price-amount.amount {
    /* font-size: 32px; */
    font-size: 27px;
}

.single-product span.woocommerce-Price-amount.amount,
.page-template-product-tpl span.woocommerce-Price-amount.amount {
    font-size: 40px;
}

.single-product .woocommerce-product-details__short-description ul {
    font-size: 20px;
}

.single-product .woocommerce-product-details__short-description ul li {
    padding-bottom: 10px;
}

.single-product form.wpcf7-form.init label {
    color: #000;
    font-size: 18px;
}

.single-product form.wpcf7-form.init {
    padding: 20px 0 0;
}

.single-produc .woocommerce-product-details__short-description p {
    font-size: 18px;
}

.single-product input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.single-product input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
.single-product textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    padding-left: 10px;
    width: 460px;
}

.single-product input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.single-product input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: url(../images/my-images/home/btn-hover.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Target only the submit field paragraph inside the form */
.single-product .wpcf7 form p:last-of-type {
    position: relative;
    display: inline-block;
}

.single-product .wpcf7 form p:last-of-type::after {
    content: "";
    position: absolute;
    bottom: -5px;
    /* space below the button */
    left: 0%;
    transform: translateX(-0%);
    width: 80px;
    height: 5px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.single-product .wpcf7 form p:last-of-type:hover::after {
    display: none;
}

.woocommerce-page ul.products li.product:nth-of-type(3n) {
    margin-right: 0 !important;
}

.single-product h2.related-products-h2 {
    padding-bottom: 3rem;
    padding-top: 4rem;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 18px;
}

.single-product .product-detail-title h1 {
    text-align: center;
    padding: 1rem 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 600;
}

/* swiper arrow style starts */
.mySwiperBanner .swiper-button-next::after,
.mySwiperBanner .swiper-button-prev::after {
    font-size: 2rem !important;
    color: #000;
    position: absolute;
}




/* swiper arrow style ends */

/* product responsive */
@media only screen and (max-width: 320px) {
    .page-template-product-tpl .swiper {
        padding: 0;
    }
}

/* cart page css */
.woofc-action-cart::after,
.woofc-action-checkout::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 55%;
    transform: translateX(-55%);
    width: 70px;
    height: 10px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.woofc-action-cart,
.woofc-action-checkout {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.woofc-action-cart:hover,
.woofc-action-checkout:hover,
.woocommerce button.button:hover {
    background: url(../images/my-images/home/btn-hover.gif) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.woofc-action-cart:hover::after,
.woofc-action-checkout:hover::after,
.woocommerce-cart-form__contents .actions button.button:hover::after,
a.checkout-button.button.alt.wc-forward:hover::after,
.woocommerce-checkout-payment button#place_order:hover::after,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover::after,
.woocommerce button.button:hover::after {
    display: none;
}

.woocommerce-cart-form__contents .actions button.button::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 55%;
    transform: translateX(-55%);
    width: 120px;
    height: 5px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.woocommerce-cart-form__contents .actions button.button:hover,
a.checkout-button.button.alt.wc-forward:hover,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover,
.woocommerce-cart-form__contents .actions button.button:hover {
    background: url(../images/my-images/home/btn-hover.gif) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.woocommerce-cart-form__contents .actions button.button,
.woocommerce-checkout-payment button#place_order,
.cart-collaterals a.checkout-button.button.alt.wc-forward {
    background-color: transparent !important;
    font-size: 24px;
}

a.checkout-button.button.alt.wc-forward::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 10px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.woocommerce-checkout-payment button#place_order::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 55%;
    transform: translateX(-55%);
    width: 90%;
    height: 15px;
    background: url('../images/my-images/home/underline.svg') no-repeat center;
    background-size: contain;
}

.woocommerce-checkout-payment button#place_order:hover {
    background: url(../images/my-images/home/btn-hover.gif) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
    transition: none !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #FFAD02;
}

.shop_table.cart.woocommerce-cart-form__contents thead tr th:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-left: 12px solid #ebe1d2;
}

.shop_table.cart.woocommerce-cart-form__contents thead tr th:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-right: 12px solid #ebe1d2;
}


.shop_table.cart.woocommerce-cart-form__contents thead tr th {
    border-top: 12px solid #ebe1d2;
    border-bottom: 12px solid #ebe1d2;
    font-size: 25px;
    padding: 2rem 0;
}

.shop_table.cart.woocommerce-cart-form__contents a.remove {
    color: #000 !important;
}

.shop_table.cart.woocommerce-cart-form__contents td {
    border: none;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
    border: none;
    border-radius: 100px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background: #fff;
    font-size: 20px;
}

.woocommerce-shipping-calculator a.shipping-calculator-button {
    text-decoration: underline;
}

.shop_table.cart.woocommerce-cart-form__contents td.product-name {
    font-size: 18px;
}

.woofc-share {
    display: none;
}

.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.woocommerce-checkout-payment button#place_order {
    font-size: 24px !important;
}

#cclw_payment_section #place_order:focus,
form.contactFormSec-form button:focus,
.woocommerce-cart-form .coupon button.button:focus,
form#woocommerce-checkout-form-coupon button.button:focus {
    outline: none;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
    padding: 14px;
    font-size: 16px;
}

.orbit-section .moment-card:hover {
    cursor: pointer;
}

.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice {
    font-size: 21px !important;
    padding-top: 20px;
}

/* .woocommerce-cart-form .coupon {
    flex-wrap: wrap;
} */

.woocommerce-cart-form .coupon input#coupon_code,
#woocommerce-checkout-form-coupon input#coupon_code,
.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    font-size: 19px;
    height: 35px;
    width: 200px;
    padding-left: 10px;
}

#woocommerce-checkout-form-coupon p.form-row.form-row-first {
    width: auto;
}

form#woocommerce-checkout-form-coupon {
    display: flex !important;
    flex-wrap: wrap;
}

form#woocommerce-checkout-form-coupon button.button {
    font-size: 20px;
}

.woocommerce form.checkout_coupon .coupon-error-notice,
.woocommerce form.checkout_coupon .coupon-error-notice {
    font-size: 18px !important;
    padding-left: 10px;
}

.woocommerce form.checkout_coupon {
    border: none !important;
}

.woocommerce form.checkout_coupon .form-row-last {
    width: max-content;
}

.page-template-product-tpl .home-banner-text {
    top: 8%;
    transform: translateY(0%);
    gap: 1rem;
}

.page-template-product-tpl .woocommerce ul.products li.product a img,
.single-product .woocommerce ul.products li.product a img {
    height: 410px;
    object-fit: cover;
}

.custom-spinner {
    display: inline-flex;
    align-items: stretch;
    width: 90px;
    height: 40px;
}

.qty-input-wrap input.qty {
    width: 55px;
    border: none;
    text-align: center;
    font-size: 16px;
}

.qty-arrows {
    position: relative;
    width: 20px;
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    top: -45px;
    left: 40px;
}

.qty-arrows span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
    background: #fff;
}

.qty-arrows span:hover {
    background: #eaeaea;
}

.woocommerce-cart-form__cart-item.cart_item .qty-arrows span{
    max-height: 17px;
    margin-top: 5px;
    background: #fcfcfc;
}

.woofc-inner.woofc-cart-area .qty-arrows {
    display: none;
}