body {
    background-color: #f4f7fe;
}
.section-storecheckout .card .carousel-container img {
    width: 100%;
    height: 340px;
    border-radius: 12px;
}

.section-storecheckout .card {
    background: #ffffff;
    padding: 30px;
    border: none;
    border-radius: 12px;
}

.section-storecheckout .card .carousel-container {
    margin-bottom: 30px;
}

.section-storecheckout h1 {
    display: flex;
    gap: 10px;
    font-size: 22px;
    line-height: 1.25;
    align-items: center;
    margin: 0;
    font-weight: 700;
    color: #272727;
    padding-top: 40px;
    padding-bottom: 30px;
}

.section-storecheckout .checkout-content h1 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 0;
    color: #00587A;
}

.section-storecheckout .checkout-content p,
span {
    font-weight: 300;
    font-size: 18px;
    color: #4f4f4f;
}

.section-storecheckout .checkout-content .content-header p {
    color: #272727;
    font-weight: 600;
    font-size: 30px;
}

.section-storecheckout .checkout-content .item-details {
    padding-top: 26px;
}

.section-storecheckout .checkout-content .item-details,
.size-content,
.sides-details {
    padding-bottom: 30px;
}

.section-storecheckout .checkout-content .item-details p {
    color: #00587A;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
}

.section-storecheckout .checkout-content .item-details .checkout-price p {
    color: #00587A;
    font-weight: 400;
    font-size: 28px;
}

.section-storecheckout .checkout-content h4 {
    color: #00587A;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
}

.section-storecheckout .checkout-content .item-details span {
    color: #272727;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-top: 8px;
}

.rate {
    float: left;
    height: 46px;
}

.section-storecheckout .checkout-content .rate-details span {
    color: #00587A;
    font-weight: 400;
    font-size: 18px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: #ffc107;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc107;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc107;
}

.size-content h4,
.sides-details h4,
.special-details h4 {
    padding-bottom: 16px;
}

.section-storecheckout .checkout-content .size-content .size-option {
    border: 1px solid #ced4da;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}

.section-storecheckout .checkout-content .size-content .size-option.active {
    border-color: #3689c4;
}

.section-storecheckout .checkout-content .size-content .size-option.active p {
    color: #3689c4;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
}

.section-storecheckout
    .checkout-content
    .size-content
    .size-option.active
    .price {
    color: #3689c4;
    font-size: 22px;
    font-weight: 400;
}

.section-storecheckout .checkout-content .size-content .size-option p {
    margin: 0;
    color: #272727;
    border-color: #a3aed0;
}

.section-storecheckout .checkout-content .size-content .size-option .price {
    font-size: 22px;
    font-weight: 500;
    color: #00587A;
    border-color: #a3aed0;
}

.section-storecheckout .checkout-content .sides-details .quantity-control {
    display: flex;
    align-items: center;
}

.section-storecheckout .checkout-content .sides-details .quantity-control button {
    font-weight: 700;
    border: 1px solid #00587A;
    border-radius: 50%;
    background: none;
    font-size: 20px;
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.product-qty {
    border: 1px solid #00587A;
    border-radius: 5px;
    background: none;
    font-size: 25px;
    color: #a3aed0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-storecheckout .checkout-content .sides-details .quantity-control span {
    margin: 0 10px;
    font-weight: 400;
    font-size: 18px;
    color: #272727;
    margin-left: 8px;
    margin-right: 8px;
}

.section-storecheckout .checkout-content .sides-details .item-name {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
}

.section-storecheckout .checkout-content .sides-details .item-name2 {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
}

.section-storecheckout .checkout-content .special-request {
    border: 1px solid #00587A;
    border-radius: 12px !important;
    color: #272727;
    padding: 20px !important;
    min-height: 100px !important;
    font-size: 16px;
    line-height: 1.1;
}

.section-storecheckout .checkout-content .special-request p {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    line-height: 36px;
}

.modal-content {
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.modal {
    --bs-modal-bg: transparent;
    --bs-modal-border-color: transparent;
}

.modal.show .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
}

.modal-header {
    width: 100%;
    color: black;
    border-bottom: transparent;
}

.btn-close-white {
    opacity: 1;
    filter: invert(1);
}

.download-main {
    width: 100%;
    color: black;
    height: 100%;
    padding: 25px 70px;
    background: #f4f7fe;
    box-shadow: 0px 17px 40px 0px #7090b040;
    border-radius: 20px;
}

.download-des > img {
    width: 207px;
    padding: 42px 0 10px;
}

.download-des > h1 {
    font-size: 80px;
    font-weight: 600;
    color: #272727;
}

.download-des > h6 {
    font-size: 46px;
    font-weight: 400;
    color: #272727;
}

.download-des > p {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 100px 35px;
    color: #8992ae;
}

.resp-row img {
    cursor: pointer;
}

.btn-close-white {
    opacity: 1;
    filter: invert(1);
}

.section-storecheckout .carousel-indicators {
    margin-bottom: 40px;
}

.section-storecheckout .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.section-storecheckout .carousel-prev {
    width: 40px;
    height: 40px;
    background: #000000cc;
    border: 0.47px solid #ffffff8c;
    padding: 8px 0px 0px 0px;
    gap: 0px;
    border-radius: 0px 6px 6px 0px;
}

.section-storecheckout .carousel-next {
    width: 40px;
    height: 40px;
    background: #000000cc;
    border: 0.47px solid #ffffff8c;
    gap: 0px;
    border-radius: 6px 0px 0px 6px;
    padding: 8px 0px 0px 0px;
}

.section-storecheckout .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;

    &.active {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
}

.section-storecheckout .carousel-control-prev-icon {
    width: 18px;
    height: 21px;
}

.section-storecheckout .carousel-control-next-icon {
    width: 18px;
    height: 21px;
}

.section-storecheckout .carousel-control-next,
.section-storecheckout .carousel-control-prev {
    width: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    align-self: center;
    /* height: fit-content; */
    padding: 0;
    color: #fff;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.section-storecheckout h1 a { width: 25px; height: 25px; display: flex; } 
.section-storecheckout h1 a svg {width: 100%;height: 100%;margin: 0;stroke-width: 1;}
.section-storecheckout .card .carousel-container > div { width: 100%; }
.product-qty:hover, 
.product-qty:active,
.section-storecheckout .checkout-content .sides-details .quantity-control button:hover { border-color: #ffc107 !important; background-color: #ffc107 !important; } 
.checkout-price > div { margin: 0px !important; } 
.final-cart-btn { line-height: 1.25; gap: 10px; align-items: center; text-transform: uppercase; display: flex; width: fit-content; margin: auto; color: #fff; font-size: 16px; padding: 16px 38px; border-radius: 50px; background-color: #00587A; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; border-radius: 50px !important; } 
.checkout-price { gap: 18px; display: flex; align-items: center; flex-wrap: wrap; } 
.final-cart-btn:hover { color: #00587A; background-color: #ffc107; }
.checkout-price span { margin-top: 0 !important; }
.section-storecheckout { padding-bottom: 50px; }



@media (max-width: 1500px) {
    .modal-header,
    .download-main {
        width: 100%;
    }

    .download-des > p {
        padding: 10px 30px;
    }
}

@media (max-width: 1200px) {
    .modal-header,
    .download-main {
        width: 100%;
    }

    .download-des > h1 {
        font-size: 70px;
    }

    .download-des > h6 {
        font-size: 40px;
    }

    .download-des > img {
        width: 180px;
        padding: 70px 0 10px;
    }

    .download-des > p {
        padding: 10px 20px;
        font-size: 14px;
    }
    .section-storecheckout .card { padding: 20px; }
    .size-content > div { width: 100%; }
    .size-content > div .row > div { max-width: fit-content; } 
    .section-storecheckout .checkout-content .size-content .size-option { padding: 10px 50px; }
    .section-storecheckout .checkout-content .sides-details .item-name2 { text-align: right; display: block; }
}

@media (max-width: 991px) {
    .modal-header,
    .download-main {
        width: 100%;
    }

    .main-img {
        width: 250px;
    }

    .download-des > img {
        width: 180px;
        padding: 30px 0 10px;
    }

    .download-main {
        padding: 30px 70px;
    }

    .download-main {
        height: 100%;
    }
    .item-details > div { width: 100%; }
    .checkout-price { width: 100%; padding-top: 20px !important; }
}

@media only screen and (max-width: 768px) {
    .section-storecheckout .card {
        padding: 15px;
    }

    .section-storecheckout h1 {
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-storecheckout .checkout-content h1 {
        font-size: 22px;
    }

    .section-storecheckout .checkout-content p,
    span {
        font-size: 16px;
    }

    .section-storecheckout .checkout-content .item-details span {
        font-size: 16px;
        line-height: 1.4 !important;
    }

    .section-storecheckout .checkout-content h4 {
        font-size: 20px;
    }

    .carousel-control-next {
        padding: 3px;
    }

    .carousel-control-prev {
        padding: 3px;
    }

    .section-storecheckout .card .carousel-container {
        margin-bottom: 25px;
    }

    .section-storecheckout .carousel-next {
        width: 34px;
        height: 38px;
    }

    .section-storecheckout .carousel-prev {
        width: 34px;
        height: 38px;
    }
    .final-cart-btn { font-size: 14px; padding: 15px 30px; }
    .section-storecheckout .checkout-content .item-details .checkout-price p { font-size: 22px; }
    .section-storecheckout .checkout-content .item-details { padding: 20px 0; }
    .checkout-price { padding: 10px 0!important; }
    .product-qty span { font-size: 20px !important; }
    .section-storecheckout .checkout-content .size-content .size-option { padding: 10px 30px; }
    .size-content { padding-bottom: 20px; }
    .section-storecheckout .card .carousel-container img { height: 180px; }
}


@media (max-width: 576px) {
    /* .modal-content {
        padding: 0 10px;
    } */


    .modal-header .main-img {
        width: 200px;
    }

    .download-des > img {
        width: 140px;
        padding: 20px 0 10px;
    }

    .download-des > h1 {
        font-size: 50px;
    }

    .download-des > h6 {
        font-size: 28px;
    }

    .download-des > p {
        padding: 10px 1px;
        font-size: 12px;
    }

    .download-main {
        padding: 30px 40px;
    }
    .checkout-price { gap: 10px; } 
    .section-storecheckout .checkout-content .size-content .size-option .price { font-size: 18px; } 
    .size-content > div .row > div { padding: 0 5px; }
    .section-storecheckout .checkout-content .size-content .size-option { padding: 10px 15px; }
    .section-storecheckout .checkout-content .sides-details .item-name { font-size: 16px; line-height: 1.1; }
    .section-storecheckout .checkout-content .item-details p { font-size: 18px; }
    .section-storecheckout .checkout-content .special-request {padding: 10px 15px !important; font-size: 15px; }
}

@media (max-width: 420px) {
    .download-main {
        padding: 25px 25px;
    }

    .download-des > img {
        width: 120px;
        padding: 20px 0 10px;
    }

    .download-des > h1 {
        font-size: 40px;
    }

    .download-des > h1 {
        font-size: 35px;
    }

    .download-des > h6 {
        font-size: 25px;
    }

    .download-main {
        padding: 30px 40px;
    }

    .resp-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .resp-row > div {
        align-items: center;
        justify-content: center !important;
    }
    .size-content > div .row > div { max-width: 100% }
}

@media only screen and (max-width: 325px) {
    .section-storecheckout .checkout-content .sides-details .item-name {
        font-size: 18px;
    }
    .section-storecheckout
        .checkout-content
        .sides-details
        .quantity-control
        span {
        margin: 0 10px;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        margin-left: 10px;
        margin-right: 10px;
    }
    .section-storecheckout
        .checkout-content
        .sides-details
        .quantity-control
        button {
        height: 30px;
    }
    .section-storecheckout .checkout-content .sides-details .item-name2 {
        font-size: 20px;
    }
}


.custom-checkout-img {
    object-fit: cover;
}