.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 .modal-buttons {
    text-align: right;
}
#cart-popup .modal-buttons a {
    font-size: 16px;
    color: #fff;
}
.btn-continue {
    margin-bottom: 10px;
}
#cart-popup .modal-buttons .btn-cart {
    background: #00bc00;
    font-weight: 600;
    padding: 9.5px 55px;
}
@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;
    font-size: 14px;
}
.recommended-product .product-thumb>div:first-child {
    border-left: none;
    border-right: none;
}
#cart-popup h3.title {
    text-align: left;
}
.recommended-product .owl-wrapper-outer, .upsell-product .owl-wrapper-outer {
    box-shadow: none;
}
.recommended-product .owl-carousel .owl-buttons .owl-prev.disabled, .recommended-product .owl-carousel .owl-buttons .owl-next.disabled, .upsell-product .owl-carousel .owl-buttons .owl-prev.disabled, .upsell-product .owl-carousel .owl-buttons .owl-next.disabled {
    color: #fff
}
.recommended-product .owl-carousel .owl-buttons .owl-prev, .recommended-product .owl-carousel .owl-buttons .owl-next, .upsell-product .owl-carousel .owl-buttons .owl-prev, .upsell-product .owl-carousel .owl-buttons .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 47px;
    background-color: #eeeeee;
    opacity: 1;
    top: calc(50% - 38px);
}
.recommended-product .owl-carousel .owl-buttons .owl-prev:hover, .recommended-product .owl-carousel .owl-buttons .owl-next:hover, .upsell-product .owl-carousel .owl-buttons .owl-prev:hover, .upsell-product .owl-carousel .owl-buttons .owl-next:hover {
    background-color: #0093dd;
    color: #fff;
}
.recommended-product .owl-carousel .owl-buttons .owl-prev.disabled:hover, .recommended-product .owl-carousel .owl-buttons .owl-next.disabled:hover, .upsell-product .owl-carousel .owl-buttons .owl-prev.disabled:hover, .upsell-product .owl-carousel .owl-buttons .owl-next.disabled:hover {
    background-color: #eeeeee;
    color: #fff
}
.recommended-product .owl-carousel .owl-buttons .owl-prev i, .recommended-product .owl-carousel .owl-buttons .owl-next i, .upsell-product .owl-carousel .owl-buttons .owl-prev i, .upsell-product .owl-carousel .owl-buttons .owl-next i {
    margin: 0 0 1px 1px;
    font-size: 30px;
    line-height: 27px;
}
.upsell-product .radio .product-thumb > div:first-child, .insurance-product .radio .product-thumb > div:first-child {
  border-bottom: 1px solid #ddd;
}
.upsell-product .radio label, .insurance-product .radio label {
    display: inherit;
}
.upsell-product .radio input[type="radio"], .upsell-product .radio-inline input[type="radio"], .insurance-product .radio input[type="radio"], .insurance-product .radio-inline input[type="radio"] {
    margin-left: -7px;
}
h3.title {
    font-size: 24px;
}
h3.title span  {
    border: 1px solid #0093dd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.upsell-product .radio .product-thumb {
  border-top: 1px solid #ddd;
}
.upsell-product .radio.checked .product-thumb {
    border: 1px solid #0093dd;
}
.insurance-product .radio .product-block {
    border: 1px solid #ddd;
    padding: 20px;
}
.insurance-product .radio.checked .product-block {
    border: 1px solid #0093dd;
}
.insurance-product .radio-button {
    text-align: center;
    margin-bottom: 20px;
}
.insurance-product .fa-plus-circle, .insurance-product .fa-check {
    color: #00bc00;
}
.insurance-product .fa {
    margin-right: 5px;
}
.insurance-product .product-block .insurance-feature {
    min-height: 100px;
}
.standard-warranty {
    min-height: 131px !important;
}
.insurance-product .radio.checked label {
    cursor: unset;
}
.insurance-product .fa-info-circle, .cart-insurance .fa-info-circle {
    cursor: pointer;
    color: #0093dd;
}
.insurance-product .insurance-price {
    text-align: center;
    margin-bottom: 10px;
}
.modal-insurance .modal-content {
    padding: 10px;
}
.modal-insurance .insurance-price {
    text-align: left;
}
.modal-insurance .general-info {
    margin-bottom: 15px;
}
.modal-insurance-feature {
    position: fixed;
    top: 30%;
}
.modal-insurance-feature .modal-dialog {
    width: 350px;
}
.insurance-feature ul li {
    line-height: 35px;
}
.modal-insurance h4.modal-title {
    font-size: 24px;
}
.text-small-gray {
    color: #999;
    font-size: 1.3rem;
}
.cart-insurance {
    border-top: none !important;
    margin-top: 0 !important;
}
.cart-insurance .fa-info-circle {
    margin-left: 5px;
}
.cart-insurance .insurance-price {
    margin-left: 20px;
}
.cart-insurance .insurance-price-right {
    float: right;
}
.cart-insurance .insurance-block {
    padding-left: 42px;
}

#cart-popup.popup .cart-product .modal-buttons {
    text-align: center;
}
#cart-popup.popup .cart-product .modal-buttons a {
    font-size: 14px;
    color: #fff;
}
#cart-popup.popup .cart-product .modal-buttons a.btn-checkout {
    text-transform: uppercase;
}
#cart-popup.popup .cart-product .modal-buttons .btn-cart,#cart-popup.popup .cart-product .modal-buttons .btn-continue {
    background: #fff;
    color: #000;
}
#cart-popup.popup .cart-product .modal-buttons .btn-checkout {
    background: #00bc00;
    font-weight: 600;
    padding: 9.5px 55px;
}
#cart-popup.popup .cart-product .modal-buttons .btn-cart {
    margin-top: 12px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
#cart-popup.popup .cart-product table tbody tr td:first-child,#cart-popup.popup .cart-product table tbody tr td:last-child {
    width: 20%;
}
#cart-popup.popup .cart-product .quantity {
    font-weight: normal;
    font-size: 14px;
}
#cart-popup-product-slider .product-thumb>div:first-child {
    border-left: none;
    border-right: none;
}
#cart-popup-product-slider .owl-wrapper-outer {
    box-shadow: none;
}
#cart-popup-product-slider.owl-carousel .owl-buttons .owl-prev.disabled, #cart-popup-product-slider.owl-carousel .owl-buttons .owl-next.disabled {
    color: #fff
}
#cart-popup-product-slider.owl-carousel .owl-buttons .owl-prev, #cart-popup-product-slider.owl-carousel .owl-buttons .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 47px;
    background-color: #eeeeee;
    opacity: 1;
    top: calc(50% - 38px);
}
#cart-popup-product-slider.owl-carousel .owl-buttons .owl-prev:hover, #cart-popup-product-slider.owl-carousel .owl-buttons .owl-next:hover {
    background-color: #0093dd;
    color: #fff;
}
#cart-popup-product-slider.owl-carousel .owl-buttons .owl-prev.disabled:hover, #cart-popup-product-slider.owl-carousel .owl-buttons .owl-next.disabled:hover {
    background-color: #eeeeee;
    color: #fff
}
#cart-popup-product-slider.owl-carousel .owl-buttons .owl-prev i, #cart-popup-product-slider.owl-carousel .owl-buttons .owl-next i {
    margin: 0 0 1px 1px;
    font-size: 30px;
    line-height: 27px;
}