.qty-style, .product-card-footer .quantity-form .quantity {
  height: 36px !important;
  width: 85px;
  border: 1px solid #C2C2C2;
  border-top: none;
  border-bottom: none;
  background-color: white;
  font-size: 1.5rem;
  color: #000000;
  text-align: center; }

.product-card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 24px;
  width: inherit; }
  .product-card-footer .line-item-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-card-footer .line-item-total-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 400;
    color: var(--color-heading);
    padding: 0; }
    .product-card-footer .line-item-total-price.price {
      padding-left: 0.5rem; }
  .product-card-footer .line-item-promo {
    width: 90%; }
  .product-card-footer .quantity-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
    border-radius: 100px;
    border: 1px solid #C2C2C2; }
    .product-card-footer .quantity-form .quantity:focus {
      outline: 1px #999999; }
    @media (max-width: 1199.98px) {
      .product-card-footer .quantity-form .quantity {
        width: 40px; } }
    .product-card-footer .quantity-form span {
      font-size: 14px;
      padding: 0 5px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 300;
      height: 15px; }
    .product-card-footer .quantity-form .plus,
    .product-card-footer .quantity-form .minus {
      position: relative;
      border: none;
      outline: none;
      background: transparent;
      padding: 0 15px;
      transition: all 0.2s ease;
      font-weight: 300;
      color: #78787E; }
      .product-card-footer .quantity-form .plus:hover,
      .product-card-footer .quantity-form .minus:hover {
        font-weight: 500;
        color: #000000; }
      .product-card-footer .quantity-form .plus.inactive,
      .product-card-footer .quantity-form .minus.inactive {
        color: #D3D3D3; }
  @media (max-width: 991.98px) {
    .product-card-footer {
      padding: 0; } }

.remove-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  padding-top: 0 !important;
  height: 25px;
  color: #5C5C5C;
  cursor: pointer; }
  .remove-product span {
    color: var(--color-gray);
    font-size: 1rem; }
  .remove-product:focus {
    box-shadow: none; }
  .remove-product-text {
    margin-left: 5px;
    color: #78787E; }

.total-wrapper .row {
  -ms-flex-align: start;
      align-items: start; }
  .total-wrapper .row p {
    margin-bottom: 0; }

.total-wrapper .title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem; }

.total-wrapper .promo-code-btn {
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.total-wrapper .coupon-error-message {
  color: red;
  font-size: 0.75rem; }

.total-wrapper .grand-total {
  color: #6632F5; }

.total-wrapper .shipping-fee-notice {
  font-size: 14px;
  margin: 20px 0; }

.text-bullet-type, .total-wrapper .order-sum-info, .product-card-wrapper .line-item-attributes {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.5rem; }

.divider {
  width: 100%;
  height: 1px;
  background-color: #C2C2C2;
  margin: 20px auto 20px; }

.cart-page-wrapper {
  gap: 1.25rem; }
  @media (max-width: 991.98px) {
    .cart-page-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.product-card-wrapper,
.total-wrapper {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px; }

.product-card-wrapper .line-item-wrapper {
  background-color: white;
  border-radius: 10px; }

.product-card-wrapper .num-item-wrapper {
  max-width: 100%; }

.product-card-wrapper .line-item-product-name {
  color: black; }

.product-card-wrapper .line-item-attributes,
.product-card-wrapper .lineItem-options-values {
  font-size: 14px;
  color: black; }

.product-card-wrapper .lineItem-options-values {
  color: #78787E;
  text-transform: capitalize; }

.product-card-wrapper .item-image {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 105px; }

/*# sourceMappingURL=cart.css.map*/