.my_overlay{
    background: rgba(30,30,30, 0.9);    
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
}

.my_overlay img{    
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    z-index: 20;
    width: 50px;   
}

body.show_fb{
    position: relative;
    overflow: hidden;
    height: auto;
}

.show_fb .my_overlay{
    opacity: 1;
    visibility:visible;
}

.fancybox-container{

}

body.show_fb .fancybox-container{
    //visibility: hidden;
    opacity: 0;

}

.popup_elements{
    width: 100%;
    max-width: 1006px!important;
    padding: 60px!important;
}

.popup_elements .addseo{
    display: none!important;
}


.list_favorite_none{
    color: red;
    font-size: 18px;
}

.remove_list_favorite{
    text-align: center;
    margin-bottom: 33px;
}

.remove_list_favorite button{
    border: 0;
    background: none;
    outline:none!important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #D71B19;
}

.remove_list_favorite button:hover{
    opacity: .75;
}

.catalog_next{
    text-align: center;
}

.catalog_next a{
    display: inline-block;
    width: 100%;
    max-width: 340px;
    background: #0B6027;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none!important;    
}

.catalog_next a:hover{
    color: #fff;
    opacity: .75;
}