.productViewContainer {
    position: relative;
    float: left;
    width: 22%;
    height: auto;
    cursor: pointer;
    margin-right: 0.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: 100%;
    height: auto;
}

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

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

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

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

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

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: calc(100% - 15px);
    margin-top: 15px;
    margin-left: 10px;
    background-size: contain;
    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;
    background-color: white;
    box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.05);
}

.productViewBottom {
    height: 90px;
    overflow: hidden;
    width: calc(100% - 15px);
    display: block;
    text-align: left;
    text-indent: 13px;
    background-color: #F8F8F8;
    margin-left: 10px;
    box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.05);
}

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

.productViewName {
    color: #58595B;
    font-size: 13px;
    font-weight: 500;
    width: calc(100% - 30px);
    float: left;
    margin-top: 1px;
    min-height: 44px;
    line-height: 15px;
    text-align: left;
    text-transform: capitalize;
    margin-left: 25px;
    text-indent: 0;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.productViewPrice {
    overflow: hidden;
    color: #58595B;
    font-size: 13px;
    height: 25px;
    position: relative;
    font-weight: 900;
    width: 100%;
    float: left;
    margin-top: 6px;
    line-height: 29px;
    text-align: left;
    text-indent: 25px;
}

.badgeFile {
    position: absolute;
    top: 0px;
    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: 49%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 24px;
        float: left;
    }

    .productViewTop {
        overflow: hidden;
        /* height: 139px !important; */
        margin-top: 4px;
        margin-right: 4px;
        padding-right: 5px;
    }

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

    .productViewImage {
        height: auto;
    }

    .productSlide .badgeFile {
        top: 8px;
    }

    .productViewName {
        font-size: 12px;
        margin-bottom: 0px;
        margin-left: 8px;
    }

    .productViewPrice {
        font-size: 12px;
        font-weight: 600;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        text-indent: 8px;
    }

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

    .oldPrice {
        font-size: 11px;
    }

}
