body {
    font-family: "Open Sans", sans-serif;
}

body, html {
    min-height: 100vh;
}

a:hover {
    text-decoration: none;
}

.navbar {
    background: #000;
    border: none;
    box-shadow: none;
    color: #5a481c;
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: #5a481c;
}

.dropdown-menu li a {
    color: #f6f3e1;
}

.navbar-nav {
    color: #5a481c;
    font-size: 1.5rem;
    font-weight: 300;
}

.navbar-nav a {
    color: #f6f3e1 !important;
    border-color: #f6f3e1 !important;
}

.navbar-nav a:hover {
    color: #8a8d09 !important;
    background-color: unset !important;
}

.caption {
    padding-inline: 0 !important;
    text-align: center;
}

.caption h3 {
    font-size: 2rem;
    margin: 0;
}

.caption .prod-buttons {
    display: none;
}

.prod-desc-heading {
    color: #8a8d09;
    font-weight: bold;
    font-size: 1.75rem;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.footer {
    --footer-text: #dadada;
    background-color: #302108;
    padding: 30px 0;
    color: var(--footer-text);
}

.footer a:link, .footer .footer-col-title {
    color: #dadada;
}

.footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.size-chart {
    font-size: 13px;
}

.size-chart table {
    margin-bottom: 25px;
}

.size-chart thead th {
    background: #e6e0d2;
}

.size-chart caption {
    background: #5a481c;
}

.size-chart th {
    font-weight: bold;
    text-align: left;
    color: #121212;
    /*background: #C2C3BE;*/
}

.size-chart .custom-for-you {
    color: #e66000;
}

.minimum-packs-warning-message {
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem;
    margin: 1rem 0;
    background: #ffdaca;
    color: #ff550a;
    border: 1px solid #ff550a;
    border-radius: 0.5rem;
}
