/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.pay_system_icons {
	display: none;
}

.subscribe-form_footer {
	display: none;
}


.footer-custom-links {
    display: flex;
    justify-content: space-between;

}

@media (max-width: 768px) {
	.footer-custom-links {
		flex-direction: column;
	}
}

.footer-custom-links a {
	transition: all 0.3s ease;
}


.footer-custom-links a:not(:last-child) {
	margin-bottom: 10px;
}

.stores_tab {
	display: none !important;
}

#bx-soa-delivery, #bx-soa-paysystem {
	display: none !important;
}

.news_wrap {
	display: none;
}

