@import "sqc/template/system/css/functions.less.css";
@import "sqc/template/system/css/reset.less.css";
@import "sqc/template/system/css/functions.less.css";
@import "sqc/template/system/css/reset.less.css";
@import "etc/theme/default_deluxe_TEST.less.css";
body {
  background: #000000;
  background-image: url("files/canvas.png");
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  /* Vždy vynucená scrollbar v non-IE */
}
a {
  color: #444444;
}
a:active,
a:visited {
  color: #444444;
}
a:hover {
  color: #444444;
  outline: none;
  /* Odstranění outline při najetí/aktivaci */
}
ul {
  margin-left: 30px;
}
ol {
  margin-left: 30px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
/* Starší IE fix */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
button {
  width: auto;
  overflow: visible;
  font: 12px sans-serif;
}
/* bicubic resizing for non-native sized IMG */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* pro nahrazování obrázků */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Skrýt pro čtečky obrazovek i prohlížeče */
.hidden {
  display: none;
  visibility: hidden;
}
/* Skrýt vizuálně, ale zpřístupnit pro čtečky obrazovek */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Skrýt vizuálně a pro čtečky obrazovek, ale zachovat layout */
.invisible {
  visibility: hidden;
}
/* Clearfix (používá se pro floaty, nemusí být potřeba s Flexboxem pro hlavní layout) */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}
body.fontsize-small {
  font-size: 11px;
}
body.fontsize-big {
  font-size: 14px;
}
#container {
  width: 100%;
  /* Základní plná šířka pro responzivitu */
  max-width: 1250px;
  /* Maximální šířka pro desktop */
  margin: 0 auto;
  /* Centrování kontejneru */
  /* NOVÉ: Flexbox pro vertikální stackování obsahu */
  display: flex;
  flex-direction: column;
  /* Řadí děti vertikálně */
  align-items: flex-start;
  /* Zarovná děti na levou stranu */
}
/* Header je nyní přímý potomek #container */
header {
  width: 100%;
  /* Zajistí, že header zabírá plnou šířku uvnitř kontejneru */
}
#topnav {
  width: 100%;
  /* #topnav nyní zabírá plnou šířku headeru */
}
#topnav .wrap {
  width: 100%;
  max-width: 1250px;
  /* Omezení šířky na desktop */
  margin: -15px auto 0 auto;
  /* TENTO KLÍČOVÝ ZÁPORNÝ MARGIN ZŮSTÁVÁ */
  color: #c4c4c4;
  font-size: 90%;
  /* NOVÉ: Flexbox pro položky uvnitř topnav wrap */
  display: flex;
  justify-content: flex-end;
  /* Zarovná položky na pravou stranu */
  align-items: center;
  /* Vertikální zarovnání položek */
  flex-wrap: wrap;
  /* Umožní zalamování na menších obrazovkách */
}
#topnav ul {
  margin: 75px 0 -75px 0;
  /* Původní marginy, které ovlivňují polohu menu */
  height: 28px;
  line-height: 28px;
  list-style: none;
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav ul li {
  display: inline;
  margin-right: 10px;
}
#topnav .cart {
  height: 28px;
  line-height: 28px;
  background: url("../sqc/template/default/images/icon-cart-small-gray.gif") no-repeat 10px center;
  padding: 0 10px 0 30px;
  margin: 75px 0 -75px 5px;
  /* Původní marginy, které ovlivňují polohu košíku */
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav .cart a {
  text-decoration: none;
}
#topnav .cart a:hover {
  text-decoration: underline;
}
#topnav .cart .t {
  display: none;
}
#topnav .cart small {
  font-size: 100%;
}
#topnav .checkout {
  line-height: 28px;
  padding: 0 10px;
  margin: 75px 0 -75px 0;
  /* Původní marginy, které ovlivňují polohu checkoutu */
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav .checkout a {
  font-weight: bold;
}
.contentwrap .main img {
  max-width: 100%;
}
#banner {
  width: 100%;
  /* Banner by měl také zabrat plnou šířku kontejneru */
  height: auto;
  min-height: 130px;
  margin: 0;
  color: #777777;
}
#banner .wrap {
  width: 100%;
  max-width: 1250px;
  height: auto;
  min-height: 130px;
  margin: 0 auto;
  padding: 0;
  /* NOVÉ: Flexbox pro obsah banneru (logo a search) */
  display: flex;
  align-items: center;
  /* Vertikální centrování obsahu uvnitř banneru */
  justify-content: space-between;
  /* Rozloží logo a search */
  flex-wrap: wrap;
  /* Umožní zalamování na menších obrazovkách */
}
#banner .logo {
  flex-shrink: 0;
  flex-grow: 0;
  /* NOVÉ: Nastavení .logo jako flex kontejner */
  display: flex;
  align-items: center;
  /* Vertikální centrování obsahu loga (odkazu) */
  margin: -25px 0 0 0;
  /* Zajištění absence marginu, aby se správně zarovnalo */
}
#banner .logo a {
  position: relative;
  min-width: 400px;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS v MQ */
  height: 90px;
  line-height: 90px;
  font-size: 0;
  text-decoration: none;
  color: #444444;
  white-space: nowrap;
  display: block;
  /* Důležité: a tag je nyní blokový, aby mohl držet rozměry */
}
#banner .logo a .logo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("files/fmfernewsrcinv.png") no-repeat center center;
  background-size: contain;
  /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
  display: block;
  width: 100%;
  height: 100%;
}
#banner .search {
  margin: -70px 5px 0 0;
  flex-shrink: 0;
  flex-grow: 1;
  /* Může se trochu roztáhnout */
  text-align: right;
  /* Zachová zarovnání vpravo */
}
#banner .search input {
  font-size: 130%;
  vertical-align: top;
  margin: 0 5px;
  padding: 3px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #777777;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
.ie8 #banner .search input,
.ie7 #banner .search input,
.ie6 #banner .search input {
  margin-top: 0;
}
.ie6 #banner .search input {
  border: none;
}
#mainnav {
  width: 100%;
  /* Mainnav zabírá plnou šířku */
}
#mainnav .wrap {
  width: 100%;
  max-width: 1250px;
  margin: -40px auto 0 auto;
  background: #303030;
  height: auto;
  line-height: normal;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
#mainnav .wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnav .wrap ul.l0 {
  margin: 0 5px;
  /* NOVÉ: Flexbox pro hlavní navigaci */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* Rovnoměrné rozložení */
}
#mainnav .wrap ul.l0 li {
  position: relative;
  display: block;
  /* Flex položka */
  padding: 0;
  margin: 0;
  flex-grow: 1;
  /* Povolí položkám růst */
  text-align: center;
}
#mainnav .wrap ul.l0 li a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 9px 7px 10px;
  margin: 0;
  display: block;
}
#mainnav .wrap ul.l0 li a:hover {
  background-color: #414141;
}
#mainnav .wrap ul.l0 li .ul-wrap {
  position: absolute;
  z-index: 99;
  left: 0;
  display: none;
}
#mainnav .wrap ul.l0 li .ul-wrap ul {
  background: #222222;
  padding: 0;
  margin: -1px 0 0 0;
  min-width: 140px;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li {
  display: block;
  white-space: nowrap;
  line-height: 25px;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li a {
  font-size: 100%;
  border: none;
  padding: 0 5px;
  display: block;
  color: #ffffff;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li .ul-wrap {
  display: none;
  top: 1px;
  margin-left: 95%;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li .ul-wrap ul {
  border-top-width: 1px;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:hover {
  background-color: #333333;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:hover > .ul-wrap {
  display: block;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:last-child {
  border-bottom: none;
}
#mainnav .wrap ul.l0 li:hover > .ul-wrap {
  display: block;
}
#mainnav .wrap ul.l0 li:last-child a {
  border-right: none;
}
#main {
  width: 100%;
  max-width: 1250px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  /* KLÍČOVÉ: Aktivuje Flexbox */
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  /* typography */
}
@radius (3px);
#main h1 {
  display: none;
}
#main h2 {
  font-size: 140%;
  margin: 5px 0;
}
#main h3 {
  font-size: 120%;
  margin: 5px 0;
}
#main h4 {
  font-size: 100%;
  margin: 5px 0;
}
#main p {
  line-height: 150%;
  margin: 0 0 15px 0;
}
#main ul,
#main ol {
  line-height: 150%;
}
#main .shortdesc {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
#col1 {
  width: 220px;
  flex-shrink: 0;
  order: 1;
  /* Pro desktop: #col1 první */
  display: block;
  /* Explicitně nastavit, pokud to reset přepisuje nebo je konflikt */
}
#col2 {
  flex-grow: 1;
  min-width: 300px;
  order: 2;
  /* Pro desktop: #col2 druhý */
  display: block;
  /* Explicitně nastavit */
}
#col3 {
  width: 220px;
  flex-shrink: 0;
  order: 3;
  /* Pro desktop: #col3 třetí */
  display: block;
  /* Explicitně nastavit */
}
.contentwrap {
  width: 100%;
  display: block;
}
.contentwrap .main {
  margin: 0 20px;
  padding: 15px 0;
  width: auto;
}
.columns1 .contentwrap .main {
  margin: 0 15px !important;
  width: auto !important;
}
.columns2 .contentwrap .main {
  margin: 0 15px 0 20px !important;
  width: auto !important;
}
#footer {
  width: 100%;
  /* Patička zabírá plnou šířku */
}
#footer .wrap {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 90%;
  color: #888888;
}
#footer .wrap .powered {
  float: right;
  /* Ponecháno pro vnitřní prvek, pokud je to nutné pro obtékání */
}
table {
  width: 100%;
  /* Zajištění, že tabulky jsou responzivní */
}
table td,
table th {
  padding: 1px;
}
table.tableborder {
  border-collapse: collapse;
}
table.tableborder td,
table.tableborder th {
  border: 1px solid #dddddd;
  padding: 3px;
}
table.tableborder th {
  background-color: #f0f0f0;
}
#page404 {
  background: #f0f0f0;
  border-top: 4px dotted #dddddd;
  padding: 20px;
}
#main .infoblock {
  background: #f0f0f0;
  border: 2px dashed #dddddd;
  padding: 10px;
}
#main .subpages li .shortdesc {
  margin: 5px 0 0 0;
  border: none;
}
#main .subpages li .shortdesc p {
  margin: 0;
  padding: 0;
}
/* Block */
.block {
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.block .title {
  font-size: 110%;
  color: #444444;
  margin-bottom: 10px;
}
.block .title span {
  display: block;
  font-weight: bold;
  padding: 0 5px;
}
.block .content p {
  padding: 5px;
  margin: 0 !important;
}
.block .pages .pages-select {
  padding: 10px;
  display: block;
}
.block .pages .pages-select select {
  width: 100%;
  margin: 0;
}
.block .pages ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.block .pages ul li h2 {
  font-size: 100% !important;
  margin: 0 !important;
}
.block .pages ul li a {
  display: block;
  padding: 3px 0;
  color: #444444;
  text-decoration: none;
}
.block .pages ul li ul {
  padding: 0 0 5px 12px;
  line-height: 110% !important;
}
.block .pages ul li ul li a {
  border-bottom: none;
}
.block .pages ul li:last-child {
  border-bottom: none;
}
#col1 .block {
  border-width: 0 1px 1px 0;
}
#col3 .block {
  border-width: 0 0 1px 1px;
}
.block .pages ul li a:hover,
.block .pages ul li.active > a {
  color: #444444;
  text-decoration: underline;
}
/* Newsletter block */
.block .block-newsletter {
  padding: 10px;
}
.block .block-newsletter fieldset {
  margin: 0 0 5px 0;
}
.block .block-newsletter input.text {
  display: block;
  width: 99%;
}
/* Search results */
.search-results {
  background: #f0f0f0;
  padding: 10px;
  line-height: 140%;
  margin-bottom: 15px;
}
/* Subpage listings */
.subpages {
  margin: 10px 0 15px 0;
  padding: 0;
  list-style: none;
}
.subpages li {
  padding: 0;
  line-height: 160%;
  overflow: hidden;
  /* Pro zajištění, že floatované obrázky nepřetékají */
  margin-bottom: 15px;
}
.subpages li .picture {
  float: left;
  /* Ponecháno float pro obtékání textu */
  max-width: 120px;
  max-height: 120px;
  padding: 1px;
  margin-right: 5px;
}
.subpages li .title {
  font-weight: bold;
}
.subpages li .date {
  font-size: 90%;
  color: #777777;
}
.subpages li.photo {
  overflow: auto;
}
.pagegallery {
  overflow: auto;
}
.pagegallery li {
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem nebo display: block */
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 10px 10px 0;
}
.pagegallery li .picture {
  float: none;
  margin: 0 0 10px 0;
}
.subpages-top {
  margin: 0 0 15px 0;
}
.subpages-column {
  width: 100%;
  /* Základní šířka pro responzivitu */
  /* float: none; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem nebo display: block */
  list-style: square;
  margin: 0 0 15px 0;
}
.subpages-column-first {
  margin-left: 1.5em;
}
.page-protected {
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
}
/* Files and images */
.files {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.files li.picture {
  float: left;
  /* Ponecháno pro obtékání textu */
  margin: 0 10px 10px 0;
  text-align: center;
}
.files li.picture .desc {
  font-size: 90%;
}
/* align left */
.files-2 {
  max-width: 365px;
  /* Ponecháno pro desktop, bude upraveno v MQ v doplňkovém souboru */
  margin-right: 20px;
  /* Mezera, pokud je vedle jiného prvku */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
img#in_a {
  margin: 0 10px 10px 0;
  /* Ponecháno pro desktop */
}
/* align right */
.files-3 {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
  margin-top: 25px;
}
.files-3 li.picture {
  float: none;
  margin: 0 0 10px 10px;
}
/* non-image files */
.files-n {
  margin: 10px 0 20px 0;
  padding: 10px;
  background: #f0f0f0;
}
.files-n li.file {
  float: none;
  margin: 0;
  padding-left: 20px;
  line-height: 25px;
  background: url("sqc/template/default/mime/default.gif") no-repeat left center;
}
.files-n li.ext-pdf {
  background-image: url("sqc/template/default/mime/pdf.gif");
}
.files-n li.ext-gif,
.files-n li.ext-png,
.files-n li.ext-jpg,
.files-n li.ext-jpeg,
.files-n li.ext-bmp,
.files-n li.ext-tif {
  background-image: url("sqc/template/default/mime/image.gif");
}
.files-n li.ext-doc,
.files-n li.ext-ppt,
.files-n li.ext-docx,
.files-n li.ext-pptx {
  background-image: url("sqc/template/default/mime/document.gif");
}
.files-n li.ext-xls,
.files-n li.ext-xlsx {
  background-image: url("sqc/template/default/mime/spreadsheet.gif");
}
/* RSS & Font size links*/
div#toplinks {
  display: none;
  /* Skryje toplinks, jak bylo požadováno */
}
/* Print & Back links*/
#bottomlinks {
  text-align: right;
  /* Základní zarovnání, bude upraveno v doplňkovém CSS */
  margin: 20px 0 10px 0;
}
#bottomlinks a.print {
  background: url("sqc/template/default/images/icon-print.gif") no-repeat left center;
  padding-left: 20px;
}
/* Forms & Buttons */
.button {
  position: relative;
  border: none;
  background-color: #444444;
  padding: 5px 10px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 90%;
  text-transform: uppercase;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
.button:hover {
  color: #ffffff;
}
.form fieldset {
  border-top: 1px solid #dddddd;
  margin-bottom: 25px;
}
.form fieldset legend {
  font-size: 120%;
  font-weight: normal;
  padding-right: 15px;
}
.form fieldset .input {
  margin-top: 10px;
  /* 100% šířka pro responzivitu */
}
.form fieldset .input label {
  color: #777777;
}
.form fieldset .input label strong {
  color: #444444;
}
.form fieldset .input label.error {
  color: red;
}
.form fieldset .input input.checkbox {
  margin: -4px 6px 0 0;
  vertical-align: middle;
}
.form fieldset .input input.text,
.form fieldset .input textarea,
.form fieldset .input select {
  width: 100%;
  display: block;
}
.form fieldset .input input.short {
  width: 70px;
}
.form fieldset .inline {
  width: 48.5%;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
.form fieldset .required label {
  font-weight: bold;
  color: #444444;
}
.form fieldset .inline-right {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
  margin-right: 0.7%;
}
.form fieldset .help {
  background: #f0f0f0;
  padding: 5px;
  font-size: 90%;
  margin: 5px 0 15px 0;
  color: #777777;
}
.form fieldset.colleft,
.form fieldset.colright {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
.form fieldset.colright {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
/* Product listing */
.products {
  /* NOVÉ: Flexbox pro mřížkové rozvržení produktů */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* Rovnoměrné rozložení produktů */
}
.products .product {
  padding: 0;
  margin: 10px 5px 5px 5px;
  /* Upravené marginy pro Flexbox */
  width: 100%;
  /* Základní šířka pro menší obrazovky */
  box-sizing: border-box;
}
.products .product h3 {
  line-height: 140%;
  font-size: 100% !important;
  margin: 0 0 10px 0 !important;
}
.products .product .desc {
  font-size: 90%;
  width: 48%;
  float: right;
}
.products .product .desc .labels {
  margin: 0 0 3px 0;
  overflow: hidden;
}
.products .product .desc .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.products .product .desc ul {
  list-style: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
}
.products .product .pricebasket {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem */
  width: 200px;
  /* Ponecháno pro desktop */
  margin-bottom: 5px;
  border-top: 1px dotted #dddddd;
}
.products .product .pricebasket .price {
  padding: 5px 0;
  /* Ponecháno pro vnitřní prvek */
}
.products .product .pricebasket .price strong {
  float: right;
}
.products .product .pricebasket .buttons {
  padding: 0;
  line-height: 200%;
  /* Ponecháno pro vnitřní prvek */
}
.products .product .pricebasket .buttons a.detail {
  color: #444444;
}
.products .product .pricebasket .buttons a.detail:hover {
  text-decoration: none;
}
.products .product .pricebasket .buttons a.buy {
  float: right;
  line-height: 100%;
}
.products .product .discount {
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.products .product .discount-wrap {
  margin-bottom: 5px;
}
.products .product .picture {
  position: relative;
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem */
  margin-right: 5px;
}
.products .product .picture .discount {
  position: absolute;
  top: 0;
  left: 0;
}
.products .product-promote h3.name {
  padding-left: 20px;
  background: transparent url("sqc/template/default/images/star.png") no-repeat left top;
}
/* Výchozí šířky produktů pro desktop */
.products-0cols .product,
.products-3cols .product,
.products-4cols .product {
  width: 235px;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  margin: 15px 15px 10px 0;
}
.products-1cols .product {
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.products-3cols .i2 {
  margin-right: 0;
}
.products-4cols .i3 {
  margin-right: 0;
}
.products-3cols .product {
  width: 30%;
}
.products-4cols .product {
  width: 24%;
  margin-right: 5px;
  overflow: hidden;
}
.products-3cols .product h3,
.products-4cols .product h3 {
  margin-bottom: 0 !important;
}
.products-0cols .product .wrap,
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 155px;
  overflow: hidden;
  margin-bottom: 5px;
}
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 65px;
}
.products-0cols .product .picture,
.products-3cols .product .picture,
.products-4cols .product .picture {
  height: 120px;
  float: none;
  /* Odstraněn float, nyní řízeno Flexboxem rodiče */
  margin: 0;
  text-align: center;
}
.products-0cols .product .pricebasket,
.products-3cols .product .pricebasket,
.products-4cols .product .pricebasket {
  width: auto;
  float: none;
  /* Odstraněn float */
  clear: left;
  margin-left: 0;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
  display: block;
}
.products-3cols .product .discount-wrap,
.products-4cols .product .discount-wrap {
  margin-top: 5px;
}
.products-4cols .product .pricebasket .buttons .detail {
  display: none;
}
.products-0cols {
  margin-right: -10px;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.products-0cols .product {
  width: 241px !important;
}
.products-list {
  margin: 15px 0 20px 0;
}
.products-list table {
  width: 100%;
  border: none;
}
.products-list table thead th {
  text-align: left;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.products-list table tbody td {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.products-list table td.buttons {
  white-space: nowrap;
  padding-left: 10px;
  text-align: right;
}
.products-list table th.price,
.products-list table td.price {
  text-align: right;
  white-space: nowrap;
}
/* Product detail */
.productdetail .files-2 {
  margin-right: 20px;
}
.productdetail .files .smallpic {
  float: left;
}
.productdetail {
  margin-top: 25px;
  /* NOVÉ: Flexbox pro celkový layout detailu */
  display: flex;
  flex-wrap: wrap;
  /* Umožní zalamování prvků */
  justify-content: space-between;
  /* Rozloží hlavní bloky */
}
.productdetail .producthead {
  width: 50%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: right; - odstraněno */
  padding-bottom: 20px;
}
.productdetail .producthead h1.name {
  margin-bottom: 5px !important;
  word-wrap: break-word;
}
.productdetail .producthead .sku,
.productdetail .producthead .ean {
  display: block;
  margin-bottom: 5px;
  color: #777777;
}
.productdetail .producthead .labels {
  margin: 5px 0;
  overflow: hidden;
}
.productdetail .producthead .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.productdetail .producthead ul.pages {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
.productdetail .producthead ul.pages li {
  padding-left: 0;
  margin-bottom: 3px;
  font-size: 90%;
}
.productdetail .producthead ul.pages .manufacturer {
  color: #777777;
  margin-right: 4px;
}
.productdetail .producthead .shortdesc {
  border: none !important;
  margin-top: 15px;
}
.productdetail form.basket.clearfix {
  display: block;
  width: 100%;
}
.productdetail .productinfo {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.productdetail .productinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productdetail .productinfo ul li {
  padding: 5px 0;
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
}
.productdetail .productinfo ul li span {
  float: left;
}
.productdetail .productinfo ul li em {
  font-style: normal;
}
.productdetail .productinfo ul li.price {
  font-size: 110%;
  font-weight: bold;
}
.productdetail .productinfo ul li:last-child {
  border-bottom: none;
}
.productdetail .productinfo .basket {
  padding: 3px 3px 3px 5px;
  margin-top: 10px;
  line-height: 220%;
  border: 1px solid #dddddd;
}
.productdetail .productinfo .basket input {
  vertical-align: middle;
  text-align: center;
  margin-top: -1px;
}
.productdetail .productinfo .basket button.buy {
  float: right;
  line-height: 100%;
}
.productdetail .productinfo .basket .attribute {
  line-height: 100%;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dfdfdf;
}
.productdetail .productinfo .basket .attribute label {
  display: block;
}
.productdetail .productinfo .basket .attribute select {
  width: 100%;
  margin: 2px 0;
}
.productdetail .productinfo .basket .attribute .product-variants {
  margin: 5px 0;
}
.productdetail .productinfo .basket .attribute label.product-variant {
  margin: 0;
  padding: 5px;
}
.productdetail .productinfo .basket .attribute label.product-variant input {
  margin: 0 5px 0 0;
  vertical-align: top;
}
.productdetail .productinfo .basket .attribute label.product-variant .variant-availability {
  float: right;
}
.productdetail .productinfo .basket .attribute label.product-variant:hover {
  background-color: #eeeeee;
}
.productdetail .productinfo .availability-0days,
.productdetail .productinfo .availability-1days {
  color: green;
}
.productdetail .productinfo del {
  color: #777777;
}
.productdetail .sharelinks {
  margin: 5px 0;
}
.productdetail .description {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dotted #dddddd;
}
.productdetail .features table {
  border-collapse: collapse;
}
.productdetail .features table td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
.productdetail .features table td.featurename {
  text-align: right;
}
.productdetail .related-products {
  /* NOVÉ: Flexbox pro související produkty */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productdetail .related-products .related {
  width: 31.5%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  text-align: center;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-top: 10px;
}
.productdetail .related-products .related .related-title {
  display: block;
  font-size: 100%;
  font-weight: normal;
  padding: 5px;
  margin: 0 !important;
  height: 2.5em;
  overflow: hidden;
}
.productdetail .related-products .related .picture {
  margin: 5px 0;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
}
.productdetail .related-products .related .prices {
  text-align: left;
  padding: 5px;
}
.productdetail .related-products .related .prices strong {
  float: right;
}
.productdetail .related-products .related-last {
  margin-right: 0;
}
.productdetail-promote h1.name {
  padding-left: 20px;
  background: transparent url("sqc/template/default/images/star.png") no-repeat left 2px;
}
/* Basket */
.basket .error {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}
.basket .error p {
  margin: 0 !important;
  padding: 0 !important;
}
.basket .tablewrap {
  padding: 0;
  border: 1px solid #dddddd;
}
.basket .tablewrap table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.basket .tablewrap table thead td,
.basket .tablewrap table tfoot td {
  padding: 5px 10px;
  color: #444444;
  background: #f6f6f6;
}
.basket .tablewrap table thead td {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.basket .tablewrap table tbody td {
  border: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.basket .tablewrap table tbody td.name {
  font-weight: bold;
  line-height: 150%;
}
.basket .tablewrap table tbody td.name .attr {
  color: #666666;
  font-weight: normal;
}
.basket .tablewrap table td.picture {
  padding: 2px;
  width: 40px;
  text-align: center;
}
.basket .tablewrap table td.picture img {
  max-width: 40px;
  max-height: 40px;
}
.basket .tablewrap table td.price {
  text-align: right;
  white-space: nowrap;
}
.basket .tablewrap table td.price_qty {
  width: auto;
  max-width: 100px;
  text-align: right;
  white-space: nowrap;
}
.basket .tablewrap table td.quantity {
  width: auto;
  max-width: 60px;
  text-align: center;
}
.basket .tablewrap table td.quantity input {
  text-align: center;
}
.basket .tablewrap table td.total {
  width: auto;
  max-width: 100px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.basket .tablewrap table td.remove {
  width: auto;
  max-width: 60px;
  text-align: center;
}
.basket .tablewrap table td.basketempty {
  padding: 15px;
  font-size: 120%;
  border: none;
  color: #777777;
}
.basket .tablewrap table tfoot td {
  border: none;
  background-image: none;
}
.basket .tablewrap table tfoot td.label {
  text-align: right;
  padding-right: 15px;
}
.basket .tablewrap table tfoot td.value {
  color: #444444;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.basket .tablewrap table tfoot .total td {
  font-size: 120%;
}
.basket div.voucher {
  border: 1px solid #dddddd;
  background: #f8f8f8;
  margin-top: 10px;
  padding: 5px;
  width: 45%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.basket div.voucher h4 {
  margin: 0 !important;
}
.basket div.voucher p {
  margin: 0 !important;
  font-size: 90%;
}
.basket div.voucher fieldset {
  margin-top: 10px;
}
.basket div.voucher fieldset input {
  width: 90px;
}
.basket .buttons {
  text-align: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  line-height: 230%;
  margin-top: 10px;
}
.basket .buttons .button {
  margin-left: 10px;
}
.block .block-basket ul li.item {
  background: #fff !important;
}
/* Opakuje se s !important */
/* Order */
.order {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.order .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
.order #shipping_address {
  background: #ffffff;
}
.order .payment .input {
  background-color: #ffffff;
}
.order .payment label .price {
  margin-left: 10px;
}
.order .buttons {
  background: #f0f0f0;
  border-width: 2px 0;
  padding: 10px;
  margin: 10px 0;
  text-align: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.order .buttons .button {
  margin-left: 15px;
}
.order .buttons input.checkbox {
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.order .email-again {
  display: none;
}
.order-customer {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}
.order-customer h4 {
  margin: 0 0 10px 0 !important;
  font-size: 110% !important;
}
.order-customer span.email {
  color: #777777;
}
.ordersummary {
  margin-bottom: 25px;
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.ordersummary .colleft,
.ordersummary .colright {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.ordersummary .colright {
  /* float: right; - odstraněno */
}
.ordersummary .wrap {
  margin-bottom: 20px;
}
.ordersummary h4 {
  background: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}
.ordersummary p {
  margin: 0;
  padding: 5px;
}
.ordersummary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ordersummary ul li {
  padding: 5px 0;
  overflow: hidden;
}
.ordersummary ul li span {
  float: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  color: #777777;
}
.ordersummary li.price {
  font-size: 110%;
  font-weight: bold;
}
/* Customer account */
ul.files.files-2 {
  float: left;
}
.producthead.clearfix {
  float: left;
}
#customer .header {
  background: #f0f0f0;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
#customer .header .logout {
  float: right;
  font-weight: bold;
}
#customer .header h4 {
  font-size: 140%;
  margin: 0 0 3px 0;
}
#customer .header span.email {
  color: #777777;
}
#customer .header ul.tabs {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#customer .header ul.tabs li {
  float: left;
  margin-right: 5px;
}
#customer .header ul.tabs li a {
  display: block;
  padding: 5px 15px;
  background: #f7f7f7;
}
#customer .header ul.tabs li.active a {
  background-color: #ffffff;
  font-weight: bold;
}
#customer .customer {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
#customer .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
#customer .grid td {
  white-space: nowrap;
}
#customer .grid td.total {
  white-space: nowrap;
  text-align: right;
}
#customer .cust-order {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin: 0 0 5px 0;
}
#customer .cust-order .head {
  background: #ffffff;
  padding: 5px;
}
#customer .cust-order .head a {
  font-weight: bold;
}
#customer .cust-order .head span {
  float: right;
  color: #888888;
}
#customer .cust-order .status {
  float: right;
  font-weight: bold;
  padding: 5px;
}
#customer .cust-order p {
  margin: 5px;
}
#customer .cust-order .bbar {
  background: #ffffff;
  padding: 5px;
  margin: 5px;
  color: #999999;
}
.customerlogin,
.customerpassword {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.customerlogin fieldset,
.customerpassword fieldset {
  background: #f0f0f0;
  padding: 0 10px 10px;
}
.customerlogin fieldset legend,
.customerpassword fieldset legend {
  padding-left: 5px;
}
.customerlogin fieldset .error,
.customerpassword fieldset .error {
  background: #fcd1d1;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset .error p,
.customerpassword fieldset .error p {
  margin: 0 !important;
  padding: 0 !important;
}
.customerlogin fieldset .msg,
.customerpassword fieldset .msg {
  background: #dddddd;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset .msg p,
.customerpassword fieldset .msg p {
  margin: 0 !important;
  padding: 0 !important;
}
.customerlogin fieldset .login,
.customerpassword fieldset .login {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  /* Ponecháno pro vnitřní prvek */
}
.customerlogin fieldset .login a,
.customerpassword fieldset .login a {
  font-size: 90%;
}
.customerlogin fieldset .login .buttons,
.customerpassword fieldset .login .buttons {
  padding-top: 5px;
}
.customerlogin fieldset .login .loginbtn,
.customerpassword fieldset .login .loginbtn {
  float: right;
}
.customerlogin fieldset .customer,
.customerpassword fieldset .customer {
  margin-top: 5px;
  line-height: 160%;
}
.customerlogin fieldset .customer .customername,
.customerpassword fieldset .customer .customername {
  background: #000000;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset p,
.customerpassword fieldset p {
  margin: 10px 0 0 0 !important;
}
.customerlogin .lost-password-form,
.customerpassword .lost-password-form {
  display: none;
  margin-top: 30px;
  padding: 1px 10px;
  background: #000000;
}
.customerlogin .lost-password-form p,
.customerpassword .lost-password-form p {
  color: #777777;
  padding: 10px 0 0 0;
}
/* data grid */
table.grid {
  width: 100%;
  margin: 0;
}
table.grid caption {
  background: #f0f0f0;
  text-align: left;
  padding: 5px;
}
table.grid thead td {
  color: #777777;
  background: #f0f0f0;
  padding: 5px;
}
table.grid tbody td {
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}
table.bordertable caption {
  background: #f0f0f0;
  text-align: left;
  padding: 5px;
  color: #777777;
}
table.bordertable tbody td,
table.bordertable td {
  padding: 5px;
  border: 1px solid #dddddd;
}
table.bordertable thead td,
table.bordertable th {
  background: #f0f0f0;
  padding: 5px;
  border: 1px solid #dddddd;
}
/* Poll */
.block .poll {
  margin: 0;
  padding: 5px;
}
.block .poll h4 {
  margin: 0 0 5px 0 !important;
}
.block .poll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block .poll ul li {
  margin-bottom: 5px;
  color: #777777;
}
.block .poll ul li a {
  font-weight: bold;
}
.block .poll ul li .bar {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin-top: 3px;
  padding: 1px;
}
.block .poll ul li .bar div {
  background: #999999;
  height: 7px;
}
.block .poll .total {
  color: #777777;
}
/* Contact */
.block .contact form .sent {
  border: 2px solid #dddddd;
  padding: 5px;
  margin: 0 0 10px 0 !important;
}
.block .contact form fieldset {
  padding: 5px;
}
.block .contact form fieldset input,
.block .contact form fieldset textarea {
  width: 98%;
  display: block;
  margin: 3px 0 10px 0;
}
.block .contact form fieldset .bc-email {
  display: none;
}
.block .contact form fieldset .bc-captcha {
  overflow: hidden;
  margin-bottom: 10px;
}
.block .contact form fieldset .bc-captcha label {
  display: block;
  margin-bottom: 3px;
}
.block .contact form fieldset .bc-captcha .bc-captchapic {
  width: 50%;
  float: left;
}
.block .contact form fieldset .bc-captcha .bc-captchapic img {
  border: 1px solid #dddddd;
}
.block .contact form fieldset .bc-captcha .bc-captchainput {
  width: 50%;
  float: left;
}
.block .contact form fieldset .bc-captcha .bc-captchainput input {
  width: 60px;
  margin: 0 0 2px 0 !important;
}
.block .contact form fieldset .bc-captcha .bc-captchainput .bc-reload {
  font-size: 90%;
}
/* Customer */
.block .customer .customerinfo {
  padding: 5px;
}
.block .customer .customerinfo small {
  color: #666666;
}
.block .customer .customerinfo big {
  font-weight: bold;
  display: block;
  margin: 5px 0 0 0;
}
.block .customer .customerinfo .menu {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  list-style: none;
  border-top: 1px solid #eeeeee;
}
.block .customer form {
  margin: 0;
  padding: 0;
}
.block .customer form .sent {
  border: 2px solid #dddddd;
  padding: 5px;
  margin: 0 0 10px 0 !important;
}
.block .customer form fieldset {
  padding: 5px;
}
.block .customer form fieldset input,
.block .customer form fieldset textarea {
  width: 98%;
  display: block;
  margin: 3px 0 10px 0;
}
.block .customer form fieldset input.checkbox {
  display: inline;
  width: auto;
  vertical-align: top;
  margin: 1px 5px 0 0;
}
.block .customer form fieldset button {
  margin-top: 10px;
}
.block .customer form p.links {
  margin: 0;
  padding: 5px;
}
/* Block - Products */
.block .block-products .product {
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #dddddd;
}
.block .block-products .product img {
  max-width: 100%;
  /* Zajistí, že img nepřetéká z .picture */
  height: auto;
  /* Zachová poměr stran */
  display: block;
  /* Odstraní mezery pod obrázkem */
}
.block .block-products .product h3 {
  margin: 0 0 5px 0 !important;
  font-size: 100% !important;
}
.block .block-products .product .picture {
  background: #fff;
  padding: 3px;
}
.block .block-products .product .price {
  margin-top: 5px;
}
/* Basket (block) */
.block .block-basket ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}
.block .block-basket ul li.item {
  background: #000000;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  font-size: 90%;
}
.block .block-basket ul li.item a {
  font-size: 110%;
}
.block .block-basket .total {
  text-align: center;
  margin: 0 5px;
  padding: 0 0 5px 0;
}
.block .block-basket .buttons {
  padding: 0 5px 10px 5px;
  text-align: center;
  font-size: 90%;
}
form.customer .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
.pagination ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-top: 1px dotted #dddddd;
  overflow: hidden;
}
.pagination ul li {
  float: left;
  margin-right: 5px;
}
.pagination ul li a,
.pagination ul li span {
  font-weight: bold;
  color: #444444;
}
.quantity-discounts {
  margin-top: 15px;
}
.quantity-discounts table td.discount {
  text-align: right;
  max-width: 60px;
}
.quantity-discounts table td.price {
  text-align: right;
  max-width: 80px;
}
.attributes-list .attr-value {
  font-weight: bold;
}
.attributes-list .attr-value .sku,
.attributes-list .attr-value .ean13 {
  display: block;
  font-size: 90%;
  color: #777777;
  font-weight: normal;
}
.attributes-list .attr-price {
  text-align: right;
}
.filter {
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ddd;
}
.filter .viewtype {
  float: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.filter .viewtype ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter .viewtype ul li {
  display: inline;
}
.filter .viewtype ul .view-list {
  border-right: 1px solid #dddddd;
  padding-right: 5px;
  margin-right: 2px;
}
.filter select {
  margin: -2px 10px 0 5px;
  vertical-align: middle;
}
.filter input {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 150%;
  vertical-align: top;
}
.filter input.view {
  color: #444444;
  text-decoration: underline;
}
.filter input.dir {
  color: #888888;
  width: 11px;
  background: url("sqc/template/default/images/sort-asc.gif") no-repeat center center;
}
.filter input.dir-desc {
  background: url("sqc/template/default/images/sort-desc.gif") no-repeat center center;
}
.filter input.active {
  color: #444444;
  opacity: 0.7;
}
.filter input.disabled {
  color: #777777;
  text-decoration: none;
}
.producers {
  margin: 5px 0;
  padding-bottom: 10px;
}
.producers .wrap {
  margin: 5px 0 0 0;
  display: none;
}
.producers .wrap .producer {
  width: 24%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  overflow: hidden;
  padding: 3px 0;
}
.producers .wrap .producer input {
  margin: 0 5px 0 0;
  vertical-align: top;
}
.producers .wrap .features {
  clear: left;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #dddddd;
}
.producers .wrap .features .feature {
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.producers .wrap .features .feature label {
  display: inline-block;
  width: 90px;
  padding-right: 5px;
  text-align: right;
  font-size: 90%;
  white-space: nowrap;
}
.producers .wrap .features .feature select {
  width: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
.producers .wrap button {
  margin: 5px 0 0 0;
}
.no-products-found {
  background: #f0f0f0;
  padding: 10px;
}
.gopay,
.paypal,
.moneybookers {
  margin: 20px 0 100px 0;
  padding-bottom: 20px;
  background: url("sqc/template/default/images/gopay_logo_small.png") no-repeat bottom right;
}
.gopay h1,
.paypal h1,
.moneybookers h1 {
  background: url("sqc/template/default/images/tick-circle.png") no-repeat left 3px;
  padding-left: 25px;
}
.gopay p,
.paypal p,
.moneybookers p {
  margin: 0 !important;
}
.gopay .gopay-ok,
.paypal .gopay-ok,
.moneybookers .gopay-ok,
.gopay .gopay-fail,
.paypal .gopay-fail,
.moneybookers .gopay-fail,
.gopay .paypal-ok,
.paypal .paypal-ok,
.moneybookers .paypal-ok,
.gopay .paypal-fail,
.paypal .paypal-fail,
.moneybookers .paypal-fail,
.gopay .moneybookers-ok,
.paypal .moneybookers-ok,
.moneybookers .moneybookers-ok,
.gopay .moneybookers-fail,
.paypal .moneybookers-fail,
.moneybookers .moneybookers-fail {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 0 0 20px 0;
}
.gopay .gopay-fail h1,
.paypal .gopay-fail h1,
.moneybookers .gopay-fail h1,
.gopay .paypal-fail h1,
.paypal .paypal-fail h1,
.moneybookers .paypal-fail h1,
.gopay .moneybookers-fail h1,
.paypal .moneybookers-fail h1,
.moneybookers .moneybookers-fail h1 {
  background: url("sqc/template/default/images/cross-circle.png") no-repeat left 3px;
  color: red;
}
.paypal {
  background-image: url("sqc/template/default/images/paypal_logo_small.png");
}
.moneybookers {
  background-image: url("sqc/template/default/images/moneybookers_logo_small.png");
}
.productdetail button.button.buy {
  min-width: 135px;
  min-height: 30px;
}
.sitemap .col {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  margin-bottom: 30px;
}
.sitemap h2 {
  margin: 0 !important;
  border-bottom: 1px solid #dddddd;
}
.sitemap h3 {
  font-size: 110% !important;
  margin: 15px 0 5px 0 !important;
}
.sitemap ul {
  margin: 0;
  list-style: square;
}
.sitemap ul li {
  margin-left: 15px;
}
.sitemap ul li ul {
  list-style: circle;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin: 0 0 15px 0;
  font-size: 90%;
}
/* IE Specific fixes (consider removing if IE6-8 are not supported) */
.ie8 #customer .header {
  position: relative;
}
.ie8 #customer ul.tabs a {
  position: relative;
}
.ie8 .productdetail .basket button.buy {
  line-height: 150%;
}
.ie7 #mainnav li.li0 {
  display: inline !important;
}
.ie7 #mainnav li.li0 li {
  width: 140px !important;
}
.ie7 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie7 .pagination {
  margin-top: 10px;
}
.ie7 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie7 #mainnav .wrap ul.l0 ul {
  top: 29px;
}
.ie7 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie7 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie7 form.order .clearfix {
  margin-bottom: 10px;
}
.ie7 form.order .buttons label,
.ie7 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie7 .product-promote h3.name {
  background-color: #000000;
}
.ie7 .filter input {
  line-height: 110% !important;
}
.ie6 {
  /* Ponecháno pro IE6 */
  /* Ponecháno pro IE6 */
}
.ie6 #mainnav li.li0 {
  display: inline !important;
}
.ie6 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie6 .pagination {
  margin-top: 10px;
}
.ie6 .pagination ul {
  height: 20px;
}
.ie6 #topnav ul,
.ie6 #topnav .cart,
.ie6 #topnav .checkout {
  position: relative;
  z-index: 99;
}
.ie6 #banner .search {
  width: 330px;
  text-align: right;
}
.ie6 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie6 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie6 #mainnav .wrap ul.l0 ul {
  top: 29px;
  width: 140px;
}
.ie6 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie6 #col1,
.ie6 #col2,
.ie6 #col3 {
  position: relative;
}
.ie6 #col3 {
  margin-left: -222px;
}
.ie6 .block .pages ul li {
  line-height: 100%;
  margin-bottom: -10px;
}
.ie6 form.order .clearfix {
  margin-bottom: 10px;
}
.ie6 form.order .buttons label,
.ie6 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie6 .form .inline {
  width: 47%;
}
.ie6 .product-promote h3.name {
  background-color: #000000;
}
.ie6 .filter input {
  line-height: 110% !important;
}
.ajaxbasket-bubble {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000 url("sqc/template/default/images/icon-cart.png") no-repeat 7px 10px;
  border: 1px solid #dddddd;
  padding: 0;
  display: none;
}
@boxshadow (1px; 1px; 3px; #444);
.ajaxbasket-bubble .ajaxbasket-content {
  padding: 10px 10px 10px 45px;
  font-weight: bold;
}
.ajaxbasket-bubble .ajaxbasket-content .ajaxbasket-details {
  font-weight: normal;
  color: #666666;
  padding-top: 5px;
  font-size: 90%;
}
.ajaxbasket-bubble .ajaxbasket-footer {
  background: #f0f0f0;
  padding: 7px 10px;
  text-align: right;
  font-size: 90%;
}
/* Sekundární styly, které byly přidány později - nyní integrovány */
.mujSlider {
  display: none;
}
/* Ponecháno display: none */
#symbols {
  display: none;
}
/* Ponecháno display: none */
div#symbols_row {
  /* Původně float, position: relative - zachováno pro desktop, bude upraveno v MQ */
  width: 40%;
  text-align: center;
  left: 47%;
  top: -27px;
  display: inline !important;
  /* Může být problematické s Flexboxem, zvažte */
  height: 0px;
  font-style: italic;
}
#symbols_desc {
  font-weight: bolder;
  width: 89%;
  font-size: 13px;
  color: #010101;
}
.female #symbols_desc {
  color: #E6007F;
}
.male #symbols_desc {
  color: #0081F9;
}
#symbols img {
  border-bottom: 3px solid #ffffff;
}
#symbols img:hover {
  border-bottom: 9px solid #2c2c2c !important;
}
#symbols.female img:hover {
  border-bottom: 9px solid #E6007F !important;
}
#symbols.male img:hover {
  border-bottom: 9px solid #0081F9 !important;
}
.productdetail .related-products .related .picture {
  height: auto !important;
  line-height: 0 !important;
}
.products-1cols #symbols img {
  max-width: 22%;
}
.register_box .button {
  /* float: right; - odstraněno pro desktop, aby se dalo ovládat Flexboxem/marginy */
  padding: 32px;
}
.products-1cols img {
  max-width: 100%;
}
.products-1cols .picture {
  max-width: 35%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.productdetail img {
  max-width: 100%;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
#image_menu {
  /* NOVÉ: Flexbox pro menu obrázků */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Centruje položky */
  width: 100%;
  /* float: left; - odstraněno */
  margin-top: 15px;
}
#SliderBox {
  display: block;
  padding: 5px 0;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
#SliderBox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideshow-container a:hover {
  opacity: 70%;
  transition: opacity 0.4s;
}
#image_menu a:hover {
  opacity: 90%;
  transition: opacity 0.6s;
}
div#image_menu a {
  /* float: left; - odstraněno */
  margin: 0 10px 10px 0;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  width: 24%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  box-sizing: border-box;
}
div#image_menu a#last {
  margin: 0 !important;
  /* float: left; - odstraněno */
}
#image_menu img {
  max-width: 100%;
  height: auto;
}
/* Cookie Notice - základní desktopový styl */
#cookie-notice {
  color: #fff;
  font-family: inherit;
  font-size: 1.3em;
  background: #474747;
  padding: 16px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0px;
  visibility: hidden;
  z-index: 1000;
  box-sizing: border-box;
}
#cookie-notice button {
  color: inherit;
  background: #a40233 no-repeat;
  border: 0;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.3em;
}
/* @media pro cookie-notice by mel byt v Doplňkovém CSS */
/* @media only screen and (max-width:600px) {
	#cookie-notice{
		max-width:100%;
		bottom:0;
		left:0;
		border-radius:0;
	}
} */
/* Další základní styly z tvého HTML */
#main .shortdesc {
  display: block;
  width: 100%;
}
/* Přidáno z HTML kontextu */
/* On smaller screens, decrease text size - toto by mělo být v Doplňkovém CSS */
/* @media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
} */
#main h1 {
  display: none;
}
/* Přidáno z HTML kontextu */
div#toplinks {
  display: none;
}
/* Přidáno z HTML kontextu */
/* Úpravy pro IE specifické styly (ponechány, ale zvažte jejich nutnost) */
.ie8 #customer .header {
  position: relative;
}
.ie8 #customer ul.tabs a {
  position: relative;
}
.ie8 .productdetail .basket button.buy {
  line-height: 150%;
}
.ie7 #mainnav li.li0 {
  display: inline !important;
}
.ie7 #mainnav li.li0 li {
  width: 140px !important;
}
.ie7 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie7 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie7 #mainnav .wrap ul.l0 ul {
  top: 29px;
}
.ie7 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie7 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie7 form.order .clearfix {
  margin-bottom: 10px;
}
.ie7 form.order .buttons label,
.ie7 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie7 .product-promote h3.name {
  background-color: #000000;
}
.ie7 .filter input {
  line-height: 110% !important;
}
.ie6 #mainnav li.li0 {
  display: inline !important;
}
.ie6 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie6 .pagination {
  margin-top: 10px;
}
.ie6 .pagination ul {
  height: 20px;
}
.ie6 #topnav ul,
.ie6 #topnav .cart,
.ie6 #topnav .checkout {
  position: relative;
  z-index: 99;
}
.ie6 #banner .search {
  width: 330px;
  text-align: right;
}
.ie6 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie6 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie6 #mainnav .wrap ul.l0 ul {
  top: 29px;
  width: 140px;
}
.ie6 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
  display: inline-flex;
}
.ie6 #col1,
#col2,
#col3 {
  position: relative;
}
.ie6 #col3 {
  margin-left: -222px;
}
.ie6 .block .pages ul li {
  line-height: 100%;
  margin-bottom: -10px;
}
.ie6 form.order .clearfix {
  margin-bottom: 10px;
}
.ie6 form.order .buttons label,
.ie6 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie6 .form .inline {
  width: 47%;
}
.ie6 .product-promote h3.name {
  background-color: #000000;
}
.ie6 .filter input {
  line-height: 110% !important;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
}
.products-3cols .product .discount-wrap,
.products-4cols .product .discount-wrap {
  margin-top: 5px;
}
.products-4cols .product .pricebasket .buttons .detail {
  display: none;
}
.products-0cols {
  margin-right: -10px;
}
.products-0cols .product {
  width: 241px !important;
}
#main .producthead h1 {
  display: block;
}
.productdetail .producthead {
  display: block;
}
.products-list {
  margin: 15px 0 20px 0;
}
.products-list table {
  width: 100%;
  border: none;
}
.products-list table thead th {
  text-align: left;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.products-list table tbody td {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.products-list table td.buttons {
  white-space: nowrap;
  padding-left: 10px;
  text-align: right;
}
.products-list table th.price,
.products-list table td.price {
  text-align: right;
  white-space: nowrap;
}
.products .product {
  padding: 0;
  margin: 10px 0 5px 0;
}
.products .product h3 {
  line-height: 140%;
  font-size: 100% !important;
  margin: 0 0 10px 0 !important;
}
.products .product .desc {
  font-size: 90%;
}
.products .product .desc .labels {
  margin: 0 0 3px 0;
  overflow: hidden;
}
.products .product .desc .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.products .product .desc ul {
  list-style: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
}
.products .product .pricebasket {
  float: right;
  width: 48%;
  margin-bottom: 5px;
  border-top: 1px dotted #dddddd;
}
.products .product .pricebasket .price {
  padding: 5px 0;
}
.products .product .pricebasket .price strong {
  float: right;
}
.products .product .pricebasket .buttons {
  padding: 0;
  line-height: 200%;
}
.products .product .pricebasket .buttons a.detail {
  color: #444444;
}
.products .product .pricebasket .buttons a.detail:hover {
  text-decoration: none;
}
.products .product .pricebasket .buttons a.buy {
  float: right;
  line-height: 100%;
}
.products .product .discount {
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.products .product .discount-wrap {
  margin-bottom: 5px;
}
.products .product .picture {
  position: relative;
  float: left;
  margin-right: 15px;
}
.products .product .picture .discount {
  position: absolute;
  top: 0;
  left: 0;
}
.products .product-promote h3.name {
  padding-left: 20px;
  background: transparent url({@tplbase}images/star.png) no-repeat left top;
}
.products-0cols .product,
.products-3cols .product,
.products-4cols .product {
  width: 235px;
  float: left;
  margin: 15px 15px 10px 0;
}
.products-1cols .product {
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.products-3cols .i2 {
  margin-right: 0;
}
.products-4cols .i3 {
  margin-right: 0;
}
.products-3cols .product {
  width: 30%;
}
.products-4cols .product {
  width: 24%;
  margin-right: 5px;
  overflow: hidden;
}
.products-3cols .product h3,
.products-4cols .product h3 {
  margin-bottom: 0 !important;
}
.products-0cols .product .wrap,
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 155px;
  overflow: hidden;
  margin-bottom: 5px;
}
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 65px;
}
.products-3cols .product .picture,
.products-4cols .product .picture {
  height: 120px;
  float: none;
  margin: 0;
  text-align: center;
}
.products-0cols .product .pricebasket,
.products-3cols .product .pricebasket,
.products-4cols .product .pricebasket {
  width: auto;
  float: none;
  clear: left;
  margin-left: 0;
}
.block .block-products .product {
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #dddddd;
}
.block .block-products .product h3 {
  margin: 0 0 5px 0 !important;
  font-size: 100% !important;
}
.block .block-products .product .picture {
  background: #fff;
  padding: 3px;
}
.block .block-products .product .price {
  margin-top: 5px;
}
#symbols {
  display: none;
}
#symbols_desc {
  font-weight: bolder;
  width: 89%;
  font-size: 13px;
  color: #010101;
}
.female #symbols_desc {
  color: #E6007F;
}
.male #symbols_desc {
  color: #0081F9;
}
#symbols img {
  border-bottom: 3px solid #ffffff;
}
#symbols img:hover {
  border-bottom: 9px solid #2c2c2c !important;
}
#symbols.female img:hover {
  border-bottom: 9px solid #E6007F !important;
}
#symbols.male img:hover {
  border-bottom: 9px solid #0081F9 !important;
}
.products-1cols #symbols {
  float: none;
  position: relative;
  left: 42%;
  top: 0px;
  display: inline !important;
  height: 0px;
  cursor: grab;
}
.productdetail .related-products .related .picture {
  height: auto !important;
  line-height: 0 !important;
}
.products-1cols #symbols img {
  max-width: 20%;
}
.checkout a {
  color: #ffffff;
}
#topnav span {
  color: #ffffff;
}
small.cart-items {
  color: #ffffff;
}
#topnav a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .clearfix {
    display: block;
  }
  .productdetail form.basket.clearfix {
    display: block;
    width: 98%;
  }
  #banner .wrap {
    min-height: 15px;
  }
  #mainnav .wrap {
    margin: -10px auto -20px auto;
  }
  #bossbyte_slide {
    margin-top: 19px;
  }
  #image_menu a {
    width: 50%;
  }
  .banner a {
    display: block;
    padding: 5px;
  }
  #banner .search {
    margin: 10px 10px 0 0;
  }
  .search .button {
    padding: 7px;
  }
  #col1,
  #col3 {
    display: none;
    min-width: 0;
    width: 0;
  }
  div#image_menu a {
    margin: 0 0px 0px 0;
    width: 50%;
    box-sizing: border-box;
  }
  img#in_a {
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #SliderBox {
    padding: 0;
  }
  #SliderBox img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  #image_menu {
    width: 100%;
    margin: 7px 0px 0px  0px;
    padding: 0px;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul {
    position: fixed;
    left: 0;
    width: 100%;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul li {
    line-height: 40px;
  }
  .contentwrap .main {
    margin: 0 5px;
    padding: 10px 0;
  }
  .contentwrap .main img {
    max-width: 100%;
  }
  .basket div.voucher {
    border: 1px solid #dddddd;
    background: #f8f8f8;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  .basket div.voucher fieldset input {
    width: 100%;
    margin: 10px 0px;
  }
  .form fieldset .inline {
    width: 100%;
  }
  .form fieldset.colleft,
  .form fieldset.colright {
    width: 100%;
  }
  .ordersummary .colleft,
  .ordersummary .colright {
    width: 100%;
  }
  #footer .wrap {
    margin: 0 auto;
    padding: 0px 0;
  }
  #footermain {
    padding: 0 10px 0 10px;
  }
  .pricebasket {
    width: 100%;
  }
  .products-1cols #symbols {
    float: none;
    position: relative;
    width: 29%;
    left: 10%;
    margin: 0;
    top: 0;
    display: inline !important;
    height: 12px;
    cursor: grab;
  }
  .productdetail .producthead {
    width: 100%;
    padding-bottom: 20px;
  }
  .products .product .desc {
    width: 100%;
  }
  .files-2 {
    width: 100%;
    max-width: 100%;
  }
  .productdetail .productinfo {
    width: 100%;
  }
  .products-1cols .picture {
    max-width: 49%;
    /* Ponecháno pro desktop, bude upraveno v MQ */
  }
  #banner .logo {
    margin: 0;
    position: relative;
    left: 15px;
  }
  #banner .logo a .logo-img,
  #banner .logo a {
    /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
    display: block;
    width: 90%;
    height: 75px;
  }
  #topnav .wrap {
    margin: 0;
  }
  #topnav .checkout {
    padding: 0;
  }
  #topnav .checkout a,
  #topnav ul a {
    font-weight: bold;
    padding: 5px;
  }
  #topnav {
    width: 100%;
    /* #topnav nyní zabírá plnou šířku headeru */
    position: relative;
    top: -72px;
  }
}
.ul-wrap {
  width: 100%;
}
@media (max-width: 1080px) {
  #banner .wrap {
    min-height: 15px;
  }
  #mainnav .wrap {
    margin: -10px auto -20px auto;
  }
  #bossbyte_slide {
    margin-top: 19px;
  }
  #image_menu a {
    width: 50%;
  }
  .banner a {
    display: block;
    padding: 5px;
  }
  #banner .search {
    margin: 10px 10px 0 0;
  }
  .search .button {
    padding: 7px;
  }
  #col3 {
    display: none;
    min-width: 0;
    width: 0;
  }
  div#image_menu a {
    margin: 0 0px 0px 0;
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
  }
  img#in_a {
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #SliderBox {
    padding: 0;
  }
  #SliderBox img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  #image_menu {
    width: 101%;
    margin: 2px 0px 0px -2px;
    padding: 0px;
  }
  .contentwrap .main {
    margin: 0 5px;
    padding: 10px 0;
  }
  .contentwrap .main img {
    max-width: 100%;
  }
  .basket div.voucher {
    border: 1px solid #dddddd;
    background: #f8f8f8;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  .basket div.voucher fieldset input {
    width: 100%;
    margin: 10px 0px;
  }
  .form fieldset .inline {
    width: 100%;
  }
  .form fieldset.colleft,
  .form fieldset.colright {
    width: 100%;
  }
  .ordersummary .colleft,
  .ordersummary .colright {
    width: 100%;
  }
  #footer .wrap {
    margin: 0 auto;
    padding: 0px 0;
  }
  #footermain {
    padding: 0 10px 0 10px;
  }
  .pricebasket {
    width: 100%;
  }
  .products-1cols #symbols {
    float: none;
    position: inherit;
    width: 29%;
    left: 10%;
    margin: 0;
    top: 0;
    display: inline !important;
    height: 12px;
    cursor: grab;
  }
  .productdetail .producthead {
    width: 100%;
    padding-bottom: 20px;
  }
  .products .product .desc {
    width: 41%;
    display: block;
    float: left;
  }
  .files-2 {
    width: 100%;
    max-width: 100%;
  }
  .productdetail .productinfo {
    width: 100%;
  }
  .products-1cols .picture {
    max-width: 49%;
    /* Ponecháno pro desktop, bude upraveno v MQ */
  }
  #banner .logo {
    margin: 0;
    position: relative;
    left: 15px;
  }
  #banner .logo a .logo-img,
  #banner .logo a {
    /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
    display: block;
    width: 90%;
    height: 75px;
  }
  #topnav .wrap {
    margin: 0;
  }
  #topnav .checkout {
    padding: 0;
  }
  #topnav .checkout a,
  #topnav ul a {
    font-weight: bold;
    padding: 5px;
  }
  #topnav {
    width: 100%;
    /* #topnav nyní zabírá plnou šířku headeru */
    position: relative;
    top: -72px;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul li {
    line-height: 40px;
  }
}
body {
  background: #000000;
  background-image: url("files/canvas.png");
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  /* Vždy vynucená scrollbar v non-IE */
}
a {
  color: #444444;
}
a:active,
a:visited {
  color: #444444;
}
a:hover {
  color: #444444;
  outline: none;
  /* Odstranění outline při najetí/aktivaci */
}
ul {
  margin-left: 30px;
}
ol {
  margin-left: 30px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
/* Starší IE fix */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
button {
  width: auto;
  overflow: visible;
  font: 12px sans-serif;
}
/* bicubic resizing for non-native sized IMG */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* pro nahrazování obrázků */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Skrýt pro čtečky obrazovek i prohlížeče */
.hidden {
  display: none;
  visibility: hidden;
}
/* Skrýt vizuálně, ale zpřístupnit pro čtečky obrazovek */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Skrýt vizuálně a pro čtečky obrazovek, ale zachovat layout */
.invisible {
  visibility: hidden;
}
/* Clearfix (používá se pro floaty, nemusí být potřeba s Flexboxem pro hlavní layout) */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}
body.fontsize-small {
  font-size: 11px;
}
body.fontsize-big {
  font-size: 14px;
}
#container {
  width: 100%;
  /* Základní plná šířka pro responzivitu */
  max-width: 1250px;
  /* Maximální šířka pro desktop */
  margin: 0 auto;
  /* Centrování kontejneru */
  /* NOVÉ: Flexbox pro vertikální stackování obsahu */
  display: flex;
  flex-direction: column;
  /* Řadí děti vertikálně */
  align-items: flex-start;
  /* Zarovná děti na levou stranu */
}
/* Header je nyní přímý potomek #container */
header {
  width: 100%;
  /* Zajistí, že header zabírá plnou šířku uvnitř kontejneru */
}
#topnav {
  width: 100%;
  /* #topnav nyní zabírá plnou šířku headeru */
}
#topnav .wrap {
  width: 100%;
  max-width: 1250px;
  /* Omezení šířky na desktop */
  margin: -15px auto 0 auto;
  /* TENTO KLÍČOVÝ ZÁPORNÝ MARGIN ZŮSTÁVÁ */
  color: #c4c4c4;
  font-size: 90%;
  /* NOVÉ: Flexbox pro položky uvnitř topnav wrap */
  display: flex;
  justify-content: flex-end;
  /* Zarovná položky na pravou stranu */
  align-items: center;
  /* Vertikální zarovnání položek */
  flex-wrap: wrap;
  /* Umožní zalamování na menších obrazovkách */
}
#topnav ul {
  margin: 75px 0 -75px 0;
  /* Původní marginy, které ovlivňují polohu menu */
  height: 28px;
  line-height: 28px;
  list-style: none;
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav ul li {
  display: inline;
  margin-right: 10px;
}
#topnav .cart {
  height: 28px;
  line-height: 28px;
  background: url("../sqc/template/default/images/icon-cart-small-gray.gif") no-repeat 10px center;
  padding: 0 10px 0 30px;
  margin: 75px 0 -75px 5px;
  /* Původní marginy, které ovlivňují polohu košíku */
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav .cart a {
  text-decoration: none;
}
#topnav .cart a:hover {
  text-decoration: underline;
}
#topnav .cart .t {
  display: none;
}
#topnav .cart small {
  font-size: 100%;
}
#topnav .checkout {
  line-height: 28px;
  padding: 0 10px;
  margin: 75px 0 -75px 0;
  /* Původní marginy, které ovlivňují polohu checkoutu */
  /* float: right; - ODSTRANĚNO, Flexbox to řídí */
}
#topnav .checkout a {
  font-weight: bold;
}
.contentwrap .main img {
  max-width: 100%;
}
#banner {
  width: 100%;
  /* Banner by měl také zabrat plnou šířku kontejneru */
  height: auto;
  min-height: 130px;
  margin: 0;
  color: #777777;
}
#banner .wrap {
  width: 100%;
  max-width: 1250px;
  height: auto;
  min-height: 130px;
  margin: 0 auto;
  padding: 0;
  /* NOVÉ: Flexbox pro obsah banneru (logo a search) */
  display: flex;
  align-items: center;
  /* Vertikální centrování obsahu uvnitř banneru */
  justify-content: space-between;
  /* Rozloží logo a search */
  flex-wrap: wrap;
  /* Umožní zalamování na menších obrazovkách */
}
#banner .logo {
  flex-shrink: 0;
  flex-grow: 0;
  /* NOVÉ: Nastavení .logo jako flex kontejner */
  display: flex;
  align-items: center;
  /* Vertikální centrování obsahu loga (odkazu) */
  margin: -25px 0 0 0;
  /* Zajištění absence marginu, aby se správně zarovnalo */
}
#banner .logo a {
  position: relative;
  min-width: 400px;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS v MQ */
  height: 90px;
  line-height: 90px;
  font-size: 0;
  text-decoration: none;
  color: #444444;
  white-space: nowrap;
  display: block;
  /* Důležité: a tag je nyní blokový, aby mohl držet rozměry */
}
#banner .logo a .logo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("files/fmfernewsrcinv.png") no-repeat center center;
  background-size: contain;
  /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
  display: block;
  width: 100%;
  height: 100%;
}
#banner .search {
  margin: -70px 5px 0 0;
  flex-shrink: 0;
  flex-grow: 1;
  /* Může se trochu roztáhnout */
  text-align: right;
  /* Zachová zarovnání vpravo */
}
#banner .search input {
  font-size: 130%;
  vertical-align: top;
  margin: 0 5px;
  padding: 3px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #777777;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
.ie8 #banner .search input,
.ie7 #banner .search input,
.ie6 #banner .search input {
  margin-top: 0;
}
.ie6 #banner .search input {
  border: none;
}
#mainnav {
  width: 100%;
  /* Mainnav zabírá plnou šířku */
}
#mainnav .wrap {
  width: 100%;
  max-width: 1250px;
  margin: -40px auto 0 auto;
  background: #303030;
  height: auto;
  line-height: normal;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
#mainnav .wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnav .wrap ul.l0 {
  margin: 0 5px;
  /* NOVÉ: Flexbox pro hlavní navigaci */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* Rovnoměrné rozložení */
}
#mainnav .wrap ul.l0 li {
  position: relative;
  display: block;
  /* Flex položka */
  padding: 0;
  margin: 0;
  flex-grow: 1;
  /* Povolí položkám růst */
  text-align: center;
}
#mainnav .wrap ul.l0 li a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 9px 7px 10px;
  margin: 0;
  display: block;
}
#mainnav .wrap ul.l0 li a:hover {
  background-color: #414141;
}
#mainnav .wrap ul.l0 li .ul-wrap {
  position: absolute;
  z-index: 99;
  left: 0;
  display: none;
}
#mainnav .wrap ul.l0 li .ul-wrap ul {
  background: #222222;
  padding: 0;
  margin: -1px 0 0 0;
  min-width: 140px;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li {
  display: block;
  white-space: nowrap;
  line-height: 25px;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li a {
  font-size: 100%;
  border: none;
  padding: 0 5px;
  display: block;
  color: #ffffff;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li .ul-wrap {
  display: none;
  top: 1px;
  margin-left: 95%;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li .ul-wrap ul {
  border-top-width: 1px;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:hover {
  background-color: #333333;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:hover > .ul-wrap {
  display: block;
}
#mainnav .wrap ul.l0 li .ul-wrap ul li:last-child {
  border-bottom: none;
}
#mainnav .wrap ul.l0 li:hover > .ul-wrap {
  display: block;
}
#mainnav .wrap ul.l0 li:last-child a {
  border-right: none;
}
#main {
  width: 100%;
  max-width: 1250px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  /* KLÍČOVÉ: Aktivuje Flexbox */
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  /* typography */
}
@radius (3px);
#main h1 {
  display: none;
}
#main h2 {
  font-size: 140%;
  margin: 5px 0;
}
#main h3 {
  font-size: 120%;
  margin: 5px 0;
}
#main h4 {
  font-size: 100%;
  margin: 5px 0;
}
#main p {
  line-height: 150%;
  margin: 0 0 15px 0;
}
#main ul,
#main ol {
  line-height: 150%;
}
#main .shortdesc {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
#col1 {
  width: 220px;
  flex-shrink: 0;
  order: 1;
  /* Pro desktop: #col1 první */
  display: block;
  /* Explicitně nastavit, pokud to reset přepisuje nebo je konflikt */
}
#col2 {
  flex-grow: 1;
  min-width: 300px;
  order: 2;
  /* Pro desktop: #col2 druhý */
  display: block;
  /* Explicitně nastavit */
}
#col3 {
  width: 220px;
  flex-shrink: 0;
  order: 3;
  /* Pro desktop: #col3 třetí */
  display: block;
  /* Explicitně nastavit */
}
.contentwrap {
  width: 100%;
  display: block;
}
.contentwrap .main {
  margin: 0 20px;
  padding: 15px 0;
  width: auto;
}
.columns1 .contentwrap .main {
  margin: 0 15px !important;
  width: auto !important;
}
.columns2 .contentwrap .main {
  margin: 0 15px 0 20px !important;
  width: auto !important;
}
#footer {
  width: 100%;
  /* Patička zabírá plnou šířku */
}
#footer .wrap {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 90%;
  color: #888888;
}
#footer .wrap .powered {
  float: right;
  /* Ponecháno pro vnitřní prvek, pokud je to nutné pro obtékání */
}
table {
  width: 100%;
  /* Zajištění, že tabulky jsou responzivní */
}
table td,
table th {
  padding: 1px;
}
table.tableborder {
  border-collapse: collapse;
}
table.tableborder td,
table.tableborder th {
  border: 1px solid #dddddd;
  padding: 3px;
}
table.tableborder th {
  background-color: #f0f0f0;
}
#page404 {
  background: #f0f0f0;
  border-top: 4px dotted #dddddd;
  padding: 20px;
}
#main .infoblock {
  background: #f0f0f0;
  border: 2px dashed #dddddd;
  padding: 10px;
}
#main .subpages li .shortdesc {
  margin: 5px 0 0 0;
  border: none;
}
#main .subpages li .shortdesc p {
  margin: 0;
  padding: 0;
}
/* Block */
.block {
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.block .title {
  font-size: 110%;
  color: #444444;
  margin-bottom: 10px;
}
.block .title span {
  display: block;
  font-weight: bold;
  padding: 0 5px;
}
.block .content p {
  padding: 5px;
  margin: 0 !important;
}
.block .pages .pages-select {
  padding: 10px;
  display: block;
}
.block .pages .pages-select select {
  width: 100%;
  margin: 0;
}
.block .pages ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.block .pages ul li h2 {
  font-size: 100% !important;
  margin: 0 !important;
}
.block .pages ul li a {
  display: block;
  padding: 3px 0;
  color: #444444;
  text-decoration: none;
}
.block .pages ul li ul {
  padding: 0 0 5px 12px;
  line-height: 110% !important;
}
.block .pages ul li ul li a {
  border-bottom: none;
}
.block .pages ul li:last-child {
  border-bottom: none;
}
#col1 .block {
  border-width: 0 1px 1px 0;
}
#col3 .block {
  border-width: 0 0 1px 1px;
}
.block .pages ul li a:hover,
.block .pages ul li.active > a {
  color: #444444;
  text-decoration: underline;
}
/* Newsletter block */
.block .block-newsletter {
  padding: 10px;
}
.block .block-newsletter fieldset {
  margin: 0 0 5px 0;
}
.block .block-newsletter input.text {
  display: block;
  width: 99%;
}
/* Search results */
.search-results {
  background: #f0f0f0;
  padding: 10px;
  line-height: 140%;
  margin-bottom: 15px;
}
/* Subpage listings */
.subpages {
  margin: 10px 0 15px 0;
  padding: 0;
  list-style: none;
}
.subpages li {
  padding: 0;
  line-height: 160%;
  overflow: hidden;
  /* Pro zajištění, že floatované obrázky nepřetékají */
  margin-bottom: 15px;
}
.subpages li .picture {
  float: left;
  /* Ponecháno float pro obtékání textu */
  max-width: 120px;
  max-height: 120px;
  padding: 1px;
  margin-right: 5px;
}
.subpages li .title {
  font-weight: bold;
}
.subpages li .date {
  font-size: 90%;
  color: #777777;
}
.subpages li.photo {
  overflow: auto;
}
.pagegallery {
  overflow: auto;
}
.pagegallery li {
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem nebo display: block */
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 10px 10px 0;
}
.pagegallery li .picture {
  float: none;
  margin: 0 0 10px 0;
}
.subpages-top {
  margin: 0 0 15px 0;
}
.subpages-column {
  width: 100%;
  /* Základní šířka pro responzivitu */
  /* float: none; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem nebo display: block */
  list-style: square;
  margin: 0 0 15px 0;
}
.subpages-column-first {
  margin-left: 1.5em;
}
.page-protected {
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
}
/* Files and images */
.files {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.files li.picture {
  float: left;
  /* Ponecháno pro obtékání textu */
  margin: 0 10px 10px 0;
  text-align: center;
}
.files li.picture .desc {
  font-size: 90%;
}
/* align left */
.files-2 {
  max-width: 365px;
  /* Ponecháno pro desktop, bude upraveno v MQ v doplňkovém souboru */
  margin-right: 20px;
  /* Mezera, pokud je vedle jiného prvku */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
img#in_a {
  margin: 0 10px 10px 0;
  /* Ponecháno pro desktop */
}
/* align right */
.files-3 {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
  margin-top: 25px;
}
.files-3 li.picture {
  float: none;
  margin: 0 0 10px 10px;
}
/* non-image files */
.files-n {
  margin: 10px 0 20px 0;
  padding: 10px;
  background: #f0f0f0;
}
.files-n li.file {
  float: none;
  margin: 0;
  padding-left: 20px;
  line-height: 25px;
  background: url("sqc/template/default/mime/default.gif") no-repeat left center;
}
.files-n li.ext-pdf {
  background-image: url("sqc/template/default/mime/pdf.gif");
}
.files-n li.ext-gif,
.files-n li.ext-png,
.files-n li.ext-jpg,
.files-n li.ext-jpeg,
.files-n li.ext-bmp,
.files-n li.ext-tif {
  background-image: url("sqc/template/default/mime/image.gif");
}
.files-n li.ext-doc,
.files-n li.ext-ppt,
.files-n li.ext-docx,
.files-n li.ext-pptx {
  background-image: url("sqc/template/default/mime/document.gif");
}
.files-n li.ext-xls,
.files-n li.ext-xlsx {
  background-image: url("sqc/template/default/mime/spreadsheet.gif");
}
/* RSS & Font size links*/
div#toplinks {
  display: none;
  /* Skryje toplinks, jak bylo požadováno */
}
/* Print & Back links*/
#bottomlinks {
  text-align: right;
  /* Základní zarovnání, bude upraveno v doplňkovém CSS */
  margin: 20px 0 10px 0;
}
#bottomlinks a.print {
  background: url("sqc/template/default/images/icon-print.gif") no-repeat left center;
  padding-left: 20px;
}
/* Forms & Buttons */
.button {
  position: relative;
  border: none;
  background-color: #444444;
  padding: 5px 10px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 90%;
  text-transform: uppercase;
  behavior: url("{@base}sqc/js/PIE.htc?b3");
}
@radius (3px);
.button:hover {
  color: #ffffff;
}
.form fieldset {
  border-top: 1px solid #dddddd;
  margin-bottom: 25px;
}
.form fieldset legend {
  font-size: 120%;
  font-weight: normal;
  padding-right: 15px;
}
.form fieldset .input {
  margin-top: 10px;
  /* 100% šířka pro responzivitu */
}
.form fieldset .input label {
  color: #777777;
}
.form fieldset .input label strong {
  color: #444444;
}
.form fieldset .input label.error {
  color: red;
}
.form fieldset .input input.checkbox {
  margin: -4px 6px 0 0;
  vertical-align: middle;
}
.form fieldset .input input.text,
.form fieldset .input textarea,
.form fieldset .input select {
  width: 100%;
  display: block;
}
.form fieldset .input input.short {
  width: 70px;
}
.form fieldset .inline {
  width: 48.5%;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
.form fieldset .required label {
  font-weight: bold;
  color: #444444;
}
.form fieldset .inline-right {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
  margin-right: 0.7%;
}
.form fieldset .help {
  background: #f0f0f0;
  padding: 5px;
  font-size: 90%;
  margin: 5px 0 15px 0;
  color: #777777;
}
.form fieldset.colleft,
.form fieldset.colright {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v doplňkovém CSS */
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
.form fieldset.colright {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS */
}
/* Product listing */
.products {
  /* NOVÉ: Flexbox pro mřížkové rozvržení produktů */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* Rovnoměrné rozložení produktů */
}
.products .product {
  padding: 0;
  margin: 10px 5px 5px 5px;
  /* Upravené marginy pro Flexbox */
  width: 100%;
  /* Základní šířka pro menší obrazovky */
  box-sizing: border-box;
}
.products .product h3 {
  line-height: 140%;
  font-size: 100% !important;
  margin: 0 0 10px 0 !important;
}
.products .product .desc {
  font-size: 90%;
  width: 48%;
  float: right;
}
.products .product .desc .labels {
  margin: 0 0 3px 0;
  overflow: hidden;
}
.products .product .desc .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.products .product .desc ul {
  list-style: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
}
.products .product .pricebasket {
  /* float: right; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem */
  width: 200px;
  /* Ponecháno pro desktop */
  margin-bottom: 5px;
  border-top: 1px dotted #dddddd;
}
.products .product .pricebasket .price {
  padding: 5px 0;
  /* Ponecháno pro vnitřní prvek */
}
.products .product .pricebasket .price strong {
  float: right;
}
.products .product .pricebasket .buttons {
  padding: 0;
  line-height: 200%;
  /* Ponecháno pro vnitřní prvek */
}
.products .product .pricebasket .buttons a.detail {
  color: #444444;
}
.products .product .pricebasket .buttons a.detail:hover {
  text-decoration: none;
}
.products .product .pricebasket .buttons a.buy {
  float: right;
  line-height: 100%;
}
.products .product .discount {
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.products .product .discount-wrap {
  margin-bottom: 5px;
}
.products .product .picture {
  position: relative;
  /* float: left; - Tato vlastnost bude přepsána v doplňkovém CSS Flexboxem */
  margin-right: 5px;
}
.products .product .picture .discount {
  position: absolute;
  top: 0;
  left: 0;
}
.products .product-promote h3.name {
  padding-left: 20px;
  background: transparent url("sqc/template/default/images/star.png") no-repeat left top;
}
/* Výchozí šířky produktů pro desktop */
.products-0cols .product,
.products-3cols .product,
.products-4cols .product {
  width: 235px;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  margin: 15px 15px 10px 0;
}
.products-1cols .product {
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.products-3cols .i2 {
  margin-right: 0;
}
.products-4cols .i3 {
  margin-right: 0;
}
.products-3cols .product {
  width: 30%;
}
.products-4cols .product {
  width: 24%;
  margin-right: 5px;
  overflow: hidden;
}
.products-3cols .product h3,
.products-4cols .product h3 {
  margin-bottom: 0 !important;
}
.products-0cols .product .wrap,
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 155px;
  overflow: hidden;
  margin-bottom: 5px;
}
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 65px;
}
.products-0cols .product .picture,
.products-3cols .product .picture,
.products-4cols .product .picture {
  height: 120px;
  float: none;
  /* Odstraněn float, nyní řízeno Flexboxem rodiče */
  margin: 0;
  text-align: center;
}
.products-0cols .product .pricebasket,
.products-3cols .product .pricebasket,
.products-4cols .product .pricebasket {
  width: auto;
  float: none;
  /* Odstraněn float */
  clear: left;
  margin-left: 0;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
  display: block;
}
.products-3cols .product .discount-wrap,
.products-4cols .product .discount-wrap {
  margin-top: 5px;
}
.products-4cols .product .pricebasket .buttons .detail {
  display: none;
}
.products-0cols {
  margin-right: -10px;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.products-0cols .product {
  width: 241px !important;
}
.products-list {
  margin: 15px 0 20px 0;
}
.products-list table {
  width: 100%;
  border: none;
}
.products-list table thead th {
  text-align: left;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.products-list table tbody td {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.products-list table td.buttons {
  white-space: nowrap;
  padding-left: 10px;
  text-align: right;
}
.products-list table th.price,
.products-list table td.price {
  text-align: right;
  white-space: nowrap;
}
/* Product detail */
.productdetail .files-2 {
  margin-right: 20px;
}
.productdetail .files .smallpic {
  float: left;
}
.productdetail {
  margin-top: 25px;
  /* NOVÉ: Flexbox pro celkový layout detailu */
  display: flex;
  flex-wrap: wrap;
  /* Umožní zalamování prvků */
  justify-content: space-between;
  /* Rozloží hlavní bloky */
}
.productdetail .producthead {
  width: 50%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: right; - odstraněno */
  padding-bottom: 20px;
}
.productdetail .producthead h1.name {
  margin-bottom: 5px !important;
  word-wrap: break-word;
}
.productdetail .producthead .sku,
.productdetail .producthead .ean {
  display: block;
  margin-bottom: 5px;
  color: #777777;
}
.productdetail .producthead .labels {
  margin: 5px 0;
  overflow: hidden;
}
.productdetail .producthead .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.productdetail .producthead ul.pages {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
.productdetail .producthead ul.pages li {
  padding-left: 0;
  margin-bottom: 3px;
  font-size: 90%;
}
.productdetail .producthead ul.pages .manufacturer {
  color: #777777;
  margin-right: 4px;
}
.productdetail .producthead .shortdesc {
  border: none !important;
  margin-top: 15px;
}
.productdetail form.basket.clearfix {
  display: block;
  width: 100%;
}
.productdetail .productinfo {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.productdetail .productinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productdetail .productinfo ul li {
  padding: 5px 0;
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
}
.productdetail .productinfo ul li span {
  float: left;
}
.productdetail .productinfo ul li em {
  font-style: normal;
}
.productdetail .productinfo ul li.price {
  font-size: 110%;
  font-weight: bold;
}
.productdetail .productinfo ul li:last-child {
  border-bottom: none;
}
.productdetail .productinfo .basket {
  padding: 3px 3px 3px 5px;
  margin-top: 10px;
  line-height: 220%;
  border: 1px solid #dddddd;
}
.productdetail .productinfo .basket input {
  vertical-align: middle;
  text-align: center;
  margin-top: -1px;
}
.productdetail .productinfo .basket button.buy {
  float: right;
  line-height: 100%;
}
.productdetail .productinfo .basket .attribute {
  line-height: 100%;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dfdfdf;
}
.productdetail .productinfo .basket .attribute label {
  display: block;
}
.productdetail .productinfo .basket .attribute select {
  width: 100%;
  margin: 2px 0;
}
.productdetail .productinfo .basket .attribute .product-variants {
  margin: 5px 0;
}
.productdetail .productinfo .basket .attribute label.product-variant {
  margin: 0;
  padding: 5px;
}
.productdetail .productinfo .basket .attribute label.product-variant input {
  margin: 0 5px 0 0;
  vertical-align: top;
}
.productdetail .productinfo .basket .attribute label.product-variant .variant-availability {
  float: right;
}
.productdetail .productinfo .basket .attribute label.product-variant:hover {
  background-color: #eeeeee;
}
.productdetail .productinfo .availability-0days,
.productdetail .productinfo .availability-1days {
  color: green;
}
.productdetail .productinfo del {
  color: #777777;
}
.productdetail .sharelinks {
  margin: 5px 0;
}
.productdetail .description {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dotted #dddddd;
}
.productdetail .features table {
  border-collapse: collapse;
}
.productdetail .features table td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
.productdetail .features table td.featurename {
  text-align: right;
}
.productdetail .related-products {
  /* NOVÉ: Flexbox pro související produkty */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productdetail .related-products .related {
  width: 31.5%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  text-align: center;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-top: 10px;
}
.productdetail .related-products .related .related-title {
  display: block;
  font-size: 100%;
  font-weight: normal;
  padding: 5px;
  margin: 0 !important;
  height: 2.5em;
  overflow: hidden;
}
.productdetail .related-products .related .picture {
  margin: 5px 0;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
}
.productdetail .related-products .related .prices {
  text-align: left;
  padding: 5px;
}
.productdetail .related-products .related .prices strong {
  float: right;
}
.productdetail .related-products .related-last {
  margin-right: 0;
}
.productdetail-promote h1.name {
  padding-left: 20px;
  background: transparent url("sqc/template/default/images/star.png") no-repeat left 2px;
}
/* Basket */
.basket .error {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}
.basket .error p {
  margin: 0 !important;
  padding: 0 !important;
}
.basket .tablewrap {
  padding: 0;
  border: 1px solid #dddddd;
}
.basket .tablewrap table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.basket .tablewrap table thead td,
.basket .tablewrap table tfoot td {
  padding: 5px 10px;
  color: #444444;
  background: #f6f6f6;
}
.basket .tablewrap table thead td {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.basket .tablewrap table tbody td {
  border: none;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.basket .tablewrap table tbody td.name {
  font-weight: bold;
  line-height: 150%;
}
.basket .tablewrap table tbody td.name .attr {
  color: #666666;
  font-weight: normal;
}
.basket .tablewrap table td.picture {
  padding: 2px;
  width: 40px;
  text-align: center;
}
.basket .tablewrap table td.picture img {
  max-width: 40px;
  max-height: 40px;
}
.basket .tablewrap table td.price {
  text-align: right;
  white-space: nowrap;
}
.basket .tablewrap table td.price_qty {
  width: auto;
  max-width: 100px;
  text-align: right;
  white-space: nowrap;
}
.basket .tablewrap table td.quantity {
  width: auto;
  max-width: 60px;
  text-align: center;
}
.basket .tablewrap table td.quantity input {
  text-align: center;
}
.basket .tablewrap table td.total {
  width: auto;
  max-width: 100px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.basket .tablewrap table td.remove {
  width: auto;
  max-width: 60px;
  text-align: center;
}
.basket .tablewrap table td.basketempty {
  padding: 15px;
  font-size: 120%;
  border: none;
  color: #777777;
}
.basket .tablewrap table tfoot td {
  border: none;
  background-image: none;
}
.basket .tablewrap table tfoot td.label {
  text-align: right;
  padding-right: 15px;
}
.basket .tablewrap table tfoot td.value {
  color: #444444;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.basket .tablewrap table tfoot .total td {
  font-size: 120%;
}
.basket div.voucher {
  border: 1px solid #dddddd;
  background: #f8f8f8;
  margin-top: 10px;
  padding: 5px;
  width: 45%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.basket div.voucher h4 {
  margin: 0 !important;
}
.basket div.voucher p {
  margin: 0 !important;
  font-size: 90%;
}
.basket div.voucher fieldset {
  margin-top: 10px;
}
.basket div.voucher fieldset input {
  width: 90px;
}
.basket .buttons {
  text-align: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  line-height: 230%;
  margin-top: 10px;
}
.basket .buttons .button {
  margin-left: 10px;
}
.block .block-basket ul li.item {
  background: #fff !important;
}
/* Opakuje se s !important */
/* Order */
.order {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.order .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
.order #shipping_address {
  background: #ffffff;
}
.order .payment .input {
  background-color: #ffffff;
}
.order .payment label .price {
  margin-left: 10px;
}
.order .buttons {
  background: #f0f0f0;
  border-width: 2px 0;
  padding: 10px;
  margin: 10px 0;
  text-align: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.order .buttons .button {
  margin-left: 15px;
}
.order .buttons input.checkbox {
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.order .email-again {
  display: none;
}
.order-customer {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}
.order-customer h4 {
  margin: 0 0 10px 0 !important;
  font-size: 110% !important;
}
.order-customer span.email {
  color: #777777;
}
.ordersummary {
  margin-bottom: 25px;
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.ordersummary .colleft,
.ordersummary .colright {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.ordersummary .colright {
  /* float: right; - odstraněno */
}
.ordersummary .wrap {
  margin-bottom: 20px;
}
.ordersummary h4 {
  background: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}
.ordersummary p {
  margin: 0;
  padding: 5px;
}
.ordersummary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ordersummary ul li {
  padding: 5px 0;
  overflow: hidden;
}
.ordersummary ul li span {
  float: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  color: #777777;
}
.ordersummary li.price {
  font-size: 110%;
  font-weight: bold;
}
/* Customer account */
ul.files.files-2 {
  float: left;
}
.producthead.clearfix {
  float: left;
}
#customer .header {
  background: #f0f0f0;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
#customer .header .logout {
  float: right;
  font-weight: bold;
}
#customer .header h4 {
  font-size: 140%;
  margin: 0 0 3px 0;
}
#customer .header span.email {
  color: #777777;
}
#customer .header ul.tabs {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#customer .header ul.tabs li {
  float: left;
  margin-right: 5px;
}
#customer .header ul.tabs li a {
  display: block;
  padding: 5px 15px;
  background: #f7f7f7;
}
#customer .header ul.tabs li.active a {
  background-color: #ffffff;
  font-weight: bold;
}
#customer .customer {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
#customer .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
#customer .grid td {
  white-space: nowrap;
}
#customer .grid td.total {
  white-space: nowrap;
  text-align: right;
}
#customer .cust-order {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin: 0 0 5px 0;
}
#customer .cust-order .head {
  background: #ffffff;
  padding: 5px;
}
#customer .cust-order .head a {
  font-weight: bold;
}
#customer .cust-order .head span {
  float: right;
  color: #888888;
}
#customer .cust-order .status {
  float: right;
  font-weight: bold;
  padding: 5px;
}
#customer .cust-order p {
  margin: 5px;
}
#customer .cust-order .bbar {
  background: #ffffff;
  padding: 5px;
  margin: 5px;
  color: #999999;
}
.customerlogin,
.customerpassword {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
}
.customerlogin fieldset,
.customerpassword fieldset {
  background: #f0f0f0;
  padding: 0 10px 10px;
}
.customerlogin fieldset legend,
.customerpassword fieldset legend {
  padding-left: 5px;
}
.customerlogin fieldset .error,
.customerpassword fieldset .error {
  background: #fcd1d1;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset .error p,
.customerpassword fieldset .error p {
  margin: 0 !important;
  padding: 0 !important;
}
.customerlogin fieldset .msg,
.customerpassword fieldset .msg {
  background: #dddddd;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset .msg p,
.customerpassword fieldset .msg p {
  margin: 0 !important;
  padding: 0 !important;
}
.customerlogin fieldset .login,
.customerpassword fieldset .login {
  width: 100%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  /* float: left; - odstraněno */
  /* Ponecháno pro vnitřní prvek */
}
.customerlogin fieldset .login a,
.customerpassword fieldset .login a {
  font-size: 90%;
}
.customerlogin fieldset .login .buttons,
.customerpassword fieldset .login .buttons {
  padding-top: 5px;
}
.customerlogin fieldset .login .loginbtn,
.customerpassword fieldset .login .loginbtn {
  float: right;
}
.customerlogin fieldset .customer,
.customerpassword fieldset .customer {
  margin-top: 5px;
  line-height: 160%;
}
.customerlogin fieldset .customer .customername,
.customerpassword fieldset .customer .customername {
  background: #000000;
  padding: 5px;
  margin-top: 5px;
}
.customerlogin fieldset p,
.customerpassword fieldset p {
  margin: 10px 0 0 0 !important;
}
.customerlogin .lost-password-form,
.customerpassword .lost-password-form {
  display: none;
  margin-top: 30px;
  padding: 1px 10px;
  background: #000000;
}
.customerlogin .lost-password-form p,
.customerpassword .lost-password-form p {
  color: #777777;
  padding: 10px 0 0 0;
}
/* data grid */
table.grid {
  width: 100%;
  margin: 0;
}
table.grid caption {
  background: #f0f0f0;
  text-align: left;
  padding: 5px;
}
table.grid thead td {
  color: #777777;
  background: #f0f0f0;
  padding: 5px;
}
table.grid tbody td {
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}
table.bordertable caption {
  background: #f0f0f0;
  text-align: left;
  padding: 5px;
  color: #777777;
}
table.bordertable tbody td,
table.bordertable td {
  padding: 5px;
  border: 1px solid #dddddd;
}
table.bordertable thead td,
table.bordertable th {
  background: #f0f0f0;
  padding: 5px;
  border: 1px solid #dddddd;
}
/* Poll */
.block .poll {
  margin: 0;
  padding: 5px;
}
.block .poll h4 {
  margin: 0 0 5px 0 !important;
}
.block .poll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block .poll ul li {
  margin-bottom: 5px;
  color: #777777;
}
.block .poll ul li a {
  font-weight: bold;
}
.block .poll ul li .bar {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin-top: 3px;
  padding: 1px;
}
.block .poll ul li .bar div {
  background: #999999;
  height: 7px;
}
.block .poll .total {
  color: #777777;
}
/* Contact */
.block .contact form .sent {
  border: 2px solid #dddddd;
  padding: 5px;
  margin: 0 0 10px 0 !important;
}
.block .contact form fieldset {
  padding: 5px;
}
.block .contact form fieldset input,
.block .contact form fieldset textarea {
  width: 98%;
  display: block;
  margin: 3px 0 10px 0;
}
.block .contact form fieldset .bc-email {
  display: none;
}
.block .contact form fieldset .bc-captcha {
  overflow: hidden;
  margin-bottom: 10px;
}
.block .contact form fieldset .bc-captcha label {
  display: block;
  margin-bottom: 3px;
}
.block .contact form fieldset .bc-captcha .bc-captchapic {
  width: 50%;
  float: left;
}
.block .contact form fieldset .bc-captcha .bc-captchapic img {
  border: 1px solid #dddddd;
}
.block .contact form fieldset .bc-captcha .bc-captchainput {
  width: 50%;
  float: left;
}
.block .contact form fieldset .bc-captcha .bc-captchainput input {
  width: 60px;
  margin: 0 0 2px 0 !important;
}
.block .contact form fieldset .bc-captcha .bc-captchainput .bc-reload {
  font-size: 90%;
}
/* Customer */
.block .customer .customerinfo {
  padding: 5px;
}
.block .customer .customerinfo small {
  color: #666666;
}
.block .customer .customerinfo big {
  font-weight: bold;
  display: block;
  margin: 5px 0 0 0;
}
.block .customer .customerinfo .menu {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  list-style: none;
  border-top: 1px solid #eeeeee;
}
.block .customer form {
  margin: 0;
  padding: 0;
}
.block .customer form .sent {
  border: 2px solid #dddddd;
  padding: 5px;
  margin: 0 0 10px 0 !important;
}
.block .customer form fieldset {
  padding: 5px;
}
.block .customer form fieldset input,
.block .customer form fieldset textarea {
  width: 98%;
  display: block;
  margin: 3px 0 10px 0;
}
.block .customer form fieldset input.checkbox {
  display: inline;
  width: auto;
  vertical-align: top;
  margin: 1px 5px 0 0;
}
.block .customer form fieldset button {
  margin-top: 10px;
}
.block .customer form p.links {
  margin: 0;
  padding: 5px;
}
/* Block - Products */
.block .block-products .product {
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #dddddd;
}
.block .block-products .product img {
  max-width: 100%;
  /* Zajistí, že img nepřetéká z .picture */
  height: auto;
  /* Zachová poměr stran */
  display: block;
  /* Odstraní mezery pod obrázkem */
}
.block .block-products .product h3 {
  margin: 0 0 5px 0 !important;
  font-size: 100% !important;
}
.block .block-products .product .picture {
  background: #fff;
  padding: 3px;
}
.block .block-products .product .price {
  margin-top: 5px;
}
/* Basket (block) */
.block .block-basket ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}
.block .block-basket ul li.item {
  background: #000000;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  font-size: 90%;
}
.block .block-basket ul li.item a {
  font-size: 110%;
}
.block .block-basket .total {
  text-align: center;
  margin: 0 5px;
  padding: 0 0 5px 0;
}
.block .block-basket .buttons {
  padding: 0 5px 10px 5px;
  text-align: center;
  font-size: 90%;
}
form.customer .errors {
  background: #fcd1d1;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 160%;
}
.pagination ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-top: 1px dotted #dddddd;
  overflow: hidden;
}
.pagination ul li {
  float: left;
  margin-right: 5px;
}
.pagination ul li a,
.pagination ul li span {
  font-weight: bold;
  color: #444444;
}
.quantity-discounts {
  margin-top: 15px;
}
.quantity-discounts table td.discount {
  text-align: right;
  max-width: 60px;
}
.quantity-discounts table td.price {
  text-align: right;
  max-width: 80px;
}
.attributes-list .attr-value {
  font-weight: bold;
}
.attributes-list .attr-value .sku,
.attributes-list .attr-value .ean13 {
  display: block;
  font-size: 90%;
  color: #777777;
  font-weight: normal;
}
.attributes-list .attr-price {
  text-align: right;
}
.filter {
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ddd;
}
.filter .viewtype {
  float: right;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.filter .viewtype ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter .viewtype ul li {
  display: inline;
}
.filter .viewtype ul .view-list {
  border-right: 1px solid #dddddd;
  padding-right: 5px;
  margin-right: 2px;
}
.filter select {
  margin: -2px 10px 0 5px;
  vertical-align: middle;
}
.filter input {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 150%;
  vertical-align: top;
}
.filter input.view {
  color: #444444;
  text-decoration: underline;
}
.filter input.dir {
  color: #888888;
  width: 11px;
  background: url("sqc/template/default/images/sort-asc.gif") no-repeat center center;
}
.filter input.dir-desc {
  background: url("sqc/template/default/images/sort-desc.gif") no-repeat center center;
}
.filter input.active {
  color: #444444;
  opacity: 0.7;
}
.filter input.disabled {
  color: #777777;
  text-decoration: none;
}
.producers {
  margin: 5px 0;
  padding-bottom: 10px;
}
.producers .wrap {
  margin: 5px 0 0 0;
  display: none;
}
.producers .wrap .producer {
  width: 24%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  overflow: hidden;
  padding: 3px 0;
}
.producers .wrap .producer input {
  margin: 0 5px 0 0;
  vertical-align: top;
}
.producers .wrap .features {
  clear: left;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #dddddd;
}
.producers .wrap .features .feature {
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.producers .wrap .features .feature label {
  display: inline-block;
  width: 90px;
  padding-right: 5px;
  text-align: right;
  font-size: 90%;
  white-space: nowrap;
}
.producers .wrap .features .feature select {
  width: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
.producers .wrap button {
  margin: 5px 0 0 0;
}
.no-products-found {
  background: #f0f0f0;
  padding: 10px;
}
.gopay,
.paypal,
.moneybookers {
  margin: 20px 0 100px 0;
  padding-bottom: 20px;
  background: url("sqc/template/default/images/gopay_logo_small.png") no-repeat bottom right;
}
.gopay h1,
.paypal h1,
.moneybookers h1 {
  background: url("sqc/template/default/images/tick-circle.png") no-repeat left 3px;
  padding-left: 25px;
}
.gopay p,
.paypal p,
.moneybookers p {
  margin: 0 !important;
}
.gopay .gopay-ok,
.paypal .gopay-ok,
.moneybookers .gopay-ok,
.gopay .gopay-fail,
.paypal .gopay-fail,
.moneybookers .gopay-fail,
.gopay .paypal-ok,
.paypal .paypal-ok,
.moneybookers .paypal-ok,
.gopay .paypal-fail,
.paypal .paypal-fail,
.moneybookers .paypal-fail,
.gopay .moneybookers-ok,
.paypal .moneybookers-ok,
.moneybookers .moneybookers-ok,
.gopay .moneybookers-fail,
.paypal .moneybookers-fail,
.moneybookers .moneybookers-fail {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 0 0 20px 0;
}
.gopay .gopay-fail h1,
.paypal .gopay-fail h1,
.moneybookers .gopay-fail h1,
.gopay .paypal-fail h1,
.paypal .paypal-fail h1,
.moneybookers .paypal-fail h1,
.gopay .moneybookers-fail h1,
.paypal .moneybookers-fail h1,
.moneybookers .moneybookers-fail h1 {
  background: url("sqc/template/default/images/cross-circle.png") no-repeat left 3px;
  color: red;
}
.paypal {
  background-image: url("sqc/template/default/images/paypal_logo_small.png");
}
.moneybookers {
  background-image: url("sqc/template/default/images/moneybookers_logo_small.png");
}
.productdetail button.button.buy {
  min-width: 135px;
  min-height: 30px;
}
.sitemap .col {
  width: 49%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  float: left;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  margin-bottom: 30px;
}
.sitemap h2 {
  margin: 0 !important;
  border-bottom: 1px solid #dddddd;
}
.sitemap h3 {
  font-size: 110% !important;
  margin: 15px 0 5px 0 !important;
}
.sitemap ul {
  margin: 0;
  list-style: square;
}
.sitemap ul li {
  margin-left: 15px;
}
.sitemap ul li ul {
  list-style: circle;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin: 0 0 15px 0;
  font-size: 90%;
}
/* IE Specific fixes (consider removing if IE6-8 are not supported) */
.ie8 #customer .header {
  position: relative;
}
.ie8 #customer ul.tabs a {
  position: relative;
}
.ie8 .productdetail .basket button.buy {
  line-height: 150%;
}
.ie7 #mainnav li.li0 {
  display: inline !important;
}
.ie7 #mainnav li.li0 li {
  width: 140px !important;
}
.ie7 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie7 .pagination {
  margin-top: 10px;
}
.ie7 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie7 #mainnav .wrap ul.l0 ul {
  top: 29px;
}
.ie7 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie7 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie7 form.order .clearfix {
  margin-bottom: 10px;
}
.ie7 form.order .buttons label,
.ie7 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie7 .product-promote h3.name {
  background-color: #000000;
}
.ie7 .filter input {
  line-height: 110% !important;
}
.ie6 {
  /* Ponecháno pro IE6 */
  /* Ponecháno pro IE6 */
}
.ie6 #mainnav li.li0 {
  display: inline !important;
}
.ie6 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie6 .pagination {
  margin-top: 10px;
}
.ie6 .pagination ul {
  height: 20px;
}
.ie6 #topnav ul,
.ie6 #topnav .cart,
.ie6 #topnav .checkout {
  position: relative;
  z-index: 99;
}
.ie6 #banner .search {
  width: 330px;
  text-align: right;
}
.ie6 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie6 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie6 #mainnav .wrap ul.l0 ul {
  top: 29px;
  width: 140px;
}
.ie6 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie6 #col1,
.ie6 #col2,
.ie6 #col3 {
  position: relative;
}
.ie6 #col3 {
  margin-left: -222px;
}
.ie6 .block .pages ul li {
  line-height: 100%;
  margin-bottom: -10px;
}
.ie6 form.order .clearfix {
  margin-bottom: 10px;
}
.ie6 form.order .buttons label,
.ie6 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie6 .form .inline {
  width: 47%;
}
.ie6 .product-promote h3.name {
  background-color: #000000;
}
.ie6 .filter input {
  line-height: 110% !important;
}
.ajaxbasket-bubble {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000 url("sqc/template/default/images/icon-cart.png") no-repeat 7px 10px;
  border: 1px solid #dddddd;
  padding: 0;
  display: none;
}
@boxshadow (1px; 1px; 3px; #444);
.ajaxbasket-bubble .ajaxbasket-content {
  padding: 10px 10px 10px 45px;
  font-weight: bold;
}
.ajaxbasket-bubble .ajaxbasket-content .ajaxbasket-details {
  font-weight: normal;
  color: #666666;
  padding-top: 5px;
  font-size: 90%;
}
.ajaxbasket-bubble .ajaxbasket-footer {
  background: #f0f0f0;
  padding: 7px 10px;
  text-align: right;
  font-size: 90%;
}
/* Sekundární styly, které byly přidány později - nyní integrovány */
.mujSlider {
  display: none;
}
/* Ponecháno display: none */
#symbols {
  display: none;
}
/* Ponecháno display: none */
div#symbols_row {
  /* Původně float, position: relative - zachováno pro desktop, bude upraveno v MQ */
  width: 40%;
  text-align: center;
  left: 47%;
  top: -27px;
  display: inline !important;
  /* Může být problematické s Flexboxem, zvažte */
  height: 0px;
  font-style: italic;
}
#symbols_desc {
  font-weight: bolder;
  width: 89%;
  font-size: 13px;
  color: #010101;
}
.female #symbols_desc {
  color: #E6007F;
}
.male #symbols_desc {
  color: #0081F9;
}
#symbols img {
  border-bottom: 3px solid #ffffff;
}
#symbols img:hover {
  border-bottom: 9px solid #2c2c2c !important;
}
#symbols.female img:hover {
  border-bottom: 9px solid #E6007F !important;
}
#symbols.male img:hover {
  border-bottom: 9px solid #0081F9 !important;
}
.productdetail .related-products .related .picture {
  height: auto !important;
  line-height: 0 !important;
}
.products-1cols #symbols img {
  max-width: 22%;
}
.register_box .button {
  /* float: right; - odstraněno pro desktop, aby se dalo ovládat Flexboxem/marginy */
  padding: 32px;
}
.products-1cols img {
  max-width: 100%;
}
.products-1cols .picture {
  max-width: 35%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
}
.productdetail img {
  max-width: 100%;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
#image_menu {
  /* NOVÉ: Flexbox pro menu obrázků */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Centruje položky */
  width: 100%;
  /* float: left; - odstraněno */
  margin-top: 15px;
}
#SliderBox {
  display: block;
  padding: 5px 0;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
#SliderBox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideshow-container a:hover {
  opacity: 70%;
  transition: opacity 0.4s;
}
#image_menu a:hover {
  opacity: 90%;
  transition: opacity 0.6s;
}
div#image_menu a {
  /* float: left; - odstraněno */
  margin: 0 10px 10px 0;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  width: 24%;
  /* Ponecháno pro desktop, bude upraveno v MQ */
  box-sizing: border-box;
}
div#image_menu a#last {
  margin: 0 !important;
  /* float: left; - odstraněno */
}
#image_menu img {
  max-width: 100%;
  height: auto;
}
/* Cookie Notice - základní desktopový styl */
#cookie-notice {
  color: #fff;
  font-family: inherit;
  font-size: 1.3em;
  background: #474747;
  padding: 16px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0px;
  visibility: hidden;
  z-index: 1000;
  box-sizing: border-box;
}
#cookie-notice button {
  color: inherit;
  background: #a40233 no-repeat;
  border: 0;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.3em;
}
/* @media pro cookie-notice by mel byt v Doplňkovém CSS */
/* @media only screen and (max-width:600px) {
	#cookie-notice{
		max-width:100%;
		bottom:0;
		left:0;
		border-radius:0;
	}
} */
/* Další základní styly z tvého HTML */
#main .shortdesc {
  display: block;
  width: 100%;
}
/* Přidáno z HTML kontextu */
/* On smaller screens, decrease text size - toto by mělo být v Doplňkovém CSS */
/* @media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
} */
#main h1 {
  display: none;
}
/* Přidáno z HTML kontextu */
div#toplinks {
  display: none;
}
/* Přidáno z HTML kontextu */
/* Úpravy pro IE specifické styly (ponechány, ale zvažte jejich nutnost) */
.ie8 #customer .header {
  position: relative;
}
.ie8 #customer ul.tabs a {
  position: relative;
}
.ie8 .productdetail .basket button.buy {
  line-height: 150%;
}
.ie7 #mainnav li.li0 {
  display: inline !important;
}
.ie7 #mainnav li.li0 li {
  width: 140px !important;
}
.ie7 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie7 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie7 #mainnav .wrap ul.l0 ul {
  top: 29px;
}
.ie7 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
}
.ie7 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie7 form.order .clearfix {
  margin-bottom: 10px;
}
.ie7 form.order .buttons label,
.ie7 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie7 .product-promote h3.name {
  background-color: #000000;
}
.ie7 .filter input {
  line-height: 110% !important;
}
.ie6 #mainnav li.li0 {
  display: inline !important;
}
.ie6 #mainnav ul.l1 {
  margin-top: 28px !important;
}
.ie6 .pagination {
  margin-top: 10px;
}
.ie6 .pagination ul {
  height: 20px;
}
.ie6 #topnav ul,
.ie6 #topnav .cart,
.ie6 #topnav .checkout {
  position: relative;
  z-index: 99;
}
.ie6 #banner .search {
  width: 330px;
  text-align: right;
}
.ie6 #banner .search label {
  float: left;
  height: 25px;
  line-height: 25px;
}
.ie6 #mainnav .wrap ul.l0 li {
  z-index: 100;
}
.ie6 #mainnav .wrap ul.l0 ul {
  top: 29px;
  width: 140px;
}
.ie6 #mainnav .wrap ul.l0 ul li ul {
  top: 0;
  display: inline-flex;
}
.ie6 #col1,
#col2,
#col3 {
  position: relative;
}
.ie6 #col3 {
  margin-left: -222px;
}
.ie6 .block .pages ul li {
  line-height: 100%;
  margin-bottom: -10px;
}
.ie6 form.order .clearfix {
  margin-bottom: 10px;
}
.ie6 form.order .buttons label,
.ie6 form.order .buttons .checkbox {
  vertical-align: top;
}
.ie6 .form .inline {
  width: 47%;
}
.ie6 .product-promote h3.name {
  background-color: #000000;
}
.ie6 .filter input {
  line-height: 110% !important;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
}
.products-1cols .product .pricebasket {
  width: 160px;
  border: none;
  margin: 0 0 10px 20px;
}
.products-1cols .product .pricebasket .price {
  padding: 0 0 5px 0;
}
.products-1cols .product .pricebasket .buttons {
  padding: 0;
}
.products-3cols .product .discount-wrap,
.products-4cols .product .discount-wrap {
  margin-top: 5px;
}
.products-4cols .product .pricebasket .buttons .detail {
  display: none;
}
.products-0cols {
  margin-right: -10px;
}
.products-0cols .product {
  width: 241px !important;
}
#main .producthead h1 {
  display: block;
}
.productdetail .producthead {
  display: block;
}
.products-list {
  margin: 15px 0 20px 0;
}
.products-list table {
  width: 100%;
  border: none;
}
.products-list table thead th {
  text-align: left;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.products-list table tbody td {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.products-list table td.buttons {
  white-space: nowrap;
  padding-left: 10px;
  text-align: right;
}
.products-list table th.price,
.products-list table td.price {
  text-align: right;
  white-space: nowrap;
}
.products .product {
  padding: 0;
  margin: 10px 0 5px 0;
}
.products .product h3 {
  line-height: 140%;
  font-size: 100% !important;
  margin: 0 0 10px 0 !important;
}
.products .product .desc {
  font-size: 90%;
}
.products .product .desc .labels {
  margin: 0 0 3px 0;
  overflow: hidden;
}
.products .product .desc .labels .label {
  float: left;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
@radius (3px);
.products .product .desc ul {
  list-style: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
}
.products .product .pricebasket {
  float: right;
  width: 48%;
  margin-bottom: 5px;
  border-top: 1px dotted #dddddd;
}
.products .product .pricebasket .price {
  padding: 5px 0;
}
.products .product .pricebasket .price strong {
  float: right;
}
.products .product .pricebasket .buttons {
  padding: 0;
  line-height: 200%;
}
.products .product .pricebasket .buttons a.detail {
  color: #444444;
}
.products .product .pricebasket .buttons a.detail:hover {
  text-decoration: none;
}
.products .product .pricebasket .buttons a.buy {
  float: right;
  line-height: 100%;
}
.products .product .discount {
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.products .product .discount-wrap {
  margin-bottom: 5px;
}
.products .product .picture {
  position: relative;
  float: left;
  margin-right: 15px;
}
.products .product .picture .discount {
  position: absolute;
  top: 0;
  left: 0;
}
.products .product-promote h3.name {
  padding-left: 20px;
  background: transparent url({@tplbase}images/star.png) no-repeat left top;
}
.products-0cols .product,
.products-3cols .product,
.products-4cols .product {
  width: 235px;
  float: left;
  margin: 15px 15px 10px 0;
}
.products-1cols .product {
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.products-3cols .i2 {
  margin-right: 0;
}
.products-4cols .i3 {
  margin-right: 0;
}
.products-3cols .product {
  width: 30%;
}
.products-4cols .product {
  width: 24%;
  margin-right: 5px;
  overflow: hidden;
}
.products-3cols .product h3,
.products-4cols .product h3 {
  margin-bottom: 0 !important;
}
.products-0cols .product .wrap,
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 155px;
  overflow: hidden;
  margin-bottom: 5px;
}
.products-3cols .product .wrap,
.products-4cols .product .wrap {
  height: 65px;
}
.products-3cols .product .picture,
.products-4cols .product .picture {
  height: 120px;
  float: none;
  margin: 0;
  text-align: center;
}
.products-0cols .product .pricebasket,
.products-3cols .product .pricebasket,
.products-4cols .product .pricebasket {
  width: auto;
  float: none;
  clear: left;
  margin-left: 0;
}
.block .block-products .product {
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #dddddd;
}
.block .block-products .product h3 {
  margin: 0 0 5px 0 !important;
  font-size: 100% !important;
}
.block .block-products .product .picture {
  background: #fff;
  padding: 3px;
}
.block .block-products .product .price {
  margin-top: 5px;
}
#symbols {
  display: none;
}
#symbols_desc {
  font-weight: bolder;
  width: 89%;
  font-size: 13px;
  color: #010101;
}
.female #symbols_desc {
  color: #E6007F;
}
.male #symbols_desc {
  color: #0081F9;
}
#symbols img {
  border-bottom: 3px solid #ffffff;
}
#symbols img:hover {
  border-bottom: 9px solid #2c2c2c !important;
}
#symbols.female img:hover {
  border-bottom: 9px solid #E6007F !important;
}
#symbols.male img:hover {
  border-bottom: 9px solid #0081F9 !important;
}
.products-1cols #symbols {
  float: none;
  position: relative;
  left: 42%;
  top: 0px;
  display: inline !important;
  height: 0px;
  cursor: grab;
}
.productdetail .related-products .related .picture {
  height: auto !important;
  line-height: 0 !important;
}
.products-1cols #symbols img {
  max-width: 20%;
}
.checkout a {
  color: #ffffff;
}
#topnav span {
  color: #ffffff;
}
small.cart-items {
  color: #ffffff;
}
#topnav a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .clearfix {
    display: block;
  }
  .productdetail form.basket.clearfix {
    display: block;
    width: 98%;
  }
  #banner .wrap {
    min-height: 15px;
  }
  #mainnav .wrap {
    margin: -10px auto -20px auto;
  }
  #bossbyte_slide {
    margin-top: 19px;
  }
  #image_menu a {
    width: 50%;
  }
  .banner a {
    display: block;
    padding: 5px;
  }
  #banner .search {
    margin: 10px 10px 0 0;
  }
  .search .button {
    padding: 7px;
  }
  #col1,
  #col3 {
    display: none;
    min-width: 0;
    width: 0;
  }
  div#image_menu a {
    margin: 0 0px 0px 0;
    width: 50%;
    box-sizing: border-box;
  }
  img#in_a {
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #SliderBox {
    padding: 0;
  }
  #SliderBox img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  #image_menu {
    width: 100%;
    margin: 7px 0px 0px  0px;
    padding: 0px;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul {
    position: fixed;
    left: 0;
    width: 100%;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul li {
    line-height: 40px;
  }
  .contentwrap .main {
    margin: 0 5px;
    padding: 10px 0;
  }
  .contentwrap .main img {
    max-width: 100%;
  }
  .basket div.voucher {
    border: 1px solid #dddddd;
    background: #f8f8f8;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  .basket div.voucher fieldset input {
    width: 100%;
    margin: 10px 0px;
  }
  .form fieldset .inline {
    width: 100%;
  }
  .form fieldset.colleft,
  .form fieldset.colright {
    width: 100%;
  }
  .ordersummary .colleft,
  .ordersummary .colright {
    width: 100%;
  }
  #footer .wrap {
    margin: 0 auto;
    padding: 0px 0;
  }
  #footermain {
    padding: 0 10px 0 10px;
  }
  .pricebasket {
    width: 100%;
  }
  .products-1cols #symbols {
    float: none;
    position: relative;
    width: 29%;
    left: 10%;
    margin: 0;
    top: 0;
    display: inline !important;
    height: 12px;
    cursor: grab;
  }
  .productdetail .producthead {
    width: 100%;
    padding-bottom: 20px;
  }
  .products .product .desc {
    width: 100%;
  }
  .files-2 {
    width: 100%;
    max-width: 100%;
  }
  .productdetail .productinfo {
    width: 100%;
  }
  .products-1cols .picture {
    max-width: 49%;
    /* Ponecháno pro desktop, bude upraveno v MQ */
  }
  #banner .logo {
    margin: 0;
    position: relative;
    left: 15px;
  }
  #banner .logo a .logo-img,
  #banner .logo a {
    /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
    display: block;
    width: 90%;
    height: 75px;
  }
  #topnav .wrap {
    margin: 0;
  }
  #topnav .checkout {
    padding: 0;
  }
  #topnav .checkout a,
  #topnav ul a {
    font-weight: bold;
    padding: 5px;
  }
  #topnav {
    width: 100%;
    /* #topnav nyní zabírá plnou šířku headeru */
    position: relative;
    top: -72px;
  }
}
.ul-wrap {
  width: 100%;
}
@media (max-width: 1080px) {
  #banner .wrap {
    min-height: 15px;
  }
  #mainnav .wrap {
    margin: -10px auto -20px auto;
  }
  #bossbyte_slide {
    margin-top: 19px;
  }
  #image_menu a {
    width: 50%;
  }
  .banner a {
    display: block;
    padding: 5px;
  }
  #banner .search {
    margin: 10px 10px 0 0;
  }
  .search .button {
    padding: 7px;
  }
  #col3 {
    display: none;
    min-width: 0;
    width: 0;
  }
  div#image_menu a {
    margin: 0 0px 0px 0;
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
  }
  img#in_a {
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #SliderBox {
    padding: 0;
  }
  #SliderBox img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  #image_menu {
    width: 101%;
    margin: 2px 0px 0px -2px;
    padding: 0px;
  }
  .contentwrap .main {
    margin: 0 5px;
    padding: 10px 0;
  }
  .contentwrap .main img {
    max-width: 100%;
  }
  .basket div.voucher {
    border: 1px solid #dddddd;
    background: #f8f8f8;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  .basket div.voucher fieldset input {
    width: 100%;
    margin: 10px 0px;
  }
  .form fieldset .inline {
    width: 100%;
  }
  .form fieldset.colleft,
  .form fieldset.colright {
    width: 100%;
  }
  .ordersummary .colleft,
  .ordersummary .colright {
    width: 100%;
  }
  #footer .wrap {
    margin: 0 auto;
    padding: 0px 0;
  }
  #footermain {
    padding: 0 10px 0 10px;
  }
  .pricebasket {
    width: 100%;
  }
  .products-1cols #symbols {
    float: none;
    position: inherit;
    width: 29%;
    left: 10%;
    margin: 0;
    top: 0;
    display: inline !important;
    height: 12px;
    cursor: grab;
  }
  .productdetail .producthead {
    width: 100%;
    padding-bottom: 20px;
  }
  .products .product .desc {
    width: 41%;
    display: block;
    float: left;
  }
  .files-2 {
    width: 100%;
    max-width: 100%;
  }
  .productdetail .productinfo {
    width: 100%;
  }
  .products-1cols .picture {
    max-width: 49%;
    /* Ponecháno pro desktop, bude upraveno v MQ */
  }
  #banner .logo {
    margin: 0;
    position: relative;
    left: 15px;
  }
  #banner .logo a .logo-img,
  #banner .logo a {
    /* KLÍČOVÉ: Zajistí, že se logo zmenší a vejde se */
    display: block;
    width: 90%;
    height: 75px;
  }
  #topnav .wrap {
    margin: 0;
  }
  #topnav .checkout {
    padding: 0;
  }
  #topnav .checkout a,
  #topnav ul a {
    font-weight: bold;
    padding: 5px;
  }
  #topnav {
    width: 100%;
    /* #topnav nyní zabírá plnou šířku headeru */
    position: relative;
    top: -72px;
  }
  #mainnav .wrap ul.l0 li .ul-wrap ul li {
    line-height: 40px;
  }
}
