/** Shopify CDN: Minification failed

Line 82:1 Unexpected "}"

**/
.mini_cart_header .title {
    font-size: 27px !important;
    font-weight: 900 !important;
    line-height: 32px !important;
 
}
span.drawer_coun {
    font-size: 14px;
    display:none;
    font-weight: 900;
    line-height: 20px;
    margin-top: 5px;

}
h5.cart-vendore , h5.cart-sku{
    font-size: 12px;
    font-weight: 300;
    color: #0009;
    line-height: 20px;

}
.number.price span {
    line-height: 16px !important;
   font-size: 14px !important;
    font-weight: 400 !important;

  color:#363636!important;
}
span.sm_txt {
    font-size: 12px !important;
    font-weight: 300;
    line-height: 20px;
  color:#000000 !important;

}
.info {
    display: flex;
    align-items: flex-start;
}
.custom-cart {
    flex: 0 50%;
}

.product-item-qty {
    flex: 0 27%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.number.price {
    margin: 0 auto;
    color:#FD312E;
}
p.error_messge {
   display:none;
    color: red;
    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;
  display:none !important;
}

@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;
}
}
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn-cart:before{
    content:'';
    position:absolute;
    height:100%;
    width:0px;
    background-color:#3E4E67;
    transition:0.5s ease-in;
    left:0px;
    border-radius: 4px;
}
.hero_canvas .cms-bottom-group .cms-group-button .cms-btn-cart:hover:before{
    width:100%;
}
#js_cart_popup .group-quantity-button.js-quantity {
    border-radius: 4px;
    height:32px;
    max-width:90px;
    padding:0 5px;
}

.heading_top ul {
    display: flex;
    padding: 0px 35px;
}

li.head_pro {
    width: 50%;
    min-width: 200px;
}
.heading_top ul li:last-child {
    width: 29%;
}
li.head_qua {
    min-width: 25%;
    width: 45%;
    text-align: center;
}
.heading_top ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.38px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #000;
}
.heading_top {
    margin-bottom: 10px;
}