#content {
  margin-top: 0px;
  padding-top: 0px;
}
.bankPriceView {
  position: relative;
  width: 100%;
  font-size: 19px;
  color: #da7349;
  line-height: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  float: left;
}

.widthContainer {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
}
.bankPriceImgView, .bankPriceImg{
  position: relative;
  float: left;
  width: auto;
  height: 100%;
}


.specGroup {
  position: relative;
  width: 85%;
  height: auto;
  overflow: hidden;
  float: left;
}

.specGroupTitle {
  position: relative;
  width: 40%;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  float: left;
  margin-top: 15px;
  margin-bottom: 7px;
}

.specGroupTitle2 {
  position: relative;
  width: 40%;
  text-align: left;
  color: #58595b;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
  cursor: pointer;
  margin-left: 60px;
}

.specs {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}

.spec {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  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;
}

.specImage {
  height: 32px;
  width: 32px;
  margin: 0 auto;
  margin-top: 4px;
  margin-left: 4px;
}

.spec:not(.selectedSpec):hover,
.spec.selectedSpec {
  border: 1px solid #686767;
}

.noImageSpec {
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  height: 35px;
  width: 35px !important;
  line-height: 35px;
  margin-left: 3px;
  border-radius: 0;
  font-weight: 300;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
  color: #686767;
  font-size: 15px;
  font-weight: 900;
  height: 35px;
  width: 35px;
  border-radius: 0;
  border: 1px solid #686767;
}

.bankPriceView {
  position: relative;
  font-size: 15px;
  color: #2e3192;
  float: left;
  margin-left: 15px;
  height: auto;
  overflow: visible;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  height: 34px;
  gap: 10px;
}

.bankPriceContainer, .bankPriceRow {
  height: auto;
  justify-content: flex-start !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.noStock {
  cursor: no-drop !important;
  color: grey !important;
  opacity: 0.2;
}

.fa-chevron-right {
  color: red;
  float: left;
  padding-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
}

#productData {
  position: relative;
  height: auto;
  width: 90%;
  margin: auto;
  max-width: 1400px;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 30px;
}

#productImages {
  position: relative;
  float: left;
  width: 56%;
  height: auto;
  overflow: hidden;
  min-height: 512px;
  margin-right: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
}

#productRightColumn {
  position: relative;
  float: left;
  width: 37%;
  padding-top: 45px;
  height: auto;
  overflow: hidden;
}

#productInfo {
  position: relative;
  width: 85%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4d5550;
}

.productBasicInfo {
  position: relative;
  width: 100%;
  height: 45px;
  display: table;
  color: #464646;
}

.productInfoTitle {
  position: relative;
  width: 100%;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  line-height: 3rem;
  font-weight: 500;
}

.productInfoLabel {
  height: auto;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4.5rem;
  margin-right: 1.8rem;
}
.productPriceContainer {
  width: 100%;
  float: left;
  margin: 0.5rem 0 1.7rem;
}
#productPrice {
  position: relative;
  font-size: 1.9rem;
  float: left;
  margin-right: 1.5rem;
  line-height: 2.3rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#productOldPrice {
  position: relative;
  width: auto;
  display: table;
  text-align: center;
  color: #c09f80;
  margin: 0 auto;
  float: left;
  margin-right: 10px;
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 46%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  color: #c09f80;
}

.purchaseButton {
  position: relative;
  width: calc(100% - 5.5rem);
  margin-top: 4rem;
  float: left;
  height: 4.8rem;
  border-radius: 4rem;
  text-align: center;
  line-height: 4.6rem;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.7rem;
  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;
  cursor: pointer;
}

#productInfoDescriptionText {
  color: #000000;
  width: 100%;
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  float: left;
  line-height: 1.8rem;
}
#productInfoDescriptionText br {
  display: none;
}

#noStockFixedContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  opacity: 0;
}

#noStockDiv {
  position: fixed;
  width: 700px;
  height: 280px;
  background-color: white;
  border: 2px solid #58595b;
  left: calc(50% - 350px);
  top: calc(50% - 175px);
  border-radius: 4px;
}

#noStockClose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: #58595b;
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  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;
}

#noStockClose:hover {
  opacity: 0.8;
}

#noStockMessage {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 90px;
  text-align: center;
  color: #58595b;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.stockRequestButton {
  position: relative;
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background-color: #58595b;
  border: 1px solid #58595b;
  margin-left: 130px;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 6px;
  margin-top: 40px;
  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;
}

.stockRequestButton:hover {
  background-color: white;
  color: #58595b;
}

#specialOffersContainer {
  width: 100%;
  margin: 0 auto;
}

hr {
  display: inline-block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a08f84;
  padding: 0;
  width: 100%;
  margin-top: 40px;
}

#zoomedProductDiv {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 420px;
  height: 420px;
  z-index: 9;
  display: none;
  overflow: hidden;
}

#zoomedProductImg {
  position: relative;
  height: auto;
  width: auto;
}

.quantityContainer {
  position: relative;
  width: 100%;
  height: 3.5rem;
  display: table;
  margin: 4rem 0 1rem;
}
.selectContainer {
  position: relative;
  cursor: pointer;
  height: 4.3rem;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: row;
  max-width: 17rem;
  font-size: 2rem;
  line-height: 2.4rem;
  border-radius: 3rem;
  float: left;
  border: 0.1rem solid #d9d9d9;
}
.quantityProduct {
  border: 0px;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: 100%;
  color: #464646;
  height: 100%;
  padding: 0px;
}
.minusSign {
  z-index: 8;
  width: 40%;
  line-height: 4rem;
  float: left;
  left: 0px;
  top: 0;
  text-align: center;
  position: absolute;
  color: #464646;
}
.plusSign {
  right: 0;
  z-index: 1;
  top: 0px;
  width: 40%;
  line-height: 4.4rem;
  text-align: center;
  position: absolute;
  color: #464646;
}
.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 15px;
  max-height: fit-content;
  float: left;
}

.categoriesContainer {
  position: relative;
  width: 90%;
  height: auto;
  margin: 5rem auto 2rem;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #464646;
}
.categoriesContainer strong {
  color: #4da034;
}
.productData {
  width: 100%;
  float: left;
}

#productInfoDescriptionText span {
  font-weight: 400;
  color: #95a5a6;
  line-height: 20px;
}

.disabledDiv {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #productImages {
    width: 100%;
    margin-right: 0px;
  }
  #productRightColumn {
    width: calc(100% - 5rem);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .widthContainer {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  #addToWishlist {
    background-image: url(../../files/heart.png);
  }
  #productImages {
    width: 100%;
    margin-left: 0%;
    min-height: 0px;
    max-height: 450px;
    padding-bottom: 0px;
    margin-right: 0px;
  }

  #productRightColumn {
    padding-top: 25px;
    width: 90%;
    margin: auto;
    float: none;
  }

  .productBasicInfo {
    margin-top: 0px;
  }

  .bankPriceView {
    margin-left: 10px;
    font-size: 16px;
  }

  .purchaseButton {
    margin: 4rem auto;
    float: unset;
    width: 100%;
    max-width: 45rem;
  }

  #specialOffersContainer {
    width: 100%;
    margin: 0 auto 4rem;
  }

  #productData {
    width: 100%;
  }

  #productImages {
    padding-top: 0px;
  }

  .fa-chevron-right {
    margin-left: 1px;
    margin-right: 6px;
  }

  #imgsContainer {
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    max-height: 45rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }
  .imgContainer {
    margin: 0px !important;
    position: relative;
  }
  .slick-slide .imgProduct {
    width: 90%;
    margin: auto;
  }
  .badgeFile {
    width: 30% !important;
  }

  #imgsContainer .slick-dots {
    bottom: 15px;
  }

  #imgsContainer .slick-dots li {
    top: 0px;
  }

  #imgsContainer .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #4da034;
    border-radius: 10px;
  }
  #imgsContainer .slick-dots li button:before {
    border: none;
    color: transparent;
    opacity: 0.7;
    border-radius: 50%;
    font-size: 0px;
    width: 13px;
    height: 13px;
    background-color: #4da034;
  }

  #wish-list-container {
    left: 0%;
    top: 0px;
    z-index: 1;
    margin-top: 15px;
    height: 41px;
    width: 41px;
    margin-right: 0px;
    margin-right: 10px;
  }
  #specialOffersContainer .slick-dots {
    display: none !important;
  }

  .categoriesContainer {
    margin-top: 3rem;
  }
  #productInfo {
    width: 95%;
    margin: auto;
  }

  #removeWishlistProduct {
    background-image: url(../../files/heartFilled.png);
    background-size: 65%;
    height: 35px;
    width: 35px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .purchaseButton {
    width: calc(60% - 53px);
    float: left;
  }
  #productImages {
    max-height: 850px;
  }
  #imgsContainer {
    max-height: 850px;
  }
}
