.filters-panel {
    margin-bottom: 10px;
    margin-top: 14px;
}

.view-modes > a {
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 35px;
    margin-right: 7px;
    text-align: center;
    width: 35px;
}

.view-modes > a:last-child {
    margin-right: 0;
}

.view-modes > a.active, 
.view-modes > a:hover {
    border-color: #373737;
    color: #373737;
}

.view-modes > a > span.fa {
    line-height: 35px;
}

.product-sort {
    text-align: left;
}

.product-sort span.left {
    float: left;
    font-size: 13px;
    margin-right: 9px;
    line-height: 29px;
}

.product-sort .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: none;
    border-color: #373737;
}

.product-sort .sort-select > a,
.product-sort .sort-select.open > a {
    background: #fff;
    box-shadow: none;
    font-size: 12px;
    color: #373737;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    border: 1px solid #373737;
    min-width: 170px;
    padding: 0;
}

.product-sort ul.dropdown-menu > li > a {
    padding: 0;
    line-height: 27px;
    font-size: 13px;
}

.product-sort .sort-select a:hover {
    color: #b99867;
}

.product-sort .sort-select a span.value {
    display: inline-block;
    min-width: 90px;
    text-align: left;
    padding: 0px 13px 0 4px;
    line-height: 35px;
    font-size: 14px;
}

.product-sort .sort-select .arrow_triangle-down {
    color: #373737;
    font-size: 13px;
    margin-left: -8px;
}

.product-list-bottom {
    
}

.nbr_form .nbrItemPage .nb_item {
    border: 1px solid #d8d7d7;
    color: #4f4f4f;
    height: 29px;
    min-width: 55px;
    line-height: 29px;
    padding: 0 10px;
    text-transform: uppercase;
}
.list_info {
    display: none;
}
.rating-block {
    display: none;
}
.filters-panel-bottom {
    text-align: center;
}

.pagination > li > a, 
.pagination > li > span {    
    background: transparent;
    border: none;
    border-radius: 0 !important;
    color: #373737;
    float: left;
    margin: 0 4px;
    padding: 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background: transparent;
    color: #373737;
    border: none;
    text-decoration: underline;
    cursor: default;
    z-index: 2;
}

.pagination {
    margin: 0;
}

#pagination.pagination ul.pagination {
    font-family: "Montserrat"; 
	margin: 0 0 81px;
}

#pagination.pagination {
    margin-top: 115px;
}

#pagination.pagination:before {
    content: "";
    background: #e1e1e1;
    height: 1px;
    width: calc(100% - 370px);
    position: absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 75px;
}

.pagination > li {
    float: left;
    display: inline-block;
    padding: 0 3px;
}

.pagination > li > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    text-decoration: underline;
	background: transparent;
    border-color: transparent;
    color: #373737;
}

#pagination_next {
    padding-left: 50px;
}

#pagination_previous {
    padding-right: 50px;
}

#pagination_next > a,
#pagination_previous > a {
    color: #373737;
}

.pagination .fa.fa-long-arrow-right {
    margin-left: 5px;
}

.pagination .fa.fa-long-arrow-left {
    margin-right: 5px;
}

#pagination_next > a:focus,
#pagination_next > a:hover,
#pagination_previous > span:hover,
#pagination_next > span:hover,
#pagination_previous > span:focus,
#pagination_next > span:focus,
#pagination_previous > a:hover,
#pagination_previous > a:focus{
	background: transparent;
    border-color: transparent;
    color: #373737;
    text-decoration: underline;
}
.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {	
	border: none;
    color: #b5b5b5;
	background: none;
}
#pagination label {
	color: #111111;
    float: left;
    font-size: 0.86em;
    font-weight: 500;
    line-height: 26px;
    margin-right: 10px;
}
#pagination_next b,
#pagination_previous b {
	font-size: 13px;
    font-weight: 400;
}
.products-list-in-row .compare {
	display:none;
}
.products-list-in-row .list_buttons .compare {
	display:block!important;
	float:right;
}

.product-container p.compare input {
    font-size: 0.92em;
    margin: 3px 2px 0 0;
}
.btn .caret {
    margin-left: 15px;
}
.compare label {
    font-size: 0.92em;
    font-weight: normal;
}
.filter_loader {	
	background: rgba(55, 55, 55, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#product_list {
	position:relative;
}
.filter_loader .img-loading {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-20px;
}
.delivery-info {
	display:none;
}
.products-list.products-list-in-row {
    margin: 0;
}

#product_list.products-list.products-list-in-row .ajax_block_product .product-preview {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 27px;
}

#product_list.products-list-in-row .product-preview .preview {
    float: left;
    width: 31.035%;
    overflow: hidden;
    margin-bottom: 0;
}

#product_list.products-list.products-list-in-row .product-preview .product-info,
#product_list.products-list.products-list-in-row .product-preview .wishlist-cart,
#product_list.products-list-in-row .product-preview .preview:after {
    display: none;
}

#product_list.products-list.products-list-in-row .product-info-horizontal {
    display: block;
    float: left;
    text-align: left;
    width: 68.965%;
    padding: 14px 30px;
}

.product-info-horizontal .title {
    font-size: 30px;
    margin-bottom: 12px;
}

.product-info-horizontal .content_price {
    font-size: 20px;
    margin: 5px 0 20px 0;
}

.product-info-horizontal .content_price .old.price {
    font-size: 16px;
}

.product-info-horizontal .list_description {
    font-size: 14px;
    color: #888;
    margin-bottom: 35px;
}

.product-info-horizontal .product-btn-hoz {
    background: #fff;
    color: #b5b5b5;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b5b5b5;
    text-align: center;
    margin-right: 12px;
}

.product-info-horizontal .button_cart {
    font-family: "Montserrat";
    border-color: #b99867;
    min-width: 150px;
    text-transform: uppercase;
    line-height: 40px;
    background: #b99867;
    color: #fff;
}

.product-info-horizontal .product-btn-hoz:hover {
    background: #b99867;
    color: #fff;
    border-color: #b99867;
}

.product-info-horizontal .product-btn-hoz:hover span.icon {
    color: #fff;
}

.product-info-horizontal .wishlist_button,
.product-info-horizontal .quick-view {
    width: 40px;
}

.product-info-horizontal .product-btn-hoz span.icon {
    font-size: 20px;
    line-height: 40px;
    color: #b5b5b5;
}

.product-info-horizontal .product-btn-hoz .fa-check,
.product-info-horizontal .product-btn-hoz .fa-refresh {
    display: none;
}

.product-info-horizontal .product-btn-hoz.checked .fa-refresh,
.product-info-horizontal .product-btn-hoz.checking .fa-check {
    display: none;
}


.product-info-horizontal .product-btn-hoz.checking .fa-refresh,
.product-info-horizontal .product-btn-hoz.checked .fa-check {
    display: inline-block !important;
}


/* Pagination */
.pagination span.left,
.pagination span.right {
    font-size: 13px;
    color: #5f5f5f;
}

.nbr-product {
    padding-left: 0;
}

.nbrItemPage span.left {
    margin-right: 8px;
}

.nbrItemPage span.right {
    margin-left: 5px;
}

span.left-pagi {
    float: left;
    font-size: 13px;
    margin-right: 5px;
    line-height: 29px;
}

