#tovar_cart .quick_view_popup .price_block .green_button:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:-30px;
	bottom:0;
	width:30px;
	background-position:center;
	animation:glare 10s infinite;
	-webkit-animation:glare 10s infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	background-image:-webkit-linear-gradient(80deg,rgba(255,255,255,.0) 10%,rgba(255,255,255,.42) 50%,rgba(255,0,0,0) 90%);
	background-image:-o-linear-gradient(80deg,rgba(255,255,255,.0) 10%,rgba(255,255,255,.42) 50%,rgba(255,0,0,0) 90%);
	background-image:linear-gradient(80deg,rgba(255,255,255,.0) 10%,rgba(255,255,255,.42) 50%,rgba(255,0,0,0) 90%);
	animation-duration:5s;top:-2px;bottom:-2px
}
@keyframes glare {
    0% {
        left: 0%;
    }
    10% {
        left: 100%;
    }
    30% {
        right: -30px;
    }
    100% {
        right: -30px;
    }
}
@-webkit-keyframes glare {
    0% {
        left: 0%;
    }
    10% {
        left: 100%;
    }
    30% {
        right: -30px;
    }
    100% {
        right: -30px;
    }
}
@-moz-keyframes glare {
    0% {
        left: 0%;
    }
    10% {
        left: 100%;
    }
    30% {
        right: -30px;
    }
    100% {
        right: -30px;
    }
}
@-o-keyframes glare {
    0% {
        left: 0%;
    }
    10% {
        left: 100%;
    }
    30% {
        right: -30px;
    }
    100% {
        right: -30px;
    }
}
#categories_block .item .count {
    font-size: 13px;
}

@media (max-width: 760px) {
    #tovar_cart .quick_view_popup .big_slider .big_foto { 
        height:336px!important; 
        line-height:369px!important; 
        padding:0; 
        padding-top:35px; 
        margin:0 0; 
        width: auto; 
        overflow:hidden;
        border-bottom:1px solid #d5d5d5;
    }
    #tovar_cart .quick_view_popup .little_slider .overflow { 
        width:100%; 
        overflow-y:auto; 
        height: auto; 
        position:relative; 
        max-height: 213px; 
    }
    #tovar_cart .quick_view_popup .little_slider .overflow::-webkit-scrollbar { 
        width: 7px; 
    }
    #tovar_cart .quick_view_popup .little_slider .overflow::-webkit-scrollbar-thumb { 
        background-color: #7bb419; 
    }
    /* fix 24.06.24 искажает фото на моб. устройствах */
    /* #tovar_cart .quick_view_popup .big_slider .big_foto img {
        height: 300px;
    } */
    #tovar_cart .akseeeuars_block .list_block .item:after {
        content:none;
    }
    #header .city {
        left:0;
        margin-left:0;
        font-size:18px;
        display:flex;
        justify-content:center;
        width:100%;
        margin-top:30px;
    }
    #header .city .city_name {
        left: 0;
        position: relative;
        width: auto;
        padding-left:5px;
    }
    .popup_block#city_choice { 
        width: 100%;
        margin-left: -50%; 
    }
    .popup_block#city_choice .form {
        display: none;
    }
    .popup_block#city_choice .choice {
        display: none;
    }
    .popup_block#city_choice .close {
        right: 30px;
    }
    #category_menu.hover:after {
        content: none;
    }
}
@media (max-width: 575px) {
    .morecityes {
        margin-left: 60%;
    }
}