.button-bynow {
    padding: 5px 35px 5px 35px;
    color: #98010b;
    border: 1px solid #98010b;
    margin-left: 10px;
}

.button-bynow:focus {
    outline: none;
}

.button-card-1 {
    padding: 5px 35px 5px 35px;
    color: white;
    background-color: #98010b;
    border: none;
}

.button-card-1:focus {
    outline: none;
}

.card-desi {
    border: none;
}

.card-hed {
    padding: 10px 0px 10px 0px;
    border: none;
    background-color: white;
}

.card-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.card-bo {
    padding: 10px 0px 10px 0px;
}

.dot-container {
    display: inline-flex;
    align-items: baseline;
    /* Align the items vertically in the center */
    margin-bottom: 5px;
    /* Add spacing between sets */
}

.dot-icon {
    width: 8px;
    height: 8px;
    background-color: #515050;
    border-radius: 50%;
    margin-right: 10px;
}

span {
    flex: 1;
    /* Allow the text to expand and fill available space */
}

.dot-container span {

    font-size: 15px;
}

.card-hed a:hover {
    font-weight: 600;
}

.card-li:hover {
    font-weight: 600;
}

.pay-ico {
    display: grid;
    text-align: center;
}

.pay-ico i {
    font-size: 25px;
    font-weight: 600;

}

.pay-ico span {
    font-size: 13px;
    padding-top: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.6rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}

.recent-add-d {
    justify-content: space-between;
    padding: 5px;
    min-width: 170px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.suggest-list {
    padding-left: 0px;
}

.image-sty {
    width: 100%;
    height: 300px;
    display: block;
}

.add-to-over {
    width: 100%;
    text-align: center;
}

.contain-marg {
    padding-left: 0;
}

.scroll-button img {
    height: 30px;
    width: 100%;
    margin: 0;
}

.social-icons {
    display: flex;
    margin-top: 20px;
}

.social-icons a {
    text-decoration: none;
    margin-right: 10px;
}

.social-icons i {
    font-size: 24px;
    transition: color 0.3s;
    /* Add a transition for smooth color change */
}

.social-icons i.fa-facebook-square:hover {
    color: #1877f2;
    /* Change to official Facebook blue color on hover */
}

.social-icons i.fa-instagram-square:hover {
    color: #e1306c;
    /* Change to official Instagram pink color on hover */
}

.social-icons i.fa-twitter-square:hover {
    color: #1da1f2;
    /* Change to official Twitter blue color on hover */
}




@media (max-width: 769px) {
    /* Break the mobile image carousel out of the Bootstrap container/row padding (15px each side) so it goes edge-to-edge,
       without relying on 100vw (which can overshoot the real viewport width when a scrollbar is present). */
    .pd-mobile-carousel {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .pd-mobile-carousel .carousel-item img {
        width: 100%;
        aspect-ratio: 4/5;
        object-fit: cover;
        opacity: 1 !important;
    }

    .suggest-list {
        padding-right: 15px;
        padding-left: 15px;
    }

    .image-sty {
        width: 100%;
        height: 200px;
    }

    /* .accor-media{
    display: block !important;
} */
    #accordion {
        display: block;
    }

    #photo-container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #photo-container img {
        height: 100%;
        width: 100%;
        margin: 2px 0px 2px 0px;
    }

    .scroll-button {
        padding: 0px;
        display: block;
        border: none;
        background-color: #facbcf;
        width: 100%;
        height: 20px;
    }

    .scroll-button img {
        height: 25px;
        width: 100%;
        margin-top: -5px;
    }

    .contain-marg {
        padding-left: 10px;
    }

    .main-photo1 {
        padding: 0px 0px 0px 7px;
    }

    .cartdetail-media {
        padding: 0;
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .button-bynow {
        padding: 5px 30px 5px 30px;
        color: #98010b;
        border: 1px solid #98010b;
        margin-left: 10px;
        width: 45%;
    }

    .button-card-1 {
        padding: 5px 30px 5px 30px;
        color: white;
        background-color: #98010b;
        border: none;
        width: 55%;
    }

    .paraa-1 {
        font-weight: 500;
        font-size: 14px;
        margin-left: 15px;
    }

    /* #floatingButton {
        position: sticky;
        bottom: 0;
        z-index: 999;
        background-color: white;
        display: flex;
        width: 100%;
        max-width: 100%;
        padding: 10px 0px 0px 0px; 
    } */
    .fixed-button {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        visibility: hidden;
        transform: translateY(63px);
        background-color: #fff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
        margin-top: 20px;
        width: 100%;
        display: flex;
    }

    .fixed-button.visible {
        visibility: visible;
        transform: translateY(0);
    }

    .btns.default.flat {
        border: 1px solid #d4d5d9;
        width: 50%;
        margin: 5px;
    }

    .btns {
        font-size: 15px;
        width: 100%;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .button-card-1,
    .button-bynow {
        border: none;
        outline: none;
        cursor: pointer;
    }

    .button-card-1 {
        background-color: #98010b;
        color: #fff;
        padding: 8px 16px;
        border-radius: 0px;
        margin-right: 10px;
    }

    .button-bynow {
        background-color: #f0f0f0;
        color: #98010b;
        padding: 8px 16px;
        border-radius: 0px;
        width: 50%;
        margin: 5px;
        border: 1px solid #98010b;
    }
}

.carousel-dots {
    text-align: center;
    margin-top: 5px;
}

.dot {
    height: 7px;
    width: 7px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

/* Modal look & feel to match the reference */
.sizechart-modal .modal-content {
    background: #d7bea0;
    border: none;
    border-radius: 14px;
    color: #1b120e;
}

.sizechart-modal .modal-header {
    border: none;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.sizechart-modal .modal-dialog {
    max-width: min(1140px, calc(100vw - 30px));
}

.sizechart-modal .modal-body {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.sizechart-modal .modal-body img {
    width: 100%;
    height: auto;
    display: block;
}

.sizechart-modal .modal-body p {
    margin-bottom: .75rem;
}

@media (max-width: 768px) {
    .sizechart-modal .modal-body {
        display: flex;
        flex-direction: column;
    }
}

.table thead th {
    border: none;
}

.table td,
.table th {
    border: none;
}

.table td,
.table th {
    padding: 5px;
}

.brand-script {
    font-size: 20px;
    color: #98010b;
    margin-left: 10px;
    font-weight: 700;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif !important;
}

.title-text {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: .2px;
}

.toggle-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 600;
    color: #98010b;
}

/* pretty switch */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    margin: 0 .35rem;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #98010b;
    transition: .3s;
    border-radius: 28px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    top: 3px;
    background: #fff;
    transition: .3s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

input:checked+.slider {
    background: #98010b;
}

input:checked+.slider:before {
    transform: translateX(26px);
}



/* "How to measure" image + instructions inside the Size Guide modal */
.szguide-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.szguide-image {
    flex: 0 0 42%;
    max-width: 42%;
}

.szguide-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.szguide-text,
.szguide-text p {
    flex: 1;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-size: 14px;
    line-height: 1.65;
    color: #3a2a22;
    margin-bottom: .6rem;
}

.szguide-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .szguide-info {
        flex-direction: column;
    }
    .szguide-image,
    .szguide-image img {
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 280px;
    }
}

/* Category size-measurement table inside the Size Guide modal */
.szchart-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 12px 0 18px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.szchart-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.szchart-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    white-space: nowrap;
}

.szchart-table th,
.szchart-table td {
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.szchart-table thead tr:first-child th {
    font-size: 12.5px;
    font-weight: 700;
    color: #98010b;
    border-bottom: 1px solid #f0e2da;
}

.szchart-table th.szchart-unit {
    font-size: 10.5px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding-top: 2px;
    padding-bottom: 6px;
}

.szchart-table tbody tr:nth-child(even) {
    background: #fbf6f2;
}

.szchart-table td {
    color: #515050;
    font-weight: 500;
}

.szchart-sizecol {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
}

.szchart-table tbody tr:nth-child(even) .szchart-sizecol {
    background: #fbf6f2;
}

.szchart-badge {
    background: #98010b;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12.5px;
    display: inline-block;
    min-width: 38px;
    text-align: center;
    padding: 4px 10px;
}

@media (max-width: 575.98px) {
    .szchart-table {
        font-size: 12px;
    }
    .szchart-table th,
    .szchart-table td {
        padding: 6px 8px;
    }
}



.close {
    font-size: 1.6rem;
    line-height: 1;
    color: #98010b;
    opacity: .8;
}

.close:hover {
    color: #000;
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0;
}

/* small screens */
@media (max-width: 991.98px) {
    .measure-col {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .brand-script {
        font-size: 12px !important;
    }
}

.text-center1 {
    text-align: center;
}

.size-guide {
    margin-left: 10px;
    color: #98010b;
    border-bottom: 2px solid #98010b;
    cursor: pointer;
    line-height: 33px;
}