﻿#products-tab .image img {
    /*min-height: 215px;
    max-height: 230px;*/
    height: 215px;
}
.product-grid-holder .product-item-holder {
    background-color: #fff;
    height: 400px;
}
.product-item .prices {
    display: block;
    clear: both;
    width: fit-content;
    margin: auto !important;
}
.product-grid-holder .product-item-holder .body {
    min-height: 95px;
}

.owl-carousel .owl-item img {
    display: block;
    width: inherit;
    -webkit-transform-style: preserve-3d;
    height: 194px;
    margin: auto;
}

    .product-grid-holder .product-item-holder.size-small .prices {
        margin: auto;
    }

    .product-grid-holder .product-item-holder.size-small {
        height: 325px;
    }

.search-area .control-group select {
    border: none;
    border-left: 1px solid #ccc;
}
.search-button {
    border: none;
}
.thumb img {
    height: 100%;
}
header .top-cart-row .top-cart-holder .basket-item .thumb {
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 75px;
    height: 75px;
}


header .top-search-holder .search-area .search-field {
    border-radius: 5px 0 0 5px;
    border: none;
    width: 50%;
}


.top-bar {
    background-color: #7aa93c;
    border-bottom: 0px solid #e0e0e0;
    padding: 10px 0 9px;
    color: white !important;
}
    .top-bar ul > li a {
        color: #ffffff;
    }
    .top-bar  ul > li.dropdown .dropdown-menu li a {
        color: black !important;
    }
    .top-bar ul > li a:hover {
        color: black !important;
    } 

header {
    padding: 15px 0 0px 0;
    border-bottom: 3px solid #7aa93c;
}

    header .top-search-holder .search-area .search-field {
        border-radius: 5px 0 0 5px;
        border: none;
        width: 50%;
        background: none;
    }

    header .top-search-holder .search-area {
        border: 2px solid #7aa93c;
        border-radius: 40px;
        margin: 8px 0 0 0;
    }

.p-0{
    padding:0px !important;
}
.le-button:hover {
    background-color: #23262a;
}