.default-address-div {
    width: 100%;
    max-width: 576px;
}

.default-address-div .coupon-code-section span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border: #dcaa15b7 solid 1px;
    background-color: white;
}

.default-address-div .coupon-code-section .coupon-code-cart {
    border: 0;
    font-size: 1.6rem;
    text-transform: capitalize;
}

.shop-detail-page-main .detail-info {
    padding: 0 30px;
}

.product-slider-main {
    margin-right: 10px;
}

.shop-detail-page-main .attr-detail {
    font-size: 16px;
}

.shop-detail-page-main .size-filter.list-filter li a {
    border: 1px solid #dca915;
}

.product-delivery-icons div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

/* .product-delivery-icons div:not(:last-child) {
    margin-right: 10px;
    } */

.product-delivery-icons img {
    margin-right: 12px;
    width: 25px;
}

.product-delivery-icons p {
    font-size: 15px;
    font-weight: 600;
}

.footer-link-widget:not(:last-child) {
    margin-right: 0px;
}

.two-liner-text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.one-liner-text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* login css start here */

.rollmills-modal {
    border-radius: 18px;
    overflow: hidden;
    border: none;
}

/* LEFT SECTION */
.left-box {
    background: rgba(220, 169, 21, 0.32);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-box .tagline {
    font-size: 22px;
    opacity: 0.9;
    margin: 14px 0 48px;
    font-weight: 700;
    color: black;
}

.feature-box {
    /* background: rgba(255, 255, 255, 0.1); */
    background: rgba(255, 216, 118, 0.1);
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 9px 0px inset;
    padding: 28px 18px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(4px);
    transition: 0.3s;
}

.feature-box:hover {
    background: rgba(255, 255, 255, 0.2);
}

.feature-box .emoji {
    font-size: 28px;
}

.feature-box h5 {
    font-size: 17px;
    text-align: center;
    margin: 8px 0 12px;
}

.feature-box p {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

#loginModal img {
    width: 136px;
}

/* RIGHT SECTION */
.right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group-text {
    background: #dca915;
    color: #fff;
    border: none;
}

.form-control:focus {
    border-color: #e0b200;
    box-shadow: 0 0 0 0.2rem rgba(224, 178, 0, 0.35);
}

.btn-login {
    background: #e0b200;
    /* Rollmills golden yellow */
    font-weight: 600;
    padding: 13px 12px;
    border-radius: 10px;
    color: #fff;
    margin-top: 1rem;
}

.btn-login:hover {
    background: #a36f02;
}

.policy-link {
    color: #0b1e39;
    font-weight: 600;
}

.otp-container input {
    height: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.otp-input:focus {
    border-color: #e0b200 !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 178, 0, 0.35);
}

/* login css end here */

@media (max-width: 1200px) {

    .container.shop-detail-page-main,
    .container.footer-strip,
    .container.footer-mid-inner,
    .container.footer-lower {
        padding: 0 2rem;
        max-width: 100%;
    }

    .product-slider-nav-thumbnails {
        display: flex;
        height: fit-content;
        width: 100%;
        overflow: overlay;
    }

    .product-slider-nav-thumbnails .img-card {
        min-width: 85px;
        width: 85px;
    }

    .product-slider-nav-thumbnails .img-card:not(:last-child) {
        margin-right: 10px;
    }

    .page-header.breadcrumb-wrap {
        padding: 8px 20px;
        font-size: 12px;
    }

    .product-slider-main {
        margin-right: 0;
    }

    .shop-detail-page-main .detail-info {
        padding: 0px 10px;
    }

    .shop-detail-page-main .detail-info h2.title-detail {
        font-size: 1.8em;
    }

    .home-page-main .container {
        /* padding: 0 2rem; */
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #loginModal .modal-xl {
        max-width: 1020px;
    }
}

@media (max-width: 992px) {
    .product-delivery-icons {
        margin-bottom: 15px;
    }

    .product-delivery-icons img {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .product-slider-nav-thumbnails .img-card {
        min-width: 80px;
        width: 70px;
    }

    .shop-detail-page-main .detail-info {
        padding: 0px;
    }

    .footer-mid .logo img {
        max-width: 100px;
    }

    .logo.logo-width-1 a img {
        width: 78px;
        min-width: 70px;
    }

    .header-bottom {
        height: fit-content;
    }

    .mobile-category-options .categories-dropdown-active-large {
        margin: 0;
        padding: 15px;
        border-radius: 10px;
        font-size: 16px;
        min-width: 275px;
        margin-top: 10px;
    }

    .mobile-category-options .main-categori-wrap .categori-dropdown-inner {
        min-width: fit-content;
    }

    .mobile-category-options .categories-dropdown-wrap ul li {
        line-height: 48px;
        border-radius: 5px;
        padding: 7px 7px;
        margin: 0 12px 12px 0;
    }

    .mobile-category-options .categories-dropdown-wrap ul li a {
        padding: 5px 5px;
        line-height: 1.2;
        font-size: 13px;
    }

    .sticky-bar.stick .mobile-category-options .categories-dropdown-active-large {
        display: none;
    }

    .mobile-category-options.header-style-1 .select2-container {
        min-width: 130px;
    }

    .mobile-category-options.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        position: relative;
    }

    .mobile-category-options.header-style-1 .select2-container--default .select2-selection--single {
        height: 45px;
        line-height: 45px;
        padding-left: 15px;
        width: 130px;
    }

    .mobile-category-options.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 16px;
        top: 10px;
    }

    .mobile-category-options.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
        top: 13px;
    }

    .mobile-category-options.header-style-1 .search-style-2 form input {
        max-width: 600px;
        margin-left: 5px;
        height: 45px;
        line-height: 45px;
        background-size: 33px;
    }
}

@media (max-width: 576px) {
    .banner-left-icon .banner-icon img {
        width: 36px;
    }

    .banner-left-icon .banner-text h3 {
        font-size: 14px;
    }

    .banner-left-icon .banner-text p {
        font-size: 13px;
    }

    .product-delivery-icons img {
        width: 25px;
        margin-right: 10px;
    }

    .product-delivery-icons p {
        font-size: 12px;
        line-height: 1.2em;
    }

    .detail-info .product-price .current-price {
        font-size: 40px;
    }

    .detail-info .product-price .old-price {
        font-size: 20px;
    }

    .detail-info .product-price {
        margin: 6px 0 20px;
    }
}


/* Compact mobile layout for login left-box cards */
@media (max-width: 768px) {

    /* Remove horizontal scroll */
    .left-box {
        overflow-x: hidden !important;
        padding: 20px 10px !important;
    }

    .left-box .tagline {
        margin: 8px !important;
    }

    .left-box .d-flex {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100%;
    }

    .feature-box {
        width: 100% !important;
        padding: 8px !important;
        border-radius: 10px !important;
        gap: 10px !important;
    }

    .feature-box .emoji {
        font-size: 22px !important;
    }

    .feature-box h5 {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .feature-box p {
        font-size: 12px !important;
        line-height: 16px !important;
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .mobile-close-btn {
        position: absolute;
        top: 10px;
        right: 12px;
        background: transparent;
        border: none;
        font-size: 24px;
        color: white;
        z-index: 9999;
    }
}
