/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.6
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

form input[type="number"] {
    padding: 5px;
    margin: 10px;
    width: 150px;
}

form button {
    padding: 5px 15px;
    background-color: #008CBA;
    color: white;
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: #005f73;
}
