.productViewContainer {
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    cursor: pointer;
    margin-right: 1.5%;
    margin-left: 0.5%;
    top: 0px;
    margin-bottom: 10px;
    transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
}

.productSlide .productViewContainer {
    width: 89%;
    height: auto;
    margin-left: 19px;
}

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

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

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition-property: opacity;
    transition-duration: 0.3s;
}

.productViewTop img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

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

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

.buyContainer {
    background-color: #F4DB9A;
    width: 122px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 122px;
    left: calc(50% - 62px);
    border-radius: 40px;
    color: white;
}

.hoverImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 79.7%;
    top: 14px;
    opacity: 0;
    background: rgba(255, 150, 162, 0.45);
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    z-index: 99;
    display: none;
}

.productViewBottom {
    height: 90px;
    overflow: hidden;
    width: 100%;
    display: block;
    text-align: left;
    text-indent: 13px;
    margin: auto;
    margin-top: 10px;
}

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

.productViewName {
    color: #000000;
    font-size: 15px;
    width: 77%;
    float: left;
    height: 58px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-indent: 0;
    letter-spacing: 0.1em;
}

.productCategory {
    color: #666666;
    float: left;
    position: relative;
    width: 100%;
    text-indent: 0;
    font-size: 13px;
}

.productSlide .productCategory {
    display: none;
}

.productSubCategory {
    position: relative;
    float: left;
    margin-top: 6px;
    font-size: 13px;
    width: 100%;
    text-indent: 0;
    color: #666666;
}

.noStockText {
    position: absolute;
    top: 15px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 115px);
    background: rgb(15 31 49 / 58%);
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.productViewPrice {
    overflow: hidden;
    color: #000000;
    font-size: 15px;
    height: 58px;
    position: relative;
    width: 23%;
    float: right;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.badgeFile {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 40%;
}

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

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    color: #c41130;
}

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

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

.bankPriceText {
    position: relative;
    float: left;
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 0px;
        /* float: left; */
    }

    [data-cat-level-two='6'] .productViewContainer,
    [data-cat-level-two='8'] .productViewContainer {
        width: 90% !important;
    }

    .productViewTop {
        overflow: hidden;
        margin-top: 4px;
        margin-right: 4px;
    }

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

    .productViewImage {
        height: auto;
    }

    .productSlide .badgeFile {
        top: 8px;
    }

    .productViewName {
        font-size: 18px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left;
        width: 65%;
        margin-top: 10px;
        text-indent: 0;
        display: flex;
        align-items: center;
        /* height: 60%; */
        line-height: 18px;
    }

    .productCategory {
        font-size: 16px;
    }

    .productViewPrice {
        font-size: 18px;
        font-weight: 100;
        margin-left: 0px;
        margin-top: 10px;
        width: fit-content;
        /* height: 65%; */
        display: flex;
        align-items: center;
        margin-right: 0;
    }

    .productViewBottom {
        height: 105px;
        margin-bottom: 14px;
        margin-top: 0px;
    }

    .oldPrice {
        font-size: 11px;
    }

    .hoverImg {
        opacity: 1;
        background: transparent;
    }

    .buyContainer {
        width: 150px;
        left: calc(50% - 75px);
        line-height: 35px;
        height: 35px;
        top: 240px;
    }

    .buyText {
        font-size: 18px;
    }

    .noStockText {
        top: 5px;
        height: calc(100% - 124px);
    }
}