/** Shopify CDN: Minification failed

Line 72:1 Unexpected "}"

**/
.mini_cart_header .title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
}
span.drawer_coun {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    
}
h5.cart-vendore , h5.cart-sku{
    font-size: 12px;
    font-weight: 300;
    color: #0009;
    line-height: 20px;
}
.number.price span {
    line-height: 20px !important;
   font-size: 15px !important;
    font-weight: 900 !important;
}
span.sm_txt {
    font-size: 12px !important;
    font-weight: 300;
    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: 10px;
}

.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;
}
}

