* {
    margin: 0px;
    padding: 0px;
}
html {
    background-color: #90965a; /*f6e7d4*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #1c2e38;
}


h2,h3 {
    text-align: center;
    color: #58595b;
    font-size: 1.6rem;
    font-weight: 600; 
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

figure {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

figure h3 {
    font-size: 15px;
    color: #5e634c;
    font-weight:600;
}

.w3-col {
    padding: 0px;
    margin: 0px;
}


.header {
    background-color: #90965a; !important
    padding: 20px;
    padding-top: 40px;
    height: 100%;
}

.header img {
    width: 200px;
}

.announcement {
    color: #f2eec6;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 40px;  
    padding-bottom: 50px;
}

.announcement p {
    margin-bottom: 20px;
}

.announcement a, a:active, a:visited {
    font-weight: bolder;
    color: #f9ed32;
    text-decoration: none;
}

.announcement a:hover {
    font-weight: bolder;
    color: #fff;
    text-decoration: none;

}

.catalog {
    background-color: #f2eec6;
    padding-top: 40px;

}

#catalogue {
}


.cartstrip {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    text-transform: uppercase;
    padding-bottom: 0px;
    width: 90%;
}

.cartcount {
    padding: 5px;
    border: 0px;
    font-size: .75em;
}

.products {
    margin: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-bottom: 40px;
    min-height: 100vh;  
    width: 90%;
}

.productslist {
    padding: 0;
    padding-bottom: 40px;
    margin: 0px;
    height: 100%;
}

.w3-ul li {
    border: 1px solid #f2eec6; 
    height: 280px;
}

.category {
    padding: 10px 20px;
    font-weight: bolder;
}

.itemcol {
    background-color: #f6f4d3;
}

.itemcol img {
    width: 100%;
    max-height: 185px;
    margin-top: 10px;
}



.w3-khaki {
    background-color: #f6f4d3 !important;
}

.price {
    color: #685d51;
    padding-top: 10px;
    text-align: center;
    border-top: 2px solid #f2eec6;
}



.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.w3-brown {
    background-color: #58595b !important; 
    
}

.w3-brown:hover {
    background-color: #58595b !important;
    color: #fff !important;
}

  .w3-button::after {
    content: '\25be';
    float: right;
    transform: scale(1.5);
  }

  .w3-border {
    border: 1px solid #f2eec6;
  }

 .shinsenfooter {
    width: 100%;
    background-color: #414042;
    font-size: 12px;
    color: #fff;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.shinsenfooter a, .shinsenfooter a:active, .shinsenfooter a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}

.shinsenfooter a:hover {
    text-decoration: none;
    color: #dbd3a5;
    font-weight: bolder
}


@media screen and (max-width: 500px) {
   .itemcol, .w3-ul li {
     height: 300px;
   }

}
