.w-cart .buttons {
  padding:15px 15px;
}
.w-cart .buttons .btn {
  font-size:14px;
  padding:5px 15px 4px;
}
.w-cart .cart-box {
  position: relative;
  z-index: 100;
}
.w-cart .cart-box-link {
  align-items: center;
  font-size:18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display:flex;
  padding:0px 10px;
}
.w-cart .cart-box-link:before {
  color: #000000;
  font-size:30px;
  font-weight: normal;
  height:48px;
  text-align: center;
  width:48px;
  line-height:48px;
  content:'\e60d';
  display:inline-block;
  font-family:'Themify';
}
.w-cart .cart-box.hover-box .cart-content {
  position: absolute;
  width:410px;
  display:none;
}
.w-cart .cart-box.hover-box:hover .cart-content {
  display:block!important;
}
.w-cart .cart-content {
  background-color: #ffffff;
  color: #000000;
  border:1px solid #e5e5e5;
  padding:15px 15px 5px;
}
.w-cart .cart-total {
  font-size:1.2em;
  font-weight: 600;
  border-bottom:1px solid #e5e5e5;
  padding:10px 0px;
}
.w-cart .current-multi-cart.item {
  background-color: rgba(17,160,219, 0.2);
}
.w-cart .image {
  float: left;
  width:70px;
  margin-left:-90px;
}
.w-cart .multicart .cart-content {
  padding:0px 0px;
}
.w-cart .multicart .count {
  color: #757575;
  font-size:14px;
}
.w-cart .multicart .count:before {
  content:'(';
}
.w-cart .multicart .count:after {
  content:')';
}
.w-cart .multicart .current-text {
  display:block;
}
.w-cart .multicart .item {
  position: relative;
  display:block;
  border-bottom:1px solid #e0e0e0;
  padding:15px 15px 15px 45px;
}
.w-cart .multicart .item.current-multi-cart .switch-cart:before {
  color: #000000;
  content:'\e64c';
}
.w-cart .multicart .name {
  display:block;
  padding:0px 10px;
  margin:0px -10px;
}
.w-cart .multicart .sub-total-row {
  overflow: hidden;
  display:block;
}
.w-cart .multicart .switch-cart {
  color: #cccccc;
  left:15px;
  position: absolute;
  top:14px;
}
.w-cart .multicart .switch-cart:before {
  content:'\f111';
  font-family:'Themify';
}
.w-cart .multicart .title {
  font-weight: 500;
  text-transform: uppercase;
  display:inline-block;
}
.w-cart .multicart a.name:hover {
  text-decoration: none;
}
.w-cart .multicart a.switch-cart:hover {
  color: #ee4225;
  text-decoration: none;
}
.w-cart .name {
  display:block;
}
.w-cart .no-text {
  vertical-align: top;
  display:inline-block;
}
.w-cart .no-text strong {
  display:none;
}
.w-cart .price {
  font-size:16px;
  font-weight: 600;
  text-align: right;
  display:block;
}
.w-cart .qty:after {
  font-size:0.7em;
  position: relative;
  top:-1px;
  content:'\f00d ';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
  padding-right:5px;
  padding-left:5px;
}
.w-cart .strong {
  font-weight: 400;
  display:block;
}
.w-cart .sub-total {
  float: right;
}
.w-cart .sub-total-row {
  font-size:18px;
  font-weight: 500;
  overflow: hidden;
}
.w-cart .sub-total-text {
  float: left;
}
.w-cart a.cart-box-link:hover {
  text-decoration: none;
}
.w-cart a.item:after {
  clear: both;
  content:'';
  display:block;
}
.w-cart a.item {
  display:block;
  padding:5px 0px 5px 90px;
}
.w-cart a.item:hover {
  text-decoration: none;
}
.w-cart span.items {
  background-color: #11a0db;
  font-size:0;
  max-height:17px;
  min-width:25px;
  position: relative;
  text-align: center;
  display:inline-block;
  border-radius:4px 4px 4px 4px;
  padding:0px 4px;
}
.w-cart span.items:before {
  left:-8px;
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  content:'';
  display:inline-block;
  border-top:4px solid transparent;
  border-left:4px solid transparent;
  border-right:4px solid #11a0db;
  border-bottom:4px solid transparent;
}
.w-cart span.items-count {
  color: #ffffff;
  font-size:12px;
  font-weight: 400;
}
@media (max-width:992px) {
  .w-cart .cart-box-link:after {
    display:none;
  }
  .w-cart .cart-box-link:before {
    font-size:25px;
    height:40px;
    width:40px;
    line-height:40px;
  }
  .w-cart .no-text {
    display:none;
  }
}
@media (max-width:768px) {
  .w-cart .cart-box-link {
    padding:0px 0px;
  }
}
