@charset "UTF-8";
img {
  max-width: 100%;
  object-fit: scale-down;
}

label {
  display: inline-block;
}
label:first-letter {
  text-transform: uppercase;
}

#seznam_zbozi {
  display: flex;
  flex-flow: wrap row;
}
#seznam_zbozi * {
  box-sizing: border-box;
}
#seznam_zbozi .zbozi_kus {
  float: unset;
  width: unset;
  margin-bottom: 30px;
  display: flex;
  flex-flow: wrap column;
  background: #DDDDDD;
  border-radius: 4px;
  overflow: hidden;
}
#seznam_zbozi .zbozi_kus .zbozi_kus_top, #seznam_zbozi .zbozi_kus .zbozi_kus_popis {
  width: 100%;
}
#seznam_zbozi .zbozi_kus .zbozi_kus_cena {
  margin-top: auto;
}
#seznam_zbozi .zbozi_kus form {
  display: flex;
  justify-content: center;
  align-items: center;
}
#seznam_zbozi .zbozi_kus .zbozi_kus_kosik {
  background: none;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 35px;
  background: #1e7bb8;
  color: #fff;
  border: 1px solid #175e8c;
  border-radius: 0;
  text-decoration: none;
}
#seznam_zbozi .zbozi_kus .zbozi_kus_kosik:hover {
  background: #175e8c;
}
@media (min-width: 861px) {
  #seznam_zbozi .zbozi_kus {
    flex: 0 0 calc(1 / 4 * 100% - (1 - 1 / 4) * 10px);
    margin: 0 10px 10px 0;
  }
  #seznam_zbozi .zbozi_kus:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) and (min-width: 601px) {
  #seznam_zbozi .zbozi_kus {
    flex: 0 0 calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
    margin: 0 10px 10px 0;
  }
  #seznam_zbozi .zbozi_kus:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #seznam_zbozi .zbozi_kus {
    flex: 0 0 calc(1 / 2 * 100% - (1 - 1 / 2) * 10px);
    margin: 0 10px 10px 0;
  }
  #seznam_zbozi .zbozi_kus:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  #seznam_zbozi .zbozi_kus .zbozi_kus_top {
    background: #066db1;
    background: linear-gradient(0deg, #066db1 50%, #1e7bb8 50%);
    border-radius: 4px 4px 0 0;
    height: auto;
  }
  #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek_div {
    margin: auto;
  }
  #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek_div > div {
    max-width: 158px;
    border-radius: 0 0 4px 4px;
    margin: auto;
  }
  #seznam_zbozi .zbozi_kus .zbozi_kus_bottom {
    width: 100%;
    border-radius: 0 0 4px 4px;
    background: #DDD;
  }
  #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek {
    background: none;
    border: 1px solid #1e7bb8;
    border-top: 0;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 600px) {
  #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek_div, #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek {
    width: 100%;
  }
  #seznam_zbozi .zbozi_kus .zbozi_kus_obrazek {
    max-width: 158px;
    margin: auto;
  }
}

input[type=submit], input[type=button], button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

#paginator {
  margin: 15px 0;
  font-size: 16px;
}
#paginator div {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
}
#paginator span, #paginator a {
  padding: 10px;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 5px;
}
#paginator span:hover, #paginator a:hover {
  background: #ddd;
  text-decoration: none;
  color: #1e7bb8;
}
#paginator span.active, #paginator a.active {
  background: #1e7bb8;
  color: #fff;
}
@media (max-width: 600px) {
  #paginator span, #paginator a {
    padding: 7px;
    margin: 2px !important;
  }
}

.helper {
  display: inline-block;
  position: relative;
  margin-left: 9px;
}
.helper > i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e7bb8;
  color: #fff;
  border: 1px solid #175e8c;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 1;
  border-radius: 50%;
  font-size: 10px;
  cursor: help;
}
.helper .helper-content {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 1;
  background: #1e7bb8;
  color: #fff;
  border: 2px solid #1e7bb8;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: 0.42s ease-in-out;
  border-radius: 4px;
}
.helper .helper-content img {
  width: 120px;
  border-radius: 4px;
}
.helper:hover, .helper:target {
  z-index: 3;
}
.helper:hover .helper-content, .helper:target .helper-content {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%);
}

#main_content h2 {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}
#main_content h2:first-letter {
  text-transform: uppercase;
}
#main_content .content_wrapper table {
  float: unset;
  width: 100%;
}
#main_content .form_style * {
  box-sizing: border-box;
}
#main_content .form_style table {
  width: 100%;
}
#main_content .form_style table tr td:first-child {
  min-width: 100px;
  padding-right: 15px;
  color: #1e7bb8;
  font-weight: bold;
}
#main_content .form_style .c_desc {
  color: #1e7bb8;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
  padding-left: 6px;
}
#main_content .form_style input[type=text], #main_content .form_style textarea, #main_content .form_style select {
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
}
#main_content .form_style textarea {
  width: 100% !important;
}
#main_content .form_style .submit-button {
  margin-top: 10px;
  padding: 10px 45px;
  cursor: pointer;
  border: 1px solid #1a6ca2;
  background: #1e7bb8;
  color: #fff;
}
#main_content .form_style .submit-button:hover {
  background: #175e8c;
}

.form input {
  font-family: inherit;
}
.form .form-group {
  display: flex;
  flex-flow: wrap row;
}
.form .form-group + .form-group {
  margin-top: 12px;
}
.form .form-group label {
  flex: 100%;
  margin-bottom: 6px;
  padding-left: 6px;
  cursor: pointer;
  color: #1e7bb8;
  font-weight: bold;
}
.form .form-group input {
  width: 100%;
  padding: 7px 15px;
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
}
.form .form-submit {
  margin-top: 10px;
}
.form .form-submit .submit-button {
  padding: 10px 45px;
  cursor: pointer;
  border: 1px solid #1a6ca2;
  background: #1e7bb8;
  color: #fff;
}
.form .form-submit .submit-button:hover {
  background: #175e8c;
}

#poptavkaform * {
  box-sizing: border-box;
}
#poptavkaform table[id*=poptavkatable], #poptavkaform #hadice2div {
  margin-top: 20px;
  padding: 20px 10px;
  background: #F5F5F5;
  border: 1px solid gainsboro;
}
#poptavkaform table {
  width: 100%;
}
#poptavkaform table tr > td:first-child {
  padding-right: 30px;
  font-weight: 700;
  color: #1e7bb8;
}
#poptavkaform table tr > td:first-child:first-letter {
  text-transform: uppercase;
}
#poptavkaform table iframe {
  max-width: 100%;
}
#poptavkaform input[type=text], #poptavkaform select, #poptavkaform textarea {
  width: 100%;
  padding: 7px 15px;
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
}
#poptavkaform textarea {
  width: 100% !important;
}
#poptavkaform .flex-group {
  display: flex;
}
#poptavkaform .flex-group > * {
  flex: 1;
}
#poptavkaform .flex-group > * + * {
  margin-left: 10px;
}
#poptavkaform .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
#poptavkaform .button-group.left {
  justify-content: flex-start;
}
#poptavkaform .button-group > * + * {
  margin-left: 10px;
}
#poptavkaform .styled-button {
  padding: 10px 15px;
}
#poptavkaform .add-button, #poptavkaform .submit-button {
  min-width: 160px;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 480px) {
  #poptavkaform .add-button, #poptavkaform .submit-button {
    min-width: 120px;
  }
}
#poptavkaform .add-button {
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #1e7bb8;
}
#poptavkaform .add-button:hover {
  background: #e6e6e6;
}
#poptavkaform .submit-button {
  border: 1px solid #1a6ca2;
  background: #1e7bb8;
  color: #fff;
}
#poptavkaform .submit-button:hover {
  background: #175e8c;
}
#poptavkaform .divprislusenstvi + .divprislusenstvi {
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
#poptavkaform .c_desc {
  margin-top: 16px;
  margin-bottom: 4px;
  padding-left: 8px;
  color: #1e7bb8;
}
#poptavkaform .input-group {
  display: flex;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
}
#poptavkaform .input-group input {
  border: 0 !important;
  box-shadow: none !important;
}
#poptavkaform .input-group .typevalue {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  background: #e6e6e6;
  color: #777;
  font-size: 11px;
}
#poptavkaform .pocetdalsichaktivnichdilu td {
  padding-top: 15px;
  padding-right: 0 !important;
  padding-bottom: 15px;
}
#poptavkaform .pocetdalsichaktivnichdilu td div {
  padding: 15px;
  background: #F5F5F5;
  text-align: left;
  line-height: 20px;
  color: #353535;
}
#poptavkaform .pocetdalsichaktivnichdilu td div div {
  padding: 0;
  padding-left: 6px;
}
#poptavkaform .pocetdalsichaktivnichdilu td div .c_t {
  margin-bottom: 6px;
  margin-top: 0;
}
#poptavkaform .pocetdalsichaktivnichdilu td div p {
  display: block;
  color: #1e7bb8;
  font-size: 14px;
  margin: 6px 0 0;
}
#poptavkaform .detailhadice {
  background: #e8e8e8;
  margin-top: 12px;
}
#poptavkaform #delkahadice {
  margin-bottom: 12px;
}
#poptavkaform .ajax-format:not(:empty) {
  margin: 6px 6px 0;
  padding: 6px 12px;
  background: #cfcfcf;
  color: #444;
}
#poptavkaform .ajax-format:not(:empty) p {
  line-height: 1.2;
  margin: 6px 0;
}
#poptavkaform #tablekoncovky {
  background: #e8e8e8;
  padding: 15px;
}
#poptavkaform #tablekoncovky .part + .part {
  margin-top: 36px;
}
#poptavkaform #tablekoncovky .part .part-title {
  margin-bottom: 12px;
  padding-left: 6px;
  color: #1e7bb8;
  font-size: 16px;
}
#poptavkaform #tablekoncovky .part .checkbox_wrapper {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
#poptavkaform #tablekoncovky .part .checkbox_wrapper label {
  color: #1e7bb8;
  font-weight: bold;
  margin-left: 6px;
}
#poptavkaform #tablekoncovky .part .button-group {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 6px;
}
#poptavkaform #tablekoncovky .c_desc {
  font-weight: bold;
}
@media (max-width: 860px) {
  #poptavkaform td:empty {
    padding: 0 !important;
  }
  #poptavkaform table:not(#tablekoncovky) tr {
    display: flex;
    flex-flow: wrap row;
  }
  #poptavkaform table:not(#tablekoncovky) tr + tr {
    margin-top: 12px;
  }
  #poptavkaform table:not(#tablekoncovky) td {
    text-align: left;
    flex: 1;
  }
  #poptavkaform table:not(#tablekoncovky) td:first-child {
    flex: 100%;
    padding: 6px 12px;
    font-weight: bold;
    color: #1e7bb8;
  }
}
@media (max-width: 860px) and (max-width: 860px) {
  #poptavkaform table:not(#tablekoncovky) td:first-child {
    padding: 6px 0 2px 6px;
  }
}
@media (max-width: 860px) {
  #poptavkaform table:not(#tablekoncovky) td:first-child:first-letter {
    text-transform: uppercase;
  }
}
@media (max-width: 860px) {
  #poptavkaform table:not(#tablekoncovky) td:nth-child(3) {
    flex: 0 0 64px;
    margin-left: 32px;
  }
}
@media (max-width: 860px) {
  #poptavkaform table:not(#tablekoncovky) td input[type=text], #poptavkaform table:not(#tablekoncovky) td select, #poptavkaform table:not(#tablekoncovky) td textarea {
    padding: 10px 15px !important;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
    font-family: inherit;
    background: white;
  }
}
@media (max-width: 860px) {
  #poptavkaform #soucetcen table tr {
    display: table-row;
  }
  #poptavkaform #soucetcen table td {
    display: table-cell;
  }
  #poptavkaform #soucetcen table td:nth-child(2) {
    text-align: right;
  }
}
#poptavkaform #soucetcen {
  background: #e8e8e8;
  max-width: 100%;
  margin: 10px 0 0 !important;
  padding: 10px;
}
#poptavkaform #soucetcen td {
  padding: 2px 0;
}
#poptavkaform [id^=detailhadice-] {
  width: 100% !important;
  margin-left: 0 !important;
}

.iframes {
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  padding: 10px;
  border: 1px solid gainsboro;
}
table .iframes {
  border: 0;
  margin-bottom: 10px;
}
.iframes img {
  max-width: 48%;
}

.respo_table {
  width: 100%;
  overflow-x: auto;
}

#registraceform table {
  width: 100%;
}
#registraceform table tr > td:first-child {
  padding-right: 30px;
  font-weight: 700;
  color: #1e7bb8;
}
#registraceform table tr > td:first-child:first-letter {
  text-transform: uppercase;
}
#registraceform table tr b {
  text-align: left;
  width: auto;
  padding-left: 30px;
}
#registraceform input[type=text], #registraceform input[type=password], #registraceform select {
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
  margin: 0 !important;
}
#registraceform tr td .submit-button {
  padding: 10px 45px;
  cursor: pointer;
  margin-top: 30px;
  border: 1px solid #1a6ca2;
  background: #1e7bb8 !important;
  color: #fff;
}
#registraceform tr td .submit-button:hover {
  background: #175e8c !important;
}
@media (max-width: 860px) {
  #registraceform table tr {
    display: flex;
    flex-flow: wrap row;
  }
  #registraceform table tr + tr {
    margin-top: 12px;
  }
  #registraceform table td {
    text-align: left;
    flex: 1;
  }
  #registraceform table td:first-child {
    flex: 100%;
    padding: 6px 12px;
    font-weight: bold;
    color: #1e7bb8;
  }
  #registraceform table td:first-child:first-letter {
    text-transform: uppercase;
  }
  #registraceform table td:nth-child(3) {
    flex: 0 0 64px;
    margin-left: 32px;
  }
}

.form_errors {
  padding: 15px;
  border: 2px solid red;
  background: #ffcccc;
  margin-bottom: 15px;
  line-height: 1.4;
}

.red-icon {
  color: red;
}

.blue-icon {
  color: #1e7bb8;
}

.dark-blue-icon {
  color: #104060;
}

.fl {
  display: inline-block;
}
.fl:first-letter {
  text-transform: uppercase;
}

.footer-cards {
  display: none;
}

span.required {
  color: red !important;
}

.styled-button {
  padding: 10px 45px;
  cursor: pointer;
  border: 1px solid #1a6ca2;
  background: #1e7bb8;
  color: #fff;
}
.styled-button:hover {
  background: #175e8c;
}
.styled-button.button-red {
  border: 1px solid #e60000;
  background: red;
  color: #fff;
}
.styled-button.button-red:hover {
  background: #cc0000;
}

#tddruhakoncovkanadpis {
  color: #1e7bb8;
}

#klasik_page .space {
  line-height: 1.4 !important;
}
#klasik_page .space table td {
  padding: 2px 5px;
}
#klasik_page .space p + p {
  margin-top: 10px !important;
}

@media (min-width: 1201px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 860px) {
  .only-desktop {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  html.mobile-nav-visible {
    height: 100%;
    overflow: hidden;
  }

  body {
    margin-top: 118px;
  }
  body * {
    box-sizing: border-box;
  }
  body.mobile-nav-visible {
    height: 100%;
    overflow: hidden;
  }

  #top_menu, #left_panel, #header, #header_line, #header_topmargin, #kategorie, #seznam_kategorii, .facebook-iframe {
    display: none;
  }

  #kosik_top, #kosik, .kosik_bottom, #right_panel {
    display: none;
  }

  #top_w1200, #bottom_w1200 {
    max-width: 1200px;
    width: 100%;
  }

  #bottom_part {
    background: transparent;
    height: auto;
  }
  #bottom_part #bottom_w1200 {
    height: auto;
  }
  #bottom_part hr {
    display: none;
  }
  #bottom_part #bottom_middle {
    width: 100%;
    float: unset;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  #bottom_part #bottom_middle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #066db1;
    padding: 7px 15px;
  }
  #bottom_part #bottom_middle img {
    max-height: 20px;
    margin-left: 6px;
  }
  #bottom_part #bottom_middle span:first-child {
    background: #1e7bb8;
  }
  #bottom_part #bottom_left_corner, #bottom_part #bottom_right_corner {
    display: none;
  }

  #top_part {
    background: none;
  }

  #middle_panel, #right_panel, #main_content {
    width: 100%;
    float: none;
  }

  #middle_panel {
    margin-left: 0;
    padding: 0 15px;
  }

  #search_form {
    position: relative;
  }
  #search_form input {
    width: 100%;
    border: 0;
    padding: 12px 15px 12px 110px;
    border-radius: 2px;
  }
  #search_form input:focus {
    box-shadow: 0 2px 8px rgba(33, 33, 33, 0.19);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  #search_form input {
    padding: 12px 15px 12px 55px;
  }
}
@media (max-width: 1200px) {
  #search_form button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1e7bb8;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    margin-left: 4px;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
  }
  #search_form button i {
    margin-right: 9px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  #search_form button {
    padding: 8px 12px;
  }
  #search_form button span {
    display: none;
  }
  #search_form button i {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  #mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 6px rgba(33, 33, 33, 0.2);
  }
  #mobile-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  #mobile-header .top_part {
    background: #F5F5F5;
    padding: 10px 0;
    position: relative;
  }
  #mobile-header .bottom_part {
    background: #1e7bb8;
  }
  #mobile-header .bottom_part a {
    color: #fff;
  }
  #mobile-header .bottom_part .container {
    padding: 0;
  }
  #mobile-header .logo {
    display: block;
  }
  #mobile-header .mobile-links {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0;
    flex: 1;
    font-size: 11px;
  }
  #mobile-header .mobile-links li {
    position: relative;
  }
  #mobile-header .mobile-links li.spacer {
    flex: 1;
  }
  #mobile-header .mobile-links li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 15px;
  }
  #mobile-header .mobile-links li a:hover {
    background: #1a6ca2;
  }
  #mobile-header .mobile-links li i {
    font-size: 18px;
  }
  #mobile-header .mobile-links li span {
    margin-left: 9px;
  }
}
@media (max-width: 1200px) and (max-width: 500px) {
  #mobile-header .mobile-links li a {
    padding: 12px 10px;
  }
  #mobile-header .mobile-links li span {
    margin-left: 6px;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links li.dropdown-open .dropdown {
    display: block;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links .shopping-cart [data-cart-items] {
    position: relative;
  }
  #mobile-header .mobile-links .shopping-cart [data-cart-items]::after {
    content: attr(data-cart-items);
    font-family: Verdana, Tahoma, Arial, Helvetica;
    position: absolute;
    background: red;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 12px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  #mobile-header .mobile-links .shopping-cart {
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links .shopping-cart span {
    display: flex;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  #mobile-header .mobile-links .shopping-cart span {
    display: none;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links ul {
    list-style: none;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links .dropdown {
    position: absolute;
    list-style: none;
    padding-left: 0;
    background: #1e7bb8;
    border-top: 1px solid #1a6ca2;
    display: none;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-links .mobile-categories {
    min-width: 260px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  #mobile-header .mobile-links .mobile-categories li {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
  #mobile-header .mobile-links .mobile-categories li + li {
    border-top: 1px solid #1a6ca2;
  }
  #mobile-header .mobile-links .mobile-categories a {
    flex: 1;
  }
  #mobile-header .mobile-links .mobile-categories i {
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  #mobile-header .mobile-links .mobile-categories i:hover {
    background: rgba(0, 0, 0, 0.08);
  }
  #mobile-header .mobile-links .mobile-categories ul {
    flex: 100%;
    padding-left: 15px;
    display: none;
    background: rgba(0, 0, 0, 0.06);
  }
  #mobile-header .mobile-links .mobile-categories .ul-open > ul {
    display: block;
  }
}
@media (max-width: 1200px) {
  #mobile-header .search-container {
    flex: 1;
    margin: 0 30px;
  }
}
@media (max-width: 1200px) {
  #mobile-header .hamburger-container {
    font-size: 24px;
  }
  #mobile-header .hamburger-container a {
    display: grid;
    width: 24px;
    align-items: center;
    justify-content: center;
  }
  .mobile-nav-visible #mobile-header .hamburger-container .fa-bars {
    display: none;
  }
  #mobile-header .hamburger-container .fa-times {
    display: none;
  }
  .mobile-nav-visible #mobile-header .hamburger-container .fa-times {
    display: block;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-menu {
    z-index: 6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    border-top: 1px solid gainsboro;
    list-style: none;
    padding: 0 0 8px;
    box-shadow: 0 2px 6px rgba(33, 33, 33, 0.3);
    font-size: 16px;
    font-weight: 500;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.45s ease;
  }
  #mobile-header .mobile-menu span:first-letter {
    text-transform: uppercase;
  }
  .mobile-nav-visible #mobile-header .mobile-menu {
    pointer-events: all;
    transform: none;
    opacity: 1;
  }
  #mobile-header .mobile-menu a {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    position: relative;
    padding-left: 60px;
  }
  #mobile-header .mobile-menu i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  #mobile-header .mobile-menu li + li {
    border-top: 1px solid #e8e8e8;
  }
  #mobile-header .mobile-menu .mobile-langs {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
  }
  #mobile-header .mobile-menu .mobile-langs p {
    flex: 1 1 250px;
  }
  #mobile-header .mobile-menu .mobile-langs .languages {
    flex: 1 1 300px;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding-left: 0;
  }
  #mobile-header .mobile-menu .mobile-langs .languages li {
    border-top: 0;
    padding: 0;
  }
  #mobile-header .mobile-menu .mobile-langs .languages li + li {
    margin-left: 6px;
  }
  #mobile-header .mobile-menu .mobile-langs .languages a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: #1e7bb8;
    padding: 5px;
    border-radius: 2px;
  }
}
@media (max-width: 1200px) and (max-width: 620px) {
  #mobile-header .mobile-menu .mobile-langs p {
    display: none;
  }
  #mobile-header .mobile-menu .mobile-langs .languages {
    flex: 100%;
    justify-content: center;
    order: -1;
  }
}
@media (max-width: 1200px) and (min-width: 861px) {
  form:not(#search_form) input, form:not(#search_form) select, form:not(#search_form) textarea {
    max-width: 480px;
  }
}
.product_detail {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  width: 100%;
}
.product_detail * {
  box-sizing: border-box;
}
.product_detail .product_image {
  flex: 0 0 300px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 30px;
}
.product_detail .product_images {
  width: 100%;
  margin-top: 20px;
}
.product_detail .product_images table {
  width: 100%;
  margin: 0 !important;
}
.product_detail .product_description {
  flex: 1;
  overflow: hidden;
}
.product_detail .product_description .product_info {
  border-bottom: 3px solid #1E7BB8;
  border-top: 3px solid #1E7BB8;
}
.product_detail .product_description .product_info_title {
  border-bottom: 3px solid #1E7BB8;
  background-color: #DDDDDD;
  color: #066DB1;
  padding: 5px;
  font-weight: bold;
}
.product_detail .product_description .product_parameters {
  padding: 5px;
  color: #353535;
  background-color: white;
  line-height: 18px;
}
.product_detail .product_add_to_cart {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.product_detail .product_add_to_cart form {
  display: inline-flex;
  align-items: center;
  background-color: #DDDDDD;
  border: 3px solid #1E7BB8;
}
.product_detail .product_add_to_cart .add_to_cart {
  order: 3;
  background-color: #DDDDDD;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product_detail .product_add_to_cart .add_to_cart .kosik_detail {
  background: none;
  width: auto;
}
.product_detail .product_add_to_cart .cart_input {
  padding-left: 10px;
  white-space: nowrap;
}
.product_detail .product_add_to_cart .cart_input input {
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
  width: 50px;
  margin-right: 10px;
  padding: 10px 5px !important;
  text-align: center;
}
@media (max-width: 860px) {
  .product_detail .product_image {
    flex: 100%;
    margin-right: 0;
  }
  .product_detail .product_description {
    flex: 100%;
  }
}

#filter:not(:empty) {
  margin-bottom: 20px;
}
#filter .form-group + .form-group {
  margin-top: 10px;
}
#filter .form-group label {
  font-weight: 700;
  color: #1e7bb8;
  padding-left: 6px;
  padding-bottom: 4px;
  display: block;
}
#filter .form-group select {
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
}

#sorting {
  margin-bottom: 20px;
}
#sorting form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#sorting select {
  padding: 10px 15px !important;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
  width: auto;
  margin-left: 10px;
}

#breadcrumb {
  margin-bottom: 16px;
}
#breadcrumb .breadcrumb {
  margin: 0;
  display: flex;
  flex-flow: wrap row;
  list-style: none;
  line-height: 1.5;
  padding: 10px 0px;
}
#breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
#breadcrumb .breadcrumb li + li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
#breadcrumb .breadcrumb li:last-child {
  opacity: 0.6;
}
#breadcrumb .breadcrumb a {
  text-decoration: none;
  padding: 2px 0;
}

#cart_summary .summary-price {
  font-weight: normal;
  margin-top: 20px;
}
#cart_summary .summary-price .line {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 14px;
  padding: 2px 0;
}
#cart_summary .summary-price .line span {
  flex: 1;
}
#cart_summary .summary-price .line strong {
  min-width: 120px;
  margin-left: 10px;
  white-space: nowrap;
}
#cart_summary .summary-price .line.final strong {
  font-size: 18px;
}
#cart_summary .vypis_kosiku .remove_from_cart {
  text-decoration: none;
  background: red;
  color: white;
  display: flex;
  height: 20px;
  width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 16px;
  cursor: pointer;
  border: 1px solid red;
}
#cart_summary .vypis_kosiku .remove_from_cart:hover {
  color: red;
  background: white;
}
#cart_summary .vypis_kosiku .count_input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#cart_summary .vypis_kosiku .count_input input[type=text] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  font-family: inherit;
  background: white;
  text-align: center !important;
  padding: 7px 3px;
  margin-right: 6px;
}
#cart_summary .vypis_kosiku .count_input button {
  margin-left: 6px;
  text-decoration: none;
  background: #1e7bb8;
  color: white;
  display: flex;
  height: 20px;
  width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 16px;
  cursor: pointer;
  border: 1px solid #1e7bb8;
  font-size: 11px;
}
#cart_summary .vypis_kosiku .count_input button:hover {
  color: #1e7bb8;
  background: white;
}
@media (max-width: 860px) {
  #cart_summary .vypis_kosiku tr {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 80px auto 100px 100px;
    grid-template-rows: auto 40px;
    padding: 7px 5px;
    grid-template-areas: "image title count ." "image code price total";
    position: relative;
    border-radius: 2px;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(1) {
    grid-area: image;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(2) {
    grid-area: code;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(3) {
    grid-area: title;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(4) {
    grid-area: price;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(5) {
    grid-area: count;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(6) {
    grid-area: total;
  }
  #cart_summary .vypis_kosiku tr td:nth-child(7) {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 860px) and (max-width: 500px) {
  #cart_summary .vypis_kosiku tr {
    grid-template-columns: auto 80px 80px;
    grid-template-rows: auto auto 40px;
    grid-template-areas: "title title title" "code code code" "count price total";
  }
  #cart_summary .vypis_kosiku tr td:nth-child(1) {
    display: none;
  }
  #cart_summary .vypis_kosiku tr .count_input {
    justify-content: flex-start;
  }
  #cart_summary .vypis_kosiku tr .count_input button {
    width: 24px;
    height: 25px;
  }
}
@media (max-width: 860px) {
  #cart_summary .vypis_kosiku tbody > tr:first-child {
    display: none;
  }
}
#cart_summary .flex-line-box {
  line-height: 1.3;
}
#cart_summary .submit-wrapper {
  display: flex;
  justify-content: center;
}
#cart_summary .xbutton {
  padding: 10px 45px;
  cursor: pointer;
  border: 1px solid #1a6ca2;
  background: #1e7bb8;
  color: #fff;
}
#cart_summary .xbutton:hover {
  background: #175e8c;
}

/*# sourceMappingURL=app.css.map */
