.underline:hover:after{
    width:0;
}
.underline.inverted_underline:hover:after {
	width:100%;
}
.artists_container .artists_list .artist_link:hover .artist_image{
    opacity:1;
}
.artists_container .artists_list .artist_link:hover{
    color:#AEAEAF;
}
.catalog_login_container .catalog_login_container_form form button[type="submit"]:hover,
 .btn:hover,
.artists_dropdown_menu .artists_dropdown_menu_body .artists_dropdown_menu_item a:hover{
    background-color:#625D51;
    color:black;
}
.buy_work_btn_container .btn:hover{
        background-color:#AEAEAF;
    color:white;
}
/*.artists_dropdown_menu:hover .artists_dropdown_menu_body{
    opacity:1;
     pointer-events: auto;
    
}*/
.swiper-thumbs.swiper .swiper-wrapper .swiper-slide:hover{
    opacity:1;
}
.underline_label:hover .body_style:after{
    width:0;
}