#imgsContainer {
    height: 65%;
    position: initial;
    overflow: hidden;
    position: relative;
    display: none;
}
.imgContainer {
    width: 100%;
    position: relative;
    text-align: end;
    float: right;
    margin-top: 4px;
}
.imgPContainer {
    height: auto;
    width: 100%;
}
.separatorLine {
    display: none;
    width: 100%;
    margin-top: 40px;
    height: 1px;
    background: black;
}
.imgProduct {
    height: auto;
    width: 70%;
    margin-right: 15%;
}
.bankPriceView {
    position: relative;
    font-size: 15px;
    color: black;
    line-height: 25px;
    margin-top: 9px;
    float: left;
    margin-left: 10px;
    height: auto;
    overflow: hidden;
}
#wish-list-container-mobile {
    display: none;
}
#wish-list-container {
    display: none;
    top: 0;
    left: 0px;
    float: left;
    border: none;
    background: white;
    width: 100%;
    border-radius: 25px;
    height: 60px;
    z-index: 1;
}

#zoom-result {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    height: 460px;
}
.productMoreInfo {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    max-height: none;
}
.moreInfoDiv.openDiv .productGroupInfo {
    display: block;
}
.productGrouptitle {
    color: black;
    margin: 0;
    margin-top: 12px;
    font-size: 13px;
    padding-left: 15px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    cursor: pointer;
}

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

.wishText {
    position: absolute;
    width: 200px;
    left: 35px;
    top: 20px;
    font-size: 13px;
    color: black;
}

.pCover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pCoverMarker {
    position: absolute;
    top: 0;
    height: 100px;
    width: 100px;
    cursor: crosshair;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
}
#removeWishlistProduct {
    background-image: url("../../files/heartFilledBlack.svg");
    background-size: contain;
    width: 20px;
    height: 50px;
}
#removeWishlistProduct:hover {
    background-image: url("../../files/heartBlack.svg");
}
#addToWishlist {
    background-image: url("../../files/heartBlack.svg");
    background-size: contain;
    width: 20px;
    height: 50px;
}

#addToWishlist:hover {
    background-image: url("../../files/heartFilledBlack.svg");
}
.widthContainer {
    width: 70% !important;
    border-radius: 20px;
}

.bankPriceImgView {
    position: relative;
    float: left;
    width: 19px;
    margin-top: 5px;
    margin-right: 7px;
}
#volverDiv {
    position: relative;
    left: 15%;
    top: 50px;
    z-index: 1;
    color: #00326C;
    font-size: 19px;
}

#productName{
    position: relative;
    font-size: 20px;
    color: #00326C;
    width: 35%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    top: 25px;
    font-weight: 600;
    background-color: #DEE6F0;
    text-transform: uppercase;
    border-radius: 17px;
    backdrop-filter: blur(14px);
}

.bankPriceTextView {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 18px;
}

.noStock {
    cursor: no-drop !important;
    color: black !important;
    touch-action: none;
    pointer-events: none;
    background: white !important;
    opacity: 0.2;
}

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

#productData {
    position: relative;
    height: fit-content;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 7%;
    background-color: white;
    border-radius: 17px;
}

#productImages {
    position: relative;
    float: left;
    width: 55%;
    height: 100%;
    overflow: hidden;
    min-height: 512px;
    padding-top: 30px;
    padding-bottom: 15px;
}

#productRightColumn {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
    right: 0px;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
}

#productInfo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 12%;
    color: #4d5550;
}

#sizeChartTitle {
    width: 35%;
    font-size: 12px;
    font-weight: 200;
    margin-top: 18px;
    margin-left: 20px;
    text-decoration: underline;
}
.productBasicInfo {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 2px;
    display: table;
}

.productInfoTitle {
    position: relative;
    width: 100%;
    color: #918F8F;
    padding-top: 3px;
    font-size: 26px;
    margin-bottom: 13px;
    letter-spacing: 1px;
}

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

#productPrice {
    position: relative;
    float: left;
    /* margin-top: 19px; */
    color: #002A6E;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

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

.selectContainer {
    position: relative;
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 40%;
    float: left;
    margin-left: 32%;
    color: #00326C;
    font-weight: 300;
    background-color: #DEE6F0;
    border-radius: 11px;
    font-weight: 600;
}

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

.purchaseButton .mobileElement {
    float: right;
}

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

.purchaseButton {
    position: relative;
    width: 100%;
    margin-top: 40px;
    float: left;
    height: 47px;
    background-color: #DEE6F0;
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    font-size: 16px;
    color: #00326C;
    border-radius: 17px;
    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: 15px;
    text-transform: uppercase;
}

.purchaseButton:hover {
    background-color: #00326C;
    color: #DEE6F0;
    box-sizing: border-box;
}

#sizeChart {
    color: #231f20;
    position: absolute;
    z-index: 9999;
    font-size: 13px;
    overflow: hidden;
    top: 210px;
    right: 0px;
    width: 90%;
    display: none;
}
#sizeChart img {
    width: 75%;
}
#sizeChart.open {
    display: block;
}
.chartRow,
.chartKeys {
    display: flex;
    justify-content: space-evenly;
}

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

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

.chartRow {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}
.chartData {
    margin-right: 8px;
    margin-left: 8px;
    width: 90px;
    font-size: 13px;
}
#buyButton {
    float: left;
}

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

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

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

#cantidadContainer{
    position: relative;
    width: 100%;
    height: 35px;
    top: 25px;
    border-radius: 2px;
    display: table;
    float: left;
}

#cantidadText{
    height: auto;
    width: 27%;
    float: left;
    color: #00326C;
    line-height: 34px;
    font-weight: 300;
    font-size: 20px;
}

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

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

.selectAmount {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    width: 55px;
    height: 25px;
    font-weight: 300;
    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: 10px;
    width: 12px;
    background-image: url(../../files/selectArrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 5px;
    pointer-events: none;
}

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

#productInfoDescriptionText {
    color: #918F8F;
    width: 90%;
    margin-top: 15px;
    position: relative;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 17px;
    float: left;
    margin-top: 12px;
}

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

.specImage {
    width: 60px;
    height: 6px;
}

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

.specGroupTitle {
    position: relative;
    width: 40%;
    display: none;
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    margin-bottom: 7px;
}

.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;
    margin-left: 60px;
}

.specs {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
}

.spec {
    position: relative;
    float: left;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 0px;
    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;
}

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

.noImageSpec {
    border: 1px solid black;
    text-align: center;
    font-size: 14px;
    color: black;
    height: 35px;
    min-width: 30px;
    padding: 0px 5px;
    text-transform: uppercase;
    line-height: 35px;
    margin-left: 3px;
    border-radius: 0px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
    color: white;
    border: 1px solid black;
    font-weight: 400;
    height: 35px;
    background: black;
    border-radius: 0px;
}

#productQuantity {
    border: 0px;
    height: 100%;
    background-color: #DEE6F0;
}

.sizeChartImg {
    width: 85%;
    margin-top: 3px;
    z-index: 999999999;
    display: block;
    margin: auto;
    margin-top: 20px;
}

#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: black;
    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: black;
    border: 1px solid #cfcbba;
    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: black;
    border: 1px solid black;
}

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

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

.downArrow {
    position: absolute;
    top: 545px;
    left: 40%;
    width: 21px;
}
.sliderGroupContainer {
    width: 90% !important;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
    #productImages {
        margin-right: 23px;
        margin-left: 23px;
    }
}
.onlyShopProduct {
    background-color: #848484;
    height: 49px;
    color: white;
    font-weight: 300;
    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%;
}

#sizeChart {
}

#productInfoShippingInfo img {
    width: 370px;

    margin-top: 10px;
}
.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;
}
.sliderTitleContainer {
    color: black !important;
    border: none !important;
    background: white !important;
}
.sliderTitleContainer:hover {
    color: white;
    background: white;
    border: none;
}
.featuresTitle {
    color: #565656;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
b {
    font-weight: 500;
}
#sizeChartIcon {
    margin-left: 10px;
}
#volverDivMobile {
    display: none;
}
#volverDiv img {
    position: relative;
    bottom: 0px;
    top: 1px;
    margin-right: 5px;
    width: 10px;
    transform: rotate(180deg);
}

.specialOffersContainer{
    display: none;   
}

@media screen and (max-width: 768px) {
    .slick-dots li button:before {
        height: 30px !important;
        width: 30px !important;
        font-size: 11px !important;
    }
    .productSlide .figureBackground {
        bottom: 58px;
    }
    #volverDiv {
        /* display: none; */
        top: 0px;
        margin-top: 39px;
        margin-bottom: 10px;
        left: 10%;
        text-transform: capitalize;
    }
    #volverDivMobile {
        display: none;
        width: 80%;
        margin-bottom: 20px;
        float: left;
        margin-top: 10px;
    }

    #wish-list-container-mobile {
        display: block;
        float: right;
        height: 30px;
        margin-top: 10px;
        width: 30px;
    }
    #wish-list-container {
        height: 40px;
    }
    .imgContainer.slick-slide {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0px;
        height: fit-content;
    }
    .slick-slide {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .widthContainer {
        width: 85% !important;
        min-width: unset !important;
        /* margin-left: 0px !important; */
        margin-top: 50px;
    }

    .slick-slide img {
        width: 100% !important;
        height: auto;
        margin: auto;
    }
    #imgsContainer {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .featuresTitle {
        margin-left: 25px;
    }
    .feature {
        width: 84%;
        margin-bottom: 6px;
        margin-left: 8%;
        font-size: 13px;
    }
    #productImages {
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0;
        min-height: auto;
        margin-bottom: 15px;
    }

    #productInfo {
        margin-top: 10px;
        width: 90%;
        margin: auto;
    }

    #productRightColumn {
        width: 92%;
        height: auto;
        bottom: 0px;
        position: relative;
        right: 0px;
        margin: 0 auto;
        float: none;
    }
    .slick-dots {
        z-index: 1;
        bottom: -5px !important;
        position: relative !important;
    }
    .productInfoTitle {
        font-size: 21px;
        float: left;
        margin-bottom: 5px;
    }

    .productBasicInfo {
        margin-top: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .purchaseButton {
        position: relative;
        height: 35px;
        text-align: center;
        width: 100%;
        line-height: 32px;
        font-size: 13px;
        margin-top: 20px !important;
        border-radius: 10px;
        margin: 0 auto;
    }

    .buyButton {
        height: 40px;
        line-height: 40px;
        float: left;
        margin-bottom: 20px;
    }

    #productInfoDescription {
        width: 100%;
    }

    .separatorLine {
        width: 100%;
        height: 0.5px;
        background-color: #000000;
        margin-top: 15px;
        display: none !important;
    }

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

    .downArrow {
        display: none !important;
    }

    .verticalSeparator {
        height: 25px;
    }

    #productQuantityMobile {
        height: 100%;
        text-align: center;
        width: fit-content;
        color: #555458;
        border: 0px;
        margin: 0 auto;
    }

    .productMoreInfo {
        width: 90%;
        margin: 0 auto;
        float: left;
        margin-left: 5%;
    }

    #addToWishlist {
    }
    #removeWishlistProduct {
        margin-left: 0;
    }
    .specGroup {
        margin-top: 0px;
    }
    .sliderTitleContainer {
        font-size: 20px !important;
    }

    #sizeChartTitle {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    #sizeChart {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .img-zoom-lens {
        display: none;
    }
    #zoom-result {
        display: none;
    }
    .stockRequestButton {
        width: 90%;
        margin: 30px auto;
        float: none;
    }
    #productInfoShippingInfo img {
        width: 100%;
    }

    .noStock:hover {
        font-weight: 400 !important;
        border: 1px solid #acacac !important;
    }
    #productData {
        /* height: 664px; */
    }
    #cantidadContainer {
        top: 0px;
        margin-top: 20px;
    }
    #productPrice {
        margin-bottom: 5px;
        margin-top: 8px;
    }
    .selectContainer {
        width: 58%;
        margin-left: 15%;
    }
    #productName {
        width: calc(85% - 14px);
        padding: 7px;
        height: auto;
        line-height: 27px;
        font-size: 19px;
    }
}
