﻿.productlist {
    margin-bottom:50px;
}
.product-list {
    height: auto;
}
.search-element {
    margin-top:20px;
    margin-bottom:20px;
}
.search-element input {
    border-radius: 0px;
}
    .search-element .searchbtn {
        border-radius: 0px;
        background-color: rgb(255 215 64);
    }
.product-list-in .col-md-3 {
    margin-bottom: 20px;
}
    .product-list-in .col-md-3 p {
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-list-in .col-md-3 a:hover {
        text-decoration: underline;
        color: rgb(255 215 64);
    }
.product-list-in .col-md-3 a {
    font-weight: 600;
    font-size: 17px;
}
.product-list-in-img {
    overflow: hidden;
}
.product-list-in-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
}
    .product-list-in-img :hover img {
        transform: scale(1.15);
    }
.w-pages {
    font-size:14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .productlist .container {
        max-width: 100%
    }

    .pt-30px {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .col-xs-6 {
        width: 50%;
    }
}
