.cart-table td.product-total {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}
.site-main.cart h1.page-title {
  text-align: center;
  padding-bottom: 40px;
}
.site-main.cart {
  padding-bottom: 100px;
}
.cart-table {
  padding: 24px 0;
  width: 100%;
  border-radius: 16px;
}

.cart-table th {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.cart-table th.product-name,
.cart-table td.product-name {
  text-align: left;
}

.cart-table td {
  text-align: center;
}

.cart-table .quantity {
  margin: auto;
}

.cart-totals-wrap {
  padding: 0px 0px 32px 32px;
  max-width: 416px;
  margin-left: auto;
  margin-bottom: 0px;
}

.mini-cart-total.cart-page {
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.mini-cart-total.cart-page .cart-price-amount {
  font-weight: 600;
}
.cart-totals-wrap .btn-continue {
  background-color: #ff7606;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 0;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  font-weight: 500;
}
.cart-totals-wrap .mini-cart-trust-icons .trust-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.cart-totals-wrap .mini-cart-trust-icons {
  margin-top: 40px;
}

.discount-container input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #a9a5a2;
}

.discount-container input {
  padding: 12px 16px;
  border: 1px solid #dad1ca;
  border-radius: 8px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
}
.discount-container .apply-button {
  padding: 19px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
  border: none;
  height: 48px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}
.discount-container .apply-button:hover {
  background-color: #606060;
}

.discount-container {
  display: flex;
  gap: 14px;
  align-items: center;
  align-content: center;
  margin-bottom: 16px;
}

.cart-page .mini-cart-total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 24px;
}

.cart-image img {
  max-height: 104px;
}

.cart-page-wrapper .breadcrumbs {
  margin-top: 16px;
}

.cart-table {
  display: flex;
  flex-direction: column;
}

.cart-table thead {
  padding-bottom: 17px;
}

.cart-table thead {
  border-bottom: 1px solid #000000;
}

.cart-table tbody tr {
  padding: 24px 0px;
}

.cart-table tbody tr {
  border-bottom: 1px solid #000000;
}

.cart-product-name-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 100px;
}

.cart-page-mobile.mobile {
  background-color: #fff;
  padding: 16px 19px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.cart-table tr {
  width: 100%;
  display: flex;
}
td.product-remove .remove-item {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/assets/icons/remove-item-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}

.cart-table .product-name {
  width: 45%;
  min-width: 450px;
}

.cart-table .product-price {
  text-align: right;
}

.cart-table td {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table .product-qnt {
  width: 25%;
}
.cart-table td.product-qnt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table .product-remove {
  margin-left: 41px;
}

.cart-table th.product-remove {
  width: 16px;
}
.cart-table .product-price {
  width: 20%;
  text-align: center;
}
.cart-table .product-total {
  width: 10%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.cart-table td.product-total {
  font-weight: 600;
  font-size: 18px;
}

.product-cart-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 18px;
}
.cart-product-info .remove-cart-item {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6e6e6e;
  text-decoration: none;
  background-image: url(assets/icons/remove-cart-item-x.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0px;
  transition: 0.2s;
}
.cart-product-info .remove-cart-item:hover {
  opacity: 0.6;
}
td.product-price {
  font-weight: 600;
  font-size: 18px;
}

.product-name .item-cart-specs .mini-item-wheel {
  background-color: #dad1ca;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 16px;
  height: 28px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-size {
  background-color: #dad1ca;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  padding: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-color {
  width: 28px;
  height: 28px;
  background-color: #dad1ca;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-name .item-cart-specs .mini-item-color-circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.cart .mobile {
  display: none;
}

.cart .quantity {
  border: 1px solid #ededed;
  border-radius: 4px;
  display: flex;
  margin-top: auto;
  max-height: 48px;
  padding: 0px 14px;
  align-items: center;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .cart-product-name-wrap {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px !important;
  }
  .product-cart-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 18px;
    margin-right: 10px;
  }
  .cart-table .product-name {
    width: 35% !important;
    min-width: 360px !important;
  }
  .cart-image img {
    max-height: 75px;
    width: auto;
  }
  .cart-table td.product-total {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
    .account-details-section .order-title .btn-back {
        top: -50px;
        left: unset;
      }
      .account-details-section .order-title {
        font-family: Poppins;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        gap: 20px;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        position: relative;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
      }
      .my-account-nav-section .container {
        overflow-x: scroll;
      }
      .mobile-cards {
        display: block;
      }
      .desktop-order-table {
        display: none;
      }
      .orders-cards .order-item {
        border-bottom: 1px solid #000;
        padding: 16px 0;
        display: flex;
        gap: 15px;
        justify-content: space-between;
      }
      .orders-cards .order-item .item-image img{
        width: 100%;
        height: auto;
      }
      .orders-cards .order-item:first-child {
        border-top: 1px solid #000;
      }
      .orders-cards .order-item .item-info .name {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
      }
    
      .orders-cards .order-item .item-info .info-row {
        display: flex;
        justify-content: space-between;
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 10px;
      }
      .orders-cards .order-item .item-info .info-row .value{
        font-weight: 600;
      }
      .orders-cards .order-item .item-info .info-row:last-child {
        margin-bottom: 0;
      }
      .view-order-totals {
        margin-top: 20px;
      }
      .view-order-totals .flex-totals {
        font-size: 14px;
        line-height: 20px;
      }
      .view-order-page {
        padding-bottom: 40px;
      }
      .view-order-totals .btn {
        margin-top: 10px;
      }
  .cart-totals-wrap {
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 64px;
  }

  .product-cart-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 16px;
  }
  td.product-price {
    font-weight: 600;
    font-size: 16px;
  }
  .product-name .item-cart-specs .mini-item-wheel {
    background-color: #dad1ca;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    padding: 8px 11px;
    height: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .product-name .item-cart-specs .mini-item-size {
    background-color: #dad1ca;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    padding: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .product-name .item-cart-specs .mini-item-color {
    width: 24px;
    height: 27px;
    background-color: #dad1ca;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .product-name .item-cart-specs .mini-item-color-circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
  }

  .cart-totals-wrap .mini-cart-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .cart .desktop {
    display: none !important;
  }
  .cart .mobile {
    display: block;
  }

  .orders-cards.mobile-cards .remove-cart-item {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #6e6e6e;
    text-decoration: none;
    background-image: url(assets/icons/remove-cart-item-x.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px;
  }

  .qnt-selection.info-row {
    display: flex;
    justify-content: space-between;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    align-items: center;
  }
  .cart .cart-totals-wrap {
    padding: 24px 0px;
    background-color: transparent;
    border-radius: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 64px;
  }
  .site-main.cart {
    padding-bottom: 40px;
  }
}
