.account-pages .logo-admin {
    border-bottom: 2px solid #cc040c;
}

.slick-prev:before,
.slick-next:before {
    color: var(--theme-color) !important;
}
.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: inline-block !important;
}

.product-box .out-of-stock-label {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.9);
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: 0.9;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
}

.out-of-stock-label {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.9);
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: 0.9;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
}

.product-box .add-button {
    border: none;
}

.scroll-div {
    /* overflow: scroll;
    height: 200px;
    width: 15px;
    border: 1px solid #666;
    padding: 8px;
    background-color: lightblue; */

    max-height: 50vh;
    overflow-y: scroll;
    padding: 8px;

    /* background: #4caf50;
    color: white;
    padding: 8px;
    width: 200px;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    scrollbar-color: red orange; */

    /* width: 12em;
    height: 20em;
    line-height: 2em;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden; */
}

.total {
    margin-top: 20px;
    text-align: center;
}

.cart-button {
    display: inline-block;
    width: 100%;
}

/* background: #4caf50;
color: white;
padding: 15px;
width: 50%;
height: 100px;
overflow: scroll;
border: 1px solid #ccc; */

.checkout.total {
    text-align: left;
}

.avatar-cart {
    vertical-align: middle;
    width: 70px;
    height: 10px;
}

ul.sub-sub-menu {
    width: auto !important;
    word-wrap: break-word !important;
}

.content-white-background {
    background: rgb(255 255 255 / 60%);
    width: fit-content;
    padding: 30px 30px;
}

.text-crlilboy {
    font-size: 0.9em;
    color: var(--theme-color);
}
