
/* =========================
   GSMOBIL – MODERN E-SHOP v2
   stable + fluid + modern skin
   ========================= */

html, body {
  margin: 0;
  padding: 0;
  background: #eef2f7;
  font-family: Arial, sans-serif;
  color: #2b2b2b;
  overflow-x: hidden;
}

/* =========================
   HLAVNÍ WRAPPER
   ========================= */

#body {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* =========================
   SLOUPCE
   ========================= */

#column {
  float: left;
  width: 22%;
  padding: 12px;
  box-sizing: border-box;
  background: #f8fafc;
  border-right: 1px solid #e5e7eb;
}

#content {
  float: left;
  width: 78%;
  padding: 18px;
  box-sizing: border-box;
}

/* fix float */
.clear {
  clear: both;
}

/* =========================
   ODKAZY
   ========================= */

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* =========================
   MENU1 + MENU2 + SIDEBAR
   ========================= */

#menu1 a,
#menu2 a,
#menuManufacturers a,
.sidebar-menu a {
  display: block;
  padding: 6px 10px;
  border-radius: 8px;
  transition: 0.2s;
}

/* =========================
   MENU2 – MODERN PILLS
   ========================= */

#menu2 {
  clear: both;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0;
  list-style: none;
}

#menu2 li {
  display: inline-block;
  margin-right: 8px;
}

#menu2 li a {
  display: inline-block;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-weight: bold;
  color: #374151;
}

#menu2 li a:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

/* =========================
   PRODUKTY – CARD STYLE
   ========================= */

.entry {
  background: #fff;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: 0.2s;
}

.entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* cena */
.entry .price {
  font-size: 18px;
  color: #e11d48;
  font-weight: bold;
}

/* obrázky */
img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* =========================
   HEADER – STABLE
   ========================= */

#head {
  width: 100%;
  margin: 0 auto;
  background: #f3f4f6;
  padding: 10px 0;
  overflow: visible;
  border-bottom: 1px solid #e5e7eb;
}

/* logo */
#logo {
  float: left;
  padding: 10px 20px;
}

#logo img {
  max-height: 45px;
  width: auto;
}

/* menu3 */
#menu3,
#menu3 ul,
#menu3 li {
  list-style: none;
  margin: 0;
  padding: 0;
}


#menu3 {
  float: right;
  margin: 0;
  padding: 0;
  background: transparent;
}

#menu3 li {
  float: left;
  padding: 5px 12px;
  border-left: 1px solid #e5e5e5;
}

#menu3 .l1 {
  border-left: none;
}



#menu3 li a {
  display: inline-block;
  padding: 4px 6px;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
}

#menu3 li a:hover {
  background: #f3f4f6;
}

#menu3 li i {
  margin-right: 5px;
  font-size: 14px;
  opacity: 0.85;
}

/* =========================
   FOOTER
   ========================= */

#foot {
  clear: both;
  width: 100%;
  background: #0f172a;
  color: #cbd5e1;
  text-align: center;
  padding: 12px;
}


/* =========================
   SIDEBAR – MODERN LOOK
   ========================= */

#column {
  background: #f8fafc;
  border-right: 1px solid #e5e7eb;
}

/* nadpisy boxů */
.box-title {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  color: #111827;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px 10px 0 0;
  margin-top: 12px;
}

/* obsah boxů */
.box-content {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 8px;
}

/* =========================
   ZAJÍMAVÉ ODKAZY (sidebar-menu)
   ========================= */

.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu li {
  margin: 2px 0;
}

/* odkazy */
.sidebar-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #374151;
  text-decoration: none;
  transition: 0.2s;
}

.sidebar-menu a:hover {
  background: #eef2ff;
  color: #1e3a8a;
}


/* =========================
   CONTACT FORM MODERN
   ========================= */

#contactPanel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* fieldset */
#contactPanel fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* label */
#contactPanel dt {
  margin: 16px 0 6px;
  font-weight: bold;
  color: #374151;
  font-size: 14px;
}

/* spacing */
#contactPanel dd {
  margin: 0;
}

/* inputy */
#contactPanel .input,
#contactPanel textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #f9fafb;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.2s;
}

/* focus efekt */
#contactPanel .input:focus,
#contactPanel textarea:focus {
  border-color: #2563eb;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(37,99,235,0.12);
}

/* textarea */
#contactPanel textarea {
  min-height: 140px;
  resize: vertical;
}

/* submit wrapper */
#contactPanel h6 {
  margin-top: 24px;
}

/* button */
#contactPanel .submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

/* hover */
#contactPanel .submit:hover {
  background: #1d4ed8;
}

/* zprávy */
#message #ok,
#message #error {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

#message #ok {
  border-left: 5px solid #22c55e;
}

#message #error {
  border-left: 5px solid #ef4444;
}


/* =========================================
   PRODUCT DETAIL MODERNIZATION
   ========================================= */

#productDetails {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  margin-bottom: 25px;
}

/* kategorie */
#productDetails h3 {
  color: #6b7280;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}

/* název produktu */
#productDetails h2 {
  font-size: 34px;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* hlavní obrázek */
#productDetails .photo {
  float: left;
  width: 42%;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}

/* samotný obrázek */
#productDetails .photo img {
  width: 100%;
  max-width: 520px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.2s;
}

#productDetails .photo img:hover {
  transform: scale(1.02);
}

#productDetails #addCart {
  float: right;
  width: 300px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 20px;
}

#productDetails #addCart h4 {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  background: none;
  color: #111827;
  font-size: 22px;
}

/* quantity */
#productDetails #addCart form span {
  display: block;
  margin-bottom: 15px;
  color: #374151;
}

/* input */
#productDetails #addCart .input {
  width: 60px;
  padding: 8px;
  margin-left: 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  text-align: center;
}

#productDetails #addCart .submit {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

#productDetails #addCart .submit:hover {
  background: #1d4ed8;
}

#productDetails #addCart a {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #2563eb;
}

/* cena */
#productDetails .price {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  font-size: 34px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 12px;
  margin-bottom: 10px;
}

/* sklad */
#productDetails .sklad {
  display: block;
  margin-bottom: 25px;
  color: #16a34a;
  font-size: 18px;
  font-weight: bold;
}

/* popis */
#productDetails .txt {
  clear: none;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

/* galerie dole */
#photosList {
  margin-top: 30px;
}

#photosList .photo {
  width: 120px;
  margin-right: 15px;
}

#photosList .photo img {
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: 0.2s;
}

#photosList .photo img:hover {
  transform: scale(1.05);
}

#productDetails .options {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 10px 14px;
  background: #f3f4f6;
  border-radius: 8px;
  color: #374151;
}

/* back */
#back {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  font-size: 15px;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media screen and (max-width: 1000px) {

  #productDetails .photo {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  #productDetails #addCart {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  #productDetails h2 {
    font-size: 28px;
  }

  #productDetails .price {
    font-size: 28px;
  }
}

/* =========================================
   CHECKOUT / ORDER DELIVERY MODERN (v2)
   ========================================= */

#order {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* hlavní nadpis */
#order h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #111827;
}

/* sekce */
#order h4 {
  margin: 28px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef2f7;
  font-size: 20px;
  color: #1f2937;
}

/* =========================================
   FORM TABULKA
   ========================================= */

#orderDetails {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}

/* labely */
#orderDetails th {
  width: 200px;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  color: #374151;
  font-size: 14px;
  padding: 6px 10px 6px 0;
}

/* input buňky */
#orderDetails td {
  padding: 6px 0;
}

/* inputy */
#order .input,
#order textarea,
#order select,
.balik {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s;
}

/* focus */
#order .input:focus,
#order textarea:focus,
#order select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}

/* textarea */
#order textarea {
  min-height: 120px;
  resize: vertical;
}

/* select */
#order select {
  cursor: pointer;
}

/* comment box */
#orderComment {
  padding-left: 20px !important;
  vertical-align: top;
}

#oCommDesc {
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
}

/* odkazy */
#order a {
  color: #2563eb;
}

#order a:hover {
  text-decoration: underline;
}

/* =========================================
   BASKET TABLE (KOŠÍK)
   ========================================= */

#basket {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
  margin-top: 16px;
}

/* header */
#basket thead {
  background: #f8fafc;
}

#basket thead th {
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #64748b;
  border-bottom: 1px solid #e5e7eb;
}

/* řádky */
#basket td {
  padding: 12px;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
}

/* hover */
#basket tbody tr:hover td {
  background: #f9fafb;
}

/* ceny */
#basket .price,
#basket .priceTotal {
  color: #2563eb;
  font-weight: 600;
  text-align: right;
}

/* množství */
#basket .quantity {
  text-align: center;
}

/* footer řádky */
#basket .tfoot th,
#basket .tfoot td {
  padding: 14px 12px;
  background: #f8fafc;
  font-size: 16px;
}

/* celková cena */
#summaryCost {
  color: #16a34a !important;
  font-size: 20px !important;
  font-weight: 700;
}

/* =========================================
   TLAČÍTKA (VELKÁ OPRAVA UX)
   ========================================= */

#basket fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

/* tlacitka */
#basket .submit {
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

#order input.submit {
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 12px;
  background: #16a34a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 10px;
}

/* hover */
#basket .submit:hover {
  background: #1d4ed8;
}

#order input.submit:hover {
  background: #15803d;
  transform: translateY(-1px);
}

/* =========================================
   BALÍKOVNA BOX
   ========================================= */

.balik {
  margin-bottom: 10px;
}

/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 900px) {

  #order {
    padding: 20px;
  }

  #orderDetails th,
  #orderDetails td {
    display: block;
    width: 100%;
  }

  #orderDetails th {
    padding-bottom: 5px;
  }

  #orderComment {
    padding-left: 0 !important;
  }

  #basket {
    display: block;
    overflow-x: auto;
  }

  #order h2 {
    font-size: 28px;
  }

  #order h4 {
    font-size: 20px;
  }
}

/* =========================================
   FOOT
   ========================================= */

#foot {
  clear: both;
  width: 100%;

  background: #111;
  color: #fff;

  padding: 25px 10px 15px;
}

.footer-inner {
  width: 100%;
  position: relative;
  min-height: 140px;
}

.footer-contact {
  text-align: left;
  line-height: 1.6;
}

.footer-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.footer-contact strong,
.footer-info strong {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 15px;
  padding-top: 10px;

  border-top: 1px solid #333;

  color: #aaa;
  font-size: 0.9em;
}

/* mobil */

@media screen and (max-width: 700px) {

  .footer-inner {
    position: static;
    min-height: auto;
  }

  .footer-info {
    position: static;
    transform: none;
    margin-top: 25px;
  }
}

/* =========================================
   SEARCH
   ========================================= */

#searchForm {
  display: flex;
  align-items: center;
}

.searchBox {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  padding: 4px;
}

.searchBox input {
  border: none;
  background: transparent;
  outline: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 180px;
}

.searchBox button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2563eb;
  padding: 6px 10px;
}

/* =========================================
   KONTAKT
   ========================================= */

#contact {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

#contact h2 {
  margin-bottom: 10px;
}

.contact-note {
  color: #111;
  margin-bottom: 10px;
}

.contact-company {
  margin-bottom: 10px;
  color: #555;
}

.contact-item {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.contact-item i {
  color: #2563eb;
  width: 16px;
}

/* =========================================
   RECITEM
   ========================================= */
   
.recHeader {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

.recItem {
  display: inline-block;
  width: 220px;           /* větší box */
  height: 320px;          /* STEJNÁ výška */
  margin: 12px;
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  position: relative;
  transition: 0.3s ease;
}

.recItem:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* název */
.recName {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  min-height: 38px; /* aby se srovnaly názvy */
}

/* obrázek fixní box */
.recImg {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.recImg img {
  max-height: 140px;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.recItem:hover .recImg img {
  transform: scale(1.1);
}

/* cena */
.recPrice {
  margin-top: 10px;
  font-weight: bold;
  color: #d00;
}

/* tlačítko košík */
.recCart {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  background: #2d89ef;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}

.recCart:hover {
  background: #1b5fa7;
}

/* =========================================
   MORE PHOTOS SECTION
   ========================================= */

/* nadpis stejně jako Související produkty */
#productDetails h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
  color: #111827;
}

/* galerie */
#photosList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* box obrázku */
#photosList .photo {
  width: 240px;
  margin: 0;
  float: none;
}

/* obrázky galerie */
#photosList .photo img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  transition: 0.25s;
}

#photosList .photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* soubory */
#filesList {
  margin-top: 25px;
  padding-left: 20px;
}

#filesList li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* responsive */
@media screen and (max-width: 1000px) {

  #photosList {
    justify-content: center;
  }

  #photosList .photo {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {

  #photosList .photo {
    width: 100%;
  }
}


/* =========================================
   VRÁCENÍ ZBOŽÍ
   ========================================= */

#returnPanel {
    width: 100%;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;

    padding: 30px;
    margin: 20px 0;

    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

#returnPanel h2 {
    margin: 0 0 20px;

    color: #111827;
    font-size: 28px;
    font-weight: 700;

    text-align: left;
}

/* řádky formuláře */

.returnRow {
    margin-bottom: 18px;
}

.returnRow label {
    display: block;

    margin-bottom: 6px;

    font-weight: 600;
    color: #374151;
}

/* inputy */

#returnPanel .input {
    width: 100%;

    padding: 12px 14px;

    border: 1px solid #d1d5db;
    border-radius: 10px;

    background: #f9fafb;

    box-sizing: border-box;
    transition: 0.2s;
}

#returnPanel .input:focus {
    border-color: #2563eb;
    background: #fff;

    outline: none;

    box-shadow: 0 0 0 4px rgba(37,99,235,0.12);
}

/* tlačítko */

#returnPanel .submit {
    width: 100%;

    padding: 14px;

    border: none;
    border-radius: 10px;

    background: #2563eb;
    color: #fff;

    font-size: 15px;
    font-weight: bold;

    cursor: pointer;
    transition: 0.2s;
}

#returnPanel .submit:hover {
    background: #1d4ed8;
}

/* mobil */

@media screen and (max-width: 700px) {

    #returnPanel {
        padding: 20px;
    }

    #returnPanel h2 {
        font-size: 24px;
    }
}

/* =========================================
   HEADER SEARCH
   ========================================= */

#searchBox {
    float: left;
    width: 550px;
    margin: 15px 0 0 20px;
}

/* formulář */
#searchForm {
    margin: 0;
    padding: 0;
}

/* wrapper */
#searchForm .searchWrap {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: visible;
    z-index: 9999;
}

/* input */
#searchForm input {
    flex: 1;
    height: 38px;
    padding: 0 12px;
    border: 0;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

#searchForm input:focus {
    outline: none;
}

/* tlačítko */
#searchForm button {

    width: 45px;
    height: 38px;
    border: 0;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
}

#searchForm button:hover {
    background: #1d4ed8;
}

/* =========================================
   SEARCH SUGGEST
   ========================================= */

#searchSuggest {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    overflow-y: auto;
    max-height: 320px;
    display: none;
    z-index: 99999;
}

#searchSuggest a {
    display: block;
    padding: 12px 14px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 1.3;
}

#searchSuggest a:hover {
    background: #f5f7fb;
}

#searchSuggest a:last-child {
    border-bottom: none;
}

/* SLOGAN */

#slogan {
  clear: both;
  margin: 10px 20px 0;
  white-space: nowrap;
}


/* =========================
   SIDEBAR BUTTONS
   ========================= */

.columnButtons {
    display:flex;
    gap:8px;
    margin-bottom:12px;
}

.columnButtons a {
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;

    height:34px;

    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:8px;

    color:#374151;
    text-decoration:none;

    font-size:13px;
    font-weight:600;

    transition:0.2s;
}


.columnButtons a i {
    font-size:14px;
    color:#64748b;
}


.columnButtons a:hover {
    background:#f8fafc;
    border-color:#d1d5db;
}


.columnButtons a:hover i {
    color:#2563eb;
}


.columnButtons a.active {
    background:#f8fafc;
    border-color:#cbd5e1;
    color:#1f2937;
}


.columnButtons a.active i {
    color:#2563eb;
}

/* =========================================
   MOBILE LAYOUT
   ========================================= */

@media screen and (max-width: 900px) {

  /* sloupce pod sebe */

  #column,
  #content {
    float: none;
    width: 100%;
  }

  #column {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  /* hlavička */

  #logo {
    float: none;
    text-align: center;
    padding: 15px;
  }

  #menu3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  #menu3 li {
    float: none;
    display: inline-block;
    border-left: 0;
  }

  /* vyhledávání */

  #searchBox {
    float: none;
    width: auto;
    margin: 10px;
  }

  /* slogan */

  #slogan {
    white-space: normal;
    text-align: center;
    margin: 10px;
  }

  /* menu2 */

  #menu2 {
    text-align: center;
  }

  #menu2 li {
    display: block;
    margin: 5px 10px;
  }

  #menu2 li a {
    display: block;
  }

  /* tlačítka v sidebaru */

  .columnButtons {
    flex-direction: column;
  }

  /* doporučené produkty */

  .recItem {
    width: calc(50% - 24px);
    height: auto;
  }
}

@media screen and (max-width: 600px) {

  .recItem {
    width: 100%;
    margin: 10px 0;
  }

  #productDetails h2 {
    font-size: 22px;
  }

  #productDetails .price {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {

    #productsInRow,
    #productsInRow tbody,
    #productsInRow tr,
    #productsInRow td {
        display: block;
        width: 100% !important;
    }

    #productsInRow td {
        margin-bottom: 20px;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 1000px) and (min-width: 701px) {

    #productsInRow td {
        width: 50% !important;
    }

}
