#content {
  margin-top: 0px;
  padding-top: 0px;
}

.bankPriceView {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 2.6rem;
  /* font-weight: bold; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  margin-top: 12px;
}

.widthContainer {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6rem;
}

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

.bankPriceTextView {
  position: relative;
  float: left;
}

.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: white;
  overflow: hidden;
  margin-bottom: 30px;
}

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

#productRightColumn {
  position: relative;
  float: left;
  width: 37%;
  max-width: 55rem;
  padding-top: 4.5rem;
  left: 2%;
  height: auto;
  overflow: hidden;
}

#productInfo {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 2rem;
  color: var(--black);
}

.productBasicInfo {
  position: relative;
  width: 100%;
  height: auto;
  display: table;
}

.productInfoTitle {
  position: relative;
  vertical-align: middle;
  width: calc(100% - 60px);
  padding-top: 0.3rem;
  font-size: 21px;
  float: left;
  margin-bottom: 1rem;
  line-height: 2.1rem;
  /* font-weight: 600; */
  text-transform: uppercase;
  overflow: hidden;
}

.productInfoLabel {
  height: auto;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 100;
  line-height: 45px;
}

#productPrice {
  position: relative;
  font-size: 2.2rem;
  line-height: 2.6rem;
  /* font-weight: 600; */
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  margin-right: 1rem;
}

#productOldPrice {
  position: relative;
  width: auto;
  display: table;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin: 0 auto;
  float: left;
  margin-right: 1rem;
}

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

.purchaseButton {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  float: left;
  height: 61px;
  text-align: center;
  background: var(--dark-brown);
  line-height: 4rem;
  /* font-weight: 600; */
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid var(--dark-brown);
  color: white;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchaseButton.stockRequest {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  color: var(--green);
}

.purchaseButton:hover {
  background-color: white;
  color: var(--black);
}

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

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

#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: 55px;
  /* margin-top: 10px; */
  height: 25px;
  font-weight: lighter;
  color: #8e8e8e;
  text-align: center;
  padding-right: 14px;
  border: none;
  font-size: 15px;
  background-color: transparent;

  border: 0.5px solid #7f736c;
  border-radius: 0px;
}

.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;
}
#noChangeDiscalimer {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
#productInfoDescriptionText {
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: 1.7rem;
  float: left;
  margin: 2rem 0 1.5rem;
}

#productClassification {
  height: 60px;
  display: none;
}

#starsContainer {
}

.star {
  background-image: url(../../files/star.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin: 9px 3px 0;
}

#productInfo #wish-list-container {
  height: 48px;
  position: absolute;
  width: 48px;
  right: -10px;
  float: left;
  top: -5px;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  background-color: unset;
  border: unset;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 0px;
}

#addToWishlist {
  height: 35px;
  width: 35px;
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 0px 0;
}

#productInfo #removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heartFilled.svg);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 35px;
  border-radius: 10px;
}

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

.specImage {
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 0px;
}

.specGroup {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.specGroupTitle {
  position: relative;
  width: 100%;
  text-align: left;
  float: left;
  /* font-weight: 600; */
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.9rem;
  margin: 2rem 0;
}

.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;
}

.specs {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  margin-top: 0px;
  padding-bottom: 1.7rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.spec {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  overflow: hidden;
  cursor: pointer;
  margin: 3px 9px;
  border: 1px solid #ffffff;
  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(.noImageSpec):hover {
  border: 1px solid #000000;
}

.spec:not(.noImageSpec).selectedSpec {
  border: 1px solid #000000;
}

.individualSpecContainer {
}

.noImageSpec {
  /* border: 1px solid #e9e9e9;
                        font-size: 12px;
                        font-weight: 600;
                        height: 10px;
                        float: left;
                        width: 10px;
                        border-radius: 20px;
                        font-style: italic; */
  text-align: center;
  font-size: 1.4rem;
  background-color: transparent;
  color: var(--black);
  border: none;
  height: auto;
  width: auto;
  box-sizing: border-box;
  border-radius: 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}

.noImageSpec:not(.selectedSpec):hover .filterCircle:after,
.noImageSpec.selectedSpec .filterCircle:after {
  /* background-color: #73868A; */
  background: var(--black);
}

#preorderWrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  margin-bottom: 2rem;
}

#availableStocks {
  margin-bottom: 3rem;
}

#preorderWrapper.shown {
  display: block;
}

.preorderDiv {
  /* display: none; */
}

#preorderText.shown {
  display: block;
}

.preorderDiv.shown {
  display: block;
}

#preorderDiv {
  font-size: 13px;
  color: white;
  padding: 0.7rem 1rem;
  width: 8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
  background: var(--black);
}

#preorderText,
#availableStocks {
  font-size: 13px;
  line-height: 1.7rem;
}

.preorderDiv {
  background: #6f95b7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  margin: 10px 0 15px;
  padding: 5px 10px;
}

.preorderDateTitle {
  font-weight: 500;
  color: #000000;
}

.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: black;
  cursor: pointer;
}

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

#deliveryDiv {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  background-color: #f9f9f9;
  padding: 20px;
  display: none;
}

#deliveryTitle {
  display: flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 300;
}

#deliveryInput {
  height: 40px;
  width: 65%;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
}

#deliveryButton {
  height: 40px;
  line-height: 40px;
  width: 32%;
  float: right;
  background-color: #585858;
  color: white;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

#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: #f9f9f9;
  color: #c1c3b8;
  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: #c1c3b8;
  border: 1px solid #c1c3b8;
  margin-left: 130px;
  text-align: center;
  color: white;
  font-size: 15px;
  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;
}

#productInfoTotal {
  height: 390px;
  width: 100%;
  top: 68px;
  position: relative;
  margin: 30px auto 0px auto;
  background: #ffffff;
  box-shadow: 0px 0px 44px rgb(0 0 0 / 13%);
  border-radius: 0 0 20px 20px;
}

#infoTitles {
  height: 70px;
  background: #c4a362;
  width: 100%;
  display: flex;
  align-items: center;
}

#infoContents {
  width: 70%;
  margin-left: 50px;
  margin-top: 20px;
}

.infoText {
  line-height: 23px;
}

.infoTitle {
  height: 100%;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-item.selected {
  background-color: #585858 !important;
  color: white !important;
}

.visible {
  display: block !important;
}

#customPageTitle {
  display: none;
}

#white-container {
  height: 300px;
  width: 100%;
  top: 0px;
  position: relative;
  margin: 30px auto 0px auto;
  background: #f9f9f9;
  float: left;
}

#brown-container {
  background: #c4a362;
  height: 300px;
}

.customPageCenteredContent {
  width: 100% !important;
}

#wc-header {
  height: 70px;
  background: #c4a362;
  width: 100%;
  display: flex;
  align-items: center;
}

.wc-item {
  height: 70px;
  font-size: 15px;
  background: #f9f9f9;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.wc-item:hover {
  background: #585858;
  color: white;
}

.item-title {
  text-align: center;
  margin-top: 37px;
  color: #515151;
  font-weight: 800;
  font-size: 18px;
}

.info-container {
  width: 75%;
  margin-left: 50px;
  height: calc(100% - 120px);
  line-height: 20px;
}

.info-text {
  margin-top: 30px;
  overflow-y: auto;
  color: #515151;
  height: 95%;
  padding-right: 20px;
}

.visible {
  display: block !important;
}

#responsability {
  display: none;
}

#principios {
  display: none;
}

#capital {
  display: none;
}

.white-text {
  color: white;
  font-size: 36px;
  width: 100%;
  text-align: center;
  font-weight: 800;
}

#help-container {
  position: absolute;
  margin-top: 130px;
  width: 100%;
  text-align: center;
}

.rounded-button {
  width: 180px;
  font-size: 17px;
  color: #515151;
  font-weight: 800;
  height: 40px;
  margin: 30px auto 0px auto;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: 0.2s;
}

.rounded-button:hover {
  background: #06b1de;
  color: white;
  transition: 0.2s;
}

.mobile {
  display: none !important;
}

.downArrow {
  position: absolute;
  right: 35px;
}

.visible-mobile {
  display: none;
}

/* width */
.info-text::-webkit-scrollbar {
  width: 13px;
}

/* Track */
.info-text::-webkit-scrollbar-track {
  background: rgba(196, 196, 196, 1);
  border-radius: 10px;
}

/* Handle */
.info-text::-webkit-scrollbar-thumb {
  background: rgba(6, 177, 222, 1);
  border-radius: 10px;
}

/* Handle on hover */
.info-text ::-webkit-scrollbar-thumb:hover {
}

#specialOffersContainer {
  width: 100%;
}

#specialOffersContainer .sliderContainer {
  width: calc(90% + 3rem);
  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;
  display: none;
  overflow: hidden;
}

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

.quantityContainer {
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 2rem;
}

.quantityTitle {
  font-size: 1.2rem;
}

.selectContainer {
  position: relative;
  cursor: pointer;
  height: 54px;
  text-align: center;
  bottom: 0;
  width: 16.5rem;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 4rem;
  float: left;
  color: var(--black);
  border: 1px solid var(--black);
  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: 5rem;
  text-align: center;
  position: absolute;
}

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

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
  border-bottom: solid 1px var(--green);
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px var(--green);
}

.productGrouptitle {
  font-size: 13px;
  letter-spacing: 0.1px;
  cursor: pointer;
  /* font-weight: 600; */
  margin: 2.3rem 0;
  text-indent: 0.7rem;
}

.openClose {
  position: relative;
  float: right;
  right: 0.2rem;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  margin-left: 10px;
  display: none;
}

.productGroupInfo b {
  font-weight: 600;
}

.moreInfoDiv.openDiv .productGroupInfo {
  display: flex;
  align-content: center;
}

.downloadContainer {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(171, 171, 171, 0.11);
  justify-content: center;
}

.imageDownload {
  margin-right: 15px;
}

.downloadText {
  font-size: 15px;
  font-weight: 600;
  color: #124194;
}

.priceInfo {
  float: right;
  max-width: 156px;
  font-weight: 500;
  font-size: 12px;
  height: 25px;
  margin-top: 20px;
  line-height: 25px;
  color: #737373;
}

.informationImg {
  float: right;
  position: relative;
  margin-left: 13px;
  top: 4px;
}

.priceInfoBoxContainer {
  position: relative;
}

.priceInfoBox {
  position: absolute;
  width: calc(95% - 40px);
  top: 59px;
  max-width: 265px;
  overflow: hidden;
  height: 101px;
  background: white;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 15px;
  right: 23px;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 9%);
  border-radius: 7px;
  z-index: 1;
  color: #000000;
  font-weight: 600;
  display: none;
}

.feePrice {
  float: right;
  width: 50%;
  margin-bottom: 10px;
  text-align: right;
}

.open {
  display: block;
}

.navigationContainer {
  position: relative;
  width: 90%;
  margin: 2.5rem auto 0;
  line-height: 1.6rem;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  max-width: 1400px;
}

.previousButton {
  display: flex;
  align-items: center;
  flex-direction: row;
  /* font-weight: 600; */
  color: var(--black);
}

.tableContainer {
  margin: auto;
  width: 90%;
  background-color: #f9f9f9;
  margin-bottom: 50px;
  display: none;
}

.tableTitle {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #585858;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.table {
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
  /* color: #212529; */
  border-color: #dee2e6;
}

tbody {
  border-color: inherit;
}

th {
  color: #5f5f5f;
  font-weight: 600;
  border-color: inherit;
  border-style: solid;
  padding: 0.5rem 2.5rem;
  border-right-width: 1px;
  text-align: -webkit-match-parent;
}

tr {
  border-color: inherit;
  border-style: solid;
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
  line-height: 20px;
}

td {
  color: #8c8c8c;
  padding: 3.5rem 2.5rem;
  font-size: 14px;
}

tr:last-of-type {
  border-bottom-width: 0px;
}

.specTitle {
  color: #5f5f5f;
  font-weight: 600;
  font-size: 17px;
  width: 80%;
  margin: 30px auto;
}

.specDescription {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  margin: 30px auto;
}

.categoriesContainer {
  position: relative;
  width: 90%;
  display: none;
  height: 40px;
  margin: 0px auto;
  margin-top: 0px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.arrowVolver {
  position: relative;
  height: 11px;
  width: auto;
  bottom: -1px;
  margin-right: 10px;
}

.guia {
  width: fit-content;
  border-bottom: 1px solid black;
}

#sizeChartTitle {
  color: black;
  font-size: 12px;
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  margin-left: 7px;
}

.cuotasContainer {
  position: relative;
  width: fit-content;
  height: 43px;
  border: 1px solid #73868a;
  box-sizing: border-box;
  padding-right: 11px;
  display: none;
}

.tarjetaContainer {
  position: relative;
  width: 50px;
  height: 43px;
  float: left;
}

.tarjeta {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 12px;
  margin-left: 11px;
}

.quantityTitle {
  position: relative;
  width: 100%;
  text-align: left;
  float: left;
  /* font-weight: 600; */
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.9rem;
  margin: 0rem 0 2rem;
}

.paymentImg {
  margin-right: 9px;
  max-width: 40px;
  margin-bottom: 10px;
}

.noPriceClass {
  display: none;
}

.filterCircle {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--black);
  margin-right: 1.7rem;
}

.filterCircle::after {
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 50%;
  background: #ffffff;
}

.bankPriceRow.mainBankPriceRow {
  height: 2.6rem;
  width: fit-content;
}

.sku {
  width: 100%;
  float: left;
  font-size: 13px;
  margin-bottom: 3rem;
}

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

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

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

  #productRightColumn {
    padding-top: 2.5rem;
    width: 90%;
    margin: auto;
    float: none;
    left: unset;
  }

  #productRightColumn #wish-list-container {
    position: absolute;
    right: 0;
    left: unset;
    top: -8px;
  }

  .productInfoTitle {
    margin-bottom: 1.3rem;
  }

  .productBasicInfo {
    margin-top: 0px;
  }

  .purchaseButton {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }

  .productMoreInfo {
    width: 100%;
  }

  .productGrouptitle {
    margin: 1.6rem 0;
  }

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

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

  .verticalSeparator {
    height: 25px;
  }

  #productQuantity {
    padding-left: 3px;
    background: transparent;
  }

  #minusSign {
    margin-top: 0px;
    height: 35px;
    width: 35%;
    z-index: 8;
    color: #818579;
  }

  #plusSign {
    float: right;
    margin-top: 0px;
    height: 35px;
    width: 35%;
    z-index: 8;
    color: #818579;
  }

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

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

  .productInfoLabel {
    width: 100%;
    margin-left: 0%;
    font-size: 17px;
    height: 40px;
    font-weight: 600;
  }

  #productData {
    width: 100%;
    display: block;
    max-height: unset;
  }

  #productImages {
    padding-top: 0px;
  }

  #productInfoDescriptionText {
    margin: 2.5rem 0 2rem;
  }

  .quantityContainer {
    margin-bottom: 2.5rem;
  }

  .specGroup {
    margin-top: 10px;
  }

  .scotiaPriceView {
    margin-top: 32px;
  }

  .scotiaPriceImgView {
  }

  .scotiaPriceTextView {
  }

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

  .spec:not(.selectedSpec):hover,
  .spec.selectedSpec {
    /* border-bottom: 2px solid #707173; */
    /* padding-bottom: 1px; */
  }

  .noImageSpec {
  }

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

  #white-container {
    margin: 0px auto 0px auto;
  }

  #wc-header {
    display: block;
    height: 0;
  }

  .downArrow {
    right: 22px;
  }

  .info-container {
    width: 85%;
    margin: 0 auto;
    height: 305px;
    overflow: scroll;
    margin-bottom: 8px;
  }

  #white-container {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
  }

  .visible {
    display: none !important;
  }

  .wc-item {
    height: 45px;
  }

  .visible-mobile {
    display: block !important;
  }

  #brown-container {
    background: white;
    height: 300px;
  }

  #help-container {
    margin-top: 140px;
  }

  .info-text {
    height: 84%;
    font-size: 13px;
  }

  .rounded-button {
    background: #06b1de;
    color: white;
    height: 38px;
    width: 177px;
    font-weight: 800;
    border-radius: 22px;
    margin-top: 30px;
  }

  .white-text {
    color: #515151;
    font-size: 30px;
  }

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

  .imgContainer {
    margin: 0px !important;
    position: relative;
    height: auto !important;
  }

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

  .slick-slide img.bankPriceImg {
    position: relative;
    height: 15px;
    display: block;
    margin: unset;
    margin-right: 5px;
    width: auto;
  }

  .productBasicInfo .bankPriceRow {
  }

  .badgeFile {
    width: 30% !important;
  }

  .priceInfo {
    float: left;
    height: 25px;
    margin-top: 0px;
    line-height: 25px;
  }

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

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

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

  #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: #e3e3e3;
  }

  #wish-list-container {
    top: 0px;
    z-index: 1;
    margin-top: 0px;
    height: 32px;
    width: 39px;
    margin-right: 0px;
  }

  #specialOffersContainer .slick-dots {
    display: none !important;
  }

  .priceInfoBox {
    top: 73px;
    left: 6px;
  }

  .feePrice {
    width: 60%;
  }

  .sliderTitleContainer {
  }

  .tableTitle {
    font-size: 15px;
  }

  tr {
    padding: 0.5rem 0.5rem;
  }

  th {
    padding: 0rem 0.5rem;
    font-size: 13px;
  }

  td {
    padding: 0.5rem 0.5rem;
    font-size: 13px;
  }

  .tableContainer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .categoriesContainer {
    line-height: 26px;
    font-size: 12px;
  }

  #productInfo {
    width: 100%;
    margin: auto;
  }

  .priceLine {
    border-top: 1px solid #95a5a6;
    margin-top: 5px;
    overflow: hidden;
    float: left;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .selectContainer {
    width: 155px;
    float: left;
    margin-left: 20px;
  }

  .purchaseButton {
    width: calc(60% - 53px);
    float: left;
  }

  #productImages {
    max-height: 850px;
  }

  #imgsContainer {
    max-height: 850px;
  }
}
