.header .cart {
  display: inline-block;
  margin-right: 12px;
}
.header .cart-link {
  background-color: var(--color-header);
  cursor: pointer;
  height: 24px;
  margin-top: -2px;
  width: 24px;
}
.cart-product-count {
  background-color: var(--color-red);
  border-radius: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -6px;
  width: 20px;
}
.cart-box {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 2.5rem;
  overflow: hidden;
}
.modal .cart-user {
  max-width: 510px;
}
.modal .cart-box {
  max-width: 510px;
}
.cart-product {
  align-items: center;
  border-bottom: 1px solid var(--color-main);
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  position: relative;
}
.cart-product-section-remove {
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
}
.cart-product-section-title {
  padding: 5px 0;
  text-decoration: underline;
  width: 100%;
}
.cart-product-section-price {
  display: inline-block;
  line-height: 40px;
  white-space: nowrap;
}
.cart-product-section-image {
  height: 100px;
  max-width: 100px;
  object-fit: contain;
}
.cart-product-section-block1 {
  align-items: end;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 10px;
}
.cart-product-section-block2 {
  align-items: center;
  display: flex;
  text-align: right;
  white-space: nowrap;
}
.cart-product-section-quantity {
  border: 0;
  border-bottom: 1px solid var(--color-main);
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
  font-size: 15px;
  padding: 4px 10px;
  text-align: center;
  width: 40px;
}
.fa-cart-quantity-btn {
  cursor: pointer;
  height: 8px;
  line-height: 40px;
  text-align: center;
  width: 8px;
}
.cart-products-total {
  margin: 12px 0 6px 0;
  text-align: right;
}
.cart-products-checkout {
  background-color: var(--color-main);
  border-radius: 4px;
  color: var(--color-btn);
  cursor: pointer;
  font-weight: 500;
  min-width: 225px;
  padding: 5px 10px;
  text-align: center;
}
.cart-products-checkout-not-valid {
  background-color: #dddddd;
  color: #222222;
}
.cart-btns .cart-products-checkout-black {
  background-color: #cccccc;
  color: #222222;
}
.cart-btns .cart-products-checkout-black2 {
  background-color: #222222;
  color: #ffffff;
}
.cart-total {
  display: flex;
  font-size: 25px !important;
  font-weight: 900;
  line-height: 1;
  margin: 8px 0;
  white-space: nowrap;
}
.cart-total2 {
  display: flex;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.cart-1click-notice {
  color: #d12f14;
  font-size: 13px;
  line-height: 1.3;
  margin: 15px 0;
  text-align: left;
}
.cart-1click-notice-hidden {
  color: #ffffff;
}
.cart-btns {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.cart-telephone-box {
  white-space: nowrap;
}
.cart-telephone {
  border: 0;
  border-bottom: 1px solid var(--color-main);
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
  font-size: 15px;
  min-width: 220px;
  outline: none;
  padding: 4px 10px;
  width: 100%;
}
.cart-success-box {
  max-width: 360px;
}
.cart-success-icon-box {
  padding-top: 12px;
  text-align: center;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }
}
.cart-success-icon {
  animation: bounce 1s infinite;
  fill: none;
  height: 48px;
  stroke: var(--color-main);
  width: 48px;
}
.cart-success-icon-check {
  height: 15px;
  width: 15px;
}
.cart-success-icon-check-inner {
  fill: var(--color-main);
}
.cart-success-title1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.cart-success-title2 {
  margin: 14px 0;
  text-align: center;
}
.cart-success-title2 .fa{
  background-color: var(--color-main);
}
.cart-success-title2 span {
  background-color: var(--color-main-transparent);
  border: 1px solid var(--color-main);
  border-radius: 24px;
  font-weight: 700;
  padding: 8px 12px;
}
.cart-success-text {
  font-size: 15px;
  margin-bottom: 32px;
  text-align: center;
}
.cart-success-cashback {
  background-color: var(--color-main-transparent);
  border: 1px solid var(--color-main);
  border-radius: 4px;
  font-size: 0.8em;
  margin: 8px 8px 32px 8px;
  padding: 8px;
  text-align: center;
}
.input:focus {
  border-color: var(--color-main);
}
.input:focus-visible {
  outline: none;
}
.input:invalid {
  border-color: #d12f14;
  border-style: dashed;
}
.fa-shipping-free-icon {
  background-color: #d12f14;
  height: 20px;
  left: 0px;
  opacity: .3;
  position: absolute;
  top: 0px;
  width: 20px;
}
.checkout-cart-agree {
  color: #d12f14;
  font-size: 14px;
  text-align: justify;
}
.checkout-cart-agree a {
  font-weight: 700;
}
.checkout-cart-agree .fa-external-link {
  background-color: #d12f14;
}
.checkout-cart-agree-cart {
  font-size: 13px;
  margin-bottom: 8px;
}
.checkout-cart-agree-cart a {
  color: var(--color-main);
  font-weight: 500;
}
.checkout-cart-red {
  color: #d12f14;
}
@media (max-width: 560px) {
  .cart-product-section-image {
    height: 60px;
    max-width: 60px;
  }
}