* {
    font-size: 15px;
    font-variant: normal;
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    background: #2f2f2f;
    color: #4C555A;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}
main {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100vh;
    justify-content: center;
}
/* .container {
    max-width: 720px;
    padding: 100px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
} */
.form-container  {
    display: block;
}
footer {
    width: 100%;
    padding: 40px;
    text-align: center;
}
h1 {
    /* font-size: 24px;
    font-weight: 500;
    text-align: center; */
}
h2.status {
    display: inline;
    font-size: 18px;
    font-weight: 600;
}
i.fa {
    font-size: 18px;
}
i#sysDefault {
    color: red;
}
i#sysGood,
i.sysGood {
    color: limegreen;
}
h1.title, 
h2.title,
h3.title {
    color: #907250;
}
p.chargeSuccess {
    color: #907250;
    font-size: 2rem;
    padding: 50px;
}
form {
    max-width: 480px;
    margin: 20px auto;
}
.group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}
label {
    position: relative;
    color: #8898AA;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}
label > span {
    width: 80px;
    text-align: right;
    margin-right: 30px;
}
.control.has-icons-left .icon.is-left {
    font-size: 1.25rem;
		color: #888;
}
.field {
    background: transparent;
    font-weight: 400;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    -webkit-box-shadow: inset 0 1px 2px transparent;
    box-shadow: inset 0 1px 2px transparent;
}
.field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }
button {
    /* float: left; */
    /* display: block; */
    background: #666EE8;
    color: white;
    cursor: pointer;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    /* width: 100%; */
    /* height: 40px; */
    /* line-height: 38px; */
    outline: none;
}
button:focus {
    background: #555ABF;
}
button:active {
    background: #43458B;
}
button.main-button {
    width: 10rem;
    height: 7rem;
    font-size: 1.5rem;
    color: #907250;
    /*make element text unselectable*/
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
    user-select:none;
    /* end no select text */
    -webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.1); /* #191919 */
	border: 1px solid #141414;
}
button.selectOption {
    width: 10rem;
    height: 7rem;
    font-size: 1.5rem;
    color: #907250;
    /*make element text unselectable*/
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
    user-select:none;
    /* end no select text */
    -webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	box-shadow: 2px 3px 5px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.1); /* #191919 */
	border: 1px solid #141414;
}
button.selectOption.lrg {
    width: 15rem;
}
button.selectOption:hover, 
button.selectOption:focus, 
button.main-button:hover, 
button.main-button:focus {
    -webkit-box-shadow: 0 0 0 transparent inset;
    -moz-box-shadow: 0 0 0 transparent inset;
    box-shadow: 0 0 0 transparent inset;
}
button.selectOption:active {
    -webkit-box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    background: #292929;
    border: solid 1px #000000;
}
button.selectOption.active {
    -webkit-box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5), inset 2px 3px 5px rgba(0, 0, 0, 0.6);
    background: #292929;
    border: solid 1px #000000;
}
.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}
.success, .error {
    display: none;
    font-size: 13px;
}
.success.visible, .error.visible {
    display: inline;
}
.error {
    color: #E4584C;
}
.success {
    color: #666EE8;
}
.success .token {
    font-weight: 500;
    font-size: 13px;
}
.card-errors {
    display: none;
}
.notification {/* override for bulma css setting */
    padding: 1rem 2rem;
}
#successModal .modal-content {
    background-color: #000;
}

.price {
    font-size: 150%;
    font-weight: bold;
}

div.product-list {
    padding: 5px;
    border: 2px solid;
}

button.increment-btn {
    background: #907250;
    border-radius: 0;
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
}
.quantity-setter {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.quantity-setter .increment-btn {
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #907250;
}
input[type='number'] {
    border: 1px solid grey;
    border-radius: 0;
    padding: 5px 12px;
    height: 46px;
    width: 100%;
    transition: box-shadow 0.2s ease;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #32325d;
}
.quantity-setter input {
    border-radius: 0;
    width: 50px;
    padding: 0;
    text-align: center;
}


footer.footer {
    background-color: #2f2f2f;
}