.figureBackground {
    display: flex;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 8px;
    background-color: transparent;
    float: right;
    /* overflow: hidden; */
    align-items: center;
    z-index: 2;
    background: white;
    border: 1px solid white;
    border-radius: 22px;
    /* filter: blur(1px); */
}

.productSlide .productViewContainer {
    width: 100%;
    min-height: 240px;
    height: auto !important;
    margin-top: 10px;
    /* border: 1px solid #aeaeae; */
}

.productViewTopImg.secondImg {
    opacity: 0;
}

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

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

.hoverImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 10%);
    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;
}

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

.buyContainer {
    background-color: #124194;
    width: 60%;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 55%;
    left: calc((100% - 60%) / 2);
    border-radius: 0px;
    color: white;
}

.buyContainer:hover {
    background-color: #335fae;
    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;
}

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

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

.oldPrice {
    width: 100%;
    position: relative;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-top: 8px;
    width: auto;
    float: left;
}

.oldPrice:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6.5px;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #a5a5a5;
}

.transferImg {
    height: 19px;
}

.transferText {
    margin-left: 8px;
    color: #7b7b7b;
}

.bankPriceText.bank4 {
    margin-top: 3px;
    color: #e5221c;
}

.bankPriceText.bank1 {
    color: black;
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        border: 1px solid #f3f3f3;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        width: calc(44% - 2px);
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 30px;
    }

    .productViewTop {
        overflow: hidden;
        height: 85%;
        width: 85%;
    }

    .addWishlistProduct {
        background-size: 50%;
    }

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

    .productViewImage {
        height: auto;
    }

    .productViewName {
        font-size: 11px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0;
        width: 100%;
    }

    .productViewBottom {
        width: 85%;
    }

    .productSlide .productViewContainer {
        border: 1px solid #f3f3f3;
    }

    .oldPriceContainer {
        float: left;
        width: 100%;
        height: 25px;
    }
}

.productViewContainer {
    position: relative;
    float: left;
    width: calc(29% - 2px);
    height: 100%;
    background: #F8F8F8;
    cursor: pointer;
    margin-right: 2%;
    margin-left: 2%;
    top: 0px;
    margin-bottom: 45px;
    /* border: 1px solid; */
    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 .productViewContainer {
    width: 100%;
    min-height: 217px;
    height: auto !important;
    margin-top: 10px;
    border: none;
}

.productSlide .buyText {
    font-size: 12px;
}

.hoverImg {
    display: block;
    position: absolute;
    width: 88%;
    margin-left: 6%;
    height: calc(100% - 7px);
    top: 0px;
    opacity: 0;
    background: rgb(0 0 0 / 10%);
    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;
}

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

.buyContainer {
    background-color: #124194;
    width: 78%;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 60%;
    left: calc((100% - 78%) / 2);
    border-radius: 0px;
    color: white;
    display: none;
}

.buyContainer:hover {
    background-color: #335fae;
    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;
}

.buyText {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}

.productViewTop {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.productViewTopImg {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: auto;
    background-size: cover;
    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;
    min-height: 70px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

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

.productViewName {
    position: relative;
    float: left;
    color: #151536;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
    line-height: 19px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: flex-start;
    margin: 15px 3% 8px;
}

.productViewPrice {
    display: flex;
    position: relative;
    width: fit-content;
    float: right;
    overflow: hidden;
    color: black;
    font-size: 15px;
    text-align: left;
    align-items: center;
    font-weight: 900;
    font-style: normal;
    margin-top: 17px;
    margin-right: 10px;
    /* display: none; */
}

.badgesContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.badgeFile {
    position: relative;
    top: 5px;
    left: 5px;
    width: 20%;
    /* display: none !important; */
}

.oldPrice {
    width: 100%;
    position: relative;
    color: #141E374D;
    font-size: 14px;
    font-weight: 200;
    text-align: left;
    margin-top: 1px;
    width: auto;
    float: right;
    margin-right: 15px;
}

.oldPrice:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 100%;
    right: 0px;
    border-top: 2px solid;
    border-color: inherit;
    color: #141E374D;
}

.bankPrice {
    position: relative;
    width: inherit;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #ee3223;
    display: flex;
    font-weight: 600;
    float: right;
    margin-right: 9px;
    text-align: end;
}

.bankPriceRow {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0px;
}

.bankPriceImg {
    position: relative;
    height: 17px;
    margin-right: 5px;
    display: block;
    margin-bottom: 2px;
}

.productBasicInfo .bankPriceImg {
    margin-right: 10px;
}

.transferImg {
    height: 19px;
}

.bankPriceText {
    position: relative;
    float: left;
    font-weight: 600;
    display: block;
    line-height: 15px;
}

.transferText {
    margin-left: 8px;
    color: #7b7b7b;
}

.bankPriceText.bank4 {
    margin-top: 3px;
    color: #e5221c;
}

.bankPriceText.bank1 {
    color: black;
}

.bankPriceText.bank12 {
    color: black;
}

.productSlide .figureBackground {
    bottom: 10px;
    right: 7px;
}

.productViewPrice span {
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

@media screen and (max-width: 768px) {
    .badgeFile {
        width: 25%;
    }

    .productViewContainer {
        border: none;
        box-shadow: none;
        width: 90%;
        height: auto;
        overflow: hidden;
        text-align: center;
        border: 0.5px solid;
        margin: 0 5% 45px 5%;
        border: none;
    }

    .pruebaDeHeight {
        height: 387px !important;
    }

    .productViewTop {
        overflow: hidden;
        width: 100%;
    }

    .addWishlistProduct {
        background-size: 60%;
    }

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

    .productViewImage {
        height: auto;
    }

    .productViewName {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 4%;
        max-height: 44px;
        padding: 0;
        padding-top: 0px;
        overflow: hidden;
        margin-top: 19px;
    }

    .productViewPrice {
        font-size: 14px;
        position: relative;
        font-weight: 600;
        height: 20px;
        margin-right: 4%;
    }

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

    .productSlide .productViewContainer {
        border: none;
    }

    .oldPriceContainer {
        float: left;
        width: auto;
        height: auto;
    }

    .bankPrice {
        position: relative;
        width: calc(100% - 4%);
        height: auto;
        overflow: hidden;
        float: right;
        margin-right: 4%;
        text-align: end;
    }

    .productSlide .figureBackground {
        right: 10px;
        bottom: 10px;
    }

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

    .buyText {
        font-size: 9px !important;
    }

    .buyContainer {
        width: 88%;
        left: calc((100% - 88%) / 2);
    }

    .bankPriceRow {
        margin-top: 4px;
    }

    .productViewPrice span {
        font-size: 13px;
    }

    .productViewTopImg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .productViewBottom {
        height: 110px;
    }
}
