.logos-row {
    display: flex;
    align-items: baseline;
    background: #f1f5f9;
}

.custom-printing-product .logos-row {
    padding: 1px 15px 15px 15px;
    border: 1px solid #E2E8F0;
    margin-bottom: 40px !important;
}

.product-logos {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 6px;
    width: 100%;
}
.product-single-logo img {
    width: 50px;
}
.product-single-logo {
    display: inline-flex;
    padding: 8px;
    border: 1px solid #dadada;
    cursor: pointer;
    margin: 2px 10px;
}
.product-logos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.product-logos::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
.product-logos::-webkit-scrollbar {
    height: 4px;
}
.product-logos::-webkit-scrollbar-thumb {
    background-color: #334155;
    outline: 1px solid #e2e8f0;
}
.product-logos .current {
    border: 1px solid #ffffff;
    outline: 2px solid #ff5501;
}

/*.single-logo-row{*/
/*    display: none;*/
/*}*/

.mlogos-parent {
    position: relative;
}

.mlogos-error {
    color: #e02b27;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: none;
}

@media screen and (max-width: 767px){
    .catalog-product-view .product-options-wrapper .swatch-opt {
        margin-bottom: 0;
    }

}

