.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
@media (min-width: 576px) {
  .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
  }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: unset;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.table-borderless>tbody>tr>td {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600;
}
#modal-cart-popup .modal-title i {
  color: #5bb75b;
}
#modal-cart-popup .modal-title {
  font-weight: 600;
}
/*#modal-cart-popup .cart-product {
  margin-bottom: 20px;
}*/
#modal-cart-popup .recommended-product h3 {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}
#modal-cart-popup .recommended-product h3 span {
    border-bottom: 2px solid #2097c4;
}
/*#cart-popup .product-thumb .caption {
    height: unset; 
}*/
#cart-popup .product-thumb {
    border: none;
    padding: 10px;
}
/*#cart-popup .product-thumb .price-new {
    font-size: 18px;
}
#cart-popup .product-thumb .price-old {
    font-size: 14px;
}*/
#cart-popup .product-thumb .button-group {
     border-top: none; 
}
#cart-popup .product-thumb .caption h4 {
     min-height: 50px; 
}
#cart-popup .product-thumb .button-group button {
    width: 33.33%;
}
#cart-popup .cart-product .modal-buttons {
    text-align: center;
}
#cart-popup .cart-product .modal-buttons a {
    margin-bottom: 10px;
}
#cart-popup .cart-product .modal-buttons a.btn-checkout {
    text-transform: uppercase;
}
#cart-popup .cart-product .modal-buttons .btn-cart,#cart-popup .cart-product .modal-buttons .btn-continue {
    background: #fff;
    color: #000;
    border: none;
    box-shadow: none;
}
#cart-popup .cart-product .modal-buttons .btn-checkout {
    font-weight: 600;
    padding: 9px 40px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#cart-popup .cart-product .modal-buttons .btn-cart {
    margin-top: 12px;
    border: none;
    box-shadow: none;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
#cart-popup .cart-product table tbody tr td:first-child,#cart-popup .cart-product table tbody tr td:last-child {
    width: 20%;
}
#cart-popup .cart-product .quantity {
    font-weight: normal;
}