
.spacing{
    margin-bottom: 7%;
}


/* active sidebar */
/*.sidebar li:nth-child(4) a {
    background-color: var(--white-color);
    color: #26443B !important;
    font-weight: var(--font-medium);
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}*/

/*========== URUNLER  ==========*/


.magza_body{
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    width: 1500px;
}




/* MENU */

.menu {
    width: 25%;
    padding: 20px;
    text-align: left;
}




.menu li {
    margin: 30px 0;
    padding-bottom: 1rem;
    border-bottom: 0.5px dotted #0000004b;;
}

.menu a {
    text-decoration: none;
    color: #26443B;
    font-size: 14px;
    font-weight: 700;
}


/* NAV MENU  */

.menu_title{
    letter-spacing: 5px;
    font-weight: 550;
}

.menu_navtitle{
    letter-spacing: 5px;
    font-weight: 550;
    display: none;
}

#menu-button{
    font-size: 30px;
    cursor: pointer;
    color: #26443B;
    display: none;
    font-weight: bold;



}

@media (max-width: 768px) {
.menu_title{
    display: none;
}
    
.menu_navtitle{
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
        width: 100%;
}

#menu-button{
    display: inline-block;
}
    
.fixmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.fixmenu.open {
    max-height: 800px; 
}

.fixmenu.open li {
    opacity: 1;
}


}



/* ACTIVE MENU */




.content {
    width: 70%;
    padding: 20px;
}

.content_title{
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #0000002c;
    margin-left: 2rem;
    padding-bottom: 2.4rem;
}









/* PRODUCTS */

.products {
    display: flex;
    flex-wrap: wrap;
}

.product {
    display: flex;
    width: 30%;
    align-items: center;
    margin: 1.66%;
    padding: 20px;
    text-align: center;
}

.product img {
    max-width: 43%;
    height: auto;
    margin-right: 1rem;
}



.product_title{
    margin: 12px 0;
    font-size: 16px;
    font-weight: 650;
}


.bakery.content{
    display: none;
}

.content a{
    color: #26443B;
}




@media (max-width: 767px) {
    .bakery.content{
        display: block;
    }
    
    .products {
        justify-content: center;
    }

    .content {
        width: 100%;
        margin-top: 8%;
    }


    .content_title{
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 2px;
        margin-left: 0rem;
        padding-bottom: 1rem;
    }



 

    .product_title{
        margin: 4px 0;
        font-size: 12px;

    }

    .product{
        margin: 0;
        width: 40%;
        margin-right: 10%;
    }

    .product img{
        margin-right: 0.5rem;
        max-width: 70%;
    }



}