@media only screen and (max-width: 1100px) {
    #leadTimeHeader {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    #rightOptionsPanel {
        width: 250px !important;
    }
}

@media only screen and (max-width: 799px) {
    #rightOptionsPanel {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    #topOptionsPanel {
        display: none;
    }
}

#widthInput {
    width: 75px;
    background-color: #FFF200;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #000;
}

/* Chrome, Safari, Edge, Opera */
input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.hide-arrows[type=number] {
    -moz-appearance: textfield;
}
