.blogCenteredContent {
  min-width: 0px;
}

#blogTitle {
  font-weight: 600;
  color: var(--base);
  letter-spacing: 0px;
  font-size: 40px;
  border-bottom: none;
  margin-top: 4rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  text-align: center;    
  line-height: 3rem;
}

#blogSubtitle {
  margin-bottom: 50px;
  text-align: center;
  color: #58595b;
}

.youtubeVideo {
  width: 100%;
  display: flex;
  height: 500px;
  margin: 0 auto 4rem;
  justify-content: center;
}

#blogPostTitle {
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  color: #57585b;
  margin-bottom: 30px;
  font-weight: 600;
}

.blogSubtitle {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}

#blogPrevImg {
  display: none !important;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.blogImage {
  position: relative;
  display: block;
  max-width: 800px;
  height: auto;
  width: 291px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.blogCaption {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  color: black;
  margin-bottom: 25px;
}

.blogText {
  position: relative;
  display: block;
  /* margin-top: 25px; */
  /* width: 100%; */
  height: auto;
  overflow: hidden;
  color: #57585b;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 10px;
  margin-bottom: 3rem;
  line-height: 20px;
  font-weight: lighter;
  float: left;
}

.blogGallery {
  position: relative;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.slick-dots {
  top: 20px;
  right: 20px;
  width: auto;
}

.slick-dots li {
  width: 14px;
  margin: 0 3px;
}

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

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

.blogSlider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 2rem auto;
}

.blogSliderWrapper {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.blogSliderSlide {
  margin-right: 10px;
  margin-left: 10px;
}

.blogSliderLeftArrow {
  position: absolute;
  left: 12.5px;
  height: 27px;
  top: calc(50% - 21.5px);
}

.blogSliderRightArrow {
  position: absolute;
  height: 27px;
  right: 12.5px;
  top: calc(50% - 21.5px);
}

.slick-slide {
  height: auto;
}

.textLink {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.productViewImagesContainer {
  width: 100%;
  position: relative
}

.productViewContainer {
  position: relative;
  float: left;
  width: 90%;
  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
}

.productViewContainer .specGroupTitle {
  display: none
}

.figureBackground {
  top: -3px;
  right: 0;
  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: unset
}

.addWishlistProduct {
  background-image: url(../../files/heartPV.png);
  background-size: 45%;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFillPV.png);
  background-size: 45%;
}

.secondImg {
  opacity: 0;
  position: absolute!important;
  left: 0;
  top: 0
}

.productViewContainer:hover .secondImg {
  opacity: 1
}

.productViewContainer:hover .firstImg {
  opacity: 0
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1/1.4;
  -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
}

.productViewTop iframe {
  width: 100%;
  height: 100%
}
.badgeContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: auto
}

.badgeFile {
  position: relative;
  height: auto;
  width: 100%
}
.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: 13px;
  line-height: var(--base-line-height)
}

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

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 7px;
  height: auto;
  width: calc(100% - 35px);
  font-size: 15px;
  font-weight: var(--h2-font-weight);
}

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

.productViewPrice {
  display: flex;
  position: relative;
  font-size: 14px;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-top: 2px;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

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

.oldPrice {
  position: relative;
  color: var(--base);
  margin-right: 6px;
  font-weight: 300;
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  width: 100%;
  font-size: 17px;
}

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

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

.transferImg {
  height: 20px
}

.bankPriceText {
  position: relative;
  float: left;
  margin-top: 5px;
}
.bank13{
  color:var(--bbva)
}
.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: 15px;
  left: 15px;
  max-width: 25%
}

.productViewContainer .lds-ring {
  display: none
}

.productViewContainer .specGroupsContainer {
  height: auto
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .blogCaption {
    width: 75%;
  }

  .blogSliderWrapper {
    width: 80%;
  }

  .blogImage {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  #blogTitle {
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2px;
    height: auto;
    padding-bottom: 10px;
    font-size: 19px;
    letter-spacing: 2px;
  }

  #blogPostTitle {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .blogSubtitle {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
  }

  .blogText {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 15px;
    font-size: 13px;
    float: unset;
  }

  .blogSliderLeftArrow,
  .blogSliderRightArrow {
    height: 20px;
    top: calc(50% - 10px);
  }

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

  .slick-dots {
    top: 10px;
    right: 10px;
  }

  #blogPrevImg {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  #blogSubtitle {
    margin: 0 auto 1rem;
    width: 90%;
  }

  .youtubeVideo {
    width: 100%;
    display: flex;
    height: 300px;
    margin: 0 auto 2rem;
    justify-content: center;
  }
}