.bg_gray {
  background-color: #f4f4f4;
}
.bg_gray.pattern {
  background: #f4f4f4 url(../img/pattern_2.svg) repeat;
}

.table.cart-list {
  margin: 0;
}

.table.cart-list th,
.table.options_cart th {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
  border: 0;
  padding-top: 0;
}

.table.cart-list th:nth-child(1) {
  width: 70%;
}
.table.cart-list th:nth-child(2) {
  width: 15%;
}
.table.cart-list th:nth-child(3) {
  width: 20%;
}
.table.cart-list th:nth-child(4) {
  width: 5%;
}

.table.cart-list td {
  vertical-align: middle;
  border: 0;
}
.table.cart-list td strong {
  font-weight: 500;
}
.table.cart-list td.options a {
  display: inline-block;
  margin-right: 10px;
}
.table.cart-list td.options a i {
  font-size: 18px;
  font-size: 1.125rem;
}
.table.cart-list td .numbers-row {
  background-color: #fff;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767.5px) {
  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
  }
  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table.cart-list tr {
    border: 1px solid #ddd;
  }
}
@media (max-width: 767.5px) and (max-width: 991.8px) {
  .table.cart-list tr {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.5px) {
  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 35%;
  }
  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before, .table.cart-list td:nth-of-type(5):before {
    font-weight: 700;
    color: #111;
  }
  .table.cart-list td:nth-of-type(1):before {
    content: "Product";
  }
  .table.cart-list td:nth-of-type(2):before {
    content: "Price";
  }
  .table.cart-list td:nth-of-type(3):before {
    content: "Quantity";
  }
  .table.cart-list td:nth-of-type(4):before {
    content: "Subtotal";
  }
  .table.cart-list td:nth-of-type(5):before {
    content: "Edit";
  }
}
.thumb_cart {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  position: relative;
  border: 2px solid #fff;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 50%;
  overflow: hidden;
}
.thumb_cart img {
  width: 80px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 991.8px) {
  .thumb_cart {
    display: none;
  }
}

.item_cart {
  float: left;
  width: 65%;
  margin: 25px 0 0 10px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 991.8px) {
  .item_cart {
    margin: 5px 0 0 0;
    width: 100%;
    float: none;
  }
}

.cart_actions .apply-coupon .form-control {
  margin-right: 10px;
  height: 40px;
}
@media (max-width: 575.5px) {
  .cart_actions .apply-coupon .form-control {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 575.5px) {
  .cart_actions .btn_1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box_cart {
  background-color: #fff;
  padding: 60px 0;
  text-align: right;
}
@media (max-width: 767.5px) {
  .box_cart {
    padding: 30px 0;
  }
}
.box_cart h5 {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.box_cart small {
  text-align: center;
  line-height: 1.1;
  display: block;
  margin-top: 10px;
}
.box_cart ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.box_cart ul li span {
  float: left;
}
.box_cart ul li:last-child {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #eaa16c;
  font-size: 20px;
  font-size: 1.25rem;
}

.table.cart-list {
  margin-bottom: 30px;
}
.table.cart-list tbody > tr:nth-child(2n+1) > td {
  background-color: #f8f8f8 !important;
}
.table.cart-list tbody {
  border-top: 1px solid #ededed;
}
.table.cart-list thead th {
  border: none;
  font-weight: 500;
}
.table.cart-list td {
  vertical-align: middle;
  padding: 0.75rem;
}
.table.cart-list td.options i {
  font-size: 26px;
}
.table.cart-list td h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.table.cart-list td p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
}
.table.cart-list td figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  border-radius: 50%;
  overflow: hidden;
}
.table.cart-list td figure img {
  width: 60px;
  height: auto;
}
@media (max-width: 767.5px) {
  .table.cart-list td figure {
    float: none;
  }
}
.table.cart-list td .dropdown-options {
  border: none;
  margin: 0;
}
.table.cart-list td .dropdown-options > a {
  padding: 0;
  display: inline-block;
  color: #978667;
}
.table.cart-list td .dropdown-options > a:after {
  display: none;
}
.table.cart-list td .dropdown-options > a:hover {
  color: #111;
}
.table.cart-list td .dropdown-menu {
  background-color: #fff;
  min-width: 250px;
  margin-left: -105px !important;
  padding: 15px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 991.8px) {
  .table.cart-list td .dropdown-menu {
    margin-left: -205px;
  }
}
.table.cart-list td .dropdown-menu label {
  font-weight: normal;
}
.table.cart-list td .dropdown-menu a {
  color: #fff;
}
.table.cart-list td .dropdown-menu a.btn_1 {
  display: block;
  padding: 7px 15px;
}
.table.cart-list td .dropdown-menu h5 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.table.cart-list td .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.table.cart-list td .dropdown-menu ul li label small {
  float: right;
  padding-top: 3px;
}

.item_cart {
  float: left;
  width: 65%;
  margin: 25px 0 0 10px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 991.8px) {
  .item_cart {
    margin: 5px 0 0 0;
    width: 100%;
    float: none;
  }
}

.numbers-row {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #fff;
  text-align: left !important;
}

input.qty2 {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 50%;
  background: none;
  padding: 5px;
  border: none;
  margin-left: -20px;
}
input.qty2:focus {
  outline: none;
  box-shadow: none;
}

.button_inc {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  z-index: 2;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300 !important;
  color: #999;
}
.button_inc:hover {
  color: #978667;
}

.dec {
  left: 0;
  top: 0;
}

.inc {
  right: 0;
  top: 0;
}/*# sourceMappingURL=shop-cart.css.map */