/**
 * @package		Ajax Cart for Virtuemart
 * @version		1.0
 * @author		Tung Pham<tung@foobla.com>
 * @copyright	Copyright (C) 2016 foobla.com. All rights reserved.
 * @license		GNU General Public License version 3 or later; see http://www.gnu.org/licenses/gpl-3.0.html
 */

.vmCartModule.mini {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  line-height: 26px;
}
.vmCartModule.mini .cart-items-number {
  display: block;
  position: relative;
  cursor: pointer;
}
.vmCartModule.mini .cart-items-number i {
  color: #a1a1a1;
  font-size: 18px;
  padding-top: 2px;
}
.vmCartModule.mini .cart-items-number span.total_products {
  border-radius: 50%;
  color: #EC640E;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 3px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.vmCartModule.mini .shopping_cart_content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
  width: 350px;
  padding: 10px 20px;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  overflow: hidden;
}
.vmCartModule.mini .shopping_cart_content ul {
  max-height: 300px;
  overflow: auto;
}
.vmCartModule.mini .shopping_cart_content ul li {
  border-top: 1px solid #ddd;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
  width: 100%;
  padding-top: 10px;
  list-style: none;
}
.vmCartModule.mini .shopping_cart_content ul li:first-child {
  border-top: medium none;
}
.vmCartModule.mini .shopping_cart_content .total {
  color: #2a2a2a;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: right;
}
.vmCartModule.mini .shopping_cart_content p.buttons {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
}
.vmCartModule.mini .shopping_cart_content p.buttons a {
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  font-size: 13px;
  border-radius: 0;
  font-weight: 400;
  margin: 40px 10px 10px 10px;
  padding: 10px 25px;
  text-transform: uppercase;
  float: none !important;
}

.vmCartModule.mini .shopping_cart_content img {
  float: left;
  margin-right: 10px;
  width: 80px;
}
.vmCartModule.mini .shopping_cart_content .product_name a {
  color: #2a2a2a;
  font-weight: 700;
  display: block;
  font-size: 13px;
}
.vmCartModule.mini:hover .shopping_cart_content {
  opacity: 1;
  visibility: visible;
}
.is-sticky .vmCartModule.mini .cart-items-number i {
  color: #ffffff;
}
.is-sticky .icon_top button {
  color: #ffffff;
}
.is-sticky #sp-top1 .sp-module .module-wishlist i {
  color: #ffffff;
}