/**
 * Mavenbird Technologies Private Limited
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://mavenbird.com/Mavenbird-Module-License.txt
 *
 * =================================================================
 *
 * @category   Mavenbird
 * @package    Mavenbird_Shopbybrand
 * @author     Mavenbird Team
 * @copyright  Copyright (c) 2018-2024 Mavenbird Technologies Private Limited ( http://mavenbird.com )
 * @license    http://mavenbird.com/Mavenbird-Module-License.txt
 */

*, 
*:before, 
*:after {
  box-sizing: border-box;
}
.brand-container {
    margin: 0;
}
.brand-image-container, 
.brand-cms-container {
    margin-bottom: 20px;
}
.brand-description-container { margin-bottom: 30px; }
.brand-image-container .brand-image-photo {
    display: block;
    height: auto;
    max-width: 100%;
}

.product-list-container.brand-list-container {
    border-top: solid 1px #dfdfdf;
    padding-top: 20px;
}

.block-brand-search {
    padding: 50px;
    background-color:#2e475d;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.block-brand-search .block-title {
    font-size: 3.5em;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 1.1;
}

.block-brand-search .block-content .mb-searchbox {
    position: relative;
    max-width: 790px;
    text-align: left;
    margin: 0 auto;
}

.block-brand-search .search-btn {
    display: inline-block;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    height: 50px !important;
    width: auto;
}

.block-brand-search .search-btn > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.block-brand-search .search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 30px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    min-width: 40px;
}

.block-brand-search .block-content .mb-searchbox .form-control {
    display: block;
    width: 100%;
    padding: 8px 50px 8px 20px;
    border-radius: 50px;
    border: 0;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
    box-sizing: border-box;
    box-shadow: none !important;
    height: 50px;
    font-size: 16px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    border-top: 0;
    padding: 10px 0;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-suggestion a.shopbybrand-suggestion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left,
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    float: left;
    padding: 5px 10px;
}

.shopbybrand-product-name {
    font-size: 18px;
    color: #333333;
}

.shopbybrand-product-des {
    color: #333333;
}

.block-brand-feature .block-content .owl-carousel {
    width: calc(100% - 40px);
    margin: auto;
}

.page-layout-1column .column.main {
    width: 100% !important;
}

.block-brand-feature .owl-carousel .owl-item img {
    height: 200px;
}

.block-brand-list ul.brand-options {
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 50px;
}

.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.block-brand-list ul.brand-options li {
    border: 1px solid #ddd;
    position: relative;
    min-width: 40px;
    margin-bottom: 3px;
}

.block-brand-list ul.brand-options li#mb-first-opt {
    border-left: 1px solid #ddd;
}

.block-brand-list ul.brand-options li.active {
    background: #37ae52;
    color: #ffffff;
}

.block-brand-list ul.brand-options li.control {
    cursor: pointer;
}

.block-brand-list ul.brand-options li.disabled {
    cursor: not-allowed;
}

.block-brand-list ul.brand-options a.mb-option-item {
    color: inherit;
    position: relative;
    display: block;
    padding: 10px 14px;
    line-height: 20px;
    text-decoration: none;
}

.block-brand-list ul.brand-options li.disabled a {
    color: #777;
    opacity: 0.5;
}
.block-brand-list ul { padding: 0; }
.block-brand-list .mb-filter.mix {
    float: left;
    margin: 5px;
}

.block-brand-list .mb-filter.mix .mb-label {
    text-align: center;
    padding: 10px;
}

.products {
    margin: 15px 0 !important;
}

.brand-list-content {
    width: 100%;
    float: left;
}

.brand-list-content ol {
    display: flex;
    flex-wrap: wrap;
}

.column.main .product-items {
    margin-left: 0 !important;
}

.product-list-container .brand-char-title {
    float: left;
    font-weight: 700;
    font-size: 22px;
    width: 3%;
    margin-top: 10px;
}

.block-brand-feature .brand-image {
    display: unset;
}

#quick-view .brand_title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0 20px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.related-product-modal-content .toolbar-products {
    position: inherit !important;
}

.related-product-modal-content ol {
    display: flex;
    flex-wrap: wrap;
}

.related-product-modal-content .product-item-info {
    width: 90%;
}

@media (max-width: 769px) {
    #quick-view .related-product-modal-title {
        float: left;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        border-bottom: solid 1px #dfdfdf;
        margin-bottom: 15px;
    }

    .related-product-modal-content .toolbar-products {
        position: relative !important;
    }
}

#quick-view .brand-info-container {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
}

#quick-view .related-product-container {
    float: left;
    width: 70%;
}

.limiter {
    display: none;
}

.quickview_popup a {
    color: #333;
}

@media (max-width: 603px) {
    #quick-view .brand-info-container {
        float: left;
        width: 100%;
        padding: 0;
    }

    #quick-view .related-product-container {
        float: left;
        width: 100%;
    }

}

.img-content {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.img-content img {
    width: 250px;
}

.brand_description {
    clear: both;
}

.brand-information .product-image-container {
    margin-top: 25px;
}

.shopbybrand-product-des p {
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 480px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        width: 255px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 720px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        width: 480px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1024px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        width: 640px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#category-brand-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#category-brand-subtitle {
    display: block;
}

#block-category-brand-container {
    border-bottom: solid 1px #ccc;
}

.block-brand-feature .relate-content {
    text-align: center
}

.block-brand-feature .relate-content a {
    color: #333
}

.block-brand-feature .relate-content a span {
    display: block;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .page-with-filter .columns .sidebar-main {
        width: 100%
    }
}

#thumbnail-brand-subtitle {
    display: block;
}

#block-brand-thumbnail-container {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

#brand-thumbnail-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#brand-thumbnail-menu li a {
    display: block;
    color: #000;
    padding: 3px 0;
    text-decoration: none;
}

#brand-thumbnail-menu li span {
    display: block;
    padding: 8px 8px 8px 50px;
}

.brand-items {
    padding-bottom: 4px;
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}

.loader img {
    top: 40%;
    left: 45%;
    display: block;
    position: fixed;
}

.ln_slider_container {
    width: calc(100% - 20px);
    margin: 0 15px 0 5px;
}

.brand-topmenu-image {
    width: 40px;
    height: 30px;
    float: left;
    padding: 2px 5px;
}

@media (max-width: 768px) {
    .nav-bottom-item li {
        width: 100%;
        text-align: center;
    }
}

.owl-carousel.brand-carousel .owl-item img {
    height: 200px;
}

.page-layout-1column .column.main {
    width: 100% !important;
}

.block-brand-feature .block-title strong { 
    font-weight: bold; 
    font-size: 28px;
 }
.block-brand-list { 
    margin-top: 20px;
    border-top: solid 1px #ddd; 
    padding-top: 30px 
}
.block-brand-list .block-title { 
    margin-bottom: 20px; 
    font-weight: bold; 
    font-size: 28px; 
}

.block-brand-list .product-item-description { 
    padding: 0 10px; margin: 10px 0; 
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.product-item-name a { 
    font-weight: 700 !important; 
}
 .block-brand-list .brand-list-content li.product-item {
    margin-left: 0;
    padding: 10px;
}
.related-product-modal-content .products-grid li.product-item {
    width: 33% !important;
}
.block-brand-list .quickview_popup {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 3;
}
.block-brand-list .quickview_popup a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.quickview_popup a:hover {
    text-decoration: none;
    cursor: pointer;
}
.brand-quick-view.modal-popup._show .modal-inner-wrap {
    width: 75%;
}
.brand-quick-view.modal-popup .modal-title { 
    border: 0; 
    font-weight: 600; 
}
.block-brand-feature .owl-nav button { 
    position: absolute; 
    left: -17px; 
    top: 50%;
    transform: translateY(-50%); 
    margin-top: -10px; 
    padding: 5px 10px; 
    border-radius: 0; 
}
.block-brand-feature .owl-nav button.rgt-btn { 
    left: auto; 
    right: -17px; 
}  
.block-brand-feature .owl-theme .owl-nav { 
    margin: 0; 
}  
.block-brand-feature .owl-nav button span { 
    font-size: 38px;
}
.sidebar .block-brand-feature .block-title strong { 
  font-weight: 600;
  font-size: 1.8rem; 
}
.mix {
    position: relative;
}
.block-brand-list .brand-list-content .product-item-info .product-image-photo { object-fit: contain; }
.brand-information .brand-detail .brand-image-photo { object-fit: contain; }
.brand-info-container .img-content .quickview_img { object-fit: contain; }

@media(min-width: 1024px) and (max-width: 1279px) {
    .block-brand-list .brand-list-content li { 
        width: 25% !important;
     }
}
@media(min-width: 768px) and (max-width: 1023px) {
    .block-brand-list .brand-list-content li { 
        width: 33.33% !important;
     }
     .brand-quick-view.modal-popup._show .modal-inner-wrap {
        width: 90%;
     }
}
@media (max-width: 1080px) {
    .related-product-modal-content .products-grid li.product-item {
        width: 50% !important;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
.brand-quick-view.modal-popup._show .modal-inner-wrap {
    width: 100%;
}    
.brand-quick-view.modal-popup .modal-title {
    font-size: 24px;
}
}
@media (max-width: 767px) {
.block-brand-list .brand-list-content li { 
    width: 33.33% !important;
 }
 .block-brand-search  { padding: 30px; }
}
@media (max-width: 640px) {
.block-brand-list .brand-list-content li { 
    width:50% !important;
 }
.related-product-modal-content .products-grid li.product-item { margin-bottom: 20px; }
}
@media (max-width: 600px) {
    .brand-detail .product-item-photo {
        width: 100%;
        float: left;
        text-align: center;
    }

    .brand-detail .product-item-details {
        float: left;
    }

}
@media (max-width: 360px) {
    .related-product-modal-content .products-grid li.product-item {
        width: 100% !important;
    }
}
