@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;500;700;900&display=swap";

a {
    text-decoration: none;
    color: #1a1818;
}

body {
    font-family: 'Exo 2', sans-serif;
    color: #1a1818;
    background: #fff;
    transition: left .2s ease-in-out, right .2s ease-in-out;
    position: relative;
    left: 0;
    font-size: 15px;
    line-height: 25px;
}

header {
    padding: 10px;
    background-color: #000;
}

.logo img {
    max-height: 83px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.btn-primary {
    background-color: #1a1818;
    border-color: #1a1818;
}

.card{
    overflow: hidden;
}

.out-stock{
    position: absolute;
    left: 0;
    top: 34%;
    text-align: center;
    background: #ebebeb;
    opacity: 0.9;
    transform: rotate(-20deg);
    width: 110%;
    margin-left: -5%;
    z-index: 10;
}

.category-image{
    height: 304px;
    width: 100%;
    object-fit: contain;
}

.product-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.list-group-item.active {
    color: #fff;
    background-color: #1a1818;
    border-color: #1a1818;
}

footer{
    background-color: #1a1818;
}

.whatsapp {
    display: block;
    right: 5px;
    font-size: 0;
    line-height: 0;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    bottom: 5px;
}

.whatsapp > img {
    max-width: 120px;
}

#mm-1{
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.content{
    flex:1;
}


#menu img{
    height: 150px;
}

.mm-navbar{
    display: none;
}

.home-page{
    background-color: #000;
}

div.home-menu ul {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

div.home-menu ul > li {
    padding: 5px;
    box-sizing: border-box;
    flex: 33%;
    min-width: 200px;
}

div.home-menu ul > li a {
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #ffffffc7;
    display: block;
    text-align: center;
    border-radius: 50px;
}

.footer-logo{
    height: 83px;
}

#search-form{
    position: relative;
}

#search-form i {
    width: 30px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.29);
    border-radius: 3px;
    font-size: 15px;
}

#search-form button{
    display: none;
}

#search-form input {
    display: none;
    position: absolute;
    right: 35px;
    top: 0;
    padding: 3.3px 13px;
    color: #333;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50px;
    font-size: 13.3333px;
}

.page-heading{
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.card-body{
    background-color: #f4f2f0;
}

.price{
    font-size: 20px;
}

.product-main-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 550px;
}

@media only screen and (max-width: 768px) {
    header {
        position: relative;
    }

    #menu-btn {
        font-size: 20px;
        text-decoration: none;
        color: #fff;
    }

    .price {
        margin-top: 5px;
    }

    .header-contact {
        display: none;
    }

    .category-image{
        height: 100px;
    }

    .page-heading{
        font-size: 22px;
    }

    .logo img{
        width: 100%;
    }

    .card-title{
        height: 48px;
    }
}
