div[id^="wait_"]
{
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif; font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}




.sale_order_full_table input[type="submit"]{
	width: 196px;
    height: 50px;
    background-color: #feee00;
    border-radius: 4px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010000;
    border: none;
    transition: all 0.3s;
}



.sale-order-history-link{
	padding: 0;
	margin-right: 34px;
	color: #000;
}
.sale-order-history-link.active{
    color: #000;
    padding-bottom: 5px;
    border-bottom: 2px solid #5e35b1;
    transition: all 0.3s;
    display: inline-block;
}

.footer__nav li {
    margin-bottom: 5px;
}












.btn-main_compare.active,
.btn-compare.active{
	color: #5e35b1;
}




.js-compare_small{
	top: -5px;
}
.js-compare_small:empty{
	display: none;
}



.fv-title-section{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.fv-title-section a{
	font-size: 15px;
    color: #97ba00;
}



.fv-btn-main{
	padding: 0 31px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010000;
    font-family: "Roboto";
    border: none;
    background-color: #feee00;
    transition: all 0.3s;
}










.categories_page img {
	max-height: 145px;
}

.mf-ok-text {
	color: green;
	padding-bottom: 20px;
}
.error_text{
	color: red;
	padding-bottom: 20px;
}

.catalog-menu__list {
	overflow: auto;
	max-height: calc(100vh - 213px);
}
.catalog-menu__list::-webkit-scrollbar {
    -webkit-appearance: none;
}
.catalog-menu__list::-webkit-scrollbar:vertical {
    width: 6px;
}
.catalog-menu__list::-webkit-scrollbar:horizontal {
    height: 6px;
}
.catalog-menu__list::-webkit-scrollbar-thumb {
    background-color: #5e35b1;
    border-radius: 10px;
}
.catalog-menu__list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
}
.catalog-menu__list > li > a{
	height: auto;
	min-height: 48px;
}

.form-personal .button-form{
	display: flex;
    justify-content: center;
}

.form-personal .button-form .btn-main{
	margin: 20px;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #5e35b1;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #5e35b1;
}

.item-catalog__oldprice{
	text-decoration: line-through;
}