

/* Phone mobile Banner */
@media screen and ((max-width: 500px)) {
    #Categories_Page_Thumb_Container{
        display: none
    }

    #Categories_Page_Thumb_Container img {
        width: 100%;
        height: auto;
    }

    #Categories_Page_Thumb_Container_Responsive_Tab {
        display: none;
    }

    #Categories_Page_Thumb_Container_Responsive_Phone {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Categories_Page_Thumb_Container_Responsive_Phone img {
        width: 100%;
        height: auto; 
    }
}

/* Mobile Tab Banner */
@media screen and ((max-width: 834px) and (min-width: 500px)) {
    #Categories_Page_Thumb_Container{
        display: none;
    }

    #Categories_Page_Thumb_Container img {
        width: 100%;
        height: auto;
    }

    #Categories_Page_Thumb_Container_Responsive_Phone {
        display: none;
    }

    #Categories_Page_Thumb_Container_Responsive_Tab {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Categories_Page_Thumb_Container_Responsive_Tab img {
        width: 100%;
        height: auto; 
    }
}

/* Desktop Banner */
@media screen and (min-width: 834px) {
    #Categories_Page_Thumb_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Categories_Page_Thumb_Container_Responsive_Phone {
        display: none;
    }

    #Categories_Page_Thumb_Container_Responsive_Tab {
        display: none;
    }

    #Categories_Page_Thumb_Container img {
        width: 100%;
        height: auto;
    }

    #Categories_Page_Thumb_Container_Responsive {
        display: none
    }

    #Categories_Page_Thumb_Container_Responsive img {
        width: 100%;
        height: auto; 
    }
}

/* Page css */

@media screen and (max-width: 700px) {

    #Categories_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Categories_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

        margin-bottom: 00px;
    }

    #Categories_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 185px;



    }

    #Categories_Page_Title_Inner_Centralization_Container {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: 65px;

        margin-top: 50px;
        margin-bottom: 50px;
        

    }

    #Categories_Page_Title_Inner_Centralization_Container h1 {
        font-family: "Roboto";
        margin-left: -14%;
        margin: 0px;

    }


    #Categories_Page_Title h2 {
        font-family: "Roboto";
        line-break: strict;
        block-size: auto;
        text-align: center;
        font-size: 25px;
    }

    #Categories_Container {
        display: flex;
        /* flex-direction: row; */
        flex-direction: column;
        /* flex-flow: row; */
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: auto;

        min-height: 230px;

        /* overflow-x: scroll; */
        overflow-x: hidden;
        /* overflow-y: hidden; */
        overflow-y: scroll;

        margin-top: -10px;
        /* margin-left: 8%; */

    }

    .Categories_item_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        align-items: center;
        justify-content: flex-start;

        margin-left: 10px;
        margin-right: 10px;

        height: 450px;
        width: 250px;

        margin-right: 10px;

    }

    .Categories_more_info_image {
        width: 210px;
        height: auto;
    }

    .Categories_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .Categories_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .Categories_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .Categories_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .Categories_info_button{
        width: 210px;
        border: none;
        padding: 0px;
        cursor: pointer;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
        /* margin-left:10px; */
    }

}

@media screen and ((max-width: 1106px) and (min-width:700px)) {

    #Categories_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Categories_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

        margin-bottom: 00px;
    }

    #Categories_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 10vh;

        margin-top: 30px;

    }

    #Categories_Page_Title_Inner_Centralization_Container {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: 10vh;

    }

    #Categories_Page_Title_Inner_Centralization_Container h1 {
        font-family: "Roboto";
        margin-left: -14%;
        margin: 0px;

    }


    #Categories_Page_Title h2 {
        font-family: "Roboto";
        line-break: strict;
        block-size: auto;
        text-align: center;
        font-size: 25px;
    }

    #Categories_Container {
        display: flex;
        flex-direction: row;
        flex-flow: row;

        justify-content: flex-start;
        align-items: flex-start;

        flex-wrap: nowrap;

        width: 70%;
        height: auto;

        min-height: 230px;

        overflow-x: scroll;
        overflow-y: hidden;

        margin-top: 30px;
        /* margin-left: 4%; */

    }

    .Categories_item_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        align-items: center;
        justify-content: flex-start;

        margin-left: 10px;
        margin-right: 10px;

        height: 450px;
        width: 250px;

        margin-right: 10px;

    }

    .Categories_more_info_image {
        width: 210px;
        height: auto;
    }

    .Categories_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .Categories_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .Categories_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .Categories_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .Categories_info_button{
        width: 210px;
        border: none;
        padding: 0px;
        cursor: pointer;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
        /* margin-left:10px; */
    }

}

@media screen and (min-width: 1106px) {

    #Categories_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Categories_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

        margin-bottom: 100px;
    }

    #Categories_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 10vh;

        margin-top: 50px;

    }

    #Categories_Page_Title_Inner_Centralization_Container {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: 10vh;

    }

    #Categories_Page_Title_Inner_Centralization_Container h1 {
        font-family: "Roboto";
        margin-left: 14%;
    }


    #Categories_Page_Title h1 {
        font-family: "Roboto";
        color: black;
    }


    #Categories_Container {
        display: flex;
        flex-direction: row;
        flex-flow: row;

        justify-content: center;
        align-items: flex-start;

        flex-wrap: wrap;

        width: 100%;
        height: auto;

        max-width: 1200px;

        min-height: 300px;

        overflow-y: scroll;

        margin-top: -20px;

    }

    .Categories_item_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        align-items: center;
        justify-content: center;

        margin: 2.5%;

        height: 450px;
        width: 250px;

    }

    .Categories_more_info_image {
        width: 210px;
        height: auto;
    }

    .Categories_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .Categories_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .Categories_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .Categories_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .Categories_info_button{
        width: 210px;
        border: none;
        padding: 0px;
        cursor: pointer;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
        /* margin-left:10px; */
    }

}