/** Shopify CDN: Minification failed

Line 56:1 Unexpected "}"

**/
span.drawer_coun {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}
/* h5.cart-sku, */
h5.cart-vendore{
  font-size: 12px;
  font-weight: 300;
  color: #0009;
  line-height: 20px;
}
.info {
  display: flex;
  align-items: flex-start;
}
/* .custom-cart {
  flex: 0 50%;
} */
.product-item-qty {
  flex: 0 30%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.number.price {
  margin: 0 auto;
}
p.error_messge {
  color: red;
  display: block;
  width: 100%;
  margin-top: 0px;
}

.loading-div{
  display:none;
  border: 7px solid #f3f3f3; /* Light grey */
  border-top: 7px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin:5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.info {
    display: block !important;
}

.quantity-item {
    float: left;
    /* width: 39%; */
}
.hero_canvas .js-cart-inner .list-item .product-item .info {
    padding-right: 20px !important;
}
}

/* .cms-group-button .cms-btn{
  display: none !important;
} */

