.bottom-catalog-wrap a {
    color: #555;
}

.bottom-catalog-wrap a:hover {
    color: #2585e5;
}

.bottom-catalog-menu-title {
    font-size: 1.07em;
    text-transform: none;
    color: #222 !important;
    font-weight: bold;
}

.bottom-catalog-title-wrap a:hover {
    color: #2585e5 !important;
}

.bottom-catalog-title-wrap {
    margin-bottom: 15px;
    display: inline-flex
}

.bottom-catalog-prev-slide {
    background-image: url("/images/shev_left.png");
    height: 25px;
    width: 25px;
    border: solid #555 1px;
    border-radius: 3px;
    margin-right: 1px;
    margin-left: 30px;
    cursor: pointer;
}

.bottom-catalog-next-slide {
    background-image: url("/images/shev_right.png");
    height: 25px;
    width: 25px;
    border: solid #555 1px;
    border-radius: 3px;
    cursor: pointer;
}

.bottom-catalog-prev-slide:hover,
.bottom-catalog-next-slide:hover {
    border-color: #2585e5;
}

.bottom-catalog-control-wrap {
    margin-left: 20px;
}

.bottom-catalog-slide {
    margin-bottom: 20px;
}
