@media(max-width: 769px) {
	.top-search form input:first-child {
		max-width: 75% !important;
	}
	.top-search form {
		display: flex !important;
		max-width: 80% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-top: 20px !important;
	}
	.content .top-search input {
		display: none !important;
	}
}
@media(max-width: 576px) {
	.smart-filter-container {
		width: 100%;
	}
	.smart-filter-container .body-filter .filter-box .filter-title {
    	font-size: 10px;
	}
	.row .col-auto {
		width: 100% !important;
	}
}
.img-logo img {
    max-width: 100%;
}
.v-center {
    align-items: center;
    align-content: center;
}
.mobile-header a,
.mobile-header div {
    color: #383838;
    font-size: 1.2rem;
}
#mobile-menu {
	cursor: pointer;
}
.hide-menu {
    right: -150%;
}
.show-menu {
    right: 0;
}
#mobile-menu-block {
    display: block;
    position: fixed;
	overflow: auto;
    top: 0;
	bottom: 0;
    padding: 20px 0;
    height: 100%;
    width: 300px;
    background-color: #F7F7F7;
    box-shadow: -10px 0px 20px 0px rgb(0 0 0 / 10%);
	z-index: 9999;
    transition: 0.3s;
}
.mobile-header .fa, .mobile-header .fas {
    font-size: 16px;
}
#mobile-menu-block .li, .single-element {
    position: relative;
    background: #FFF;
    margin: 5px 10px;
    padding: 15px 22px;
    min-height: 72px;
    display: block;
}
#mobile-menu-block .parent {
	padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 19px;
    background: #FFF;
    position: relative;
}
#mobile-menu-block .parent:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 16px;
    background: #f04e4e;
    left: -7px;
    top: 0;
    z-index: 9999;
}
.arrow-sort {
    position: absolute;
    right: 10px;
    top: 28px;
	transition: 0.3s;
}
.transform {
	transform: rotate(90deg);
	color: #f04e4e;
}
.hidden-items {
	display: none;
    background-color: #FFF !important;
    width: 100%;
    margin-top: 20px;
}
.hidden-items a {
    display: block;
    margin: 10px 0;
    color: #585858;
}
.modal-search {
    position: absolute;
    top: 65px;
    left: 10%;
    width: 80%;
    min-height: 100px;
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 8%);
    z-index: 9999;
}
#search-close {
    float: right;
}
.content .top-search {
	display: none !important;
}
.catalog-section.bx-red {
    max-width: 840px !important;
}