html * {
    font-size: 1.0em;
    line-height: 1.5;
    color: #202013;
    font-family: sans-serif;
    margin: 0;
}


p{
    font-size: 0.9em;
    line-height: 1.5em;
}

.topMenu a:link{
	    color: #202013;
    text-decoration: none;

}


a:link {
    color: #202013;
    text-decoration: underline;

}

/* visited link */
a:visited {
    color: #202013;
    text-decoration: none;

}

/* mouse over link */
a:hover {
    color: #202013;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #202013;
    text-decoration: none;

}
h2 {
    text-align: center;
}

h3{
    font-size: 1.1em;
}
.container{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 1.25em;
    padding: 0em;
    display: flex;
    flex-wrap: wrap;
    border: solid #202013 1px;
    max-width: 70em;
    box-shadow: 0.5em 0.5em 0.5em grey;
	border-radius: 20px;
	overflow: hidden;
}
.image{
    align-items: center;
    border: solid orange 0px;
    width: 8em;
    height: 8em;
    display: flex;
    justify-content: center;
    margin: 1em;
    background-color: white;
}
img.image{
    border: solid 4px white;
	width: auto;
      height: auto;
    max-width: 8em;
    max-height: 8em;
    
}
img.imageselect{
    border: solid 4px lightgray;
	width: auto;
    height: auto;
    max-width: 8em;
    max-height: 8em;
    margin: 0.2em!important;
}



.selected{
	border: solid 4px lightblue !important;
}
.content{
    flex:100;
    border: solid blue 0px;
    padding: 1em;
}
.addshop{
    flex:20;
    padding: 1em;
}
.addToShop{
    border-top: solid #202013 1px;
    display: none;
    flex-basis: 100%;
    padding: 1em;
    position: relative;

}

.addVariable{
    border-top: solid #202013 1px;
    display: block;
    flex-basis: 100%;
    padding: 1em;
    position: relative;

}
.flexContainer{
	display: flex;

	
	
}
.logo{
    flex-grow: 2;
	width: 13em;
    padding: 1em;
    padding-bottom: 0;
	padding-top: 0.5em;

}
.spacer{
	flex-grow: 14;

}
.stats{
	flex-grow: 1;
    width: 13em;
    padding: 1em;
    padding-bottom: 0;
	padding-top: 0.5em;
    font-size: 0.6em;

}


.menu{
    padding: 1em;
    padding-top: 0;
    padding-bottom: 0;
}
.header{
    
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    
    border: solid #202013 1px;
    border-top: 0;
    max-width: 70em;
    box-shadow: 0.5em 0.5em 0.5em grey;
	border-radius: 0 0 20px 20px;
}

.prices{
    font-size: 1.05em;
}

.label{
    line-height: 1.15em;
    display: block
}
.flexer{
    display: flex;
	margin-bottom: 0.6em;
}

.form-group{
	margin-bottom: 0.6em;
}

.flexerchild{
    flex: 1;
}

input[type=text] {
    display: block;
    padding: 0.3em;
    margin: 0.3em 0;
    width: 25em;
    line-height: 1.5em;
    height: 1.5em;
}

input[type=password] {
    display: block;
    padding: 0.3em;
    margin: 0.3em 0;
    width: 25em;
    line-height: 1.5em;
    height: 1.5em;
}

.custom-select {
    display: block;
    padding:0.3em;
    margin:0.3em 0;
    width: 25.9em;
    line-height: 2.1em;
    height: 2.1em;
	background-color: white;
}
.openAddToShop{
    width: auto;
    margin: 0;
    padding: 0;
    flex-basis: 100%;
    border-top: solid #202013 1px;
    line-height: 3.5em;
    text-align: center;
    background: lightgrey;
    cursor: pointer;
}

.openChildren{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 1.25em;
    padding: 0em;
    display: flex;
    flex-wrap: wrap;
    border: solid #202013 1px;
    box-shadow: 0.5em 0.5em 0.5em grey;
	border-radius: 20px;
	overflow: hidden;
	justify-content: center;
    position: relative;
    border-top: solid #202013 1px;
    line-height: 3.5em;
	text-align: center;
    background: lightgreen;
    cursor: pointer;
	max-width: 64em;
}


ul.menu{
    columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
    margin: 0;
    margin-bottom: 1em;
}
li.menu {
    margin: 0;
    padding: 0.1em;
    list-style-type: none;
}

ul.topMenu{
    columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}
li.topMenu {
    margin: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    color: white;
    float: left;
    border-bottom: transparent solid 5px;
}
li.topMenu:hover {
    border-bottom: #C7001A solid 5px;
}
.topMenu:hover a {
    text-decoration: none;
    display: block;
    color: #202013;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 1em 1em 1em 1em;   
    margin: 0;
    background: transparent;
    border: 0;
    line-height: 1.5em;
    text-align: center;

}
.eanin {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }


a.buttonLink {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  width: 12.25em;
  text-align: center;
  height: 3em;
  background-color: #C7001A;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

a.buttonLinkGrey {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  height: 3em;
  background-color: #BDBDBD;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}


a.buttonLinkGreen {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  height: 3em;
  background-color: #1AC700;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

a.buttonLinkOrange {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  height: 3em;
  background-color: #C78200;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}


input[type=button], input[type=submit], input[type=reset] {
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  height: 3em;
  background-color: #C7001A;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 12.25em;
}


.modal {
	max-width: 900px !important;
}


.variableprod {
	display: none;
}

.ajax_overlay {
	
}
.ajax_loader {
	background: url("gear-spinner.svg") no-repeat center center transparent;
	background-size: 30%;
	width:100%;
	height:100%;
}

.errorInput {
	border: 2px solid #C7001A;
	
}


.priceWrong {
    animation: blinker 1s step-start infinite;
	color:#C7001A;
	font-weight: bold;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}





.dropbtn {
  background-color: white;
  font-size: 1.0em;
  line-height: 1.5;
  padding: 15px 15px 5px 15px;
  border: none;
  cursor: pointer;
  border-bottom: transparent solid 5px;

}
.dropbtn:hover {
  border-bottom: #C7001A solid 5px;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  #background-color: #3e8e41;
}


.aiContainer {
	border-top: solid grey 1px;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}


#color-buttons {
	
    padding: 0.3em;
    margin: 0.3em 0;
    width: 22.8em;
    #background: orange;
}

    .color-button {
      width: 2em;
      height: 2em;
      border: 2px solid black;
      margin: 5px;
      cursor: pointer;
      display: inline-block;
      transition: transform 0.3s;
    }
    .color-selected {
      transform: rotate(20deg);
    }
    .color-form {
      margin-bottom: 30px;
      padding: 10px;
      border: 1px solid #ccc;
    }



.span-btn {
  cursor: pointer;
  color: #C7001A;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.span-btn:hover {
  text-decoration: underline;
}
