div.katalog_breadcrumbs{
  text-align: left;
  font-size: 14px;
  padding-bottom: 30px;
  color: #738299;
}

div.katalog_breadcrumbs a{
  color: #676c74;
  text-decoration: underline;
}

div.polozka_matica_box{
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
}

div.polozka_matica{
  font-size: 12px;
  border: 0px none;
  padding: 10px;
  margin: 0 30px 50px 30px;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}

div.polozka_matica:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

div.polozka_matica_box_top{
  width: 100% !important;
  float: none !important;
}

div.polozka_matica_box_top div.polozka_matica div.img_box{
  float: left;
  width: 50%;  
  margin: 0 auto;
}

div.polozka_matica_box_top div.polozka_matica div.popis_box{
  float: left;
  width: 50%;  
}

div.polozka_matica div.img_box{
  margin: 0px auto 20px auto;
  position: relative;
  background-position: center center;
  max-width: 550px;
}

div.polozka_matica div.img_box div.odporucame{
  position: absolute;  
  bottom: -20px;
  left: -20px;
  background: #FC586A;
  color: #ffffff;
  width: 120px;
  height: 120px;
  font-size: 15px;
  font-weight: bold;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 30;
  transform: rotate(-10deg);
  border: solid 4px #ffffff;
}

div.polozka_matica div.img_box a.foto{
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0px;
  padding-top: 70%;
}

div.polozka_matica_box div.polozka_matica div.popis_box{
  text-align: left; 
  font-size: 15px; 
}

div.polozka_matica div.polozka_do_kosika{
  margin: 0 auto;  
  padding-top: 10px;
  text-align: center;
}

div.polozka_nazov h2{
  font-size: 18px;
  line-height: 28px;
  background: #eeeeee;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px;
}

div.polozka_nazov h2 a{
  color: #000000;
}

div.polozka_nazov h2 a:hover{
  text-decoration: none;
}

div.polozka_cena{
  text-align: center;  
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
}

a.detail_produktu{
  display: block;
  margin: 0 auto;
  width: 180px; 
  padding: 10px 20px;
  background-color: #ecbd1a;
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
  transition: all 0.3s;
}

a.detail_produktu:hover{
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}

div.polozka_head{
  padding-top: 10px;
  display: flex;
  justify-content: start;
}

div.polozka_left{
  flex: 0 0 500px;
  margin-right: 50px; 
}

div.polozka_right{
  position: relative;
  flex: 1 1 100%;
}

div.polozka_info{
  padding-left: 0px;
  text-align: left;  
  color: #676c74; 
}

div.polozka_info h1{
  margin-bottom: 10px;
  padding-top: 0;
}

div.polozka_konfigurator_preview_box{
  background: #e6e6e6;  
  border: Dashed 1px #aaaaaa;
  padding: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


div.polozka_konfigurator_preview_box.polozka_konfigurator_preview_box_fixed{
  position: fixed;
  top: 85px;
  right: 5px;
  width: 100px;
  padding: 3px;
  z-index: 100;
}

div.polozka_konfigurator_preview{
  background: #eeeeee;
  border: solid 1px #cccccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.polozka_konfigurator_preview_box_fixed div.polozka_konfigurator_preview{
  pointer-events: none; 
}

.polozka_konfigurator_preview_prvok{
  position: absolute;
  border: dashed 2px transparent;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.polozka_konfigurator_preview_highlighted{
  border-color: rgba(0,0,0,0.5);  
}

div.konfigurator_zarovnanie_bunka{
  flex: 1 1 33%;
  height: 37px;
  padding-bottom: 3px;
  margin: 0 2px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.konfigurator_zarovnanie_sipka{
  background: rgba(0,0,0,0.3);
  cursor: hand;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 20px;
  line-height: 10px;
}

div.konfigurator_zarovnanie_bunka.konfigurator_zarovnanie_sipka_stred{
  padding-bottom: 0px;
  height: 40px;  
}

div.konfigurator_zarovnanie_sipka:hover, div.konfigurator_zarovnanie_sipka_active{
  background: rgba(0,0,0,0.5);
}

div.konfigurator_obrazok_hladat{
  flex: 0 0 50px;
  background: url('img/obrazok_hladat.svg') center center no-repeat #a6a6a6;
  background-size: 20px 30px;
  cursor: hand; cursor: pointer;
  transition: all 0.3s;
}

div.konfigurator_obrazok_hladat:hover{
  background-color: #777777;
}

div.konfigurator_obrazok_upload{
  flex: 0 0 50px;
  background: url('img/obrazok_upload.svg') center center no-repeat #a6a6a6;
  background-size: 20px 30px;
  cursor: hand; cursor: pointer;
  transition: all 0.3s;
}

div.konfigurator_obrazok_upload:hover{
  background-color: #777777;
}

div.konfigurator_hladat_input_box{
  padding: 5px;
  border: solid 1px #cccccc;
  flex: 1 1 50%;
}

div.konfigurator_hladat_input_box input{
  padding: 0;
  border: 0px none;
  width: 100%;
  outline: none;
}

div.konfigurator_hladat_select_box{
  flex: 1 1 50%;
  margin-left: 10px;
}

div.konfigurator_hladat_select_box select{
  width: 100%;
  background: #ffffff;
  border: solid 1px #cccccc;
  height: 29px;
}

div.konfigurator_obrazok_zrusit{
  flex: 0 0 50px;
  background: url('img/obrazok_zrusit.svg') center center no-repeat #dd2200;
  background-size: 20px 20px;
  cursor: hand; cursor: pointer;
  transition: all 0.3s;
}

div.konfigurator_obrazok_zrusit:hover{
  background-color: #C21E00;
}

div.konfigurator_obrazok_preview{
  flex: 1 1 100%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

div.konfigurator_label{
  font-size: 12px;
  font-weight: bold;  
}

div.konfigurator_typy{
  display: flex;  
}

div.konfigurator_typ_box{
  margin: 0 10px 10px 0;
  border: solid 3px #ffffff;
  width: 80px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: hand; cursor: pointer;
  transition: all 0.3s;
}

div.konfigurator_typ_box_active{
  border-color: #333333;
}

div.konfigurator_typ{
  border: solid 1px #cccccc;
  background: #eeeeee;
  position: relative;
}

div.konfigurator_typ_prvok{
  position: absolute;
  background: rgba(0,0,0,0.2);  
}

div.konfigurator_typ_prvok_img{
  background-image: url('img/sample_img.svg');  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

div.konfigurator_typ_prvok_text{
  background-image: url('img/sample_text.svg');  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

div.konfigurator_prvok{
  padding: 10px;
  background: #eeeeee;
  border: solid 1px #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 5px;
  font-size: 10px;
  transition: all 0.5s;
}

div.konfigurator_prvok:hover, div.konfigurator_prvok_over{
  border-color: #666666;
}

div.konfigurator_riadok_box{
  display: flex;  
  align-items: center;
  flex-wrap: wrap;
}

div.konfigurator_riadok_obrazok_box{
  display: flex;  
  align-items: center;  
}

div.konfigurator_text_riadok{
  flex: 1 1 100%;  
  display: flex;
}

div.konfigurator_text{
  flex: 1 1 100%;  
}

div.konfigurator_text_box{
  border: solid 1px #cccccc;
  background: #ffffff;  
  padding: 5px;
}

div.konfigurator_text_box input{
  padding: 0;
  border: 0px;
  background: none;
  width: 100%;
  outline: none;
  height: 20px;
  line-height: 20px;
}

div.konfigurator_text_box select{
  padding: 0;
  border: 0px;
  background: none;
  width: 100%;
  height: 20px;
  line-height: 20px;
  outline: none;
}

div.konfigurator_font_box{
  flex: 1 1 100%;
  display: flex;  
}

div.konfigurator_text_font{
  flex: 1 1 100%;
  margin-left: 10px;  
}

div.konfigurator_text_styl{
  display: flex;
  flex: 1 1 100%;
}

div.konfigurator_text_box input.prvok_okraj{
  width: calc(100% - 65px);  
}

.prvok_okraj::placeholder{
  text-align: center;
  color: #cccccc;
  opacity: 1;
  
}

div.konfigurator_farby_box{
  display: flex;
  flex: 1 1 100%;
}

div.konfigurator_zarovnanie_box{
  margin-left: 10px;
  display: flex;
  flex: 0 0 230px;  
}

div.konfigurator_velkost_img_box{
  display: flex;
  flex: 0 0 270px;
}

div.konfigurator_velkost_box{
  flex: 1 1 100%;
  margin-left: 10px;
}

div.konfigurator_velkost_posuv{
  height: 32px;
  display: flex;
  align-items: center;
  
}

div.konfigurator_velkost_posuv_ciara{
  flex: 1 1 100%;
  height: 2px;
  background: #aaaaaa;
  position: relative;
}

div.konfigurator_velkost_posuv_bod{
  z-index: 10;
  cursor: grab;
  position: absolute;
  top: -7px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: #ecbd1a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

div.konfigurator_velkost_posuv_zvyraznene{
  z-index: 8;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 6px;  
  background: #ecbd1a;
}

div.konfigurator_obrazok_box{
  height: 126px;  
}

div.konfigurator_velkost_box_height{
  height: 149px;  
}

div.konfigurator_obrazok_zarovnanie{
  flex: 0 0 126px;
  margin-left: 20px;  
}

div.konfigurator_obrazok_zarovnanie_sipky{
  height: 126px;  
}

.konfigurator_text_align_box{
  flex: 1 1 33%;
  height: 20px;
  border: solid 1px #cccccc;
  background-color: #ffffff; 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px; 
  margin-left: 3px;  
  padding: 5px;
  cursor: hand; cursor: pointer;
}

.konfigurator_text_align_box:first-of-type{
  margin-left: 0;
}

.konfigurator_text_align_box:hover{
  background-color: #eeeeee;
}

.konfigurator_text_align_box_active{
  border-color: #000000;
}

div.list_obrazky{
  display: flex;  
  flex-wrap: wrap;
}

div.list_obrazky div.list_obrazok_box{
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  min-width: calc(25% - 20px);
  margin: 10px;
  background: url('img/bg_obrazky.png') center center repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.3s;
}

div.list_obrazky div.list_obrazok_box:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

div.list_obrazky div.list_obrazok_box div.list_obrazok{
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px;
  cursor: hand; cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.3s;
}

div.polozka_info_kosik_box{
  text-align: left;  
}


div.upload_img_container{
  display: flex;    
}

div.upload_img_nahlad_box{
  flex: 0 0 360px;  
}

div.upload_img_potvrdit{
  padding-top: 30px;
  text-align: left;
  display: none;
}

div.upload_img_btns{
  display: flex;
  justify-content: center;
  align-items: center;  
  padding-top: 10px;
}

div.upload_img_btns img{
  flex: 0 0 32px;
  height: 32px;
  margin: 5px;
  cursor: hand; cursor: pointer;
}

div.upload_img_nahlad_bg{
  background: url('img/bg_obrazky.png') center center repeat;
  box-shadow: 0 0 5px rgba(0,0,0,0.3); 
  padding: 10px; 
  height: 360px;  
  overflow: hidden;
}

div.upload_img_nahlad{
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 360px;  
  transition: all 0.2s;
}

div.upload_img_detail_box{
  flex: 1 1 100%;  
  margin-left: 50px;
  text-align: left;
}

.btn_upload_img_submitted{
  pointer-events: none;
  opacity: 0.3;  
  padding-left: 40px !important;
  background-image: url('../../img/preloader_w.gif') !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
}

div.upload_input_box{
  padding: 5px;
  border: solid 1px #cccccc;
  flex: 1 1 50%;
}

div.upload_input_box input, div.upload_input_box textarea{
  padding: 0;
  border: 0px none;
  width: 100%;
  outline: none;
  font-size: 12px;
}

div.upload_error{
  display: none;
  background: #ffeeee;
  border: solid 1px #ffdddd;
  color: #dd2200;  
  font-size: 12px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1200px){
  div.popis_right{    
    margin: 0px 0px 0px 150px;
    width: 400px;
  }
  
  div.popis_right img.misky{
    margin: 30px 0;
  }
  
  div.polozka_referencia{
    float: none;
    max-width: 500px;
    margin: 0 auto;
  }

  div.polozka_info_kosik_box{
    margin-right: 0px;  
  }
  
  div.polozka_info_kosik_varianta{
    padding-top: 0px;
    float: none;  
  }
}

@media screen and (max-width: 900px){
  
  div.polozka_matica_box{
    float: none;
    width: auto;
    margin: 0 20px 50px 20px;
  }
  
  div.polozka_matica{
    margin: 0;
  }
  
  div.polozka_konfigurator_preview_box{
    padding: 15px; 
  }  
  
  div.polozka_matica_box_top div.polozka_matica div.img_box{
    float: none;
    width: auto;  
    margin: 0 auto 30px auto;
  }
  
  div.polozka_matica_box_top div.polozka_matica div.popis_box{
    float: none;
    width: auto;  
  }

  div.katalog_breadcrumbs{
    display: none;  
  }

  
  div.suvisiace_slider div.polozka_matica_box{
    float: left !important;  
    width: 100%;
  }

  div.specifikacia_box{
    float: none;
    width: 100%;  
    margin-bottom: 30px;
  }
  
  div.specifikacia_box_left{
    padding-right: 0px;  
  }
  
  div.specifikacia_box_right{
    padding-left: 0px;  
  }
  
  div.polozka_info{
    padding-left: 0; 
    color: #000000; 
  }
  
  div.polozka_head{
    display: flex;
    flex-wrap: wrap;
  }
  
  div.polozka_left{
    display: block;
    float: none;
    flex: 0 0 100%;  
    width: auto;
    margin: 0;
  }
  
  div.polozka_right{
    display: block;
    float: none;
    flex: 0 0 100%;
    width: auto;
    padding-top: 0px;
  }
  
  div.specifikacia_box div.specifikacia_stlpce ul{
    flex-wrap: wrap;  
  }
  
  div.specifikacia_box ol{
    flex-wrap: wrap;  
  }
  
  div.specifikacia_box ol li{
    flex: 1 0 30%;
  }
  
  
  div.popis_text_box{  
    display: flex;  
    flex-direction: column-reverse; 
  }
  
  div.popis_right{
    float: none;
    margin: 0px;
    width: auto;
    font-size: 16px;
    line-height: 30px;
    color: #676c74;
  }
  
  div.popis_right img.misky{
    margin: 30px 0px;
  }
  
  div.popis_left{
    font-size: 16px;
    line-height: 125%;
    color: #1e2024;
    padding-top: 0px;
  }
  
  div.popis_left h2{
    line-height: 30px;
  }
}


@media screen and (max-width: 900px) and (min-width: 601px){  
  div.polozka_konfigurator_preview_box.polozka_konfigurator_preview_box_fixed{
    top: 105px;
  }
}

@media screen and (max-width: 600px){
  
  a.detail_produktu{
    display: block;
    float: none;
    width: auto;
  }
  
  
  div.polozka_head{
    margin-bottom: 20px;
  }
  
  div.polozka_info h1{
    font-size: 30px;
    line-height: 36px;
  }
  
  div.specifikacia_box ol li{
    min-height: 0px;
    _height: 0px;
  }
  

  div.specifikacia_box div.specifikacia_stlpce ul li{
    flex: 0 auto;
    margin: 0 10px 20px 10px;
  }
  
  div.konfigurator_typy{
    flex-wrap: wrap;  
  }
  
  .konfigurator_riadok_box{
    flex-wrap: wrap;   
  }
  

  .konfigurator_riadok_obrazok_box{
      flex-wrap: wrap;   
  }
  
  div.konfigurator_text_riadok{
    flex-wrap: wrap;  
  }

  div.konfigurator_text_font{
    flex: 1 1 100%;
    margin-left: 0px;  
  }

  div.konfigurator_obrazok_box{
    height: 100px;  
  }

  div.konfigurator_velkost_img_box{
    flex: 1 1 100%;
    flex-wrap: nowrap;
    padding-top: 10px;
  }
  
  div.konfigurator_velkost_img_box div.konfigurator_velkost_box{
    margin-left: 0px;  
  }

  div.konfigurator_velkost_box_height{
    height: 121px;  
  }

  div.konfigurator_text_styl{
    flex: 1 1 100%;
    flex-wrap: wrap;
    margin-left: 0px;  
  }
  
  div.konfigurator_zarovnanie_box{
    flex: 1 1 100%;  
    margin-left: 0px;
  }

  div.konfigurator_obrazok_hladat{
    flex: 0 0 30px;
  }

  div.konfigurator_obrazok_zrusit{
    flex: 0 0 30px;
  }

  div.konfigurator_obrazok_zarovnanie{
    flex: 0 0 100px;
    margin-left: 10px;  
  }

  div.konfigurator_obrazok_zarovnanie_sipky{
    height: 100px;  
  }
  
  div.konfigurator_zarovnanie_bunka{
    height: 28px;  
  }
  
  div.konfigurator_zarovnanie_bunka.konfigurator_zarovnanie_sipka_stred{
    height: 31px;  
  }

  div.list_obrazky div.list_obrazok_box{
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
  
@media screen and (max-width: 750px){  
  div.upload_img_container{
    flex-wrap: wrap;  
  }
  
  div.upload_img_nahlad_box{
    margin: 0 auto; 
    order: 2; 
    max-width: 100%;
  }
  
  div.upload_img_detail_box{
    margin-left: 0px;
    margin-bottom: 30px;
    flex: 1 1 100%;  
    order: 1;
  }
  
  div.upload_img_detail_box div.upload_img_potvrdit{
    text-align: center;  
  }
  
  div.upload_img_detail_box div.upload_img_potvrdit .dalej{
    margin: 0 auto;
  }
  
  div.upload_img_nahlad_bg{
    height: auto;
  }
  
  div.upload_img_nahlad{
    padding-top: calc(100% - 10px);  
    height: auto;
  }
}
  
@media screen and (max-width: 500px){
  div.produkt_promo{
    width: auto;
  }
}
  
@media screen and (max-width: 400px){
  div.polozka_matica div.polozka_do_kosika{
    width: auto;  
  }
}