.callout {
	border: none;
}

.hideAll, .logout-button {
    display: none;
}

.finger {
    cursor: pointer;
}
#cart-container{
    position: relative;
    text-align: center;
}
.cart-delete-click{
    background-color: red;
    border-radius: 1rem;
}
.cart-plus-click{
    background-color: red;
    border-radius: 1rem;
}
.cart-minus-click{
    background-color: red;
    border-radius: 1rem;
}
.cart-circle {
    position: absolute;
    display: inline-block;
    /* width: 1.2rem;
    height: 1.2rem; */
    border-radius: 9rem;
    background-color: rgb(200, 0, 0);
    padding: 0.0625rem 0.5rem;
    color: white;
    bottom: 1vh;
    right: 0vw;
}
.top-bar, .top-bar ul {
    background-color: red;
}
.js-dropdown-active{
    background-color: white;
}
.header-tabs li p, a, input{
    margin: 1rem auto;
}
li>p{
    font-size: 1.5rem;
}
.is-dropdown-submenu > li {
    cursor: pointer;
}
.is-dropdown-submenu > li:hover {
    color: blue;
}

/* !COLOURS */


.colour1 {
    background-color: #7c7c7c;
}

.colour2 {
    background-color: red;
}

.colour3 {
    background-color: rgb(200, 0, 0);
}

.colour4 {
    background-color: rgb(150, 0, 0);
}

.colour5 {
    background-color: #CCC;
}
/* 
body{
    background-color: #ededed;
} */



/* !HEIGHTS */

.height1{
    height: 10vh;
}


.height2{
    height: 25vh;
}

.height3{
    height: 38.6vh;
}

.height4{
    height: 40vh;
}

.colour4, .colour3, #top-bar > a, p{
    color: white;
}
.colour4, .colour3, #top-bar > a{ 
    color: white;
}
.font{
    color: black !important;
    font-size: 1rem;
}
.topSpace{
    margin-top: 8vh;
    padding: 2%;
}
.topSpace2{
    margin-top: 2vh;
    color: black !important;
    font-size: 1.3em;
}
.topSpace3{
    margin-top: 24vh;
    padding: 2%;
}
.topSpace4{
    margin-top: 4vh;
    padding: 2%;
}
.bottomSpace2{
    margin-bottom: 8vh ;
}
.productName{
    margin: 2% 3%;
}
.bottomSpace7{
    margin-bottom: 10vh !important;
}
.bottomSpace8{
    margin-bottom: 4vh !important;
}
footer{
    margin-top: 4vh;
}

hr {
    border: none;
    height: 2px;
    background-color: black;
    width: 100vw;
    margin: 0;
}
.click-shipping{
    margin: auto;
    display: block;
    width: 100%;
}
.buttonStyle{
    width: 100%;
}



.pink {
    background-color: pink;
}

.paleblue {
    background-color: paleturquoise;
}

.red {
    background-color: red;
}
.blue {
    background-color: blue;
}

.header_background {
	background-color: red;
}

.header-text>h3{
    color: white;
    margin: 1rem auto;
    
}

.red-button{
    background-color: red;
    cursor: pointer;
}
.red-button:hover{
    background-color: rgb(194, 1, 36);
}
/* .product-description{
    height: 10rem;
} */
.product-description > h1, .product-description > p {
    margin: 0;
}
.product-controls {
    height: 3rem;
    display: flex;
    justify-content: space-between;
}

.header{
    display: flex;
    height: 100px;
    text-align: center;
    align-content: center;
}
#logo{
    align-self: center;
    margin: auto;
    /* position: absolute;
    top: 1rem; */
    margin-top: 1rem;
    margin-left: 0.5rem;
    /* max-height: 80%; */
}
.click-home{
    position: relative;
    height: 30%;
}
#cart-image{
    height: 7vh;
    text-align: center;
}
.header-tabs{
    justify-content: space-around;
}

.featured-slider{
    border: solid red 4px;
    border-radius: 8px;
    position: relative;
    width: 80%;
    object-fit: cover;
    margin: 32px auto auto auto;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-image{
    position: absolute;
    top: 0;
    margin: auto 4rem;
    height: 36rem;
    object-fit: cover;
}
#Slide2{
    position: relative;
    display: flex;
}
.ketchup-heading{
    z-index: 10;
    /* padding: 1rem; */
    position: absolute;
}
.ketchup-2{
    padding-top: 3rem;
}
#Slide3{
    display: flex;
}
#left-ketchup{
    margin: 5rem 0rem 0 2rem;
    rotate: 30deg;
}
#right-ketchup{
    margin: 5rem 3rem 0 0rem;
    padding-right: 1rem;
    rotate: -30deg;
}
.featured-bread{
    /* width: 30vw; */
    margin: 10rem 0;
}
.bread-text{
    white-space: pre-wrap;
    word-spacing: 0;
    font-size: 2rem;
    font-weight: 900;
}
.fake-button{
    border: solid red 4px;
    border-radius: 8px;
    background-color: lightgray;
    text-align: center;
    cursor: pointer;
    margin: 16px;
    width: 280px;
    padding: 16px;
    transition: 100ms ease-in-out;
    z-index: 1;
}
.fake-button:hover{
    background-color: grey;
    transition: 100ms ease-in-out;
}


.product-med{
    border: red solid 4px;
    border-radius: 8px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4px;
    min-height: 420px;
}
.product-big{
    border: red solid 4px;
    border-radius: 8px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4px;
    min-height: 520px;
}
.product-row p {
    color: black;
}
.this-product-description{
    overflow-y: scroll;
    height: 4rem;
}

.department-Portal{
    border-radius: 16px;
    text-align: center;
    background-color: brown;
}
.first-sub{
    background-color: white;
}


#Meat{
    background-color: red;
    transition: 200ms ease-in-out;
}
#Produce{
    background-color: green;
    transition: 200ms ease-in-out;
}
#Bakery{
    background-color: blue;
    transition: 200ms ease-in-out;
}
#Drinks{
    background-color: darkturquoise;
    transition: 200ms ease-in-out;
}
#Snacks{
    background-color: blueviolet;
    transition: 200ms ease-in-out;
}
#Dairy{
    background-color: orange;
    transition: 200ms ease-in-out;
}
#Meat:hover{
    background-color: rgb(215, 0, 0);
    transition: 200ms ease-in-out;
}
#Produce:hover{
    background-color: rgb(0, 100, 0);
    transition: 200ms ease-in-out;
}
#Bakery:hover{
    background-color: rgb(0, 0, 215);
    transition: 200ms ease-in-out;
}
#Drinks:hover{
    background-color: rgb(0, 171, 174);
    transition: 200ms ease-in-out;
}
#Snacks:hover{
    background-color: rgb(113, 27, 194);
    transition: 200ms ease-in-out;
}
#Dairy:hover{
    background-color: rgb(209, 136, 0);
    transition: 200ms ease-in-out;
}


.department-portal-text{
    color: white;
    padding: 8px 0;
}

.department-Image {
    height: 100%;
    max-height: 200px;
    /* aspect-ratio: 1/1; */
    opacity: 80%;
}

.hideAll {
    display: none;
}

.splash {
    display: block;
}

.cursor-hover{
    cursor: pointer;
}
.flex-row{
    display: flex;
    flex-direction: row;
    width: 50%;
    /* margin: auto; */
    justify-content: space-around;
}
.product-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-details-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-details-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
}
.product-header{
    font-size: 2.5rem;
}
.product-desc-small{
    font-size: 1rem;
    height: 2.5rem;
    overflow: scroll;
}

.product-quantity{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product-quantity-number{
    text-align: center;
    padding: 8px;
}
.add-minus-button{
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 1rem;
    margin: auto;
}
.add-minus-button-big{
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 2rem;
}
.cart-button{
    margin: auto;
    padding: 16px 8px;
    border-radius: 8px;
    font-size: 1rem;
}
.big-cart-button{
    width: 90%;
    margin: auto;
    padding: 24px 0;
    border-radius: 16px;
    font-size: 2rem;
    text-align: center;
}
.big-product-controls{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
/* .location-map{
    border: solid red 0.25rem;
} */
.location-map>iframe{
    border: solid red 0.25rem;
}
.location-address>p{
    color: black;
}
.location-address{
    padding: 0.25rem;
}

.button:hover{
    background-color: rgb(180, 0, 0);
}
.text-center{
    text-align: center;
}
.shipping-button{
    border-radius: 2rem;
}

@media screen and (max-width: 1200px) {
    .cart-button{
        padding: 0.5rem 0.25rem;
        margin: 4px auto;
    }
    .add-minus-button{
        padding: 4px 6px;
    }
}

@media screen and (max-width: 760px) {
    li>p{
        font-size: 1rem;
    }
    #cart-image{
        width: 8vw;
        height: 25%;
    }
}

@media screen and (max-width: 640px) {
    .bottomSpace{
        margin-bottom: 0;
    }
    .mobileSpace{
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    .bottomSpace8{
        margin-bottom: 2vh !important;
    }
    .location-box{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .location-address{
        padding: 1rem;
    }
    #logo{
        height: 8vh;
        margin-top: 1rem;
    }
    .title-bar{
        margin-top:6vh;
    }
    header{
        margin-bottom: 4rem;
    }
}