﻿#category-content a {
    color: black;
    text-decoration: none;
}

#category-content .category-main-link:hover {
    color: #ff2f22;
    text-decoration: none;
}

#category-content .overlay {
    /*background: rgba(0,0,255,0.2);*/
    background: transparent;
    height: 100%;
    width: 20px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 10;
}

.category-item {
    background-color: #f3f3f3;
    color: white;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #999999;
}

.catalog-nav-submenu {
    position: absolute;
    top: 0%;
    left: 100%;
}

.catalog-submenu-list {
    margin: 0;
    padding: 0;
    display: none;
    flex-flow: row wrap;
    align-items: stretch;
    width: 1130px;
    max-width: calc(100vw - 315px);
    list-style: none;
}

    .catalog-submenu-list.selected {
        display: flex;
    }

.catalog-submenu-item {
    cursor: pointer;
    display: block;
    margin: 0;
    position: relative;
    width: 180px;
    padding: 15px;
    background-color: white;
}

    .catalog-submenu-item:hover {
        box-shadow: inset 0px 0px 0px 3px #D1232B
    }

.catalog-submenu-link-extra {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 400;
    display: block;
}

.catalog-submenu-img-wrapper {
    display: block;
    max-width: 79px;
    max-height: 79px;
    min-width: 79px;
    min-height: 79px;
    margin: auto;
    margin-bottom: 10px;
}

.categories-submenu-thumb {
    width: 100% !important;
    height: 100% !important;
}
