* {
    box-sizing: border-box;
    font-family: "Capriola", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2 {
    font-family: "Capriola", sans-serif;
    font-weight: 400;
    margin-top: 1.5rem;
}

.title-bar{
    background-color: #4b874e;
}

.callout {
	border: none;
    margin: 0 0 0 0;
}

.hideAll {
    display: none;
}

.product-image {
    padding-top: 2.50rem;
    /* width: 12.5rem; */
    cursor: pointer;
}

.cart-items {
    display: inline-block;
    height: 2.0rem;
    width: 2.0rem;
    line-height: 2.0rem;
    text-align: center;
    border-radius: 1.0rem;
}

.quantity-selector {
    margin-bottom: 0.625rem;
}

.add-to-cart {
    background-color: #5d9f5f;
    color: black;
    padding: 0.638rem;
    cursor: pointer;
    width: 60%;
    max-width: 10.6rem;
    transition: background 0.3s ease;
}

.add-to-cart:hover {
    background-color: #4b874e;
    color: black;
}

.quantity-btn {
    background-color: #8bb485;
    color: black;
    cursor: pointer;
    margin: 0rem 0.625rem;
}

.quantity-btn:hover {
    background-color: #5d9f5f;
    color: black;
}

.product-quantity-btn {
    background-color: #8bb485;
    color: black;
    cursor: pointer;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0.625rem;
    /* margin: 0rem ; */
}

.product-quantity-display{
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0.625rem;
}

.product-amount{
    margin-right: 0.625rem;
}

.product-quantity-btn:hover {
    background-color: #5d9f5f;
    color: black;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #4b874e;
    color: black;
}

.button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #4b874e;
    color: black;
}

.button{
    background-color: #4b874e;
    color: black;
}

.button:hover{
    background-color: #5d9f5f;
    color: black;
}

.button.success:hover, .button.success:focus {
    background-color: #5d9f5f;
    color: black;
}

.button.disabled:hover, .button.disabled:focus {
    background-color: #5d9f5f;
    color: black;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    color: black;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: black transparent transparent; /* Top arrow */
}

.top-bar, .top-bar ul {
    background-color: #fefefe;
}

.logout-link {
    display: none;
}

.nav-links .menu > li {
    align-items: center;
}

.logo {
    padding: 0.75rem;
}

.nav-links {
    display: flex;
    justify-content: right;
}

.nav-links .top-bar-left ul.menu > li {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.nav-links .top-bar-left ul.menu > li p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

header {
    padding-bottom: 5px;
}

.card-section {
    height: 20.75rem;
    /* background-color: pink; */
    padding-top: 0.0rem;
}

.department-card {
    box-shadow: 0rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 11.875rem;
    cursor: pointer;
    /* padding-top: 1.80rem; */
}

.product-card {
    width: 100%;
    margin: auto;
    padding: 0.0rem 0.938rem;
    box-shadow: 0rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 28.75rem; 
}

.department-card:hover, .product-card:hover {
    transform: scale(1.05);
    box-shadow: 0rem 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
}

.products-text {
    margin-bottom: 0rem;
}

.card-buttons {
    height: 5.0rem;
}

.product-image-container {
    display: flex;
    justify-content: center;
}

.product-name{
    margin-bottom: 0.0rem;
}

.product-brand{
    margin-top: 0.0rem;
}

.product-price{
    font-size: 1.4rem;
}

.product-upc{
    margin-bottom: 0.0rem;
    margin-top: 0.0rem;
}

.product-category{
    margin-bottom: 0.0rem;
    margin-top: 0.0rem;
}

.product-buttons{
    padding-top: 1.0rem;
}

.disclaimer {
    font-size: 0.75rem;
    text-align: center;
}

.social-media-icons {
    height: 2.00rem; 
    padding: 0.05rem;
    padding-left: 0.25rem;
}
  
.social-media-icons-twitter {
    height: 1.50rem;
    padding-left: 0.25rem;
}
  
.social-media-icons-youtube {
    height: 2.25rem;
    padding-left: 0.25rem;
}

.align-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* !HEIGHTS */

.height1{
    height: 10vh;
}

.height2{
    height: 25vh;
}

.height3{
    height: 38.6vh;
}

.height4{
    height: 40vh;
}

p{
    color: black;
}

.font{
    color: black !important;
    font-size: 1rem;
}

.topSpace{
    margin-top: 8vh;
    padding: 2%;
}

.topSpace2{
    margin-top: 2vh;
    color: black !important;
    font-size: 1.3em;
}

.bottomSpace2{
    margin-bottom: 8vh ;
}

.productName{
    margin: 2% 3%;
}

.bottomSpace7{
    margin-bottom: 10vh !important;
}

.bottomSpace8{
    margin-bottom: 4vh !important;
}

footer{
    padding-top: 1.00rem;
    padding-bottom: 0.50rem;
    margin-top: 4vh;
    background-color: #4b874e;
}

hr {
    border: none;
    height: 2px;
    background-color: black;
    width: 100vw;
    margin: 0;
}

.click-shipping{
    margin: auto;
    display: block;
    width: 100%;
}

.buttonStyle{
    width: 100%;
}

@media print, screen and (max-width: 40em) {
    p{
        font-size: 0.90rem;
    }
    .product-image{
        width: 7.5rem;
    }
    .card-section{
        height: 19.75rem
    }
    .product-card{
        height: 25.25rem;
    }
    .button{
        padding: 0.45em 0.6em;
    }
    .quantity-selector{
        font-size: 0.70rem;
    }
    .add-to-cart{
        font-size: 0.70rem;
    }
    .bottomSpace{
        margin-bottom: 0;
    }
    .mobileSpace{
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    .bottomSpace8{
        margin-bottom: 2vh !important;
    }
}