.productViewContainer {
    background-color: #fff;
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
    top: 0;
    margin-bottom: 30px;
    transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    overflow: hidden;
    /* aspect-ratio: 1 /1.27; */
}

.productContainer {
    display: flex;
    width: 80%;
    margin: auto
}

.figureBackground {
    z-index: 1;
    background: #f4f3f3;
    display: block;
    bottom: inherit;
    right: 12px;
    top: 8px;
    border-radius: 30px;
}

.addWishlistProduct {
    /* height: 25px; */
    /* width: 25px; */
}

.productSlide .productViewContainer {
    width: 100%;
    height: auto
}

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: auto !important;
    width: 100%;
    margin: auto;
    padding-top: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    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;
    transition-property: opacity;
    transition-duration: 0.3s;
    aspect-ratio: 1 / 1;
}

.productViewBottom {
    height: 43px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    padding: 5%;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 2.5rem;
    font-family: 'ProximaNova';
}

.quickView {
    display: flex !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: -35px;
    left: 0%;
    float: left;
    position: absolute;
    justify-content: center;
    /* text-transform: uppercase; */
    font-family: 'ProximaNova';
    text-align: center;
}

.quickViewButton {
    background-color: #C0A4B7;
    color: #FFFFFF;
    height: 40px !important;
    line-height: 40px;
    font-size: 16px;
    width: 90%;
    font-weight: 400;
    border: 1px solid #C0A4B7;
}

.quickViewButton:hover {
    background-color: #FFFFFF;
    color: #C0A4B7;
    border: 1px solid #C0A4B7;
}

.removeWishlistProduct {
    bottom: 320px;
    right: 1px
}

.badgeContainer {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 5px;
    width: 40%;
}

.productViewName {
    font-weight: 300;
    max-width: 155px;
    float: left;
    height: 44px;
    text-indent: 0;
    display: flex;
    flex: 1;
    align-items: center;
    letter-spacing: .004em;
    font-size: 16px;
    line-height: 18px;
    color: #808080;
    text-align: left;
}

.slick-slide {
    margin-left: 11px;
    margin-right: 11px
}

.productViewPrice {
    font-weight: 600;
    overflow: hidden;
    color: #808080;
    font-size: 16px;
    /* height: 12px; */
    max-width: 126px;
    float: right;
    /* margin-top: 6px; */
    line-height: 36px;
}

.badgeFileNoStock {
    position: relative;
    width: 100% !important;
}

.badgeFileNoStock img {
    position: relative;
    top: 0;
    left: 0;
    height: 35px
}

.badgeFile {
    position: relative;
    width: 50%;
    height: auto;
}

.oldPrice {
    position: relative;
    color: #8c9091;
    font-size: 16px;
    margin-right: 8px;
    font-weight: 400
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: -3px;
    top: 9px;
    right: 0;
    width: 51px;
    border-top: 1px solid;
    border-color: inherit;
    color: #8c9091
}

.bankPrice {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #ee3223;
    line-height: 27px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
    display: none
}

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

.bankPriceText {
    position: relative;
    float: left
}

.buyContainer {
    background-color: #f6f5f3;
    width: 167px;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 67%;
    left: calc(50% - 85px);
    border-radius: 40px;
    color: #686767
}

.buyContainer:hover {
    background-color: #686767;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    color: #f6f5f3
}

.productSlide .figureBackground {
    bottom: inherit;
}

.productViewContainer:hover .productViewBottom {
    top: -40px;
}

@media screen and (min-width: 770px) and (max-width:1200px) {
    .productViewContainer {
        width: 27%
    }
}

@media screen and (max-width: 768px) {
    .removeWishlistProduct {
        right: 5px;
        bottom: 136px;
        height: 25px;
        width: 25px;
        z-index: 1
    }

    .addWishlistProduct {
        height: 25px;
        width: 25px
    }

    .remove-WishlistProduct {
        height: 25px;
        width: 25px
    }

    .remove-WishlistProduct:hover {
        background-image: url(../../files/heartFilled.svg)
    }

    .figureBackground {
        display: block;
        width: 25px;
        height: 25px;
        right: 7%;
        bottom: inherit
    }

    .widthContainer {
        width: 96%;
        min-width: 1100px;
        max-width: 1380px
    }

    .productSlide .productViewTop {
        box-shadow: none !important;
        background-color: transparent;
    }

    .productSlide .productViewBottom {
        box-shadow: none;
        flex-direction: column;
    }

    .secondImg {
        display: none !important;
        opacity: 0;
        position: absolute !important;
        left: 0;
        top: 0
    }

    .productViewContainer:hover .secondImg {
        display: block !important;
        opacity: 1
    }

    .productViewContainer:hover .firstImg {
        opacity: 0
    }

    .productViewTop {
        overflow: hidden;
        display: block;
        position: relative;
        height: auto !important;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        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;
        transition-property: opacity;
        transition-duration: 0.3s;
        margin-right: 0;
        margin-left: 0
    }

    .productViewImage {
        height: 100%;
        width: 100%
    }

    .productViewName {
        color: #58595b;
        font-weight: 400;
        height: 45px;
        text-indent: 0;
        font-size: 13px;
        /* margin-top: 17px; */
        /* margin-bottom: 8px; */
        align-items: center;
        max-width: 100%;
        line-height: 20px;
        display: flex;
        float: left;
        width: 100% !important;
        justify-content: center;
        flex-direction: row;
        text-align: center;
    }

    .slick-slide {
        margin-left: 11px;
        margin-right: 11px
    }

    #productosFijosContainer .slick-slide {
        margin: 0 auto;
        margin-left: 0;
        margin-right: 0
    }

    .badgeContainer {
        width: 50%;
        left: 10px;
        top: 10px;
        gap: 2px;
        max-width: 120px;
    }

    .badgeFileNoStock {
        height: auto;
        max-width: 100%;
    }

    .badgeFile,
    .badgeFileNoStock img {
        /* max-width: 100px; */
        /* max-height: 65px; */
        width: 60px;
        height: auto;
    }

    .badgeFile {
        max-width: unset;
        width: 50%;
        left: 0;
        max-height: unset;
    }

    .oldPrice {
        position: relative;
        color: #58595b;
        font-size: 14px;
        margin-right: 7px;
        font-weight: 300
    }

    .oldPrice:before {
        position: absolute;
        content: "";
        left: -1px;
        top: 50%;
        right: 0;
        width: 48px;
        border-top: 1px solid;
        border-color: inherit;
        color: #808080;
    }

    .bankPrice {
        position: relative;
        font-size: 17px;
        color: #ee3223;
        line-height: 27px;
        width: auto;
        margin-top: 5px;
        font-weight: 700;
        display: none
    }

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

    .bankPriceText {
        position: relative;
        float: left
    }

    .hoverImg {
        display: block;
        position: absolute;
        width: 100%;
        height: 92%;
        top: 14px;
        opacity: 0;
        left: 2px;
        background: #f6f5f35c;
        transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        z-index: 1
    }

    .buyText {
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 900
    }

    .tituloColor {
        height: fit-content;
        width: fit-content
    }

    .productViewContainer:hover .hoverImg {
        opacity: 1
    }

    .buyContainer {
        background-color: #f6f5f3;
        width: 167px;
        position: absolute;
        height: 42px;
        line-height: 42px;
        margin-top: 67%;
        left: calc(50% - 85px);
        border-radius: 40px;
        color: #686767
    }

    .buyContainer:hover {
        background-color: #686767;
        transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        color: #f6f5f3
    }

    .productViewContainer {
        width: 45.5%;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 1.5%;
        margin-left: 3%;
        margin-bottom: 10px;
        transition: top 0.2s ease-out;
        -moz-transition: top 0.2s ease-out;
        -webkit-transition: top 0.2s ease-out;
        -o-transition: top 0.2s ease-out
    }

    .productViewContainer:nth-child(even) {
        margin-right: 1.5%;
        margin-left: 1.5%
    }

    .hoverImg {
        height: 68%;
        top: 0;
        width: 57%;
        display: none
    }

    .buyContainer {
        background-color: #c5a362;
        width: 65px;
        position: absolute;
        height: 15px;
        line-height: 15px;
        top: 39px;
        left: calc(33% - 20px);
        border-radius: 40px;
        color: #fff;
        margin-left: 8px
    }

    .buyText {
        font-size: 9px;
        letter-spacing: 1px
    }

    .productViewImage {
        height: auto
    }

    .hoverImg {
        height: 68%;
        top: 0;
        width: 57%;
        display: none
    }

    .buyContainer {
        background-color: #c5a362;
        width: 65px;
        position: absolute;
        height: 15px;
        line-height: 15px;
        top: 39px;
        left: calc(33% - 20px);
        border-radius: 40px;
        color: #fff;
        margin-left: 8px
    }

    .buyText {
        font-size: 9px;
        letter-spacing: 1px
    }

    .productViewImage {
        height: auto
    }

    .productViewPrice {
        overflow: hidden;
        color: #58595b;
        font-size: 14px;
        font-weight: 600;
        margin-left: 0;
        margin-top: 0;
        width: 90%;
        max-width: 100%;
        text-align: center;
        float: left;
        padding-left: 0;
        height: 30px;
        line-height: 30px
    }

    .productViewBottom {
        overflow: hidden;
        display: flex;
        text-align: center;
        align-items: center;
        height: auto;
        min-height: 75px;
        width: 90%;
        margin-left: 0;
        padding: 5%;
        margin-top: 0px;
        flex-direction: column;
    }

    .quickView {
        display: none !important;
    }

    .productViewContainer:hover .productViewBottom {
        top: 0px;
    }
}