
.filtr{
  background: #f3f7f9;
    width: 100%;
    min-height: 55px;
  font-family: Arial;
  line-height: 55px;

}
.filtr .filtrcena{
  margin-top: 12px;
  margin-left: 10px;
  width: 65%;
  float: left;
}

 @media all and (max-width: 600px) {
.filtr .filtrcena{
  margin-top: 12px;
  margin-left: 1%;
  width: 98%;
  float: left;
}

}

 @media all and (max-width: 400px) {
.filtr .filtrcena{
  margin-top: 12px;
  margin-left: 10px;
  width: 98%;
  float: left;
}

}

.filtr input[type="checkbox"] {
  display: none;
}
.filtr input[type="checkbox"] + label > span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #a8bbc5;
    background: #fff;
    font-size: 14px;
}

.filtr input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    height: 16px;
    padding-left: 27px;
    line-height: 16px;
    cursor: pointer;
}



.filtr input[type="checkbox"]:checked + label > span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #a8bbc5;
}

 /* tlacitko parametry */
.filtr .parametry-otevri{
  background: rgba(74, 184, 241, 1);
  color: rgba(255, 255, 255, 1);
    width: 230px;
    height: 55px;
    display: block;
    float: right;
  font: 600 16px Arial;
  padding-left: 15px;
  text-transform: uppercase;

  line-height: 55px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}



.filtr .parametry-otevri::before{
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
      content: "\f107";

        font-family:"FontAwesome";
}

 @media all and (max-width: 700px) {

.filtr .parametry-otevri{
  width: 185px;
  font: 600 13px Arial;
  padding-left: 10px;
 line-height: 55px;

}

.filtr .parametry-otevri::before{
  right: 5px;
  font-size: 17px;

}

}


.filtr .parametry-otevri:hover{
  background: rgba(2, 87, 154, 1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}

.filtr .parametry-cont{
  border: solid 1px rgba(74, 184, 241, 1);  
  clear: both;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
  position: relative;
  padding: 20px

}

 @media all and (max-width: 600px) {

.filtr .parametry-otevri{
  width: 100%;
  font: 600 13px Arial;
  padding-left: 10px;
 line-height: 55px;
     margin-bottom: 0px;
     margin-top: 10px;
     text-align: left;

}

.filtr .on_stock {

    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
}

 @media all and (max-width: 400px) {

.filtr  {
  text-align: center;
}
.filtr .on_stock {

    float: none;
    display: inline-block;
    margin-top: 18px;
    margin-right: 10px;
}
.filtr .parametry-cont {
  text-align: left;
}
}

.filtr .parametry-cont input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    height: 16px;
    padding-left: 27px;
    line-height: 16px;
    cursor: pointer;
    font-size: 13px;
    width: 19%;
}
 @media all and (max-width: 700px) {
.filtr .parametry-cont input[type="checkbox"] + label {

    width: 32.3%;
    font-size: 12px;
}
}
 @media all and (max-width: 500px) {
.filtr .parametry-cont input[type="checkbox"] + label {

    width: 49%;
    font-size: 12px;
}
}

.filtr .parametry-cont button{
    background: #008aba;
    margin-bottom: 2%;
    color: rgba(255, 255, 255, 1);
    font: 500 16px Arial;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.filtr .parametry-cont button::before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 15px;
}
.filtr .parametry-cont h3 {

}
.filtr .parametry-cont .parametry {

  border-bottom: solid 1px  #f3f7f9;
  margin-left: 1px;
}

/*--- razeni ---*/
.razeni {
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: solid 2px  #f3f7f9;
  width: 100%;
  height: 44px;
  padding-left: 1px;

}
 @media all and (max-width: 600px) {
.razeni {

clear: both;
}
}

.razeni li{
  float: left;


}
.razeni li a{
  display: block;
  border: solid 2px  #f3f7f9;
  margin-left: -1px;
  color: rgba(0, 0, 0, 1);
  padding: 10px

}
.razeni li a:hover{
  color: #008aba;

}
.razeni li a.aktivni{
  display: block;
  border: solid 2px  #f3f7f9;
  background:  #f3f7f9;
  color: #008aba;
  margin-left: -1px;
  font-weight: 600;
  padding: 10px

}

/*--- strankovani ---*/

.strankovani{
  text-align: center;
padding-right: 0px;
margin-top: 24px;
margin-right: 0px;
margin-bottom: 30px;
}
 .strankovani a{
background: #ffffff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
text-decoration: none;
width: 30px;
height: 30px;
font: normal 14px Tahoma, Arial;
line-height: 30px;
color : #008aba;
display: inline-block;
border: 1px solid #008aba;
}
 .strankovani a:hover{

text-decoration: none;
color: #008aba;
border: 1px solid #008aba;
 background: #f3f7f9;
}
 .strankovani a.static{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;

text-decoration: none;
color: #ffffff;
text-align: center;
text-decoration: none;
width: 30px;
height: 30px;
font: normal 14px Tahoma, Arial;
line-height: 30px;
color: #ffffff;
display: inline-block;
border: 1px solid #008aba;
    background: #008aba;
}




