/* this will belong to the new pages asked by Maria Gomez and SEO Team  | Created by CK 2020-11-16 */
/* BEGIN 2020-11-16 This section belongs to the Black Friday styles (check in collection pages) */
@media screen and (max-width: 766px) {
  .TextBelowImage {
    color: white;
    font-weight: bold;
  }

  .ButtonBlackFriday {
    text-align: center;
    color: white;
    background-color: #f89363;
    border-radius: 7px;
    height: 68px;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .FirstDivBlackFriday {
    background-color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .BlackFridayImg {
    display: -webkit-inline-box;
  }

  .klaviyo-form-TQ3kx3 {
    display: inline-block;
  }

  .ColumnBelowBlackFriday {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
  }

  .ImagesBlackFriday {
    width: 220px;
    display: -webkit-inline-box;
  }

  .FirstSquare, .SecondSquare, .ThirdSquare {
    display: inline-block;
  }

  .TextBelowImage {
    width: 300px;
    height: 400px;
    color: white;
    font-weight: bold;
  }

  .ButtonBlackFriday {
    text-align: center;
    color: white;
    background-color: #f89363;
    border-radius: 7px;
    width: 300px;
  }
}
/* END 2020-11-16 This section belongs to the Black Friday styles */
/* BEGIN 2020-12-04 This section belongs to the Loyalty Page */
@media screen and (min-width: 767px) {
  .EarnHemmfyPoints {
    background-color: #E17D56;
    color: black;
    padding: 3px;
    width: 220px;
    list-style: none;
    margin: 10px;
  }

  .EarnHemmfyPointsTitle {
    font-weight: 600;
    margin-top: 15px;
  }

  .EarnHemmfyPointsButtons {
    background: #828770;
    color: white;
    margin: 8px;
  }

  .SpendHemmfyPoints {
    background-color: #E17D56;
    color: black;
    list-style: none;
    margin: 10px;
    width: 200px;
    margin: 0 36px;
    margin-top: 13px;
    height: 125px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .SpendHemmfyPointsTitle {
    font-weight: 600;
    font-size: larger;
    margin-top: 15px;
  }

  .containerLoyalty {
    padding: 20px 40px 40px;
    max-width: 100%;
  }

  .containerLoyalty__image {
    display: inline-block;
    vertical-align: top;
    margin: 20px 30px 6px 57px;
    width: 40%;
  }

  .containerLoyalty__text {
    color: black;
    display: inline-block;
    width: 46%;
  }

  .Orange {
    margin: 20px;
    width: 210px;
    height: 45px;
    background-color: #dc7645;
  }

  .Orange2 {
    margin-right: 120px;
    margin: 20px;
    width: 210px;
    height: 45px;
    background-color: #dc7645;
  }

  .stamped-rewards-earnings {
    display: inline-flex;
  }
}
@media screen and (max-width: 766px) {
  .EarnHemmfyPoints {
    background-color: #E17D56;
    color: black;
    list-style: none;
    margin: 10px;
  }

  .EarnHemmfyPointsTitle {
    font-weight: 600;
    margin-top: 15px;
  }

  .EarnHemmfyPointsButtons {
    background: #828770;
    color: white;
    margin: 8px;
  }

  .SpendHemmfyPoints {
    background-color: #E17D56;
    color: black;
    list-style: none;
    margin: 10px;
    width: 200px;
    margin: 0 36px;
    margin-top: 13px;
    height: 125px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .SpendHemmfyPointsTitle {
    font-weight: 600;
    font-size: larger;
    margin-top: 15px;
  }

  .containerLoyalty {
    padding: 20px 40px 40px;
    max-width: 100%;
  }

  .containerLoyalty__image {
    display: inline-block;
    vertical-align: top;
    margin: 20px 30px 6px 57px;
    width: 40%;
  }

  .containerLoyalty__text {
    color: black;
    display: inline-block;
  }

  .Orange {
    margin: 20px;
    width: 210px;
    height: 45px;
    background-color: #dc7645;
  }
}
/* END This section belongs to the Loyalty Page */
/*  This section belongs to the Wholesale Page */
@media screen and (min-width: 767px) {
  .FirstSquareWholeSale, .SecondSquareWholesale {
    display: inline-block;
    width: 49%;
    text-align: center;
  }

  .ThirdSquareWholesale {
    display: inline-block;
    width: 48%;
    text-align: center;
  }

  #alignmentWholesale {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  #textHeaderWholesale {
    margin-top: -10px;
  }
}

/*# sourceMappingURL=promotions-theme.css.map */