/**
Theme Name: Enroute54
Author: Enroute54
Author URI: https://enroute54.com/
Description: Theme for the Enroute54
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enroute54
Template: astra
*/
input[type=date] {
    color: #666;
    padding: 12px !important;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear
}

input[type=date]:focus {
    background-color: #fff;
    border-color: var(--ast-border-color);
    box-shadow: none
}

div.qty {
   font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
