.ajaxRelatedCategories {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.ajaxRelatedCategories li {
    padding: 0 8px 8px 0
}

.ajaxRelatedCategory {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}

.ajaxRelatedCategory:active:hover, .ajaxRelatedCategory:hover, .ajaxRelatedCategory:visited:hover {
    color: inherit;
    background: #f3f3f3;
    text-decoration: none
}

.ajaxRelatedCategory.-active {
    color: #e1011b;
    background: 0 0;
    box-shadow: inset 0 0 0 2px #e1011b
}

#ajaxRelatedLoader {
    display: none;
}

#ajaxRelated .ajaxRelatedProducts .owl-buttons div {
    top: 50% !important;
}

#ajaxRelated .ajaxRelatedProducts .owl-buttons .owl-next {
    right: 15px !important;
}

#ajaxRelated .ajaxRelatedProducts .owl-buttons .owl-prev {
    right: 100% !important;
}

#ajaxRelated .btn-carousel-module {
    background: #e1011b none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #e1011b;
}

#ajaxRelated .owl-item .item{
    margin: 0 0 0 10px;
}
