﻿
.product-box-contain {
    border-bottom: 1px solid #dbdbdb;
}

.drop-cart {
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    align-items: start !important;
}

.cart-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: none !important;
}

.drop-image img {
    width: 5rem;
    height: 5rem;
    background: none !important;
}

.element-button {
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
}

.drop-contain h5 {
    word-break: break-word;
    font-size: 0.8rem !important;
    color: #aaa492 !important;
}

.cart-list {
    display: flex;
}

.drop-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 8rem;
}

.element-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.close_button {
    border-radius: 50% !important;
    background-color: #f8f8f8;
    padding: 0.3rem;
    width: 1.4rem;
    height: 1.4rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .close_button:hover {
        background-color: #eeeeee;
        border-color: #10ac97;
      
    }

.element-button i {
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #10ac97;*/
}

.btn-sm {
    border: 1px solid #5a5449 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #5a5449!important;
}
    .btn-sm:hover {
        background-color: #5a5449 !important;
        color:#fff!important;
    }
.theme-color-4 {
    color: #000!important;
}

.cart-list li .drop-cart .drop-contain h5 {
    
}