/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/*content*/
#wrapper{
     min-height: 600px;
 }
.alphabet-searc-container{
    display: flex;
    justify-content: space-between;
}
.ecommmanufacturers_featured  .brand-infos, .ecommmanufacturers_featured  .brand-img {
    text-align: center;
}
.ecommmanufacturers_featured{
    margin-top: 25px
}

    /*title and subtitle*/
#manufacturer .title{
    font-weight: 300;
    color: #1b2d6d;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}
#manufacturer .subtitle{
    padding: 0px 154px;
    letter-spacing: 0.7;
    font-weight: 400;
    line-height: 30px;
}
#manufacturer .brand-header{
    text-align: center;
}
/*alphabet*/
#manufacturer .letter{
    font-size: 28px;
    font-weight: 600;
    color: black;
    letter-spacing: 17px;
    line-height: 37px;
}
#manufacturer .letter:hover{
    cursor: pointer;
}
#manufacturer .alphabet-container{
    text-align: center;
    padding: 8px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#manufacturer .active{
    color: #a9a9a9;
}
#manufacturer li.letterblock {
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 65px;
    margin-bottom: 15px;
    grid-column: 1 / -1;
}
#supplier li.letterblock.ishidden {
    visibility: hidden;
    position: absolute;
}
#manufacturer li.letterblock.ishidden {
    visibility: hidden;
    position: absolute;
}
/*brands results*/
#manufacturer #main #brands li.brand{
    width: 100%;
    height: auto;
    border: 1px solid #ecebee;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}
#manufacturer #main #brands li.brand img{
    width: 100%;
    /* height: 100%; */
    padding: 20px;
}
#manufacturer #main #brands div.brand-img{
    float: left;
    height: 100%;
    width: 50%;
    display: grid;
    align-items: center;
}
/*brand info*/
#manufacturer .brand-info.without-img{
    width: 100%;
}
#manufacturer .brand-info{
    width: 100%;
    float: right;
    height: 100%;
    padding: 20px 15px 20px 15px;
}
#manufacturer .brand-name{
    font-size: 18px;
    letter-spacing: 1.8px;
    color: black;
    font-weight: 600;
    height: 40px;
    margin-bottom: 0px;
}
#manufacturer .brand-nb-products{
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #242424;
    font-weight: 400;
}
#manufacturer .brand-button{
    background-color: #1b2d6d;
    width: 100%;
    font-size: 15px;
    letter-spacing: 2px;
    border: none;
    padding: 9px;
    margin-top: 12px;

}
#manufacturer .brand-button a{
    color: white;
}
/*search container*/
#manufacturer .search-container{
    height: 43px;
}
#manufacturer .input-search{
    border: none;
    width: 66%;
    float: left;
    padding-left: 14px;
    line-height: 36px;
    border-bottom: 1px solid black;
    margin-right: 10px;
}
#manufacturer .input-search::placeholder{
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.6px;
    color: black;
}
#manufacturer .input-search:focus{
   outline: none;
}
#manufacturer .button-search{
    width: 30%;
    background-color: transparent;
    color: black;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    border: 1px solid black;
}
#manufacturer .search-global-container{
    margin: 0px;
    display: block;
    height: auto;
}
#manufacturer .type-container{
    display: inline;
    width: 50%;
    float: right;
    text-align: right;
    height: 43px;
}
#manufacturer .input-border{
    padding: 2px;
    height: 100%;
    display: flex;
}
#manufacturer .type-container > select{
    color: #4c4c4c;
    position: relative;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.6px;
    padding-left: 14px;
    border-radius: 4px;
    width: 42%;
    height: 100%;
    border: 1px solid #ecebee;
    outline: none;
    font-weight: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    z-index: 2;
}
#manufacturer .type-container > select::-ms-expand {
    display: none;
}
#manufacturer .type-container .icon-chevron-thin-down{
    position: relative;
    right: 41px;
    top: 6px;
    background-color: #1b2d6d;
    padding: 6px;
    border-radius: 6px;
    color: white;
    font-size: 21px;
}
.ecommmanufacturers_content {
    background: #F6F6F6;
    padding-bottom: 33px;
    content-visibility: auto;
}
.ecommmanufacturers_content .owl-carousel {
    margin: 0px -7px;
}
.content_into {
    padding: 7px;
}

/*info message*/
#manufacturer .info-message{
    display: none;
}
#manufacturer .info-message p{
    padding-left: 20px;
}
#manufacturer ul#brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 10px;
}
span.info_brands {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 45px;
}
body.color_1 span.info_brands a {
    color: #FD2DB0!important;
}
body.color_2 span.info_brands a  {
   color: #009873!important;
}
body.color_4 span.info_brands a {
    color: #a43c8e!important
}
body.color_5 span.info_brands a{
    color: #C59B02 !important;
}

 span.info_brands a {
    text-decoration: underline;
}

@media(max-width:1199px) {
    #manufacturer .brand-name {
        font-size: 15px;
        letter-spacing: 1.8px;
        font-weight: 600;
        height: initial;
    }
    #manufacturer .subtitle {
        padding: 0px 15px;
    }

}
@media(max-width:991px) {
    #manufacturer #main #brands li.brand {
        /*width: 45%;*/
    }
    #manufacturer .input-border {
        width: 100%;
    }
    #manufacturer .type-container > select {
        width: 100%;
    }
    #manufacturer .search-global-container {
        margin: 0px;
        display: block;
        height: auto;
        overflow: hidden;
        padding: 0px 25px 0px 15px;
    }
    #manufacturer .type-container {
        text-align: right;
        padding-left: 15px;
        position: relative;
    }
    #manufacturer .search-container {
        padding-right: 15px;
    }
    #manufacturer .type-container .icon-chevron-thin-down {
        position: absolute;
        top: 5px;
        right: 7px;
    }
}
@media(max-width:767px) {
    .alphabet-searc-container{
        display: block
    }
    #manufacturer .search-global-container {
        padding: 0px;
    }
    #manufacturer #main #brands li.brand {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    #manufacturer .search-container {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    #manufacturer .type-container {
        width: 100%;
        padding-left: 0px;
    }
    #manufacturer .brand-button a {
        font-size: 12px;
    }
    #manufacturer .brand-nb-products {
        font-size: 13px;
    }
}

