.bgimg img{
    width:100%;
    height: 90vh;
}
.bgimg{
    position: relative;
    overflow: hidden;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
    flex:1;
}
.nav > li > a:hover{
    color: red!important;
}
.main-nav{
    background-color: #F5F5F5;
}
.menu button{
    position: absolute;
    top:80px;
    left: 100px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 5rem;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    background: transparent;  
}
.card img{
    height: 250px!important;
    object-fit: fill;
}


#ham-menu {
    display: none;
}
label[for="ham-menu"] {
    display: block;
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: transparent;
    cursor: pointer;
}
.ham-menu {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    visibility: hidden;
    transform: translate(-110%);
    z-index: 998;
    background-color: white;
    opacity: 0.8;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ham-menu > ul {
    width:100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    height: 80%;
}
.ham-menu > ul > li {
    font-size: 2.5rem;
    white-space: nowrap;
    padding: 0 2rem;
    cursor: pointer;
    color: #616161;
}
.ham-menu > ul > li:hover {
    color: #FFFFFF;
    background-color: #616161;
}
#ham-menu:checked + label {
    background-color: transparent;
    border-color: red;
}
#ham-menu:checked ~ div.ham-menu {
    transform: translate(0px);
    visibility: visible;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 500ms;
}
#ham-menu:checked ~ div.overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    }
    [for="ham-menu"] > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
}
.bars {
    display: block;
    width: 25px;
    height: 5px;
    margin: 10px 0 5px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #000000;
    transition: 500ms;
    transform-origin: right center;
    }
    [for="ham-menu"] > div > span:nth-child(4),
    [for="ham-menu"] > div > span:nth-child(5),
    [for="ham-menu"] > div > span:nth-child(6) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transform-origin: left center;
}
#ham-menu:checked + label span {
    background-color: red;
}
#ham-menu:checked + label span:nth-child(2),
    #ham-menu:checked + label span:nth-child(5) {
    transform: scale(0);
}
#ham-menu:checked + label span:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
}
#ham-menu:checked + label span:nth-child(4) {
    transform: translateY(20px) rotate(-45deg);
}
#ham-menu:checked + label span:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
}
#ham-menu:checked + label span:nth-child(6) {
    transform: translateY(-20px) rotate(45deg);
}
.cart{
        font-size:2.5rem;
}
.cart_total{
        font-size: 1rem;
}
.cat-hover:hover{
    opacity: 0.5;
}

@media only screen and (max-width:576px){
.email, .contact_number{
font-weight: 400;
font-size: 8px;
}
header .fab{
font-size: 0.4rem;
}
}

@media only screen and (max-width:400px){
#logo_image{
max-width: 80px;
max-height: 80px;
object-fit: cover;
}  
.section{
min-height: 200px;
}
}

@media only screen and (max-width:280px){
.email, .contact_number{
font-weight: 400;
font-size: 6px;
}
header .fab{
font-size: 0.4rem;
}
h1{
font-size: 1.8rem;
}
}