/*========== CHECKOUT-SUMMARY1 ==========*/
.checkout-summary1 {
  margin: 30px 15px 0 15px;
}
.checkout-summary1 .container {
  width: auto;
}
.checkout-summary1 .container .summary1-header {
  display: flex;
}
.checkout-summary1 .container .summary1-header .summary1-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.checkout-summary1 .container .summary1-header .summary1-header-icon {
  margin-left: 15px;
  cursor: pointer;
}
.checkout-summary1 .container .summary1-header .summary1-header-icon img {
  width: 15px;
}
.checkout-summary1 .container .summary1-header .summary1-header-total {
  margin-left: auto;
  font-size: 1.75rem;
  font-weight: 600;
  display: none;
}
.checkout-summary1 .container .summary1-body {
  max-height: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.checkout-summary1 .container .summary1-body .summary1-items .summary1-item {
  display: flex;
  margin: 20px 0;
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
}
.checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-img img {
  width: 35px;
}
.checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 10px;
}
.checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-price {
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
}
.checkout-summary1 .container .summary1-body .summary1-footer {
  margin-top: 25px;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-shipping {
  display: flex;
  justify-content: space-between;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-shipping .summary1-footer-shipping-title {
  font-size: 1.5rem;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-shipping .summary1-footer-shipping-value {
  font-size: 1.5rem;
  font-weight: 600;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-total {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-total .summary1-footer-total-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-total .summary1-footer-total-value {
  font-size: 2rem;
  font-weight: 600;
}
.checkout-summary1 .container .summary1-body .summary1-footer .summary1-footer-vat {
  font-size: 1.5rem;
}

@media (min-width: 480px) {
  .checkout-summary1 .container .summary1-header .summary1-header-title {
    font-size: 1.75rem;
  }
  .checkout-summary1 .container .summary1-header .summary1-header-icon {
    margin-top: 2px;
  }
  .checkout-summary1 .container .summary1-header .summary1-header-total {
    font-size: 2rem;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-img img {
    width: 50px;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-name {
    font-size: 1.75rem;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-price {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .checkout-summary1 .container .summary1-header .summary1-header-title {
    font-size: 2rem;
  }
  .checkout-summary1 .container .summary1-header .summary1-header-icon {
    margin-top: 4px;
  }
  .checkout-summary1 .container .summary1-header .summary1-header-total {
    font-size: 2rem;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-img img {
    width: 75px;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-name {
    font-size: 1.75rem;
  }
  .checkout-summary1 .container .summary1-body .summary1-items .summary1-item .item-price {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=checkout-summary1.css.map */
