/*==================================
CART SECTION UPDATES
=================================*/

.text-center.pb-4.back_cart_btn {
    margin-bottom: 0px !important;
    border-top: 1px solid #80808054;
    padding: 0px !important;
}

.back_cart_btn a {
    width: 100%;
    background: none;
    box-shadow: none;
    color: #e8342c;
}

.back_cart_btn a:hover {
    color: #e8342c;
}


small.main-color-text.ml-5.remove__item {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 20px;
  text-align: center;
}


.cart-items-d a.dropdown-item {
    position: relative;
}

.lighter-text {
  font-size: 12px;
    font-weight: 500;
}
.thumb_strip {
 background-size: cover !important;
}

.payments__details {
    font-size: 12px;
    padding: 0 31px;
    margin-bottom: 20px;
}

.notes__order {
  line-height: 12.3px !important;
}
.checkout-tax .col-md-4 i.fa.fa-trash-alt{
    cursor: pointer;
}