/** Shopify CDN: Minification failed

Line 17:0 Unexpected "{"
Line 17:4 Expected ":"
Line 41:0 Unexpected "{"
Line 41:12 Expected ":"
Line 49:0 Unexpected "{"
Line 49:7 Expected ":"
Line 60:0 Unexpected "{"
Line 60:4 Expected ":"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
{MRP}
.t4s-product__price-review .t4s-product-price {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.t4s-product__price-review .t4s-product-price del::before {
  content: "MRP";
  font-size: 17px;
  margin-right: 0px;
  font-weight: 450;
  color: #878787;
  position: absolute;
  left: 0px;
  top: px;
  text-decoration: none;
}
.t4s-product__price-review .t4s-product-price del {
  text-decoration: line-through;
  font-size: 16px;
  color: #878787;
  margin-left: 40px;
  font-weight: 400;
}
{Collections wali MRP}
.t4s-product-price del {
  text-decoration: line-through;
  font-size: 15px;
  color: #878787;
  margin-left: auto;
  font-weight: 400;
}
{Filter}
.t4s-active-filters {
margin-bottom: 0;
margin-top: 0;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  #t4s-mini_cart {
  width: 440px;
}
{SEO Collection}
.index-descContainer {
  padding-left: 90px;
  padding-right: 90px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-d-flex.t4s-flex-wrap {
    flex-wrap: nowrap !important;
}
.t4s-product-form__buttons .t4s-product-form__submit {
   margin-top: 0px;
}
.badge_shape_3 .t4s-product-badge>span {
font-size: 8px;
}
}