.bankPriceView {
  position: relative;
  width: 100%;
  line-height: 25px;
  font-weight: 700;
  float: left;
  margin-bottom: 5px;
}

.bankPriceRow {
  justify-content: unset !important
}

.bankPriceImgView, .bankPriceImg {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 5px
}

.bankPriceTextView, .bankPriceText {
  position: relative;
  float: left;
  color: #0368c2;
  font-size: 18px;
  line-height: 25px
}

.noStock {
  cursor: no-drop !important;
  color: grey !important;
  opacity: .2
}

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

#productData {
  position: relative;
  height: auto;
  margin-top: 60px;
  overflow: hidden
}

#productImages {
  position: relative;
  float: left;
  width: 607px;
  height: auto;
  overflow: hidden;
  min-height: 512px;
  margin-right: 73px;
  padding-top: 30px;
  padding-bottom: 0
}

#productRightColumn {
  position: relative;
  float: left;
  width: 420px;
  height: auto;
  overflow: hidden
}

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

.productBasicInfo {
  position: relative;
  width: 99%;
  height: fit-content;
  margin-top: 26px;
  border-radius: 2px;
  overflow: hidden
}

.productInfoTitle {
  position: relative;
  vertical-align: middle;
  width: 332px;
  color: #18355c;
  padding-top: 3px;
  font-size: 32px;
  margin-bottom: 5px;
  font-weight: 500
}

.productInfoLabel {
  position: relative;
  vertical-align: middle;
  width: 101px;
  color: #58595b;
  padding-top: 3px;
  font-size: 16px;
  float: left;
  font-weight: lighter;
  line-height: 45px
}

#productPrice {
  position: relative;
  float: left;
  padding-top: 11px;
  color: #18355c;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 11px;
  margin-top: 1px
}

.generalInfoText {
  float: left;
  width: 88%;
  color: #18355d;
  font-size: 13px;
  line-height: 17px
}

.barCode {
  color: #18355d;
  font-size: 15px;
  margin-top: 20px
}

#wish-list-container {
  border: unset;
  position: absolute;
  width: 25px;
  height: 25px
}

#addToWishlist {
  background-image: url(../../files/heart.png)
}

#addToWishlist:hover {
  background-image: url(../../files/heartFilled.png)
}

#removeWishlistProduct {
  background-image: url(../../files/heartFilled.png)
}

#removeWishlistProduct:hover {
  background-image: url(../../files/heart.png)
}

.storeInfoText {
  margin-top: 10px;
  font-weight: 700
}

#productOldPrice {
  position: relative;
  width: auto;
  text-align: center;
  color: #58595b;
  font-weight: 100;
  font-size: 21px;
  margin: 0 auto;
  float: left;
  margin-right: 10px;
  line-height: 35px
}

.selectContainer {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  height: 39px;
  text-align: center;
  width: 69px;
  color: #fff;
  float: left;
  font-weight: 100;
  background-color: #333;
  margin-right: 20px
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 53%;
  right: 0;
  border-top: 1.5px solid;
  border-color: inherit;
  color: #c41130
}

.purchaseButton {
  position: relative;
  width: 90%;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  border: 1px solid #18355d;
  height: 37px;
  background-color: #18355d;
  text-align: center;
  line-height: 37px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 25px;
  color: #fff;
  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;
  margin-bottom: 50px
}

.purchaseButton:hover {
  background-color: #fff;
  color: #18355d
}

#sizeChart {
  color: #231f20;
  width: 100%;
  margin-top: 33px;
  position: relative;
  display: none;
  overflow: hidden
}

#buyButton {
  margin-right: 40px
}

#cartInfo {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px
}

#productPurchaseAmountText {
  position: relative;
  float: left;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 600
}

.selectAmount {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-left: 20px;
  width: 80px;
  height: 25px;
  font-weight: lighter;
  color: #8e8e8e;
  text-align: center;
  padding-right: 14px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  border: .5px solid #7f736c;
  border-radius: 0
}

.selectArrow {
  height: 7px;
  width: 7px;
  background-image: url(../../files/selectTriangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 9px;
  pointer-events: none
}

#productInfoDescription {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
  height: auto
}

#productInfoDescriptionText {
  color: #58595b;
  width: 100%;
  margin-top: 15px;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  font-weight: 200;
  float: left;
  margin-top: 15px
}

.verticalSeparator {
  float: left;
  border-left: 1.4px solid #58595b;
  width: 1px;
  height: 25px
}

.specImage {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 17%;
  border: none
}

#specGroupsDiv {
  position: relative;
  display: grid;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  grid-template-columns: auto auto
}

.specGroup {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  float: left
}

.specGroupTitle {
  position: relative;
  width: 40%;
  text-align: left;
  color: #18355d;
  font-size: 19px;
  letter-spacing: .5px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
  font-weight: 900;
  margin-bottom: 7px
}

.specValue {
  font-size: 20px;
  line-height: 31px
}

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

.specs {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #17345b
}

.spec {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 12px;
  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;
  border: none
}

.spec:not(.selectedSpec):hover,
.spec.selectedSpec {
  border-bottom: none
}

.noImageSpec {
  border: 1px solid transparent;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  height: 28px;
  width: fit-content;
  line-height: 28px;
  margin-left: 3px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #17345b
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
  font-weight: revert;
  border: none;
  background: none;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #17345b;
  text-align: left;
  text-indent: 0;
  line-height: 19px;
  margin-left: 0
}

#productQuantity {
  height: 100%;
  cursor: pointer
}

option {
  color: #333
}

.selectAmount {
  color: white !important;
  font-weight: 600;
  font-size: 16px !important
}

.sizeChartImg {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px
}

#sizeChartClose {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #000;
  cursor: pointer
}

#sizeChartDiv {
  position: relative;
  max-width: 44%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  height: auto;
  float: right;
  margin-right: 40px;
  overflow: hidden;
  margin-top: 180px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .09)
}

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

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

#noStockClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #58595b;
  color: #fff;
  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: .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: #fff;
  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: #fff;
  color: #58595b
}

#specialOffersContainer {
  position: relative;
  height: auto;
  float: left;
  width: 100%
}

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;
  right: 0;
  width: 420px;
  height: 420px;
  display: none;
  overflow: hidden
}

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none
}

.productMoreInfo {
  height: fit-content;
  display: block;
  position: relative;
  max-height: none
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "RFDewi";
  border-top: solid 1px #ddd
}

.verticalSeparator {
  float: left;
  border-left: 1.4px solid #58595b;
  width: 1px;
  height: 25px
}

.productGrouptitle {
  color: #18355c;
  font-weight: 700;
  margin: 0;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "RFDewi";
  cursor: pointer
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  margin-top: 5px;
  color: #646464;
  margin-left: 10px;
  display: none
}

.paymentType {
  height: 20px;
  margin-right: 13px
}

.moreInfoDiv.openDiv .productGroupInfo {
  display: block
}

.moreInfoDiv.openDiv .openInfoDiv {
  transform: rotate(90deg)
}

.openInfoDiv {
  height: 15px;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 15px;
  cursor: pointer
}

.productGroupInfo em {
  font-style: normal;
  font-weight: 700
}

.productGroupInfo p {
  font-style: normal;
  margin-top: 4px;
  margin-bottom: 10px
}

.sliderContainer {
  margin-top: 50px
}

@media screen and (min-width: 770px) and (max-width:1100px) {
  #productImages {
    margin-right: 23px;
    margin-left: 23px
  }
}

@media screen and (max-width: 768px) {
  .slick-slide img {
    width: 100%
  }

  #removeWishlistProduct {
    background-image: url(../../files/heartFilled.png)
  }

  #imgsContainer {
    touch-action: auto
  }

  #productImages {
    width: 90%;
    margin-left: 5%;
    min-height: 0;
    max-height: 470px
  }

  #productRightColumn {
    width: 100%
  }

  .productInfoTitle {
    font-size: 21px;
    margin-bottom: 5px;
    margin-left: 10%;
    font-weight: lighter;
    width: 80%
  }

  .barCode {
    margin-left: 10%
  }

  .productBasicInfo {
    margin-top: 0
  }

  #wish-list-container {
    left: unset;
    right: 5%;
    top: 0
  }

  .bankPriceView {
    margin: 5px 10%
  }

  .bankPriceTextView, .bankPriceText {
    font-size: 16px;
    line-height: 24px
  }

  .purchaseButton {
    position: relative;
    width: 80%;
    margin-top: 20px;
    height: 30px;
    background-color: #18355d;
    text-align: center;
    line-height: 30px;
    margin-left: 10%;
    font-size: 13px;
    margin-bottom: 0
  }

  #productInfoDescription {
    width: 80%;
    margin-left: 10%
  }

  .specGroupTitle {
    width: 100%;
    font-size: 15px
  }

  .verticalSeparator {
    height: 25px
  }

  #productQuantity {
    padding-left: 18px
  }

  .selectContainer {
    margin-top: 20px;
    margin-left: 140px
  }

  #specialOffersContainer {
    width: 100%;
    margin-top: 0
  }

  .specGroupTitle2 {
    width: 48%;
    font-size: 15px;
    margin-left: 25px
  }

  #productInfoDescriptionText {
    margin-top: 20px
  }

  #productQuantityMobile {
    padding-left: 18px;
    height: 23px;
    text-align: center;
    width: 42px;
    color: #7f736c;
    font-weight: 100
  }

  .productInfoLabel {
    margin-top: 8px;
    width: 70px;
    margin-left: 10%
  }

  #productData {
    margin-top: 30px
  }

  #productImages {
    padding-top: 0
  }

  #productPrice {
    text-align: initial;
    width: 100%;
    margin-left: 10%;
    padding: 0;
    margin-top: 8px;
    font-size: 22px;
    margin-bottom: 5px
  }

  .specGroup {
    margin-top: 10px;
    margin-left: 36px
  }

  .scotiaPriceView {
    margin-top: 32px
  }

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

  .spec:not(.selectedSpec):hover,
  .spec.selectedSpec {
    padding-bottom: 1px;
    font-size: 18px
  }

  #sizeChartDiv {
    max-width: 85%;
    margin-right: 7.5%;
    margin-top: 285px !important
  }

  .productMoreInfo {
    width: 89%;
    margin-left: 10%
  }

  .generalInfoText {
    margin-left: 10%
  }

  #productOldPrice {
    line-height: 22px
  }
}