section.cart-page {
  margin-top: 1vw;
  width: 100%;
  min-height: 10vw;
  position: relative;
  gap: 1.5vw;
  justify-content: space-between !important;
  align-items: start !important;
}

section.cart-page .cart-items-container {
  width: 67%;
  min-height: 15vw;
  position: relative;
  gap: 0.5vw;
  justify-content: start !important;
  border: 0.125vw solid #f1f5f9;
  border-radius: 0.9vw;
}

section.cart-page .cart-items-container-div1 {
  padding: 1.25vw;
  width: 100%;
  justify-content: space-between !important;
  position: relative;
  border-bottom: 0.125vw solid #f1f5f9;
}

section.cart-page .cart-items-container-div1 button.remove-cart-items {
  padding: 0.6vw 0;
  width: 7.25vw;
  /*background-color: #FDF2F8;*/
  background-color: #fdf2f2;
  position: relative;
  gap: 0.2vw;
  font-size: 0.9vw;
  font-weight: 500;
  color: var(--red);
}

section.cart-page .cart-items-container-div1 button.remove-cart-items:hover {
  filter: brightness(0.95);
}

section.cart-page .cart-items-container-div1 button.remove-cart-items svg {
  width: 1.75vw;
}

section.cart-page .cart-items-container-div1 h3 {
  font-size: 1vw;
  font-weight: 600;
  gap: 0.45vw;
  color: var(--dark-box-bg);
}

section.cart-page .cart-items-container-div1 h3 span.cart-total-qty {
  width: 2vw;
  height: 2vw;
  background-color: var(--red);
  color: var(--light-bg);
  font-size: 0.95vw;
  font-weight: 600;
  border-radius: 50%;
}

section.cart-page .cart-items {
  padding: 1.5vw;
  width: 100%;
  position: relative;
}

section.cart-page .cart-item-card {
  padding: 2vw 0;
  width: 100%;
  border-bottom: 0.12vw solid #f1f5f9;
  position: relative;
  justify-content: space-between !important;
  align-self: start !important;
}

section.cart-page .cart-item-card-div-right {
  gap: 1vw;
  position: relative;
  justify-content: start !important;
}

section.cart-page .cart-item-card-div-right figure {
  width: 8vw;
  height: 8.5vw;
  position: relative;
}

section.cart-page .cart-item-card-div-right figure img {
  width: 100%;
  height: 100%;
}

section.cart-page .cart-item-card-div-right figure .discount-label {
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  top: 0.25vw;
  right: 0.25vw;
  z-index: 3;
  color: var(--light-bg);
}

section.cart-page .cart-item-card-div-right figure .discount-label svg {
  width: 100%;
  position: absolute;
  z-index: 1;
  fill: var(--green);
}

section.cart-page .cart-item-card-div-right figure .discount-label span {
  display: inline-block;
  color: var(--light-bg);
  font-size: 0.9vw;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  transform: translateY(-0.1vw);
}

section.cart-page .cart-item-card-texts-details {
  gap: 1vw;
  align-items: start !important;
  justify-content: start !important;
}

section.cart-page .cart-item-card-texts-details h3 {
  font-weight: bold;
  font-size: 1vw;
  color: var(--dark-box-bg);
}

section.cart-page .cart-item-card-texts-details .color {
  gap: 0.5vw;
}

section.cart-page .cart-item-card-texts-details .color > span:nth-child(1) {
  padding: 0.15vw;
  width: 1.6vw;
  height: 1.6vw;
  border: 0.1vw solid;
  border-radius: 50%;
}

section.cart-page .cart-item-card-texts-details .color span:nth-child(1) span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

section.cart-page .cart-item-card-texts-details .color > span:nth-child(2) {
  font-weight: 600;
  font-size: 0.85vw;
}

section.cart-page .cart-item-card-texts-details .size {
  gap: 0.7vw;
}

section.cart-page .cart-item-card-texts-details .size > span:nth-child(1) {
  font-weight: 500;
  font-size: 1.25vw;
  color: #909090;
  width: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.cart-page .cart-item-card-texts-details .size > span:nth-child(2) {
  font-weight: 600;
  font-size: 0.9vw;
  color: var(--dark-box-bg);
}

section.cart-page .cart-item-card-texts-details .guarantee-msg {
  font-weight: 500;
  font-size: 0.87vw;
  color: #b7bfc5;
  gap: 0.4vw;
}

section.cart-page .cart-item-card-texts-details .guarantee-msg i {
  width: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.25vw;
}

section.cart-page .cart-item-price-cont {
  gap: 1vw;
  position: relative;
}

section.cart-page .cart-item-price-cont .cart-item-price-cont-divider {
  gap: 0.6vw;
}

section.cart-page .cart-item-price-cont .cart-item-price-cont-divider h3 {
  color: var(--green);
  font-size: 1.5vw;
  font-weight: 600;
}

section.cart-page
  .cart-item-price-cont
  .cart-item-price-cont-divider
  svg.toman {
  width: 2vw;
  fill: var(--green);
}

.cart-warn-msg {
  padding: 0 1.5vw 1.5vw 1.5vw;
  width: 100%;
  justify-content: start !important;
  gap: 0.75vw;
  font-size: 0.9vw;
  font-weight: normal;
  color: #b7bfc5;
  transform: translateY(-0.25vw);
}

.cart-warn-msg i {
  font-size: 1.5vw;
}
@media (max-width: 450px) {
  section .cart-page {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
  }
  section.cart-page .cart-items-container {
    width: 100%;
    min-height: 15vw;
    gap: 0.5vw;
    border-radius: 2vw;
  }
  section.cart-page .cart-items-container-div1 {
    padding: 1.9vw 2vw;
  }
  section.cart-page .cart-items-container-div1 h3 {
    font-size: 2.97vw;
    font-weight: 600;
  }
  section.cart-page .cart-items-container-div1 h3 span.cart-total-qty {
    width: 4vw;
    height: 4vw;
    font-size: 2.6vw;
    border-radius: 50%;
  }
  section.cart-page .cart-items-container-div1 button.remove-cart-items {
    padding: 2vw 1vw;
    width: 19.25vw;
    gap: 0.4vw;
    font-size: 2.6vw;
    border-radius: 1.7vw;
    font-weight: 500;
    color: var(--red);
  }
  section.cart-page .cart-items-container-div1 button.remove-cart-items svg {
    width: 3.28vw;
  }
  section.cart-page .cart-item-card-div-right figure {
    width: 24vw;
    height: 22vw;
  }
  section.cart-page .cart-item-card-div-right figure .discount-label {
    width: 6.5vw;
    height: 6.5vw;
    top: 0.25vw;
    right: 0.25vw;
  }
  section.cart-page .cart-item-card-div-right figure .discount-label span {
    font-size: 2.7vw;
  }

  section.cart-page .cart-item-card-texts-details {
    gap: 5vw;
  }
  section.cart-page .cart-item-card-texts-details h3 {
    font-weight: bold;
    font-size: 3.19vw;
    text-align: right;
  }
  section.cart-page .cart-item-card-texts-details .color > span:nth-child(2) {
    font-weight: 600;
    font-size: 2.75vw;
  }
  section.cart-page .cart-item-card-texts-details .color > span:nth-child(1) {
    padding: 0.15vw;
    width: 2.3vw;
    height: 2.3vw;
    border: 0.1vw solid;
  }
  section.cart-page .cart-item-card-texts-details .size > span:nth-child(1) {
    font-weight: 500;
    font-size: 2.85vw;
  }
  section.cart-page .cart-item-card-texts-details .size > span:nth-child(2) {
    font-weight: 600;
    font-size: 2.75vw;
  }
  section.cart-page .cart-item-card-texts-details .guarantee-msg i {
    font-size: 2.7vw;
  }
  section.cart-page .cart-item-card-texts-details .guarantee-msg i {
    width: 1.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.95vw !important;
  }
  .size i {
    font-size: 4vw;
  }
  section.cart-page .cart-item-card-texts-details .guarantee-msg {
    font-weight: 500;
    font-size: 2.55vw;
    gap: 1.4vw;
  }

  section.cart-page .cart-item-price-cont .cart-item-price-cont-divider h3 {
    font-size: 3.9vw;
  }
  .cart-opt-btn {
    width: 23vw !important;
    height: 9.5vw !important;
    position: relative;
    border-radius: 2vw !important;
    border: 0.1vw solid #f1f5f9;
    justify-content: space-between;
    overflow: hidden;
  }
  .fa-solid {
    font-size: 2.6vw !important;
  }
  .cart-opt-btn > div:nth-child(2) {
    font-size: 3.6vw !important;
  }
  .cart-opt-btn > div:nth-child(3) button svg {
    width: 80% !important;
  }
  .cart-warn-msg {
    padding: 0 1.5vw 1.5vw 1.5vw;
    width: 100%;
    justify-content: start !important;
    gap: 0.75vw;
    font-size: 2.3vw;
    font-weight: normal;
    color: #b7bfc5;
    transform: translateY(-0.25vw);
  }
  .cart-warn-msg i {
    font-size: 2.9vw;
  }
  section.cart-page
    .cart-item-price-cont
    .cart-item-price-cont-divider
    svg.toman {
    width: 5vw;
    fill: var(--green);
  }
}
