/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpSellAsBrand
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

@media (min-width: 768px) {
    .wk-mp-seller-brand-title {
        border-right: 1px solid #ccc;
        float: left;
        width: 20%;
        margin: 10px;
        padding: 11px;
        height: 100px;
    }
}

.wk-mp-seller-brand-title {
    font-size: 3.3rem;
    font-weight: 600;
}

.wk-mp-seller-brand-block {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .wk-mp-seller-brand-data {
        width: 70%;
        float: left;
    }
}

.wk-seller-brand-carousel-brand-logo {
    border: 1px solid #ccc;
    width: auto;
    height: 70px;
}

.wk-home-carousel-brand-info {
    text-align: center !important;
}

#seller-brand-carousel{
 height: 70px !important;
}
/* For Grid View */


.wk-seller-grid-brand-details {
    text-align: center !important;
    /* width: 60% !important; */
}

.wk-brand-home-grid .wk-brand-grid {
    width: 145px !important;
    display: inline-table !important;
    margin-top: 15px !important;
    margin-right: 0px !important;
    padding: 2px;
}

#brand-logo-img {
    height: 70px !important;
    width: 100% !important;
}
.wk-brand-home-grid {
    width: 100% !important;
    text-align: center;
}
.wk-mp-seller-brand-data {
    margin-left: 35px;
}