/*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;  }*/
.status-icon.nostock,
.status-icon.instock {
	display: none;
}
.status-container.nostock,
.status-container.instock {
	display: none;
}

.tizers-list__item-image-wrapper .svg svg {
	width: 40px;
	height: auto;
}

.footer .social__items{
	margin-bottom: 4px
}

.social__items .market .social__link:before {
	content: "";
    width: 20px;
    height: 20px;
    display: block !important;
    position: relative;
    background: url(../images/yandex.webp) 0 0 no-repeat;
    background-size: 20px 20px;
}

#markets-section {
	padding: 20px 0 20px;
}	

#markets-section .container {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 25px;
}

#markets-section img {
    width: 80px;
    border-radius: var(--theme-outer-border-radius);
}


