.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) {
    .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;
}

.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);
}



.measure-card {

    border-radius: 12px;
    padding: 1rem;
}

.measure-card h5 {
    font-weight: 700;
}

.measure-note {
    font-size: .92rem;
    line-height: 1.35rem;
}

.size-btn {
    background: #9b595a;
    border: none;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: .9rem 1.25rem;
    border-radius: 10px;
}

.size-btn:hover {
    background: #874e4f;
}

/* table styling */
.size-table th,
.size-table td {
    vertical-align: middle !important;
}


.size-badge {
    background: #aa805a;
    color: #fff;
    border-radius: 10px;
    font-weight: 800;
    display: inline-block;
    min-width: 64px;
    text-align: center;
    padding: .3rem .6rem;
}



.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;
}