/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

/* #################################################### TOPBAR #################################################################### */

.topbar_warehouse{

    display: none;
    pointer-events: none;
    user-select: none;

}

html, body{

    background: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}

::-webkit-scrollbar{
    
    width: 11px;
    
}
    
::-webkit-scrollbar-track{
    
    background-color: rgb(32, 32, 32);
    
    
}
    
::-webkit-scrollbar-thumb{
    
    background-color: rgb(50, 50, 50);
    
}
    
::-webkit-scrollbar-thumb:hover{
    
    background-color: rgb(60, 60, 60);
    
}

.topbar_container{

    background: #1c1c1cd7;
    width: 100%;
    height: 100%;

}

.topbar_leftzone{

    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 56px;
    transition: 0.3s;

}

.topbar_pnglogo{

    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;

}

.topbar_leftzone a:focus{

    opacity: 0.2;
    
}

.topbar_pnglogo:hover{

    transform: rotateZ(360deg);

}

.topbar_svglogo{

    height: 24px;
    margin-left: 12px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: 0.3s;

}

.topbar_svglogo:hover{

    opacity: 0.25;

}

.topbar_svglogo:focus{

    opacity: 0.25;

}

.topbar_rightzone{

    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 56px;
    transition: 0.3s;

}

.topbar_changelang{

    width: 42px;
    height: 28px;
    border: 0px solid transparent;
    border-radius: 5px;
    margin-right: 7px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    font-size: 12px;
    opacity: 1;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;

}

.topbar_changelang:hover{

    opacity: 0.5;

}

.topbar_changelang:focus{

    opacity: 0.5;

}

.topbar_button{

    height: 34px;
    background: none;
    border: 2px solid white;
    color: rgb(255, 255, 255);
    border-radius: 70px;
    margin-left: 20px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.3s;
    font-size: 12px;
    opacity: 1;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;

}

.topbar_button:hover{

    background: white;
    color: black;

}

.topbar_button:focus{

    opacity: 0.5;

}

.topbar_hamburguerbtn{

    display: none;
    width: 48px;
    height: 48px;
    margin-left: 20px;
    background: url("hamburguericon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    border: 3px solid white;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;

}

.topbar_hamburguerbtn:hover{

    background-size: 44px;

}

.topbar_hamburguerbtn:focus{

    background-size: 44px;

}

/* #################################################### HAMBURGUER MENU #################################################################### */

.hamb_container{

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);

}

.hamb_bgtoclose{

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;

}

@keyframes hamb_menu_anim {

    from {transform: translateX(100%);}
    to {transform: translateX(0%);}

}

.hamb_menu{

    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(324deg, #131313 0%, #303030 100%);
    box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.322);
    width: 80%;
    height: 100%;
    animation-name: hamb_menu_anim;
    animation-duration: 0.2s;

}

.hamb_menu_topzone{

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    text-align: left;

}

.hamb_menu_close{

    width: 50px;
    height: 50px;
    margin-left: 7.5px;
    border: 0px solid transparent;
    outline: none;
    background: url("../../imgs/icons/close_thin.svg");
    background-size: 90%;
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s;

}

.hamb_menu_close:hover{

    opacity: 0.5;

}

.hamb_menu_close:focus{

    opacity: 0.5;

}

.hamb_menu_title{

    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 30px;
    margin-left: 8px;

}

.hamb_menu_bottomzone{

    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #00000030;
    padding: 20px;
    overflow-y: auto;

}

.hamb_menu_button{

    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    outline: none;
    background: #393939;
    border: 0px solid transparent;
    /*border-radius: 17.5px;*/
    border-radius: 26px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-align: left;
    padding-left: 25px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;

}

.hamb_menu_button:hover{

    background: rgb(85, 85, 85);

}

.hamb_menu_button:focus{

    background: rgb(85, 85, 85);

}

/* #################################################### RESPONSIVITY #################################################################### */

@media only screen and (max-width: 800px) {

    .topbar_leftzone{

        padding-left: 18px;
    
    }

    .topbar_rightzone{

        padding-right: 18px;
    
    }

    .topbar_pnglogo{

        width: 48px;
        height: 48px;
    
    }

    .topbar_svglogo{

        height: 24px;
    
    }

    .topbar_button{

        display: none;
    
    }

    .topbar_hamburguerbtn{

        display: inline;
    
    }

}