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

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline
}

#highlights .slick-slide img {
  width: 100%;
}

.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: none;
  border-radius: 18px;
  width: 45px;
  height: 12px;
  background-color: #fff;
  color: transparent;
  opacity: .5;
  font-size: 0
}

.slick-dots li {
  width: 40px !important;
  margin: 0 7px
}

.slick-dots li.slick-active {
  width: 100px !important
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
  width: 100px !important
}

#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
}

.brandLogo {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  margin: 0 .5%;
  cursor: pointer
}

.brandImg,
.brandImgHover {
  width: 100%
}

.brandImgHover {
  display: none !important
}

.brandLogo:hover .brandImgHover {
  display: block !important
}

.brandLogo:hover .brandImg {
  display: none !important
}

#ourBrands {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  width: 100%;
  justify-content: center;
  gap: 1%
}

#brandsContainer {
  width: 90%;
  height: fit-content;
  margin: unset;
  overflow: hidden
}

#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
}

.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
}

#categoriesContainer {
  position: relative;
  margin: 0 auto;
  width: 1065px;
  height: 115px;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between
}

.indexCatContainer {
  float: left;
  width: 31%;
  background-color: #e2c3c5;
  height: 115px;
  border-radius: 9px
}

.catIndexImage {
  float: left;
  height: 75px;
  margin-top: 20px;
  margin-left: 50px;
  max-width: 30%
}

.catIndexText {
  float: left;
  color: #18355d;
  font-weight: 900;
  font-size: 25px;
  line-height: 118px;
  text-align: center;
  width: 54%
}

.indexCatContainer:hover {
  opacity: .8;
  cursor: pointer
}

#ourCategories {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px
}

.sliderContainer {
  margin-bottom: 100px
}

.sliderLeftArrowCats,
.sliderRightArrowCats {
  background-image: url(../../files/catSliderArrow.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  top: calc(50% - 16px);
  z-index: 32
}

.sliderRightArrowCats {
  float: right;
  transform: rotate(180deg);
  right: 3%
}

.sliderLeftArrowCats {
  float: left;
  cursor: pointer;
  left: 3%
}

#catsContainer {
  width: 90%;
  float: left;
  display: block;
  margin: 0 5%
}

#catsContainer .slick-list {
  padding: 3px
}

.catContainer {
  overflow: hidden;
  background-color: #18355d;
  float: left;
  border-radius: 0;
  margin: 0 10px;
  aspect-ratio: 1/1
}

.catContainer:hover {
  background-color: #f2ff2a;
  transform: scale3d(1.1, 1.1, 1.1);
  border-radius: 0
}

.catTitle {
  width: calc(100% - 30px);
  line-height: 48px;
  display: flex;
  height: 100%;
  font-family: "Rotunda Black" !important;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  font-style: normal;
  white-space: inherit;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 20
}

.catImg {
  display: none !important
}

.catContainer:hover .catImg {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale3d(1.1, 1.1, 1.1)
}

.catContainer:hover .catTitle {
  color: #fff
}

.catIcon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-top: 30px
}

#newsletterFlotante {
  width: 100%;
  height: 70px;
  background: #18355d;
  border-bottom: 10px solid #f2ff2a;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 70px
}

.newsletter_go_flotante {
  width: 15px;
  background-color: transparent;
  right: 0;
  top: 17px;
  float: right;
  position: absolute;
  display: inline-block;
  height: 32px;
  border-radius: 2px
}

#indexNewsletterButton {
  position: relative;
  height: 19px;
  margin-top: 8px;
  float: right;
  cursor: pointer;
  margin-right: 0;
  margin-left: -20px;
  z-index: 99
}

.newsletter_go_flotante #subscribeNewsletterButton {
  position: relative
}

#textFlotante {
  font-size: 20px;
  line-height: 70px;
  float: left
}

#emailContainer {
  width: 270px;
  position: relative
}

.socialMediaFlotante {
  display: flex;
  flex-direction: row;
  align-items: center
}

#emailFlotanteInput {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 30px;
  font-size: 14px;
  float: left;
  overflow-y: scroll;
  border-radius: 7px;
  font-weight: 100;
  margin-bottom: 12px;
  margin-top: 17px;
  text-indent: 20px
}

#emailFlotanteInput::placeholder {
  color: #fff
}

@media screen and (max-width: 768px) {
  .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
  }

  #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: calc(50% - 5px);
    margin-bottom: 10px
  }

  #imageGroups:nth-child(even) {
    margin-left: 5px;
    margin-right: unset !important
  }

  #imageGroups:nth-child(odd) {
    margin-right: 5px !important
  }

  .indexCatContainer {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px
  }

  #categoriesContainer {
    width: 100vw;
    height: auto;
    margin-bottom: 0
  }

  #catsContainer {
    width: 80%;
    margin: 0 10%;
    margin-top: 40px
  }

  .catIcon {
    height: auto;
    width: 90px !important;
    margin-top: 6px
  }

  #ourCategories {
    margin-bottom: 40px
  }

  .sliderLeftArrowCats,
  .sliderRightArrowCats {
    width: 25px;
    height: 25px;
    background-size: contain;
    z-index: unset;
    top: 50%
  }

  #ourBrands {
    width: 95% !important;
    margin: auto;
    margin-bottom: 118px
  }

  .sliderLeftArrowBrands,
  .sliderRightArrowBrands {
    width: 25px;
    height: 25px;
    background-size: contain
  }

  #newsletterFlotante {
    height: 140px;
    display: flex;
    flex-direction: column;
    gap: 0;
    display: none
  }

  #textFlotante {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px
  }

  #emailContainer {
    width: 80%;
    margin: auto
  }

  #emailFlotanteInput {
    width: calc(100% - 8px)
  }

  .socialMediaFlotante {
    display: none
  }

  .slick-slide img {
    width: 100%
  }
}