#left_menu{
    padding: 40px 20px;
}
#left_menu{
    position: relative;
    float: left;
    width: 235px;
}

#left_menu .items a, #left_menu .items span {
    display: block;
    box-sizing: border-box;
    min-height: 30px;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}
.menu_item, .submenu {
    position: relative;
    width: 100%;
}

.menu_item a, .menu_item span {
    background-color: #C0C0C0;
    text-transform: uppercase;
}

#left_menu .items .haschild {
    background-image: url('/img/arrow-katalog.png');
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right 20px center;
}
#left_menu .items .haschild.active {
    background-image: url('/img/uikit/arrow-menu_down.png');
}

.menu_item > a.active, .menu_item > span {
    background-color: #E6E6E6;
}
.menu_item>a:hover{
    color: white;
}
#left_menu .menubaner {
    width: 100%;
}

#left_menu .banner{
    margin-top: 30px;
    display: block;
}
.product a.opencart{
    display: none;

}
.product a.add_to_cart {
    display: inline-block;
}
.product.at_cart a.opencart{
    display: inline-block;
}
.product.at_cart a.add_to_cart{
    display: none;
}

.submenu {
    /*margin-left: 5px;*/
    width: 100%;
    border: 1px solid #E6E6E6;
}
.submenu > a, .submenu > span {
    /*background-color: #E6E6E6;*/
    text-transform: lowercase;
}

.submenu > span {
    border-left: 4px solid #E94C3D;
}

.submenu>a:hover{
    color: #E94C3D;
}
#catalog_content {
    margin-left: 245px;
    padding: 40px 20px;
}
.categoryBanner{
    width: 715px;
}
.product{
    margin-bottom: 40px;
    width: 214px;
    position: relative;
    padding-bottom: 5px;
    /*border-radius: 5px;*/
}
.product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.product .img-container-small{
    margin: 0 auto;
}
.product:hover .img-container-small {
    border-color: white;
}
.product .product_bottom{
    width: 214px;
    margin: 0 auto;
    padding: 18px 6px 6px;
    font-weight: 600;
}

.product .price{
    padding-top: 5px;
}

#categories{
    flex-wrap: wrap;
}

.photo_slide {
    border: 1px solid #E6E6E6;
    padding: 6px;
    width: 201px;
    height: 201px;
    margin: 13px;
    background: no-repeat center center;
    display: block;
    background-size: 201px;
    text-align: center;
    position: relative;
}
.category_button{
    width: 180px;
    bottom: 36px;
    left: 17px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    padding: 10px 0;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}
.photo_slide:hover {

}
.photo_slide:hover .category_button{
    background-color: white;
    color: #333;
}

#open_search_button{
    display: block;
    width: 25px ;
    height: 25px;
    background: url("/img/uikit/icons/search.svg") no-repeat center center;
    background-size: 90%;
    float: right;
    margin-right: 10px;
}
#search_filters{
    display: none;
}
.searchForm {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 80px;
    margin-bottom: 60px;
}
.searchFilters {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content:space-between;
}
.searchFilters .searchColumn {
    flex-grow: 1;
}
.searchColumn h6{
    margin-bottom: 10px;
}

.filtersList {
    margin: 0;
    list-style-type: none;
    padding: 5px 0;
}
.filtersList li {
    margin: 5px 0;
}
#head_banners {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;
    width: 100%;
    padding: 20px;
}
#head_banners a{
    display: flex;
    width: 300px;
    height: 100px;
    justify-content: center;
}
#head_banners a .button{
    background-color: rgba(0,0,0,0.5);
    padding: 10px 0;
    width: 240px;
    height: 40px;
    margin: auto auto;
}
#head_banners a:hover .button{
    background-color: white;
    color: #333;
}
.blog_date{
    font-size: 12px;
    text-align: left;
}
.views_count{
    font-size: 12px;
    text-align: right;
    float: right;
    width: 45px;
}
.views_count_eye{
    display: inline-block;
    margin-bottom: 3px;
    width: 16px;
    height: 9px;
}
.blog_name {
    text-align: left;
    margin-top: 10px;
}
.article {
    display: block;
    margin-top: 30px;
}
