/* filter */
.category {
    background-color: #EFEEEB;
}
#form-sort {
    font-size: 12px;
}
#form-sort select {
    padding:5px;
}

.filters {
    padding: 10px;
    margin: 0;
    background: #fff;
}
.filters fieldset {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.filters fieldset:last-child {
    border: 0!important;
}

#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: 14px;
    color: #000;
}
.filters .form-check {
    line-height: 26px;
    margin-left: 5px;
}
.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 {
    background: #fff;
    z-index: 1;
    position: relative;
    border:1px solid #eaeaea;
    box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.30);
}
.product .product-photo {
    display: block;
    text-align: center;
    overflow: hidden;
}
.product .product-photo img {
    width: 100%;
    background-size: cover;
}
.product .product-description {
    padding:0 15px;
    margin: 10px 0;
    height: 55px;
    font-size: 12px;
    overflow: hidden;
}
.product .product-description img {
    width: auto!important;
    display: inline-block;
}

.product .product-title {
    font-size: 18px;
    padding:10px 15px;
    overflow: hidden;
    height: 80px;
}
.product .product-title a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.product-alternate-view .product-title {
    height: 60px;
}
.product-alternate-view .product-title a {
    text-transform: lowercase;
}
.product-alternate-view .product-title a span {
    text-transform: lowercase;
    font-size: 14px;
    padding-left: 15px;
    font-weight: normal;
}
.product-alternate-view .product-title::first-letter {
    text-transform: capitalize!important;
}
.product .product-attrs{
    color: #000000;
    margin: 0;
    padding:10px;
}
.product .product-attrs strong {
    text-transform: capitalize;
}
.product-prices {
    padding:10px 15px;
    height: 60px;
}
.product-prices .old {
    font-size: 16px;
    display: block;
    text-decoration: line-through;
}
.product-prices .current {
    color:#717171;
    font-size: 22px;
}
.product-prices sup {
    font-weight: normal;
}


.pagination {
    width: 300px;
    margin:30px auto;
}
.pagination .active span{
    background-color: #000;
    border-color:#000;
    color:white;
}
.pagination .page-link {
    color:#000;
    background: none;
    border:0;
}

@media (max-width: 768px) {

} 
@media (min-width: 980px) {
    .product .product-photo {
        height: 230px;
    }
}
