.GoldCustomer div.Logo ul.LogoList li.li-item img {
        /* filter : grayscale(100%); */-moz-filter: grayscale(100%);
        /* -webkit-filter:grayscale(100%); */-ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
        filter : grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter:grayscale(0);
        -ms-filter:grayscale(0);
        -o-filter:grayscale(0);
}
.GoldCustomer {
        /* margin-top: 30px; */
        margin-bottom: var(--margin-bottom);
        /* box-shadow: var(--box-shadow); */
        /* padding: var(--padding-box); */
        border-radius: var(--rounded);
        /* background: var(--color-white); */
        /* border: 1px solid #f1f1f1; */
}
.GoldCustomer .Title {
           text-transform: uppercase;
    white-space: nowrap;
    font-size: 20px;
    font-family: 'Merriweather';
    color: #cc0212;
    font-weight: 700;
    display: inline-block;
    padding-left: revert-layer;
    position: relative;
    padding-left: 40px;
}
.GoldCustomer .Title:before{
    content: "\f0c1";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    position: absolute;
    left: 0;
    color: #be2626;
    top: -7px;
    font-size: 25px;
}
.GoldCustomer div.Logo {
        /* background: #fff none repeat scroll 0 0; */
        /* height: 110px; */
        /* overflow: hidden; */
        /* padding: 0; */
        /*position: relative;*/
        width: 100%;
        /* max-width: 1160px; */
        overflow: hidden;
        /* padding-bottom: 20px; */
        height: 135px !important;
}
.GoldCustomer div.Logo ul.LogoList {
        /* display: block; */
        /* list-style: outside none none; */
        /* margin: 0; */
        /* padding: 0; */
        /* position: relative; */
        /* width: 1000%; */
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
        column-count: unset !important;
        padding: 0;
        left: 0;
        position: absolute;
        padding: 20px 0 0;
        height: 90px !important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        /*border: medium none;
        display: block;
        float: left;
        padding: 0 5px;*/
        /* min-width: 300px; */
        display: inline-block;
        text-align: center;
        padding: 0 20px;
        width: auto !important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 70px;
        margin: auto;
        width: 100%;
        object-fit: cover;
        /* border: 2px solid #ccc; */
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 80px;
        opacity: 1;
        width: 180px;
}
.GoldCustomer > table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.GoldCustomer > table .img-item {
        width: 190px;
}
.GoldCustomer .PreButton {
        height: 60px;
        width: 60px;
        left: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .PreButton:before {
        content: '\f104';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .NextButton {
        height: 60px;
        width: 60px;
        right: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .NextButton:before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .PreButton:hover,
.GoldCustomer .NextButton:hover {
        opacity: 1;
        color: #ce1126;
}
@media only screen and (max-width: 768px){
        .GoldCustomer {
                   margin: var(--padding-res);
                max-width: calc(100% - var(--padding-double));
                padding: var(--padding-box-mb);
        }
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 15px) !important;
                padding: 0;
        }
        .GoldCustomer div.Logo {
                width: 100% !important;
        }
}
