﻿a.disableMenue {
	cursor: pointer;
	color: #AAAAAA;
}

header:not(.fixed) {
	position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 186px;
    max-width: 100vw;
    text-align: center;
    z-index: 10;
    box-shadow: inset 0px -5px 4px -2px  #FFFFFF;
    background-image: url('/image/hempBack_02_2_text22.webp');
    background-size: cover;
}

header:not(.fixed) div#headerInfo {
	position: relative;
    top: 0px;
    left: 0px;
    min-height: 40px;
    height: 40px;
    width: 100%;
    text-align: center;
    opacity: 1;
    background-image: url('/image/kkplants_back22.webp');
    display: flex;
    box-shadow: inset 0px -5px 4px -2px  #FFFFFF;
}

header:not(.fixed) div#headerInfo p {
    position: relative;
    top: 0px;
    color: #FFFFFF;
    font-weight: bold;
    margin: auto;
}

header h1#headerText {
    position: relative;
    top: 30%;
    color: #FFFFFF;
    font-size: 1.6em;
    min-width: 100px;
    width: 25%;
    margin: auto;
}

@media screen and (max-width: 480px){
    header h1#headerText {
        position: relative;
        top: 80px;
        margin: 0px 20px 0px auto;
    }
}

header.fixed {
	position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    min-height: 62px;
    background-color: #000000CC;
    backdrop-filter: blur(2px);
    z-index: 20;
    box-shadow: 0px 2px 4px #222222;
    display: flex;
    justify-content: center;
    margin: auto;
    backdrop-filter: blur(4px);
}

header.fixed div#headerIcons {
    top: 18px;
    right: 20px;
}

header.fixed div#headerInfo {
    display: none;
}

header.fixed h1#headerText {
    display: none;
}

header:not(.fixed) div#menue {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
    justify-content: center;
}

header:not(.fixed) div#menue::-webkit-scrollbar {
	display: none;
}

header:not(.fixed) div#menue div {
    max-width: 100%;
    display: flex;
}

header.fixed div#menue {
    position: absolute;
    top: 18px;
    left: 0px;
    display: flex;
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

header.fixed div#menue div {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

header.fixed div#menue div::-webkit-scrollbar {
	display: none;
}

header div#menue a {
    color: #FFFFFF;
    font-size: 0.86em;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
}

header div#menue a:hover {
    color: #4082CC;
    border-bottom: 4px solid #4082CC;
}

header:not(.fixed) img.logo {
	position: absolute;
	top: 86px;
    left: 5vw;
    width: 142px;
	height: auto;
    z-index: 30;
}

header:not(.fixed) img.logo_sub {
    display: none;
}

header.fixed img.logo {
    display: none;
}

header.fixed img.logo_sub {
    position: relative;
    top: 20px;
    left: 0px;
    height: 32px;
}

img.logo:hover, img.logo_sub:hover {
    opacity: 0.8;
}

nav {
    text-align: left;
	position: absolute;
	top: 19px;
    left: 22px;
    z-index: 20;
}

header div#headerIcons {
    position: absolute;
    top: 60px;
    right: 20px;
    display: flex;
    height: 32px;
    width: 80px;
    justify-content: right;
}

header div#headerIcons > div {
    position: relative;
    cursor: pointer;
}

header div#headerIcons > div#cartLink {
    margin-left: 16px;
}

header div#headerIcons div img {
    position: relative;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    padding-bottom: 10px;
}

header div#headerIcons div#loginLink {
    text-align: right;
}

header div#headerIcons div#loginLink p#userName {
    position: relative;
    top: 0px;
    right: 0px;
    height: 20px;
    padding: 11px;
    cursor: pointer;
    filter: drop-shadow(2px 2px 2px #000000);
    font-size: 1.0em;
    line-height: 1.0em;
}

header div#headerIcons div#loginLink p#userName span {
    position: absolute;
    top: 0px;
    font-size: 0.65em;
}

header div#headerIcons p#userName:hover{
    filter: drop-shadow(1px 1px 2px #FFE804);
}

header div#headerIcons div#loginLink div#loginBox a {
    position: relative;
    line-height: 40px;
    font-size: 0.86em;
}

header div#headerIcons div#loginLink div#loginBox a div {
    width: 260px;
    height: 40px;
    text-align: center;
    display: flex;
    cursor: pointer;
}

header div#headerIcons div#loginLink div#loginBox a:not(:last-of-type) div {
    box-shadow: 0px 2px 4px -2px #222222;
}

header div#headerIcons div#loginLink div#loginBox a div:hover {
    background-color: #FFAA22;
}

header div#headerIcons div#loginLink div#loginBox a div p {
    margin: auto;
}

#grafic_cart  {
    text-align: center;
}

#grafic_cart > img {
    position: absolute;
    top: 0px;
    right: 0px;
}

#grafic_cart div {
    position: absolute;
    top: -6px;
    right: 8px;
    font-weight: bold;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    display: flex;
}

#grafic_cart p {
    position: relative;
    margin: auto;
    font-size: 0.86em;
}

#menueButton {
    position: relative;
    left: 0px;
    top: -8px;
    width: 28px;
    height: auto;
    cursor: pointer;
}

div#navMenue {
    z-index: 22;
}

div#popUpNote {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE68;
    z-index: 20;
}

div#popUpNoteSub {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
    height: 200px;
    border: 1px solid #222222;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5em;
    z-index: 20;
}

div#langSelect {
    position: absolute;
    top: 8px;
    margin-right: 20px;
}

div#langSelect p {
    color: #FFFFFF;
    pointer-events: none;
}

div#langSelect a {
    color: #FFFFFF;
    text-decoration: none;
    pointer-events: auto;
    padding: 5px;
}

div#langSelect a:hover {
    color: #4082CC;
    border-bottom: 4px solid #4082CC;
}

div#cartLink:hover div#cart, div#cartLink div#cart:hover, div#loginLink:hover div#loginBox, div#loginLink div#loginBox:hover {
    display: block;
}

div#cart {
    position: absolute;
    top: 42px;
    right: -10px;
}

div#loginBox {
    position: absolute;
    top: 42px;
    right: -58px;
    text-align: center;
}

div#cart:not(div.stayOpen), div#loginBox:not(div.stayOpen) {
    display: none;
}

div#cart, div#loginBox {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    cursor: default;
    width: 256px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 30;
}

div#cart div#cartContent {
    padding: 20px 10px 10px 10px;
    overflow-y: scroll;
    max-height: calc(90vh - 180px);
	-ms-overflow-style: none;
	scrollbar-width: none;
    justify-content: center;
}

div#cart div#cartContent::-webkit-scrollbar {
	display: none;
}

div#cart div#cartContent div {
    text-align: left;
}

div#cart div#cartContent > div:not(:first-of-type) {
    padding-top: 10px;
}

div#cart div#cartContent > div:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 2px solid #00000022;
}

div#cart div#cartContent h2 {
    margin: 0px;
    color: #000000;
    font-size: 0.86em;
}

div#cart div#cartContent p {
    margin: 0px;
    color: #000000;
    font-size: 0.86em;
}

div#cart div#cartContent p span {
    position: relative;
    margin: 0px;
    color: #000000;
    font-size: 0.86em;
}

div#cart div#cartContent p.oldPrice {
    position: relative;
    top: -5px;
    text-decoration: line-through;
    color: #4062A2;
    font-size: 0.8em;
    height: 10px;
}

div#cart div#cartContent p.delete {
    cursor: pointer;
    color: #4062A2;
}

div#cart div#cartContent p.delete:hover {
    color: #4082CC;
}

div#loginBox div.label {
    height: 60px;
    margin-bottom: 20px;
}

div#loginBox div.label input {
    width: calc(100% - 60px);
    color: #000000;
}

div#cart div#cartContent > div > div:first-of-type {
    width: 100%;
    height: 100px;
    display: flex;
}

div#cart div#cartContent img {
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    margin: auto auto auto 0px;
}

div#loginBox label {
    position: relative;
    top: 10px;
    width: 238px;
    display: flex;
    margin: 0px 10px 10px 10px;
    color: #000000;
    font-size: 0.82em;
}

div#loginBox button, div#cart button {
    width: 128px;
    height: 55px;
    vertical-align: middle;
    padding: 0px;
}

div#headerIcons div#loginBox p, div#headerIcons div#cart p {
    color: #000000;
}

div#headerIcons div div p#login_output {
    margin: 5px 10px;
    font-size: 0.86em;
    text-align: left;
}