/* a.compare_item { display: none !important;  }*/
.banner.CROP.TOP_HEADER img {
    display: none;
}
.relative {
    position: relative;
}
.detail-news1 .ordered-block.goods .owl-carousel.owl-theme.owl-bg-nav .owl-stage-outer {
	position: relative;
    overflow: hidden;
}

/*СДЭК в ЛК*/
.sale-order-track-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #00a952;
    border-radius: 5px !important;
    color: #00a952;
    font-weight: 900;
    font-size: 13px;
    padding: 7px 15px;
    text-decoration: none;
    line-height: 1;
    vertical-align: top;
	height: 50px;
    margin-top: 5px;
	transition: 
        background-color 0.3s ease,
        color 0.3s ease;
    line-height: 1;
}
.sale-order-track-link:hover {
    background-color: rgba(0, 169, 82, 0.12);
    color: #00a952;
}

.sale-order-track-link img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px;
    height: 20px;
    line-height: 1;
}
.flex-list {
	display: flex;
    justify-content: space-between;
}
/*СДЭК в ЛК*/

body .top_slider_wrapp .main-slider__wrapper .text .banner_title .head-title {
    display: none;
}
.banner-text-delivery {
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 7px 0px 7px 0;
}
#bx-soa-delivery .bx-soa-extraprops .ADDRESS {
    display: none;
}
/*Вотс в каталоге*/
.wa-button {
	background-color: #32d951;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
	color: #ffffff;
    font-weight: 600;
}
.wa-button img {
    margin: 0px 0px 4px -15px;
}
.whatsapp-button {
	display: none;
}
@media screen and (max-width: 1200px) {
.whatsapp-button {
	background-image: url("/whatsapp.png");
    background-size: 100%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
	display: block;
    position: fixed;
    right: -20px;
    bottom: -20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 70px; /*ширина кнопки*/
    height: 70px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.2);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(0.7);
        opacity: 0;
    }
}
}
/*Вотс в каталоге*/
@media screen and (max-width: 800px) {
	.flex-list {
		display: flex;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
}