.private_discount_card{
    display: none;
}
.shop_menu_spb{
    display: none;
}
.pr5{
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.pr10{
    padding-right: 10px;
}
.pl10{
    padding-left: 10px;
}

.icon_round_the_clock{
    display: inline-block;
    background-image: url(/templates/av/img/icons/icon_round_the_clock.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.icon_enoteca{
    display: inline-block;
    background-image: url(/templates/av/img/icons/icon_enoteca.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.icon_cafeteria{
    display: inline-block;
    background-image: url(/templates/av/img/icons/icon_cafeteria.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}
div.city{
    padding: 0px 10px;
    font-size: 13px;
}

.active_year{
    color: #fff;
    background: #4c721e;
}


.header_basket_popup_msg {
    position: fixed;
    top: -70px;
    height: 70px;
    background: #777;
    color: #FFF;
    padding: 7px 0 7px 7px;
    z-index: 1000;
    width: 120px;
}
.header_basket_popup_msg.open_in_header {
    position: absolute;
    top: 0px;
    background: #93C13A;
}
.header_basket_popup_msg.open {
    top: 0px;
    background: #93C13A;
}
.header_basket_popup_msg:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 54px;
    vertical-align: middle;
}
.header_basket_popup_msg .fs12 {
    width: 85px;
}

.product_card_header_functions_item #item_cart__dropdown{
    width: 300px;
}
.icon_watch_later_big{
    width: 90px;
    height: 60px;
    background-position: 0px -490px;
}

table {
    background: #fff;
    margin-bottom: 1.25em;
    border: 0px;
}

table.none_border tbody{
    box-shadow: 1px 1px 10px black;
}

.display_none{
    display: none!important;
}
.deferred_add_to_cart_btn{
    font-size: 0;
    padding: 0 13px;
}
.shops_search_header_city_filters a.active{
    background-color: #dcdcdc;
}
.simple_green_btn .link_dotted:hover{
    color:#ffffff;;
}

#discount_card_pop_up{
    width: 700px;
    min-height: 200px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -350px;
    background-color: #ffffff;
    padding: 20px 10px;
    box-shadow: 0 0 50px #888;
    display: none;
    z-index: 1200;
}
.card_pop_up{
    width: 155px;
    padding: 5px;
}
.all_discount_card{
    margin: 10px 0px 20px 25px;
}
#selection_discount_card{
    float: right;
    margin-right:20px;
}
.all_discount_card .selected{
    background-color: green;
}
img.card_small{
    float: right;
    width: 56px;
}

.edit_card{
    padding-top: -5px;
}
.type_card{
    height: 30px;
}
.select_card {
    text-decoration: underline;
}

a.simple_green_btn span{
    border-bottom: none;
    color: #ffffff;
}

.simple_green_btn .icon_enoteca{
    display: inline-block;
    background-image: url(/templates/av/img/icons/white/icon_enoteca.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.simple_green_btn .icon_cafeteria{
    display: inline-block;
    background-image: url(/templates/av/img/icons/white/icon_cafeteria.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.simple_green_btn .icon_round_the_clock{
    display: inline-block;
    background-image: url(/templates/av/img/icons/white/icon_round_the_clock.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}
/*
.shops_search_header_city_filters a span.link_dotted:hover{
    border-color: #cccccc;
}*/


.header_order{
    border: 1px solid #dfdfdf;;
    padding-bottom:5px;
    padding-top:5px;
}
.content_order{
    border-bottom:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    padding-bottom:5px ;
    padding-top:5px;
}
div.content_order div + div {
    border-left:1px solid #dfdfdf;
}
div.header_order div + div {
     border-left:1px solid #dfdfdf;
 }
.error_coordinates{
    padding: 40px 10px;
    font-size: 22px;
    line-height: 1.1em;
    font-family: 'GalsLight';
    text-align: center;
}

.error_address_pop_up{
    font-family: 'GalsLight';
    color: red;
    font-size: 20px;
    line-height: 1.1em;
    padding-bottom: 15px;
}

.error_coordinates_edit{
    color: #000000;
    font-size: 20px;

}
.error_coordinates_edit_link{
    font-weight: bold;
}

a.border_hover:hover{
    border-bottom: 1px solid #333333!important;
}

#true_address{
    color: green;
}
#window_agreement{
    width: 500px;
}

.my_addresses_item_address.error_coordinates a{
    color: red;
    border-bottom: none;
}
ul.left_menu li a{
    font-size: 14px;
    border-bottom: none;
}
ul.left_menu li {
    line-height: 16px;
    margin-bottom: 10px;
}
ul.left_menu{
    padding-left: 20px;
    list-style: none;
    padding-right: 10px;
}
.padding-top-25{
    padding-top: 25px;
}
.margin-top-25{
    margin-top:25px;
}

#time_slot_cancel{
    margin-right: 20px;
}
#time_slot_ok{
    margin-right: 20px;
}
.my_addresses_item_address{
    margin-bottom: 10px;
}

.lt-offline .lt-logo, .lt-lead .lt-logo{
    background: url(/images/logo_small_av.png) -3px 0 no-repeat!important;
}

.lt-invite .lt-logo{
    background: url(/images/logo_small_av.png) -3px 0 no-repeat!important;
}

.no_available_to_order_level_one{
    position: relative;
    height: 100%;
}

.no_available_to_order_level_two{
    padding-top: 20px;
    position: absolute;
    top: 50%;
    margin-top: -58px;"
}

.header_link_block_category{
    color:#608f2a;
}
.header_link_block_category:hover{
    color:#608f2a;
    border:none!important;
}

.online_description{
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
    background-color: #fff;
    padding: 5px;
    height: 165px;
}

.online_description p{
    font-size: 12px;
}

.small_quantity{
    height: 30px;
    background-color: #DA1F3E;
    color: white;
    padding: 8px 0px 0px 80px;
    font-size: 15px;
    position: relative;
}

.small_quantity:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 9px;
    border-color: transparent transparent #da1f3e transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -18px;
    left: 120px;
    z-index: 99;
}


.not-border{
    border: none;
}

.email{font-size:12px; background:url(/templates/av/img/icons/email-ico.jpg) no-repeat 0 50%; margin:10px 0px; padding:0 0 0 20px;}

#choice_address_delivery.guest{
    width: 720px;
    margin-left:-360px;
}
#choice_address_delivery.user{
    width: 676px;
    margin-left:-338px;
}

.tab_order_design{
    height: 48px;
    padding: 12px 45px;
    background-color: #eeeeee;
}

.tab_order_design.open{
    background-color: #4C721E;
    color: #ffffff;
}

.icon_success_order_design{
    display: none;
    height: 15px;
    width: 13px;
    background-position: -147px -243px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: -26px;
}
.open .icon_success_order_design{
    display: block;
}

.div_or{
    padding-top: 75px;
}

.cart_empty_block .shedule_wnd>.large-4{
    min-height: 100px;
}

.padding-left-10.time_slots_all{
    height: 120px;
}

#flocktory_exchange{
    width: 400px;
    height: 160px;
    position: absolute;
    top: -56px;
}
#flocktory_exchange a{
    border:none;
}

#flocktory_exchange a:hover{
    border:none;
}

.codeCountryForGust{
    color: rgba(0, 0, 0, 0.74902);
    font-family: Arial,sans-serif;
    position: absolute;
    top: 8px;
    left: 22px;
}

input[name="phone_for_guest"]{
    padding-left: 26px;
}

.banner-div {
    height: 160px;
}

.right_rows_in_cart{
    padding: 10px 20px;
}
.online_description_for_guest{
    margin: 10px 20px;
    height: 175px;
}

.item_accent_block.price {
    background: #DA1F3E;
}
.item_accent_block.not_price {
    background: #41611a;
}
.item_accent_block.suite {
    background: #93D04C;
}

.other_job{
    text-align:center;
    border:1px solid #96c23b;
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
    font-size: 15px;
}
.main_menu menu .dropdown-menu a.back_category:hover{
    color:#4a731e;
    text-decoration: underline;
}