/*======================================
   Start Shopping Cart CSS
========================================*/

.table.shopping-summery {
  background: #fff;
  margin-top: 20px;
}

.shopping-cart {
  background: #f6f6f6;
  padding: 50px 0;
}

.shopping-summery thead .main-hading {
  padding: 0px 50px;
}

.shopping-summery thead {
  background: #333;
  color: #fff;
}

.shopping-summery.green thead {
  background: #333;
  color: #fff;
}

.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.shopping-summery tbody tr {
  border-bottom: 1px solid #f7941d;
  margin-top: 20px;
}

.shopping-summery tbody tr img {
  border-radius: 0;
  width: 80px;
  height: 80px;
}

.shopping-summery tbody tr:last-child {
  border: none;
}

.shopping-summery tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 17px;
}

.shopping-cart .table p {
  font-size: 14px;
  color: #666;
}

.shopping-summery tbody .product-name a:hover {
  color: #f7941d;
}

.shopping-summery tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}

.shopping-summery tbody .product:hover img {
  border-color: #f7941d;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.shopping-cart .border {
}

.shopping-cart .table .remove-icon {
  font-size: 16px;
  color: #bf1616;
}

.shopping-cart .table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 30px;
}

.shopping-summery tbody .price {
  text-align: center;
}

.shopping-summery tbody .price span {
}

.shopping-cart tbody .qty .input-group {
  width: 175px;
  display: inline-block;
}

.shopping-cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}

.shopping-cart .qty .button.minus {
  left: 0;
  border-radius: 0;
  overflow: hidden;
}

.shopping-cart .qty .button.plus {
  right: 0;
  border-radius: 0;
  overflow: hidden;
}

.shopping-cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  color: #282828;
  border: none;
  font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
  color: #f7941d;
}

.shopping-cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius: 0;
  overflow: hidden;
  padding: 0px 45px;
}

.shopping-summery tbody .total-amount {
  text-align: center;
}

.shopping-summery tbody .total-amount span {
}

.shopping-summery tbody .action {
  text-align: center;
}

.shopping-summery tbody .action a:hover {
  color: #f7941d;
}

.shopping-cart .total-amount {
  margin-top: 50px;
}

.shopping-cart .total-amount .left {
}

.shopping-cart .total-amount .left .coupon {
}

.shopping-cart .total-amount .left .coupon form {
}

.shopping-cart .total-amount .left .coupon form input {
  width: 220px;
  display: inline-block;
  height: 48px;
  color: #333;
  padding: 0px 20px;
  border: none;
  box-shadow: 0px 0px 5px #0000000a;
}

.shopping-cart .total-amount .left .coupon form .btn {
  display: inline-block;
  height: 48px;
  border: navajowhite;
  margin-left: 4px;
  background: transparent;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 5px #00000012;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
  background: #fff;
  color: #f7941d;
}

.shopping-cart .total-amount .left label {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

.shopping-cart .total-amount .left .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}

.shopping-cart .total-amount .left .checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
  cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
  display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #555555;
  border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
  position: absolute;
  content: "\f00c";
  font-family: "Fontawesome";
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  left: 3px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shopping-cart .total-amount .right {
  padding-left: 100px;
}

.shopping-cart .total-amount .right ul {
}

.shopping-cart .total-amount .right ul li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
  padding-top: 12px;
  border-top: 1px solid #c8c8c8;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
  display: inline-block;
  float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
}

.shopping-cart .total-amount .right .button5 .btn.btn-realizar {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #a5cc00;
  font-weight: 500;
  cursor: pointer;
}

.shopping-cart .total-amount .right .button5 .btn.btn-realizar:hover {
  background-color: #333;
}

.shopping-cart .total-amount .right .button5 .btn.btn-descartar {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #bf1616;
  font-weight: 500;
  cursor: pointer;
}

.shopping-cart .total-amount .right .button5 .btn.btn-descartar:hover {
  background-color: #333;
}

.totalCarro {
  background-color: #333;
  color: #fff;
}

.totalCarro li {
  background-color: #333 !important;
  color: #fff !important;
  padding: 5px !important;
  list-style-type: none;
}
.right {
  float: right;
}

.shopping-cart .total-amount .right ul li span {
  display: inline-block;
  float: right;
}

.total {
  height: 25px;
  background-color: #333;
  color: #f6f6f6;
  font-weight: bold;
}
.total-left {
  float: left;
}

.total-right {
  float: right;
}

.product-rubro {
    color: #40960a !important;
}

.product-familia {
    color: #dc1c1c !important;
}
/*======================================
   End Shopping Cart CSS
========================================*/
