/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
/*
 * Custom CSS
 * Add custom styles here!
 */




/*  Add custom responsive styles here
/*-------------------------------------------------- */

/* Small screens (phones) only */
@media screen and (max-width: 767px) {

  
#shopify-block-fast-shipping {
    padding: 0rem !important;
/*   border:1px solid red; */
}
  #shopify-block-guarantee
  {
    padding:0rem !important;
  }
  
 
h3.collection-card-title.d-flex.align-items-center.mx-3.mb-3.font-5.font-600.tw-leading-none.tw-font-base.tw-break-words.tw-hyphens-auto {
    font-size: 15px !important;
}
 h3.product-card-title.tw-font-semibold.tw-text-xl.tw-leading-tight.tw-font-base {
    font-size: 15px !important;
}
#shopify-block-locally-owned {
    padding: 0rem !important;
}
}

.with-rating .shop-rating>a {

    text-decoration: none;
    display: flex;
    justify-content: flex-start !important;
}

.with-rating .shop-rating span {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
#shopify-section-cart-shineon .so-cart-shineon-form .so-cart-summary .so-payment-methods {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.so-payment-methods img {
    width: 28px;
    max-width: 100%;
    padding-top: 20px;
}
}


/* Medium screens (tablets) only */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}


/* Medium screens (tablets) and up */
@media screen and (min-width: 768px) {

}


/* Large screens (desktops) */
@media screen and (min-width: 1024px) {

}
