.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
    top: 0px;
    margin-bottom: 0px;
    background-color: white;
    transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    color: #e6e6e6;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 4.1px 14.3px rgb(0 0 0 / 5%);
}

#productViewPrice {
    overflow: hidden;
    color: black;
    font-size: 17px;
    margin-bottom: 6px;
    margin-top: 7px;
    margin-left: 20px;
    text-align: left;

    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
}


.productSlide .productViewContainer {
    width: 95%;
    min-height: 310px;
}

.productViewContainer:hover>.greenHover {
    background-color: #075946;
}

.greenHover {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    height: 2%;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
}

.productViewTop {
    overflow: hidden;
    position: relative;
    height: 300px !important;
    width: 80%;
    margin-left: 10%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    /* border: 1px solid; */
    -o-transition: all .2s ease-out;
}

.productViewBottom {
    height: 48px;
    line-height: 10px;
    overflow: hidden;
    width: 99%;
    display: block;
    text-align: center;
    background-color: #fff;
    margin-top: 0px;
    position: relative;
    /* border: 1px solid; */
    text-decoration: none;
}

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

.productViewName {
    overflow: hidden;
    color: black;
    font-size: 17px;
    margin-bottom: 6px;
    margin-top: 13px;
    margin-left: 20px;
    text-align: left;
    line-height: 21px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
}

.productViewPrice {
    overflow: hidden;
    color: #141D57;
    font-size: 15px;

    margin-left: 20px;
    height: 18px;
    text-align: center;
}

.badgeFile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.oldPrice {
    position: relative;
    color: #1323579e;
    font-size: 15px;
    margin-right: 9px;
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #c41130;
}

.scotiaPrice {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #ee3223;
    line-height: 25px;
    display: none;
    width: auto;
    margin-top: 5px;

    height: 24px;
}

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

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

@media screen and (max-width:768px) {
    .productViewContainer {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        padding-top: 0px;
        text-align: center;
        margin-right: 0%;
        margin-left: 0%;
    }

    .productViewTop {
        overflow: hidden;
        height: 260px !important;
    }

    .productViewImage {
        height: auto;
    }

    .addWishlistProduct {
        background-image: url(../../files/site/greenHeart.png);
    }

    .productViewName {
        font-size: 13px;
        margin-bottom: 4px;
        margin-top: 10px;
        margin-left: 20px;
        text-align: left;
        line-height: 23px;
        letter-spacing: 0px;
    }

    .productViewPrice {
        font-size: 14px;

        margin-left: 0px;
        margin-top: 4px;
    }

    .scotiaPriceImg,
    .scotiaPriceText {
        float: none;
    }

    .scotiaPriceText {
        margin-top: -10px;
    }
}