body {
  color: #333;
}

.cart-section {
  width: 100%;
  max-width: 1440px;
  margin: 15px auto;
  display: flex;
  /* display: none; */
}

.cart-left {
  width: 54.33333%;
  margin: 0.5rem 2%;
  padding-right: 2rem;
  min-height: 0.125rem;
  background-color: #fff;
  box-sizing: border-box;
}

.cart-heading {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-heading h1 {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 1.5rem;
}

.cart-heading span {
  padding-top: 12px;
}

.cart-heading a {
  margin-left: 1rem;
  padding-top: 12px;
  display: inline-block;
  font-weight: 700;
  color: #001952;
}

.deliver-heading {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.icon-shipping {
  width: 25px;
  height: 25px;
  padding: 0;
  display: inline-block;
  min-width: 40px;
  max-width: 35px;
  max-height: 40px;
}

.deliver-heading h4 {
  padding-left: 2.5rem;
  padding-right: 5px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.items-heading {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #333;
  box-sizing: border-box;
}
.items-heading.only-oneitem .cart-checkbox__total {
  display: none;
}
.icon-items.cart-checkbox__checked > svg {
  visibility: visible;
}
.icon-items > svg {
  position: absolute;
  left: -1px;
  top: -1px;
  visibility: hidden;
}
.icon-items {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  cursor: pointer;
  margin: 5px;
}

.cart-item:last-child .remove {
  border-bottom: 0 none;
}

.cart-item__info {
  width: 100%;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
}

.cart-item__info {
  width: 100%;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  display: flex;
  box-sizing: border-box;
}

.prod-checkbox {
  display: flex;
  align-items: center;
}

.prod-img {
  position: relative;
  width: 15%;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  box-sizing: border-box;
  /* background-color: rgb(243, 243, 243); */
}

.prod-img::after {
  content: "";
  display: block;
  margin-top: 100%;
}

.prod-img>a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.prod-img img {
  width: 100%;
}

.prod-item {
  width: 58%;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  box-sizing: border-box;
}

.prod-price {
  display: flex;
  align-items: center;
}

.prod-sku {
  margin-top: 18px;
}

.prod-name {
  color: #333;
}

.prod-name a {
  line-height: 1.6em;
  font-size: .9375em;
  color: #001952;
  text-decoration: none;
}

.prod-qty {
  width: 30%;
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.prod-qty .counter-minus,
.prod-qty .counter-plus {
  width: 25%;
  height: 35px;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.prod-qty .counter-minus {
  border: 1px solid #a9b5ba;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.prod-qty .counter-plus {
  border: 1px solid #a9b5ba;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.prod-qty .cart-qty__input {
  width: 50%;
  height: 35px;
  flex-shrink: 0;
  font-size: .9375em;
  border: 1px solid #a9b5ba;
  border-left: 0;
  border-right: 0;
  text-align: center;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.cart-delivery {
  margin: 0.5rem 2%;
  font-weight: 700;
  color: #001952;
}

.prod-line__price {
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  flex: 1;
  text-align: right;
  box-sizing: border-box;
}
.prod-price span,
.prod-line__price span {
  font-weight: 700;
  font-size: 1.25em;
}

.remove {
  margin: 0.5rem 2% 0.5rem 17%;
  min-height: 0.125rem;
  text-align: right;
  border-bottom: 1.5px solid #d4dadc;
  box-sizing: border-box;
}

.remove span {
  margin: 1rem 2%;
  min-height: 0.125rem;
  display: inline-block;
  font-weight: 700;
  color: #001952;
  box-sizing: border-box;
  cursor: pointer;
}

.cart-right {
  width: 37.66667%;
  margin: 0.5rem 2%;
  padding: 3rem;
  min-height: 0.125rem;
  box-sizing: border-box;
  background-color: #f2f2f2;
  position: sticky;
  top: 100px;
  max-height: 700px;
}

.cart-promo {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.cart-promo input {
  width: 65%;
  height: 56px;
  padding: 10px;
  font-size: .9375em;
  color: #333;
  border: 1px solid #a9b5ba;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.cart-promo button {
  width: 33%;
  padding: 18px;
  height: 56px;
  display: inline-block;
  font-size: .9375em;
  font-weight: 700;
  vertical-align: top;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #001952;
}

.cart-summary {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.summary-title {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-title h5 {
  font-size: 20px;
  font-weight: bold;
}

.summary-title span {
  font-size: 12px;
  text-align: right;
}

.summary-item {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-item:last-child {
  font-weight: bolder;
}
.auto-prod {
  max-width: 1440px;
}
.cart-checkout {
  width: 100%;
  padding: 15px;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #011a52;
  background-color: #ffd305;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.payment a {
  width: 100%;
  margin-top: 1rem;
  padding: 5px 15px;
  background-color: #fff;
  color: #001952;
  border-radius: 5px;
  display: inline-block;
  font-size: .9375em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.payment a img {
  width: 150px;
  height: 38px;
}

.mobile-only {
  display: none;
}

.empty-cart-section {
  margin: 0 auto;
  padding: 50px 0;
  display: none;
  text-align: center;
}

.empty-cart-section h1 {
  padding: 2% 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}

.empty-cart-section .text-normal {
  font-size: .9375em;
  line-height: 1.6em;
  color: #666;
}

.empty-cart-section .signin-btn {
  width: 250px;
  margin: 15px auto;
  padding: 10px 15px;
  display: block;
  font-size: .9375em;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #001952;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.empty-cart-section .font-blod {
  display: inline-block;
  font-weight: 700;
  color: #001952;
}

@media screen and (max-width: 768px) {
  .cart-section {
    flex-direction: column;
  }

  .prod-qty {
    width: 100%;
  }

  .cart-left {
    width: 96%;
    padding-right: 0;
  }

  .remove span {
    margin: 0.5rem;
  }

  .cart-right {
    width: 96%;
    padding: 1rem;
  }

  .cart-promo {
    padding: 0 0 1rem;
  }

  .cart-delivery {
    display: none;
  }

  .prod-item {
    width: 37.66667%;
  }

  .mobile-only {
    width: 96%;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
    padding-left: 17%;
    display: block;
    box-sizing: border-box;
  }

  .mobile-only .radio-wrapper {
    padding: 0.75rem 0;
    border-top: 1.5px solid #d4dadc;
    border-bottom: 1.5px solid #d4dadc;
    font-weight: bold;
  }

  .remove {
    border-top: none;
  }
}