body.page_category h1 {
    text-align: center;
}

.columns__left {
    width: 300px;
    margin-right: 65px;
}

.columns__content {
    flex: 1;
    min-width: 0;
}

.products-list {
    margin-bottom: 35px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}

.products .products__card {
    display: flex;
	padding: 22px;
    flex-grow: 1;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.products-list_full-width .products .products__card {
	flex-basis: 25%;
    max-width: 25%;
}

a.mfilter-button-reset {
    color: #38221d;
}

.mfilter-slider-slider, #mfilter-price-slider {
    background: #dddddd !important;
}

.mfilter-slider-slider .ui-slider-handle, #mfilter-price-slider .ui-slider-handle {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: #38221d;
}

.mfilter-slider-slider .ui-slider-range, #mfilter-price-slider .ui-slider-range {
    background: #efdecd;
}

.mfilter-heading-text > i {
    display: none;
}

.mfilter-box .input.form-control {
    height: auto !important;
}

.mfilter-live-filter input[type="text"] {
    height: auto !important;
}

.products-list__control-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.products-list__limits {
	display: flex;
	align-items: center;
}

.products-list__limits > label {
    margin-right: 10px;
}

.products-list__sorting select {
    display: block;
    font-size: 16px;
    padding: 11px 30px 11px 10px;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='chevron-down' viewBox='0 0 33 20'%3E%3Cpath d='M4.237 1.03a2.389 2.389 0 0 0-3.386 0 2.384 2.384 0 0 0 0 3.379l15.297 15.299 15.31-15.299a2.396 2.396 0 0 0 0-3.392 2.402 2.402 0 0 0-3.395 0L16.149 12.93 4.237 1.03z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 15px auto, 100%;
    border: 1px solid #efdecd;
    border-radius: 5px;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    max-width: 100%;
}

.products-list__sorting select::-ms-expand { 
	display: none; 
} 
.products-list__sorting select:hover {
	border-color: #888;
} 
.products-list__sorting select:focus {
	outline: none; 
} 

.products-list__limits select {
    display: block;
    font-size: 16px;
    padding: 11px 30px 11px 10px;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='chevron-down' viewBox='0 0 33 20'%3E%3Cpath d='M4.237 1.03a2.389 2.389 0 0 0-3.386 0 2.384 2.384 0 0 0 0 3.379l15.297 15.299 15.31-15.299a2.396 2.396 0 0 0 0-3.392 2.402 2.402 0 0 0-3.395 0L16.149 12.93 4.237 1.03z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 15px auto, 100%;
    border: 1px solid #efdecd;
    border-radius: 5px;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    max-width: 100%;
}

.products-list__limits select::-ms-expand { 
	display: none; 
} 
.products-list__limits select:hover {
	border-color: #888;
} 
.products-list__limits select:focus {
	outline: none; 
} 

/* Show More */
.show-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
	cursor: pointer;
}

.show-more span {
	padding: 8px 0;
    font-size: 17px;
    text-decoration: underline;
}

/* Text */
.page_category .page-text .h2,
.page_category .page-text .h3,
.page_category .page-text .h4,
.page_category .page-text .h5 {
    text-transform: uppercase;
}

.mfilter-box .box-heading {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.mfilter-heading-text > span {
    font-size: 16px;
    color: #38221d;
}

label.mfilter-tb-as-td {
    font-size: 12px;
    color: #38221d;
    padding-top: 10px;
    padding-left: 5px;
}

.mfilter-content > ul > li.mfilter-filter-item {
    border-bottom: 2px solid #eee;
    padding: 6px 0;
}






.category-list-type {
    margin-bottom: 10px;
}

.title-type {
    font-weight: bold;
    margin-bottom: 17px;
}
.title-type a {
    text-transform: uppercase;
}


.empty-groups {
    display: flex;
	flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}

.empty-groups > div {
    padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}


/*.category-list-type ul {
    padding-left: 15px;
	margin: 15px 0 15px 0;
}
.category-list-type ul li {
    margin: 0 15px 15px 0;
    display: inline-block;
}*/
.category-list-type ul {
    padding-left: 15px;
    margin: 15px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.category-list-type ul li {
    /* margin: 0 15px 15px 0; */
    /* display: inline-block; */
    flex-basis: 25%;
    max-width: 25%;
    padding: 6px;
}

.category-list-type a {
    color: #492E28;
    display: flex;
    align-items: center;
}

.category-list-type a > img {
    margin-right: 5px;
}

.category-list-type ul i {
    margin-right: 4px;
}
.category-list-type a:hover {
	color: #10446c;
}

.category-list-type a:hover > img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*opacity: 0.6;*/
}


.category-list {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}

.category-list ul li {
    position: relative;
    padding: 0;
    flex-basis: 25%;
    max-width: 25%;
    padding: 6px;
}

.category-list ul li a {
    color: #492E28;
    display: flex;
    align-items: center;
}

.category-list ul li a:hover {
    color: #10446c;
}

.category-list ul li a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.category-list ul li a img {
    margin-right: 5px;
}
.category-list h2 {
    font-size: 13px;
    font-weight: bold;
}

.readmore-js-toggle {
    text-align: center;
}

.readmore-js-toggle__btn {
    border-radius: 5px;
    /*background-color: #e7e8f3;*/
    background-color: #efdece;
    text-align: center;
    color: #323232;
    padding: 9px 20px 9px 20px;
    font-weight: 400;
    border: none;
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
}

.readmore-js-toggle__btn:hover {
    opacity: 0.8;
}

.page_liquidation .mfilter-filter-item.mfilter-price.mfilter-price {
    display: none;
}