.menu-area {
    background: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}


li.cat_bar>a {
    padding: 13px 5px;
    display: flex;
    width: 100%;
    height: 45px;
    font-size: 0.75rem;
    background-color: #fff;
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

li.cat_bar span {
    padding-right: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
}

.catagory_menu ul li a {
    color: #0e0e0e !important;
    margin: 0 8px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
}

.product_item_inner .sale-badge-box {
    background-color: #292526 !important;
    border-radius: 0% !important;
    height: 50% !important;
    width: 60% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1px !important;
    ;
}


span.sale-badge-text p {
    font-size: 8px !important;
}

.pro_price p {
    color: #1e1d1d !important;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.timer_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.title {
    font-family: 'Libre Bodoni';
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 0px;

    padding-bottom: 5px;
}

.view-more {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.view-more:hover {
    text-decoration: none;
    color: #333;
    transition: border 0.3s ease-in-out;
}

.underline {
    width: 60px;
    height: 1.5px;
    background: black;
    margin-top: 0px;
}

.more-pareant:hover .underline {
    width: 70px;
    height: 1.5px;
    background: rgb(4, 33, 136);
    margin-top: 0px;
}


.section-title-header {
    display: flex;
    align-items: center;
    justify-content: start;
    border: none !important;
    justify-content: center;
}

/* .product_hover {
    border: 1px solid #fff !important;
    padding: 0px 10px !important;
    transition: border 0.3s ease-in-out;
}

.product_hover {
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out;
}

.product_hover:hover {
    border: 1px solid rgb(124, 120, 120) !important;
}


.product_hover:hover img {
    transform: scale(1.02);
    transition: all 0.8s ease-in-out;
}

#sold {
    position: relative;
    top: 30px;
    background: black;
    color: white;
    width: 54px;
    z-index: 10;
    left: 8px;
    padding: 1px;
}

.view-btn {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 135px;
    padding: 6px 0px;
    border: 1px solid black;
    color: #8f6a6a;
}

.card-img {
    height: 400px !important;
}

.view-parent-btn {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.product_hover:hover .view-parent-btn {
    opacity: 1;
    transform: scale(1);
} */

/* modal style */

.product-details {
    padding: 20px;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
}

.product-subtitle {
    font-size: 18px;
    color: gray;
}

.product-price {
    font-size: 20px;
    margin-top: 10px;
}

.product-link {
    color: black;
    text-decoration: none;
}

.product-link:hover {
    text-decoration: underline;
}

.quantity-control {
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: start;
    align-items: start;
    margin-bottom: 15px;
}

.quantity-control button {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    width: 48px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
}

.quantity-control input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    height: 45px;

}

.product-description {
    margin-top: 20px;
}

.add-to-bag {
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.add-to-bag:hover {
    background-color: #333;
}

.product-details-discount-badge span.sale-badge-text {
    background-color: black !important;
    border-radius: 0% !important;
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}


.catagory_menu ul li a {
    color: #0e0e0e !important;
    margin: 0px 5px !important;
    display: block;
    text-transform: capitalize;
    font-weight: 500 !important;
}

.search_product {
    position: sticky !important;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
}

/* extra card */

.view-btn {
    background: #000000 !important;
    padding: 10px 0px;
    margin-top: 20px;
}

.category_view {
    background: #222222 !important;
    color: white;
    font-size: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.category_view:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 5px rgba(250, 246, 246, 0.978);
    transform: scale(1.05);
}


.product-container {
    text-align: center;
    padding: 20px;
}

.product-image {
    max-width: 100%;
    height: auto;
}

.discount-code {
    border: 1px solid black;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0;
}

.reviews {
    margin: 10px 0;
}

.price {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
}

.quick-buy-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

/* top banner */

.top-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.top-bar a {
    color: #000;
    margin-right: 20px;
    text-decoration: none;
}

.sale-banner {
    background-color: #b0c4c4;
    padding: 20px 0;
    text-align: center;
}

.sale-banner h1 {
    font-size: 2rem;
    font-weight: bold;
}

.sale-banner .discount {
    font-size: 1.5rem;
    font-weight: bold;
}

.sale-banner .code {
    font-size: 1rem;
    font-weight: bold;
}

.sale-banner .btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
}



.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    position: relative;
}

.circle img {
    width: 192px !important;
    height: 192px !important;
    object-fit: cover;
}

.circle span {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 1.2em;
}




.trending-brands {
    text-align: center;
    margin: 20px 0;
}

.trending-brands h2 {
    font-size: 24px;
    font-weight: bold;
}

.brand-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.brand-tabs div {
    margin: 0 10px;
    cursor: pointer;
}

.brand-tabs .active {
    border-bottom: 2px solid black;
}

.product-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item {
    text-align: center;
    /* margin: 0 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item img {
    width: 280px;
    height: 280px;
}

.product-name {
    margin-top: 10px;
}

.product-item .price {
    font-size: 18px;
    font-weight: bold;
}

.product-item .reviews {
    font-size: 14px;
    color: #555;
}

.quick-buy {
    background-color: black;
    color: white;
    padding: 16px 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

.carousel-control-prev,
.carousel-control-next {
    color: black;
    font-size: 24px;
}

.text-expert {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    z-index: 1111111111;
}

#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
    border-bottom: 2px solid;
    border-top: 0px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.product-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.product-price {
    font-size: 1.5rem;
    font-weight: bold;
}

.product-reviews {
    font-size: 0.875rem;
}

.quick-buy-btn {
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 0.75rem 1.5rem;
}


.homeproduct .tab-content {
    padding: 0px 3px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}


.rating-stars {
    color: #FFD700;
}

.quantity-input {
    width: 60px;
    text-align: center;
}

.btn-outline-secondary {
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
}

.btn-black {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 15px 0px;
}

.btn-black:hover {
    background-color: #333;
    color: white;
}


/* nav-fixed */

.nav-fixed {
    position: relative;
    width: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.nav-fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #222222;
    /* Change background when fixed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.banner-height {
    height: 80vh;
}

.card-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.read-more {
    background-color: black;
    color: white;
    font-size: 10px !important;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 45% !important;
    padding: 10px 0;
    border: none;
    margin-top: 10px;
    margin: 0px auto;
}


.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.content img {
    width: 100%;
    height: auto;
}

.content h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.content p {
    font-size: 1rem;
    line-height: 1.6;
}

.content h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}

.content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.content a {
    color: #0000EE;
    text-decoration: underline;
}


.doctor-card {
    text-align: center;
    margin-bottom: 30px;
}

.doctor-card img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.doctor-card h5 {
    font-size: 1.25rem;
    margin-top: 15px;
    font-weight: bold;
}

.doctor-card p {
    font-size: 1rem;
    margin-top: 5px;
    color: #555;
    text-align: center;
}

.vertical-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.fixed-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-icons a {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.details-ratting-wrapper {
    margin-top: 20px;
}

.logo-header {
    display: flex;
    justify-content: center;
    margin-left: -170px;
}

.product-name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.main-search form {
    border: 1px solid;
    height: 39px;
    background: white;
    border-color: #c8c3c3 !important;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    padding: 10px 0px;
}

.doctor-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display-4 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px 15px 0px;
}


.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.popup {
    margin-top: 10px;
    background: black;
    color: white;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}

.popup:hover {
    color: white;
}

.shopping {
    border: 1px solid;
    margin-top: 0px;
    text-align: center;
    padding: 9px 0px;
    border-radius: 5px;
    background: white;
}

.product-item {
    height: 500px;
}

.cart-success-modal .modal-content {
    border-radius: 16px;
    padding: 0px 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

.card-model {
    width: 400px;
    border-radius: 15px;
    box-shadow: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.details-name {
    font-family: Libre Bodoni !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.5px;
    font-size: 36px;
}

.details_slider {
    position: relative;
    border: none !important;
    border-radius: 5px;
}

.quantity-control button {
    border: 2px solid #575353;
    background-color: white;
    width: 48px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
}

.quantity-control input {
    width: 60px;
    text-align: center;
    border: 1px solid #e5dcdc;
    margin: 0 5px;
    height: 45px;
    border: none !important;
}


.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
    border: 2px solid #000 !important;
}


.button-margin {
    margin-top: 12px !important;
}

.circle-parent {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.view_more_btn {
    text-align: right;
    float: right;
    background: #000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    color: white;
    font-family: "Manrope", sans-serif;
    width: 207px;
    margin: 0px auto;
    text-align: center;
    border: 1px solid;
    margin-top: 65px;
}

.card-delete .quantity-control button {
    border: 1.5px solid #575353;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
}


.card-delete .quantity-control input {
    width: 30px;
    text-align: center;
    border: 1px solid #e5dcdc;
    margin: 0 5px;
    height: 35px;
    border: none !important;
}

.checkout-dd {
    width: 45%;
}


.product-links {
    letter-spacing: 0.8px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}




/* Responsive Styles */


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

    .footer-bottom {
        margin-bottom: 24px;
        padding-bottom: 7px;
    }

    .product-item img {
        height: 100% !important;
        width: 100% !important;
    }

    .owl-dots {
        display: block !important;
        text-align: center;
        margin-top: 10px;
    }

    .owl-dot span {
        background: #747070 !important;
        width: 12px;
        height: 12px;
        margin: 5px 3px;
        display: inline-block;
        border-radius: 50%;
    }

    .owl-dot.active span {
        background: green !important;
    }

    .product_slider .owl-dots {
        margin-top: 45px !important;
    }

    .checkout-dd {
        width: 100% !important;
    }

    .card-delete .quantity-control button {
        border: 1.5px solid #575353;
        background-color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1;
        font-size: 18px;
    }


    .card-delete .quantity-control input {
        width: 25px;
        text-align: center;
        border: 1px solid #e5dcdc;
        margin: 0 5px;
        height: 25px;
        border: none !important;
    }

    a.view_more_btn {
        text-align: right;
        float: right;
        background: #000;
        text-transform: capitalize;
        font-size: 15px;
        padding: 10px 15px;
        color: white;
        font-family: "Manrope", sans-serif;
        width: 207px;
        margin: 0px auto;
        text-align: center;
        border: 1px solid;
        margin-top: 21px;
    }

    .detail-prince {
        font-weight: 500;
    }

    .button-margin {
        margin-top: 0px !important;
        font-size: 16px !important;
    }


    .quantity-control button {
        border: 2px solid #575353;
        background-color: white;
        width: 48px;
        height: 45px;
        text-align: center;
        line-height: 1;
        font-size: 24px;
    }

    .quantity-control input {
        width: 60px;
        text-align: center;
        border: 1px solid #e5dcdc;
        margin: 0 5px;
        height: 45px;
        border: none !important;
    }

    .details-name {
        font-family: Libre Bodoni !important;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -.5px;
        font-size: 27px;
        margin-top: 10px;
    }

    .banner-height {
        height: 50vh !important;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 0px;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    }

    .menu-childcategory-name {
        display: block;
        padding: 10px 0;
        padding-left: 10px !important;
    }

    .product-name {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }

    .product-links {
        letter-spacing: 0.8px;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
    }

    .details-ratting-wrapper {
        margin: 10px 0px;
        font-size: 13px;
    }

    .product-item .price {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .register-now a {
        border: 1px solid #000;
        width: 100%;
        padding: 6px 0;
        border-radius: 0px !important;
        transition: 0.35s all;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #1d1b1b;
        font-size: 16px !important;
        letter-spacing: 0.2px !important;
    }

    .doctor-card {
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        gap: 10px;
        margin: 15px 0px;
    }

    .doctor-card img {
        border-radius: 50%;
        width: 200px;
        height: 100px;
        object-fit: cover;
    }

    .doctor-card-body {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }

    .doctor-card p {
        font-size: 1rem;
        margin-top: 5px;
        color: #555;
        text-align: start;
    }

    .display-4 {
        font-size: 18px;
    }

    .mobile-menu {
        width: 310px;
        left: -310px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .menu-logo {
        margin-left: -22px;
    }

    .product-item {
        max-height: 360px;
    }

    .quick-buy {
        background-color: black;
        color: white;
        padding: 12px 12px;
        border: none;
        cursor: pointer;
        width: 100%;
        font-size: 12px;
    }

    .title {
        font-family: 'Libre Bodoni';
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -0.5px;
        text-transform: capitalize;
        margin-bottom: 0px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .details-action-box .section-head .action .details-action-btn {
        padding: 5px 20px;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 5px;
        color: #fff;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: #000;
        cursor: pointer;
        margin: 10px 0px;
    }

}





@media (max-width: 768px) {
    .filter-price-inputs .form-control {
        font-size: 16px;
        padding: 10px;
    }

    #price-range {
        margin-top: 20px;
    }

    .search_product {
        position: absolute;
        width: 100% !important;
        background: #fff;
        z-index: 999999;
        border: 1px solid #ddd;
        top: 0;
        width: 300px;
        margin-top: 15px;
    }

    .slider-banner {
        height: 35vh;
    }

}


@media (max-width: 325px) {

    .sale-banner {
        height: 11vh !important;
    }

    .mobile-banner {
        height: 100% !important;
    }

    .mobile-banner image {
        max-height: 100%
    }


}


@media (max-width: 500px) {

    .shop_extra {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #000;
        font-size: 20px !important;
        letter-spacing: 0.2px !important;
    }

    .details_slider {
        position: relative;
        border: none;
        border-radius: 5px;
    }

    .dimage_item img {
        height: 100% !important;
        /* object-fit: cover; */
    }

    .sale-banner {
        height: 10vh !important;
    }

    .mobile-banner {
        height: 100% !important;
    }

    .mobile-banner image {
        max-height: 100%
    }

    .mobile-menu {
        width: 310px;
        left: -310px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }


    .menu-logo img {
        height: 26px !important;
        margin: 0px 0px 0px 0px;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 64px !important;
    }

    .product-modal .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
        margin-top: 69px;
        height: 80%;
    }


    .cart_success_modal .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 80%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
        margin: 0px auto;
        height: 80% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

    .cart_success_modal .card-model {
        width: 300px;
        border-radius: 15px;
        box-shadow: none !important;
        padding: 20px;

    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .circle {
        width: 115px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        position: relative;
    }
}



@media (max-width: 380px) {

    .sale-banner {
        height: 11vh !important;
    }

    .mobile-banner {
        height: 100% !important;
    }

    .mobile-banner image {
        max-height: 100%
    }

    .product-modal .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
        margin-top: 69px;
        height: 80%;
    }

    .cart_success_modal .card-model {
        width: 250px;
        border-radius: 15px;
        box-shadow: none !important;
        padding: 20px;
    }

    .details_slider {
        position: relative;
        border: none;
        border-radius: 5px;
    }

    .circle {
        width: 110px;
        height: 106px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        position: relative;
    }




}





@media (max-width: 500px) {
    .related_wrapper {
        width: 86% !important;
        margin: auto !important;
    }
}



.order_place{
    
    background: #000000;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    
}
