body{
    background: #a18cd1;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(161, 140, 209, 0.5), rgba(251, 194, 235, 0.5));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(161, 140, 209, 0.5), rgba(251, 194, 235, 0.5))
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.add_product .row_header .col_header {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: .5rem;
}

.add_product .row_header{
    margin-bottom: .25rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.col_header h1 a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .add_product .row_header .col_header {
        border: 0;
        margin-bottom: 0px;
    }
    .add_product .row_header {
        border-bottom: 1px solid #dee2e6;
    }

    .add_product .row{
        margin-bottom: .5rem;
    }

    .add_product .row:last-child{
        margin-bottom: 0px;
    }

    .add_product .col_currency_rate{
        padding-bottom: .85rem;
    }
}
