﻿
.product-grid {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: all 0.7s ease 0s;
    margin-bottom: 20px;
    cursor: pointer;
}

    /*    .product-grid:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.15),10px 10px rgba(0,0,0,0.05);
    }*/

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
        border-radius: 5px 5px 0 0;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: 195px;
        }

        .product-grid .product-image .pic-1 {
            transition: all 200ms ease 0s;
        }

        .product-grid .product-image:hover .pic-1 {
            /*opacity: 0;*/
        }

        .product-grid .product-image .pic-2 {
            width: 100%;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            transition: transform 3s;
        }

        .product-grid .product-image:hover .pic-2 {
            opacity: 1;
            transform: scale(1.5);
        }

    .product-grid .product-hot-label {
        color: #fff;
        background: #222;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 7px 12px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*.product-grid .product-links {*/
    /*background: #f1f1f1;*/
    /*width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;*/
    /* transform: scaleX(2); */
    /*position: absolute;
        bottom: -15px;
        left: 0;
        transition: all 0.5s ease-in-out 0s;
    }*/
    /*
    .product-grid:hover .product-links {
        opacity: 1;
        transform: scaleX(1);
        bottom: 0;
    }

    .product-grid .product-links li {
        margin: 0 -2px;
        display: inline-block;
        width: 100%;
    }

        .product-grid .product-links li > div {
            color: white;
            font-size: 16px;
            width: 100%;
            height: 195px;
            display: block;
            position: relative;
            transition: all .2s ease-out;
            background: #042c3cb0;
        }

            .product-grid .product-links li > div p {
                width: 100%;
                float: left;
            }*/

    /*    .product-grid .product-links li a:hover {
                color: #fff;
                background-color: #000000a1;
            }*/

    .product-grid .product-links li a:before,
    .product-grid .product-links li a:after {
        content: attr(data-tip);
        color: #fff;
        background-color: #222;
        font-size: 12px;
        line-height: 18px;
        padding: 5px 10px;
        white-space: nowrap;
        display: none;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -40px;
        transition: all 0.3s;
    }

    .product-grid .product-links li a:after {
        content: '';
        height: 15px;
        width: 15px;
        transform: translateX(-50%) rotate(45deg);
        top: -25px;
        z-index: -1;
    }

    .product-grid .product-links li a:hover:before,
    .product-grid .product-links li a:hover:after {
        display: block;
    }

    .product-grid .product-content {
        background: #fff;
        padding: 10px;
        position: relative;
        height: 90px;
        background-color: #FFF;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
        border-radius: 5px;
    }

    .product-grid .add-to-cart {
        color: #00b7c9;
        font-size: 15px;
        font-weight: 600;
        transform: translateX(-50%);
        opacity: 0;
        transition: all 1s ease 0s;
    }

    .product-grid:hover .add-to-cart {
        opacity: 1;
    }

    .product-grid .add-to-cart i.fas {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .product-grid .title {
        position: absolute;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all 0.3s ease 0s;
        text-align: left;
    }

        .product-grid .title a {
            font-size: 17px;
            font-weight: bold;
            color: #0f6382;
            text-transform: capitalize;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .product-grid .title p {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            padding-right: 10px;
        }
    /*    .product-grid:hover .title {
        opacity: 0;
    }*/
    .product-grid .rating {
        color: #1c1a19;
        font-size: 12px;
        padding: 0;
        margin: 0 0 11px;
        list-style: none;
    }

    .product-grid .price {
        color: #042c3c;
        font-size: 16px;
        font-weight: 700;
    }

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}


.ratings i {
    font-size: 16px;
    color: red
}

.strike-text {
    color: red;
    text-decoration: line-through
}

.product-image {
    width: 100%
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1 {
    color: #938787;
    font-size: 15px
}

h5 {
    font-weight: 400
}

.para {
    font-size: 16px
}
