.widthContainer {
  width: 90%;
}

.bankPriceView {
  position: relative;
  font-size: 13px;
  color: #ee3223;
  float: left;
  line-height: 25px;
  margin-top: 11px;
  font-weight: 500;
  width: 300px;
  display: flex;
  width: 90%;
  margin-bottom: 15px;
}

.bankPriceContainer {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: fit-content;
}

.bankPriceImgView {
  position: relative;
  margin-right: 5px;
  height: 30px;
}

#topLine {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #b1988a;
}

#topLineArrow {
  position: relative;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto 0;
}

#topLineText {
  position: relative;
  margin: auto 10px;
  color: #626262;
  font-family: "Baloo-Chettan" !important;
}

.bankPriceTextView {
  position: relative;
  font-size: 24px;
  margin-right: 5px;
  color: #d93128;
  font-family: "Baloo-Chettan" !important;
}

.bankNameSpan {
  font-size: 16px;
  line-height: 30px;
  color: #d93128;
  display: none;
}

.bankPriceTextView[data-bank-id="12"] {
  color: #000;
}

.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;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  width: 90%;
}

#productImages {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  min-height: 512px;
  margin-left: 0;
  padding-top: 0;
}

#productRightColumn {
  position: relative;
  width: 43%;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
}

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

.productBasicInfo {
  position: relative;
  width: 99%;
  height: auto;
  border-radius: 2px;
  display: table;
}

.productBasicInfo .preorderDiv {
  background: #097bed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  height: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  margin: 20px 0 15px;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
}

.preorderDiv.shown {
  display: block;
}

.productBasicInfo span {
  font-family: "Baloo-Chettan" !important;
}

.paymentType {
  width: 100%;
}

div#preorderDiv {
  background: #097bed;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
  padding: 5px 17px;
  border-radius: 4px;
}

.productInfoTitle {
  font-family: "Baloo-Chettan" !important;
  position: relative;
  vertical-align: middle;
  width: 90%;
  color: #575757;
  font-weight: 500;
  padding-top: 3px;
  font-size: 30px;
  margin-bottom: 10px;
}

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

#changesPolicy {
  text-transform: unset;
}

#changesPolicy::after {
  width: 0;
  content: "";
  height: 1px;
  display: block;
  margin-left: 97px;
  background-color: #b1988a;
}

#changesPolicy:hover::after {
  width: 130px;
}

#productPrice {
  position: relative;
  float: left;
  padding-top: 11px;
  color: #575757;
  font-size: 24px;
  font-family: "Baloo-Chettan";
  text-align: left;
  font-weight: 500;
  width: 100%;
}

#productOldPrice {
  position: relative;
  width: auto;
  display: table;
  text-align: center;
  color: #9e9e9e;
  font-weight: 100;
  font-size: 24px;
  margin: 0 auto;
  float: left;
  margin-right: 10px;
}

.quantityContainer {
  position: relative;
  width: 100%;
  height: 35px;
  margin-top: 19px;
  font-family: "Baloo-Chettan" !important;
  font-weight: 500;
  border-radius: 2px;
  display: table;
}

.selectContainer {
  position: relative;
  cursor: pointer;
  height: 30px;
  text-align: center;
  bottom: 0;
  width: 110px;
  margin-top: 4px;
  font-size: 20px;
  line-height: 8px;
  float: left;
  border-radius: 10px;
  margin-right: 2%;
  color: #575757;
  border: 1px solid #9e9e9e;
  display: flex;
  flex-direction: row;
}

.quantityProduct {
  border: 0;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.plusSign {
  right: 0;
  z-index: 1;
  top: 0;
  width: 40%;
  line-height: 30px;
  text-align: center;
  position: absolute;
}

.minusSign {
  z-index: 8;
  width: 40%;
  line-height: 30px;
  float: left;
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 52%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  color: #8b8b8b;
}

.purchaseButton {
  position: relative;
  width: calc(100% - 136px);
  float: left;
  height: 50px;
  font-family: "Baloo-Chettan" !important;
  background-color: #ffdb48;
  border: 1px solid #ffdb48;
  text-align: center;
  line-height: 50px;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  border-radius: 10px;
  font-size: 19px;
  color: #1b1b1b;
  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: 0;
}

.purchaseButton:hover {
  background-color: #fff;
  color: #1b1b1b;
  border: 1px solid #ffdb48;
}

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

#buyButton {
  margin-right: 10px;
}

.selectedHeading {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #b1988a;
}

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

#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: 88px;
  height: 25px;
  font-weight: lighter;
  color: #afafaf !important;
  text-align: center;
  padding-right: 14px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  border: 0.5px solid #7f736c;
  border-radius: 0;
}

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

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

#productInfoDescriptionText {
  color: #575757;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  font-weight: 200;
  float: left;
  white-space: pre-line !important;
}

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

.specImage {
  height: 87%;
  width: 87%;
  border-radius: 50px;
  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;
}

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

.specGroup ~ .specGroup {
  margin-top: 0;
}

.specGroupTitle {
  position: relative;
  width: 100%;
  text-align: left;
  color: #575757;
  font-family: "Baloo-Chettan" !important;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
}

.specGroupTitle2 {
  position: relative;
  text-align: left;
  color: #b1988a;
  font-size: 14px;
  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;
}

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

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

.noImageSpec {
  border: 1px solid transparent;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  line-height: 28px;
  margin-left: 3px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
  color: #fff;
  background: #575757;
}

.sizeChartImg {
  width: 130px;
  z-index: 99;
  display: block;
  left: 34%;
  margin: auto;
  position: absolute;
  margin-top: 31px;
}

#sizeChartIcon {
  margin-left: 15px;
  margin-top: 4px;
}

#sizeChartFlex {
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

.stockRequestButton {
  position: relative;
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background-color: #ffdb48;
  border: 1px solid #ffdb48;
  margin-left: 130px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  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: #ffdb48;
}

#specialOffersContainer {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}

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

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

#customizableFieldsContainer {
  position: relative;
  margin-top: 25px;
}

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

.customizableFieldTitle {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #b59788;
}

.customizableFieldRow {
  background-color: #fff;
  border: 1px solid #b59788;
  margin-bottom: 7px;
  width: 65%;
  text-indent: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 13px;
  color: #b4b4b4;
  height: 24px;
  font-weight: 700;
}

select.customizableFieldRow {
  height: 30px;
  float: left;
  cursor: pointer;
  margin-left: 0;
  width: 66%;
}

.arrowSelect {
  position: relative;
  width: fit-content;
  padding: 6px;
  float: left;
  margin-top: 6px;
  margin-left: -30px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transform: rotate(-90deg);
}

#productInfoSizeChart {
  display: none;
  float: left;
  width: 100%;
}

#productInfoLabel {
  height: auto;
  width: 110px;
  float: left;
  font-size: 18px;
  color: #686767;
  line-height: 42px;
}

.bagCart {
  position: absolute;
  left: 7px;
  width: 38px;
  top: 5px;
}

#wish-list-container {
  height: 52px;
  position: relative;
  width: 52px;
  top: 0;
  float: left;
  left: 0;
  margin: 20px auto 0;
  border: 0;
  box-sizing: unset;
  border-radius: 0;
}

#addToWishlist {
  cursor: pointer;
  background-image: url(../../files/heart.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  background-color: rgba(158, 158, 158, 0.1);
  border-radius: 10px;
  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;
}

#removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heart.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-color: #0080f1;
  border-radius: 10px;
}

.shareContainer {
  height: 52px;
  position: relative;
  width: 52px;
  top: 0;
  float: left;
  left: 0;
  margin: 20px auto 0;
  border: 0;
  box-sizing: unset;
  border-radius: 0;
  margin-left: 10px;
}

.shareButton {
  cursor: pointer;
  background-image: url(../../files/share.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-color: rgba(158, 158, 158, 0.1);
  border-radius: 10px;
  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;
  position: relative;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border-top: solid 1px #ccc;
}

.productGrouptitle {
  color: #575757;
  margin: 0;
  margin-top: 15px;
  position: relative;
  font-size: 20px;
  font-family: "Baloo-Chettan";
  line-height: 27px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 500;
  padding-left: 45px;
}

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

.productGroupInfo img {
  width: auto;
  height: 15px;
}

.openClose {
  position: relative;
  color: #575757;
  float: right;
  right: 10px;
}

.moreInfoDiv.openDiv .productGroupInfo {
  display: block;
}

.moreInfoDiv.openDiv #productInfoPaymentTypes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding-bottom: 10px;
}

#productInfoPayments {
  border-bottom: solid 1px #ccc;
}

.productInfoImg {
  position: absolute;
  width: 38px;
  left: 0;
  height: 38px;
  top: -7px;
}

.brandInfo {
  margin-top: 20px;
}

.brandInfo span {
  font-size: 19px;
  margin-right: 5px;
}

#descriptionTitle {
  font-weight: 500;
  font-family: "Baloo-Chettan" !important;
  font-size: 19px;
}

.navigationContainer {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 10px auto;
  margin-top: 25px;
  line-height: 40px;
  color: #000;
}

.previousButton {
  position: relative;
  display: flex;
  justify-content: start;
  height: auto;
  overflow: hidden;
  width: fit-content;
}

.productCode {
  color: #afafaf;
  font-size: 13px;
  line-height: 29px;
}

.mediaContainer {
  width: fit-content;
  position: absolute;
  font-weight: 500;
  top: 59px;
  left: -95px;
  padding: 0 8px;
  z-index: 2;
  color: #000;
  justify-content: space-around;
  flex-direction: row;
  overflow: visible;
  background: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
  border-radius: 10px;
  display: none;
}

.mediaContainer.open {
  display: flex;
}

.mediaIconShare {
  margin: 5px;
}

.productMoreInfo {
  width: 100%;
  float: left;
}

.shareButton:hover {
  top: -3px;
}

#addToWishlist:hover {
  top: -3px;
}

#whatsappShareIcon {
  margin-top: 8px;
}

#buyContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.customDropdown {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: calc(100% - 136px);
  margin-top: 15px;
}

.customDropdownTop {
  width: 100%;
  display: flex;
  margin: 5px auto;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.customDropdownTop:hover .dropdownOpenClose {
  opacity: 0.7;
}

.dropdownIcon {
  width: 43px;
  left: 10px;
  position: absolute;
}

.dropdownIcon img {
  width: 100%;
}

.dropdownOpenClose {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  right: 15px;
}

.dropdownTitle {
  color: #1b1b1b;
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.customDropdownTop.rotate .dropdownOpenClose img {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dropdownOpenClose img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

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

.eventsContainer {
  width: 100%;
  margin-top: 5px;
  float: left;
}

.eventsContainer label {
  line-height: 35px;
}

.event {
  width: 13px;
  height: 13px;
  cursor: pointer;
  top: 4px;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  position: relative;
}

.event:checked {
  background-image: url(../../files/blueTick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.customDropdownBottom hr {
  border-top: 1px solid #9e9e9e;
  width: 98.5%;
  margin: 14px auto;
  overflow: hidden;
}

.eventsGo {
  width: 98%;
  font-weight: 500;
  color: #097bed;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.eventsGo:hover {
  opacity: 0.7;
}

.eventContainer {
  margin-bottom: 5px;
}

.eventLink {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.eventLink:hover {
  color: #1b1b1b;
}

#noEvent {
  margin-top: 20px;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    width: 97% !important;
  }

  #productRightColumn {
    width: 300px;
  }

  #productImages {
    margin-right: 0;
    margin-left: 0;
  }

  #productInfoLabel {
    width: 33%;
  }

  #buyButton {
    margin-right: 4px;
  }

  .shareContainer {
    margin-left: 4px;
    height: 49px;
    width: 49px;
  }

  .purchaseButton {
    width: 63%;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
  }

  .bagCart {
    left: 5px;
    width: 23px;
    top: 14px;
  }

  #wish-list-container {
    height: 49px;
    width: 49px;
  }
}

@media screen and (max-width: 768px) {
  .centeredContent,
  .widthContainer {
    width: 97% !important;
    margin-bottom: 0;
  }

  #buyContainer {
    float: left;
    overflow: visible;
  }

  .moreInfoDiv {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
  }

  #productImages {
    width: 100%;
    margin-left: 0%;
    min-height: 0;
    max-height: 470px;
    padding-bottom: 0;
    margin-right: 0;
  }

  #productRightColumn {
    width: 100%;
  }

  .productInfoTitle {
    font-size: 28px;
    margin-bottom: 5px;
    margin-left: 0%;
    font-weight: 500;
    width: 100%;
  }

  .productBasicInfo {
    margin-top: 15px;
    width: 99% !important;
  }

  .brandInfo span {
    font-size: 17px;
  }

  .selectContainer {
    width: 115px;
    margin-right: 0%;
  }

  .purchaseButton {
    position: relative;
    width: 65%;
    font-size: 15px;
    margin-top: 20px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 0;
  }

  #productInfoDescription {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }

  .specGroupTitle {
    width: 40%;
    font-size: 17px;
  }

  .verticalSeparator {
    height: 25px;
  }

  #descriptionTitle {
    margin-left: 0 !important;
    width: 100%;
    font-weight: 500;
    font-family: "Baloo-Chettan" !important;
  }

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

  .specGroupTitle2 {
    font-size: 13px;
    margin-left: 35px;
  }

  #productInfoDescriptionText {
    margin-top: 0;
  }

  .sizeChartImg {
    left: 48%;
  }

  #productQuantityMobile {
    padding-left: 18px;
    height: 23px;
    text-align: center;
    padding: 0 !important;
    padding-left: 15px !important;
    width: 80px;
    color: #afafaf;
    font-weight: 100;
  }

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

  #changesPolicy {
    margin-left: 35px;
  }

  .navigationContainer {
    margin-top: 10px;
  }

  #productData {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #productImages {
    padding-top: 0;
  }

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

  .specs {
    max-width: 90%;
  }

  .specGroup {
    margin-top: 14px;
  }

  .scotiaPriceView {
    margin-top: 32px;
  }

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

  #sizeChartIcon {
    margin-top: 4px;
  }

  #topLine {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 50px;
  }

  #topLineArrow {
    left: 5%;
  }

  #topLineText {
    left: 12%;
  }

  #customizableFieldsContainer {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
  }

  #productInfoLabel {
    font-size: 17px;
    width: calc(100% - 117px);
  }

  .bagCart {
    width: 22px;
    top: 11px;
    left: 6px;
  }

  #wish-list-container {
    height: 48px;
    width: 48px;
    margin: 20px auto 0;
    margin-right: 4px;
  }

  .shareContainer {
    height: 48px;
    width: 48px;
    margin: 20px auto 0;
  }

  #buyButton {
    margin-right: 4px;
  }

  #imgsContainer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }

  .slick-slide img {
    width: 100%;
  }

  .imgContainer {
    position: relative;
  }

  .productCode {
    font-size: 15px;
  }

  #productOldPrice {
    font-size: 22px;
  }

  .bankPriceTextView {
    font-size: 16px;
  }

  .productGrouptitle {
    font-size: 17px;
  }

  .sliderTitleContainer {
    font-size: 22px !important;
  }

  .mediaContainer {
    left: auto;
    right: 10px;
    align-items: center;
  }

  .quantityContainer {
    margin-top: 10px;
  }

  .productGroupInfo img {
    height: 12px;
  }

  .moreInfoDiv.openDiv #productInfoPaymentTypes {
    grid-template-columns: repeat(4, 1fr);
  }

  .sliderTitleContainer {
    margin-top: 20px !important;
  }

  .customDropdown {
    width: calc(100% - 8px);
  }

  .dropdownTitle {
    font-size: 15px;
  }

  .dropdownIcon {
    width: 27px;
    display: flex;
    align-items: center;
  }

  .customDropdownBottom {
    font-size: 14px;
  }

  .event {
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #productImages {
    max-height: 700px;
  }

  #productInfoLabel {
    width: 20%;
  }

  .purchaseButton {
    width: 45%;
  }

  #buyButton {
    margin-right: 10px;
  }

  .bagCart {
    left: 33px;
  }

  #wish-list-container {
    margin-right: 10px;
  }
}
