/**
 * 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-design {
    width: 100%;
    text-align: center;
}

.mp-brand_wrapper {
    width: 284px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mp-brand-logo {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.mp-brand-logo img {
    width: 100%;
    min-height: 140px;
    height: auto;
}

.mp-brand-details {
    text-align: left;
    padding: 10px;
}

.mp-brand-name {
    color: #2579c1;
    font-size: 20px;
    font-weight: 600;
    /* margin-top: 52px; */
}

.mp-brand-products {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

span.read-more {
    display: block;
    color: #2579c1;
    cursor: pointer;
}

.mp-brand-description {
    margin-top: 10px;
}

button.button.mp-brand-button {
    background: #2579c1;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    margin-top: 10px;
}

.modal-popup .modal-title {
    border-bottom: unset;
}

.wk-category-brand-details {
    display: inline-block;
}

.wk-category-brand-logo {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 150px;
    top: -60px;
    position: relative;
    margin-left: 40px;
    background-color: #fff;
}

.wk-category-brand-info {
    display: inline-block;
    position: relative;
    top: -50px;
    margin-left: 20px;
}

.wk-category-brand-description {
    display: inline-block;
    float: right;
    margin: 15px;
}

.mp-brand-name .featured img {
    position: relative;
    top: 2px;
}

.mp-brand-name .featured span {
    font-size: 12px;
    font-weight: 600;
    color: #4a4949;
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
    position: relative;
    left: 5px;
    top: -3px;
}

.mp-brand-name .featured span:before {
    content: "";
    position: absolute;
    margin-top: 3px;
    left: -10px;
    border: 5px solid #afafaf;
    border-color: transparent #afafaf transparent transparent;
}

#wk-brand-popup .wk-category-brand-logo {
    top: unset;
    display: block;
    margin-left: 0px;
}

#wk-brand-popup .wk-category-brand-info {
    top: unset;
    margin-left: 0px;
}

.product-info-main .wk-category-brand-logo {
    top: unset;
    margin-left: 0px;
    padding: 10px;
    width: 80px;
}

.product-info-main .wk-category-brand-info {
    top: unset;
    margin-left: 10px;
}

.wk-brand-category-page .wk-category-brand-logo {
    margin-left: 0px;
    width: 50px;
    padding: 10px;
    top: 0px;
}

.wk-brand-category-page .wk-category-brand-info {
    top: -5px;
    margin-left: 5px;
}

img#brand-cover-img {
    max-width: unset !important;
    width: 100%;
}
#wk-sell-brand-featured-banner-text{
    display: none;
}
#wk-sell-brand-featured-image:hover + #wk-sell-brand-featured-banner-text{
    display: block;
    float : right;
    margin-top:5px;
    
}
.wk-sell-brand-featured-banner-text-adjust{
    left: -100px;
    top: -1px;
}

#brand-nav-tree{
    width: 20%;
    float: left;
}
button#edit-btn {
    float: right;
}
#brand-img-logo-tag{
    height : 80px;
}
/* For feature product in page.phtml only */
#wk-sell-brand-featured-banner-text-brand-page{
    display: none;
}
#wk-sell-brand-featured-image:hover + #wk-sell-brand-featured-banner-text-brand-page{
    display: inherit;
}
.mp-brand-name .featured #wk-sell-brand-featured-banner-text-brand-page:before {
    content: "";
    position: absolute;
    margin-top: 11px;
    left: -10px;
    border: 5px solid #afafaf;
    border-color: transparent #afafaf transparent transparent;
}
.wk-sell-brand-featured-banner-text-adjust-brand-page{
    left: -100px;
    top: -1px;
}
.message.info.empty {
    clear: both;
}