/*Новые стили*/
.display_none, .item_display_none, .invisible{
	display:none;
}

.menu-inside .inside-catalog .menu_2_level:hover ul{
	display:block;
}
.navbar-toggler-icon{
	height: 1em;
}
.menu-inside{
	margin-bottom:20px;
}
.catD_detail{
	background-color: white;
}
.retailrocket-widget.retailrocket-theme-odstore .retailrocket-item-price{
	bottom: 6px;
}

.catalog_margin{
	position:relative;
	margin-top: -90px;
}
.product_img{
	width: 100%;
}
table tr:nth-child(odd){
	background: white;
}
.top_part{
	margin-top:-100px;
}
.category_img_link{
	width: 200px;
}
.cat_li{
	width: 200px;
    max-height: 500px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.popular_products{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:40px;
}
.retailrocket-item-title{
	height: auto ;
    white-space: normal ;
}
.dop_char table{
	border:none;
}
.dop_char table tr:nth-child(odd){
	background: #f1f1f1;
}
.margin_top_minus_100{
	margin-top: -100px;
}
.brand_image{
	width:80px;
}
.brands_show{
	height: 30px ;
    margin-top: 20px ;
}
.logo-brand{
	width: 340px;
}