/*
* 2025 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2025 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

body#manufacturer #inner-wrapper.container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main #products {
    padding-left: 5px;
    padding-right: 5px;
}

#manufacturer-featured-image{
    background-color: #cfcfcf;
    padding-top: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#wrapper .breadcrumb{
    margin-bottom: 0 !important;
}

#manufacturer-page-header{
    margin-top: -85px;
}

#manufacturer-page-header .manufacturer-page-header-inner{
    background-color: #ffffff;
    padding: 30px;
}

#manufacturer-page-header .page-title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#manufacturer-short-description{
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1299px) {
    #manufacturer-featured-image{
        padding-top: 250px;
    }
    #manufacturer-page-header {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    #manufacturer-featured-image{
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    #manufacturer-featured-image{
        padding-top: 150px;
    }
    #manufacturer-page-header {
        margin-top: -40px;
    }
    #manufacturer-page-header > .container{
        padding-left: 8px;
        padding-right: 8px;
    }
    #manufacturer-page-header .manufacturer-page-header-inner {
        padding: 15px;
    }
    #manufacturer-page-header .page-title{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
}