.fixed_block{
	width: 100%;
	min-width: 1200px;
	height: 45px;
	position: fixed;
	top: -45px;
    left: 0;
    right: 0;
    background-color: #a70017;
    float: left;
    box-shadow: inset 0 -2px 2px 0 rgba(0,0,0,0.5);
    -webkit-transition: top 0.5s ease-out 0s;
    -moz-transition: top 0.5s ease-out 0s;
    -o-transition: top 0.5s ease-out 0s;
    transition: top 0.5s ease-out 0s;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
    
}
#fixedmenu .fixed_logo{
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}
#fixedmenu .fixed_logo img{
	display: block;
}
#fixedmenu .fixed_phone{
	float: right;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    margin-top: 14px;
}
#fixedmenu .fixed_phone .prefix{
    color: #e3cace;
}
#fixedmenu .lmenu{
	padding:11px 0;
    display:block;
    float:left;
    position: relative;
}
#fixedmenu .lmenu a{
	padding: 2px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    float: left;
}
#fixedmenu .last {
  border-right: none;
}
#fixedmenu .lmenu a.fixed_fav{
	cursor: pointer;
	color: #e3cace;
	font-weight: normal;
	
}
#fixedmenu .countFavorites{
	color: #FFFFFF;
	font-weight: 600;
}

/* #fixedmenu .lmenu:hover{
    background: #f43c45;
}
#fixedmenu .sel{
    background: #f43c45;
} */
#fixedmenu .submenu .sel{
    background: none;
    
}

#fixedmenu .rlogo{
    display:block;
    float:right;
    padding: 9px 25px 0 0;
    color: #fff;
    border-left: none;
}
#fixedmenu .lmenu .submenu{
	position: absolute;
	visibility: hidden; 
	background-color: #FFF;
    top: 35px;
    
}
#fixedmenu .lmenu .submenu ul{
	padding-left: 0;  
}
#fixedmenu .lmenu .submenu ul li{
	list-style: none;
    float: left;
    width: 100%;
}
#fixedmenu .lmenu .submenu ul li a{
	color: #191919;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0;
    margin-left: 20px;
    padding-right: 0px;
}
#fixedmenu .lmenu.visibility_sub_menu::after{
	content: "";
    background-image: url("/public/images/ico/sub_menu_bottom.png");
    /* background-position: 98% 24px; */
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    float: left;
    margin-top: 8px;
    margin-left: -14px;
}
#fixedmenu .lmenu.visibility_sub_menu:hover::after{
	content: "";
    background-image: url("/public/images/ico/sub_menu_top.png");
    /* background-position: 98% 24px; */
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    float: left;
    margin-top: 8px;
    margin-left: -14px;
}
#fixedmenu .lmenu.visibility_sub_menu:hover .submenu{
	position: absolute;
	visibility: visible; 
}
.lmenu_bottom_border a{
	border-bottom: 1px solid #af2a30;
}
.label-sel{
	float: right;
    background-color: #AF2A30;
    width: 10px;
    height: 10px;
    display: block;
    margin: 11px 10px 0 0;
    padding: 0;
    border-radius: 8px;
    display: none;
}
 #fixedmenu .lmenu .submenu ul li.sel .label-sel, #fixedmenu .lmenu .submenu ul li:hover .label-sel{
	display:block;
}
#fixedmenu .fa-phone{
	margin-top: 4px;
}

@media only screen and (max-width: 1600px) {
/* 	#fixedmenu .countFavorites {
		font-size: 14px;
		margin-top: 8px;
		margin-right: 20px;
	}
	#fixedmenu .lmenu a {
	    padding: 2px 10px;
	}
	#fixedmenu .lmenu.visibility_sub_menu::after {
	   margin-left: -9px;
	}
	#fixedmenu .lmenu.visibility_sub_menu:hover::after{
		margin-left: -9px;
	}
 */
 		
}
@media only screen and (max-width: 1370px) {

	.lmenu .send_order{
	    display: none;
	}
}
@media only screen and (max-width: 1310px) {

	#fixedmenu .lmenu a {
	    font-size: 12px;
	}
}
@media only screen and (max-width: 1260px) {

    #fixedmenu .lmenu a {
        font-size: 11px;
    }
}