div#supplier-description {
    clear: both;
    border-top: solid 1px rgb(0 0 0 / 50%);
    padding-top: 62px;
    border-bottom: solid 1px rgb(0 0 0 / 50%);
    padding-bottom: 45px;
}
div#supplier-description p:first-child {
    font-family: "RMNeue";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.66px;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 35px;
}
div#supplier-description p {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: 0.84px;
    text-align: left;
    color: black;
    text-transform: uppercase;
    margin-bottom: 30px;
}
div#supplier-short_description img {
    width: 100%;
    height: auto;
}

.container_info_supplier h1 {
    font-family: "Hershey Noailles";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    position: absolute;
    color: white;
    font-size: 50px;
    margin: 0 auto;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 340%);
    text-transform: uppercase;
}
.container_info_supplier {
    position: relative;
}
div#supplier-short_description > p:nth-child(2) {
    font-family: "RMNeue";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.66px;
    text-align: left;
    color: var(--black);
    text-transform:uppercase;
    margin:55px 0px 25px;
}
div#supplier-short_description p {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.23;
    letter-spacing: 0.78px;
    text-align: left;
    color: var(--black);
    margin: 0px;
}
.container_info_supplier {
    position: relative;
    margin-bottom: 50px;
}

.products-selection .total-products, .products-selection h1 {
    padding-top: 14px;
    text-transform: uppercase;
}
.products-selection .sort-by {
    text-transform: uppercase;
    margin: 0px;
}
.products-sort-order .select-title {
    font-family: "RMNeue";
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.15px;
    text-align: left;
    color: #9a9b9f;
    border: solid 1px rgb(43 46 52 / 50%);
    padding: 0px 13px;
    line-height: 46px;
}
.products-selection .sort-by {
    text-transform: uppercase;
    margin: 0px;
    min-width: 150px;
    padding: 0px;
}
.products-sort-order .select-title i {
    line-height: 46px;
}


div#left-column {
    padding: 68px 56px 0px 0px;
}

.container_text_img h1 {
    font-family: "Hershey Noailles";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    position: absolute;
    color: white;
    font-size: 50px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.container_text_img {
    position:relative;
}