/*
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: 'RefregratorDx', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-size: 2.75rem !important;
    letter-spacing: .33rem;
    margin: 0 !important;
}

.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-size: 16px;
}

.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: 'RefregratorDx', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #383634;
  text-decoration: none;
  /* border: 1px solid #383634; */
  padding: 15px 15px;
  background-color: #4aa629;
  border: none !important;
  border-radius: 0 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .11rem;
}

.order-summary-text {
  font-weight: 700;
  font-family: 'RefregratorDx', sans-serif;
  line-height: 120%;
  font-size: 1.5rem !important;
  letter-spacing: .15rem;
}

.order-summary-detail {
  display: flex;
  justify-content: space-between;
}

.order-summary-detail span {
  font-weight: 400;
  font-size: 16px;
}
.discount-apply-btn:default {
  background-color: lightgray;
  color: #000;
  border: none;
  font-family: 'RefregratorDx', sans-serif;
  text-transform: uppercase;
  letter-spacing: .11rem;
  font-weight: 800;
}

.pay-now a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--brand-accent, #4B5320);
  border: none !important;
  border-color: var(--brand-accent, #4B5320) !important;
  height: 3rem;
  padding: 0;
  color: #fff !important;
  transition: filter 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pay-now .checkout-icon {
  background-color: var(--black-color);
  height: inherit;
  padding: 0 1.25rem;
}

.pay-now .checkout-icon img {
  margin-top: 1rem;
}

.pay-now a:hover {
  background-color: var(--brand-accent, #4B5320);
  border-color: var(--brand-accent, #4B5320) !important;
  color: #fff;
  filter: brightness(.92);
}

.pay-now a:focus,
.pay-now a:active {
  background-color: var(--brand-accent, #4B5320);
  border-color: var(--brand-accent, #4B5320) !important;
  color: #fff;
  filter: brightness(.92);
}

.pay-now a .i {
  font-family: 'RefregratorDx', sans-serif;
  color: #fff;
  letter-spacing: .11rem;
  font-weight: 800;
  padding: 0 1.25rem;
}

.clear-cart button:default {
  background-color: transparent;
}

@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;
  }

  .section-cart .cart-row-container {
    padding: 1rem 0 !important;
  }

}

.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 100% !important;
}

.section-cart,
#section-cart-items {
  border: none !important;
}

.cart-section {
  border-top: none !important;
}

.cart-row-container {
  border: .063rem solid #CCCCCC !important;
  margin: .75rem 0 !important;
  padding: 1.45rem 1.75rem 1.45rem 1.875rem !important;
}

.media-heading a {
  color: #000 !important;
}
