a {
    all: unset;
}

a:hover {
    color: white;
}

.navbar {
    background-color: white !important;
}

.nav-item, .navbar-brand, .div-closebutton, .home-products a{
    cursor: pointer;
}

.img-cookbook-2 {
    position: absolute;
    top: 0;
    left: 7%;
    height: inherit !important;
    width: calc(100% + 130px);
    pointer-events: none;
}

.div-category-bar img {
    width: 100%;
}

.container-mobile{
    display: none;
}

.container-desktop{
    display: initial;
}

.div-more_recipe_tag{
    width: 10%;
    position: fixed;
    right: 0;
    top: 50%;
}

.div-more_recipe_tag a, .div-more_recipe_tag img{
    width: 100%
}

.div-side_menu{
    z-index: 200;
    background: #002b72;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    opacity: 0;
    pointer-events: none;
}

.div-side_menu.active{
    opacity: 1;
    pointer-events: initial;
}

.div-side_menu .div-closebutton{
    width: 100%;
    text-align: right;
    margin-bottom: 20%;
    padding: 20px;
}

.div-side_menu .div-closebutton img{
    width: 5%;
}

.div-side_menu .div-menu_item{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10%;
}

.div-side_menu .div-menu_item .line-menu_item{
    width: 60%;
    opacity: 0;
}

.div-side_menu .div-menu_item.active .text-menu_item{
    color: white;
}

.div-side_menu .div-menu_item.active .line-menu_item{
    opacity: 1;
}

.div-side_menu .div-menu_item .line-menu_item img{
    width: 100%;
}


.div-side_menu .div-menu_item .text-menu_item{
    font-size: 32px;
    margin-left: 20px;
    color: #706F6F;
    cursor: pointer;
    flex: 0.7;
    text-align: right;
    white-space: nowrap;
}

.div-container-menu_contact{
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    color: white;
    padding: 0px 10%;
    font-size: 15px;
}

.div-container-cookbook{
    position: relative;
    width: 34%;
}

.cookbook-sideimg{
    position: absolute;
    margin-left: 20px !important;
    width: 44% !important;
}

.div-more_recipe_tag.home_tag{
    width: 8%;
    position: fixed;
    right: 0;
    top: 80%;
}


@media only screen and (max-width: 600px) {

    .home-background_imgs{
        height: 100% !important;
        margin-top: -5%;
        margin-bottom: -5%;
    }

    .navbar-collapse {
        justify-content: flex-start !important;
    }

    .container-mobile{
        display: initial !important;
    }

    .container-desktop{
        display: none !important;
    }

    .container-mobile .div-category-bar img {
        height: 30px;
        width: initial;
    }

    .container-mobile .div-milk-option img {
        height: 30px;
        margin: 5px 5px;
        cursor: pointer;
        width: initial;
    }

    .container-mobile .bar-content {
        padding-top: 5px;
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-mobile .div-recipe-option img {
        height: 150px;
        margin: 5px 0px;
        cursor: pointer;
    }

    .container-mobile .div-recipe-bar img {
        height: 150px;
        margin: 0px -30px;
        cursor: pointer;
    }

    .container-mobile .div-recipe-name img {
        height: 100px;
        width: initial;
    }

    .container-mobile .div-recipe-cookbook{
        margin-top: 5px;
    }

    .container-mobile .div-recipe-cookbook img, .container-mobile .div-recipe-cookbook-2 img  {
        height: 100px;
        margin-left: 0px;
        width: initial;
    }

    .container-mobile .img-cookbook-2 {
        position: absolute;
        top: 0;
        left: 0;
        height: inherit !important;
        width: calc(100%) !important;
        pointer-events: none;
    }

    .container-mobile .home-products {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px 0%;
        width: 100%;
        flex-direction: column;
        height: 100%;
        padding-top: 5%;
    }

    .container-mobile .home-products img {
        width: 100%;
    }

    .home-products a {
        width: 60% !important;
    }

    .div-side_menu .div-menu_item .line-menu_item {
        width: 40%;
    }

    .div-side_menu{
        width: 100%;
    }

    .navbar-toggler{
        border: 0px;
    }

    .div-side_menu .div-menu_item .text-menu_item{
        font-size: 20px;
    }

    .div-container-menu_contact{
        font-size: 16px;
    }

    .div-more_recipe_tag {
        width: 25% !important;
        position: fixed;
        right: 0;
        top: 42%;
    }

    .div-more_recipe_tag.home_tag{
        bottom: 5%;
        top: initial;
    }

    .div-milk-option a {
        width: initial !important;
    }
}

/*
@media only screen and (max-width: 1600px) {
    .div-category-bar img, .div-milk-option img{
        height: 40px !important;
    }
    .bar-content{
        padding-top: 10px !important;
    }
    
}

@media only screen and (max-width: 1350px) {
    .div-category-bar img, .div-milk-option img{
        height: 40px !important;
    }
}
*/