/*
Cart Area Style
======================================================*/
.fww-cart-table table {
  margin-bottom: 0 !important;
}
.fww-cart-table thead tr {
  border-bottom: 1px solid #dfdfdf;
}
.fww-cart-table thead tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 15px 0;
  font-size: 14px;
  color: var(--headingColor);
  font-weight: 500;
}
.fww-cart-table tbody {
  border: unset;
}
.fww-cart-table tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.fww-cart-table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  color: var(--headingColor);
  padding: 25px 0;
  border: unset !important;
}
.fww-cart-table tbody tr td.image-and-content .products-image {
  height: 150px;
  width: 112px;
  margin-right: 15px;
}
.fww-cart-table tbody tr td.image-and-content .products-content h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.fww-cart-table tbody tr td.image-and-content .products-content h3 a {
  color: var(--headingColor);
  transition: var(--transition);
}
.fww-cart-table tbody tr td.image-and-content .products-content h3 a:hover {
  color: var(--redColor);
}
.fww-cart-table tbody tr td.image-and-content .products-content p {
  color: var(--headingColor);
  margin-bottom: 10px;
}
.fww-cart-table tbody tr td.image-and-content .products-content p span {
  color: var(--paragraphColor);
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns {
  padding-left: 0;
  margin-bottom: 0;
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li {
  display: inline-block;
  margin-right: 15px;
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li:last-child {
  margin-right: 0;
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li .delete-btn {
  color: var(--redColor);
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li .delete-btn i {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li .wishlist-btn {
  color: var(--paragraphColor);
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li .wishlist-btn i {
  margin-right: 4px;
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.fww-cart-table tbody tr td.image-and-content .products-content .btns li .wishlist-btn i:hover {
  color: var(--redColor);
}
.fww-cart-table tbody tr td.price {
  padding-right: 180px;
}
.fww-cart-table tbody tr td.quantity {
  padding-right: 100px;
}
.fww-cart-table tbody tr td.quantity .input-counter {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #dfdfdf;
}
.fww-cart-table tbody tr td.quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 100%;
  line-height: 36px;
  transition: var(--transition);
  font-size: 14px;
}
.fww-cart-table tbody tr td.quantity .input-counter span.minus-btn {
  left: 0;
}
.fww-cart-table tbody tr td.quantity .input-counter span.plus-btn {
  right: 0;
}
.fww-cart-table tbody tr td.quantity .input-counter span:hover {
  color: var(--headingColor);
}
.fww-cart-table tbody tr td.quantity .input-counter input {
  height: 36px;
  color: var(--headingColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f6f6f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.fww-cart-table tbody tr td.quantity .input-counter input::-moz-placeholder {
  color: var(--headingColor);
}
.fww-cart-table tbody tr td.quantity .input-counter input::placeholder {
  color: var(--headingColor);
}

.fww-cart-bottom-content .fww-apply-coupon-form ul {
  padding-left: 0;
  margin-bottom: 0;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li {
  list-style-type: none;
  margin-right: 10px;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li span {
  color: var(--headingColor);
  font-weight: 500;
  display: inline-block;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li:last-child {
  margin-right: 0;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li .form-control {
  width: 300px;
  position: relative;
  top: 11px;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li label {
  position: relative;
  top: 15px;
}
.fww-cart-bottom-content .fww-apply-coupon-form ul li .default-btn {
  padding: 12px 35px;
}
.fww-cart-bottom-content .order-summary h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fww-cart-bottom-content .order-summary ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.fww-cart-bottom-content .order-summary ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
}
.fww-cart-bottom-content .order-summary ul li span {
  position: absolute;
  right: 0;
}
.fww-cart-bottom-content .order-summary ul li.subtotal {
  font-weight: 500;
  color: var(--headingColor);
}
.fww-cart-bottom-content .order-summary ul li:last-child {
  margin-bottom: 0;
}
.fww-cart-bottom-content .order-summary .btns .default-btn {
  width: 100%;
  margin-bottom: 12px;
}
.fww-cart-bottom-content .order-summary .form-check .form-check-input {
  height: 16px;
  width: 16px;
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  border-color: var(--headingColor);
}
.fww-cart-bottom-content .order-summary .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/icon/check-icon.svg);
  background-size: 10px;
}
.fww-cart-bottom-content .order-summary .form-check label {
  position: relative;
  top: 1px;
}
.fww-cart-bottom-content .order-summary .form-check label a {
  color: var(--redColor);
}

@media only screen and (max-width: 767px) {
  .fww-cart-table tbody tr td.image-and-content {
    padding-right: 50px;
  }
  .fww-cart-table tbody tr td.image-and-content .products-image {
    height: 120px;
    width: 90px;
    margin-right: 10px;
  }
  .fww-cart-table tbody tr td.price {
    padding-right: 70px;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form {
    margin-bottom: 30px;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form ul.d-flex {
    display: inherit !important;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form ul li {
    margin-bottom: 12px;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form ul li:last-child {
    margin-bottom: 0;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form ul li .form-control {
    width: 100%;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form ul li .default-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-cart-table tbody tr td.image-and-content {
    padding-right: 50px;
  }
  .fww-cart-table tbody tr td.image-and-content .products-image {
    height: 120px;
    width: 90px;
    margin-right: 10px;
  }
  .fww-cart-table tbody tr td.price {
    padding-right: 70px;
  }
  .fww-cart-bottom-content .fww-apply-coupon-form {
    margin-bottom: 30px;
  }
  .fww-cart-bottom-content .order-summary {
    max-width: 300px;
  }
}/*# sourceMappingURL=cart.css.map */