.mobile-sticky__panel {
	background: #233959;
	padding: 12px 20px;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	color: #FFF;
	z-index: 1001;
	width: 100%;
}
@media (max-width: 576px) {
	.mobile-sticky__panel {
		display: flex;
	}
	.msMiniCart_desktop {
		display: none;
	}
}
@media (min-width: 576px) {
	.filter--mobile {
		/* display: none; */
	}
}
.mobile-sticky__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #fff;
}
.mobile-sticky__item .text {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
.ms2_total_count_sticky {
	position: absolute;
    top: -3px;
    right: -7px;
    color: #fff;
    background: #ec1c04;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    line-height: 130%;
    height: 25px;
}
.modal .modal_content {
	background-color: #fff;
	padding: 8px 15px
}
.modal.modal_search .form_input {
    flex: 1 1 0%;
    height: 47px;
    border: 1px solid #DDD;
    background-color: #fff;
    max-width: unset;
    margin-bottom: 0;
}
.modal.modal_search form.search_form {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 15px;
}
.modal.modal_search {
	z-index: 10000;
	background: #fff;
	position: fixed;
	-webkit-animation: modalFade .5s ease-out;
	animation: modalFade .5s ease-out;
	width: 100%;
	padding: 0;
	height: auto;
	max-width: unset;
	transform: none;
    left: unset;
    top: 0;
}
.modal.modal_search.active {
    display: block;
}
.modal form.search_form button {
	height: 47px;
    border-radius: 0 5px 5px 0;
    border: 0;
    padding: 0 20px;
    background: transparent;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    transition: 0.3s all ease-out;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C9.84871 16 11.551 15.3729 12.9056 14.3199L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L14.3199 12.9056C15.3729 11.551 16 9.84871 16 8C16 3.58172 12.4183 0 8 0Z'/%3E%3C/svg%3E");
}
.modal.modal_search .form_input:focus + button {
	background-color: #bf0200;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff' d='M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C9.84871 16 11.551 15.3729 12.9056 14.3199L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L14.3199 12.9056C15.3729 11.551 16 9.84871 16 8C16 3.58172 12.4183 0 8 0Z'/%3E%3C/svg%3E");
}
.modal.modal_search .close_modal {
    font-size: 25px;
    width: 16px;
    height: 16px;
    position: relative;
    top: unset;
    right: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8 6.58579L14.2929 0.292893C14.6834 -0.0976311 15.3166 -0.0976311 15.7071 0.292893C16.0976 0.683417 16.0976 1.31658 15.7071 1.70711L9.41421 8L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L8 9.41421L1.70711 15.7071C1.31658 16.0976 0.683417 16.0976 0.292893 15.7071C-0.0976311 15.3166 -0.0976311 14.6834 0.292893 14.2929L6.58579 8L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' /%3E%3C/svg%3E");
}

