.mobile-show{
    display: none;
}
.desktop-show{
    display: flex;
}
@media screen and (max-width : 1200px){

    .category{
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }
    .space{
        height: 30px;
        width: 30px;
    }
}


@media screen and (max-width: 1000px){
    .options-box{
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }

    .options-box > div:not(.space){
        width: 300px;
    }
}


@media screen and (max-width : 995px){
    .latest-box{
        display: flex !important;
        flex-direction: column;
    }

    .introduce{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .bakery_basket{
        height: 300px !important;
    }

    .seperator{
        width: fit-content;
        transform: rotate(-90deg);
        height: 100%;
    }

    .bakery_basket{
        height: 150px;
    }
}


@media screen and (max-width : 980px){
    .mobile-show{
        display: block;
        background-color: white !important;
    }

    .desktop-show{
        display: none;
    }

    .basket-img{
        width: 200px !important;
    }
}


@media screen and (max-width : 780px) {
    .footer{
        display: flex;
        flex-direction: column;
        padding: 30px;
        margin-top: 50px;
    }

    .copy-right{
        text-align: center;
        padding: 100px;
    }
}


@media only screen and (max-width : 560px){
    .category{
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }
}