.UIGoldCustomer_Default2 .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%);
}
.UIGoldCustomer_Default2 .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);
}
.UIGoldCustomer_Default2 .GoldCustomer {
        padding-top: 12px;
        margin-bottom: 20px;
}
.UIGoldCustomer_Default2 .GoldCustomer .Title {
    border-bottom: 1px solid #055B05;
    color: #055B05;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    width: 100%;
        display: none;
}
.UIGoldCustomer_Default2 .GoldCustomer .Title span{
      font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
.UIGoldCustomer_Default2 .GoldCustomer:before{
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        /* position: absolute; */
        /* top: 50%; */
        /* transform: translate(-50%, -50%); */
        /* z-index: 0; */
        /* left: 50%; */
        margin-bottom: -43px;
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo {
        width: 100%;
        /* max-width: 1160px; */
        overflow: hidden;
        padding-bottom: 20px;
            height: 160px !important;
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo ul.LogoList {
        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 20px 0;
        background-color: #f5f5f5;
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo ul.LogoList li.li-item {
       /* width: 265px;*/
        width: 245px;
        display: inline-block;
        text-align: center;
        padding: 0 15px;
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 120px;
        margin: auto;
        width: 100%;
        object-fit: contain;
        /*border: 2px solid #ccc;*/
}
.UIGoldCustomer_Default2 .GoldCustomer div.Logo .selected {
        display: block;
        height: 90px;
        opacity: 1;
        width: 180px;
}
.UIGoldCustomer_Default2 .GoldCustomer > table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.UIGoldCustomer_Default2 .GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.UIGoldCustomer_Default2 .GoldCustomer > table .img-item {
        width: 190px;
}
.UIGoldCustomer_Default2 .GoldCustomer .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll left top; */
}
.UIGoldCustomer_Default2 .GoldCustomer .PreButton:before{
        content: '❮';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.UIGoldCustomer_Default2 .GoldCustomer .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
.UIGoldCustomer_Default2 .GoldCustomer .NextButton:before{
        content: '❯';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px){
        .UIGoldCustomer_Default2 .GoldCustomer {
                padding: 0 20px;
                width: 100vw;
        }
        .UIGoldCustomer_Default2 .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 13px);
        }
}
