.nav-link,
i,
.web-text-primary,
.text-primary,
.btn--primary,
.text-accent {
    color: rgb(0 17 21) !important;
}

.btn--primary{
    background-color: rgb(242 146 125) !important;
}

.navbar-tool .navbar-tool-label {
    background-color: rgb(242 146 125) !important;
}

.mega-nav,
.__top-slider-cate {
    display: none !important;
}

.navbar.navbar-expand-md.navbar-light,
.topbar {
    background-color: var(--web-primary);
}

.navbar.navbar-expand-md.navbar-stuck-menu {
    background-color: var(--web-secondary);
}

div.__inline-61 {
    background-color: var(--web-secondary);
}

.for-discount-value {
    color: rgb(0 17 21) !important;
    background-color: var(--web-secondary);
}

.search_button {
    background-color: rgb(19 78 89);
}

.category-img-border-1 {
    background-color: var(--web-primary);
    padding: 30px;
    height: 140px !important;
}
.cart-gift-card-image-container {
    border: 1px dashed black;
    padding: 10px;
    border-radius: 10px;
    height: 240px;
}
.cart-gift-card-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.modal-cart-gift-card-selected {
    outline: 5px solid blue;
}
.modal-cart-gift-card-image {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.modal-cart-gift-card-title {
    background-color: white;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-gift-card-message {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    outline: 1px dashed black;
    cursor: pointer;
}
.cart-gift-card-text {
    color: rgb(80 88 98);
}
@media (min-width: 770px) {
    .category-1 {
        width: 100vw;
        /* height: 100vh; */
    }

    .category-container-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .custom_new_arrival_product .owl-item {
        width: 410px !important;
    }
    .custom_new_arrival_product .owl-stage {
        width: 10000px !important;
    }
    .custom_new_arrival_product_image_container::after {
        content: "";
        width: 100%;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.242);
        position: absolute;
        bottom: 0;
        filter: blur(5px);
    }

    .main-banner-image {
        border-radius: 10px;
        /* width: 100vw !important; */
    }

    /* .main-banner-owl-theme .owl-item {
        width: 500px !important;
    } */

    .main-banner-container {
        justify-content: center;
    }
}
