.c-cart {
  margin: 60px auto 100px;
}
@media (max-width: 1649.98px) {
  .c-cart {
    margin: 48px auto 100px;
  }
}
@media (max-width: 1199.98px) {
  .c-cart {
    margin: 40px auto 100px;
  }
}
.c-cart .woocommerce-message {
  width: 100%;
}
@media (max-width: 575.98px) {
  .c-cart__wrapper {
    margin-bottom: 30px;
  }
}
.c-cart__empty {
  margin: 100px auto;
}
.c-cart__empty-button {
  margin: 50px auto;
  width: fit-content !important;
}
.c-cart__title {
  font-size: 1.75em;
  font-weight: bold;
  color: #000000;
  line-height: 1.68;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1649.98px) {
  .c-cart__title {
    font-size: 1.4em;
  }
}
.c-cart__cart-items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 1649.98px) {
  .c-cart__cart-items {
    gap: 24px;
  }
}
.c-cart__cart-item {
  display: flex;
  align-items: stretch;
  gap: 30px;
  min-height: 160px;
  padding: 30px 15px 30px 0;
  position: relative;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1649.98px) {
  .c-cart__cart-item {
    gap: 24px;
    min-height: 128px;
    padding: 16px;
  }
}
@media (max-width: 1199.98px) {
  .c-cart__cart-item {
    gap: 20px;
    min-height: 120px;
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .c-cart__cart-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.c-cart__image-container {
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 1649.98px) {
  .c-cart__image-container {
    width: 104px;
    height: 104px;
    min-width: 104px;
  }
}
.c-cart__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cart__product-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .c-cart__product-name {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.c-cart__product-title {
  font-size: 1.125em;
  font-weight: bold;
  color: #000000;
  line-height: 1.11;
  margin: 0;
}
@media (max-width: 1649.98px) {
  .c-cart__product-title {
    font-size: 1.1em;
  }
}
.c-cart__product-title a {
  color: #000000;
}
.c-cart__product-title a:hover, .c-cart__product-title a:active, .c-cart__product-title a:focus, .c-cart__product-title a:visited {
  color: #000000;
}
.c-cart__product-info {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.c-cart__product-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
  margin: auto;
}
@media (max-width: 1649.98px) {
  .c-cart__product-quantity {
    min-width: 104px;
    width: 104px;
  }
}
@media (max-width: 575.98px) {
  .c-cart__product-quantity {
    margin: 0 auto;
  }
}
.c-cart__item-price-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  min-width: 180px;
  width: 180px;
  gap: 10px;
}
@media (max-width: 1649.98px) {
  .c-cart__item-price-container {
    min-width: 144px;
    width: 144px;
  }
}
@media (max-width: 1199.98px) {
  .c-cart__item-price-container {
    min-width: 100px;
    width: 100px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .c-cart__item-price-container {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
  }
}
.c-cart__product-subtotal {
  font-size: 1.875em;
  font-weight: bold;
  line-height: normal;
  color: #343434;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1649.98px) {
  .c-cart__product-subtotal {
    font-size: 1.5em;
  }
}
.c-cart__product-subtotal .subtotal-original {
  color: #ff0000;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
  margin-top: -15px;
}
@media (max-width: 575.98px) {
  .c-cart__product-subtotal .subtotal-original {
    margin-top: 0;
  }
}
.c-cart__remove {
  color: #767676;
  text-align: right;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media (max-width: 1199.98px) {
  .c-cart__remove {
    top: 0;
  }
}
.c-cart__saving-total {
  color: #f15a30;
}
.c-cart__product-price {
  font-size: 0.875em;
  font-weight: 500;
  color: #222222;
  text-align: right;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1649.98px) {
  .c-cart__product-price {
    font-size: 0.7em;
  }
}
@media (max-width: 575.98px) {
  .c-cart__product-price {
    margin: 0;
  }
}
.c-cart__button {
  margin: 50px auto 0;
}
@media (max-width: 1649.98px) {
  .c-cart__button {
    margin: 40px auto 0;
  }
}
@media (max-width: 1199.98px) {
  .c-cart__button {
    margin: 30px auto 0;
  }
}
.c-cart__totals-container {
  margin-top: 20px;
  border: 1px solid #f9f9f9;
  padding: 25px 40px;
  background-color: #ededed;
}
@media (max-width: 1649.98px) {
  .c-cart__totals-container {
    margin-top: 16px;
    padding: 20px 32px;
  }
}
@media (max-width: 1199.98px) {
  .c-cart__totals-container {
    padding: 20px;
    margin-top: 20px;
  }
}
.c-cart__totals {
  width: 100% !important;
}
.c-cart__totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c-cart__totals-row.order-total {
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cacaca;
}
.c-cart__totals-row.order-total::before {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background-color: #ededed;
  position: absolute;
  top: -20px;
  left: -40px;
}
@media (max-width: 1649.98px) {
  .c-cart__totals-row.order-total::before {
    width: calc(100% + 64px);
    left: -32px;
  }
}
@media (max-width: 1199.98px) {
  .c-cart__totals-row.order-total::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.c-cart__totals-row .woocommerce-shipping-methods label {
  text-transform: none !important;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1649.98px) {
  .c-cart__totals-row .woocommerce-shipping-methods label {
    font-size: 12px;
  }
}
.c-cart__totals-row .woocommerce-shipping-methods input {
  width: 18px;
  height: 18px;
}
@media (max-width: 1649.98px) {
  .c-cart__totals-row .woocommerce-shipping-methods input {
    width: 15px;
    height: 15px;
  }
}
.c-cart__flex-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.c-cart__row-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  color: #222222;
  margin: 0;
}
@media (max-width: 1649.98px) {
  .c-cart__row-text {
    font-size: 0.8em;
  }
}
.c-cart__row-text span {
  font-size: 13px;
}
@media (max-width: 1649.98px) {
  .c-cart__row-text span {
    font-size: 12px;
    display: block;
  }
}
.order-total .c-cart__row-text {
  font-size: 2.125em;
  font-weight: 600;
}
@media (max-width: 1649.98px) {
  .order-total .c-cart__row-text {
    font-size: 1.7em;
  }
}
.c-cart__row-value {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  color: #000000;
  margin: 0;
}
@media (max-width: 1649.98px) {
  .c-cart__row-value {
    font-size: 1em;
  }
}
.order-total .c-cart__row-value {
  font-size: 2.125em;
}
@media (max-width: 1649.98px) {
  .order-total .c-cart__row-value {
    font-size: 1.7em;
  }
}
.c-cart__row-value .includes_tax {
  display: none;
}
.c-cart__checkout-button {
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 1649.98px) {
  .c-cart__checkout-button {
    margin: 32px auto 0;
  }
}
.c-cart__list-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 35px 40px 40px;
  border-top: 1px solid #ededed;
}
@media (max-width: 1649.98px) {
  .c-cart__list-container {
    padding: 28px 32px 32px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .c-cart__list-container {
    padding: 15px;
  }
}
.c-cart__list-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media (max-width: 1649.98px) {
  .c-cart__list-card {
    font-size: 0.7em;
  }
}
.c-cart__list-card a {
  text-decoration: underline;
}
.c-cart dt,
.c-cart dd {
  font-size: 13px;
  color: #767676;
  margin: 0;
}
.c-cart dt {
  color: #767676;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.c-cart dl {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.c-cart .is-red {
  color: #ff0000;
}