﻿/* start product card */

.product-tumb {
    overflow: hidden
}

    .product-tumb img {
        transition: all 0.7s ease-in-out;
    }

        .product-tumb img:hover {
            transform: scale(1.2);
        }

.product-card {
    width: 170px;
    position: relative;
    /*    box-shadow: 0 2px 7px #dfdfdf;
*/ /*    margin: 10px !important;
*/
    background: #fafafa;
    border: 1px solid #e6e6e6
}

.product-card img{
    height:130px;
    width:200px
}

/*@media (max-width: 991px) {
    .product-card {
        margin: 50px 10px auto;
        width:160px !important
    }

}*/

@media (max-width: 767px) {
    .product-card:last-child {
        display: block !important
    }

    .new_product_section .carousel-indicators {
        display: none !important
    }
}



.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #b88128;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b88128;
    max-height: 152px;
}

    .product-tumb img {
        max-width: 100%;
        max-height: 100%;
    }

.product-details {
    padding: 15px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px
}

    .product-details h4 a:hover {
        color: #b88128
    }

.product-details p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
}

    .product-bottom-details div {
        float: left;
        width: 100%;
        padding-top: 4px;
    }

.product-price {
    font-size: 16px;
    color: #b88128;
    font-weight: 600;
}

    .product-price small {
        font-size: 80%;
        font-weight: 400;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 5px;
    }

.product-links {
    text-align: right;
}

    .product-links a {
        display: inline-block;
        margin-left: 5px;
        color: #e1e1e1;
        transition: 0.3s;
        font-size: 17px;
    }

        .product-links a:hover {
            color: #b88128;
        }

/* end product card */
