#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  height: auto !important;
}

#content {
  background-color: #f0f0f0;
}

.highlight {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0px !important;
  height: auto !important;
  margin-right: 0px !important;
  text-align: center;
  color: white;
  font-size: 48px;
  text-decoration: underline;
}

.highlightImg {
  /* width: 100%; */
}
/*prueba */
#highlights .slick-list {
  /* width: 100% !important; */
}

#imageContainer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px !important;
  margin-bottom: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 50px;
}

.imageIndex {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: 0px !important;
  height: auto !important;
  text-align: center;
}

.widthContainer {
  width: 100% !important;
  min-width: auto !important;
  margin-left: 0px !important;
  max-width: unset !important;
  margin-right: 0px !important;
  margin-bottom: 0px;
}

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

.categories {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.hoverImg {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0px;
  opacity: 0;
  left: 0px;
  background: #f6f5f35c;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  z-index: 1;
}

.catContainer {
  width: 22%;
  height: auto;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 30px;
}

.catIcon {
  width: 100%;
}

.catIcon:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 4px;
  color: #808080;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid transparent;
}

.slick-dots li button:before {
  border-radius: 50% !important;
  width: 6px;
  height: 6px;
  margin: 10px;
  background-color: #808080 !important;
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -6px;
  left: -6px;
}

.slick-dots li.slick-active {
  border: 1px solid #808080;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--white);
}

#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: white;
  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 white;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  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: white;
  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: 90%;
  margin: 0 auto;
  margin-top: -1px !important;
}

.brandLogo {
  float: left;
  width: 15%;
  margin-left: 1%;
}

#brandsContainer {
  width: 80%;
  background-color: #ebebeb;
  height: fit-content;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.highlight img {
  width: 100%;
}

.group-look-slider .look-slider-left-arrow,
.group-look-slider .look-slider-right-arrow {
  width: 35px;
  height: 35px;
  background: #c0a4b7;
  top: calc(50% - 25px);
  border-radius: 50%;
}

.group-look-slider .look-slider-left-arrow {
  left: 4.6%;
}

.group-look-slider .look-slider-right-arrow {
  right: 4%;
}

.group-look-slider-title {
  font-size: 25px;
  color: #808080;
}

.group-look-slider {
  margin: 3rem 0;
  font-family: "ProximaNova";
}

.group-look-slider .slick-current .look-slide-img {
  filter: unset;
}

.slick-slide img {
  filter: brightness(95%);
}

.group-look-slider .look-slider-tag {
  border: unset;
  background: #ffffff;
}

.group-look-slider .look-slider-tag-info {
  font-size: 14px;
  gap: unset;
  color: #808080;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.look-slider-tag-name {
  width: 100%;
}

.look-slider-tag-old-price,
.look-slider-tag-price {
  overflow: hidden;
  display: block;
  width: fit-content;
}

.look-slider-tag-old-price {
  margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #content {
    min-width: 767px !important;
  }
}

@media screen and (max-width: 768px) {
  .slick-slide {
    margin-left: 0px;
    margin-right: 0px;
  }

  #content {
    height: auto;
  }

  .widthContainer {
    width: 100% !important;
    margin-left: 10%;
    min-height: 440px;
  }

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

  .promoWideImages {
    width: calc(50% - 10px);
    height: 167px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    margin-bottom: 0px;
    float: left !important;
  }

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

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

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

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0px;
    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: 0px;
    position: relative;
    /* border-bottom: 1px solid #F7F7F7; */
    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: 0px;
    height: 20px;
  }

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

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

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

  .specialOfferImg {
    margin-left: 0px;
  }

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

  .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: 0px;
    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%;
  }

  #highlights {
    width: 100%;
    height: auto;
    margin-top: 0px !important;
    /* margin-bottom: 32px; */
  }

  .buyContainer {
    margin-top: 35% !important;
  }

  .sliderGroupContainer {
    /* width: 80% !important; */
  }

  #imageGroups .widthContainer {
    /* min-height: 680px; */
    min-height: auto;
    margin-bottom: 0;
  }

  .fullScreenPromo {
    margin-bottom: 0px !important;
  }

  .productSlide .figureBackground {
    bottom: 57px;
    top: 15px;
    right: 15px;
  }

  .catIcon {
    /* margin-bottom: 20px; */
    width: 100%;
  }

  .catContainer {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 14px;
  }

  .categories {
    width: 93%;
    margin: auto;
    margin-top: 15px;
  }

  .group-look-slider-title {
    margin-bottom: 35px !important;
    text-transform: uppercase;
    font-size: 18px;
  }

  .group-look-slider {
    margin: 1rem 0 0;
  }

  .group-look-slider .look-slider-container {
    width: 90%;
  }

  .group-look-slider .slick-dots {
    bottom: 0px !important;
  }

  .group-look-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .group-look-slider .slick-dots li button:before {
    width: 5px !important;
    height: 5px !important;
  }

  #content .group-look-slider li {
    width: 13px !important;
    height: 13px !important;
  }

  .group-look-slider .look-slider-tag-close {
    display: none;
  }

  .group-look-slider .look-slider-tag {
    width: 70%;
    height: 90px;
  }

  .look-slider-tag-link {
    display: none;
  }

  .group-look-slider .look-slider-tag-info {
    gap: 15px;
    margin-left: 30px;
  }

  .group-look-slider .slick-track {
    padding-bottom: 50px !important;
  }

  .look-slide .look-slider-background {
    background: unset;
  }
}
