*{
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.hidden{
  display: none;
}
@media only screen and (max-width: 1024px) {



}


/*
Složky kategorie
 */

.slozky{
  display: block;
  width: 20%;
  float: left;
  height: 110px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
 @media all and (max-width: 900px) {

.slozky{
  display: block;
  width: 25%;
  float: left;
  height: 100px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
}

 @media all and (max-width: 640px) {

.slozky{
  display: block;
  width: 33.3%;
  float: left;
  height: 90px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
}
 @media all and (max-width: 400px) {

.slozky{
  display: block;
  width: 50%;
  float: left;
  height: 80px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
}
.slozky span{
  position: absolute;
  left: 2.5%;
  width: 95%;
  height: 90%;
  display: block;
  top: 5%;
  bottom: 5%;
  border: solid 1px #008aba;
  z-index: 2;
    overflow: hidden;
     -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}

.slozky:hover span{
   border: solid 1px rgba(221, 43, 55, 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;
}





.slozky strong{
  position: absolute;
  left: 5%;
  width: 90%;
  top: 10%;
  z-index: 3;
  color: rgba(0, 0, 0, 1);
}

.slozky img{
    position: absolute;
    left: 0px;
    width: auto;
    min-width: 100%;
    top: 0px;
    height: auto;
    z-index: 1;
}


.products{
  margin-bottom: 20px;
  position: relative;
}
.product .p{

  position: relative;
}

 .flags {
    position: absolute;
    left: 0;
    top: 20%;
}

.flag.novinka {
    background-color: #7ad046;
}
.flag.tip {
    background-color: #008aba;
}
.flag.doporucujeme {
    background-color: rgba(243, 218, 4, 1);
}
.flag.akce {
    background-color: rgba(221, 43, 55, 1);
}
.flag {
    float: left;
    clear: left;
    width: auto;
    max-width: 9em;
    margin-bottom: .5ex;
    padding: 4px 8px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: none;
    color: #fff;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: strict;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}



.products .p{
  min-height: 430px;
}

.products img {
    max-width: 100%;
    height: auto;
}
.products img {
    vertical-align: middle;
}

.products img {
    border: 0;
}


.p a.image {
    position: relative;
    display: block;
    min-height: 200px;
}


.products .image, .products .name {
    margin-bottom: 10px;
    text-align: center;
}


.products>div{
  border-color: #d5e1e7;
}

.products{
  display:flex;flex-wrap:wrap;align-items:stretch
}
.products>div{
flex:0 0 auto;width:100%;padding:10px;border-top-style:solid;border-top-width:1px
}
.products>div:first-child{border-top-style:none
}

.products .image{
  margin-bottom:10px;text-align:center
}
.product h3{
  height: 50px;
  width: 100%;

}

.product h3 a{
  font-size: 16px;
  font-weight: 600;
  color: #008aba;
}
.product p.dostupnost{
  height: 20px;
  width: 100%;
  text-align: right;
  font-size: 13px;

}


a.det {
    display: inline-block;
    padding: 5px 15px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;

    background: #02579a;
    color: rgba(255, 255, 255, 1);
}

.product:hover .det {

    background: rgba(74, 184, 241, 1);
    color: rgba(255, 255, 255, 1);
}








.products .p-bottom>div{
  display:flex;flex-wrap:wrap;align-items:flex-end
}
.products .p-bottom .prices,
.products .p-bottom .p-tools{
  flex-basis:50%
  }
.products .p-bottom
.prices{
  flex-grow:1;flex-shrink:0
}

.products .p-bottom .price-mala{
  font-size:13px
}

.products .p-bottom .price-velka{
  font-size:17px;
  color: rgba(221, 43, 55, 1);
  white-space: nowrap;

}
.products .p-bottom .p-tools{
  flex-grow:0;flex-shrink:1;text-align:right
  }

.products .p-bottom .p-desc{
flex:0 0 100%;max-height:76px;margin:10px
0 0;overflow:hidden;margin:19px
0 0
}

@media (min-width: 480px){
.products>div{
flex:0 0 auto;width:50%;border-right-style:solid;border-right-width:1px
}

.products>div:nth-child(1),.products>div:nth-child(2){
  border-top-style:none
}

.products>div:nth-child(even){
  border-right-style:none
}
}

@media (min-width: 768px){
.products>div{
padding:20px
}


}

.products.products-block.products-related  {
  margin-top: 30px;
  margin-bottom: 30px;
}
.products.products-block.products-related .p {
    max-height: 287px;
    min-height: 287px;
}
.products.products-block.products-related .p {
    max-height: 287px;
    min-height: 287px;
}

.products.products-block.products-related .p a.image {
    position: relative;
    display: block;
    min-height: 150px;
    max-height: 150px;
}

.products.products-block.products-related h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #02579a;
}

.products.products-block.products-related .p-bottom .price-mala {
    font-size: 10px;
}
@media (min-width: 1200px){

.products.products-block.products-related>div {
    flex: 0 0 auto;
    width: 25%;
/*    border-top-style: none;  */

}

.products.products-block.products-related .p {
    max-height: 287px;
    min-height: 287px;
}

.products.products-block.products-related .p a.image {
    position: relative;
    display: block;
    min-height: 150px;
    max-height: 150px;
}

.products.products-block.products-related h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #02579a;
}

.products.products-block.products-related .p-bottom .price-mala {
    font-size: 10px;
}


.products.products-block.products-alternative>div:nth-child(even), .products.products-block.products-related>div:nth-child(even) {
    border-right-style: solid;
}

.products.products-block.products-alternative>div:nth-child(3n), .products.products-block.products-related>div:nth-child(3n) {
    border-right-style: solid;
}
.products.products-block.products-alternative>div:nth-child(3), .products.products-block.products-related>div:nth-child(3), .products.products-block.products-alternative>div:nth-child(4), .products.products-block.products-related>div:nth-child(4) {
 /*   border-top-style: none;   */
}

.products.products-block.products-alternative>div:nth-child(4n), .products.products-block.products-related>div:nth-child(4n) {
    border-right-style: solid !important;
}




.products.products-block.products-alternative>div:nth-child(4n), .products.products-block.products-related>div:nth-child(4n) {
    border-right-style: solid;
}

.products.products-block.products-alternative>div:nth-child(3), .products.products-block.products-related>div:nth-child(3), .products.products-block.products-alternative>div:nth-child(4), .products.products-block.products-related>div:nth-child(4) {
/*    border-top-style: none; */
}

.products.products-block.products-alternative>div:nth-child(even), .products.products-block.products-related>div:nth-child(even) {
    border-right-style: solid;
}


.products.products-block.products-related>div:nth-child(4n) {
    border-right-style: solid !important;
    border: transparent
}

.products.products-block.products-related>div:nth-child(4) {
  /*  border-top-style: none;  */
}

.products.products-block>div{flex:0 0 auto;width:33.333333%}
.products.products-block>div.maly{flex:0 0 auto;width:20.333333%}
.products.products-block>div:nth-child(3){border-top-style:none}
.products.products-block>div:nth-child(even){border-right-style:solid}
.products.products-block>div:nth-child(3n),.products.products-block>div:last-child{border-right-style:none}

}


.products>div{ position: relative;}


/*
-------------

Detail produktu

------------
 */


.nahled{
  width: 26%;
  float: left;
    height: auto;

}

.nahled img{
  width: 96%;
  height: auto;
      border: 2px solid #d5e1e7;
      margin: 2%

}

.nahled div.nahledy {

    width: 100%;
    min-height: 94px;
    text-align: center;


}

.nahled div.nahledy a {
  display: inline-block;
    width: 30%;
    height: 94px;
    margin: 1%;
/*    border: 2px solid #d5e1e7;    */
}

.nahled div.nahledy a img{
  width: 100%;
  margin: 0px;
    border: 2px solid #d5e1e7;
}

#product .right {
  width: 72%;
  float: right;
}

 @media all and (max-width: 1300px) {

.nahled{
  width: 96%;
  margin-left: 2%;
  float: none;
    height: auto;
    clear: both;
    margin-bottom: 20px;

}

.nahled img{
  width: 40%;
  float: left;
  height: auto;
      border: 2px solid #d5e1e7;
      margin: 0

}

.nahled div.nahledy {

    width: 60%;
    float: right;
    min-height: 94px;
    text-align: left;


}

.nahled div.nahledy a {
  display: inline-block;
    width: 24%;
    min-width: 94px;
    height: 94px;
    margin: 1%;
    margin-top: 0px;
   border: 2px solid #d5e1e7;
    overflow: hidden;
}
.nahled div.nahledy a img {
  border: none
}

#product .right {
  width: 96%;
  margin-left: 2%;
  float: none;
  clear: both;
  margin-top: 20px;
}
}

 @media all and (max-width: 400px) {


 .nahled img{
  width: 100%;
  float: none;
  height: auto;
      border: 2px solid #d5e1e7;
      margin: 0

}

.nahled div.nahledy {

    width: 100%;
    float: none;
    min-height: 94px;
    text-align: center;
    margin-top: 10px;


}

.nahled div.nahledy a {
  display: inline-block;
    width: 18%;
    min-width: 50px;
    height: 50px;
    margin: 1%;
    margin-top: 0px;
    border: 2px solid #d5e1e7;
    overflow: hidden;
}


#product .right {
  width: 96%;
  margin-left: 2%;
  float: none;
  clear: both;
  margin-top: 20px;
}


}

#product h1 + p {
    margin: 0 0 36px 0;
    font-size: 14px;

}

#product h1 {
    margin: 0 0 20px 0;
    color: #02579a;
    line-height: 36px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}


 @media all and (max-width: 1024px) {

 #product h1 {
    margin: 0 0 20px 0;
    color: #02579a;
    line-height: 36px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
       margin-left: 2%;
    width: 96%;
}
#product h1 + p {
    margin: 0 0 36px 0;
    font-size: 14px;
       margin-left: 2%;
    width: 96%;
}

}


#product #custom {
    margin-top: -10px;
    font-size: 14px;
}

#product #custom .title-1 {
    color:#02579a;
}
 .title-1 {
    margin: 0 0 20px 0;
    color:#02579a;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

 .title-1.big{
    margin: 0 0 20px 0;
    color: #4ab8f1;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 2%;
    border-bottom: solid 5px #d5e1e7;
}


#product #custom .tabs {
    display: table;
    width: 100%;
}

#product #custom .tabs > .row {
    display: table-row;
}

#product #custom .tabs > .row > a.a, #product #custom .tabs > .row > a.a:hover {
  color: rgba(0, 0, 0, 1);
    background: rgba(0, 138, 186, .2)
}


#product #custom .tabs > .row > a + a {
    border-left: 1px solid #fff;
}
#product #custom .tabs > .row > a {
   height: 40px;
    padding: 5px;
    /* line-height: 20px; */
    background: #f3f7f9;
    text-decoration: none;
    text-align: center;
    color: #484849;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
}


#product #custom .tabs > .row > a:hover {
   height: 40px;
    padding: 5px;
    /* line-height: 20px; */
    background: #d2dee4;
    text-decoration: none;
    text-align: center;
    color: #484849;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
}


  #product #custom .tabs > .row > a.souhrn,  #product #custom .tabs > .row > a.souhrn:hover {

    padding-right: 34px;
    padding-left: 12px;
      color: rgba(255,255,255, 1);
    background: rgba(0, 138, 186, 1)
}

  #product #custom .tabs > .row > a.souhrn:before {
    content: "\f00c";
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -8px;
    right: 8px;
    font-weight: 100;
    font-size: 16px;
    position: absolute;
    color: rgba(255, 255, 255, 1);
}

 @media all and (max-width: 750px) {
   #product #custom .tabs {
    display: block;
    width: 100%;
}

#product #custom .tabs > .row {
    display: block;
}
#product #custom .tabs > .row > a {
    height: 40px;
    padding: 0px ;
    padding-left: 10px;
    line-height: 40px;
    background: #f3f7f9;
    text-decoration: none;
    text-align: center;
    color: #484849;
    position: relative;
    vertical-align: middle;
    display: block;
    /* width: 100%; */
    font-weight: 500;
    text-align: left;
    margin-bottom: 1px;
}

#product #custom .tabs > .row > a:hover {
   height: 40px;
   padding: 0px;
   display: block;
   text-align: left;
  padding-left: 10px;
    line-height: 40px;
    /* line-height: 20px; */
    background: #d2dee4;
    text-decoration: none;
    color: #484849;
    position: relative;

    font-weight: 500;
}
#product #custom .tabs > .row > a.souhrn:before {
    content: "\f00c";
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -20px;
    right: 8px;
    font-weight: 100;
    font-size: 16px;
    position: absolute;
    color: rgba(255, 255, 255, 1);
}
}


#product #custom .cat-23 {
    margin: 30px -5px;
}

#product #custom .cat-23 label {
    float: left;
    margin: 5px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}

#product #custom .cat-23 label input {
    position: absolute;
    left: -9999px;
}
input {
    outline: none;
}
 input, textarea, select {

    font-size: 13px;

}


#product #custom .cat-23 label input:checked + div {
    border-color:rgba(221, 43, 55, 1);
}
#product #custom .cat-23 label > div {
    position: relative;
    min-width: 119px;
    width: 100%;
    height: 163px;
    border: 2px solid #f3f7f9;
    padding: 10px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

div {
    display: block;
}
#product #custom .cat-23 label {
    float: left;
    margin: 5px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    width: 23.4%;
     /*   width: 18%;  */
     /*  width: 31%;  */
}

 @media all and (max-width: 1280px) {
#product #custom .cat-23 label {
    float: left;
    margin: 5px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
  /*  width: 22.5%; */
  width: 23.4%;
}
}


#product #custom .cat-23 label img {
    display: inline-block;
    width: 90px;
    height: 90px;
    pointer-events: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#product #custom .cat-23 label strong {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 @media all and (max-width: 800px) {

 #product #custom .cat-23 label {
    float: none;
    margin: 3px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    width: 46%;
}
}
 @media all and (max-width: 510px) {
   #product #custom .cat-23 {
    margin: 30px -5px;
    text-align: center;
}
 #product #custom .cat-23 label {
    float: none;
    margin: 3px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    width: 46%;
}



#product #custom .cat-23 label img {
    display: inline-block;
    width: 90px;
    height: 90px;
    pointer-events: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#product #custom .cat-23 label strong {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

}

#product #custom .cat-23 label .surcharge {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: #02579a;
    font-weight: 600;
}

#product #custom .cat-23 label .description {
    position: absolute;
    right: -2px;
    top: 163px;
    display: none;
    width: 300px;
    padding: 10px;
    background: #fff;
    border: 2px solid #02579a;
    text-align: justify;
    z-index: 99;
}

.blind {
    display: none;
}


#product #custom .summary {
    margin: 24px 16px;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

#product #custom .summary th {
    text-align: left;
}
#product #custom .summary th, #product #custom .summary td {
    padding: 2px 8px;
}

#product #custom .summary td + td {
    font-weight: 600;
    color: rgba(221, 43, 55, 1);
    text-align: right;
    white-space: nowrap;
}


#product #custom #custom-price-box {
    position: relative;
    height: 80px;
    margin-bottom: 40px;
    background: #cce8f1;
}
#product #custom[data-active-tab="custom-9999999999"] #custom-price-box{
      position: relative;
    height: 160px;
    margin-bottom: 40px;
    background: #cce8f1;
}

#product #custom #custom-price-box .price strong {
    display: block;
    font-size: 20px;
    color: rgba(221, 43, 55, 1);
}
.button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 6px 0;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #02579a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

#product #custom #custom-price-box .button.prev-step {
    left: 24px;
    right: auto;
}

#product #custom #custom-price-box .button,  #product .panel-cena .button{
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
        padding: 0 0px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0c940c;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#product #custom #custom-price-box .button.prev-step{
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 128px;
     padding: 0 0px;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #cc0000;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

  #product .panel-cena .button{

    top: 15px;

}

#product #custom #custom-price-box #vlozit_do_kosiku,  #product .panel-cena #vlozit_do_kosiku{
margin-top: 70px;
    position: absolute;

    margin-left: 24px;
    right: auto;
    padding: 0 0px;
    width: 390px;
    padding-left: 15px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0c940c;
    text-decoration: none;
    color: #fff;
    text-align: left;
}
#product #custom #custom-price-box .button.buy::before, #product .panel-cena .button.buy::before {
    content: "\f291";
    font-family: "FontAwesome";
    top: 0px;
    right: 12px;
    font-weight: 100;
    font-size: 16px;
    position: absolute;
    color: rgba(255, 255, 255, 1);
}




#product #custom #custom-price-box .price {
      position: absolute;
    /* left: 160px; */
    right: 170px;
    top: 24px;
    /* right: 0px; */
    line-height: 20px;
    text-align: right;
}

#product #custom #custom-price-box .buy{
    display: none;
    padding-right: 46px;
}
 #product .panel-cena .button.buy{
    padding-right: 46px;
}

#product #custom[data-active-tab="custom-9999999999"] #custom-price-box .buy {
    display: block;
}
#product #custom .cat-23:after {
    content: "";
    display: block;
    clear: both;
}


#product #custom .cat-23 label:hover .description {
    display: block;
}
#product #custom .cat-23 label .description {
    position: absolute;
    right: -2px;
    top: 163px;
    display: none;
    width: 300px;
    padding: 10px;
    background: #fff;
    border: 2px solid #02579a;
    text-align: justify;
    z-index: 99;
}





#product #custom .cat-1:after {
    content: "";
    display: block;
    clear: both;
}




#product #custom .cat-1 {
    margin: 30px -7px;
}


#product #custom .cat-1 label {
    float: left;
    margin: 7px 7px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
        width: 46.8%;
        position: relative;
}

#product #custom .cat-1 label input {
    position: absolute;
    left: -9999px;
}

#product #custom .cat-1 label div {
    width: 100%;
    height: 98px;
    border: 2px solid #f3f7f9;
    padding: 10px 10px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#product #custom .cat-1 label input:checked + div {
    border-color: rgba(221, 43, 55, 1);
}

div {
    display: block;
}

#product #custom .cat-1 label strong {
    display: block;
    font-size: 14px;
}

 @media all and (max-width: 1366px) {


#product #custom .cat-1 label div {
    width: 100%;
    height: 98px;
    border: 2px solid #f3f7f9;
    padding: 10px 10px;
    line-height: 22px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#product #custom .cat-1 label strong {
    display: block;
    font-size: 12px;
}
}
 @media all and (max-width: 510px) {
 #product #custom .cat-1 {
   text-align: center;
}
 #product #custom .cat-1 label {
    float: none;
    display: block;
    margin: 5px 5px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
        width: 96%;
}

#product #custom .cat-1 label strong {
    display: block;
    font-size: 12px;
}
}



#product #custom .cat-1 label .surcharge {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: #02579a;
    font-weight: 600;
}

/* informace o zbozi, dostupnost, apod */
#product .infozbozi {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

#product .infozbozi p.kod{
  text-align: left;
  display: inline-block;
  width: 49%;
  vertical-align: top;

}

#product .infozbozi p.kod a{
  color: rgba(0, 0, 0, 1);
}


#product .infozbozi p.dostupnost{
  text-align: left;
  display: inline-block;
  width: 98%;
  vertical-align: top;

}

/* tabulka parametrů */
#product table.parametry{
    display: table;
    border-collapse: collapse;

    width: 98%;
    font-size: 13px;

}

#product table.parametry th, #product table.parametry td{
  border-top: solid 1px #d5e1e7;
      padding: 6px 8px;
}

/* popis zbozi ouska */


#product  ul.ouska {
    height: 44px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
    margin-top: 30px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d5e1e7;
}

ul.ouska li#obsah1 {
    margin-left: 20px;
}

ul.ouska li.active {
    cursor: pointer;
    position: relative;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    float: left;
    background: #ffffff;
    min-width: 150px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #02579a;
    line-height: 44px;
    margin-right: 1px;
    border: solid 1px #d5e1e7;
    border-bottom: 1px solid #fff;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    padding-left: 5px;
    padding-right: 5px;
}
ul.ouska li {
    position: relative;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    float: left;
    background: #de3437;
    white-space: nowrap;
    min-width: 150px;
    height: 44px;
    text-align: center;
        font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    line-height: 44px;
    margin-right: 1px;
      border: solid 1px #d5e1e7;
    border-bottom: 1px solid #d5e1e7;

    color: #fff;

    padding-left: 4px;
    padding-right: 4px;
}


 @media all and (max-width: 510px) {
   #product #custom {
    margin-top: -10px;
    font-size: 12px;
}

 #product  ul.ouska {
    height: 44px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
    margin-top: 30px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d5e1e7;
}

ul.ouska li#obsah1 {
    margin-left: 2%;
}

ul.ouska li.active {
    cursor: pointer;
    position: relative;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    float: left;
    background: #ffffff;
    min-width: 10px;
    height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #02579a;
    line-height: 44px;

    margin-right: 1px;
    border: solid 1px #d5e1e7;
    border-bottom: 1px solid #fff;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}
ul.ouska li {
    position: relative;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    float: left;
    min-width: 10px;
    height: 44px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    line-height: 44px;

    margin-right: 1px;
    border-bottom: 1px solid #d5e1e7;


}

}


/* bez parametru detail */


#product .panel-cena {
    position: relative;
    height: 80px;
    margin-bottom: 40px;
    background: #f3f7f9;
}

#product .panel-cena p.cena{
  float: left;
  margin-left: 20px;
  line-height: 80px;
    font-size: 26px;
    color: rgba(221, 43, 55, 1);

}

.kusovnik-pozadi {
  float: left;
  margin-left: 17%;
  margin-top: 13px;
  text-align: center;
}

#custom-price-box .kusovnik-pozadi {

    float: none;
    margin-left: 0;
    right: 310px;
    /* margin-top: 10px; */
    position: absolute;
    margin-top: 19px;
    text-align: center;
}




 @media all and (max-width: 648px) {
   #product #custom #custom-price-box {
    position: relative;
    height: 140px;
    margin-bottom: 40px;
    background: #cce8f1;
}

#product #custom[data-active-tab="custom-9999999999"] #custom-price-box{
      position: relative;
    height: 210px;
    margin-bottom: 40px;
    background: #cce8f1;
}
#custom-price-box .kusovnik-pozadi {
    float: none;
    margin-left: 22px;
    right: auto;
    /* margin-top: 10px; */
    position: absolute;
    margin-top: 80px;
    text-align: center;
}


#product #custom #custom-price-box #vlozit_do_kosiku,  #product .panel-cena #vlozit_do_kosiku{
margin-top: 115px;
    position: absolute;

    margin-left: 2%;
    right: auto;
    padding: 0 0px;
    width: 96%;
    padding-left: 15px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0c940c;
    text-decoration: none;
    color: #fff;
    text-align: left;
}
}

 @media all and (max-width: 648px) {

  #custom-price-box .kusovnik-pozadi {
    float: none;
    margin-left: -80px;
    left: 50%;
    right: auto;
    /* margin-top: 10px; */
    position: absolute;
    margin-top: 12px;
    text-align: center;
}
 #product #custom #custom-price-box .price {
   font-size: 12px;
    line-height: 26px;
    white-space: nowrap;

}

#product #custom #custom-price-box .price {
     position: relative;
    left: auto;
    top: 0px;
    padding-top: 15px;
    right: auto;
    line-height: 24px;
    text-align: center;
}
#product #custom #custom-price-box .price strong {
    display: block;
    font-size: 18px;
    color: rgba(221, 43, 55, 1);
}
#product #custom #custom-price-box .button {
    position: absolute;
    top: 20px;
    right: 12px;
    display: block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    text-decoration: none;
    color: #fff;
    text-align: center;
}
#product #custom #custom-price-box .button.prev-step {
    left: 12px;
    right: auto;
}

#product #custom #custom-price-box .buy {
    display: none;
    padding-right: 46px;
}
#product #custom[data-active-tab="custom-100"] #custom-price-box .buy {
    display: block;
}


}


 @media all and (max-width: 400px) {

  #custom-price-box .kusovnik-pozadi {
    float: none;
    margin-left: -80px;
    left: 50%;
    right: auto;
    /* margin-top: 10px; */
    position: absolute;
    margin-top: 12px;
    text-align: center;
}
 #product #custom #custom-price-box .price {
   font-size: 12px;
    line-height: 26px;
    white-space: nowrap;

}

#product #custom #custom-price-box .price {
     position: relative;
    left: auto;
    top: 0px;
    padding-top: 15px;
    right: auto;
    line-height: 24px;
    text-align: center;
}
#product #custom #custom-price-box .price strong {
    display: block;
    font-size: 18px;
    color: rgba(221, 43, 55, 1);
}
#product #custom #custom-price-box .button {
    position: absolute;
    top: 20px;
    right: 12px;
    display: block;
    width: 88px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    text-decoration: none;
    color: #fff;
    text-align: center;
}
#product #custom #custom-price-box .button.prev-step {
    left: 12px;
    right: auto;
      width: 88px;
    height: 40px;
    font-size: 12px;
}

#product #custom #custom-price-box .buy {
    display: none;
    padding-right: 46px;
}
#product #custom[data-active-tab="custom-100"] #custom-price-box .buy {
    display: block;
}



#product #custom #custom-price-box #vlozit_do_kosiku,  #product .panel-cena #vlozit_do_kosiku{
margin-top: 115px;
    position: absolute;

    margin-left: 2%;
    right: auto;
    padding: 0 0px;
    width: 96%;
    padding-left: 15px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0c940c;
    text-decoration: none;
    color: #fff;
    text-align: left;
}
}


.texty table#kosik-tabulka tr td
 .kusovnik-pozadi {

    float: none;
    margin-left: 0;
    right: 0px;
    /* margin-top: 10px; */
    position: absolute;
    margin-top: 0px;
    text-align: center;
}


.formpridej {
    width: 40px;
    height: 40px;

    display: inline-block;
    color: #ffffff;
    font: 20px;
    line-height: 37px;
    background: #02579a;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: top;
    margin-top: 7px;
}

.kusovnik {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);

    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 11px;
    margin-bottom: 11px;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
    margin-top: 7px;
}
.kusovnik-ks {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);

    margin-bottom: 11px;
    margin-bottom: 11px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
    margin-top: 7px;
    position: relative;
}
.kusovnik-ks::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
    width: 1px;
    height: 20px;
    background: #d5e1e7;

}



/* kosik */

/*

kosik

 */

 .texty p.hlaska {
    color: rgba(221, 43, 55, 1);
    font-weight: 600;
    font-size: 16px;
    border: solid 2px #F7D111;
    display: inline-block;
    padding: 10px;
    text-align: left;
    width: 96%;
    margin-left: 2%;
    background-color: rgba(255, 215, 0, .5);
}

 .texty p.hlaska i{

    font-size: 26px;


}


#kroky{
  height: 50px;
  width: 96%;
  margin-left: 2%;
  padding-top: 40px;
}

#kroky a{
 color: #aebcc4;
  float: left;
  font-size: 14px;
  width: 20%;
  height: 50px;
      background: #f3f7f9;
      position: relative;
      text-transform: uppercase;


}
#kroky a::before{
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background: #aebcc4;
  left: 0px;
  top: 0px;

}
#kroky a span{
  margin-left: 20px;
  float: left;
  font-weight: 600;
  height: 50px;
  line-height: 50px;


}
#kroky a i{
  font-size: 30px;
  font-weight: 100;
  line-height: 50px;
  float: left;
  margin-left: 10px;

}


#kroky a.hotovo{
  background: #02579a;
  color: rgba(255, 255, 255, 1);

}
#kroky a.aktivni{
  color: #fff;
  background: rgba(39, 184, 247, 1);
}


 @media all and (max-width: 1024px) {
#kroky a {
  overflow: hidden;
}
#kroky a span{
  margin-left: 10px;
  float: left;
  font-weight: 600;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;


}
#kroky a i{
  font-size: 20px;
  font-weight: 100;
  line-height: 50px;
  float: left;
  margin-left: 10px;

}

}
 @media all and (max-width: 800px) {
#kroky a {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px
}
#kroky a span{
  margin-left: 10px;
  float: left;
  font-weight: 600;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;


}
#kroky a i{
  font-size: 20px;
  font-weight: 100;
  line-height: 50px;
  float: left;
  margin-left: 10px;

}

}
.texty table#kosik-tabulka{
  text-align: left;

padding: 0px;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
width: 96%;
margin-left: 2%;
}
.texty  table#kosik-tabulka img{
  width: auto;
  height: 40px;
}


.texty  table#kosik-tabulka tr th {
  width: auto;
  padding: 12px;
border: none;
color: #000000;
font-size: 14px;
font-weight: 600;
border-bottom: solid 1px rgba(0, 0, 0, .1)
}


.texty  table#kosik-tabulka tr td {
  width: auto;
  padding: 12px;
border: none;
color: #000000;
font-size: 14px;
line-height: 22px;
border-bottom: solid 1px rgba(0, 0, 0, 0.06)
}

.texty  table#kosik-tabulka tr td span{


}
.texty  table#kosik-tabulka tr td strong {
 color: #e30a1d;
 font-size: 24px;

}


.texty  table#kosik-tabulka tr td input.ks{
  width: 40px;
  height: 30px;
border: none;
color: #000000;
font-size: 14px;
line-height: 30px;
text-align: center;

background: #f5f5f5;
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);

}




.texty  a.jit-zpet{

font-size: 16px;
font-weight: 500;
color:  #FFFFFF;
background: rgba(221, 43, 55, 1);
border: solid 1px rgba(221, 43, 55, 1);
float: left;
height: 50px;
padding-left: 15px;
padding-right: 15px;
line-height: 50px;
text-align: center;
margin-left: 20px;
margin-bottom: 10px;
margin-left: 2%;
text-decoration: none
}
.texty  a.jit-zpet:hover{

font-size: 16px;
font-weight: 500;
color: rgba(255, 255, 255, 1);
color:  #FFFFFF;
background: rgba(204, 0, 0, 1);
border: solid 1px rgba(204, 0, 0, 1);
float: left;
height: 50px;
padding-left: 15px;
padding-right: 15px;
line-height: 50px;
text-align: center;

margin-bottom: 10px;
margin-left: 2%;
}


.texty  a.jit-dal{
  font-size: 17px;
  font-weight: 600;

color: rgba(255, 255, 255, 1);
background: #02579a;
float: right;
height: 50px;
line-height: 50px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
margin-right: 2%;
margin-bottom: 10px;

}


.texty  button.jit-dal{
  font-size: 17px;
  font-weight: 600;

color: rgba(255, 255, 255, 1);
background: #02579a;
float: right;
height: 50px;
line-height: 50px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
margin-right: 2%;
margin-bottom: 10px;

}

  @media all and (max-width: 540px) {



.texty  a.jit-zpet{
  width: 96%;
}


.texty  a.jit-dal, .texty  button.jit-dal{
  width: 96%;

}
}

  @media all and (max-width: 639px) {





.texty  table#kosik-tabulka  {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.texty  table#kosik-tabulka img{
  width: auto;
  height: 40px;
}

.texty  table#kosik-tabulka tr th {
  width: auto;
  padding: 3px;
border: none;
color: #000000;
font: bold 12px Arial, Calibri;
border-bottom: solid 1px rgba(0, 0, 0, .1)
}


.texty  table#kosik-tabulka tr td {
  width: auto;
  padding: 3px;

color: #000000;
font: lighter 11px Arial, Calibri;
vertical-align: top;
}


.texty  table#kosik-tabulka tr td input.ks{
  width: 40px;
  height: 30px;
border: none;
color: #000000;
font: lighter 13px Arial, Calibri;
line-height: 30px;
text-align: center;

background: #f5f5f5;
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);

}
}




  @media all and (max-width: 639px) {
.texty  a.jit-zpet{

}



.texty  a.jit-dal, .texty  button.jit-dal{


}
}

.texty  table#kosik-tabulka tr td a.smazat{
color: #e30a1d;
font-size: 20px;
}

.texty  table#kosik-tabulka tr td a.prepocitat{
  font-size: 12px;
  background-color: #02a64f;
      display: block;
      height: 28px;
      line-height: 28px;
      width: 80px;
      text-align: center;
color: #fff
}

.texty  table#kosik-tabulka tr td a.prepocitat i{
  font-size: 12px;
  float: left;
  display: none;
color: #fff

}
.texty  table#kosik-tabulka tr td a.prepocitat span{
  font-size: 13px;
  font-weight: 400;
  /*float: left;    */
  display: inline-block;
color: #fff

}






/*

rozdeleni na dva sloupce kosiku
 */


.texty .left{
  float: left;
  width: 50%;
      margin-left: 2%;
}

.texty .right{
  float: right;
  width: 46%;
      margin-right: 0;
}


 @media all and (max-width: 900px) {


.texty .left{
  position: relative;
  float: none;
  width: 98%;
      margin-left: 2%;
}
.texty .left::after{
  content: "";
  clear: both;
  margin-bottom: 20px;
  display: block;
}

.texty .right{
  float: none;
  width: 98%;
      margin-right: 0;
      margin-left: 2%;
}

}


 /*

 kosik radio
  */




span.title-1{
    margin: 0 0 20px 0;
    color: #02579a;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 2%;

}
.left span.title-1, .right span.title-1{
    margin: 0 0 20px 0;
    color: #02579a;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 0;

}

.texty .right table#kosik-tabulka {
    text-align: left;
    padding: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 96%;
    margin-left: 0%;
}


   .left label {
    float: left;
    margin: 7px 0px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
        width: 96%;

}

.left input {
    position: absolute;
    left: -9999px;
}

.left #formular-doprava input {
    position: absolute;
    left: -9999px;
}

.left .group input {
    position: relative;
    left: auto;
}

  .left label div {
    width: 100%;
    height: 98px;
    border: 2px solid #f3f7f9;
    padding: 10px 32px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 .left label input:checked + div {
    border-color: rgba(221, 43, 55, 1);
}

.left div {
    display: block;
}

 .left label strong {
    display: block;
    font-size: 14px;
}

  .left label span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: #02579a;
    font-weight: 600;
}


/* osobni udaje */



.group .input.icon {
    position: relative;
    width: 47.1%;
    padding-left: 47px;
}

 .group .input {
    float: left;
      width: 47.1%;
    height: 46px;
    box-sizing: border-box;
    margin: 6px 10px 6px 0px;
    padding: 5px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(227, 236, 241);
    border-image: initial;
}


 .group .input.long {
    float: left;
      width: 90%;
    height: 46px;
    box-sizing: border-box;
    margin: 6px 10px 6px 0px;
    padding: 5px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(227, 236, 241);
    border-image: initial;
}

 .group .input.short {
    float: left;
      width: 22.8%;
    height: 46px;
    box-sizing: border-box;
    margin: 6px 10px 6px 0px;
    padding: 5px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(227, 236, 241);
    border-image: initial;
}

 @media all and (max-width: 400px) {
.group .input.icon {
    position: relative;
    width: 97%;
    padding-left: 47px;
}
.group .input.short {
    float: left;
    width: 47%;
    height: 46px;
    box-sizing: border-box;
    margin: 6px 10px 6px 0px;
    padding: 5px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(227, 236, 241);
    border-image: initial;
}
}
.group .input.icon::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 21px;
    display: block;
    width: 22px;
    height: 25px;
    margin-left: -11px;
    margin-top: -13px;
    background: url(s.png) -832px 0px;
}
.group .input.icon.phone::before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background-position: -876px 0px;
}
.group .input.icon.email::before {
    width: 24px;
    height: 17px;
    margin-left: -12px;
    margin-top: -9px;
    background-position: -808px 0px;
}
.group .input.icon.city::before {
    width: 26px;
    height: 28px;
    margin-left: -13px;
    margin-top: -14px;
    background-position: -782px 0px;
}
.group .input.icon.street::before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background-position: -900px 0px;
}
.group .input.icon.zip::before {
    width: 19px;
    height: 24px;
    margin-left: -10px;
    margin-top: -12px;
    background-position: -924px 0px;
}

.group .input.icon input {
    border-left: 1px solid rgb(204, 214, 219);
}
 .group .input input {
    display: block;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    padding: 0px 22px;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.group .input.required::after {
    content: "*";
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    line-height: 12px;
    color: rgb(153, 0, 0);
    font-size: 24px;
}

label {
    cursor: default;
}

.left div.fakturacni{
    display: none;
}
.left div.fakturacni.aktivni{
    display: block;
}


.group .textarea {
    position: relative;
    display: block;
    height: 180px;
    box-sizing: border-box;
    margin: 6px 10px 6px 0px;
    padding: 5px 0px 5px 47px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(227, 236, 241);
    border-image: initial;
}
.group .textarea::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 21px;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    background: url(s.png) -854px 0px;
}

.group .textarea textarea {
    display: block;
    width: 100%;
    height: 164px;
    box-sizing: border-box;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    font-size: 14px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    resize: none;
    padding: 6px 22px;
    background: transparent;
    border-width: 0px 0px 0px 1px;
    border-image: initial;
    border-left: 1px solid rgb(204, 214, 219);
}




input.zaskrkavatko[type="checkbox"] {
  display: none;
}
input.zaskrkavatko[type=radio], input.zaskrkavatko[type=checkbox] {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

input.zaskrkavatko[type="checkbox"], input.zaskrkavatko[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input.zaskrkavatko[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000000;
     font-weight: bold;
    font-size: 15px
   }

input.zaskrkavatko[type="checkbox"]:not(:checked) + label, input.zaskrkavatko[type="checkbox"]:checked + label {
height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding-left: 46px;
    margin: 6px 10px 6px 0px;
    background: rgb(243, 247, 249);
    position: relative;
}




input.zaskrkavatko[type="checkbox"]:not(:checked) + label:before, input.zaskrkavatko[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 12px;
    height: 12px;
    z-index: 10;

    border: 2px solid #a8bbc5;
    background: #fff;

}

input.zaskrkavatko[type="checkbox"]:checked + label::after, input.zaskrkavatko [type="checkbox"]:checked + label::after {
    content: "✔";
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(221, 43, 55, 1);
    z-index: 11;
    transition: all 0.2s;
}
table#kosik-tabulka a{
  text-decoration: none
}
table#kosik-tabulka a span{
  color: rgba(169, 169, 169, 1);
  font-size: 12px;
}

div.plovouci{
    position: fixed;
    bottom: 0px;
    width: 100%;
    width: 100%;
    /* height: 50px; */
    padding-top: 20px;
    padding-bottom: 5px;
    max-width: 1353px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    z-index: 10;
}

  @media all and (max-width: 640px) {
div.plovouci{
    position: relative;

}
}

