#producer h1.page-heading {
    text-align: center;
    margin-bottom: 40px;
}

#main {
    margin-bottom: 150px;
}

@media (min-width: 992px) {
    #main {
        margin-bottom: 0;
    }
}

#producer .main-producer-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

@media (min-width: 890px) {
    #producer .main-producer-info {
        margin-bottom: 125px;
    }
}

@media (min-width: 1200px) {
    #producer .main-producer-info {
        flex-direction: row;
        height: 700px;
        margin-bottom: 125px;
    }
}

#producer .main-producer-info > div {
    flex-shrink: 1;
}

#producer .main-image {
    flex-grow: 1;
    z-index: 1;
    width: 220px;
    height: 220px;
}

@media (min-width: 480px) {
    #producer .main-image {
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 890px) {
    #producer .main-image {
        width: 500px;
        height: 500px;
    }
}

@media (min-width: 1200px) {
    #producer .main-image {
        padding-left: 60px;
        width: auto;
        height: auto;
    }
}

@media (min-width: 1300px) {
    #producer .main-image {
        padding-left: 100px;
    }
}

#producer .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

@media (min-width: 1300px) {
    #producer .main-image img {
        right: -40px;
    }
}

#producer .main-producer-info .logo-wrapper {
    width: calc(100% - 40px);
    padding: 185px 30px 45px 30px;
    background: rgba(119, 173, 159, 0.9);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-top: -120px;
    height: 390px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

@media (min-width: 890px) {
    #producer .main-producer-info .logo-wrapper {
        width: calc(100% - 375px);
        padding: 35px 200px 35px 190px;
        height: 500px;
        margin-top: -435px;
        margin-left: auto;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    #producer .main-producer-info .logo-wrapper {
        width: 600px;
        height: 100%;
        padding: 50px 200px 50px 75px;
        margin-top: 50px;
        margin-right: 0;
    }
}

#producer .main-producer-info .logo-wrapper .quote {
    font: 500 29px/35px "NeutrafaceSlabDisGR";
    color: #000000;
    padding-bottom: 25px;
    border-bottom: 2px solid black;
    width: 220px;
}

@media (min-width: 480px) {
    #producer .main-producer-info .logo-wrapper .quote {
        width: 300px;
    }
}

@media (min-width: 890px) {
    #producer .main-producer-info .logo-wrapper .quote {
        font: 500 32px/33px "NeutrafaceSlabDisGR";
        padding-right: 300px;
        width: 0; /* We use this in order to force wrap each word */
    }
}

#producer .main-producer-info .logo-wrapper .country {
    font: bold 29px/36px "NeutrafaceSlabDisGR";
    color: #000000;
}

@media (min-width: 480px) {
    #producer .main-producer-info .logo-wrapper .country {
        font: bold 32px/34px "NeutrafaceSlabDisGR";
    }
}

#producer .main-producer-info .logo {
    width: 125px;
    height: 125px;
    background: white;
    padding: 10px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 130px;
}

@media (min-width: 480px) {
    #producer .main-producer-info .logo {
        left: 265px;
    }
}

@media (min-width: 890px) {
    #producer .main-producer-info .logo {
        width: 170px;
        height: 170px;
        padding: 20px;
        position: static;
        top: unset;
        left: unset;
    }
}

@media (min-width: 1200px) {
    #producer .main-producer-info .logo {
        width: 300px;
        height: 300px;
    }
}

#producer .main-producer-info .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#producer .description {
    font-size: 25px;
    line-height: 30px;
    font-family: "HGF";
    letter-spacing: 0;
    color: black;
    text-align: left;
    padding: 0 20px 90px;
}

@media (min-width: 890px) {
    #producer .description {
        text-align: justify;
        padding: 0 0 110px;
    }
}

@media (min-width: 1200px) {
    #producer .description {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.38px;
    }
}

section#secondary {
    position: relative;
}

#producer .short-description {
    padding: 235px 25px 90px 25px;
    background: url(/themes/sleedex/img/grey-bg.jpg);
}

@media (min-width: 480px) {
    #producer .short-description {
        padding: 275px 25px 90px 25px;
    }   
}

@media (min-width: 992px) {
    #producer .short-description {
        padding: 80px 250px 180px 0;
        margin-left: 250px;
    }
}

#producer .short-description .wrapper {
    display: flex;
    padding: 0 0 0 15px;
}

@media (min-width: 992px) {
    #producer .short-description .wrapper {
        padding: 0;
    }
}

#producer .short-description h2 {
    text-align: center;
    font: bold 35px/35px "NeutrafaceSlabDisGR";
    letter-spacing: 0;
    color: #000000;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}

@media (min-width: 768px) {
    #producer .short-description h2 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    #producer .short-description h2 {
        font: bold 55px/60px "NeutrafaceSlabDisGR"; 
        margin-bottom: 95px;
    }
}

#producer .short-description h2:after {
    content: '';
    display: block;
    background: black;
    width: 120px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
}

@media (min-width: 992px) {
    #producer .short-description h2:after {
        height: 4px;
    }
}

#producer .short-description .short-description-text {
    width: 100%;
    height: 420px;
    overflow: auto;
    font-size: 21px;
    line-height: 25px;
    font-family: "HGF";
    color: #000000;
    padding-right: 40px;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    #producer .short-description .short-description-text {
        width: calc(100% - 190px);
        height: 435px;
        margin-left: -125px;
        padding-right: 100px;
        font-size: 25px;
        line-height: 30px;
    }
}

@media (min-width: 1100px) {
    #producer .short-description .short-description-text {
        width: calc(100% - 380px);
        height: 550px;
        margin-left: -115px;
    }
}

@media (min-width: 1350px) {
    #producer .short-description .short-description-text {
        width: calc(100% - 650px);
        height: 750px;
        margin-left: -80px;
    }
}

#producer .short-description .short-description-text::-webkit-scrollbar-track
{
	border-radius: 15px;
	background-color: #E3E3E3;
}

#producer .short-description .short-description-text::-webkit-scrollbar
{
  width: 5px;
  border-radius: 15px;
	background-color: #E3E3E3;
}

#producer .short-description .short-description-text::-webkit-scrollbar-thumb
{
  /* border: 2px solid #FFF; */
	border-radius: 15px;
	background-color: black;
}

#producer .short-description .short-description-text p{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #producer .short-description .short-description-text p{
        margin-bottom: 50px;
    }
}

#producer .short-description .short-description-text p:last-child{
    margin-bottom: 0;
}

#producer .short-description .short-description-text p strong{
    display: block;
}

#producer .short-description #producer-banners {
    width: 300px;
    position: absolute;
    top: -120px;
    left: 0;
}

@media (min-width: 480px) {
    #producer .short-description #producer-banners {
        width: 400px;
        position: absolute;
        top: -170px;
        left: 0;
    }    
}

@media (min-width: 992px) {
    #producer .short-description #producer-banners {
        width: 500px;
        flex-shrink: 0;
        position: relative;
        left: -200px;
        top: unset;
    }
}

@media (min-width: 1100px) {
    #producer .short-description #producer-banners {
        width: 650px;
    }
}

@media (min-width: 1350px) {
    #producer .short-description #producer-banners {
        width: 850px;
    }
}

#producer .short-description .bx-wrapper .bx-pager {
    padding-top: 25px;
}

@media (min-width: 992px) {
    #producer .short-description .bx-wrapper .bx-pager {
        padding-top: 50px;
    }
}

#labels_list ul.product_list {
    justify-content: center;
}

.related-labels .bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    margin-top: 0;
}

.related-labels .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.7;
}

.related-labels .bx-prev{
    left: -20px;
}

.related-labels .bx-next{
    right: -20px;
}

.related-labels .bx-prev:before,
.related-labels .bx-next:before {
    content: none;
}

.related-labels {
    position: relative;
    padding: 50px 15px 0px;
}
  
@media (min-width: 992px) {
    .related-labels {
        padding: 150px 15px 0;
    }
}

.related-labels .page-heading {
    text-align: center;
    margin-bottom: 35px;
}

@media (min-width: 1281px) {
    .related-labels .page-heading {
        font: bold 91px/80px "NeutrafaceSlabDisGR";
        margin-bottom: 60px;
    }
}

.related-labels:before {
    content: 'Wine Producers';
    font: 800 284px/370px "NeutrafaceSlabDisGR";
    color: #EFEFEF;
    position: absolute;
    right: 35%;
    top: 20px;
    white-space: nowrap;
    pointer-events: none;
}

@media (max-width: 1280px) {
    .related-labels:before {
        font: 800 212px/212px "NeutrafaceSlabDisGR";
        top: 65px;
    }
}

@media (max-width: 991px) {
    .related-labels:before {
        font: 800 160px/160px "NeutrafaceSlabDisGR";
        top: 30px;
    }
}

@media (max-width: 768px) {
    .related-labels:before {
        font: 800 100px/100px "NeutrafaceSlabDisGR";
        top: 20px;
        right: 5%;
    }
}

.related-labels #labels_list .bx-viewport {
    padding-top: 20px;
}

@media (max-width: 400px) {
    .related-labels ul.product_list .product-image-container img {
        transform: scale(1.1);
    }
}

#extra .show_all_container {
    padding: 50px 0 0;
    text-align: center;
}

#extra .show_all_container a {
    font: bold 29px/29px "NeutrafaceSlabDisGR";
}

@media (min-width: 768px) {
    #extra .show_all_container {
        padding: 100px 0 0;
    }
    
    #extra .show_all_container a {
        font: bold 35px/42px "NeutrafaceSlabDisGR";
    }
}

#extra .show_all_container a:hover {
    color: #DA6363;
}

#extra .show_all_container a:after {
    content: url(/themes/sleedex/img/arrow-right.svg);
    margin-left: 20px;
    position: relative;
    top: -2px;
    transition: margin 0.3s ease;
}

#extra .show_all_container a:hover:after {
    content: url(/themes/sleedex/img/arrow-right-hover.svg);
    margin-left: 40px;
}

@media (min-width: 768px) {
    #extra .show_all_container a:after {
        content: url(/themes/sleedex/img/arrow-right-big.svg);
        top: 5px;
    }
    
    #extra .show_all_container a:hover:after {
        content: url(/themes/sleedex/img/arrow-right-big-hover.svg);
    }
}

/* Manufacturer List Styling */
#manufacturers_list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

#manufacturers_list > li {
    margin-bottom: 30px;
    flex-basis: 100%;
}

@media (min-width: 420px) {
    #manufacturers_list > li {
        flex-basis: 50%;
    }

    .lang_fr #manufacturers_list > li {
        flex-basis: 100%;
    }
}

@media (min-width: 620px) {
    .lang_fr #manufacturers_list > li {
        flex-basis: 50%;
    }
}

@media (min-width: 768px) {
    #manufacturers_list > li {
        flex-basis: calc(100% / 3);
    }

    .lang_fr #manufacturers_list > li {
        flex-basis: 50%;
    }
}

@media (min-width: 914px) {
    .lang_fr #manufacturers_list > li {
        flex-basis: calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    #manufacturers_list > li {
        flex-basis: unset;
    }

    .lang_fr #manufacturers_list > li {
        flex-basis: unset;
    }
}

#manufacturers_list .mansup-container {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    padding: 20px;
    border-radius: 20px;  
    height: 100%;
}

#manufacturers_list .mansup-container .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#manufacturers_list .mansup-container .logo img {
    height: 125px;
    object-fit: contain;
}

#manufacturers_list .mansup-container .manu-name {
    font: bold 20px/20px "HGF";
    color: black;
    margin: 15px 0 30px;
    text-align: center;
}
#manufacturers_list .mansup-container .manu-name .manu-region{
	font: bold 14px/16px "HGF";
    color: black;
    text-align: center;
	font-weight: 400;
	display: block;
}

#manufacturers_list .mansup-container .right-side-content .btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

#manufacturer-list.lang_fr #manufacturers_list .mansup-container .right-side-content .btn {
    max-width: 280px;
}

#manufacturers_list .mansup-container .right-side-content .btn + .btn {
    margin-top: 10px;
}

#manufacturer-list #center_column:after {
    display: block;
    content: '';
    width: 80%;
    height: 100%;
    background: url(/themes/sleedex/img/grey-bg.jpg);
    position: absolute;
    top: 70px;
    right: 0;
}

#manufacturer-list .page-heading {
    margin: 60px 0 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

#manufacturer-list .content_sortPagiBar {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}

#empty-results{
	display:none;
	text-align: center;
    z-index: 1;
    position: relative;
    font: 400 36px/36px "NeutrafaceSlabDisGR";
    color: black;
}

#manufacturer-list .manufacturer-list-filter {
    position: relative;
    z-index: 100;
}

#manufacturer-list .manufacturer-list-filter select,
#manufacturer-list .manufacturer-list-filter .selector {
    display: block;
    padding: 15px 25px;
    height: auto;
    border: none;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    color: #000000;
    outline: 0;
    font: 400 19px/28px "HGF";
    margin: 0 auto;
    width: 100%;
    padding-right: 80px;
}

#manufacturer-list .manufacturer-list-filter .selector span {
    background: none;
    border: none;
}

#manufacturer-list .manufacturer-list-filter label {
    color: black;
    font-size: bold;
    font-weight: bold;
    margin-bottom: 10px;
}