.acceptedUser .productViewContainer {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.acceptedUser figure.productViewImagesContainer {
  width: calc(30% - 15px);
  padding: 0px;
}

.acceptedUser .productViewName {
  line-height: normal;
  margin: 10px 0px 5px;
}

.acceptedUser .groupContainer {
  flex-direction: column;
}

.acceptedUser .specGroupsContainer {
  margin: 9px 0px;
}

.preorderText {
  font-size: 12px;
  margin: 6px 0px 7px;
}

.acceptedUser .productViewContainer .pvSpecValue.noImageSpec.pvSelectedSpec {
  font-weight: normal;

}

.acceptedUser .productViewContainer .pvSpecValue {
  width: 30px;
  height: 30px;
  margin: 0px 1px;
  border: 1px solid transparent;
  border-radius: 100px;
}


.stocksDiv {
  display: flex;
  background: #f6f6f6;
  padding: 15px 15px 15px 15px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.talleStock {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 7px;
}

.talleStock:last-child {
  margin-right: 0;
}

.stocksDiv p {
  font-size: 10px;
  margin-right: 10px;
  width: 32px;
  text-align: center;
  line-height: 11px;
  font-weight: 400;
  margin-right: 16px;
  margin-top: 11px;
}

.talleStock span {
  font-weight: 600;
  font-size: 8px;
  line-height: 15px;
  margin-bottom: 4px;
}

.colorStock {
  width: 25px;
  /* height: 34px; */
  aspect-ratio: 1/1;
  font-size: 0 !important;
}

.green {
  background: #00af00;
}

.orange {
  background: #f3930d;
}

.red {
  background: #dc0000;
}


.productViewContainer .specsContainer {
  gap: 0px;
}

.pvSpecValue.noImageSpec:hover {
  background: var(--base);
  color: white;
  border-color: var(--base);
}

.pvSpecValue.noImageSpec.pvSelectedSpec {
  background: var(--base);
  color: white;
  border-color: var(--base);
}


.acceptedUser .buyContainer {
  background: var(--red) !important;
  position: relative;
  left: 0px;
  height: 39px;
  width: 100%;
  line-height: 38px;
}

.acceptedUser .fastAddToCartContainer {
  position: relative;
  width: 100%;
  height: 39px;
}

.acceptedUser .buyText {
  color: white;
  text-transform: uppercase;
  height: 39px;
}

.acceptedUser .fastBuyContainer.visible {
  position: relative;
  width: 100%;
  left: 0px;
  height: 100%;
  justify-content: space-between;
  bottom: 0px;
}


.acceptedUser .fastBuySelectContainer {
  height: 100%;
  line-height: 38px;
  border: 1px solid var(--btn-border);
  box-sizing: border-box;
  font-size: var(--menu-font-size);
  background: transparent;
  width: 40%;
}

.acceptedUser .productQuantityFastBuy {
  background: transparent;
}

.acceptedUser .fastBuyAddToCart {
  background: var(--red);
  color: var(--btn-font);
  width: 58%;
  height: 100%;
  line-height: 38px;
  text-transform: uppercase;
  font-size: var(--menu-font-size);
}

.productViewImagesContainer {
  width: calc(100% - 40px);
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
  background: #ededed;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
}

.figureBackground {
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
}

.productViewTop.secondImg {
  opacity: 0;
  position: absolute !important;
  /* left: 0; */
  top: 0;
  width: 88% !important;
}

.productViewContainer:hover .secondImg {
  opacity: 1;
}

.productViewContainer:hover .firstImg {
  opacity: 0;
}

.productViewTop iframe {
  width: 100%;
  height: 100%;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  margin-top: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: contain;
  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;
  transition-property: opacity;
  transition-duration: 0.3s;
}

div#fastAddToCartPopup {
  position: fixed;
  top: 120px;
  right: 2vw;
  background: var(--red);
  color: white;
  padding: 8px;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 5px;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 6px;
  height: auto;
  width: 100%;
  font-weight: 700;
}

.productBrand {
  text-transform: uppercase;
  color: var(--darkGrey);
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-top: 6.5px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 8px;
}

.badgeFile {
  position: relative;
  width: 50px;
  float: left;
  height: auto;
}

.oldPrice {
  position: relative;
  color: var(--lighter-base);
  margin-right: 13px;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
}

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
}

.bankPriceRow {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 13px;
}

.bankPriceImg {
  top: 1px;
  position: relative;
  height: 14.5px;
  margin-right: 5px;
  width: auto;
}

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
  margin-top: 5px;
}

.transferText {
  margin-left: 0;
}

.bankPriceText.bank4 {
  color: var(--santander);
}

.bankPriceText.bank1 {
  color: var(--itau);
}

.bankPriceText.bank5 {
  color: var(--scotia);
}

.bankPriceText.bank16 {
  color: var(--scotiaBlack);
}

.bankPriceText.bank12 {
  color: #000;
}

.badgesContainer {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;

  }

  img.productViewTop.secondImg {
    width: 100% !important;
    top: 2% !important;
  }

  .stocksDiv.mobileElement {
    display: flex !important;
  }

  .stocksDiv p {
    margin-top: 5px;
  }

  .acceptedUser .fastAddToCartContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .acceptedUser .productViewContainer {
    padding-bottom: 45px;
    flex-wrap: wrap;
  }

  div#fastAddToCartPopup {
    top: 90px;
  }

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 30px;
    height: 30px;
  }

  .productViewContainer .bankPriceRow {
    font-size: 13px;
  }

  .bankPriceImg {
    height: 16px;
  }

  .productViewTop {
    overflow: hidden;
    height: 85%;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 4px;
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
  }

  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

  .slider-nav {
    width: 0% !important;
  }

  .slider-for {
    margin-left: 0;
    width: 100%;
  }

  .productViewPrice {
    justify-content: left;
    font-size: 13px;
    margin-bottom: 0;
  }

  .oldPrice:before {
    border-top: 1px solid;
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
    position: unset;
  }

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .bankPrice {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    flex-wrap: wrap;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heart-filled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
  }
}