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

.badgesContainer {
    display: none !important;
}

.bankPriceView {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #ee3223;
    line-height: 25px;
    margin: 15px 0;
    font-weight: bold;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.productBasicInfo .bankPriceRow {
    justify-content: flex-start;
    font-size: 17px;
}

.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: 92%;
    /* margin: auto; */
    /* max-width: 1400px; */
    background: white;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 4%;
}

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

#productRightColumn {
    position: relative;
    float: left;
    width: 32%;
    /* max-width: 500px; */
    padding-top: 45px;
    left: 2%;
    height: auto;
    overflow: hidden;
}

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

.productBasicInfo {
    position: relative;
    width: 95%;
    height: 45px;
    display: table;
}

.productInfoTitle {
    position: relative;
    vertical-align: middle;
    width: 100%;
    font-weight: 600;
    padding-top: 3px;
    font-size: 21px;
    float: left;
    margin-bottom: 7px;
    line-height: 28px;
    text-transform: uppercase;
    overflow: hidden;
}

.productInfoLabel {
    height: auto;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
}

#productPrice {
    position: relative;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

#productOldPrice {
    position: relative;
    width: auto;
    display: table;
    text-align: center;
    color: #a5a5a5;
    font-weight: 200;
    /* font-size: 16px; */
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}

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

.purchaseButton {
    position: relative;
    width: calc(100% - 4px);
    margin-top: 25px;
    float: left;
    height: 40px;
    text-align: center;
    background: #151536;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #151536;
    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;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchaseButton.stockRequest {
    background-color: #e9e9e9;
    border: 2px solid #e9e9e9;
}

.purchaseButton:hover {
    background-color: white;
    color: #151536;
}

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

#productInfoDescriptionText {
    width: 100%;
    position: relative;
    margin: 25px 0;
    overflow: hidden;
    text-align: left;
    font-size: 17px;
    /* line-height: 17px; */
    margin-top: 20px;
    font-weight: 200;
}

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

#wish-list-container {
    height: 28px;
    position: absolute;
    width: 28px;
    right: 0px;
    left: unset;
    float: right;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0px;
    background-color: unset;
    border: unset;
    /* display: none; */
}

#addToWishlist {
    background-image: url(../../files/heartBlack.svg);
    height: 35px;
    width: 35px;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 0px 0px 0;
}

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

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

.specImage {
    height: 36px;
    width: 36px;
    margin: 2px;
    border-radius: 0px;
}

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

.specGroupTitle {
    position: relative;
    width: 65px;
    text-align: left;
    color: black;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-top: 22px;
    margin-right: 14px;
    text-transform: uppercase;
}

.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: 70%;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    left: 0px;
    padding: 0 0px;
}

.spec {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    margin: 3px 9px;
    border: 2px 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:hover {
    border: 1px solid #151536;
}

.spec.selectedSpec {
    border: 1px solid #151536;
}

.noImageSpec {
    border: 1px solid #151536;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    margin: 3px 9px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
    border: 1px solid #151536;
    background-color: #151536;
    color: white;
}

.sizeChartImg {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
    /*display: none;*/
}

#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: 98%;
    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%;
    height: 35px;
    font-weight: 500;
    border-radius: 2px;
    display: table;
    margin-top: 15px;
    margin-bottom: 10px;
    /* display: none; */
}

.selectContainer {
    position: relative;
    cursor: pointer;
    height: 43px;
    text-align: center;
    width: 50%;
    max-width: 170px;
    margin-right: 4px;
    font-size: 18px;
    line-height: 22px;
    float: left;
    border: 1px solid #151536;
}

#productQuantity {
    border: 0px;
    height: 100%;
    position: relative;
    text-align: center;
    left: 5px;
    padding: 0px;
    width: 28px;
}

#minusSign {
    float: left;
    margin-top: 10px;
    height: 75%;
    width: 35%;
    z-index: 8;
}

#plusSign {
    float: right;
    margin-top: 10px;
    height: 75%;
    width: 35%;
    z-index: 8;
}

.productMoreInfo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-height: fit-content;
    float: left;
    border-bottom: solid 1px #151536;
    /* display: none; */
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #151536;
}

.productGrouptitle {
    margin: 0;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

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

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

.productGroupInfo b {
    font-weight: 600;
}

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

.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%;
    line-height: 15px;
    font-size: 12px;
    color: #151536;
    margin-left: 4%;
    margin-top: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.previousButton {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.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-weight: 400;
    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-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 80%;
    margin: 30px auto;
}

#addToWishlist:hover {
    background-image: url(../../files/heartFilledBlack.svg);
}

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

.sliderGroupSliderContainer {
    width: 100% !important;
}

.sliderLeftArrow,
.sliderLeftArrowBrands {
    right: 50px !important;
}

.sliderRightArrow {
    right: 6px !important;
}

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

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

#sizeChartTitle {
    color: black;
    font-size: 12px;
    width: fit-content;
    float: right;
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-left: 7px;
    cursor: pointer;
    /* display: none; */
}

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

.description {
    position: relative;
    font-size: 15px;
    text-align: left;
    width: fit-content;
    height: fit-content;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    display: none;
}

.cuotasContainer {
    position: relative;
    width: fit-content;
    height: 43px;
    border: 1px solid #151536;
    box-sizing: border-box;
    padding-right: 11px;
    /* line-height: 2.5;
      text-align: left;
      padding-left: 14px; */
    display: none;
}

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

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

.cuotasText {
    position: relative;
    width: auto;
    float: left;
    height: auto;
    font-size: 14px;
    font-family: "Brandon-Grotesque";
    font-style: normal;
    font-weight: 400;
    margin-top: 13px;
}

.paymentImg {
    margin-right: 9px;
    height: 17px;
    margin-bottom: 10px;
}

.noPriceClass {
    display: none;
}

.purchaseButton.noPrice::before {
    content: "";
    background-image: url(../../files/wppIcon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    right: 10px;
    filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}

.botonPDF {
    position: relative;
    background-color: black;
    /* border-radius: 14px; */
    width: fit-content;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    float: left;
    margin-top: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.pdfImage {
    margin-right: 15px;
}

.productViewTop {
    /* height: 400px !important; */
}

@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: 0px;
        max-height: 615px;
        padding-bottom: 0px;
        margin-right: 0px;
    }

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

    .productInfoTitle {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.3px;
    }

    .productBasicInfo {
        margin-top: 0px;
    }

    .purchaseButton {
        position: relative;
        width: calc(100% - 2px);
        margin-top: 15px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        margin-left: 0%;
        font-size: 14px;
        margin-bottom: 20px;
        float: right;
        border: 1px solid #151536;
    }

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

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

    .verticalSeparator {
        height: 25px;
    }

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

    .selectContainer {
        width: 140px;
        float: left;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

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

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

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

    #productInfoDescriptionText {
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px;
    }

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

    .quantityContainer {
        margin-left: 0px;
        margin-top: 9px;
        letter-spacing: 0.5px;
    }

    .productInfoLabel {
        width: 100%;
        margin-left: 0%;
        font-size: 14px;
        height: 40px;
        text-transform: uppercase;
    }

    #productData {
        width: 100%;
        margin-top: 0px;
        display: block;
        margin-left: 0;
        background: #ffffff;
    }

    #productImages {
        padding-top: 0px;
    }

    #productPrice {
        text-align: left;
        width: 100%;
        padding: 0;
        margin-top: 20px;
        font-size: 19px;
        margin-bottom: 5px;
    }

    .specs {
        margin-left: 0%;
        height: auto;
    }

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

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

    .badgesContainer {
        width: calc(100% - 20px);
        top: 0;
        position: absolute;
    }

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

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

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

    .productBasicInfo .bankPriceRow {
        margin-bottom: 10px !important;
    }

    .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 {
        left: 0%;
        top: 0px;
        z-index: 1;
        margin-top: 15px;
        height: 39px;
        width: 39px;
        margin-right: 0px;
        margin-right: 10px;
        display: none;
    }

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

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

    .feePrice {
        width: 60%;
    }

    .sliderTitleContainer {
        font-size: 19px !important;
        float: none !important;
        width: 90% !important;
        margin-top: 45px !important;
        margin-bottom: 30px !important;
    }

    .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-weight: 400;
        font-size: 13px;
    }

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

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

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

    .priceLine {
        border-top: 0px solid #95a5a6;
        margin-top: 0px;
        overflow: hidden;
        float: left;
        margin-bottom: 20px;
        display: none;
    }

    .description {
        display: none;
    }

    .bankPriceView {
        margin: 5px 0;
    }

    .botonPDF {
        height: 47px;
        padding: 0 20px 0 20px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
    }

    #sizeChartTitle {
        color: black;
        font-size: 12px;
        width: fit-content;
        float: left;
        position: relative;
        bottom: 0px;
        right: 0px;
        margin-left: 11px;
    }
}

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