/*begin::brands*/
@media (max-width: 767px) {
    .block-brands .owl-carousel .owl-nav {
        top: -63px;
        right: -8px;
    }
}
.brand-container .brand-top .block.featured-brands-block .owl-nav {
    display: block !important;
}

@media (min-width: 768px) {
    .block-brands .owl-carousel .owl-nav {
        top: -54px;
        right: -8px;
    }

    .block-brands .owl-carousel .owl-nav owl-next {
        padding-left: 1px;
    }
}
/*button-carousel*/
.block-brands .owl-carousel .owl-nav [class*="owl-"] {
    height: 14px;
    width: 14px;
    margin-top: 9px;
}

.brand-alphabet-list .brand-item-inner .brand-name {
    line-height: 1.5em;
    height: 3em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.block-brands .owl-carousel .owl-nav [class*="owl-"]::before {
    font-size: 14px;
    line-height: 14px;
}
.block-brands .owl-carousel .owl-nav [class*="owl-"]:hover {
    color: #a5181c;
}

.block-brands .owl-carousel .owl-nav [class*="owl-"] {
    color: #fff;
}

.block-brands .owl-carousel .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 0;
}

.block-brands .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    color: #a5181c;
}

.featured-brands-block .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #a5181c;
    color: #fff;
}

.featured-brands-block .owl-carousel .owl-nav [class*="owl-"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-color: #a5181c;
    background-color: #fff;
    color: #a5181c;
    top: 45px;
}

.featured-brands-block .owl-carousel .owl-nav [class*="owl-"]::before {
    font-size: 15px;
    line-height: 18px;
}

#product-addtocart-button {
    width: 100%;
}

.brand-container .block-title > strong {
    border-bottom: 0;
}

.opc-block-summary .product-item .price {
    font-weight: bold;
}

.featured-brands-block .brand-search-wrap {
    margin-top: -8px;
}

.brand-container .block-title {
    padding: 10px 0 10px 0;
}
/*end::brands*/
