/* Heading Font */
/*@import url('https://fonts.googleapis.com/css2?family=Lancelot&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');*/

/* Fade In */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#penultimate {
    /*    text-align: center;
    padding: 50px;
    background: white;*/
}

.parallax {
    background: url('/Content/images/site_background.jpg') no-repeat center center fixed;
    background-size: cover;
    /*background-size: 120% auto;*/
    width: 100%;
    height: 150vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(0);
}

#outer {
    animation: fadeIn .5s;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    /*background-image: url(/Content/images/site_background.jpg);*/
}

.main-content {
    padding: 0 20px;
    background-color: white;
    margin-top: 0px;
}

.main-body-container {
    padding-bottom: 50px;
}

.main-subhead {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 7px;
}

/* Top Nav */
.navbar, .navbar-brand {
    min-height: 5rem;
}

.navbar-item, .navbar-link {
    font-size: clamp(16px, 0.8vw, 20px);
}

/* Heading Text Sizes */
h1 {
    font-size: clamp(22px, 1.8vw, 30px);
}

h2 {
    /*font-family: 'Lancelot';*/
    font-size: clamp(16px, 1.4vw, 24px);
}

.cms-page-content p {
    padding-bottom: 12px !important;
}

.main-subhead p {
    font-size: clamp(14px, 1vw, 22px);
}

.shop-buttons section {
    text-align: center;
    margin-bottom: 0 !important;
}

.featured-product-list {
    padding: 10px;
}

a.featuredproduct {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.featuredproduct div {
    width: 100%;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 25%;
}

a, a * {
    color: #333;
}

.featuredproduct h2, .featuredproduct p {
    text-align: center;
}

.featuredproduct h4 {
    font-size: clamp(16px, 0.9vw, 22px);
}

.featuredproduct p {
    font-size: clamp(12px, 0.7vw, 18px);
}

.footer {
    padding: 3vw 6vw;
    margin-top: 3vw;
}

    .footer * {
        font-size: 14px;
    }

    .footer h2 {
        font-weight: bold;
        color: #895900;
        padding: 10px 0 0 0;
    }

    .footer ul {
        padding-left: 16px;
    }


.card-images img {
    max-height: 50px;
}

.clear {
    float: none !important;
    clear: both;
}

#product_list {
    display: none;
}

.footer_heading, footer h3 {
    font-size: clamp(1.4em, 2vw, 2em);
}

footer h6 {
    font-size: clamp(1.2em, 1.8vw, 1.8em);
}

/* Category List - maybe product list */
.category-description {
    margin-bottom: 30px;
}

    .category-description p {
        /* font-size: 20px;*/
    }

.category-articles {
    margin-top: 30px;
}

    .category-articles ul {
        margin-left: 40px;
        font-size: 20px;
    }

.image-container {
    height: clamp(100px, 25vw, 300px);
    background-size: cover;
}

#breadcrumb {
    /* background-color: #FAFAFA; Do we want this? */
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    background-color: #FAF8F5;
}

    #breadcrumb div {
        float: left;
        /*padding-left: 3px;*/
    }

    #breadcrumb .divider {
        display: inline-block;
        padding: 0 10px 0 5px;
    }

.listing-box {
    transition: background-color 0.5s linear;
    text-align: center;
}

    .listing-box:hover {
        background-color: #eee;
    }

    .listing-box h4 {
        font-size: clamp(0.5em, 1.5vw, 1.3em);
    }

.image {
    padding: 25px;
}

.product-scientific-name {
    font-size: clamp(12px, 1.5vh, 20px);
    font-style: italic;
}

/*.product-tagline, .product-attributes td {
    font-size: clamp(12px, 1.4vh, 24px);
}*/

.product-purchase-callout {
    font-size: clamp(14px, 1.8vh, 24px);
}

table.product-prices {
    margin-top: 30px;
}

.product-price-label {
    font-size: 1rem;
    font-weight: 400;
}

.product-price-point {
    text-align: right;
}

.add-cart-quantity {
    width: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*.product-description {
    font-size: clamp(10px, 1.2vw, 20px);
}
*/
/* Articles */
.non-product-search-results {
    font-size: 1.2em;
}

.article-list-container section.section {
    padding-bottom: 0;
}
/* Checkout */
.checkout-steps {
    padding: 0 0 20px;
    font-size: clamp(14px, 1.2vw, 24px);    
}

progress.progress {
    margin-top: 15px;
}

    .checkout-steps .current {
        border-top: 2px solid #68A;
    }

.cart-quantity-form input {
    width: 100px;
}

@media (min-width: 700px) {
    tr.pad-top td {
        padding-top: 40px;
    }

    tr.pad-bottom td {
        padding-bottom: 40px;
    }
}


/* Multi Level Dropdown */

.nooope-navbar-dropdown {
    margin-top: -30px;
}

.navbar-item.is-hoverable:hover .navbar-dropdown .navbar-dropdown {
    display: none;
}

.navbar-dropdown .navbar-item.is-hoverable:hover > .navbar-dropdown {
    display: block;
}

.navbar-dropdown .navbar-item .navbar-dropdown {
    top: -10px;
    box-shadow: 0 16px 8px -8px rgba(10,10,10,.1), 8px 0 8px -8px rgba(10,10,10,.1);
}

@media screen and (min-width: 1000px) {
    .navbar-dropdown .navbar-item .navbar-dropdown {
        margin-left: 100%;
    }
}

.navbar-dropdown .navbar-item.has-dropdown {
    padding: 0;
}

    .navbar-dropdown .navbar-item.has-dropdown > .navbar-link {
        width: 100%;
        padding: .375rem 1rem;
        background-color: #fff;
    }

@media (max-width: 500px) {
    .navbar-dropdown .navbar-item.has-dropdown > .navbar-link.navbar-parent-category {
        background-color: #FAF8F5;
    }
}

.navbar-dropdown .navbar-item.has-dropdown > .navbar-link:not(.is-arrowless) {
    padding-right: 2.5em;
}

@media (min-width: 768px) {
    .navbar-start > .navbar-item > .navbar-dropdown {
        margin-top: -30px;
    }
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #4A4A4A;
}

.button {
    background-color: #123E5B !important;
    color: #fff !important;
}

a {
    color: #895900;
}

/*a:hover {
        color: #895900 !important;
        text-decoration: underline;
    }*/

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
    background-color: white;
    margin-bottom: 15px;
}

@media screen {

    /*.navbar-item.is-hoverable:hover,
.navbar-item.has-dropdown.is-active .navbar-link,
.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link,
.navbar-dropdown,
.navbar-dropdown .navbar-item.has-dropdown:hover > .navbar-link,
.navbar-item.is-hoverable:hover,
a.navbar-item:hover,
.navbar-dropdown a.navbar-item:hover
{
    background-color: rgba(250, 241, 221, 0.8);
}*/
}

.navbar-dropdown {
    border-top: none;
}

/* Tables */
.table {
    background-color: #fff;
    color: #895900;
}

    .table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
        background-color: #FAF8F5; /* old: rgba(230, 221, 205, 0.8); */
    }

/*.progress::-moz-progress-bar {
    background: blue;
}
.progress::-webkit-progress-value {
    background: blue;
}
.progress {
    color: blue;
    background-color: blue;
}*/

/*@media screen and (min-width: 1024px) {
    .navbar-dropdown a.navbar-item:not(.is-active, .is-selected) {
        background-color: #FAF8F5;*/ /*rgba(250, 241, 221, 0.8);*/
/*color: #4a4a4a;
    }
    .navbar-dropdown .navbar-item:not(.is-active, .is-selected) {
        background-color: inherit;
    }
    .select select, .input, .textarea {
        background-color: inherit;
        border-color: hsl(221, 14%, calc(24% + 0%));
        border-radius: var(--bulma-input-radius);
        color: hsl(var(--bulma-input-h), var(--bulma-input-s), var(--bulma-input-color-l));
    }
}*/

.blog-tile h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.blog-tile p {
    font-size: .85em;
}


div.swiper-button-next, div.swiper-button-prev, div.swiper-pagination, span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #FAF8F5;
}

/* Make the element visible only on mobile (<=768px) */
.is-visible-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .is-visible-mobile {
        display: block !important; /* Make visible only on mobile */
    }
}

@media (max-width: 768px) {
    .navbar-link::after {
        display: none !important;
    }
}

table.link-list tr:hover {
    cursor: pointer;
    background-color: #EEE;
}

.order-status-list li {
    float: left;
    padding: 10px;
}

    .order-status-list li a {
        display: block;
    }

    .order-status-list li a:hover {
        background-color: #eee;
    }
