.titlesContainers {
  width: 25.9%;
  display: flex;
  position: absolute;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  z-index: 2;
  background: #fff;
  right: 0;
  align-items: center;
  padding-bottom: 11px;
  height: 115px;
  border-bottom: 1px solid #a5a5a5;
  justify-content: center;
  flex-direction: column;
}

.categoryFilter {
  width: calc(100% - 60px);
  padding-left: 4px;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 10px;
}

.titleChange {
  text-align: left;
  cursor: pointer;
  flex-basis: 100%;
  color: rgba(0, 0, 0, 0.4);
}

.titleChange.selected {
  color: #000;
}

.mainDiv {
  display: none;
  position: relative;
}

.mainDiv.selected {
  display: block;
}

.sliderCustomContainer {
  width: 86%;
  left: 14%;
  background: #f8f8f8;
}

.productContainer {
  display: grid !important;
  grid-template-columns: repeat(1, 1.4fr 0.6fr);
  height: calc(100vh - 130px) !important;
}

figure {
  height: fit-content;
  align-self: center;
  z-index: 40;
  margin: 0 auto;
}

.productImg {
  width: 100%;
  height: fit-content;
  object-fit: contain;
  max-height: calc(100vh - 130px);
  max-width: 1100px;
}

.titleProduct {
  color: #000;
  font-size: 14px;
  text-transform: lowercase;
  line-height: 20px;
  font-weight: 600;
  margin-left: 19px;
  width: calc(100% - 115px);
  float: left;
  height: auto;
}

.titleProduct::first-letter {
  text-transform: uppercase;
}

.productDescription {
  width: calc(100% - 10px);
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}

li::marker {
  font-weight: 600;
  color: #000;
  position: relative;
}

.infoProductContainer {
  width: calc(100% - 60px);
  padding: 136px 30px 0;
  max-height: calc(100% - 129px);
  background-color: #fff;
}

.redLineBtn {
  float: left;
  margin: unset;
  left: 104px;
  width: 93px;
  margin-top: 6px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
}

.redLineBtn img {
  width: 5px;
}

.prevNextContainer {
  display: flex;
  width: fit-content;
  position: absolute;
  top: 22px;
  z-index: 1;
  text-transform: uppercase;
  color: #000;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-align: center;
  left: calc(7% - 18.5px);
  flex-direction: column;
  height: calc(100vh - 177px);
}

.prevSlide {
  display: block;
  cursor: pointer;
  width: 35px;
  position: relative;
  height: 35px;
  background: #fff;
  border: 1px solid #000;
}

.nextSlide {
  display: block;
  cursor: pointer;
  width: 35px;
  position: relative;
  height: 35px;
  background: #fff;
  border: 1px solid #000;
}

.infoProductContainer ul {
  margin-top: 20px;
  padding-inline-start: 0;
  padding-left: 15px;
  max-width: calc(100% - 15px);
  margin-bottom: 40px;
  max-height: 48vh;
  overflow: auto;
}

.prevArrow {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 10px;
  left: 0;
  position: relative;
  width: 7px;
}

.nextArrow {
  top: 11px;
  left: 1px;
  position: relative;
  width: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tagBoxBridge {
  width: 15px;
  height: 92px;
  position: absolute;
  background-color: transparent;
  top: -30px;
  left: 37px;
  display: none;
}

.leftTriangle {
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.9);
}

.tagBox {
  top: -30px;
  left: 52px;
  display: none;
  position: absolute;
  width: 270px;
  height: 92px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0 11px 14px rgb(0 0 0 / 8%);
}

.tagBoxContainer {
  display: block;
  width: 250px;
  height: 71px;
  margin: 0 auto;
  margin-top: 10px;
}

.tabBoxImage {
  position: relative;
  float: left;
  width: 71px;
  height: 71px;
}

.tagBoxTitle {
  width: 67%;
  height: auto;
  float: left;
  margin-left: 10px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  color: #000;
  text-align: start;
}

.tagBoxLink {
  width: 88px;
  height: 14px;
  position: absolute;
  left: 93px;
  bottom: 11px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  border-bottom: 1px solid #ed1b2e;
  text-align: start;
  background-image: url(../../files/arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-size: 4.5px;
  background-position-y: 51%;
  color: #000;
  padding-bottom: 4px;
}

.productImage {
  float: left;
  width: 85px;
  height: 85px;
}

.listItem {
  height: 85px;
  margin-bottom: 40px;
  position: relative;
}

#catSelect {
  width: calc(100% - 60px);
  height: 40px;
  padding-left: 14px;
  background-image: url(../../files/downArrow.svg);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}

#slickParentContainer {
  width: 14%;
  height: calc(100vh - 290px);
  position: absolute;
  padding-top: 0;
  top: 78px;
  overflow: hidden;
  z-index: 2;
}

.pruebaNav {
  width: 80%;
  margin: auto;
}

#pruebaNav {
  position: absolute;
}

.slick-slide {
  filter: opacity(0.2);
}

.slick-slide.slick-current {
  filter: unset;
}

.gallerySlide {
  color: #fff;
  height: calc((100vh - 330px) / 4) !important;
  object-fit: cover;
  margin-bottom: 15px;
}

.listTitle {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  width: fit-content;
  margin-top: 24px;
  text-transform: uppercase;
}

.lookId {
  color: #000;
}

.redLineBtnText {
  font-weight: 300;
  font-size: 13px;
}

.noImg {
  background: gainsboro;
}

.addManyProductsButton {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  position: absolute;
  bottom: 30px;
  width: 208px;
  cursor: pointer;
  line-height: 40px;
  background: #fff;
  text-indent: 0;
  display: flex;
  left: 46px;
}

.addManyProductsButton .redLineBtnText {
  font-size: 17px;
  line-height: 22px;
}

.infoProductContainer {
  position: relative;
}

.titlesContainers.quote {
  display: none;
}

.mainDiv.quote .infoProductContainer {
  padding: 15px 30px 0;
  max-height: calc(100% - 15px);
}

.tags {
  margin: 0;
  background-image: url(../../files/marker_in.svg);
  font: bold 18px sans-serif;
  background-repeat: no-repeat;
  background-size: 26%;
  text-align: center;
  color: #000;
  line-height: 18px;
  text-align: center;
  vertical-align: center;
  padding: 12px 52px;
  color: transparent;
}

@media screen and (min-width: 770px) and (max-width: 1420px) {
  .infoProductContainer {
    width: calc(100% - 30px);
    padding: 136px 15px 0;
  }

  .titleProduct {
    font-size: 13px;
    line-height: 17px;
    margin-left: 19px;
    width: calc(100% - 115px);
  }

  .tagBoxTitle {
    width: calc(100% - 90px);
    margin-left: 5px;
    font-size: 12px;
    text-transform: lowercase;
  }

  .tagBoxLink {
    left: 88px;
  }

  #catSelect {
    width: calc(100% - 30px);
  }

  .categoryFilter {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .productContainer {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
  }

  .titlesContainers {
    margin: 0 auto;
    width: 100%;
    position: relative;
    border: none;
    padding-bottom: 0;
    height: 75px;
  }

  .titleProduct {
    width: calc(84% - 97px);
  }

  .prevNextContainer {
    width: 70px;
    height: 26px;
    display: block !important;
    position: absolute;
    font-size: 11px;
    justify-content: center;
    top: 511px;
    left: 43%;
  }

  .prevArrow {
    top: 6px;
    width: 5px;
  }

  .slick-dots li button:before {
    border: none;
    background-color: #fff6;
  }

  .slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1;
  }

  .slick-dots {
    width: 100%;
    right: 0;
    height: 15px;
    top: 37.5%;
  }

  .nextArrow {
    top: 6px;
    width: 5px;
  }

  .prevSlide,
  .nextSlide {
    width: 23px;
    height: 23px;
    float: left;
  }

  .nextSlide {
    margin-left: 10px;
  }

  .prevArrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .nextArrow {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .infoProductContainer {
    width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 115px 0 0 0;
  }

  .mainDiv.quote .infoProductContainer {
    padding: 115px 0 0 0;
    max-height: 100%;
  }

  .listTitle {
    margin-top: 27px;
    padding-left: 15px;
  }

  .mobileLine {
    position: relative;
    width: 100%;
    border-top: 0.5px solid #000;
    margin-top: 50px;
  }

  .infoProductContainer ol {
    margin-top: 40px;
  }

  .slick-dots li button:before {
    width: 11px;
    height: 11px;
  }

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

  .productImg {
    height: 400px;
  }

  .sliderCustomContainer {
    width: 100%;
    left: unset;
    background: linear-gradient(180deg, #f8f8f8 50%, #ffffff 50%);
  }

  #slickParentContainer {
    width: 100%;
    height: 90px;
    top: 400px;
    padding: unset;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .productContainer {
    grid-template-columns: repeat(1, 1.2fr 0.8fr);
  }

  .prevNextContainer {
    width: 40%;
  }

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

  .redLineBtn {
    max-width: 190px;
    width: calc(100% - 10px);
  }

  .productImg {
    object-fit: cover;
    height: 100vh;
  }

  #content {
    min-height: unset;
  }

  #footerDummy {
    height: 485px !important;
  }
}

.arrow-top {
  position: absolute;
  top: -20%;
  left: 47%;
  transform: translateX(-50%);
}

.img-container {
  display: flex;
  justify-content: center;
  align-content: center;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .slick-dots {
    top: 54vw;
  }

  .productImg {
    height: 60vw;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .tags {
    font: bold 10px sans-serif !important;
    line-height: 18px !important;
    padding: 4px 10px !important;
  }

  .pruebaNav {
    width: 100%;
  }

  .tagBoxBridge {
    display: none !important;
  }

  .tagBox {
    display: none !important;
  }

  figure {
    margin: 0;
  }

  .tags {
    background-size: 50%;
  }
}
