.container-crosselling-row {
    padding-left: 5px;
    padding-right: 5px;
}

.container-crosselling-row td {
    font-family: "Century Gothic";
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.name-corosselling-row {
    height: 90px;
    vertical-align: top;
}

.container-crosselling-row select {
    text-align: center;
    font-family: "Century Gothic";
}

.amount-crosseling-row {
    font-size: 14px !important;
}

.input-number {
    width: 60%;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    height: 45px;
    user-select: none;
}

.input-number-decrement {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

.input-number-increment {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.input-number {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: none;
    border-left: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 20%;
    line-height: 38px;
    background: #ffffff;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding-top: 4px;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
}

.input-number-increment {
    border-left: none;
}

.btn-add-product {
    font-family: "Century Gothic";
    text-transform: uppercase;
    width: 100%;
    background-color: #D0D0D0;
    height: 45px;
    color: white;
    font-weight: bold;
}