@media screen and (max-width:767px) {

        img.free_ships {
            width: 93px !important;
            position: static;
        }

        .content {
            top: 50% !important;
            left: 50%  !important;
            width: 85% !important;
        }
        
    }
    @media screen and (min-width:522px) and (max-width:992px) {
        .pay_monthly p{
            width: 400px;
        }
    }


    @media screen and (max-width:992px) {
        .alertnate {
            display: block !important;
        }

        .ordertwo {
            width: 100% !important;
        }
        #fadeandscalenoti{
            width: 100%;
        }

        .content {
            top: 50% !important;
            left: 38%;
        }

    }

    #custom-inline-checkout-container {
        float: right;
        width: 405px;
    }

    .affirm-ala-price {
        margin: 0px 4px;

    }


    .pro_des_detail p {
        color: #000 !important;
    }

    .breadcrumb_df ul li a{
        padding: 5px !important;
    }
    .affirm-modal-trigger {
        margin-left: 6px;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        /* width: 213px; */
    }

    span.__affirm-logo.__affirm-logo-blue.__ligature__affirm_full_logo__.__processed {
    display: flex;
        width: fit-content;
    }
    .close-btn:hover {
        cursor: pointer;
    }
    .__affirm-logo.__ligature__affirm_full_logo__:after, .__affirm-logo.__ligature__affirm_short_logo__:after
    {
        top: 0;
    }
    .content {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -34%);
        background-color: #fff !important;
        text-align: center !important;
         width: 723px;
        box-shadow: 0 0 40px #000;
        border-radius: 5px;
        padding: 30px 30px 25px 30px;
        box-sizing: border-box;
        z-index: 9999;
        display: none;
    }

    .alertnate {
        margin: 0 auto;
        padding: 0px !important;
    }


    .close-btn {
        position: absolute;
        right: 15px;
        top: 10px;
        color: black;
        padding: 4px;
    }

    .fadeandscale_open_bubble {
        display: inline-block;
        background: #ec0908;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        text-align: center;
        margin-left: 6px;
        border: none;
    }

    .free_ships {
        width: 150px;
        position: absolute;
        top: -75px;
    }

    .pro_des_detail {
        overflow: hidden;
    }

    .popup_block {
        max-width: 580px;
        border: 2px solid #ababab;
        position: fixed;
        background-color: #FFF;
        left: 0;
        right: 0;
        top: 15%;
        z-index: 99;
        margin: auto;
        padding: 7px;
    }

    .active {
        visibility: visible !important;
    }

    span.close_btn {
        display: block;
        max-width: 5%;
        float: right;
        line-height: 22px;
        font-size: 21px;
        font-weight: bold;
        color: #7d7d7d;
        cursor: pointer;
    }

    .popup_block input[type=text],
    textarea {
        width: 85%;
        padding: 8px;
        margin: 6px 6px;
        max-width: 100%;
        display: block;
        border: 1px solid #ababab;
        text-align: left;
        min-height: 150px;
    }

    .popup_block input[type=submit] {
        background-color: #2277BD;
        border: none;
        width: 97px;
        color: #fff;
        font-size: 14px;
        padding: 6px 0 4px;
        margin: 10px 5px 5px;
        display: block;
        outline: none;
        background: #2277BD;
        cursor: pointer;
    }

    /* Related Products Section Styles */
    .related-products-heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ec0908;
        color: #333;
    }
    .related-product-info p {
        margin: 0px !important;
        padding: 1px 0px 3px 0px !important;
    }
    .related-products-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .related-product-item {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .related-product-card {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 15px;
        height: 100%;
        transition: all 0.3s ease;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .related-product-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
        border-color: #ec0908;
    }

    .related-product-image {
        text-align: center;
        margin-bottom: 15px;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related-product-image img {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .related-product-card:hover .related-product-image img {
        transform: scale(1.05);
    }

    .related-product-info {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .related-product-info h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        min-height: 48px;
        line-height: 1.4;
    }

    .related-product-info h4 a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .related-product-info h4 a:hover {
        color: #ec0908;
    }

    .related-product-info p {
        color: #666;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .related-product-info .price {
        color: #ec0908;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: auto;
    }

    @media screen and (max-width: 768px) {
        .related-product-item {
            margin-bottom: 20px;
        }

        .related-products-heading {
            font-size: 20px;
        }

        .related-product-card {
            padding: 12px;
        }
    }

    .pro_des_detail tr th,
    .pro_des_detail tr td {
        padding: 3px 7px !important;
        border: 1px solid #000;
    }

    .pro_des_detail table {
        width: 100%;
    }

    .popup_block p {
        padding: 0px 0px 5px 7px;
        margin: 0;
        font-size: 15px;
        text-align: center;
        color: #313131;
        font-family: 'open_sansregular';
        font-size: 15px;
        line-height: 27px;
    }

    .popup_block label {
        color: #000;
    }

    .flbody {
        float: left;
        width: 100%;
    }

    .sldspn {
        color: #EC0908;
        color: #EC0908;
        font-size: 22px;
        font-weight: bold;
    }

    .affirm-modal-trigger {
        font-size: 0;
        margin-left: 6px;
    }

    .affirm-modal-trigger::after {
        content: " Learn how";
        font-size: 15px;
        display: inline-block;
        margin-left: 4px;
    }


    .affirm-as-low-as {
        text-align: right;
        display: inline-flex;
        word-spacing: 0px !important;
        font-size: 16px !important;
    }

    .pay_monthly b {
        font-size: 16px !important;
        color: #ec0908;
    }

    .__affirm-logo.__affirm-logo-blue.__ligature__affirm_full_logo__.__processed {
        margin-left: 6px;
    }

    .available_qtr {
        color: red;
        font-weight: 600;
        font-size: 22px;
    }

    .pro_des_detail.pic_reference p {
        color: #000 !important;
    }

    .inner-body {
        padding: 0px !important;
    }

    .inner-body p {
     /*  color: #fff !important;*/
        padding: 0px;
        margin: 0 auto;
        font-size: 16px;
    }

    .footer {
        /* margin-top: 25px !important; */
    }

    .swap {
        margin-top: 30px;
    }

    p.pic_reference {
        color: #646464 !important;
    }

    .pay_monthly {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.pay_monthly p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: #000 !important;
    margin: 0;
}

.pay_monthly b {
    margin-right: 6px;
}

.__apr_badge {
    font-size: 16px;
    padding: 2px;
    border-radius: 4px;
}

.affirm-ala-price {
    font-weight: 600;
}

.__affirm-logo {
    vertical-align: middle;
}

.affirm-modal-trigger {
    margin-left: 6px;
    font-size: 13px;
    white-space: nowrap;
}


/* Sidebar subcategory toggle (same as listing page) */
.fwd-category-menu,
.fwd-subcat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fwd-cat-item {
    border-bottom: 1px solid #ececec;
}

.fwd-cat-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fwd-cat-link {
    display: block;
    padding: 8px 10px;
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

.fwd-cat-item.has-children > .fwd-cat-link {
    font-weight: 600;
}

.fwd-cat-toggle {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #2b2764;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex: 0 0 28px;
}

.fwd-cat-toggle:hover,
.fwd-cat-toggle[aria-expanded="true"] {
    color: #ec0908;
}

.fwd-cat-toggle[aria-expanded="true"]::before {
    content: "-";
}

.fwd-cat-toggle[aria-expanded="false"]::before {
    content: "+";
}

.fwd-cat-link:hover,
.fwd-cat-link.active {
    color: #ec0908;
    font-weight: 600;
}

.fwd-subcat-list {
    display: none;
    padding: 0 0 10px 20px;
    margin-top: -2px;
}

.fwd-cat-item.is-open > .fwd-subcat-list {
    display: block;
}

.fwd-subcat-list li {
    border-bottom: 0;
}

.fwd-subcat-list li:last-child {
    border-bottom: 0;
}

.fwd-subcat-list .fwd-cat-link {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.4;
    border: 0 !important;
    text-decoration: none;
    color: #000;
}

   .product-share {
    text-align: center;
    margin: 10px;
}
.product-share a.share-btn.share-facebook {
    background: #3b5998;
    color: #fff;
}
.product-share a {
    padding: 3px 9px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 400;
}
a.share-btn.share-twitter {
    background-color: #00aced;
    color: #fff;
}

a.share-btn.share-pinterest {
    background-color: #cb2027;
    color: #fff;
}

.product-share-outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-share-outer .column-1,
.product-share-outer .column-2 {
    width: 50%;
    box-sizing: border-box;
}


@media (max-width: 767px) {
.product-share-outer {
        justify-content: center;
        text-align: center;
    }
    .product-share-outer .column-1,
    .product-share-outer .column-2 {
        width: 100%;
    }

}
.pro_price {
    display: flex;
    gap: 4px;
        padding: 0;
}
