button {
    display: none !important;
}

/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #fff;
    color: black;
    display: flex;
    height: 13px;
    text-align: center;
    padding: 6px 9px;
    border-radius: 5px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    border: 1px solid #d7d7d7;
    top: -140%;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    /* text-transform: capitalize; */
    align-items: center;
    font-size: 10px;
}

/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -7px;
    background-image: url(../../files/arrowUpProducts.svg);
    left: calc(50% - 5px);
    height: 7px;
    width: 9px;
    background-size: 100%;
    /* transform: rotate(180deg); */
    background-repeat: no-repeat;
    /* background-size: 21px; */
    /* transform: rotate(180deg); */
    /* border-style: solid; */
    /* border-color: #c6bcbc transparent transparent transparent; */
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bankPriceView {
    float: left;
    color: #000066;
    font-size: 20px;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    width: 40%;
    margin-left: 10px;
    line-height: 22px;
    font-weight: bold;
}

.bankPriceImgView {
    position: relative;
    float: left;
    height: 17px;
    margin-right: 6px;
    margin-top: 2px;
}

.chartRow,
.chartKeys {
    display: flex;
    justify-content: space-around;
}

.bankPriceTextView {
    height: 25px;
    position: relative;
    float: left;
    line-height: 25px;
}

.reportView {
    display: inline-block;
    position: relative;
    float: right;
    left: auto;
    top: auto;
    margin-right: calc(calc(100% - 1100px) / 2);
    margin-top: 40px;
    margin-bottom: -14px;
}

.back {
    font-size: 14px;
    position: relative;
    left: auto;
    width: 92%;
    max-width: 1300px;
    display: block;
    margin: auto;
    top: auto;
    color: #000000;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: -14px;
    z-index: 1;
}

.back:hover {
    font-weight: bold;
}

.backArrow {
    position: relative;
    display: inline-block;
    /* margin-right: 7px; */
    height: 11px;
    /* top: 1px; */
}

.reportView:hover {
    background: transparent;
    color: #ff0000;
}

.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;
    min-height: 620px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

#productImages::-webkit-scrollbar {
    display: none;
}

#productImages {
    position: relative;
    float: left;
    width: 54%;
    /* min-width: 606px; */
    height: auto;
    /* overflow: hidden; */
    min-height: 512px;
    /* padding-top: 0px; */
    /* padding-bottom: 15px; */
    max-height: calc(100vh - 170px);
}

#productWrapper {
    height: 100%;
    position: relative;
}

.navigationContainer.desktopElement {
    max-width: 1300px;
    margin: auto;
    color: black;
    margin-top: 30px;
}

a.previousButton {
    display: flex;
    font-size: 16px;
    color: black;
    font-family: Spectral;
    width: fit-content;
    font-weight: 100;
    max-width: 1300px;
    /* margin: 32px auto 2px auto; */
    align-items: center;
    margin-right: 9px;
}

.previousButton #topLineText {
    /* margin-left: 10px; */
}

#productRightColumn {
    position: relative;
    float: left;
    width: 46% !important;
    height: auto;
    left: unset !important;
    margin-left: 0%;
    /* overflow: hidden; */
    background: white;
    margin-top: 0px;
}

#productInfo {
    position: relative;
    width: 99%;
    height: fit-content;
    color: black;
}

.productBasicInfo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-radius: 2px;
    display: inline-block;
}

.happyHourBadge {
    cursor: pointer;
    background-image: url("../../files/happyHour25.png");
    width: fit-content;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 95px;
    aspect-ratio: 113/26;
    margin-bottom: 16px;
}

/* .happyHourBadge:hover {
    background-image: url(../../files/happyHourOOHover.png);
} */

.productBasicInfo2 {
    position: relative;
    width: 29%;
    margin-right: 3%;
    height: auto;
    float: left;
    margin-top: 1px;
    display: inline-block;
}

h1 {
    position: relative;
    float: left;
    vertical-align: middle;
    width: 85%;
    color: #000000;
    padding-top: 3px;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    padding-top: 0px;
}

.productInfoLabel {
    position: relative;
    width: fit-content;
    display: inline-block;
    text-align: left;
    color: #000000;
    height: 23px;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 9px;
    vertical-align: top;
    text-transform: uppercase;
}

#productInfo .offContainer {
    width: fit-content;
    margin-right: 12px;
    margin-top: 0px;
}

#productPrice {
    position: relative;
    float: left;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 18px;
}

.bestSellerBadge {
    color: white;
    background: var(--principal3);
    width: fit-content;
    font-size: 12px;
    padding: 9px 14px 8px;
    font-weight: 600;
    margin-bottom: 16px;
    display: none;
}

.bestSellerBadge.shown {
    display: block;
}

#cocardasContainer {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    justify-content: flex-start;
    margin: 14px 0px 14px 0;
}

.filterCocarda {
    display: none;
}

.filterCocarda.shown {
    display: block;
}

#preOrderButton {
    position: relative;
    float: left;
    color: black;
    background-color: white;
    height: 27px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 6px;
    width: fit-content;
    padding: 0 10px;
    /* text-indent: 10px; */
    /* line-height: 27px; */
    margin-right: 8px;
    font-weight: 400;
    border: 1px solid black;
    cursor: pointer;
    align-items: center;
}

.cocardasInfo {
    position: relative;
    width: 13px;
    float: right;
    height: 24px;
    margin-left: 6px;
    /* margin-top: 7px; */
    cursor: pointer;
    filter: invert(1) !important;
}

.filterNotInvert {
    filter: unset;
}

#expressShippingButton {
    position: relative;
    float: left;
    color: black;
    background-color: rgba(245, 245, 245, 1);
    height: 24px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 0px;
    width: fit-content;
    padding: 0 10px;
    margin-right: 8px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid var(--principal2);
}

#nacionalButton {
    position: relative;
    float: left;
    color: black;
    background-color: rgba(245, 245, 245, 1);
    height: 24px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 0px;
    width: fit-content;
    padding: 0 10px;
    margin-right: 8px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid var(--principal1);
}

#sustentableButton {
    position: relative;
    float: left;
    color: black;
    background-color: rgba(245, 245, 245, 1);
    width: fit-content;
    padding: 0 10px;
    height: 24px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 0px;
    margin-right: 8px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid var(--principal2);
}

.nacionalBanner {
    width: 70px;
    margin-top: 15px;
    float: left;
}

#productOldPrice {
    /* display: none !important; */
    position: relative;
    width: auto;
    display: table;
    text-align: center;
    color: #221E1E4D;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}

.selectContainer {
    position: relative;
    cursor: pointer;
    height: 43px;
    text-align: center;
    width: calc(100% - 2px);
    max-width: 170px;
    margin-right: 4px;
    color: #221e1e;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    line-height: 24px;
    float: left;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#minusSign {
    float: left;
    margin-top: 10px;
    height: 75%;
    width: 33%;
    z-index: 1;
    text-align: center;
    position: absolute;
    left: 0;
}

#productOldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 44%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #b9b9b9;
}

.buyButtonContainer, .noStockContainer {
    position: relative;
    width: 68%;
    margin-top: 7px;
    margin-right: 0% !important;
    float: left;
}

.showStock {
    color: #FF4D01;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    float: right;
    text-align: right;
    width: 100% !important;
    margin-top: 13px;
    /* height: 11px; */
    line-height: 20px;
    margin-bottom: 0px;
    z-index: 1;
    pointer-events: none;
}

.hasShowStock {
    margin-top: 18px !important;
}

.buyButtonContainer.hasShowStock {
    margin-top: 7px !important;
}

.purchaseButton {
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-right: 0% !important;
    float: left;
    display: inline-block;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.productCartInfo {
    width: 100%;
    height: auto;
    float: left;
}

#productPricesContainer {
    float: left;
    /* width: 95% !important; */
    border-bottom: 1px solid rgba(34, 30, 30, 0.8);
}

#sizeChartTitle:hover #sizeChart {
    display: block;
}

#sizeChartTitle:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #000000;
}

#sizeChart {
    color: #231f20;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    overflow: hidden;
    top: 80px;
    /* right: 40px; */
    width: fit-content;
    max-width: 92%;
    display: none;
    background: #fff;
    border: 1px solid;
    border-color: #c5c0c0;
    padding: 15px;
}

.chartKey {
    margin-right: 8px;
    margin-left: 8px;
    width: 90px;
    font-size: 13px;
    text-align: center;
}

.chartData {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
    width: 80px;
    font-size: 13px;
}

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

#cartInfo {
    position: relative;
    width: 93%;
    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 {
    border: none !important;
    color: #afafaf !important;
    font-size: 15px !important;
    float: left !important;
    height: 26px !important;
    padding-top: 10px !important;
    padding-left: 44px !important;
    background: #f2f2f2;
}

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

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

#productInfoDescription {
    border-top: none;
    width: 100%;
    float: left;
}

#productInfoDescriptionText * {
    font-family: "PP Mori" !important;
    font-size: 14px !important;
}

.spec.tooltip {
    width: 24px !important;
    height: 24px !important;
}


.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    float: left;
    overflow: hidden;
    margin-top: 1%;
    border-top: solid 1px #dddddd;
}

.viewMoreProductInfo {
    float: left;
    margin-top: 19px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

#productMoreInfoIcons {
    position: relative;
    height: 70px;
    background: #f9f9f9;
    width: 100%;
    display: flex;
    margin-top: 14px;
    float: left;
    border-radius: 4px;
}

.productMoreInfoContainer {
    position: relative;
    float: left;
    align-items: center;
    width: 33.3%;
    display: flex;
    cursor: pointer;
}

.productMoreInfoText {
    color: #646464;
    font-size: 11px;
    float: right;
    line-height: 12px;
}

.productMoreInfoIcon {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    background: #ffffff;
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    border-radius: 4px;
}

.gridFlex .productMoreInfoIcon {
    margin-left: 0px;
    margin-bottom: 20px;
}

.productMoreInfoImage {
    margin-left: 25% !important;
    margin-top: 23%;
    display: block;
}

.productMoreInfoImageHover {
    margin-left: 25%;
    margin-top: 23%;
    display: none;
}

.widthContainer {
    width: 92%;
    max-width: 1500px;
    overflow: hidden;
}

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

.productInfoTitle.brandName {
    /* margin-bottom: 7px; */
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 100%;
    color: #221E1E;
}

.productInfoTitle em:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sliderTitleContainer {
    width: 1080px;
    margin-top: 30px !important;
    width: 99% !important;
}

.specImage {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.specGroup {
    position: relative;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin-top: 1%;
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.specGroupTitle {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: fit-content;
    text-align: left;
    color: #000000;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
    text-transform: uppercase;
    width: 100%;
}

.chartKeys {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sizes {
    margin-left: 5px;
    /* margin-bottom: -3px; */
}

.chartRow {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.productGrouptitlePopup {
    color: #646464;
    font-weight: bold;
    width: fit-content;
    float: left;
    margin: 0;
    margin-left: 20px;
    margin-top: 27px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.productGrouptitle {
    color: #000000;
    font-weight: 700;
    margin: 0;
    margin-top: 12px;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 21px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.productGroupInfo {
    width: 100%;
    position: relative;
    margin-bottom: 20px !important;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    float: left;
    line-height: 18px;
    color: #000000;
}

.brandInfo {
    width: 66%;
    position: relative;
    margin-top: 0px;
    text-align: left;
    font-size: 12px;
    margin-left: 32%;
    height: auto;
    overflow: hidden;
    float: left;
    line-height: 18px;
    color: #000000;
}

.brandInfo a:hover {
    font-weight: 700;
}

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

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

.lineSeparator {
    height: 1px;
    width: 100%;
    background-color: #dddddd;
}

.paymentType {
    display: inline-block;
    position: relative;
    height: 25px;
    margin-right: 12px;
}

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

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

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

#sizeChartTitle {
    display: inline-block;
    width: 112px;
    display: flex;
    align-items: center;
}

.specGroupTitle2 {
    position: relative;
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    height: 42px;
    /* margin-top: 25px; */
    /* line-height: 50px; */
    cursor: pointer;
    border: 0;
    margin-left: 0;
    text-decoration: underline;
    text-underline-position: under;
    /* margin-left: 10px; */
}

.specs {
    position: relative;
    width: fit-content;
    max-width: 81%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 0px;
    /* float: left; */
}

.spec {
    position: relative;
    float: left;
    width: 24px;
    display: flex;
    line-height: 22px;
    justify-content: center;
    height: 24px;
    /* overflow: hidden; */
    padding: 1px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 50%;
    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,
.spec.selectedSpec {
    border: 1px solid #000000 !important;
    width: 24px;
    height: 24px;
}

.noImageSpec {
    border: 1px solid transparent;
    text-align: center;
    font-size: 12px;
    height: 20px;
    margin-right: 13px;
    width: fit-content;
    min-width: 55px;
    /* padding: 3px; */
    /* line-height: 13px; */
    /* margin-left: 3px; */
    border: solid 1px #000000;
    border-radius: 4px;
}

.ml .spec.noImageSpec {
    width: max-content;
    padding: 0px 12px;
    border-radius: 17px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
    color: white;
    /* font-size: 13px; */
    /* margin-right: 13px; */
    width: 55px;
    display: flex;
    margin-top: 0px;
    height: 20px;
    background: #000000;
    border: 1px solid #000000;
}

#productQuantity {
    border: 0px;
    height: 100%;
    position: relative;
    text-align: left;
    background: #f2f2f2;
    padding: 0px;
    width: auto;
    margin: auto;
    text-align: center;
}

#plusSign {
    float: right;
    margin-top: 10px;
    height: 75%;
    right: 0px;
    position: absolute;
    width: 33%;
    height: 20px;
}

.sizeChartImg {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    max-height: 90vh;
    cursor: pointer;
    object-fit: contain;
}

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

#preOrderClose,
#nationalClose,
#expressShippingClose,
#sustentableClose {
    top: -8px;
    position: absolute;
    right: -10px;
    width: 22px;
    height: 22px;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    border-radius: 29px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
}

#preOrderInfoContainer,
#nationalInfoContainer,
#expressShippingInfoContainer,
#sustentableInfoContainer {
    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;
}

.breadcrumbContainer.desktopElement {
    font-size: 16px;
    color: #b8b8b8;
    font-family: spectral;
    width: 92%;
    font-weight: 100;
    max-width: 1500px;
    margin: 32px auto 2px auto;
    display: flex;
}

.breadcrumbContainer img {
    width: 5px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 40%;
}

.breadcrumbContainer.desktopElement a {
    /* color: #b8b8b8; */
}

#noStockClose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #245472;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#noStockClose:hover {
    opacity: 0.8;
}

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

.stockRequestButton {
    position: relative;
    float: left;
    width: 200px;
    height: 35px;
    line-height: 35px;
    background-color: #245472;
    border: 1px solid #245472;
    margin-left: 130px;
    text-align: center;
    color: white;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#zoomedProductDiv {
    position: fixed;
    top: 283px;
    width: 420px;
    height: 420px;
    z-index: 9;
    overflow: hidden;
    pointer-events: none;
}

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

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

.stockRequest {
    cursor: not-allowed;
}

#specialOffersContainer {
    position: relative;
    height: auto;
    /* float: left; */
}

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


#priceSeparator {
    width: 77%;
    height: 1px;
    position: relative;
    background-color: #c1c1c1;
}

#entregaInfoContainer .productGrouptitlePopup,
#cambiosInfoContainer .productGrouptitlePopup,
#mediosInfoContainer .productGrouptitlePopup {
    margin-top: 18px;
    color: #000000;
}

#cambiosInfoContainer .alertMessageDiv, #entregaInfoContainer .alertMessageDiv, #mediosInfoContainer .alertMessageDiv {
    border-color: transparent;
}

.onlyShopProduct {
    background-color: #848484;
    height: 49px;
    color: white;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    width: 54%;
    text-align: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10%;
}

.feature {
    float: left;
    width: 46%;
    background-color: #f1f1f1;
    padding-bottom: 7px;
    padding-top: 7px;
    text-indent: 7px;
    margin-left: 1%;
    font-size: 11.5px;
    margin-bottom: 7px;
}

.featuresTitle {
    color: #565656;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 900;
}

b {
    font-weight: 900;
}

.chartData {
    text-transform: lowercase;
}

.wishListButton {
    top: 0px !important;
}

.buyButtonContainer .wishListButton {
    position: relative;
    right: auto;
}

.cocardasArrow {
    position: absolute;
    right: 45%;
    margin-top: 2px;
    z-index: 2;
}

#entregaInfoContainer,
#cambiosInfoContainer,
#mediosInfoContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    opacity: 0;
}

#cambiosClose,
#mediosClose,
#entregaClose {
    font-size: 33px;
    color: #000000;
    top: 5px;
}

.wishListTop .wishListIconHover {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 16px;
    opacity: 0;
}

.wishListTop .wishListIcon {
    top: 1px;
    left: 0px;
    width: 16px;
}

.wishListTop {
    float: left;
    height: 25px !important;
    line-height: 19px !important;
    top: 0px !important;
    border: none !important;
    width: 147px !important;
    font-size: 12px;
    margin-top: 18px;
    width: 62% !important;
}

.brandsSlider {
    margin-bottom: 70px !important;
}

.sliderGroupContainer.brandsSlider {
    width: 99.5% !important;
}

#preOrderInfoContainer,
#nationalInfoContainer,
#expressShippingInfoContainer,
#sustentableInfoContainer .alertMessageDiv {
    padding-bottom: 16px;
}

.wishlistTopText {
    margin-left: 23px;
    text-decoration: underline;
}

#alertMessageMessage {
    letter-spacing: 0px;
}

.noArrows .sliderLeftArrow,
.noArrows .sliderRightArrow {
    display: none;
    top: calc(50% - 100px);
}

.brandsSlider .sliderLeftArrow,
.brandsSlider .sliderRightArrow {
    top: calc(36% - 2px) !important;
}

#preorderDiv,
#expressShippingDiv,
#nacionalDiv,
#sustentableDiv {
    color: #231f20;
    width: fit-content;
    height: auto;
    padding: 9px 15px;
    background-color: #ffff;
    margin-top: 40px;
    font-size: 12px;
    position: absolute;
    line-height: 16px;
    border-radius: 0px;
    display: none;
    z-index: 1;
    /* max-width: 80%; */
    /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%); */
    overflow: visible;
    border: 1px solid #c0c0c0;
    position: absolute;
    top: 0px;
    left: 0px;
    /* min-width: 26vw; */
    border-radius: 2px;
}

.imgContainer {
    width: 95%;
    text-align: center;
    float: left;
    margin-top: 4px;
}

.imgProduct {
    height: auto;
    width: 90%;
    margin-left: 5%;
    cursor: crosshair;
}

.slider-nav {
    width: 19%;
    float: left;
    overflow: hidden;
    /* height: 100% !important; */
}

.sliderVertical.desktopElement {
    width: 16%;
    float: left;
    overflow: hidden;
    /* height: 100% !important; */
}

.navImgContainer.vertical {
    margin-bottom: 12px;
    height: 131px;
    height: calc(10vw - 9px);
    /* height: 15vh; */
    /* height: auto; */
    /* border: unset; */
    /* display: block; */
    /* position: relative; */
    /* top: 2px; */
    opacity: 0.2;
}

.navImgContainer.vertical.active {
    opacity: 1;
}

.navImgContainer {
    /* width: 100% !important; */
    overflow: hidden;
    box-sizing: border-box;
}

#cocardasContainer div {
    align-items: center;
}

#cocardasContainer #preOrderButton,
#cocardasContainer #nacionalButton,
#cocardasContainer #expressShippingButton,
#cocardasContainer #sustentableButton {
    padding: 2px 8px 1px;
    line-height: 24px;
    height: 24px;
    background: var(--principal2);
    border: 1px solid transparent;
}

#preorderDiv:after,
#expressShippingDiv:after,
#nacionalDiv:after,
#sustentableDiv:after {
    /*content: '';
      position: absolute;
      top: -10px;
      background-image: url(../../files/arrowUpProducts.png);
      left: 10px;
      height: 10px;
      width: 35px;
      background-repeat: no-repeat;
      background-size: 21px;*/
}

.slick-vertical .navImgContainer.slick-slide {
    margin-bottom: 12px;
    height: 11.6vw;
    /* height: auto; */
    /* border: unset; */
    /* display: block; */
    /* position: relative; */
    /* top: 2px; */
    opacity: 0.2;
}

.slick-vertical .navImgContainer.slick-current {
    opacity: 1;
}

#MMRightArrow,
#MMLeftArrow {
    position: absolute;
    left: 11.5%;
    display: none !important;
    cursor: pointer;
    z-index: 1;
}

#MMRightArrow {
    /* bottom: 44px; */
    display: none;
    top: 30vh;
    left: 20px;
}

#MMLeftArrow {
    top: 0;
    /* bottom: 44px; */
    top: 30vh;
    width: fit-content;
    right: 17px;
    left: unset;
}

.MMArrowImg {
    /* position: absolute; */
    width: auto;
    height: 40px;
    margin: 0 auto;
    top: 0px;
    bottom: unset;
    display: block;
    background-color: black;
    transform: rotateZ(0deg);
    margin-top: 8px;
}

.sliderRightArrow.slick-arrow {
    right: 3px;
    margin: 0;
}

#specialOffersContainer .sliderGroupContainer.brandsSlider .sliderRightArrow {
    right: 3px;
}

.sliderLeftArrow.slick-arrow {
    left: 5px;
}

#MMLeftArrow .MMArrowImg {
    transform: rotateZ(180deg);
}

.navImgProduct {
    width: 100%;
    /* max-width: 100%; */
    height: 100%;
    object-fit: cover;
    /* border: 1px solid #d6d6d6; */
    box-sizing: border-box;
    /* height: calc((100% / 3) - 60px); */
}

.slider-for {
    width: calc(81% - 13px);
    float: left;
    margin-left: 13px;
    max-height: calc(100vh - 6.7rem);
}

.sliderScroll.desktopElement {
    width: calc(75% - 13px);
    float: left;
    margin-left: 13px;
    /* max-height: 550px; */
    overflow: auto;
    height: calc(54vw + 0px);
}

-webkit-scrollbar {
    display: none;
}

img.desktopMainImgProduct {
    width: 100%;
    height: auto;
}

.desktopMainImgContainer {
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
}

.sliderScroll.desktopElement::-webkit-scrollbar {
    display: none;
}

.sliderGroupContainer.brandsSlider .sliderRightArrow {
    right: 0px;
}

.sliderGroupContainer.brandsSlider .sliderLeftArrow {
    left: 5px;
}

.slider-for span {
    width: 100%;
}

.mainImgContainer {
    width: 100%;
    height: auto;
}

.mainImgProduct {
    width: 100%;
    /* height: auto; */
    /* box-sizing: border-box; */
    /* border: 1px solid #d6d6d6; */
    cursor: crosshair;
    object-fit: cover;
}

.sizeChartImgContainer span {
    font-style: italic;
    color: #000;
    z-index: 1;
    position: absolute;
    font-family: var(--secondary-font-family);
    text-transform: lowercase;
    font-size: 15px;
    right: 0;
    top: 0;
}

.sizeChartImgContainer {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: -1;
    opacity: 0;
    justify-content: center;
    background: transparent;
}

.sizeChartImgContainer.show {
    opacity: 1;
    display: flex !important;
    z-index: 100;
    background: #00000017;
}

.sizeChartImgContainer figure {
    max-width: 845px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 90 svh;
}

.sizeChartData.show {
    opacity: 1;
    display: block;
}button {
   display: none !important;
 }

/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  color: black;
  display: flex;
  height: 13px;
  text-align: center;
  padding: 6px 9px;
  border-radius: 5px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  border: 1px solid #d7d7d7;
  top: -140%;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  /* text-transform: capitalize; */
  align-items: center;
  font-size: 10px;
}

/* Tooltip arrow */

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: -7px;
  background-image: url(../../files/arrowUpProducts.svg);
  left: calc(50% - 5px);
  height: 7px;
  width: 9px;
  background-size: 100%;
  /* transform: rotate(180deg); */
  background-repeat: no-repeat;
  /* background-size: 21px; */
  /* transform: rotate(180deg); */
  /* border-style: solid; */
  /* border-color: #c6bcbc transparent transparent transparent; */
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.bankPriceView {
  float: left;
  color: #000066;
  font-size: 20px;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  width: 40%;
  margin-left: 10px;
  line-height: 22px;
  font-weight: bold;
}

.bankPriceImgView {
  position: relative;
  float: left;
  height: 17px;
  margin-right: 6px;
  margin-top: 2px;
}

.chartRow,
.chartKeys {
  display: flex;
  justify-content: space-around;
}

.bankPriceTextView {
  height: 25px;
  position: relative;
  float: left;
  line-height: 25px;
}

.reportView {
  display: inline-block;
  position: relative;
  float: right;
  left: auto;
  top: auto;
  margin-right: calc(calc(100% - 1100px) / 2);
  margin-top: 40px;
  margin-bottom: -14px;
}

.back {
  font-size: 14px;
  position: relative;
  left: auto;
  width: 92%;
  max-width: 1300px;
  display: block;
  margin: auto;
  top: auto;
  color: #000000;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: -14px;
  z-index: 1;
}

.back:hover {
  font-weight: bold;
}

.backArrow {
  position: relative;
  display: inline-block;
  /* margin-right: 7px; */
  height: 11px;
  /* top: 1px; */
}

.reportView:hover {
  background: transparent;
  color: #ff0000;
}

.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;
  min-height: 620px;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

#productImages::-webkit-scrollbar {
  display: none;
}

#productImages {
  position: relative;
  float: left;
  width: 54%;
  /* min-width: 606px; */
  height: auto;
  /* overflow: hidden; */
  min-height: 512px;
  /* padding-top: 0px; */
  /* padding-bottom: 15px; */
  max-height: calc(100vh - 170px);
}

#productWrapper {
  height: 100%;
  position: relative;
}

.navigationContainer.desktopElement {
  max-width: 1300px;
  margin: auto;
  color: black;
  margin-top: 30px;
}

a.previousButton {
  display: flex;
  font-size: 16px;
  color: black;
  font-family: Spectral;
  width: fit-content;
  font-weight: 100;
  max-width: 1300px;
  /* margin: 32px auto 2px auto; */
  align-items: center;
  margin-right: 9px;
}

.previousButton #topLineText {
  /* margin-left: 10px; */
}

#productRightColumn {
  position: relative;
  float: left;
  width: 46% !important;
  height: auto;
  left: unset !important;
  margin-left: 0%;
  /* overflow: hidden; */
  background: white;
  margin-top: 0px;
}

#productInfo {
  position: relative;
  width: 99%;
  height: fit-content;
  color: black;
}

.productBasicInfo {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  border-radius: 2px;
  display: inline-block;
}

.happyHourBadge {
  cursor: pointer;
  background-image: url("../../files/happyHour25.png");
  width: fit-content;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95px;
  aspect-ratio: 113/26;
  margin-bottom: 16px;
}

/* .happyHourBadge:hover {
    background-image: url(../../files/happyHourOOHover.png);
} */

.productBasicInfo2 {
  position: relative;
  width: 29%;
  margin-right: 3%;
  height: auto;
  float: left;
  margin-top: 1px;
  display: inline-block;
}

h1 {
  position: relative;
  float: left;
  vertical-align: middle;
  width: 85%;
  color: #000000;
  padding-top: 3px;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  padding-top: 0px;
}

.productInfoLabel {
  position: relative;
  width: fit-content;
  display: inline-block;
  text-align: left;
  color: #000000;
  height: 23px;
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 700;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 9px;
  vertical-align: top;
  text-transform: uppercase;
}

#productInfo .offContainer {
  width: fit-content;
  margin-right: 12px;
  margin-top: 0px;
}

#productPrice {
  position: relative;
  float: left;
  color: #000000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.bestSellerBadge {
  color: white;
  background: var(--principal3);
  width: fit-content;
  font-size: 12px;
  padding: 9px 14px 8px;
  font-weight: 600;
  margin-bottom: 16px;
  display: none;
}

.bestSellerBadge.shown {
  display: block;
}

#cocardasContainer {
  display: flex;
  position: relative;
  float: left;
  width: 100%;
  justify-content: flex-start;
  margin: 14px 0px 14px 0;
}

.filterCocarda {
  display: none;
}

.filterCocarda.shown {
  display: block;
}

#preOrderButton {
  position: relative;
  float: left;
  color: black;
  background-color: white;
  height: 27px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 6px;
  width: fit-content;
  padding: 0 10px;
  /* text-indent: 10px; */
  /* line-height: 27px; */
  margin-right: 8px;
  font-weight: 400;
  border: 1px solid black;
  cursor: pointer;
  align-items: center;
}

.cocardasInfo {
  position: relative;
  width: 13px;
  float: right;
  height: 24px;
  margin-left: 6px;
  cursor: pointer;
  filter: invert(1) !important;
}

.filterNotInvert {
  filter: unset;
}

#expressShippingButton {
  position: relative;
  float: left;
  color: black;
  background-color: rgba(245, 245, 245, 1);
  height: 24px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0px;
  width: fit-content;
  padding: 0 10px;
  margin-right: 8px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid var(--principal2);
}

#nacionalButton {
  position: relative;
  float: left;
  color: black;
  background-color: rgba(245, 245, 245, 1);
  height: 24px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0px;
  width: fit-content;
  padding: 0 10px;
  margin-right: 8px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid var(--principal1);
}

#sustentableButton {
  position: relative;
  float: left;
  color: black;
  background-color: rgba(245, 245, 245, 1);
  width: fit-content;
  padding: 0 10px;
  height: 24px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 0px;
  margin-right: 8px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid var(--principal2);
}

.nacionalBanner {
  width: 70px;
  margin-top: 15px;
  float: left;
}

#productOldPrice {
  /* display: none !important; */
  position: relative;
  width: auto;
  display: table;
  text-align: center;
  color: #221E1E4D;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
  float: left;
  margin-right: 10px;
}

.selectContainer {
  position: relative;
  cursor: pointer;
  height: 43px;
  text-align: center;
  width: calc(100% - 2px);
  max-width: 170px;
  margin-right: 4px;
  color: #221e1e;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  line-height: 24px;
  float: left;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}

#minusSign {
  float: left;
  margin-top: 10px;
  height: 75%;
  width: 33%;
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 0;
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 44%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: #b9b9b9;
}

.buyButtonContainer {
  position: relative;
  width: 68%;
  margin-top: 7px;
  margin-right: 0% !important;
  float: left;
}

.showStock {
  color: #FF4D01;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  float: right;
  text-align: right;
  width: 100% !important;
  margin-top: 13px;
  /* height: 11px; */
  line-height: 20px;
  margin-bottom: 0px;
  z-index: 1;
  pointer-events: none;
}

.hasShowStock {
  margin-top: 18px !important;
}

.buyButtonContainer.hasShowStock {
  margin-top: 7px !important;
}

.purchaseButton {
  width: 100%;
  position: relative;
  vertical-align: top;
  margin-right: 0% !important;
  float: left;
  display: inline-block;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.productCartInfo {
  width: 100%;
  height: auto;
  float: left;
}

#productPricesContainer {
  float: left;
  /* width: 95% !important; */
  border-bottom: 1px solid rgba(34, 30, 30, 0.8);
}

#sizeChartTitle:hover #sizeChart {
  display: block;
}

#sizeChartTitle:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #000000;
}

#sizeChart {
  color: #231f20;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  overflow: hidden;
  top: 80px;
  /* right: 40px; */
  width: fit-content;
  max-width: 92%;
  display: none;
  background: #fff;
  border: 1px solid;
  border-color: #c5c0c0;
  padding: 15px;
}

.chartKey {
  margin-right: 8px;
  margin-left: 8px;
  width: 90px;
  font-size: 13px;
  text-align: center;
}

.chartData {
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
  width: 80px;
  font-size: 13px;
}

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

#cartInfo {
  position: relative;
  width: 93%;
  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 {
  border: none !important;
  color: #afafaf !important;
  font-size: 15px !important;
  float: left !important;
  height: 26px !important;
  padding-top: 10px !important;
  padding-left: 44px !important;
  background: #f2f2f2;
}

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

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

#productInfoDescription {
  border-top: none;
  width: 100%;
  float: left;
}

#productInfoDescriptionText * {
  font-family: "PP Mori" !important;
  font-size: 14px !important;
}

.spec.tooltip {
  width: 24px !important;
  height: 24px !important;
}


.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 90%;
  float: left;
  overflow: hidden;
  margin-top: 1%;
  border-top: solid 1px #dddddd;
}

.viewMoreProductInfo {
  float: left;
  margin-top: 19px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

#productMoreInfoIcons {
  position: relative;
  height: 70px;
  background: #f9f9f9;
  width: 100%;
  display: flex;
  margin-top: 14px;
  float: left;
  border-radius: 4px;
}

.productMoreInfoContainer {
  position: relative;
  float: left;
  align-items: center;
  width: 33.3%;
  display: flex;
  cursor: pointer;
}

.productMoreInfoText {
  color: #646464;
  font-size: 11px;
  float: right;
  line-height: 12px;
}

.productMoreInfoIcon {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  background: #ffffff;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  border-radius: 4px;
}

.gridFlex .productMoreInfoIcon {
  margin-left: 0px;
  margin-bottom: 20px;
}

.productMoreInfoImage {
  margin-left: 25% !important;
  margin-top: 23%;
  display: block;
}

.productMoreInfoImageHover {
  margin-left: 25%;
  margin-top: 23%;
  display: none;
}

.widthContainer {
  width: 92%;
  max-width: 1500px;
  overflow: hidden;
}

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

.productInfoTitle.brandName {
  /* margin-bottom: 7px; */
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: 100%;
  color: #221E1E;
}

.productInfoTitle em:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sliderTitleContainer {
  width: 1080px;
  margin-top: 30px !important;
  width: 99% !important;
}

.specImage {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.specGroup {
  position: relative;
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  margin-top: 1%;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.specGroupTitle {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: fit-content;
  text-align: left;
  color: #000000;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
  text-transform: uppercase;
  width: 100%;
}

.removeWishlistProduct{
    background-image: unset;
    background-size: unset;
    position: unset;
    background-repeat: unset;
    height: unset;
    width: unset;
    bottom: unset;
    z-index: unset;
    right: unset;
    background-position: unset;
    }
.chartKeys {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sizes {
  margin-left: 5px;
  /* margin-bottom: -3px; */
}

.chartRow {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.productGrouptitlePopup {
  color: #646464;
  font-weight: bold;
  width: fit-content;
  float: left;
  margin: 0;
  margin-left: 20px;
  margin-top: 27px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
}

.productGrouptitle {
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-top: 12px;
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 21px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.productGroupInfo {
  width: 100%;
  position: relative;
  margin-bottom: 20px !important;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  float: left;
  line-height: 18px;
  color: #000000;
}

.brandInfo {
  width: 66%;
  position: relative;
  margin-top: 0px;
  text-align: left;
  font-size: 12px;
  margin-left: 32%;
  height: auto;
  overflow: hidden;
  float: left;
  line-height: 18px;
  color: #000000;
}

.brandInfo a:hover {
  font-weight: 700;
}

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

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

.lineSeparator {
  height: 1px;
  width: 100%;
  background-color: #dddddd;
}

.paymentType {
  display: inline-block;
  position: relative;
  height: 25px;
  margin-right: 12px;
}

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

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

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

#sizeChartTitle {
  display: inline-block;
  width: 112px;
  display: flex;
  align-items: center;
}

.specGroupTitle2 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  height: 42px;
  /* margin-top: 25px; */
  /* line-height: 50px; */
  cursor: pointer;
  border: 0;
  margin-left: 0;
  text-decoration: underline;
  text-underline-position: under;
  /* margin-left: 10px; */
}

.specs {
  position: relative;
  width: fit-content;
  max-width: 81%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  /* float: left; */
}

.spec {
  position: relative;
  float: left;
  width: 24px;
  display: flex;
  line-height: 22px;
  justify-content: center;
  height: 24px;
  /* overflow: hidden; */
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50%;
  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,
.spec.selectedSpec {
  border: 1px solid #000000 !important;
  width: 24px;
  height: 24px;
}

.noImageSpec {
  border: 1px solid transparent;
  text-align: center;
  font-size: 12px;
  height: 20px;
  margin-right: 13px;
  width: fit-content;
  min-width: 55px;
  /* padding: 3px; */
  /* line-height: 13px; */
  /* margin-left: 3px; */
  border: solid 1px #000000;
  border-radius: 4px;
}

.ml .spec.noImageSpec {
  width: max-content;
  padding: 0px 12px;
  border-radius: 17px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
  color: white;
  /* font-size: 13px; */
  /* margin-right: 13px; */
  width: 55px;
  display: flex;
  margin-top: 0px;
  height: 20px;
  background: #000000;
  border: 1px solid #000000;
}

#productQuantity {
  border: 0px;
  height: 100%;
  position: relative;
  text-align: left;
  background: #f2f2f2;
  padding: 0px;
  width: auto;
  margin: auto;
  text-align: center;
}

#plusSign {
  float: right;
  margin-top: 10px;
  height: 75%;
  right: 0px;
  position: absolute;
  width: 33%;
  height: 20px;
}

.sizeChartImg {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  max-height: 90vh;
  cursor: pointer;
  object-fit: contain;
}

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

#preOrderClose,
#nationalClose,
#expressShippingClose,
#sustentableClose {
  top: -8px;
  position: absolute;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
}

#preOrderInfoContainer,
#nationalInfoContainer,
#expressShippingInfoContainer,
#sustentableInfoContainer {
  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;
}

.breadcrumbContainer.desktopElement {
  font-size: 16px;
  color: #b8b8b8;
  font-family: spectral;
  width: 92%;
  font-weight: 100;
  max-width: 1500px;
  margin: 32px auto 2px auto;
  display: flex;
}

.breadcrumbContainer img {
  width: 5px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 40%;
}

.breadcrumbContainer.desktopElement a {
  /* color: #b8b8b8; */
}

#noStockClose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: #245472;
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#noStockClose:hover {
  opacity: 0.8;
}

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

.stockRequestButton {
  position: relative;
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background-color: #245472;
  border: 1px solid #245472;
  margin-left: 130px;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 6px;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#zoomedProductDiv {
  position: fixed;
  top: 283px;
  width: 420px;
  height: 420px;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
}

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

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

.stockRequest {
  cursor: not-allowed;
}

#specialOffersContainer {
  position: relative;
  height: auto;
  /* float: left; */
}

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


#priceSeparator {
  width: 77%;
  height: 1px;
  position: relative;
  background-color: #c1c1c1;
}

#entregaInfoContainer .productGrouptitlePopup,
#cambiosInfoContainer .productGrouptitlePopup,
#mediosInfoContainer .productGrouptitlePopup {
  margin-top: 18px;
  color: #000000;
}

#cambiosInfoContainer .alertMessageDiv, #entregaInfoContainer .alertMessageDiv, #mediosInfoContainer .alertMessageDiv {
  border-color: transparent;
}

.onlyShopProduct {
  background-color: #848484;
  height: 49px;
  color: white;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  width: 54%;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10%;
}

.feature {
  float: left;
  width: 46%;
  background-color: #f1f1f1;
  padding-bottom: 7px;
  padding-top: 7px;
  text-indent: 7px;
  margin-left: 1%;
  font-size: 11.5px;
  margin-bottom: 7px;
}

.featuresTitle {
  color: #565656;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 900;
}

b {
  font-weight: 900;
}

.chartData {
  text-transform: lowercase;
}

.wishListButton {
  top: 0px !important;
}

.buyButtonContainer .wishListButton, .noStockContainer .wishListButton {
  position: relative;
  right: auto;
}

.cocardasArrow {
  position: absolute;
  right: 45%;
  margin-top: 2px;
  z-index: 2;
}

#entregaInfoContainer,
#cambiosInfoContainer,
#mediosInfoContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
}

#cambiosClose,
#mediosClose,
#entregaClose {
  font-size: 33px;
  color: #000000;
  top: 5px;
}

.wishListTop .wishListIconHover {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  opacity: 0;
}

.wishListTop .wishListIcon {
  top: 1px;
  left: 0px;
  width: 16px;
}

.wishListTop {
  float: left;
  height: 25px !important;
  line-height: 19px !important;
  top: 0px !important;
  border: none !important;
  width: 147px !important;
  font-size: 12px;
  margin-top: 18px;
  width: 62% !important;
}

.brandsSlider {
  margin-bottom: 70px !important;
}

.sliderGroupContainer.brandsSlider {
  width: 99.5% !important;
}

#preOrderInfoContainer,
#nationalInfoContainer,
#expressShippingInfoContainer,
#sustentableInfoContainer .alertMessageDiv {
  padding-bottom: 16px;
}

.wishlistTopText {
  margin-left: 23px;
  text-decoration: underline;
}

#alertMessageMessage {
  letter-spacing: 0px;
}

.noArrows .sliderLeftArrow,
.noArrows .sliderRightArrow {
  display: none;
  top: calc(50% - 100px);
}

.brandsSlider .sliderLeftArrow,
.brandsSlider .sliderRightArrow {
  top: calc(36% - 2px) !important;
}

#preorderDiv,
#expressShippingDiv,
#nacionalDiv,
#sustentableDiv {
  color: #231f20;
  width: fit-content;
  height: auto;
  padding: 9px 15px;
  background-color: #ffff;
  margin-top: 40px;
  font-size: 12px;
  position: absolute;
  line-height: 16px;
  border-radius: 0px;
  display: none;
  z-index: 1;
  /* max-width: 80%; */
  /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%); */
  overflow: visible;
  border: 1px solid #c0c0c0;
  position: absolute;
  top: 0px;
  left: 0px;
  /* min-width: 26vw; */
  border-radius: 2px;
}

.imgContainer {
  width: 95%;
  text-align: center;
  float: left;
  margin-top: 4px;
}

.imgProduct {
  height: auto;
  width: 90%;
  margin-left: 5%;
  cursor: crosshair;
}

.slider-nav {
  width: 19%;
  float: left;
  overflow: hidden;
  /* height: 100% !important; */
}

.sliderVertical.desktopElement {
  width: 16%;
  float: left;
  overflow: hidden;
  /* height: 100% !important; */
}

.navImgContainer.vertical {
  margin-bottom: 12px;
  height: 131px;
  height: calc(10vw - 9px);
  /* height: 15vh; */
  /* height: auto; */
  /* border: unset; */
  /* display: block; */
  /* position: relative; */
  /* top: 2px; */
  opacity: 0.2;
}

.navImgContainer.vertical.active {
  opacity: 1;
}

.navImgContainer {
  /* width: 100% !important; */
  overflow: hidden;
  box-sizing: border-box;
}

#cocardasContainer div {
  align-items: center;
}

#cocardasContainer #preOrderButton,
#cocardasContainer #nacionalButton,
#cocardasContainer #expressShippingButton,
#cocardasContainer #sustentableButton {
  padding: 2px 8px 1px;
  line-height: 24px;
  height: 24px;
  background: var(--principal2);
  border: 1px solid transparent;
}

#preorderDiv:after,
#expressShippingDiv:after,
#nacionalDiv:after,
#sustentableDiv:after {
  /*content: '';
    position: absolute;
    top: -10px;
    background-image: url(../../files/arrowUpProducts.png);
    left: 10px;
    height: 10px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: 21px;*/
}

.slick-vertical .navImgContainer.slick-slide {
  margin-bottom: 12px;
  height: 11.6vw;
  /* height: auto; */
  /* border: unset; */
  /* display: block; */
  /* position: relative; */
  /* top: 2px; */
  opacity: 0.2;
}

.slick-vertical .navImgContainer.slick-current {
  opacity: 1;
}

#MMRightArrow,
#MMLeftArrow {
  position: absolute;
  left: 11.5%;
  display: none !important;
  cursor: pointer;
  z-index: 1;
}

#MMRightArrow {
  /* bottom: 44px; */
  display: none;
  top: 30vh;
  left: 20px;
}

#MMLeftArrow {
  top: 0;
  /* bottom: 44px; */
  top: 30vh;
  width: fit-content;
  right: 17px;
  left: unset;
}

.MMArrowImg {
  /* position: absolute; */
  width: auto;
  height: 40px;
  margin: 0 auto;
  top: 0px;
  bottom: unset;
  display: block;
  background-color: black;
  transform: rotateZ(0deg);
  margin-top: 8px;
}

.sliderRightArrow.slick-arrow {
  right: 3px;
  margin: 0;
}

#specialOffersContainer .sliderGroupContainer.brandsSlider .sliderRightArrow {
  right: 3px;
}

.sliderLeftArrow.slick-arrow {
  left: 5px;
}

#MMLeftArrow .MMArrowImg {
  transform: rotateZ(180deg);
}

.navImgProduct {
  width: 100%;
  /* max-width: 100%; */
  height: 100%;
  object-fit: cover;
  /* border: 1px solid #d6d6d6; */
  box-sizing: border-box;
  /* height: calc((100% / 3) - 60px); */
}

.slider-for {
  width: calc(81% - 13px);
  float: left;
  margin-left: 13px;
  max-height: calc(100vh - 6.7rem);
}

.sliderScroll.desktopElement {
  width: calc(75% - 13px);
  float: left;
  margin-left: 13px;
  /* max-height: 550px; */
  overflow: auto;
  height: calc(54vw + 0px);
}

-webkit-scrollbar {
  display: none;
}

img.desktopMainImgProduct {
  width: 100%;
  height: auto;
}

.desktopMainImgContainer {
  margin-bottom: 13px;
  display: inline-block;
  width: 100%;
}

.sliderScroll.desktopElement::-webkit-scrollbar {
  display: none;
}

.sliderGroupContainer.brandsSlider .sliderRightArrow {
  right: 0px;
}

.sliderGroupContainer.brandsSlider .sliderLeftArrow {
  left: 5px;
}

.slider-for span {
  width: 100%;
}

.mainImgContainer {
  width: 100%;
  height: auto;
}

.mainImgProduct {
  width: 100%;
  /* height: auto; */
  /* box-sizing: border-box; */
  /* border: 1px solid #d6d6d6; */
  cursor: crosshair;
  object-fit: cover;
}

.sizeChartImgContainer span {
  font-style: italic;
  color: #000;
  z-index: 1;
  position: absolute;
  font-family: var(--secondary-font-family);
  text-transform: lowercase;
  font-size: 15px;
  right: 0;
  top: 0;
}

.sizeChartImgContainer {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: -1;
  opacity: 0;
  justify-content: center;
  background: transparent;
}

.sizeChartImgContainer.show {
  opacity: 1;
  display: flex !important;
  z-index: 100;
  background: #00000017;
}

.sizeChartImgContainer figure {
  max-width: 845px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90 svh;
}

.sizeChartData.show {
  opacity: 1;
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #productImages {
    margin-right: 0px;
    margin-left: 0px;
    min-width: unset;
    width: 100%;
  }

  .reportView {
    margin-right: calc(calc(100% - 971px) / 2);
  }

  #productRightColumn {
    width: calc(100% - 60px);
    margin: auto;
  }

  .sliderTitleContainer {
    width: calc(100% - 22px) !important;
  }

  #productMoreInfoIcons {
    width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .slick-slide img {
    width: 100% !important;
  }

  .slick-slide .bankPriceImg {
    width: auto !important;
  }

  .slick-slide .wishListIconHover,
  .slick-slide .wishListIcon {
    width: 15px !important;
  }

  #preorderDiv:after,
  #expressShippingDiv:after,
  #nacionalDiv:after,
  #sustentableDiv:after {
    top: -10px;
  }

  .spec {
    /* width: 32px; */
    /* height: 32px; */
  }

  .spec:not(.selectedSpec):hover,
  .spec.selectedSpec {
    /* width: 32px; */
    /* height: 32px; */
  }

  .slick-slide {
    /* margin-left: unset !important; */
    /* margin-right: unset !important; */
  }

  button.slick-prev.slick-arrow {
    left: 20px;
    top: 50%;
  }

  .slider-for button.slick-arrow {
    background-repeat: no-repeat;
    width: 30px;
    z-index: 1;
    background: black;
    content: " ";
    height: 40px;
    background-image: url(../../files/leftArrow.svg);
    background-size: 30px;
    display: block !important;
    background-position: center;
  }

  .slider-for .slick-arrow:before {
    content: "";
  }

  button.slick-next.slick-arrow {
    top: 50%;
    right: 20px;
    /* top: calc(100vh - 165px - 50%); */
    /* transform: rotate(180deg); */
    background-image: url(../../files/rightArrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .slick-prev:before {
    /* content: url('../../files/leftArrow.svg') !important; */
    /* width: 100%; */
    /* height: 100%; */
    /* display: block; */
  }

  .navImgContainer {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  img.navImgProduct {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    /* margin-bottom: 10px; */
    aspect-ratio: 183/274;
  }

  .mainImgContainer.slick-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 183/274;
    /* max-height: calc(100vh - 160px - 170px); */
  }

  img.mainImgProduct {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 183/274;
    /* max-height: calc(100vh - 160px - 170px); */
  }

  .slider-for {
    margin-bottom: 20px;
  }

  .navImgContainer:not(.slick-current) {
    opacity: 0.3;
  }

  #productPricesContainer {
    width: 100% !important;
  }

  #cocardasContainer div {
    /* padding: 2px 12px; */
  }

  .wishlistTopText {
    border-bottom: unset;
    text-decoration: underline;
    font-size: 14px;
    color: #221e1e;
  }

  .brandInfo {
    position: relative;
    float: unset;
    margin: 10px auto;
    width: 100%;
  }

  .slider-nav {
    width: calc(100vw - 30px);
    margin-left: 15px;
    margin: 20px 15px 20px;
  }

  #productImages {
    width: 100vw;
    min-height: 0px;
    height: auto;
    padding-top: 0px;
    min-width: 0;
    padding-bottom: 0px;
    margin-left: 0 !important;
    margin-top: 0px;
  }

  #productImages {
    flex-direction: column-reverse;
    max-height: unset;
    display: flex;
  }

  #MMRightArrow,
  #MMLeftArrow {
    display: none !important;
  }

  .specs {
    margin-top: 14px;
    float: unset;
    max-width: 100%;
  }

  select#productQuantity option {
    text-align: center;
  }

  .tooltip .tooltiptext {
    display: none;
  }

  .featuresTitle {
    margin-left: 25px;
  }

  .feature {
    width: 84%;
    margin-bottom: 6px;
    margin-left: 8%;
    font-size: 13px;
  }

  #productRightColumn {
    width: 100% !important;
    padding: 0px;
    margin-left: 0px;
    height: auto;
    min-height: unset;
  }

  .productInfoTitle {
    font-size: 21px;
    margin-bottom: 5px;
    margin-left: 0%;
    line-height: 25px;
    font-weight: 700;
  }

  .productBasicInfo {
    margin-top: 0px;
  }

  #preOrderButton {
  }

  #nacionalButton {
    padding: 2px 12px;
  }

  #sustentableButton {
  }

  .buyButtonContainer, .noStockContainer {
    position: relative;
    width: 70%;
    margin-bottom: 0;
    float: right;
    margin-left: 0%;
    margin-bottom: 35px;
    margin-top: 0;
  }

  .showStock {
    margin-top: 15px;
  }

  .hasShowStock {
    margin-top: 0 !important;
  }

  .purchaseButton {
    position: relative;
    margin-top: 0px;
    /* height: 57px; */
    /* text-align: center; */
    /* line-height: 57px; */
    margin-left: 0%;
    font-size: 18px;
    margin-bottom: 0;
    float: right;
  }

  #cocardasContainer {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .buyButtonContainer.hasShowStock {
    margin-top: 0px !important;
  }

  .purchaseButtonStockMargin {
    margin-top: 9px !important;
  }

  .specGroupTitle {
    width: 100%;
    font-size: 14px;
    /* float: left; */
    line-height: 18px;
    margin-top: 13px;
  }

  .verticalSeparator {
    height: 25px;
  }

  #productQuantity {
    /* padding-left: 3px; */
  }

  .selectContainer {
    margin-top: 0px;
    float: none;
    height: 44px;
    /* height: 57px !important; */
    margin-right: unset;
  }

  #specialOffersContainer {
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
  }

  .specGroupTitle2 {
    width: 48%;
    font-size: 13px;
    height: 20px;
    margin: 16px 0px 0px;
  }

  .productBasicInfo2 {
    width: 27%;
    margin-top: 2px;
  }

  #productQuantityMobile {
    padding-left: 45% !important;
    width: 100%;
  }

  .productInfoLabel {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    height: auto;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #productData {
    margin-top: 0px;
    width: 100%;
    min-height: unset;
    overflow: hidden;
    flex-direction: column;
  }

  #productPrice {
    text-align: initial;
    width: auto;
    margin-left: 0%;
    padding: 0;
    margin-top: 12px;
    line-height: 20px;
    font-size: 19px;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .bankPriceView {
    padding-top: 9px;
    width: auto;
    font-size: 19px;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .specGroup {
    /* margin-top: 14px; */
    margin-bottom: 0px;
  }

  #productInfo .offContainer {
    margin-top: 9px;
  }

  .scotiaPriceView {
    margin-top: 32px;
  }

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

  #priceSeparator {
    width: 83%;
    margin: 0px auto;
  }

  #cartInfo {
    margin-left: 5.5%;
  }

  .onlyShopProduct {
    font-size: 13px;
    margin: 0px auto;
    height: 49px;
    line-height: 13px;
    display: flex;
    align-items: center;
    width: 59%;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #sizeChart {
    right: unset;
    max-width: calc(100% - 10px);
    padding: 5px;
    margin-top: 0px;
    z-index: 2;
    box-sizing: border-box;
    left: 0px;
    top: 100px;
  }

  .chartKeys {
    line-height: 11px;
  }

  .chartKey {
    font-size: 11px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chartData {
    font-size: 12px;
    width: 50px;
  }

  .productViewPrice {
    font-size: 11px;
  }

  .bankPriceImg {
    height: 18px;
    margin-right: 2px;
  }

  .back {
    width: 40%;
    margin-left: 0%;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    margin-left: 5%;
  }

  .moreInfoDiv {
    width: 100%;
    margin: 0;
  }

  .productBasicInfo .brandName {
    float: left;
    font-size: 12px;
    padding-top: 0px;
    line-height: 16px;
    width: 100%;
    font-weight: 500;
    margin: 0px;
  }

  .widthContainer {
    width: 100% !important;
  }

  #imgsContainer .slick-prev,
  #imgsContainer .slick-next {
    display: none !important;
  }

  #imgsContainer .slick-slide {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

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

  #imgsContainer {
    margin-bottom: 0px;
    touch-action: auto;
    overflow: hidden;
  }

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

  #imgsContainer .slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
  }

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

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

  #productInfo {
    width: 90%;
    margin: auto;
    height: auto;
    min-height: unset;
    overflow: hidden;
  }

  #productMoreInfoIcons {
    width: 100%;
    position: relative;
    margin-top: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    left: unset;
  }

  .wishListTop {
    top: 0px !important;
    width: 100% !important;
    font-size: 11px;
    margin-right: 0px !important;
    margin-top: 5px !important;
  }

  .wishListIcon {
    width: 15px !important;
  }

  .wishListIconHover {
    width: 15px !important;
  }

  .productCartInfo {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 30px;
  }

  .selectArrow {
    top: 15px;
  }

  .productGroupInfo {
    width: 100%;
    margin-top: 0px;
    height: auto !important;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0px !important;
    margin-left: 0px;
  }

  .viewMoreProductInfo {
    display: none !important;
  }

  .productGrouptitle {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
  }

  .productMoreInfoIcon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 0px;
    display: flex;
  }

  .productMoreInfoImage {
    width: 22px;
    margin: auto !important;
  }

  .productMoreInfoImageHover {
    width: 22px;
    margin: auto !important;
  }

  .productMoreInfoText {
    margin: 0px;
    font-size: 9px;
    line-height: 13px;
  }

  .productMoreInfoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wishListTop .wishListIcon,
  .wishListTop .wishListIconHover {
    width: 16px !important;
    left: 2px !important;
    top: 1px !important;
  }

  #entregaInfoContainer .alertMessageDiv,
  #cambiosInfoContainer .alertMessageDiv,
  #mediosInfoContainer .alertMessageDiv {
    width: 90% !important;
    margin-top: 50 dvh;
    border: 1px solid transparent;
  }

  #entregaInfoContainer .productGrouptitlePopup,
  #cambiosInfoContainer .productGrouptitlePopup,
  #mediosInfoContainer .productGrouptitlePopup {
    margin-top: 9px;
    margin-bottom: 16px;
  }

  #plusSign,
  #minusSign {
    margin-top: unset;
    line-height: 37px;
    height: 100%;
    padding: unset;
    text-align: center;
    width: 33%;
    right: 0;
    position: absolute;
  }

  .sliderGroupSliderContainer {
    width: 100% !important;
    overflow: hidden;
  }

  #preOrderInfo {
    /* top: 4px; */
    /* width: 12px; */
    /* right: 7px; */
  }

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

  #preOrderInfoContainer,
  #nationalInfoContainer,
  #expressShippingInfoContainer,
  #sustentableInfoContainer .alertMessageDiv {
    /* width: 80%; */
    /* padding-bottom: 16px; */
    /* margin-top: 25vh; */
  }

  #preOrderInfoContainer,
  #nationalInfoContainer,
  #expressShippingInfoContainer,
  #sustentableInfoContainer .alertMessageMessage {
    padding-top: 25vh;
  }

  .sliderTitleContainer {
    width: 90% !important;
  }

  #mediosInfoContainer .alertMessageMessage,
  #cambiosInfoContainer .alertMessageMessage,
  #entregaInfoContainer .alertMessageMessage {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .imgProduct {
    margin-left: 0;
  }

  .slider-for {
    width: 100%;
    touch-action: auto;
    margin: 0px;
    /* margin-bottom: 20px; */
    /* max-height: calc(100vh - 160px - 170px); */
  }

  .slick-dotted.slick-slider.slider-for {
    margin-bottom: 0;
  }

  .slider-for .slick-dots {
    bottom: 20px;
  }

  .mainImgContainer {
    margin-bottom: 0rem;
    aspect-ratio: 183/274;
    overflow: hidden;
  }

  .brandsSlider {
    margin-bottom: 0px !important;
  }

  .sizeChartImgContainer figure {
    max-width: 90%;
  }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
  #imgsContainer {
    max-height: 680px;
  }


}

@media screen and (max-width: 765px) {
  #preOrderButton {
    width: 23%;
  }

}

@media screen and (max-width: 380px) {

  #preOrderButton {
    width: fit-content;
    text-indent: 0;
    padding: 2px 12px;
  }
}

@media screen and (max-width: 280px) {
  #preOrderInfo {
    right: 4px;
  }

  #preOrderButton {
    width: 30%;
  }
}


@media screen and (min-width: 769px) and (max-width: 1100px) {
    #productImages {
        margin-right: 0px;
        margin-left: 0px;
        min-width: unset;
        width: 100%;
    }

    .reportView {
        margin-right: calc(calc(100% - 971px) / 2);
    }

    #productRightColumn {
        width: calc(100% - 60px);
        margin: auto;
    }

    .sliderTitleContainer {
        width: calc(100% - 22px) !important;
    }

    #productMoreInfoIcons {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1200px) {
    .slick-slide img {
        width: 100% !important;
    }

    .slick-slide .bankPriceImg {
        width: auto !important;
    }

    .slick-slide .wishListIconHover,
    .slick-slide .wishListIcon {
        width: 15px !important;
    }

    #preorderDiv:after,
    #expressShippingDiv:after,
    #nacionalDiv:after,
    #sustentableDiv:after {
        top: -10px;
    }

    .spec {
        /* width: 32px; */
        /* height: 32px; */
    }

    .spec:not(.selectedSpec):hover,
    .spec.selectedSpec {
        /* width: 32px; */
        /* height: 32px; */
    }

    .slick-slide {
        /* margin-left: unset !important; */
        /* margin-right: unset !important; */
    }

    button.slick-prev.slick-arrow {
        left: 20px;
        top: 50%;
    }

    .slider-for button.slick-arrow {
        background-repeat: no-repeat;
        width: 30px;
        z-index: 1;
        background: black;
        content: " ";
        height: 40px;
        background-image: url(../../files/leftArrow.svg);
        background-size: 30px;
        display: block !important;
        background-position: center;
    }

    .slider-for .slick-arrow:before {
        content: "";
    }

    button.slick-next.slick-arrow {
        top: 50%;
        right: 20px;
        /* top: calc(100vh - 165px - 50%); */
        /* transform: rotate(180deg); */
        background-image: url(../../files/rightArrow.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .slick-prev:before {
        /* content: url('../../files/leftArrow.svg') !important; */
        /* width: 100%; */
        /* height: 100%; */
        /* display: block; */
    }

    .navImgContainer {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    img.navImgProduct {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        /* margin-bottom: 10px; */
        aspect-ratio: 183/274;
    }

    .mainImgContainer.slick-slide {
        width: 100%;
        height: auto;
        aspect-ratio: 183/274;
        /* max-height: calc(100vh - 160px - 170px); */
    }

    img.mainImgProduct {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 183/274;
        /* max-height: calc(100vh - 160px - 170px); */
    }

    .slider-for {
        margin-bottom: 20px;
    }

    .navImgContainer:not(.slick-current) {
        opacity: 0.3;
    }

    #productPricesContainer {
        width: 100% !important;
    }

    #cocardasContainer div {
        /* padding: 2px 12px; */
    }

    .wishlistTopText {
        border-bottom: unset;
        text-decoration: underline;
        font-size: 14px;
        color: #221e1e;
    }

    .brandInfo {
        position: relative;
        float: unset;
        margin: 10px auto;
        width: 100%;
    }

    .slider-nav {
        width: calc(100vw - 30px);
        margin-left: 15px;
        margin: 20px 15px 20px;
    }

    #productImages {
        width: 100vw;
        min-height: 0px;
        height: auto;
        padding-top: 0px;
        min-width: 0;
        padding-bottom: 0px;
        margin-left: 0 !important;
        margin-top: 0px;
    }

    #productImages {
        flex-direction: column-reverse;
        max-height: unset;
        display: flex;
    }

    #MMRightArrow,
    #MMLeftArrow {
        display: none !important;
    }

    .specs {
        margin-top: 14px;
        float: unset;
        max-width: 100%;
    }

    select#productQuantity option {
        text-align: center;
    }

    .tooltip .tooltiptext {
        display: none;
    }

    .featuresTitle {
        margin-left: 25px;
    }

    .feature {
        width: 84%;
        margin-bottom: 6px;
        margin-left: 8%;
        font-size: 13px;
    }

    #productRightColumn {
        width: 100% !important;
        padding: 0px;
        margin-left: 0px;
        height: auto;
        min-height: unset;
    }

    .productInfoTitle {
        font-size: 21px;
        margin-bottom: 5px;
        margin-left: 0%;
        line-height: 25px;
        font-weight: 700;
    }

    .productBasicInfo {
        margin-top: 0px;
    }

    #preOrderButton {
    }

    #nacionalButton {
        padding: 2px 12px;
    }

    #sustentableButton {
    }

    .buyButtonContainer {
        position: relative;
        width: 70%;
        margin-bottom: 0;
        float: right;
        margin-left: 0%;
        margin-bottom: 35px;
        margin-top: 0;
    }

    .showStock {
        /* margin-right: 0px !important; */
        /* width: fit-content !important; */
        /* padding-top: 10px !important; */
        /* margin-bottom: 0 !important; */
        margin-top: 15px;
    }

    .hasShowStock {
        margin-top: 0 !important;
    }

    .purchaseButton {
        position: relative;
        margin-top: 0px;
        /* height: 57px; */
        /* text-align: center; */
        /* line-height: 57px; */
        margin-left: 0%;
        font-size: 18px;
        margin-bottom: 0;
        float: right;
    }

    #cocardasContainer {
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .buyButtonContainer.hasShowStock {
        margin-top: 0px !important;
    }

    .purchaseButtonStockMargin {
        margin-top: 9px !important;
    }

    .specGroupTitle {
        width: 100%;
        font-size: 14px;
        /* float: left; */
        line-height: 18px;
        margin-top: 13px;
    }

    .verticalSeparator {
        height: 25px;
    }

    #productQuantity {
        /* padding-left: 3px; */
    }

    .selectContainer {
        margin-top: 0px;
        float: none;
        height: 44px;
        /* height: 57px !important; */
        margin-right: unset;
    }

    #specialOffersContainer {
        width: 100% !important;
        margin-bottom: 30px !important;
        margin-left: 0 !important;
    }

    .specGroupTitle2 {
        width: 48%;
        font-size: 13px;
        height: 20px;
        margin: 16px 0px 0px;
    }

    .productBasicInfo2 {
        width: 27%;
        margin-top: 2px;
    }

    #productQuantityMobile {
        padding-left: 45% !important;
        width: 100%;
    }

    .productInfoLabel {
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
        height: auto;
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #productData {
        margin-top: 0px;
        width: 100%;
        min-height: unset;
        overflow: hidden;
        flex-direction: column;
    }

    #productPrice {
        text-align: initial;
        width: auto;
        margin-left: 0%;
        padding: 0;
        margin-top: 12px;
        line-height: 20px;
        font-size: 19px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .bankPriceView {
        padding-top: 9px;
        width: auto;
        font-size: 19px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .specGroup {
        /* margin-top: 14px; */
        margin-bottom: 0px;
    }

    #productInfo .offContainer {
        margin-top: 9px;
    }

    .scotiaPriceView {
        margin-top: 32px;
    }

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

    #priceSeparator {
        width: 83%;
        margin: 0px auto;
    }

    #cartInfo {
        margin-left: 5.5%;
    }

    .onlyShopProduct {
        font-size: 13px;
        margin: 0px auto;
        height: 49px;
        line-height: 13px;
        display: flex;
        align-items: center;
        width: 59%;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #sizeChart {
        right: unset;
        max-width: calc(100% - 10px);
        padding: 5px;
        margin-top: 0px;
        z-index: 2;
        box-sizing: border-box;
        left: 0px;
        top: 100px;
        width:100%;
    }

    .chartKeys {
        line-height: 11px;
    }

    .chartKey {
        font-size: 11px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chartData {
        font-size: 12px;
        width: 50px;
    }

    .productViewPrice {
        font-size: 11px;
    }

    .bankPriceImg {
        height: 18px;
        margin-right: 2px;
    }

    .back {
        width: 40%;
        margin-left: 0%;
        margin-top: 20px;
        margin-bottom: 0px;
        float: left;
        margin-left: 5%;
    }

    .moreInfoDiv {
        width: 100%;
        margin: 0;
    }

    .productBasicInfo .brandName {
        float: left;
        font-size: 12px;
        padding-top: 0px;
        line-height: 16px;
        width: 100%;
        font-weight: 500;
        margin: 0px;
    }

    .widthContainer {
        width: 100% !important;
    }

    #imgsContainer .slick-prev,
    #imgsContainer .slick-next {
        display: none !important;
    }

    #imgsContainer .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

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

    #imgsContainer {
        margin-bottom: 0px;
        touch-action: auto;
        overflow: hidden;
    }

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

    #imgsContainer .slick-dots li button:before {
        color: #ffffff;
        font-size: 10px;
    }

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

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

    #productInfo {
        width: 90%;
        margin: auto;
        height: auto;
        min-height: unset;
        overflow: hidden;
    }

    #productMoreInfoIcons {
        width: 100%;
        position: relative;
        margin-top: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        left: unset;
    }

    .wishListTop {
        top: 0px !important;
        width: 100% !important;
        font-size: 11px;
        margin-right: 0px !important;
        margin-top: 5px !important;
    }

    .wishListIcon {
        width: 15px !important;
    }

    .wishListIconHover {
        width: 15px !important;
    }

    .productCartInfo {
        margin-top: 25px;
        width: 100%;
        margin-bottom: 30px;
    }

    .selectArrow {
        top: 15px;
    }

    .productGroupInfo {
        width: 100%;
        margin-top: 0px;
        height: auto !important;
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 0px !important;
        margin-left: 0px;
    }

    .viewMoreProductInfo {
        display: none !important;
    }

    .productGrouptitle {
        font-size: 14px;
        width: 100%;
        line-height: 18px;
    }

    .productMoreInfoIcon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        margin-top: 0px;
        display: flex;
    }

    .productMoreInfoImage {
        width: 22px;
        margin: auto !important;
    }

    .productMoreInfoImageHover {
        width: 22px;
        margin: auto !important;
    }

    .productMoreInfoText {
        margin: 0px;
        font-size: 9px;
        line-height: 13px;
    }

    .productMoreInfoContainer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wishListTop .wishListIcon,
    .wishListTop .wishListIconHover {
        width: 16px !important;
        left: 2px !important;
        top: 1px !important;
    }

    #entregaInfoContainer .alertMessageDiv,
    #cambiosInfoContainer .alertMessageDiv,
    #mediosInfoContainer .alertMessageDiv {
        width: 90% !important;
        margin-top: 50 dvh;
        border: 1px solid transparent;
    }

    #entregaInfoContainer .productGrouptitlePopup,
    #cambiosInfoContainer .productGrouptitlePopup,
    #mediosInfoContainer .productGrouptitlePopup {
        margin-top: 9px;
        margin-bottom: 16px;
    }

    #plusSign,
    #minusSign {
        margin-top: unset;
        line-height: 43px;
        height: 100%;
        padding: unset;
        text-align: center;
        width: 33%;
        right: 0;
        position: absolute;
    }

    .sliderGroupSliderContainer {
        width: 100% !important;
        overflow: hidden;
    }

    #preOrderInfo {
        /* top: 4px; */
        /* width: 12px; */
        /* right: 7px; */
    }

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

    #preOrderInfoContainer,
    #nationalInfoContainer,
    #expressShippingInfoContainer,
    #sustentableInfoContainer .alertMessageDiv {
        /* width: 80%; */
        /* padding-bottom: 16px; */
        /* margin-top: 25vh; */
    }

    #preOrderInfoContainer,
    #nationalInfoContainer,
    #expressShippingInfoContainer,
    #sustentableInfoContainer .alertMessageMessage {
        padding-top: 25vh;
    }

    .sliderTitleContainer {
        width: 90% !important;
    }

    #mediosInfoContainer .alertMessageMessage,
    #cambiosInfoContainer .alertMessageMessage,
    #entregaInfoContainer .alertMessageMessage {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .imgProduct {
        margin-left: 0;
    }

    .slider-for {
        width: 100%;
        touch-action: auto;
        margin: 0px;
        /* margin-bottom: 20px; */
        /* max-height: calc(100vh - 160px - 170px); */
    }

    .slick-dotted.slick-slider.slider-for {
        margin-bottom: 0;
    }

    .slider-for .slick-dots {
        bottom: 20px;
    }

    .mainImgContainer {
        margin-bottom: 0rem;
        aspect-ratio: 183/274;
        overflow: hidden;
    }

    .brandsSlider {
        margin-bottom: 0px !important;
    }

    .sizeChartImgContainer figure {
        max-width: 90%;
    }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
    #imgsContainer {
        max-height: 680px;
    }


}

@media screen and (max-width: 765px) {
    #preOrderButton {
        width: 23%;
    }

}

@media screen and (max-width: 380px) {

    #preOrderButton {
        width: fit-content;
        text-indent: 0;
        padding: 2px 12px;
    }
}

@media screen and (max-width: 280px) {
    #preOrderInfo {
        right: 4px;
    }

    #preOrderButton {
        width: 30%;
    }
}
