/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_SellAsBrand
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-brand-home-grid .wk-brand-grid {
    width: 22%;
    display: inline-block;
    margin: 15px;
}
.wk-home-grid-brand-details {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    background: #fff;
}
.wk-home-grid-brand-logo {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.wk-home-grid-brand-logo {
    padding: 10px;
}
.wk-home-grid-brand-name {
    color: #2579c1;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.wk-home-grid-brand-info img {
    position: relative;
    top: 2px;
}
.wk-home-grid-products {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.wk-brand-home-footer {
    text-align: center;
}
button.button.wk-brand-home-button {
    background: #2579c1;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.wk-brand-home-carousel {
    text-align: center;
}
.wk-brand-carousel.item {
    padding: 20px;
}
div#owl-demo {
    width: 95%;
    margin: 0 auto;
}
.wk-home-carousel-brand-logo {
    border: 1px solid #ccc;
    padding: 20px;
    width: auto;
    height: auto;
}
.wk-home-carousel-brand-info {
    margin-top: 10px;
    text-align: center;
}
.wk-home-carousel-brand-name {
    color: #2579c1;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.wk-home-carousel-brand-info img {
    width: auto !important;
    display: inline-block !important;
}
.wk-home-carousel-products {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.wk-home-carousel-products {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.wk-brand-home-footer-carousel.item {
    padding: 20px;
}
.wk-brand-home-footer-carousel .button.wk-brand-home-button {
    margin-top: 25%;
    height: 140px;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.wk-home-carousel-brand-logo img {
    height: 100%;
}
.wk-brand-owl-carousel .owl-prev.disabled {
    position: absolute;
    top: 15%;
    left: -10px;
}
.wk-brand-owl-carousel .owl-prev {
    position: absolute;
    top: 15%;
    left: -10px;
}
.wk-brand-owl-carousel .owl-next {
    position: absolute;
    top: 15%;
    right: -10px;
}
.wk-brand-owl-carousel .owl-next.disabled {
    position: absolute;
    top: 15%;
    right: -10px;
}
.wk-brand-owl-carousel .owl-next span, .wk-brand-owl-carousel .owl-prev span {
    font-size: 80px;
    font-weight: 100;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #333333 !important;
}

@media only screen and (max-width: 768px) {
    .wk-home-carousel-brand-logo {
        border: 1px solid #ccc;
        padding: 0;
        width: auto;
        height: auto;
    }

    .owl-theme .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .wk-brand-home-footer-carousel .button.wk-brand-home-button {
        margin-top: 0;
        height: 95px;
        width: 100%;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
    }
}