.smartfilter .disabled-item{
	display: none;
}


.smartfilter .disabled-group{
	display: none;
}


.notavaible-btn {
    border-radius: 4px;
    border-color: #bf161d;
    color: #fff;
    border: 2px solid transparent;
    font-size: 14px !important;
    padding: 2px 12px 2px;
    text-shadow: none;
    display: inline-block;
    line-height: 23px;
    text-decoration: none !important;
    background: #ccc;
}

body .newton_callback_phone {
	bottom: 10px !important;
    right: 10px !important;
}


.cities-block-popup .delivery-info-cities {
    text-align: center;
    font-size: 24px;
}


.cities-block-popup .delivery-info-cities a{
	text-decoration: none;
	color: #bb1b20;
}

ul.products.list li.product .add-links .yith-wcwl-add-to-wishlist>div{
	left: 0 !important;
}
.block_soc{
    border-radius: 6px;
    background: #E9F1FF;
    padding: 13px;
    display: flex;
    gap: 26px;
    align-items: center;
    margin-top: 28px;
}
.block_soc img{
    width: 40px;
    height: 40px;
}
.block_soc p{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.block_soc .soc_button{
    display: flex;
    gap: 12px;
}
.block_soc .soc_button a{
    height: 32px;
}

@media only screen and (max-width: 480px) {
 .cities-block-popup .delivery-info-cities {
   
    font-size: 18px;
	}
}