[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
.shop .star-rating span:before,
.shop .star-rating:before {
  content: "SSSSS";
  left: 0;
  position: absolute;
}
a {
  color: #08c;
}
a:focus,
a:hover {
  color: #0099e6;
}
a:active {
  color: #0077b3;
}
.shop .review_num {
  margin-right: 10px;
  float: left;
  position: relative;
  top: -1px;
}
.shop .star-rating {
  float: none;
  top: 2px;
  font-family: star;
  font-size: 1em;
  height: 1.2em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  width: 5.4em;
  margin-bottom: 25px;
}
.shop .star-rating:before {
  color: #e0dadf;
  float: left;
  top: 0;
}
.shop .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.shop .star-rating span:before {
  top: 0;
}
.shop .summary .price {
  color: #444;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 30px;
  margin-top: 20px;
}
.shop .quantity {
  margin: 0 15px 25px 0;
  overflow: hidden;
  position: relative;
  width: 125px;
  height: 35px;
  float: left;
}
.shop .quantity .minus,
.shop .quantity .plus {
  background: #f4f4f4;
  color: #5e5e5e;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: text-top;
  width: 35px;
  box-shadow: none;
  height: 35px;
  text-align: center;
  margin: 0;
}
.shop .quantity .minus {
  border: 1px solid #c8bfc6;
  border-radius: 2px;
}
.shop .quantity .plus {
  border: 1px solid #c8bfc6;
  border-radius: 2px;
  right: 0;
  top: 0;
}
.shop .quantity .qty {
  border: 1px solid #ccc;
  box-shadow: none;
  float: left;
  height: 35px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-size: 1em;
}
.shop .quantity .qty::-webkit-inner-spin-button,
.shop .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop .quantity .qty::-ms-clear {
  display: none;
}
.shop .product_meta {
  clear: both;
}
.shop .tabs-product {
  margin-top: 35px;
}
.shop ul.comments .comment-arrow {
  border-right-color: #f5f7f7;
}
.shop ul.comments .comment-block {
  background: #f5f7f7;
}
.shop table.cart img {
  height: auto;
  width: 55px;
}
.shop table.cart td.actions {
  padding: 20px 10px;
}
.shop table.cart .remove .fa {
  font-size: 1.5em;
  color: #dc3545;
}
.shop table.cart .coupon {
  float: left;
}
.shop table.cart .product-remove {
  width: 1%;
}
.shop table.cart .product-thumbnail {
  width: 7%;
}
.shop table.cart .product-name {
  width: 60%;
}
.shop table.cart .quantity {
  top: 10px;
  position: relative;
}
.shop .actions-continue {
  float: right;
}
.shop .cart-totals {
  width: 100%;
}
.shop .cart-totals td,
.shop .cart-totals th {
  border-top: 1px solid #dcdcdc;
  padding: 8px 10px;
}
.shop .cart-totals tr.total .amount {
  font-size: 2em;
  display: block;
  padding-top: 10px;
}
.featured-box {
  background: #f5f5f5;
  background: -webkit-linear-gradient(top, #fff 1%, #fcfcfc 98%);
  background: linear-gradient(to bottom, #fff 1%, #fcfcfc 98%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-radius: 7px;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  min-height: 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #08c;
  padding: 30px 15px;
  position: relative;
  top: -1px;
}
.product-name a {
  display: block;
  line-height: 24px;
  font-size: 16px;
}
.cartBoxBtn {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.pull-right-cart {
  float: right;
}
.pull-left-cart{
	float:left;
}
.btnCart{
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btnDelete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btnDelete:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btnUpdate {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btnUpdate:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btnOrder {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btnOrder:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.buildMoney {
  float: right;
}/*
@media (max-width: 991px) {
  .shop .actions-continue {
    float: none;
  }
  .shop table.cart td.product-price,
  .shop table.cart td.product-quantity,
  .shop table.cart th.product-price,
  .shop table.cart th.product-quantity {
    display: block;
  }
  .featured-box .box-content {
    padding: 15px 10px 25px;
  }
}*/
@media (max-width: 540px) {
  .product-name a {
    line-height: 22px;
    font-size: 15px;
  }
  .shop table.cart td {
    padding: 7px 7px;
  }
}
@media (max-width: 400px) {
  .btnCart {
    padding: 0.375rem 5px !important;
    font-size: 15px;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  font-size: 16px;
  text-align: left;
}
.table td,
.table th {
  padding: 8px 10px;
  vertical-align: middle;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
