.cart_background {
    background: #EEF5F6 !important;
    border-radius: 16px !important;
    padding-bottom: 16px;
}
.mainpart .items {
    height: 441px !important;
    border-radius: 16px !important;
    /* overflow: unset; */
}
.addcart_model .cart-content-wrap {
    width: 680px !important;
}
.cart-dropdown .cart-item {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    border-bottom: 2px solid #B7D5DC !important;
    padding-bottom: 20px !important;
}
.cart-dropdown .cart-item .item-img {
    margin-right: 15px !important;
    position: relative;
}
.cart-dropdown .cart-item .item-img a {
    display: block;
    border-radius: 16px !important;
    width: 89px;
    height: 89px;
    background-color: #FFFFFF !important;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
}
.cart-dropdown .cart-item .item-img a img {
    height: 60px;
    width: 60px;
    border-radius: 0px !important;
}
.cart-dropdown .cart-item .item-title {
    line-height: 20px !important;
    text-align: left;
}
.cart-dropdown .item-title a {
    font-size: 17px !important;
}
.cart-dropdown .cart-item .item-title {
    color: #191919;
    margin-bottom: 10px;
    overflow: unset !important;
    -webkit-box-orient: horizontal !important;
}
.cart-dropdown .cart-item:last-child {
    margin-bottom: 0;
    border-bottom: none !important;
}
.cart-dropdown .cart-item .item-img .close-btn {
    height: 22px;
    width: 22px;
    font-size: 8px;
    top: -15px;
    left: -10px;
    transition: all 0.3s ease-in-out;
    background-color: #DFE8EA !important;
    border: none !important;
}

.cart-dropdown .pro-qty .qtybtn {
    width: 20px;
    line-height: 14px;
    font-size: 16px;
    height: 20px;
    font-weight: 600;
    text-align: center;
    background: #DFE8EA !important;
}
.pro-qty input {
    
    margin: 0 5px !important;
    
}
.cart-dropdown .qtybtn[disabled]:hover, .qtybtn[disabled] {
    background: #DFE8EA !important;
    border-color: transparent;
}
/* comment box */
.messagedesgin {
    background: unset !important;
    margin: 0px 0 !important;
    padding: 10px;
    box-shadow: unset !important;
    border-radius: 5px;
}
.comment-box {
    border: none !important;
    padding: 15px;
    background: #EEF5F6 !important;
    border-radius: 16px;
    height: 557px;
}
.comment-box .comment_text {
    
    padding: 12px 21px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    width: 202px;
}
.comment-box textarea {
    min-height: 22px !important;
    height: 35px;
    padding: 6px;
    border: none !important;
    border-radius: 16px;
}

.ctn {
    border-radius: 16px;
    border: 1px solid transparent;
    line-height: 17.6px;
    font-size: 18px;
    font-weight: 600;
    width: 100%! important;
    height: 52px;
    font-family: 'Inter', sans-serif;
    background: #53B285 !important;
    color: #FFFFFF !important;
    padding: 14px 24px 14px 24px;
    display: block;
    text-align: center;
}
.comment_message {
    max-height: 334px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 80px !important;
    margin-bottom: 12px;
    height: 268px !important;
}
.cart-dropdown .cart-item .item-img .close-btn {
    height: 22px;
    width: 22px;
    font-size: 8px;
    top: -13px !important;
    left: -9px !important;
    transition: all 0.3s ease-in-out;
}
.comment-box textarea {
    min-height: 22px !important;
    height: 35px;
    padding: 14px 18px 16px 18px !important;
    border: none !important;
    border-radius: 16px !important;
}
.cart-dropdown .cart-header .header-title {
    font-size: 32px !important;
    margin-bottom: 0;
    line-height: 35.2px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #1A1A1A !important;
}
.date_text {
    font-size: 10px;
    font-family: 'Inter';
    font-weight: 500;
    color: #8FB2BA;
    line-height: 15px;
    padding-bottom: 9px;
}
.messagedesgin.me-auto.rightmsg .comment_text {
    background-color: #DFE8EA !important;
}

.messagedesgin.ms-auto.leftmsg .comment_text {
    background-color: #ffff;
    margin-left: 17px;
}
.cart-dropdown .cart-header {
    border-bottom: none !important;
}
.cart-dropdown .cart-content-wrap {
    padding: 28px 39px !important;
}


/* order item */
.cart-dropdown .cart-item .item-img a {
    display: flex !important;
    background-color: #F6F7FB;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.cart-dropdown .cart-item .item-img a {
    display: block;
    border-radius: 16px !important;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF !important;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
}
.comment-box {
    border: none !important;
    padding: 15px;
    background: #EEF5F6 !important;
    border-radius: 16px;
    height: 500px;
}
@media (max-width:767px) {
    .addcart_model .cart-content-wrap {
        width: 100% !important;
    }
    .comment_message {
        padding-top: 0px !important;
    }
    .comment-box {
        width: 100%;
    }
    .messagedesgin.ms-auto.leftmsg .comment_text {
        margin-left: auto;
        width: 250px;
    }
}
@media (max-width:575px) {
     .cart-dropdown .cart-header .header-title {
        font-size: 23px !important;
    }
    .cart-dropdown .mainpart   .cart-item .item-img a {
        display: block;
        border-radius: 16px !important;
        width: 80px !important;
        height: 80px !important;
        background-color: #FFFFFF !important;
        line-height: 85px;
        text-align: center;
        margin: 0 auto;
    }
    .mainpart  .cart_background .cart-item .item-img a img {
        height: 60px !important;
        width: 60px !important;
    }
    .cart-dropdown .cart-content-wrap {
        padding: 20px 23px !important;
    }
    .cart-dropdown .item-title a {
        font-size: 12px !important;
    }
    .cart-dropdown .cart-item {
        display: grid !important;
        grid-template-columns: 35% 65%;
        border-bottom: 2px solid #B7D5DC !important;
        padding-bottom: 20px !important;
        gap: 5px;
    }
}
/* .comment_message {
    max-height: 366px ;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 80px !important;
    margin-bottom: 12px;
    height: 363px ;
} */
.sendingmessage {
    font-size: 10px;
    color: #051b5f;
}
