/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

ul.menu li .child ul{
	margin-bottom: 0px;
}
ul.menu .child li.menu_title{
	margin: 0px;
}
ul.menu .child li.menu_title a{
	font-size: 13px;
	padding: 1px 5px;
	display: inline-block;
	line-height: 1.1;
}
ul.menu .child li.menu_item a{
	padding: 1px 5px;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.1;
}

ul.menu li{
	line-height: 1.1;
	margin-left: 10px;
}
#header .menu > li .child_wrapp .menu_title a.current:not(.title):hover{
	color: #fff;
}
ul.menu li .child ul{
	width: 100%;
}
#header .menu > li .child_wrapp .menu_item a.current:not(.title):hover{
	color: #fff;
}
ul.menu .child li.menu_item a:hover{
	color: #fff;
	background: #8e0000;
}
ul.menu .child li.menu_title a{
	padding: 1px 5px;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.1;
	
}
ul.menu .child li.menu_title a:hover{
	color: #fff;
	background: #8e0000;
}
ul.menu .child li.menu_item a:active{
	color: #fff;
	background: #8e0000;
}
.top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider {
    height: 180px;
}
.flex-viewport li td.text.center{
	position: relative;
}
.flex-viewport li td.text.center > a{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.top_slider_wrapp .flex-direction-nav li{
  top: 129px;
}
.menu_title.second a{
	margin-left: 10px;
    color: #8e0000;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
}
.menu_title.second a:hover{
    color: #fff;
}

.catalog_block .item_wrap.item_action{
	background: #ffee00;
}

.catalog_block .item_wrap.item_action .cost .price:not(.discount) {
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	background: red;
	margin-top: 6px;
}
.catalog_block .item_wrap .sdvig {
	top: 6px;
	right: 19px;
}
.catalog_block .item_wrap.item_action .cost .price:not(.discount):before {
    content: '';
    position: absolute;
    right: 5px;
    background-image: url(/bitrix/templates/aspro_mshop/images/rasp.png);
    display: block;
    width: 90px;
    z-index: 10;
    height: 32px;
    margin-top: -7px;
    background-size: contain;
    background-repeat: no-repeat;
}


									#auth{
										    float: left;
											margin-right: 15px;
									}
									#auth:before{
										background: url(/bitrix/templates/aspro_mshop/images/people.png) no-repeat;
										width: 17px;
										height: 16px;
										-moz-transition: all 0.3s ease;
										-o-transition: all 0.3s ease;
										-ms-transition: all 0.3s ease;
										transition: all 0.3s ease;
										display: block;
										content: "";
										position: relative;
										top: 0px;
									}
									#logout{
										float:left;
										margin-right:20px;
									}
									#logout:before{
										background: url(/bitrix/templates/aspro_mshop/images/logout.png) no-repeat;
										width: 17px;
										height: 16px;
										-moz-transition: all 0.3s ease;
										-o-transition: all 0.3s ease;
										-ms-transition: all 0.3s ease;
										transition: all 0.3s ease;
										display: block;
										content: "";
										position: relative;
										top: 0px;
										background-size: contain;
									}
									.basket_wrapp .wrapp_all_icons {
										width: 243px;
									}
									.left_menu > li{
										font-size: 18px;
									}
									.left_menu li a{
										line-height:1.3;}
										
.action_sale{
    float: left;
    margin-left: -112px;
    background: #f5e02a;
    padding: 8px 17px;
    margin-top: -6px;
    color: #000;
    font-weight: 600;
    font-size: 17px;	
}					
.catalog_block.ssale .catalog_item_wrapp {
    width: 225px !important;
}					
.catalog_block.ssale .catalog_item {
    margin-right: 20px !important;
}