html {
    font-size: 14px;
}

main {
    xwidth: 800px;
}
H2 {
    font-size:1.6rem;
}
h3 {
    font-size:1.3rem;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #FBFAF6;
}

footer {
    background-color: #FFFEF7;
}
header {
    background-color: #FBFAF6;
}

.card-220 {
    width: 220px
}

.fig-variety {
    max-width: 600px;
    min-width: 300px;
}

.ml30 {
    margin-left:30px;
}
.ml40 {
    margin-left:40px;
}
.ml50 {
    margin-left:50px;
}







/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    ccolor: #0077cc;
    color: #003399;
    xcolor: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.amazon-qty-control {
    display: flex;
    align-items: center;
    border: 2px solid #080;
    border-radius: 16px;
    background: #f0f0f0;
    xpadding: 0 15px 0 15px;
    min-width: 20px;
    gap: 1px;
}

.amazon-qty-btn {
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    padding: 0 15px 0 15px;
    xmargin: 0 15px 0 15px;
    font-size: 1.0em;
    color: #080;
    display: flex;
    align-items: center;
    justify-content: center;
    xborder: 1px solid #F00;
    gap: 2px;
}

    .amazon-qty-btn:active {
        outline: none;
        xbackground: #e3e3e3;
    }

.amazon-qty-input {
    width: 40px;
    text-align: center;
    padding-right: 14px;
    margin-right: -10px;
    border: none;
    background: transparent;
    font-size: .6em;
    font-weight: bold;
    xborder: 1px solid #080;
}

    .amazon-qty-input::-webkit-inner-spin-button,
    .amazon-qty-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .amazon-qty-input:focus {
        outline: none;
        xbackground: #fffbe6;
    }
