.cart-page-section {
  width: 1170px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

#cart-section-tags {
  margin-bottom: 40px;
  padding-left: 30px;
}
#cart-section-tags a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000000;
}

.cart-header-container {
  box-sizing: border-box;
  align-items: center;
  width: 1170px;
  height: 72px;
  border-radius: 4px 0px 0px 0px;
  box-shadow: 0px 1px 13px 0px #0000000d;
  padding: 0 20px;
}

.cart-header {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  width: 400px;
}
.cart-header:nth-child(4) {
  text-align: right;
  padding-right: 30px;
}
.product-row {
  box-sizing: border-box;
  align-items: center;
  width: 1170px;
  height: 102px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
  box-shadow: 0px 1px 13px 0px #0000000d;
  font-family: "Poppins", sans-serif;
}

.product-img-wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}
.product-img {
  width: 60px;
  height: 60px;
}

.cart-product-quantity {
  width: 72px;
  height: 44px;
  border-radius: 4px;
  border: 1.5px solid #00000066;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-left: 8px;
  box-sizing: border-box;
}
.product-row .cart-product-subtotal {
  text-align: right;
  padding-right: 30px;
}
.cart-header:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.product-row .product-img-wrapper {
  padding-left: 30px;
}
.cart-btn-container {
  width: 1170px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 70px;
}
.cart-btn {
  width: 218px;
  height: 56px;
  padding: 16px 48px 16px 48px;
  border-radius: 4px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: 1px solid #00000080;
  cursor: pointer;
}
.cart-btn a{
  text-decoration: none;
  color:#000000;
}

.coupon-cart-total-container {
  display: flex;
  justify-content: space-between;
  width: 1170px;
}
.coupon-container {
  display: flex;
  gap: 10px;
  height: 56px;
}
.coupon-input {
  width: 300px;
  padding: 16px 164px 16px 24px;
  border-radius: 4px;
  border: 1px solid #000000;
  background: transparent;
  text-align: left;
  box-sizing: border-box;
}
.coupon-btn {
  width: 211px;
  height: 56px;
  padding: 16px 48px 16px 48px;
  border-radius: 4px;
  background: #db4444;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.cart-total-container {
  display: flex;
  flex-direction: column;
  width: 470px;
  height: 324px;
  border-radius: 4px;
  border: 1.5px solid #000000;
  padding: 0 20px;
  box-sizing: border-box;
}
.cart-total-title {
  text-align: left;
}
.subtotal-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cart-total-btn {
  width: 260px;
  height: 56px;
  padding: 16px 48px 16px 48px;
  border-radius: 4px;
  box-sizing: border-box;
  align-self: center;
  margin-top: 20px;
  background-color: #db4444;
  color: #fff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.product-img-wrapper:hover .cancel-icon {
  display: block;
}

.cancel-icon {
  display: none;
  position: absolute;
  left: 17px;
  width: 24px;
  height: 24px;
}

.empty-cart-message {
  text-align: center;
  font-size: 30px;
  color: #db4444;
}
.start-shopping-btn {
  width: 211px;
  height: 56px;
  padding: 16px 48px 16px 48px;
  border-radius: 4px;
  background: #db4444;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cart-page-section {
    width: 100%;
  }
  .cart-btn-container {
    width: 100%;
    gap: 15px;
  }
  .product-row .product-img-wrapper {
    align-items: center;
  }
  .coupon-cart-total-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .cart-header {
    font-size: 15px;
  }

  .cart-total-btn {
    width: 100%;
  }
  .cancel-icon {
    left: 16px;
    top: 0px;
  }
}

@media (max-width: 530px) {
  #cart-section-tags {
    padding-left: 10px;
  }
  .cart-header {
    font-size: 12px;
  }
  .product-row {
    height: auto;
  }
  .product-row .product-img-wrapper {
    padding-left: 10px;
    padding-right: 8px;
  }
  .cart-header:nth-child(1) {
    padding-left: 10px;
  }
  .cart-product-name,
  .cart-product-price {
    font-size: 12px;
  }
  .product-row .cart-product-subtotal {
    padding-right: 10px;
    font-size: 12px;
  }
  .cart-header:nth-child(4) {
    padding-right: 10px;
    font-size: 12px;
  }
  .cart-product-quantity {
    width: 50%;
    height: auto;
    padding: 0 0 0 5px;
    font-size: 12px;
  }
  .coupon-container {
    width: 100%;
  }
  .coupon-input {
    width: 60%;
    padding: 0 0 0 10px;
    height: 45px;
    font-size: 12px;
  }
  .coupon-btn {
    width: 40%;
    line-height: 0;
    padding: 0;
    height: 45px;
    font-size: 12px;
  }
  .cart-btn-container {
    margin: 20px 0;
  }
  .cart-btn {
    width: 50%;
    padding: 0;
    font-size: 12px;
    height: 45px;
  }
  .cart-total-container {
    width: 100%;
    padding: 0 10px;
    height: auto;
  }
  .cart-total-title {
    font-size: 15px;
  }
  .subtotal-wrapper {
    padding-bottom: 3px;
    font-size: 12px;
  }
  .cart-total-btn {
    padding: 0;
    height: 45px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .cancel-icon {
    left: 0px;
  }
}
