/*
 *   MaM E-SHOP - CSS Document
 *
 *   Author: MaM Multimedia, s.r.o
 *
 */

* {
  font-family: 'Roboto Slab', 'Arial', sans-serif;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #00407e;
  background: #fff;
  font-family: 'Roboto Slab', 'Arial', sans-serif;
}
img {
  border: 0;
}
*:focus {
  outline: none;
}

.txtL {
  text-align: left !important;
}
.txtR {
  text-align: right !important;
}
.txtC {
  text-align: center !important;
}
.txtM {
  vertical-align: middle !important;
}

.left {
  float: left !important;
}
.right {
  float: right !important;
}
.separator {
  clear: both !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mt {
  margin-top: 10px !important;
}
.mr {
  margin-right: 10px !important;
}
.mb {
  margin-bottom: 10px !important;
}
.ml {
  margin-left: 10px !important;
}
.mt2 {
  margin-top: 20px !important;
}
.mr2 {
  margin-right: 20px !important;
}
.mb2 {
  margin-bottom: 20px !important;
}
.ml2 {
  margin-left: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pt {
  padding-top: 10px !important;
}
.pr {
  padding-right: 10px !important;
}
.pb {
  padding-bottom: 10px !important;
}
.pl {
  padding-left: 10px !important;
}
.pt2 {
  padding-top: 20px !important;
}
.pr2 {
  padding-right: 20px !important;
}
.pb2 {
  padding-bottom: 20px !important;
}
.pl2 {
  padding-left: 20px !important;
}

.none {
  display: none;
}

input,
select,
textarea {
  border: 1px solid #dedede;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00407e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.width-full {
  width: 100% !important;
}

div.hr {
  clear: both;
}
div.hr hr {
  display: none;
}
div.hr.line {
  display: block;
  height: 4px;
  margin: 0px;
  padding: 0px;
  background-color: #cdcdcd;
}

@media only screen and (min-width: 370px) {
  .vianoce {
    background: red;
    color: yellow;
  }
}

@media only screen and (min-width: 370px) {
  .vianoce-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .vianoce {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .vianoce-pc {
    display: block;
    position: absolute;
    left: 205px;
    top: 17px;
    z-index: 11;
  }

  .vianoce-pc-img {
    width: 235px;
  }
}

@media only screen and (min-width: 1024px) {
  .vianoce-pc {
    display: block;
    position: absolute;
    left: 310px;
    top: 10px;
    z-index: 11;
  }
  .vianoce-pc-img {
    width: 270px;
  }
}

.red {
  color: red !important;
}

.re {
  position: relative;
}

.hide {
  display: none;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #323232;
}
a:hover {
  text-decoration: underline;
}
a.help,
a.help:hover {
  cursor: help;
}

table.width {
  width: 100%;
}
table th {
  border-bottom: 1px solid #a79f91;
}
table th.clear {
  border-bottom: 0px;
}
table td.info {
  height: 50px;
  vertical-align: middle;
}
table tr.odd td {
  background-color: #fff;
}
table tr.even td {
  background-color: #eee;
}
table tr.odd.no_stock td {
  background-color: #f55;
}
table tr.even.no_stock td {
  background-color: #e55;
}
table tr.odd td.clear,
table tr.even td.clear {
  background-color: transparent;
}

table.list-table tr:hover {
  cursor: pointer;
}
table.list-table tr:hover td {
  background-color: #ddd;
}
table.list-table tr.clear:hover {
  cursor: auto;
}

/*=============== start LAYOUT ===============*/

/*   CONTAINER   - pre definovanie minimalnej sirky, IE funguje len s JS fixom */

/* min-width IE FIX s pouzitim JS */
/*#container {
  min-width: 980px;
  width:expression(document.body.clientWidth < 980 ? "980px" : "auto" );
}*/
/* min-width IE FIX bez JS (pridavny DIV #width a #minwidth) */
#width {
  width: 100%;
  min-width: 960px;
}
* html #minwidth {
  margin-left: 0px;
  border-left: 960px solid #fff;
  position: relative;
  float: left;
}
* html #container {
  margin-left: -960px;
  position: relative;
  float: left;
}

/*   W R A P P E R   - table - hlavna kostra */

#wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px;
}

#wrapper-header {
  padding-bottom: 6px;
}
#wrapper-footer {
  padding-top: 3px;
}

.wrapper-shadow,
.wrapper-shadow-td {
  float: none !important;
}
.wrapper-shadow-td {
  width: 10px;
  padding: 0 !important;
}
.wrapper-shadow.shadow-left {
  padding-left: 10px;
  background: url(../images/bg_wrapper-shadow-left.png) repeat-y left top;
}
.wrapper-shadow.shadow-right {
  padding-right: 10px;
  background: url(../images/bg_wrapper-shadow-right.png) repeat-y right top;
}
.wrapper-shadow-td.shadow-left {
  background: url(../images/bg_wrapper-shadow-left.png) repeat-y left top;
}
.wrapper-shadow-td.shadow-right {
  background: url(../images/bg_wrapper-shadow-right.png) repeat-y right top;
}

/*   M A I N   - telo stranky (menu, obsah, bocny panel) */

#main-left,
#main-right,
#main-center {
  /*margin: 0;
  padding: 0;
  padding-bottom: 20px;*/
  text-align: left;
  vertical-align: top;
  background: none;
  border: 0;
}
/*#main-left {
  width: 190px;
  padding-right: 15px;
}*/
#main-right > div {
  background: #f8f8f8;
}
#main-delim {
  width: 10px;
}
/*#main-right {
  width: 190px;
  padding-left: 15px;
}*/
#main-center {
  position: relative;
  width: auto;
}
#main-center .hr.line {
  margin-bottom: 14px;
}

/*   T O P B O X   - mam logo, mam shops, potrebujete poradit..., dnes je... */

#topBox {
  position: absolute;
  top: 0px;
  right: 0px;
}
#topBox div {
  float: left;
}

/*   S H O P P R I N G   - mam shops */

#shopring {
  font-size: 11px;
  height: 24px;
  overflow: hidden;
}
#shopring-text {
  float: left;
  height: 24px;
  margin: 0px 8px 0px 18px;
  padding: 7px 8px 0px 8px;
  font-weight: bold;
}
div.shopring-box {
  float: left;
}
div.shopring-box:hover a.shopring-title {
  background: none;
}
a.shopring-title {
  display: block;
  float: left;
  height: 19px;
  margin: 0px 8px 0px 0px;
  padding: 7px 8px 0px 8px;
  background: url('../images/bg_shopring.gif') repeat-x top left;
}
div.shopring-data {
  display: none;
  position: absolute;
  clear: left;
  top: 24px;
  width: 300px;
  height: 100px;
  padding: 5px;
  font-size: 90%;
  line-height: 14px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

/*   H E A D E R   - e-shop logo, header obrazok, karta linky a nakupny kosik */

#header {
  height: 82px;
}

#logo {
  float: left;
  margin: 0px;
}

#clientBoxClick {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 108px;
  width: 206px;
  cursor: pointer;
  background-color: transparent;
}

#clientBox {
  position: relative;
  float: right;
  height: 82px;
  margin: 0px 20px;
  color: #000;
  z-index: 11;
  overflow: hidden;
}
#clientBox a {
  color: #808080;
  font-weight: normal;
  text-decoration: none;
}
#clientBox a:hover {
  text-decoration: underline;
}

#clientBox div,
#clientBox p {
  margin: 0;
  padding: 0;
}
#clientBox .order {
  float: right;
  max-width: 160px;
  height: 82px;
  overflow: hidden;
  text-align: right;
}
#clientBox .order p:first-child {
  width: 43px;
  padding-right: 15px;
}
#clientBox .order p:last-child {
  max-width: 102px;
}
#clientBox .order #vas_nakup {
  display: block;
  color: #aaa !important;
  font-size: 12px;
  padding: 3px 0px;
  text-align: right;
}
#clientBox .menu {
  float: right;
  margin: 5px 30px 5px 30px;
  height: 72px;
  display: table;
  overflow: hidden;
}
#clientBox .menu p {
  float: none !important;
  height: 72px;
  text-align: center;
  vertical-align: middle;
}
#clientBox p {
  float: left;
  display: table-cell;
  font-size: 12px;
  line-height: 18px;
}
#clientBox p > span {
  font-size: 13px;
  color: #aaa;
}
#clientBox p > a > span {
  font-weight: bold;
  font-size: 14px;
}
#clientBox p span.price {
  display: block;
  margin: 0px 0px 5px;
  color: #000 !important;
  font-weight: 300;
  font-size: 24px;
  height: 21px;
  overflow: hidden;
}
#clientBox p span.price .euro {
  font-weight: bold;
  font-size: 18px;
}
#clientBox p span#zobraz_kosik a {
  display: block;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  padding: 3px 7px;
  text-align: center;
  background: #64a200;
}

/*   H E A D E R   B O X   - hladaj form, horizontalne menu */

#header_box {
  background: #00407e;
}

#header_box #navbarSupportedContent > ul {
}
#header_box #navbarSupportedContent > ul > li {
  padding: 0px 7px;
}
#header_box #navbarSupportedContent > ul > li:first-child {
  padding-left: 0px;
}
#header_box #navbarSupportedContent > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
#header_box #navbarSupportedContent > ul > li.vypredaj > a {
  color: #ff0;
}
#header_box #navbarSupportedContent > ul > li > a:hover {
  text-decoration: underline;
}

#headerBox {
  position: relative;
  min-height: 37px;
  height: auto !important;
  height: 37px;
  margin-bottom: 15px;
  padding: 0px 10px;
  background: #00407e;
}

#menuHorizont > ul {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  list-style-type: none;
}
#menuHorizont > ul > li {
  float: left;
  padding: 8px 15px;
}
#menuHorizont > ul > li > a {
  display: block;
  height: 21px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
}
#menuHorizont > ul > li.vypredaj > a {
  color: #ff0;
}
#menuHorizont > ul > li > a:hover {
  text-decoration: underline;
}

#searchBox {
  position: absolute;
  left: 450px;
  top: 26px;
  width: 197px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
}
#search_form {
  margin: 0;
  padding: 0;
}
#search_form input {
  float: left;
  height: 28px;
  width: 148px;
  font-size: 15px;
  font-weight: normal;
  color: #808080;
  margin: 0;
  padding: 0px 8px;
  line-height: 18px;
  border: 1px solid #dedede;
}
#search_form button.submit {
  float: left;
  width: 31px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: 0px;
  background: url(../images/lupa.png) no-repeat center center;
}

/*   H E A D E R   B R E A K   -  ciary pod headerom*/

#headerBreak {
  height: 3px;
  font-size: 3px;
  background-color: #fff;
  border-top: 1px solid #fff;
  /*border-bottom: 1px solid #d0bebc;*/
}
#headerBreak hr {
  display: none;
}

/*   P A G E   B R E A K   -  ciary nad footrom*/

#pageBreak {
  height: 1px;
  font-size: 1px;
  margin-bottom: 3px;
  background-color: #fff;
  border-top: 6px solid #323232;
  border-bottom: 4px solid #cdcdcd;
}
#pageBreak hr {
  display: none;
}

/*    B O T T O M   B O X   - linky na stranky, copyright */

#bottomBox {
  position: relative;
  /*width: 950px;
	height: 230px;
	margin: -230px auto 0;*/
  padding: 20px;
  color: #fff;
  font-size: 14px;
  background: #00407e;
}
#bottomBox p {
  margin: 0px;
  padding: 0px;
}
#bottomBox a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
#bottomBox a:hover {
  text-decoration: underline;
}

/*=============== end LAYOUT ===============*/

/*=============== start MENU ===============*/

#menu {
  width: 170px;
  padding: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#menu > p {
  font-size: 16px;
  color: #00407e;
  margin: 0px 0px 10px;
  padding: 0px 20px 0px 0px;
  cursor: pointer;
  background: url('../images/menu_sipka_dole.png') right center no-repeat;
}
#menu > p.opened {
  background: url('../images/menu_sipka_hore.png') right center no-repeat;
}
#menu ul,
#menu li ul {
  width: 170px;
  margin: 0px 0px 10px;
  padding: 0;
  border: 0;
  list-style-type: none;
  background: #f8f8f8;
}
#menu li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 20px;
}
#menu li li {
  border-bottom: 0;
}
#menu li ul {
  border-top: 1px dotted #cdcdcd;
}

#menu li a {
  display: inline;
  width: 150px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #00407e;
}
#menu li li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  color: #4a4a4a;
}

#menu li#menu-novinky {
  background: #63a200;
}
#menu li#menu-akcie {
  background: #ff4200;
}
#menu li#menu-vypredaj {
  background: #525a67;
}

/*=============== end MENU  ================*/

/*===============  CONTENT  ================*/

.attention {
  margin: 0px !important;
  padding: 0px !important;
  font-weight: bold !important;
  color: red !important;
  text-decoration: blink !important;
}

#trackNtrace {
  width: 100%;
  height: 800px;
  border: none;
}

h2 {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}

a.ico {
  padding-left: 35px !important;
  background-position: 5px center;
  background-repeat: no-repeat;
}
.ico-info {
  background-image: url(../images/ico_info.png);
}
.ico-technic {
  background-image: url(../images/ico_technic.png);
}
.ico-purchase {
  background-image: url(../images/ico_purchase.png);
}
.ico-note {
  background-image: url(../images/ico_note.png);
}
.ico-contact {
  background-image: url(../images/ico_contact.png);
}

/*.btn {
  height: 18px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 18px;
  background: #ff8605 url(../images/btn_orange.png) repeat-x left bottom;
  border: 3px solid #ccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  cursor: pointer;
}
.btn:hover {
  color: #888;
}
.btn[disabled], .btn[disabled]:hover {
  color: #888 !important;
  background: #ccc !important;
}*/

/*  Pravy panel  */
/*#main-right h2 {
  margin: 0px;
  color: #fff;
}*/

.links img {
  margin-bottom: 2px;
}

.popular table tr td {
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #000;
}
.popular table tr td.label {
  padding: 7px;
  vertical-align: top;
}
.popular a {
  font-weight: bold;
}
.popular span {
  display: block;
  margin-top: 5px;
  text-align: right;
}

/*===============  MODAL ===================*/
#loginBox {
  padding: 20px 16px;
  background: url(../images/bg_popup_border.png) repeat left top;
  /*  border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;*/
}
#loginBox .box-wrapper {
  position: relative;
  width: 406px;
  padding: 22px 30px;
  color: #fff;
  background: #00539a;
}
#loginBox h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
}
#loginBox label {
  display: inline-block;
  width: 140px;
  height: 30px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  text-align: right;
}

#loginBox input {
  width: 230px;
  height: 18px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 18px;
  border: 3px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#loginBox input.submit {
  height: auto;
}

#loginBox .loader {
  display: block;
  margin: 10px auto;
  text-align: center;
  vertical-align: middle;
}

#loginBox .box-content {
  position: relative;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#loginBox .box-top {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 466px;
  height: 110px;
  background: url(../images/bg_popup_top.png) no-repeat center top;
}
#loginBox .box-bottom {
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 466px;
  height: 110px;
  background: url(../images/bg_popup_bottom.png) no-repeat center bottom;
}

/*===========  M E S S A G E  ================*/
.message {
  width: auto;
  margin: 10px 0px 20px;
}
.succ,
.fail {
  padding: 5px 10px;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #4e7a23;
  background-color: #c4e3af;
}
.fail {
  color: #9a3030;
  border: 1px solid #9a3030;
  background-color: #fbe3e4;
}
.succ h3,
.fail h3 {
  color: #4e7a23;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  font-size: 14px;
  background: url(../images/ico_ok.gif) no-repeat left 7px;
}
.fail h3 {
  color: #9a3030;
  background-image: url(../images/ico_error.gif);
}

/*===============  MOUSE TOOLTIP  ==========*/
a.tooltip,
a.tooltip:hover {
  text-decoration: none;
}
a.tooltip img {
  padding: 0px;
  margin: 0px;
  vertical-align: text-bottom;
}
#tooltip {
  position: absolute;
  z-index: 9999;
  color: #333;
  font-size: 12px;
  width: 180px;
}

#tooltip .tipHeader {
  height: 8px;
  background: url('../images/tipHeader.gif') no-repeat;
}

#tooltip .tipBody {
  text-align: center;
  background-color: #eee;
  padding: 5px 10px 5px 10px;
}

#tooltip .tipFooter {
  height: 8px;
  background: url('../images/tipFooter.gif') no-repeat;
}

.text-left #tooltip .tipBody {
  text-align: left;
}
.text-justify #tooltip .tipBody {
  text-align: justify;
}

#tooltip p {
  padding: 10px;
  text-align: left;
}

#tooltip.black .tipHeader {
  background-image: url(../images/tipHeader-black.gif);
}
#tooltip.black .tipFooter {
  background-image: url(../images/tipFooter-black.gif);
}
#tooltip.black .tipBody {
  color: #fff;
  background-color: #000;
}
/*============================================*/

/*-----------------------------------------------------------------------------------------------------*/

.hladajtextporadna {
  font: 11px/19px arial;
  font-weight: bold;
}

.right2 {
  text-align: right;
  padding-right: 5px;
  width: 125px;
  font-weight: bold;
  color: #686b5b;
}
.center {
  text-align: center;
  width: 125px;
  color: #7c756b;
}
.cntr {
  text-align: center;
}
.lft {
  text-align: left;
  color: #af4037;
}
.leftgray {
  text-align: left;
  background-color: #e5e5e5;
  width: 125px;
}
.rightgray {
  text-align: right;
  padding-right: 5px;
  background-color: #e5e5e5;
  width: 125px;
  font-weight: bold;
  color: #686b5b;
}
.podpisok {
  display: block;
  font-size: 11px;
  font-weight: normal;
  min-width: 580px;
  text-align: left;
}

#podmienky {
  background: #d0cab0;
  color: #b30800;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
#podmienky a:hover {
  text-decoration: underline;
}

#maincentersub {
  background-position: top left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 15px;
}

#akciovaponuka h2,
.akcianahlad h2,
.partneri h2 {
  padding: 0;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

dl,
dt,
dd {
  width: 125px;
  padding: 1px;
  margin: 0;
  border: 0;
  text-align: left;
}

.sornadpis {
  display: block;
  height: 55px;
  text-align: left;
}

.stred {
  text-align: right;
}
.sortext {
  display: block;
  height: 70px;
  font-size: 11px;
  color: #7c756b;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
  padding-top: 4px;
}
small {
  font-size: 9px;
  font-weight: normal;
}
.sortext p {
  padding: 0;
  margin: 0;
}
.okno {
  height: 105px;
  overflow: hidden;
}

.sorodkaz {
  text-align: right;
  padding-bottom: 3px;
  padding-right: 3px;
}

dl,
dt,
dd.porovnanie {
  width: 125px;
  padding: 0;
  margin: 1px;
  border: 0;
  text-align: left;
}

.porovnanie {
  float: left;
  color: #686b5b;
  width: 125px;
  padding: 0;
  margin: 2px;
  border: 0;
}

.akciapic {
  float: left;
  background: #fff;
  border: 1px solid #cbc8bf;
  border-top: 6px solid #cbc8bf;
  text-align: center;
  color: #527823;
  width: 133px;
  margin-top: 8px;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 8px;
  margin-right: 0px;
}

.list-new,
.list-new-last {
  cursor: pointer;
  /*float: left;*/
  background: transparent;
  /*width: 237px; 
	height: 310px;*/
  overflow: hidden;
  /*margin: 0 10px 10px 0;*/
  border: 1px solid #fff;
  position: relative;
}

.list-new-last {
  margin-right: 0px !important;
}

.list-new:hover,
.list-new-last:hover {
  border: 1px solid #323232 !important;
  /*background: url('../i/listing_prekrytie.png') no-repeat;*/
}

.akciapic2 dl,
.akciapic2 dt,
.akciapic2 dd {
  width: 120px;
  padding: 0;
  margin: 1px;
  border: 0;
}

.akciapic2 {
  display: block;
  background: #fff;
  border: 1px solid #cbc8bf;
  border-top: 6px solid #cbc8bf;
  text-align: center;
  color: #323232;
  width: 123px;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.akcianahlad,
.partneri {
  display: block;
  float: center;
  text-align: left;
  color: #42506d;
  padding: 0px;
  margin: 0px;
  margin-left: 8px;
  padding-bottom: 20px;
}

.porovnaniepic {
  float: left;
  border: 1px solid #8492b5;
  border-left: 3px solid #8492b5;
  text-align: center;
  color: #686b5b;
  width: 141px;
  height: 150px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
}

.porovnanielink:link {
  text-decoration: none;
  font: normal bold 11px Arial;
  color: #808080;
}
.porovnanielink:visited {
  text-decoration: none;
  font: normal bold 11px Arial;
  color: #808080;
}
a.porovnanielink:hover {
  text-decoration: underline;
  color: #000000;
}
.porovnanielink:active {
  text-decoration: none;
  font: normal bold 11px Arial;
  color: #808080;
}

.katinfo {
  border: 1px solid #8492b5;
  border-left: 3px solid #8492b5;
  text-align: left;
  color: #686b5b;
  width: 450px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
}

.katnadpis {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #b30800;
  background: transparent;
}

.akciafoto {
  border: 0px solid #b30800;
  margin: 0px 0px 0px 0px;
}

.add,
.add a {
  float: right;
  display: block;
  width: 28px;
  height: 28px;
  background: url('../i/add3.gif') no-repeat;
}
/*
.add a {
display: block;
width: 28px;
height: 28px;
background: url("../i/add3.gif") no-repeat;
}
*/
.add a:hover {
  background: url('../i/add3.gif') no-repeat;
  background-position: -28px 0px;
}

.nahladfoto {
  border: 1px solid #b30800;
  margin: 3px 0px 0px 3px;
}
.nahladfoto2 {
  border: 0px;
  margin: 0px 3px 0px 3px;
}

.hrdot {
  width: 150px;
  height: 4px;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #686b5b;
}

.akcia1 {
  padding: 0;
  margin: 4px 4px 4px 9px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #686b5b;
}

#rightnadpis {
  border-top: 4px solid #a79f91;
  padding-top: 5px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: bold;
}

.form {
  padding: 0;
  margin: 0;
}

.login {
  display: inline;
  height: 19px;
  width: 51px;
  text-align: right;
  vertical-align: top;
}

.loginbox {
  font-size: 12px;
  margin: 0 0 3px 0;
  padding: 2px;
  height: 15px;
  width: 105px;
}

.input {
  font-size: 12px;
  margin: 0px;
  padding: 2px;
  height: 15px;
  width: 129px;
}

.passbox {
  font-size: 12px;
  height: 15px;
  width: 50px;
  padding: 2px;
  margin: 0;
}

.nadpismain {
  display: block;
  height: 15px;
  /*background: url(../i/ns.gif) no-repeat;*/
  /*background-position: top left;*/
  margin-bottom: 10px;
  /*margin-left: 7px;*/
  /*padding-left: 15px;*/
  color: #323232;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

.nadpispodkategorie {
  display: block;
  height: 15px;
  /*background: url(../i/ns.gif) no-repeat; */
  /*background-position: top left; */
  /*margin-left: 7px;*/
  margin-bottom: 3px;
  /*padding-left: 17px; */
  color: #31550d;
  font-weight: normal;
  font-family: arial;
  font-size: 11px;
}

.nadpisprodukt {
  color: #31550d;
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.nadpisdetaily {
  display: block;
  height: 17px;
  /*background: url(../i/ns.gif) no-repeat;*/
  /*background-position: top left;*/
  margin-bottom: 10px;
  padding-left: 0px;
  /*padding-left: 17px;*/
  color: #323232;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

.nadpisvernost {
  display: block;
  height: 17px;
  /*background: url(../i/ns.gif) no-repeat;*/
  /*background-position: top left;*/
  margin: 0px;
  margin-bottom: 4px;
  /*padding-left: 17px;*/
  color: #31550d;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

.reklama {
  display: block;
  text-align: center;
}

.detail {
  width: 100%;
  border: 1px solid #8492b5;
  border-left: 3px solid #8492b5;
  text-align: left;
  color: #686b5b;
  margin: 8px;
  padding: 7px;
  min-height: 250px;
  height: 250px;
}

.akcia {
  font-weight: bold;
  color: #b30800;
  font-size: 14px;
}

.kus {
  font-size: 12px;
  color: #b30800;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  margin: 0;
  height: 24px;
  width: 40px;
}

.inputtext {
  font-size: 12px;
  color: #b30800;
  font-weight: bold;
  vertical-align: middle;
  background-image: url(../i/formback.gif);
  background-repeat: repeat;
  border: 1px solid #474747;
}

.button {
  display: inline;
  cursor: hand;
  cursor: pointer;
  height: 19px;
  text-align: right;
  vertical-align: middle;
  vertical-align: top;
  margin-top: 2px;
  border: 0px;
}

.reply {
  width: 100%;
  padding: 14px;
  background: #fff;
}

.navigaciatop {
  height: 5px;
  background: #a69f91;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 3px;
}

.textpopis {
  display: block;
  border: 0px;
  background: #fff;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 7px;
  font-size: 12px;
  font-weight: normal;
  color: #4c4c4c;
}

.textpopis p {
  margin: 0;
  padding: 0;
}

.navigacia {
  display: block;
  height: 100%;
  border: 0px;
  background: #fff;
  margin-bottom: 6px;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
  padding: 7px;
  font-size: 12px;
  font-weight: normal;
  color: #004da4;
}

.navigacia a:link {
  color: #ff3600;
  text-decoration: underline;
  font-weight: normal;
}

.navigacia a:visited {
  color: #ff3600;
  text-decoration: underline;
  font-weight: normal;
}

.navigacia a:hover {
  color: #ff3600;
  text-decoration: underline;
  font-weight: normal;
}

.navigacia a:active {
  color: #ff3600;
  text-decoration: underline;
  font-weight: normal;
}

.nadpispodkategorie a:link {
  font-size: 11px;
  color: #ff3600;
  text-decoration: none;
}

.nadpispodkategorie a:visited {
  font-size: 11px;
  color: #ff3600;
  text-decoration: none;
}

.nadpispodkategorie a:hover {
  font-size: 11px;
  color: #ff3600;
  text-decoration: underline;
}

.nadpispodkategorie a:active {
  font-size: 11px;
  color: #ff3600;
  text-decoration: none;
}

.strankovanie {
  display: block;
  text-align: center;
  padding-top: 15px;
}

.nahlady {
  display: block;
  text-align: center;
  color: #686b5b;
  float: left;
}

.podrobnypopis {
  display: block;
}

.detailpopis {
  display: block;
  /*border: 1px solid #A69E91;
	border-top: 6px solid #A69E91;*/
  background: #fff;
  margin: 0;
  padding: 0;
  /*margin-left: 8px; margin-right: 8px; margin-bottom: 10px;*/
  padding-bottom: 10px;
  /*padding-top: 10px;*/
  vertical-align: top;
}

.detailfotky {
  display: block;
  float: left;
  width: 112px;
  padding: 0;
  margin: 0;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

.detailproduktu {
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #4c4c4c;
}

#copyright {
  background: #edf0e0;
  font: 12px/12px arial;
  text-align: center;
  padding: 10px 0 5px 0;
}

#obsah {
  font: 12px/14px arial;
  background: #edf0e0;
  text-align: left;
}

#obsah p {
  font: 12px/15px arial;
  font-weight: normal;
  text-align: left;
  padding: 0 14px 0px 14px;
  color: #000;
}

#obsah h1 {
  font: 14px/20px arial;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin: 14px;
  padding-left: 8px;
  border-left: 6px solid #706e12;
  color: #31550d;
}

#obsah ul {
  display: block;
  list-style: square outside;
  padding: 0 10px 0 45px;
  padding-bottom: 9px;
  background: transparent;
  border: 0;
}

#obsah li {
  line-height: 13px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  background: transparent;
}

#obsah li a {
  border: 0;
  font-weight: bold;
  color: #706e12;
  background: transparent;
}

#obsah li a:hover {
  border: 0;
  font-weight: bold;
  color: #81a229;
}

#footleft,
#footright {
  background: #fff url(../i/footerback.gif) repeat-x top left;
  text-align: center;
}

#footmiddle {
  background: #fff url(../i/footerback.gif) repeat-x top left;
  text-align: right;
  font: 11px/44px Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  padding-right: 7px;
}

#footmiddle a:link,
#footmiddle a:visited {
  text-decoration: none;
  color: #fff;
}

#footmiddle a:hover,
#footmiddle a:active {
  text-decoration: underline;
  color: #fff;
}

.obrazok {
  display: block;
  text-align: center;
  margin-left: 4px;
  border-top: 0;
  border-bottom: 0;
  border-left: 6px solid #706e12;
  border-right: 6px solid #706e12;
}

.obrazok2 {
  display: inline;
  text-align: center;
  margin-left: 4px;
  border-top: 0;
  border-bottom: 0;
  border-left: 6px solid #706e12;
  border-right: 6px solid #706e12;
}

select.variantselect {
  text-align: left;
  font: normal normal 10px Arial;
  color: #000000;
}

td.variantselect {
  width: 350px;
  text-align: left;
  padding-bottom: 2px;
}

.reginput {
  font: normal normal 11px Arial;
  color: #000000;
  width: 150px;
}

.pokladnavisited {
  width: 107px;
  height: 30px;
  border: 0;
  margin: 0;
  background: url('../i/pokladnaoff.gif') no-repeat;
  font-size: 12px;
  color: #d0cab0;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.pokladnaon {
  width: 107px;
  height: 30px;
  border: 0;
  margin: 0;
  padding-top: 6px;
  background: url('../i/pokladnaon.gif') no-repeat top left;
  font-size: 12px;
  color: #fff;
  float: left;
  font-weight: bold;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
}

.pokladnaon a:link,
.pokladnaon a:visited,
.pokladnaon a:hover,
.pokladnaon a:active {
  color: #fff;
  text-decoration: none;
}

.pokladnaon a:hover,
.pokladnaon a:active {
  color: #f5f5f3;
  text-decoration: none;
}

.pokladnaoff {
  width: 107px;
  height: 28px;
  border: 0;
  margin: 0;
  padding-top: 8px;
  background: url('../i/pokladnaoff.gif') no-repeat;
  font-size: 11px;
  color: #c9c6bd;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.pokladnasuhrn {
  width: 108px;
  height: 28px;
  border: 0;
  margin: 0;
  padding-top: 8px;
  background: url('../i/pokladnasuhrn.gif') no-repeat;
  font-size: 11px;
  color: #c9c6bd;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

#katfilter {
  position: relative;
  top: -32px;
  left: -7px;
  float: right;
}
#vernostny {
  display: block;
  width: 205px;
  float: right;
  background: #fbfbfb;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #004da4;
  color: #686b5b;
  font-size: 11px;
  text-align: left;
}
.redbold {
  color: #b30800;
  font-weight: bold;
}

.naj-sk {
  float: right;
  margin-top: 15px;
}
.baneriky {
  margin-bottom: 5px;
}

/*#topmenu {
width: 180px;
display: block;
height: 11px;
font-size: 9px;
background: url("../i/menutop.gif") repeat-x top left;
}*/

.partnerslink {
  font-weight: bold;
  float: right;
  font-size: 10px;
}
.vpro img {
  border: 0;
}
.vpro a:link,
.vpro a:visited,
.vpro a:active {
  text-decoration: none;
  color: #004da4;
}
.vpro a:hover {
  color: #b30800;
  text-decoration: underline;
}
.ph1 {
  padding: 0 0 0 10px;
  margin: 0;
  color: #565656;
  font-size: 115%;
  font-weight: bold;
}
.ram_1,
.ram_2 {
  border: 1px solid #dedede;
  padding: 10px 10px 8px 10px;
  color: #00407e;
}

.ram_1 > a,
.ram_1 > span,
.ram_2 a,
.ram_2 span {
  float: left;
  display: block;
  padding: 2px;
  border: 1px solid white;
}

.ram_2 {
  border-top: 0;
}

.ram_1 > a:hover,
.ram_2 a:hover {
  color: #fff;
  background-color: #00407e;
  border: 1px solid #00407e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
}

.l_pad {
  padding-top: 3px;
  padding-right: 10px;
  float: left;
}
.r_pad {
  padding-left: 10px;
  float: right;
}
.l,
.str {
  float: left;
}
.c {
  clear: both;
}

.l a,
.str a {
  color: #575757;
  text-decoration: none;
  font-size: 90%;
}
.str a {
  font-size: 13px;
  font-weight: 300;
  padding: 2px 7px;
  display: block;
  float: left;
  margin-right: 5px;
  border: 1px solid #aaa;
  color: #00407e;
}
.strb {
  color: #575757;
  margin: 0px;
}
.ozn,
.str .ozn,
.str a:hover {
  background-color: #00407e;
  border: 1px solid #00407e;
  color: #fff;
}

.ram_1 > .ozn,
.ram_2 > .ozn {
  border-color: #323232;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.h_pad {
  padding-top: 3px;
}
.sel_1,
.sel_2 {
  border: 1px solid #929292;
  color: #575757;
  font-size: 90%;
}
.sel_1 {
  margin-right: 20px;
}
.zobrazenie {
  float: right;
  padding-top: 10px;
}

.hity,
.hity a {
  text-decoration: none;
  text-align: left;
  font-weight: normal;
}

.partner {
  padding-bottom: 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  position: absolute;
  width: 300px;
  height: 100px;
  font-size: 90%;
  top: 24px;
  display: none;
  z-index: 100;
}
#p1.partner {
  left: 230px;
}
#p2.partner {
  left: 372px;
}
#p3.partner {
  left: 504px;
}
#p4.partner {
  left: 632px;
}
.partner p {
  margin: 0;
  padding: 5px;
}

.list-new:hover .tovar {
  /*border-color: #e5e5e5;*/
}
.tovar {
  margin: 2px;
  padding: 5px;
  /*border: 5px solid #fff;*/
  overflow: hidden;
  display: block;
}

.tovar .p,
.tovar h2 {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin: 4px 0 1px 0;
  text-align: center;
  text-decoration: none;
  color: #323232;
}
.tovar .ti {
  /*height: 220px;
	width: 176px;*/
  display: block;
  margin: auto;
}
.tovar .cl {
  float: right;
  color: #f00;
  text-align: left;
  padding-left: 12px;
  /*width: 100px;*/
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.tovar .in {
  color: #686a5c;
  float: left;
  overflow: hidden;
  display: block;
  /*width: 224px;*/
  height: 76px;
  position: relative;
}
.cenaKosikBox {
  position: absolute;
  left: 0px;
  bottom: 0px;
  /*width: 224px;*/
  height: 24px;
}
.tovar .pos {
  margin-top: 15px;
  display: block;
}

.tovar .pop {
  padding: 5px 0 0;
  margin: 0;
  height: 30px;
  overflow: hidden;
  display: block;
  font-size: 11px;
  color: gray;
  text-align: center;
}

.tovar .ci {
  font-size: 15px;
  color: #323232;
}
.tovar .cm {
  font-size: 95%;
  color: #686a5c;
}
.tovar .cx {
  float: left;
  color: #808080;
  text-decoration: line-through;
  text-align: right;
  padding-right: 12px;
  /*width: 100px;*/
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.tovar .mini {
  font-size: 95%;
}
.clb {
  clear: both;
  display: block;
}
/*.pas{
	position: absolute;
	z-index: 85;
	width: 75px;
	height: 95px;
	margin-top: -315px;
	margin-left: 145px;
	display: block;
	pointer-events: none;
}*/
.pas {
  position: absolute;
  z-index: 85;
  width: 75px;
  height: 95px;
  top: 0px;
  right: 0px;
  display: block;
  pointer-events: none;
}
.pipas {
  margin-top: -239px !important;
  margin-left: 142px !important;
}
.pi1 {
  background-image: url(../i/zlava-20-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
}
.pi2 {
  background-image: url(../i/zlava-50-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
}
.pi3 {
  background: url('../images/pasik_novinka.png');
  width: 66px;
  height: 27px;
  top: auto;
  bottom: 80px;
}
.pi4 {
  background-image: url(../i/zlava-30-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
}
.pi5 {
  background-image: url(../i/zlava-10-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
}
.pi6 {
  background-image: url(../i/zlava-70-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
  /*margin-top: -330px;
	margin-left: 163px;*/
}
.pi7 {
  background-image: url(../i/zlava-40-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
  /*margin-top: -330px;
	margin-left: 163px;*/
}
.pi8 {
  background-image: url(../i/zlava-60-ico-2018.png);
  background-repeat: no-repeat;
  background-position-y: 15px;
  width: 63px;
  height: 50px;
  /*margin-top: -330px;
	margin-left: 163px;*/
}
.r {
  float: right;
}
.nopa p {
  padding: 0 0 5px 0;
  margin: 0;
}

.p {
  text-align: center;
}

/* DIALOG FORM */
.dialog-box {
  display: none;
}
.dialog-box label {
  margin-right: 10px;
  font-weight: bold;
}
.dialog-box select,
.dialog-box input,
.dialog-box textarea {
  width: 95%;
  height: auto;
}

div.box {
  float: left;
  margin: 0px 10px 20px;
  /*text-align: center;*/
}

.filter_kopa {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
}

.filter_kopa > div {
  padding: 4px 0 0;
}

.filter_kopa > div > label {
  cursor: pointer;
}

.filter_kopa > div > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.popular tr {
  cursor: pointer;
}

.heading-1 {
  font-size: 24px;
  font-weight: 600;
  color: #444444;
}

@media screen and (min-width: 1600px) and (min-height: 1000px) {
  .container--full {
    max-width: 1400px;
  }
}

/* Breadcrumb navigation */
.bread-crumb-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #444444;
}

.bread-crumb-nav__item {
  display: inline-block;
}

.bread-crumb-nav__item::after {
  content: '>';
  margin: 0 0.5em;
}

.bread-crumb-nav__item:last-child::after {
  content: '';
  display: none;
}

.bread-crumb-nav__item a {
  color: inherit;
  text-decoration: underline;
}

.bread-crumb-nav__item:last-child a {
  font-weight: 500;
}

.bread-crumb-nav__item a:hover {
  text-decoration: none;
}

.pagination {
  text-align: right;
}

.pagination__item {
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #444444;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  margin: 0 4px;
  user-select: none;
}

.pagination__item--active,
a.pagination__item:hover {
  background-color: #444444;
  color: #fff;
  text-decoration: none;
}

.pagination__item--dots {
  border: none;
}

.button-default {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  background-color: #fff;
  border: none;
  outline: 1px solid rgba(196, 196, 196, 0.75);
  border-radius: 4px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.button-default:disabled {
  opacity: 0.5;
}

.button-default > .badge {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  padding: 0;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #444444;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.button-default--active {
  background-color: #444444;
  outline: none;
  color: #fff;
  font-weight: 500;
}

.button-default--active > .badge {
  background-color: #fff;
  color: #444444;
}

.products-filter-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('/images/filter_settings_black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.button-default--active .products-filter-icon {
  background-image: url('/images/filter_settings_white.svg');
}

.button-sort-by {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.sort-by-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('/images/sort_by_alpha.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-toggle {
  --color: #a0a0a0;
  font-size: 0.75rem;
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
  line-height: 1;
  padding: 4px 8px;
  border-radius: 16px;
}

.filter-toggle[data-toggle=akcia] {
  --color: #e10b89;
}

.filter-toggle[data-toggle=novinka] {
  --color: #7ab026;
}

.filter-toggle[data-toggle=vypredaj] {
  --color: #b02626;
}

.filter-toggle[data-active="1"] {
  background-color:var(--color);
  color: #fff;
}

.button-default--dropdown:first-of-type {
  margin-left: 0 !important;
}

.filter-box {
  position: absolute;
  width: 320px;
  max-width: 100%;
  max-height: 50vh;
  padding: 16px;
  margin: -0.25rem 0 0 0;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  overflow-y: auto;
}

.filter-box input {
  margin-right: 10px;
}

.filter-box > li {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-box i {
  font-size: 12px;
  font-style: normal;
}

.filter-box--colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.filter-box--colors > label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.filter-box--colors > label > input,
.filter-box--sizes > label > input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.filter-box--colors > label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-right: 10px;
}

.filter-box--colors > label > span::after {
  display: none;
  width: 20px;
  height: 20px;
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.8));
}

.filter-box--colors > label > input:checked ~ span::after {
  display: inline-block;
  content: '\f00c';
}

.filter-box--sizes {
  display: flex;
  flex-wrap: wrap;
}

.filter-box--sizes > label {
  display: inline-block;
  min-width: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #444444;
  border-radius: 3px;
  background-color: #fff;
  color: #444444;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.filter-box--sizes > label.is-checked {
  background-color: #444444;
  color: #fff;
}

.filter-box--sizes > label > span {
  display: block;
}

.filter-box--sizes > label > i {
  font-size: 12px;
  font-style: normal;
}

.filter-box--sort-by {
  width: 260px;
  max-width: 90vw;
  margin-top: 10px;
}

.filter-box--sort-by > li {
  margin-bottom: 5px;
  cursor: pointer;
}

.filter-box--sort-by > li:last-child {
  margin-bottom: 0;
}

.filter-box--sort-by > li.selected {
  font-weight: 500;
}

.filter-box--sort-by > li.selected::before {
  content: '>';
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .filter-box--sort-by {
    right: 0px;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-box {
    position: static;
  }
}

/* Product Card */
.product-card__photo {
  display: block;
  position: relative;
  padding-top: 125%;
  overflow: hidden;
  border-radius: 4px;
}

.product-card__badges {
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
}

.product-card__badge {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  background-color: #7ab026;
  border-radius: 4px;
}

.product-card__badge:last-child {
  margin-bottom: 0;
}

.product-card__badge.sale-level-1 {
  background-color: #e10b89;
  color: #fff;
}

.product-card__badge.sale-level-2 {
  background-color: #124fa0;
  color: #fff;
}

.product-card__badge.sale-level-3 {
  background-color: #b02626;
  color: #fff;
}

.product-card__badge.sale-level-4 {
  background-color: #eee219;
  color: #000;
}

.product-card__photo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.25s ease-in;
}

.product-card__photo > img:hover {
  transform: scale(1.1);
}

.product-card__variants {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: 0px;
  top: 50%;
  width: 100%;
  padding: 20px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  color: #000;
  text-align: center;
}

.product-card:hover .product-card__variants {
  display: block;
}

.product-card__name {
  display: block;
  height: 2.8em;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #444444;
  text-align: center;
  overflow: hidden;
}

.product-card__name > a {
  color: inherit;
}

.product-card__name > a:hover {
  color: inherit;
}

.product-card__price {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #444444;
}

.product-card__price > * {
  display: inline-block;
}

.product-card__price-orig {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-card__price-full--sale {
  color: #ff0000;
}

@media only screen and (max-width: 992px) {
  .product-card__name {
    height: 4.2em;
  }
}


/* Slider */
.slider__container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 540px) {
  .slider__container {
    padding-bottom: 42.75%;
  }
}

.slider__item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: #444444;
  overflow: hidden;
}

.slider__item--ready {
  display: none;
}

.slider__item--ready.active {
  display: block;
}

.slider__item.slide-in {
  display: block;
  z-index: 200;
  animation: slider-slide-in 0.5s linear 0s;
}

.slider__item.slide-out {
  display: block;
  z-index: 100;
  animation: slider-slide-out 0.5s linear 0s;
}

@keyframes slider-slide-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slider-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__banner {
  position: relative;
  width: 100%;
  padding-bottom: 46.71%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: #444444;
  overflow: hidden;
}

.slider__banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.loading {
  overflow-y: hidden;
}

body.loading::before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}

body.loading::after {
  content: '\f1ce';
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 48px;
  color: #444444;
  align-items: center;
  justify-content: center;
  animation: spinner 1s linear 0s infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.shop-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
}

.shop-actions__action {
  display: flex;
  align-items: center;
  margin: 10px;
  transition: all ease-in 0.25s;
}

.shop-actions__action:hover {
  transform: scale(1.05);
}

.shop-actions__action:hover {
  text-decoration: none;
}

.shop-actions__action-icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  object-fit: contain;
}

.shop-actions__action-info {
  font-size: 14px;
  line-height: 1.4;
  color: #444444;
}

.shop-actions__action-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.shop-actions__action-text {
  font-weight: 300;
}

.footer {
  background-color: #00407e;
  color: #fff;
}

.footer a,
.footer a:hover {
  color: inherit;
  font-weight: 400;
}

.footer__logo {
  width: 200px;
  max-width: 90%;
}

.footer__contact {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.footer__contact a {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
}

.footer__social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.footer__social-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__info {
  font-size: 18px;
  font-weight: 300;
}

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links-item {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 12px;
}

.footer__links-item:last-child {
  margin-bottom: 0;
}

.footer__brands {
  column-count: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__brands-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 5px;
}

.footer__brands-item:last-child {
  margin-bottom: 0;
}

/* Header */
.header {
  display: block;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

.header--scrolled {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.header__menu-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.header__back {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #444444;
  cursor: pointer;
}

.header__logo {
  flex: 0 0 auto;
  width: 150px;
  max-width: 30vw;
}

.header__search-box {
  flex: 1 1 auto;
  text-align: center;
}

.search-box {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}

.search-box__form,
.header--search-active .search-box__form {
  display: flex;
  align-items: center;
  margin: 0;
  border: 1px solid #00407e;
  background-color: #00407e;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.search-box__input {
  flex: 1 1 auto;
  width: 100%;
  height: 32px;
  background-color: #fff;
  color: #444444;
  padding: 2px 5px;
  box-shadow: none;
  border: none;
}

.search-box__search-icon,
.header--search-active .search-box__search-icon {
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.header__action {
  display: inline-block;
  position: relative;
}

.header__action:last-child {
  margin-right: 0;
}

.header__action-badge {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  background-color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.header__action--user {
  position: relative;
}

.header__user-menu {
  display: none;
  position: absolute;
  top: 24px;
  right: -8px;
  padding: 5px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

.header__action--user.header__action--open-menu .header__user-menu {
  display: block;
}

.header__user-menu-item a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}

.header__user-menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .search-box__form {
    border: none;
    background-color: transparent;
    color: #00407e;
    justify-content: flex-end;
  }

  .search-box__input {
    display: none;
  }

  .search-box__search-icon {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
  }

  .header--search-active .header__logo,
  .header--search-active .header__actions,
  .header--search-active .header__menu-icon {
    display: none;
  }

  .header--search-active .search-box__input,
  .header--search-active .header__back {
    display: inline-block;
  }

  .header__user-menu {
    position: fixed;
    right: 16px;
    top: 56px;
  }
}

/* Navigation */
.navigation {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2000;
  border-radius: 4px;
}

.navigation--open {
  display: block;
}

.navigation__list {
  display: block;
  box-sizing: border-box;
  width: 400px;
  max-width: 100vw;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  overscroll-behavior: contain;
}

.navigation--open .navigation__list {
  animation: navigation-slide-in 0.25s linear 0s;
}

.navigation__item {
  display: block;
}

.navigation__item-title,
.navigation__item-title:active,
.navigation__item-title:hover {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444444;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
}

.navigation__item--with-submenu .navigation__item-title::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
}

.navigation__item--open .navigation__item-title {
  background-color: #eeeeee;
}

.navigation__item--open .navigation__item-title::after {
  content: '\f077';
}

.navigation__item--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.navigation__back {
  margin-right: 20px;
  color: #444444;
}

.navigation__logo {
  width: 110px;
}

.navigation__submenu {
  display: none;
}

.navigation__item--open .navigation__submenu {
  display: block;
}

.navigation__submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation__submenu-item {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
}

.navigation__submenu-title {
  font-weight: 500;
  color: #444444;
  white-space: nowrap;
}

.navigation__submenu-heading {
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f5f5f5;
  color: #444444;
}

@keyframes navigation-slide-in {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@media screen and (min-width: 992px) {
  .navigation {
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding: 0 20px;
    background-color: #00407e;
    color: #fff;
  }

  .navigation__list {
    display: flex;
    width: auto;
    max-width: none;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    background-color: transparent;
  }

  .navigation__item {
    display: inline-block;
    position: relative;
    margin-right: 40px;
  }

  .navigation__item-title,
  .navigation__item-title:hover {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    line-height: 3.25em;
    border: none;
  }

  .navigation__item-title::after {
    display: none;
  }

  .navigation__item--open .navigation__item-title {
    background-color: transparent;
  }

  .navigation__item--highlight {
    color: #ffe600;
  }

  .navigation__submenu {
    display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }

  .navigation__item--open .navigation__submenu {
    display: none;
  }

  .navigation__submenu-heading {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444444;
    background-color: transparent;
  }

  .navigation__item:hover .navigation__submenu {
    display: block;
  }

  .navigation__submenu-list {
    list-style: none;
    column-count: 4;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }

  .navigation__submenu-list:last-child {
    margin-bottom: 0;
  }

  .navigation__submenu-item {
    box-sizing: border-box;
    padding: 0;
    border: none;
  }

  .navigation__submenu-title {
    display: inline-block;
    margin: 8px 10px 8px 0;
    font-weight: 400;
  }

  .navigation__submenu-title:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.87);
  }
}

/* Top brands */
.top-brands {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
  list-style: none;
}

.top-brands__item {
  flex: 1 1 3rem;
  width: 70px;
  height: 40px;
  display: inline-block;
  transition: all ease-in .2s;
  font-size: 8px;
  text-align: center;
}

.top-brands__item:hover {
  transform: scale(1.25);
}

.top-brands__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Search box */
.search-box__results {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  transform: translateX(-50%);
  text-align: left;
}

.search-box__results::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 0;
  background-color: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
}

.search-box__results-items {
  display: flex;
  padding: 10px;
  gap: 10px;
}

.search-box__results-group {
  flex: 1 1 auto;
  min-width: 150px;
}

.search-box__results-group--categories {
  padding-left: 10px;
  border-left: 1px solid #f0f0f0;
}

.search-box__results-group-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}

.search-box__products-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.search-box__product {
  display: flex;
  width: 240px;
  color: #444444;
  font-size: 12px;
}

.search-box__product:hover {
  text-decoration: none;
  color: #444444;
}

.search-box__product-image {
  display: inline-block;
  flex: 0 0 auto;
  width: 40px;
  height: 50px;
  object-fit: cover;
  margin-right: 5px;
}

.search-box__product-details {
  flex: 1 1 auto;
  width: 200px;
}

.search-box__product-title {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-box__product:hover .search-box__product-title {
  text-decoration: underline;
}

.search-box__product-price {
  display: block;
  text-align: left;
}

.search-box__product-price>* {
  margin-right: 5px;
}

.search-box__product-price-orig {
  text-decoration: line-through;
}

.search-box__product-price-full {

}

.search-box__product-price-sale {
  color: #ff0000;
  font-size: 1.2em;
}

.search-box__product-price-orig::after,
.search-box__product-price-full::after,
.search-box__product-price-sale::after {
  content: '€';
}

.search-box__product-price-sale-percent {
  display: inline-block;
  background: silver;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.75em;
  vertical-align: bottom;
}

.search-box__product-price-sale-percent.sale-1 {
  background-color: #e10b89;
  color: #fff;
}

.search-box__product-price-sale-percent.sale-2 {
  background-color: #124fa0;
  color: #fff;
}

.search-box__product-price-sale-percent.sale-3 {
  background-color: #b02626;
  color: #fff;
}

.search-box__product-price-sale-percent.sale-4 {
  background-color: #eee219;
  color: #000;
}

.search-box__product-price-sale-percent::before {
  content: "-";
}

.search-box__product-price-sale-percent::after {
  content: "%";
}

.search-box__categories-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

a.search-box__category {
  font-size: 12px;
  color: #444444;
  text-decoration: none;
}

.search-box__category-title {
  margin-left: 5px;
}

.search-box__category:hover .search-box__category-title {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .search-box__results {
      width: 100vw;
  }

  .search-box__results-items {
      flex-direction: column-reverse;
  }

  .search-box__results-group--categories {
      padding-left: 0;
      padding-bottom: 10px;
      border-left: none;
      border-bottom: 1px solid #f0f0f0;
  }

  .search-box__categories-list {
      flex-direction: row;
      justify-content: space-between;
  }

  .search-box__category:nth-child(n+3) {
      display: none;
  }

  .search-box__products-list {
      grid-template-columns: 1fr;
  }

  .search-box__product {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
  }
}

/* Category list */
.category-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: .5rem;
}

.category-list__item {
  border-radius: .25rem;
  overflow: hidden;
}

.category-list__item > a {
  display: block;
  min-width: 4rem;
  max-width: 8rem;
  height: 100%;
  padding: .5rem .25rem;
  text-align: center;
}

.category-list__item > a:not(.ozn):hover {
  text-decoration: none;
  background-color: rgba(0, 64, 126, .1);
  color: rgba(0, 64, 126);
}

.category-list__item > a > i {
  /* color: rgba(0, 0, 0, .25); */
  display: inline-block;
  width: 100%;
  text-align: center;
  opacity: .5;
}


.category-list__item > a.ozn {
  color: #fff;
  border: none;
}

/* Return order */
.inputError {
  border-color:  #fab0a0;
}
.inputErrorText, #returnError {
  color: #fab0a0;
}