#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
}

.podcastContainer {
  width: 100%;
  display: block;
  position: relative;
}

.podcastContainer img {
  width: 100%;
  display: block;
}

.podcastContainer p {
  position: absolute;
}

.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 3px solid #fff;
  margin-top: -2px;
}

#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

#shopsContainerParent {
  width: 100%;
  height: 400px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}

#shopsSliderTitle {
  width: 100%;
  height: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: var(--grey);
  margin-top: 30px;
}

#shopsSlider {
  position: relative;
  width: 90%;
  max-width: 1383px;
  /* max-width: 1100px; */
  height: 250px;
  margin: 0 auto;
  margin-top: 20px;
  /* overflow: hidden; */
  display: block;
}

.shopsSliderContainer {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.shopSlide {
  /* margin-left: ; */
  height: 100%;
}
.shopsItem,
.instagramItem {
  position: relative;
  /* max-height: 250px;
  max-width: 250px; */
  display: block;
  width: 80%;
  margin: 0 auto;
}

.shopRightArrow {
  padding: 10px;
  /* margin-left: 20px; */
  border: 1px solid rgba(240, 150, 149, 1);
  cursor: pointer;
}

.shopLeftArrow {
  /* margin-right: 20px; */
  padding: 10px;
  transform: rotate(180deg);
  cursor: pointer;
  border: 1px solid rgba(240, 150, 149, 1);
}

.shopsBottom {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 45px;
}

.verMasTiendas {
  position: relative;
  width: fit-content;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 1px solid var(--grey);
}

#businessInfo {
  position: relative;
  width: 100%;
  height: 200px;
  background: rgba(163, 147, 123, 0.9);
  margin-top: 40px;
  display: flex;
}

.businessInfoBox {
  width: 20%;
  height: 100%;
  position: relative;
}

.infoBox {
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.infoImg {
  height: auto;
  width: 68px;
}
.infoBoxText {
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 177px;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

#ayudaPopUpBackground {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222;
  display: none;
  background-color: rgb(1, 1, 1, 0.6);
  justify-content: center;
  align-items: center;
}

#ayudaBox {
  position: fixed;
  width: 70%;
  max-width: 900px;
  height: 50vh;
}

#ayudaTitleContainer {
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#closeAyuda {
  position: absolute;
  color: #4a4a4a;
  font-size: 19px;
  width: 19px;
  height: 19px;
  text-align: center;
  top: 13px;
  right: 13px;
  cursor: pointer;
  z-index: 2222;
}

#ayudaTitle {
  position: relative;
  font-style: normal;
  font-size: 41px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  height: auto;
  color: #4a4a4a;
}

#ayudaSubTitle {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  line-height: 15px;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 5px;
}

#ayudaContentContainer,
.contentContainer {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  min-height: calc(50vh - 210px);
  background-color: #ffffff;
  margin-top: 3px;
}

#beneficiosContentContainer,
#preferenciasContentContainer {
  display: none;
}

.ayudaContentSubtitle {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-style: normal;
  color: #4a4a4a;
  text-align: center;
  padding-top: 27px;
  margin-bottom: 20px;
}

#ayudaContinuar {
  position: relative;
  width: 100%;
  float: right;
  margin-top: 3px;
  background-color: #f09695;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.22em;
}

#ayudaVolver {
  display: none;
  position: relative;
  width: 20%;
  float: right;
  margin-top: 3px;
  background-color: #4a4a4a;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.22em;
}

#saboresBarra,
#beneficiosBarra,
#preferenciasBarra {
  width: 90%;
  height: auto;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.saborOpcion,
.beneficioOpcion,
.preferenciaOpcion {
  position: relative;
  height: 50px;
  min-width: 129px;
  padding: 0 15px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border: 0.5px solid #4a4a4a;
  color: #4a4a4a;
  margin-top: 14px;
  cursor: pointer;
  margin: 14px 5px 0;
}

.saborOpcion:hover,
.beneficioOpcion:hover,
.preferenciaOpcion:hover {
  background: #4a4a4a;
  border: 0.5px solid #4a4a4a;
  color: #ffffff;
}

.saborOpcion.selectedFlavour,
.beneficioOpcion.selectedBeneficio,
.preferenciaOpcion.selectedPreferencia {
  background: #4a4a4a;
  border: 0.5px solid #4a4a4a;
  color: #ffffff;
}

.contactInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#contactName {
  margin-left: 150px;
  margin-right: 40px;
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7;
}

#imageGroups {
  width: 1165px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.videoTag {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.storesSlider {
  width: 90%;
  margin-left: 5%;
}

.handbagIndex {
  width: 46px;
}
@media screen and (max-width: 768px) {
  *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
  }

  *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
  }

  *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
  }

  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0;
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px;
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden;
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center;
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    overflow: hidden;
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer;
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #mobileCreditCard {
    display: block;
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }

  #mobileLocation {
    display: block;
    background-image: url(../../files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px;
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px;
  }

  #paymentText {
    display: none;
  }

  #deliveryOptionIcon {
    display: none;
  }

  #locationOptionIcon {
    display: none;
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

  #ayudaBox {
    width: 89%;
    height: auto;
  }
  #ayudaContentContainer,
  .contentContainer {
    height: 40vh;
    overflow: scroll;
  }
  #ayudaTitle {
    font-size: 17px;
    width: 77%;
    line-height: 21px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #saboresBarra,
  #beneficiosBarra,
  #preferenciasBarra {
    width: 95%;
    justify-content: center;
  }
  .saborOpcion,
  .beneficioOpcion,
  .preferenciaOpcion {
    min-width: 85px;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin: 7px 3px 0;
    padding: 0 10px;
  }
  #ayudaSubTitle {
    font-size: 11px;
    width: 82%;
    margin: 2px auto 0;
  }
  #ayudaTitleContainer {
    height: auto;
    padding: 30px 0 20px;
  }
  #ayudaVolver {
    width: 37%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    letter-spacing: 0.17em;
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .specialOfferImg {
    margin-left: 0;
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .specialOffer {
    height: auto;
    overflow: hidden;
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px;
  }

  .imagesLeftArrow {
    background-image: url(../../images/carousell/leftArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0;
    margin-top: 41px;
  }

  .imagesRightArrow {
    background-image: url(../../images/carousell/rightArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  .mainImageSelect {
    background-size: cover;
  }

  #imageGroups {
    width: 100%;
  }

  .videoTag.mobileElement {
    object-fit: cover;
  }
  .highlight {
    object-fit: contain;
    height: auto;
  }

  #businessInfo {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }

  .businessInfoBox {
    width: 100%;
    margin: 7px 0;
  }

  .infoBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
  }
  .infoBoxText {
    text-align: left;
    width: calc(100% - 80px);
    font-size: 12px;
  }
  .infoImg {
    max-width: 45px;
    margin: 0 auto;
    width: auto;
    max-height: 43px;
  }
  .handbagIndex {
    width: 27px;
  }
  .businessInfoBox:last-child .infoImg {
    max-width: 35px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  #closeAyuda {
    font-size: 18px;
    top: 9px;
    text-transform: lowercase;
    right: 8px;
  }
  #ayudaContinuar {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    letter-spacing: 0.17em;
  }
}
