

.protection_banner{
    background-image: url(../images/imgpsh_fullsize.png);
    background-size: 100% 100%;
    width: 160px;
    height: 40px;
    cursor: pointer;
    
    
}

.star{
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 6px);
    background-position-x: -webkit-calc(100% - 6px);
    background-position-x: -moz-calc(100% - 6px);
    background-position-y: center;
}

.star_icon{
    background-image: url(../images/star.png);
}

.credit_icon{
    background-image: url(../images/ic_money.svg);
}

.ow_sidebar{
    display: none
}

.subscription_bottom_description{

}

.gateway_wrapper{
    border: 2px solid #e4dfd2; padding: 6px; float: right;
}

.ow_console_item{
    vertical-align: middle;
}

.meusugar_console_profile_item{
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.console_my_avatar{
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.console_my_avatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.console_my_profile_highlight_item{
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #AA9863;
    background-color: #B09F73;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: white;
    font-weight: bold;
    margin-right: 4px;
    padding-right: 28px;
}


.console_my_profile_highlight_item_dropdown{
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 12px;
    display: block;
    padding: 8px 6px;
}



.my_profile_console_item{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 9px;
}


.my_profile_console_item .ow_ic_up_arrow {
    padding-right: 26px;
    background-position-y: center;
    background-position-x: right;
    background-position-x: -moz-border-calc(100% - 4px);
    background-position-x: -webkit-border-calc(100% - 4px);
    background-position-x: calc(100% - 4px);
    background-position-x: -webkit-calc(100% - 4px);
    background-position-x: -moz-calc(100% - 4px);
}

.my_profile_console_item .console_my_credits{width: auto  !important; height: auto !important; padding-right: 28px !important; border-radius: 4px !important; background-position-x: calc(100% - 6px) !important; display: inline-block !important;}
.my_profile_console_item .console_my_credits span{display: block !important}

.console_avatar_container{
    display: inline-block;
}


.my_profile_console_more{
    background: url(../images/ic_console_arr_down.png) no-repeat scroll right 9px transparent;
    display: inline-block;
    height: 22px;
    min-width: 8px;
    padding: 0 0px 0 3px;
    vertical-align: middle;
    cursor: pointer;
}

.disable_scroll{
    overflow-x: hidden;
    overflow-y: hidden;
}

body .floatbox_canvas.fullscreen_floatbox .floatbox_container{
    width: 100% !important;
    margin-top: 0;
    height: 100%;
    box-shadow: none;
    margin: 0;
    border: 0;
    max-width: 100%;
}

body .fullscreen_floatbox{
    z-index: 300;
}

.fullscreen_floatbox .floatbox_body{
    height: calc(100% - 48px);
    box-sizing: border-box;
}

.fullscreen_floatbox .floatbox_container .ow_bg_color{
    border-radius: 0;
    height: 100%;
}

.fullscreen_floatbox .floatbox_container .ow_bg_color.ow_inprogress{
    height: auto;
}

.fullscreen_floatboxfullscreen_view_on_mobile .floatbox_body{
    padding: 0;
}
    
.fullscreen_floatbox .floatbox_header{
    box-shadow: 0 5px 30px 5px rgba(66,71,76,0.1);
}
    
.fullscreen_floatbox .ow_box_empty{
    padding: 0;
}
    
.fullscreen_floatbox .floatbox_bottom{
    display: none;
}
    

@media screen and (max-width: 380px){
    .my_profile_console_item .console_my_credits,
    .my_profile_console_item .console_my_membership{
        display: none;
    }
}

@media screen and (max-width: 480px){
    .my_profile_console_item .console_my_credits, 
    .my_profile_console_item .console_my_membership{
        width: 24px;
        height: 22px;
        padding-right: 0;
        border-radius: 50%;
        background-position-x: center;
    }
    
    .my_profile_console_item .console_my_credits span,
    .my_profile_console_item .console_my_membership span{
        display: none;
    }
}

@media screen and (max-width: 640px){
    
    body .floatbox_canvas.fullscreen_view_on_mobile .floatbox_container{
        width: 100% !important;
        margin-top: 0;
        height: 100%;
        box-shadow: none;
        margin: 0;
        border: 0;
        max-width: 100%;
    }
    
    .fullscreen_view_on_mobile .floatbox_container .ow_bg_color{
        border-radius: 0;
        height: 100%;
    }
    
    .fullscreen_view_on_mobile .floatbox_body{
        padding: 0;
    }
    
    .fullscreen_view_on_mobile .floatbox_header{
        padding: 0;
        height: 48px;
        box-shadow: 0 5px 30px 5px rgba(66,71,76,0.1);
    }
    
    .fullscreen_view_on_mobile .floatbox_title{
        padding: 14px 12px 0px;
        text-transform: capitalize;
    }
    
    .fullscreen_view_on_mobile .ow_box_empty{
        padding: 0;
    }
    
    .fullscreen_view_on_mobile .floatbox_bottom{
        display: none;
    }
    
    
    .fullscreen_view_on_mobile.half_height_on_mobile.floatbox_canvas{
        height: 80%;
        top: unset;
        bottom: 0;
    }
    
    .fullscreen_view_on_mobile.half_height_on_mobile .floatbox_body{
        max-height: calc(100% - 48px);
        height: calc(100% - 48px) !important;
        
    }
}
