.cart-page {
  padding: 0 0px 30px 0px;
}

.cart-page .row-section {
  padding-left: 80px !important;
  padding-right: 80px !important;
  margin-top: 15px;
  margin-bottom: 200px;
}
.cart-page .left-section {
  padding-right: 30px;
}
.cart-page .row-section .summary {
  background: #fffaf5;
  padding-bottom: 40px;
}
.cart-page .row-section .summary .summary-header {
  background: #fce0c4;
  padding: 10px 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #2e2e2e;
}
.cart-page .row-section .summary .summary-header .image-wrapper {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .row-section .summary .content-wrapper {
  padding: 12px;
}
.cart-page .row-section .summary .content-wrapper .summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #ebc39c;
}
.cart-page .row-section .summary .content-wrapper .summary-row .detail-text {
  font-size: 15px;
  font-weight: 500;
  font-family: "Raleway";
  white-space: nowrap;
  overflow: hidden;

  text-overflow: ellipsis;
  max-width: 150px;
}
.cart-page .row-section .summary .content-wrapper .summary-row .price {
  text-align: start;
  font-weight: 600;
  font-family: "Roboto Slab";

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-page .row-section .summary .content-wrapper .total {
  color: #884200;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 5px;
}
.cart-page .row-section .summary .content-wrapper .total .price {
  font-weight: 700;
}
.cart-page .row-section .summary .content-wrapper .bottom-section {
  margin: 0 10px;
}
.cart-page
  .row-section
  .summary
  .content-wrapper
  .bottom-section
  .checkout-btn {
  width: 100%;
}
.cart-page .row-section .summary .content-wrapper .bottom-section .info-box {
  margin-top: 15px;
  border: 1px solid #e0cbb5;
  padding: 15px;
  background: #fff;
}
.cart-page .row-section .summary .content-wrapper .bottom-section .info-box p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-page
  .row-section
  .summary
  .content-wrapper
  .bottom-section
  .info-box
  .icon-wrapper {
  width: 20px;

  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page
  .row-section
  .summary
  .content-wrapper
  .bottom-section
  .info-box
  .icon-wrapper
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-page .coupon {
  background: #fcecdb;
  padding: 10px 20px;
  margin: 0 -12px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-page .coupon .label {
  font-size: 13px;
  color: #000000;
}
.cart-page .coupon .coupon-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.cart-page .coupon .coupon-input {
  flex: 1;
  min-width: 0;
  border-radius: 0px !important;
  color: #343434;
  font-size: 14px;
}
.cart-page .coupon .apply-btn {
  white-space: nowrap;
  background: #1f2a44 !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cart-page .row-section {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .row-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0px;
  }
  .cart-page .left-section {
    padding-right: 10px;
  }
  .cart-page .row-section .summary .summary-header {
    padding: 5px 12px;
    font-size: 15px;
  }
  .cart-page .row-section .summary .content-wrapper .summary-row .detail-text {
    font-size: 14px;
  }
  .cart-page
    .row-section
    .summary
    .content-wrapper
    .bottom-section
    .info-box
    p {
    font-size: 13px;
    gap: 8px;
    line-height: 1.3;
  }
  .cart-page .cart-item .meta .bottom-row {
    gap: 40px !important;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .cart-page .row-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 130px;
  }
  .cart-page .left-section {
    padding-right: 12px;
  }
  .cart-page .row-section .right-section {
    margin-top: 30px;
  }
  .cart-page .coupon .apply-btn {
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cart-page .row-section .summary .summary-header {
    padding: 6px 12px;

    font-size: 15px;
  }
  .cart-page .row-section .summary .content-wrapper .summary-row .detail-text {
    font-size: 14px;
  }
  .cart-page
    .row-section
    .summary
    .content-wrapper
    .bottom-section
    .info-box
    p {
    font-size: 13px;
  }

  .cart-page .coupon .apply-btn {
    font-size: 14px;
    width: 120px;
    border: 2px solid #1f2a44 !important;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .cart-page {
    padding: 0 0px 30px 0px;
  }
  .cart-page .row-section .summary .content-wrapper {
    padding: 8px;
  }
  .cart-page .row-section .summary .summary-header {
    padding: 6px 10px;
    gap: 3px;
    font-size: 14px;
  }
  .cart-page .row-section .summary .content-wrapper .summary-row {
    padding: 6px 7px;
  }
  .cart-page .row-section .summary .content-wrapper .summary-row .detail-text {
    font-size: 13px;
  }
  .cart-page .row-section .summary .content-wrapper .summary-row .price {
    font-size: 13px;
  }
  .cart-page .row-section .summary .content-wrapper .total {
    margin-bottom: 10px;
  }
  .cart-page .row-section .summary .content-wrapper .bottom-section {
    margin: 0 2px;
  }
  .cart-page
    .row-section
    .summary
    .content-wrapper
    .bottom-section
    .info-box
    p {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 10px;
  }
  .cart-page .row-section .summary .content-wrapper .bottom-section .info-box {
    padding: 10px;
  }
  .cart-page
    .row-section
    .summary
    .content-wrapper
    .bottom-section
    .info-box
    .icon-wrapper {
    width: 15px;
    height: 15px;
  }
  .cart-page .row-section {
    margin-top: 0;
  }
  .cart-page .row-section .right-section {
    margin-top: 20px;
  }

  .cart-page .coupon .apply-btn {
    width: 100%;
    border: 1px solid #1f2a44 !important;
    font-size: 13px;
  }

  .cart-page .coupon .coupon-input {
    width: 100%;
    font-size: 13px;
  }
  .cart-page .coupon {
    padding: 10px 20px;
    margin: 0 -8px 15px;
    gap: 6px;
  }
}
