@media (hover: hover){
    .H_butt_innner:hover{
        background-color: black;
        color: white;
        height: 30px;
    }
    .H_butt_inner_hover:hover{
        background-color: black;
        color: white;
        height: 100%;
    }
    .H_butt_dropdown:hover{
        background-color: black;
        color: white;
    }
    .H_butt_socicon:hover{
        background-color: var(--main-bg-dark-slate2-color);
    }
}
#hlavicka{
    width:100%;
	height:60px;
    background-color: rgba(255,255,255,1);
	color: black;
	position: fixed;
	z-index: 200;
	top:0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;

}
#H_inside{
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 0 5%;
}
#logo{
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.logo_img{
    display: inline-block;
    height: 30px;
}
.H_hamburgr{
    display: inline-block;
    float: right;
    margin-top: 2.5px;
    width:60px;
    height: 60px;
}
.H_hamburgr_close{
    display: none;
    float: right;
    margin-top: 2.5px;
    width:60px;
    height: 60px;
}
.H_hamburgr_space{
    width:60px;
    height: 60px;
    margin-left: 60px;
    float: right;
}
.H_nabidka_mobile{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    float: unset;
    line-height: normal;
    padding: 30px 0 30px 0;
    font-size: 2.5rem;
    height: auto;
    width: 100%;
    margin: 20px 0;
}
#H_tab{
    display: none;
    width: 100%;
    position: fixed;
    top: 132px;
    left: 0;
    text-align: center;
    padding: 0 0 0 0;
    z-index: 3;
    height: auto;
    max-height: calc(100% - 132px);

}
.H_flex{
    display: flex;
    margin-left: 7.5%;
    width: 85%;
    color: white;
    flex-direction: column;
    margin: 50px 7.5%;
}
.H_a_mobile{
    width: 100%;
}
#nabidka{
    display: inline-flex;
    gap:4px;
    float:left;
    height: 100%;
    align-items: center;
}
.H_butt{
    text-align: center;
    float: left;
    width:auto;
    cursor: pointer;
    color: var(--main-bg-color);
    cursor: pointer;
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin: 0 2;
}
.hamburgr_inside_cont .H_butt{
    width: 100%;
    height: 40px;
}
.H_tokens{
    padding: 0 0px 0px 10px;
    display: flex;
    min-height: 60px;
}
.H_tokens_menu{
    display: none;
}
.H_tokens_menu_styleA{
    padding: 6px;
    background-color: #f7f7f7;
    border: 1px solid #c9c9c9;
    /* min-height: unset; */
    min-height: 45px;
}
.H_token{
    text-align: center;
    float: left;
    width:auto;
    cursor: default;
    color: var(--main-bg-color);
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.hamburgr_inside_cont .H_butt_innner{
    width: 100%;
}
.H_butt_innner{
    font-size: 1rem;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:4px;
    z-index: 1;
    transition: .3s;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    /*min-width: 80px;*/
}
.H_butt_innner svg{
    height:20px;
    width: auto;
    box-sizing: content-box;
}
.H_icon {
    height: 20px;
    width: auto;
}
.H_token_inner{
    font-size: 1rem;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2px;
    transition: .3s;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    /*min-width: 80px;*/
}
.H_token_text{
    font-size: .9rem;
    color: black;
    color: #000000;
    border: 2px solid #000000;
    border-left: 0;
    padding: 2px 6px 0px 5px;
    font-weight: 600;
}
.H_token_text_membership{
    padding: 4px 1px 2px 1px;
    border-color: transparent;
}
.H_line_gap{
    width: 2px;
    height: 50%;
    background-color: lightgray;
}
.H_butt_inner_hover{
    background-color: black;
    color: white;
    height: 100%;
}
.H_nabidka_active{
    background-color: black;
    color: white;
    min-height: 30px;
}
.H_butt_dropdown{
    margin: 2px 10px;
    font-size: 1rem;
    transition: 0.3s;
    background-color: var(--main-bg-color);
    color: var(--main-bg-dark-color);
    min-height: 30px;
    padding: 0 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.H_butt_dropdown_active{
    background-color: black;
    color: white;
}
.H_butt_x{
    height: 100%;
    text-align: center;
    float: left;
    width: auto;
    line-height: 34px;
    font-size: 1rem;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--main-bg-color);
    color: var(--main-bg-dark-color);
    margin: 0 14 0 5;
}
.H_butt_x_hover{
    text-decoration: underline;
}
.H_butt_socicon{
    height:34px;
    text-align: center;
    float: left;
    width:34px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--main-bg-dark-color);
    color: rgb(54,168,224);
    margin: 0 2px;
}
.H_butt_socicon_x{
    height:34px;
    text-align: center;
    float: left;
    width:34px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--main-bg-dark-color);
    color: rgb(54,168,224);
    margin: 0 2px;
}
.H_butt_socicon_x_hover{
    background-color: var(--main-bg-dark-slate2-color);
}
.H_butt_socicon_cont{
    width: 18px;
    height: 18px;
    margin: 0 auto;
    margin-top: 8px;
    display: grid;
}
.H_butt_socicon_img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.H_butt_cart_quantity{
    position: absolute;
    bottom: -2px;
    right: -4px;
    background-color: #494949;
    padding: 2px 3px 1px 3px;
    font-size: 0.6rem;
    z-index: 1;
    color: white;
    border: white solid 1px;
    /*border-radius: 3px;*/
}
.H_butt_cart_quantity_holder{
    position: relative;
}
.cart_quantity_update{
    animation-name: cart_quantity_update;
    animation-duration: .6s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
}
@keyframes cart_quantity_update {
  0% {background-color: #494949;}
  50% {background-color: #999999;}
  100% {background-color: #494949;}
}
.HB_popis{
    font-size: .8rem;
}
.dropdown_cont{
    display: inline-flex;
    position: relative;
    height: 100%;
    text-transform: uppercase;
}
.DD_trigger{
}
.H_DD_cont{
    position: absolute;
    background-color: white;
    top: 60px;
    left: 50%;
    transform:translateX(-50%);
    z-index: 0;
    padding: 10 0;
    display: inline-flex;
    flex-direction: column;
    display: none;
    opacity: 1;
    transition: .3s;
    filter: drop-shadow( 0 3px 8px rgba(0,0,0,0.2));
    width: max-content;
    min-width: 100%;
    max-width: 300px;
    border-top: 2px hsl(0 0% 80% / 1) solid;
}
.HDD_gradient{
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
    margin-top: 0px;
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    pointer-events: none;
}
.H_DD_transparency{
    opacity: 1;
}
.H_gradient{
    width: 100%;
    height: 15px;
    background-image: linear-gradient(to bottom, rgb(0 0 0), rgba(0,0,0,0));
    margin-top: 60px;
    position: absolute;
    opacity: .15;
    top: 0;
    left: 0;
    pointer-events: none;
}
#login_tab{
    display: flex;
    height: 100%;
    
}
.login_tab_logged{
    background-color: #ededed;
}
.hamburger_button{
    display: none;
}
.hamburger{
    height: 60px;
    flex-direction: row;
    display: flex;
    align-items: center;
}
.hamburgr_inside_cont{
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
}

@media (max-width:1360px){
    /*#nabidka{flex-direction: row-reverse;}*/
    .hamburger_button{
        display: inherit;
    }
    .hamburger{
        display: none;
        position: fixed;
        top: 60px;
        right: 0px;
        background: red;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    
    
    
}
@media (max-width:700px){
    
    .cart_btn_text{display: none;}
    .name_usr{display: none;}
}
@media (max-width:600px){
    .H_tokens{display: none;}
    .H_tokens_menu{
        display: flex;
        background-color: #ededed;
        padding: 20px 20px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 0px;
    }
    .H_DD_cont{
        padding-top:0px;
    }
}
/*
@media (max-width:1330px){
    .H_butt_innner{
        padding: 0 15px;
    }
}

@media (max-width:1200px){
    .H_butt_style{
        height: 100%;
        display: block;
    }
    .H_butt_innner{
        font-size: 1rem;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .H_butt_innner:hover{
        width: 100%;
        height: auto;
    }
    .H_butt_innner_hover{
        width: 100%;
        height: auto;
    }
    .H_nabidka_active{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .H_butt_dropdown{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .H_butt_dropdown:hover{
        width: 100%;
        height: auto;
    }
    .H_butt_dropdown_active{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .dropdown_cont{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .H_socicon_cont{

    }
    .H_butt_socicon{
        height: 120px;
        width: 120px;
        margin:20px;
    }
    .H_butt_socicon_cont{
        margin-top: 30px;
        width: 60px;
        height: 60px;
    }
    #hlavicka{
        height: 120px;
        grid-template-columns: 1fr auto;
    }
    .H_line{
        top:120px;
    }
    .H_gradient{
        margin-top: unset;
        top:120px;
        height:40px;
        opacity: .2;
        z-index: 4;
    }
    #H_inside {
        align-self: center;
        justify-self: center;
        width: 85%;
        margin: unset;
        height: 80px;
        display: inline-block;
    }
    #nabidka{
        display: none;

    }
    .logo_img{
        height: 60px;
    }
    .H_cart{
        display: inline-block;
        float: right;
        margin: 10 0;
        width:60px;
        height: 60px;
    }
    .H_cart_close{
        display: none;
        float: right;
        margin: 10 0;
        width:60px;
        height: 60px;
    }
    .H_hamburgr{
        display: inline-block;
        float: right;
        margin: 10 0;
        width:60px;
        height: 60px;
    }
    .H_hamburgr_close{
        display: none;
        float: right;
        margin: 10 0;
        width:60px;
        height: 60px;
    }
    .H_hamburgr_space{
        width:80px;
        height: 80px;
        margin-left: 40px;
        float: right;
        display: inline-block;
    }
    .H_nabidka_mobile{
        text-align: center;
        text-transform: uppercase;
        float: unset;
        line-height: normal;
        padding: 30px 0 30px 0;
        font-size: 1.3rem;
        height: auto;
        width: 100%;
        margin: 20px 0;
    }

    #H_tab{
        display: none;
        width: 100%;
        position: fixed;
        top: 120px;
        left: 0;
        text-align: center;
        z-index: 3;
        height: calc(100% - 120px);
        background-color: white;
        overflow-y: scroll;
        max-height: unset;

    }
    .H_flex{
        display: flex;
        margin-left: 7.5%;
        width: 85%;
        color: black;
        flex-direction: column;
        margin: 50px 7.5% 100px 7.5%;
        font-weight: 600;
    }
    .H_a_mobile{
        width: 100%;
    }
    .H_butt{
        text-align: center;
        float: unset;
        line-height: normal;
        font-size: 1.2rem;
        height: auto;
        width: 100%;
        margin: 10px 0;
        background-color: transparent;
    }
    .H_butt_txt{
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
    .H_nabidka_dropdown{
        font-size: .9rem;
        margin: 0;
        font-weight: 400;
    }
    .H_socicon_cont{

    }
    .H_line_site{
        width:100%;
        height: 12px;
        background-image: linear-gradient(to right, rgb(9,92,145), rgb(199,225,245));
    }
}
*/