.check-out-form-payment{
    margin: 0;
    padding: 0;
    /* overflow:hidden; */
}
.check-out-form-payment__methods{
    height: 45px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 48px;
    /* justify-content: center;
    align-items: center;
    overflow: auto; */
    cursor:default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    
    text-align: center;  
}
/* .check-out-form-payment__methods::-webkit-scrollbar{
    display: none;
} */
.check-out-form-payment__methods .payment-method{
    display: inline-block;
    background-color: #6c757d78;
    color: white;
    padding: 8px;
    margin-right: 4px;
    margin-bottom: 8px;
}
.check-out-form-payment__methods .payment-method_active{
    background-color: rgb(176, 137, 91);
}