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;
}
.image{
    align-items: center;
    border: solid orange 0px;
    width: 8em;
    height: 8em;
    display: flex;
    justify-content: center;
    margin: 1em;
    background-color: white;
}
img.image{
    width: auto;
      height: auto;
    max-width: 8em;
    max-height: 8em;
    
}
.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;

}

.logo{
    width: 13em;
    padding: 1em;
    padding-bottom: 0;

}
.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;
}

.prices{
    font-size: 1.05em;
}

.label{
    line-height: 1.15em;
    display: block
}
.flexer{
    display: flex;
}

.flexerchild{
    flex: 1;
}

input[type=text] {
    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: 25em;
    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;
}
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;
  }



input[type=button], input[type=submit], input[type=reset] {
  background-color: #C7001A;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}