#vmCartModule {
  background: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  position: relative;
  width: 150px;
}

#vmCartModule:hover {
  background: none;
}

.vmCartModule > a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.vmCartModule svg {
  float: left;
 height: 28px;
    width: 20px;
}

.cart_top {
  display: block;
  overflow: hidden;
}

.cart_top .total_products {
  border-radius: 18px;
  box-sizing: border-box;
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  left: 30px;
  line-height: 18px;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 4px;
}

.cart_top .total {
  display: block;
  float: right;
  font-size: 1px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  visibility: hidden;
  width: 85px;
}
.cart_top .total_products{    background-color: #008070;}
.cart_top .total strong {
  font-size: 12px;
  font-weight: normal;
  visibility: visible;
}

.cart_empty {
  font-size: 12px;
  font-weight: normal;
  visibility: visible;
}
.wrap-cart-content {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 100%;
    -webkit-transition: all 300ms ease-in 200ms;
    transition: all 300ms ease-in 200ms;
    visibility: hidden;
}
.cart_content {
  background: #fff;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ECF0F1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: content-box;
  color: #333;
  margin-top: 9px;
  padding: 10px;
  width: 300px;
  z-index: 999;
}

.cart_content:before {
  border-bottom-color: #ECF0F1;
  border-bottom: 7px solid #ECF0F1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 2px;
}

.vmCartModule .wrap-cart-content.open {
  -webkit-transition: all 300ms ease-in;
  opacity: 1;
  transition: all 300ms ease-in;
  visibility: visible;
}

.vmCartModule .vm_cart_products {
  max-height: 250px;
  overflow-y: auto;
}

.vmCartModule .product_row {
  border-bottom: 1px solid #ECF0F1;
  overflow: hidden;
  padding: 10px 0;
}

.cart_content .block-left {
  float: left;
  width: 75%;
}

.cart_content .product_name a {
  display: inline;
  float: none;
  line-height: normal;
  text-decoration: none;
}

.cart_content .product_name a:hover {
  text-decoration: underline;
}

.cart_content .block-right {
  float: left;
  text-align: right;
  width: 25%;
}

.cart_content .total {
  float: left;
  padding: 10px 0;
  width: 100%;
}

.cart_content .total strong {
  float: right;
}

.cart_content .customProductData {
  color: #95A5A6;
  font-size: 12px;
}

.cart_content .show_cart {
  float: left;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.cart_content .show_cart a {
  border-radius: 4px;
  color: #fff;
  display: inline;
  float: none !important;
  padding: 8px 20px;
  text-decoration: none;
}

.cart_content .show_cart a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.cart_info {
  padding: 10px 0 0 0;
  text-align: center;
}
/*
Animation
*/
/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* Wobble Vertical */

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}