

/* for policy page width  */
.shopify-policy__container {
    max-width: 1200px !important;
}

/* global button  */
.m-button:hover{
  box-shadow: none !important;
}

/* scrolling button  */
.m-button--scroll-top {
    right: 50% !important;
    bottom: 20px !important;
}

/* for header  */
#shopify-section-sections--26785578975612__header{
  .m-header {
    min-height: auto !important;
  }

  .m-header header {
    background: rgb(241 241 241 / 90%);
    backdrop-filter: blur(10px);
  }

  .m-header__wrapper {
    border-bottom: 1px solid #e7e7e7;
    box-shadow: none !important;
  }

  .m-menu__link--main:after {
    height: 1px !important;
    bottom: calc(var(--main-link-py) - 0px) !important;
  }

  .m-header .m-cart-icon-bubble {
    margin-right: 6px;
  }

  .m-cart-icon-bubble {
    padding: 4px;
  }

  .logo-left__2l .m-menu {
    --main-link-px: 12px  !important;
    --main-link-py: 6px !important;
  }

  .logo-left__2l .m-header__inner {
    padding-bottom: 0px;
    padding-top: 4px;
  }

  .m-search-form--full {
    min-width: 50% !important;
    /* margin-right: 17% !important; */
    background: #fff;
  }

  a.m-menu__link.m-menu__link--main {
    font-weight: bold;
  }

  a.m-menu__link.m-menu__link--main.active {
    color: #B80601;
  }

  .m-svg-icon--medium {
    width: 25px;
    height: 25px;
  }
}

#shopify-section-template--26785578746236__1621243260e1af0c20 .m-slide__content.m-richtext {
  max-width: 620px;
}

/* main banner  */
@media (min-width: 767px){
  #shopify-section-template--26785578746236__1621243260e1af0c20 .m-slide__content.m-richtext {
    background: rgb(184 6 1 / 11%);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 12px;
}
}


/* for proudct card  */
.m-product-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  /* background-color: #fff6f6; */
  background-color: #F1F1F1;

  responsive-image.m-image.m-image-loaded {
    border-radius: 5px 5px 0 0;
    padding: 2px;
  }
  .m-product-card__media {
      border-radius: 5px;
  }
  .m-product-card__content {
    border-top: 1px solid #e7e7e7;
    padding: 15px 10px;
  }
  .m-product-card__info {
    margin-top: 0px !important;
  }

  .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper {
    margin: 10px 0 0;
  }

  span.massy-custom-pricing-price-regular {
    color: #000;
    font-size: 16px;
  }

  button.m-product-form, 
  .m-product-form {
    background-color: #B80601;
    color: #fff;
  } 

  button.m-product-form:hover, 
  .m-product-form:hover {
    background-color: #B80601;
    border-color: #B80601;
    color: #fff;
    transition: none;
  }
}

/* proudct page add to cart button  */
.m-product-form .m-add-to-cart {
    background-color: #B80601;
    color: white;
}

/* newsletter  */
#shopify-section-template--26785578746236__newsletter_dezkaV section#m-newsletter-template--26785578746236__newsletter_dezkaV {
  background-image: url(/cdn/shop/files/Untitled_1920_x_600_px_1.png?v=1777386063);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;

  button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background-color: #B80601;
    color: white;
  }

  .m-newsletter-section__header {
    margin-bottom: 20px;
  }

  .m-newsletter-section__description {
    opacity: 1 !important;
    max-width: 750px;
  }
}

section#m-section--template--26785578746236__scrolling_promotion_Ntgxg6 {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

/* for 3 prdoucts  */
#m-custom-template--26785578746236__custom_content_PjHyAN{
  .m-image-card__img {
    border-radius: 6px;
  }
  .m-media {
    filter: brightness(0.6);
  }
  h3.m-richtext__title {
    font-size: 24px;
  }
  .m-richtext__description {
    margin-top: 7px;
    color: white;
  }
  .m-image-card__content {
    padding: 15px !important;
  }
}

/* testimonial  */
.m-slider-controls--absolute .m-slider-controls__button {
    top: var(--button-offset-top, 60%) !important;
}



/* wholesale page  */
.massy-page {
  margin: 60px auto !important;
  padding: 25px !important;
  max-width: 750px !important;
  border: 1px solid #e7e7e7;
  border-radius: 6px;

  .massy-button.massy-button-form {
    background-color: #B80601;
    padding: 10px 30px;
    border-radius: 6px;
  }

  input, .massy-input-phone{
    border-radius: 6px !important
  }

}

/* for apps  */

#shopify-section-template--26785578615164__main table.massy-volume-discount-price-table {
    line-height: inherit !important;
    width: inherit !important;
    box-shadow: none !important;
    background-color: #f5f5f5;
}


/* for mobile device  */
@media (max-width: 768px){
  
  /* global button  */
  .m-button:hover{
    padding: 6px 15px;
    font-size: 13px;
  }

  a.m-product-form.m\:w-full.m-button.m-button--secondary {
    font-size: 12px;
    padding: 6px 0;
  }
}