/* filter */
#form-sort {
    font-size: 12px;
}
#form-sort select {
    padding:5px;
}

.filters {
    padding: 0;
    margin: 20px 0;
}
#formFilter h3 {
    margin:5px 0 0 0;
    font-size: 20px;
}
.filters .form-group {
    position: relative;
    margin-bottom: 10px;
}
.filters  .col-form-label {
    font-weight: bold;
    padding:0 10px 5px 5px;
    font-size: 18px;
    margin-bottom:3px;
}
.filters .filter-toggle {
    z-index: 4;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.filters .filter-toggle i {
    font-size: 20px;
    color: #000;
}
.filters .form-check {
    line-height: 26px;
    margin-left: 26px;
}
.filters .form-check-label {
    font-size: 14px;
}
.filters  div  div {
    margin-left: 10px;
}
.filters .form-group > div {
    max-height: 250px;
    overflow: auto;
}
.items {
    margin: 0;
    position: relative;
}


.product {
	box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.30);
    z-index: 1;
    position: relative;
    border:1px solid #eaeaea;
}
.product .product-photo {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 320px;
}
.product .product-description {
    padding:0 20px;
    margin: 10px 0;
    height: 55px;
    font-size: 12px;
    overflow: hidden;
}
.product .product-description img {
    width: auto!important;
    display: inline-block;
}
.product .product-photo img {
    height: 100%;
    background-size: cover;
}

.product .product-title {
    font-weight: 900;
    font-size: 18px;
    padding:20px;
    padding-bottom: 10px;
    height: 65px;
    overflow: hidden;
}
.product .product-title a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.product .product-attrs{
    color: #000000;
    margin: 0;
    height: 60px;
    padding:0 20px;
}
.product .product-attrs strong {
    text-transform: capitalize;
}
.product-prices {
    padding:20px;
    height: 80px;
}
.product-prices .old {
    color:#999999;
    font-size: 16px;
    display: block;
    text-decoration: line-through;
}
.product-prices .current {
    color:#000;
    font-size: 22px;
    font-weight: 900;
}
.product-prices sup {
    font-weight: normal;
}


.pagination .active span{
    background-color: #000;
    border-color:#000;
    color:white;
}
.pagination .page-link {
    color:#000;
}




/* 
@media (max-width: 768px) {
    .item {
        padding: 0!important;
    }
    .items .product {
        padding:0!important;
    }
    .items .product .product-photo img {
        width: 100%;
    }
    .product {
        padding:0!important;;
    }
} */
