/* Font */
@import url("../fonts/Formular/stylesheet.css");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a{
  text-decoration: none!important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body{
  font-family: 'Formular', sans-serif !important;
  background-color: #fff;
}

:root {
    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}

*{
  margin: 0;
  padding: 0;
}

.widther{
  width: 90%;
  height: auto;
  margin: auto;
}

.rower{
  display: flex;
}

.columner {
  flex: 50%;
}

.minicolumner{
  flex: 33%;
}

/* ---- ISOTOPE ---- */

.griddy{
  margin-top: 50px;
  padding-bottom: 150px;
  min-height: 500px;
}

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- grid ---- */

.grid {
  width: 100%;
  height: auto;
  margin: auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.prod{
  width: 100%;
  height: auto;
  padding-bottom: 90px;
}
.quicksearch{
  float: left;
}

input[type=text]:hover {
  border: 1px solid #E5E2E2
}
input[type=text]:focus {
  border-color: #DF3C14;
  box-shadow: none;
  outline: 0 none;
}
input[type=text] {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #efefef;
  color: #505050;
  margin-top: 5px;
  margin-left: 20px;
  padding: 5px 5px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.prod h1{
  float: left;
  font-weight: 700;
  font-size: 36px;
  color: #000;
}

.prod .filter-buttons{
  float: right;
  background: #F5F6F7;
  padding: 6px 0px;
  border-radius: 10px;
}

.filter-buttons button{
  color: #4B4B4B;
  background-color: #F5F6F7;
  border: 0px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 167%;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 5px 33px;
  margin: 0 7px;
}

.filter-buttons button:hover{
  background-color: #E6E7E8;
  color: #000;
}

.ledfilt{
  cursor: auto;
}

.chkd{
  background-color: #DF3C14!important;
  color: #fff!important;
}

/* Hide select menu on larger screens */
.filter-select {
  display: none;
}

/* ---- .product-card ---- */

.product-card {
  position: relative;
  margin: 25px 15px;
  padding: 30px 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 14px 0 rgba(81, 81, 81, 0.25);
  max-width: 390px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.last{
  margin-right: 0px;
}

.product-card img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 235px;
  width: auto;
}

.product-card h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 1em;
}

.product-card .boldy {
  font-weight: 700;
}

.product-card button {
  color: #ffffff;
  background-color: #DF3C14;
  border: 0px solid #ffffff;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-top: 1em;
}

.product-card button:hover {
  background-color: #af3010;
}

@media (max-width: 768px) {
  .filter-buttons button {
    display: none;
  }
  .filter-select {
    display: inline-block;
  }
  .blanker {
    height: 100px!important;
  }
  .prod {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .prod h1 {
    float: unset;
    font-weight: 700;
    font-size: 24px;
    line-height: 300%;
    text-align: center;
    color: #000;
  }
  .custom-select {
    position: relative;
  }
  .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    outline: none;
  }
  .custom-selectselect:focus {
    background: #F2F2F2;
    border: 1px solid #DF3C14;
    border-radius: 5px;
  }
  .custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #000000;
    clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
  }
  .prod .filter-buttons {
    float: right;
    background: #F5F6F7;
    padding: 0px 0px;
    border-radius: 10px;
  }
  .griddy {
    margin-top: 10px;
    padding-bottom: 50px;
    min-height: 500px;
  }
  input[type=text] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #efefef;
    color: #505050;
    margin-top: 8px;
    margin-left: 0px;
    padding: 5px 5px;
    border-radius: 5px;
    width: 55%;
  }
  .product-card {
    margin: 10px 0px;
    padding: 20px 20px;
    max-width: 390px;
    border-radius: 10px;
    width: 100%;
    height: auto;
  } 
  .product-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    width: auto;
  }
  .product-card h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .product-card p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 1em;
  }
  .product-card button {
    color: #ffffff;
    background-color: #DF3C14;
    border: 0px solid #ffffff;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 1em;
  }
}