/*
Compile-Minify: true
Compile-Area: cart
Compile-OutputGroup: headtag
Compile-Exports: cart
Compile-Dependencies: bootstrap
*/

.transparent-bg {
  background-color: transparent;
}

.shopping-cart-header-text {
  font-family: Oswald;
  font-size: 32px;
  font-weight: 500;
  line-height: 59px;
}

.border-line img {
  width: 100%;
}

.row-header-text h4 {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #383634;
}

.media-body h5 a {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  color: #383634;
  text-decoration: none;
}

.product-code {
  font-weight: 700;
  font-family: Inter;
  font-size: 16px;
}

.sku {
  font-family: Oswald;
}

.stock-available {
  font-family: Inter;
}

.plus-minus-input {
  padding: 3px;
}

.minus-arrow,
.plus-arrow {
  width: 30px;
  height: 30px;
}

.btn:default,
.discount-apply:default {
  background-color: #F2F0EA;
}

.btn:hover,
.discount-apply:hover {
  background-color: #E8E8E8;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}

.no-products-input {
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

.no-products-input:focus {
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

/* .sub-total-price {
  
} */

.continue-shopping {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #383634;
  text-decoration: none;
  border: 1px solid #383634;
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #198754;
  color: #fff;
}

.order-summary-text {
  font-weight: 700;
  font-family: Inter;
  font-size: 16px;
}

.order-summary-detail {
  display: flex;
  justify-content: space-between;
}

.order-summary-detail span {
  font-weight: 400;
  font-family: Inter;
  font-size: 16px;
}
.discount-apply-btn:default {
  background-color: #198754;
  color: #fff;
  font-family: Inter;
  border: none;
}

.pay-now a {
  background-color: #198754;
  color: #fff;
  font-family: Oswald;
}

.clear-cart button:default {
  background-color: lightgray;
  font-family: Inter;
}

.our-live-support {
  font-family: Inter;
}

.buy-successful span {
  /*font-family: Inter;*/
}

@media screen and (min-width: 992px) {
  .mobile-product-cart-info {
    display: none;
  }

  .sub-total-price {
    padding-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* .section-cart-items {
    width: 100%;
  } */
  

  .remove-product-from-cart {
    width: 25%;
  }

  .cart-number-of-product {
    width: 50%;
  }

  .sub-total-price {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .pay-now {
    width: 40%;
  } 

  .pay-now a {
    width: 100%;
  }

  .remove-product-from-cart {
    width: 25%;
  }

  .cart-number-of-product {
    width: 50%;
  }

  .sub-total-price {
    width: 25%;
  }

  .clear-cart {
    width: 40%;
  }

  .clear-cart form{
    width: 100%;
  }

  .clear-cart button {
    width: 100%;
    height: auto;
  }

}

.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 100% !important;
}