.productViewContainer {
    position: relative;
    float: left;
    width: 30%;
    height: auto;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
    top: 0px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 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;
}

.productSlide .figureBackground {
    display: none;
    bottom: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    position: absolute;
    right: 5px;
}

.figureBackground {
    display: none;
    z-index: 1;
    background: no-repeat;
    top: 11px;
    border-radius: 0;
    right: 11px;
}

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

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

.productSlide .productViewBottom {
    box-shadow: none;
}

.secondImg {
    opacity: 0;
    position: absolute !important;
    left: -2px;
    top: -15px;
}

.productViewContainer:hover .secondImg {
    opacity: 1;
}

.productViewContainer:hover .firstImg {
    opacity: 0;
}

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 272px !important;
    border-radius: 10px;
    width: 101%;
    margin-top: 15px;
    background-size: 85%;
    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;
}

.productViewBottom {
    height: auto;
    overflow: hidden;
    width: calc(100% - 30px);
    display: block;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 13px;
    margin-left: 30px;
}

.removeWishlistProduct {
    bottom: 22px;
}

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

.productViewName {
    color: #918F8F;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 1px;
    height: 35px;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
    text-indent: 0;
    display: flex;
    align-items: center;
}

.addWishlistProduct {
    background-size: 60%;
}

.remove-WishlistProduct {
    background-size: 60%;
}

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

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

.productViewPrice {
    overflow: hidden;
    color: #002A6E;
    display: block;
    font-size: 18px;
    height: 27px;
    position: relative;
    font-weight: 600;
    float: left;
    line-height: 27px;
    text-align: left;
    text-indent: 0px;
}

.badgeFile {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    display: none !important;
}

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

.oldPrice:before {
    position: absolute;
    content: "";
    left: -7px;
    top: 8px;
    right: 0;
    width: 64px;
    border-top: 1px solid;
    border-color: inherit;
    color: #686767;
}

.bankPrice {
    position: relative;
    width: 100%;
    font-size: 13px;
    justify-content: center;
    color: black;
    align-items: center;
    line-height: 27px;
    display: flex;
    width: auto;
    margin-top: 0px;
    float: right;
    margin-right: 5px;
}

.bankPriceImg {
    position: relative;
    float: left;
    width: 14px !important;
    height: 14px;
    margin: 0px 8px;
}

.bankPriceText {
    position: relative;
    text-align: center;
    float: left;
}

.hoverImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 91%;
    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: 500;
}

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

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

    .addWishlistProduct {
        height: 35px;
        width: 35px;
        background-size: 50%;
    }

    .remove-WishlistProduct {
        height: 35px;
        width: 35px;
        background-size: 50%;
    }

    .figureBackground {
        display: none;
        width: 30px;
        height: 30px;
    }

    .productViewContainer {
        width: 44%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 1.5%;
        margin-left: 3%;
        margin-bottom: 24px;
        float: left;
    }

    .productViewContainer {
        position: relative;
        float: left;
        width: 31.5%;
        height: auto;
        cursor: pointer;
        margin-right: 0.6%;
        margin-left: 1%;
        top: 0px;
        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;
    }

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

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

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

    .productSlide .productViewBottom {
        box-shadow: none;
    }

    .secondImg {
        opacity: 0;
        position: absolute !important;
        left: 0px;
        top: -4px;
    }

    .productViewContainer:hover .secondImg {
        opacity: 1;
    }

    .productViewContainer:hover .firstImg {
        opacity: 0;
    }

    .productViewTop {
        overflow: hidden;
        display: block;
        position: relative;
        height: 653px !important;
        width: 100%;
        margin-top: 15px;
        margin-left: 2px;
        background-size: 85%;
        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;
    }

    .productViewBottom {
        height: 43px;
        overflow: hidden;
        width: 102%;
        display: block;
        text-align: left;
        text-indent: 13px;
        margin-left: 0px;
    }

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

    .productViewName {
        color: #918F8F;
        font-size: 17px;
        width: 100%;
        float: right;
        margin-top: 1px;
        height: 44px;
        line-height: 15px;
        text-align: left;
        text-transform: uppercase;
        text-indent: 0;
        display: flex;
        align-items: center;
        padding-right: 17px;
    }

    .slick-slide {}

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

    .productViewPrice {
        overflow: hidden;
        color: #58595b;
        font-size: 15px;
        height: 27px;
        position: relative;
        width: 35%;
        float: right;
        margin-top: 6px;
        line-height: 36px;
        text-align: left;
        text-indent: 25px;
        padding-left: 20px;
    }

    .badgeFile {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40%;
        display: none !important;
    }

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

    .oldPrice:before {
        position: absolute;
        content: "";
        left: -4px;
        top: 5px;
        font-size: 10px;
        right: 0;
        width: 48px;
        border-top: 1px solid;
        border-color: inherit;
        color: grey;
    }

    .bankPrice {
        position: relative;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        margin-right: 0;
        align-items: center;
        color: black;
        float: right;
        width: auto;
    }

    .bankPriceImg {
        position: relative;
        float: left;
        height: 12px;
        width: 12px !important;
        margin-right: 0px !important;
    }

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

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

    @media screen and (max-width: 768px) {
        .productViewContainer {
            width: 46%;
            height: auto;
            margin-bottom: 15px;
            text-align: center;
            margin-right: 2%;
            margin-left: 2%;
            margin-bottom: 5%;
            float: left;
            border-radius: 11px;
        }

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

        .productViewContainer:nth-child(odd) {}

        .hoverImg {
            height: 68%;
            top: 0px;
            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: white;
            margin-left: 8px;
        }

        .productViewTop {
            overflow: hidden;
            height: 290px !important;
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }

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

        .badgeFile {
            width: 28% !important;
            top: 0px;
            right: 0px;
        }

        .productViewImage {
            height: auto;
        }

        .productSlide .badgeFile {
            top: 8px;
        }

        .productViewName {
            font-size: 10px;
            margin-bottom: 0px;
            margin-left: 8px;
            float: left;
            height: 14px;
            padding-right: 0px;
            line-height: 14px;
        }

        .productViewPrice {
            font-size: 10px;
            margin-left: 0px;
            margin-top: 0px;
            width: 100%;
            text-indent: 8px;
            float: left;
            height: 23px;
            line-height: 23px;
        }

        .productViewBottom {
            height: 64px;
            width: 94%;
            margin-left: 25px;
        }

        .oldPrice {
            font-size: 11px;
        }
    }

    .hoverImg {
        height: 68%;
        top: 0px;
        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: white;
        margin-left: 8px;
    }

    .productViewTop {
        overflow: hidden;
        width: 100%;
        height: 50vw !important;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 85%;
    }

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

    .badgeFile {
        width: 28% !important;
        top: 0px;
        right: 0px;
    }

    .productViewImage {
        height: auto;
    }

    .productSlide .badgeFile {
        top: 8px;
    }

    .productViewName {
        font-size: 13px;
        margin-bottom: 0px;
        margin-left: 15px;
        float: left;
        width: calc(100% - 15px);
        height: 50px;
        line-height: 16px;
    }

    .productViewPrice {
        font-size: 16px;
        margin-left: 15px;
        margin-top: 5px;
        width: 100%;
        text-align: left;
        color: #002A6E;
        text-indent: 0px;
        float: left;
        padding-left: 0px;
        height: 17px;
        line-height: 21px;
    }

    .productViewBottom {
        height: 80px;
        width: 100%;
        padding-top: 6px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .oldPrice {
        font-size: 10px;
    }

    .productSlide .figureBackground {
        top: 2px;
        right: 0;
    }
}
