.catalog_wrapper a:focus {
    text-decoration: none;
}

.catalog_wrapper .bx_sitemap_ul {
    list-style-type: none;
    padding: 0;
}

.catalog_wrapper .bx_sitemap_ul li {
    list-style-type: none;
    padding: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.catalog_wrapper .bx_sitemap_ul li h2 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 8px;
}

.catalog_wrapper .bx_sitemap_ul li h2 a {
    position: relative;
}

.catalog_wrapper .bx_sitemap_ul li.isParent > h2 > a:after {
    content: url("/local/templates/addamant/images/arrow-menu.png");
    right: -5px;
    top: -2px;
}

.catalog_wrapper .bx_sitemap_ul li.li-sale a:after {
    content: url("/local/templates/addamant/images/arrow-menu.png");
    position: absolute;
    right: -8px;
    top: -2px;
}

.catalog_wrapper .bx_sitemap_ul li h2 a:hover:after {
    transform: rotate(90deg);
    right: -9px;
    top: 2px;
}

.catalog_wrapper .bx_sitemap_ul li.li-sale a:hover:after {
    transform: rotate(90deg);
    right: -9px;
    top: 1px;
}

.catalog_wrapper .bx_sitemap_ul li a {
    color: #413c3c;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.catalog_wrapper .bx_sitemap_ul li.li-sale {
    margin-bottom: 20px;
}

.catalog_wrapper .bx_sitemap_ul li.li-sale a {
    color: #b70050;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}

.catalog_wrapper .bx_sitemap_ul li ul {
    padding-left: 0;
}


.catalog_wrapper .bx_sitemap_ul li.current_1 > ul > li,
.catalog_wrapper .bx_sitemap_ul li.current_2 > ul > li,
.catalog_wrapper .bx_sitemap_ul li.current_3 > ul > li {
    display: block;
}

.catalog_wrapper .bx_sitemap_ul li ul li {
    display: none;
}

.catalog_wrapper .bx_sitemap_ul li ul li:first-of-type {
    margin-top: 10px;
}

.catalog_wrapper .bx_sitemap_ul li ul li:last-of-type {
    margin-bottom: 0;
}

.catalog_wrapper .bx_sitemap_ul li ul li a {
    color: #696969;
    font-size: 12px;
}

.catalog_wrapper .bx_sitemap_ul li ul li a:hover {
    cursor: pointer;
    color: #351f35 !important;
    font-weight: bold !important;
}

.current_1 > h2 {
    -moz-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    -webkit-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    -o-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    border-image: url(/local/templates/addamant/images/li-underline.png) 3 round round;
    border-bottom: 3px solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.catalog_wrapper .bx_sitemap_ul li.current_1 > ul > li {
    display: block;
}

.catalog_wrapper .bx_sitemap_ul li.lvl-3 {
    padding-left: 15px;
}

.bx_sitemap_ul > li > h2 a {
    border-bottom: 3px solid transparent;
    padding-bottom: 3px !important;
    text-decoration: none;
}

.bx_sitemap_ul > li > h2 a:hover {
    -moz-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    -webkit-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    -o-border-image: url(/local/templates/addamant/images/li-underline.png) 30 repeat round;
    border-image: url(/local/templates/addamant/images/li-underline.png) 3 round round;
    border-bottom: 3px solid;
    cursor: pointer;
}

.current_2 > h2 a,
.current_3 > h2 a{
    color: #351f35 !important;
    font-weight: bold !important;
}

.menu-title {
    font-size: 18px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

