/*
Theme Name: Šablona
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

body {
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  top: auto !important;
  /*background-image: url('/img/zajac.jpg?2023');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed;*/
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.wrapper-home {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  width: 1430px;
}
.wrapper-home h2 {
    font-weight: 600;
    font-size: 26px;
}

.ad_wrapper{
  position: relative;
}
.ad_wrapper>a{
  position: absolute;
  top: 191px;
  z-index: 1000;
}
.ad_wrapper>a.ad_right{
  right: 0px;
}
.ad_wrapper>a.ad_second{
 top: 500px;
}

.ad_wrapper_mob{
  display: none;
  margin-bottom: 10px;
}
.ad_wrapper>a, .ad_wrapper_mob>a, .ad_recommended>a{
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
}
.ad_recommended{
  margin: 40px 0px;
}
.ad_recommended>a{
  display: block;
  float: left;
  margin: 5px;
  width: calc(25% - 10px);
}
.ad_recommended>a:hover{
  box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 20%);
}
@media (max-width: 780px) {
  .ad_recommended>a{
    width: calc(50% - 10px);
  }
}
@media (max-width: 430px) {
  .ad_recommended>a{
    width: calc(100% - 10px);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin-bottom: 20px;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
}

h1.underline-title,
h2.underline-title,
h3.underline-title,
h4.underline-title {
  position: relative;
  padding-bottom: 15px;
}

h1.underline-title:after,
h2.underline-title:after,
h3.underline-title:after,
h4.underline-title:after {
  content: ' ';
  width: 25px;
  height: 4px;
  background: #1869ae;
  position: absolute;
  left: 0;
  bottom: 0;
}

h1.underline-title.center:after,
h2.underline-title.center:after,
h3.underline-title.center:after,
h4.underline-title.center:after {
  left: 0;
  right: 0;
  margin: auto;
}

h1.underline,
h2.underline,
h3.underline,
h4.underline {
  display: inline-block;
    padding: 12px 40px 12px 40px;
    text-decoration: none;
    background-color: #1869ae;
    color: #FFF;
    margin-bottom: 20px;
}

h1.light-underline,
h2.light-underline,
h3.light-underline,
h4.light-underline {
  border-bottom: 1px solid #d5d7db;
  padding-bottom: 25px;
}

h1 {
  font-weight: 600;
  font-size: 25px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
a{
  border-bottom: 1px solid;
  text-decoration: none;

  &:hover{
   text-decoration: none;
   border-color: transparent;
  }
}*/
a,
button,
input[type="submit"],
a span,
ul li,
.product-detail img,
ul.categories li img,
button.slick-arrow {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* CLEAR BOTH ALTERNATIVE
&:after,&:before{
  clear: both;
  content: " ";
  display: table;      
}  
*/
.center-text {
  text-align: center;
}

hr {
  width: 100%;
  height: 1px;
  background: #d8dbde;
  border: none;
  margin: 15px 0;
  display: inline-block;
}
/* =Nav
-------------------------------------------------------------- */
.menu-wrap {
  background: #1869ae;
  min-height: 50px;
  z-index: 999999;
  /*&.fixed{
    position: fixed;
    top: 0;
    width: 100%;    
  }  */;
}

.menu-wrap:after,
.menu-wrap:before {
  clear: both;
  content: " ";
  display: table;
}

.nav-main {
  position: relative;
  width: 100%;
}

.nav-main ul li {
  font-size: 14px;
  display: inline-block;
  float: left;
  border-left: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
  /*position: relative;*/
  font-weight: 700;
}

.nav-main ul li:last-child {
  border-right: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-main ul li:before {
  content: ' ';
  position: relative;
  height: 3px;
  top: -3px;
  width: inherit;
  background: transparent;
  display: block;
}

.nav-main ul li a {
  padding: 26px 19px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.nav-main ul li:hover {
  background: #fff;
}

.nav-main ul li:hover a {
  color: #363b42;
}

.nav-main ul li:hover:before {
  /*content: ' ';
       position: absolute;
       top: -3px;
       width: 100%;
       height: 3px;
       background: @orange;*/
  background: #1869ae;
}

.nav-main ul li .sub-menus {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 1120px;
  z-index: 9;
  left: -1px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.nav-main ul li .sub-menus ul {
  padding: 15px 40px;
  width: 33.33%;
  min-width: 350px;
  display: inline-block;
  float: left;
  border-right: 1px solid #d3d6da;
  border-bottom: 1px solid #d3d6da;
  position: relative;
  background: #fff;
}

.nav-main ul li .sub-menus ul:nth-child(3n) {
  border-right: 0;
}

.nav-main ul li .sub-menus ul img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav-main ul li .sub-menus ul li {
  float: none;
  display: block;
  line-height: 1.7em;
}

.nav-main ul li .sub-menus ul li a {
  font-weight: 300;
  color: #959ba3;
  padding: 0;
}

.nav-main ul li .sub-menus ul li a:hover {
  color: #f39321;
}

.nav-main ul li .sub-menus ul li.title a {
  font-size: 16px;
  color: #363b42;
  margin-bottom: 7px;
  font-weight: 700;
}

.nav-main ul li .sub-menus ul li.title a:hover {
  color: #1869ae;
}

.nav-main ul li .sub-menus ul li.more {
  margin-top: 6px;
}

.nav-main ul li .sub-menus ul li.more a {
  font-style: italic;
  text-decoration: underline;
  /*text-decoration: none;
           border-bottom: 1px solid;*/;
}

.nav-main ul li .sub-menus ul li.more a:before {
  float: left;
  margin-right: 7px;
  content: '+';
  color: #ccd0d5;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-main ul li .sub-menus ul li.more a:hover {
  text-decoration: none;
  color: #959ba3;
  /*border-color: transparent;*/;
}

.nav-main ul li .sub-menus ul li.more a:hover:before {
  color: #9ea0a5;
}

.nav-main ul li .sub-menus ul li:before {
  display: none;
}

.nav-main ul li:hover > .sub-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.nav-main:after,
.nav-main:before {
  clear: both;
  content: " ";
  display: table;
}

.nav-trigger {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 5px;
}

.nav-trigger span.text {
  height: 40px;
  float: right;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  margin-left: 5px;
}

span.icon-menu {
  width: 40px;
  height: 40px;
  background: url(/images/menu.png);
  background-size: contain;
  display: inline-block;
  float: left;
}

.nav-mobile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 9999;
  position: relative;
  /*top: 50px;*/;
}

.nav-mobile ul {
  display: none;
  list-style-type: none;
  /*position: absolute;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #e5e5e5;
}

.nav-mobile li {
  display: block;
  border-bottom: 1px solid #ccc;
}

.nav-mobile li:last-child {
  border-right: none;
}

.nav-mobile li:first-child {
  border-top: 1px solid #ccc;
}

.nav-mobile a {
  display: block;
  color: #555;
  padding: 10px 30px;
  text-decoration: none;
  padding: 15px 0;
}

.nav-mobile a:hover,
.nav-mobile li.current-menu-item a {
  background-color: #1869ae;
  text-decoration: none;
  color: #fff;
}

.nav-mobile > ul > li > ul.submenu {
  background-color: #f1f1f1;
}

.nav-mobile > ul > li > ul.submenu > li:last-child {
  border-bottom: none;
}

.underline {
  text-decoration: underline;
}

.font-medium {
  font-weight: 600;
}

.header {
  padding: 15px 0 0px 0;
  z-index: 999;
  position: relative;
  width: 100%;
  text-align: center;
}

.header:after,
.header:before {
  clear: both;
  content: " ";
  display: table;
}

.header a.logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  float: left;
}

.header_new{
  text-align: left;
}
.header_new .logo>img{
  width: 230px;
  margin: -7px 0 0 0;
}
.header_new .header_icon{
  display: block;
  float: right;
  color: #1c2135;
  text-decoration: none;
  margin-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.header_new .header_icon.active, .header_new .header_icon:hover{
  color: #1869ae;
}
.header_new .header_icon>span{
  display: block;
  float: left;
  line-height: 26px;
}
.header_new .header_icon>.material-icons{
  margin-right: 2px;
}
.header_new .header_icon>.count{
right: auto !important;
    top: auto !important;
    font-size: 12px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 19px !important;
}
.header_new form#query{
  clear: right;
  margin-top: 0px;
  margin-left: 157px;
  height: 42px;
}
.header_new form#query>.material-icons{
  position: absolute;
  z-index: 1;
  color: #777f8a;
  margin: 8px;
}
.header_new form#query>.material-icons.active{
  color: #1869ae;
}
@media (max-width: 600px) {
  .header_new .logo>img{
    width: 163px;
    margin-bottom: 3px;
    margin-top: 0px;
  }
  .header_new .header_icon>.tooltip{
    display: none;
  }
  .header_new form#query{
    clear: both;
    margin-left: 0px;
  }
}

        .header_2023{
          display: flex;
          flex-direction: column;
        }
        .header_2023_top{
          display: flex;
        }
        .header_2023_top_right{
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          margin-top: 1px;
        }
        .header_2023_top_right_top {
          margin-left: 4%;
          margin-right: 5%;
        }

        .header_2023_top_right_bottom{
          display: flex;
          margin-top: 10px;
        }
        .header_2023_top_right_bottom>form#query{
          flex-grow: 1;
          margin-left: 15px;
        }
        .header_2023_top_right_bottom>div>a.header_icon>span{
          line-height: 40px;
          font-weight: 700;
        }
        .header_2023_top_right_bottom>div>a.header_icon>.material-icons{
          line-height: 40px;
          font-size: 40px;
        }
        .header_2023_top_right_bottom>div>a:first-child>span.count[data-count="0"]{
          display: none;
        }

@-webkit-keyframes mymove {
  from {
    top: -300px;
  }

  to {
    top: 0px;
  }
}

#header .header-inner {
  /*background: #fff;*/
  width: 100%;
  z-index: 999999;
  /*background: #fbfbfb;*/
  background-color: #fff;
  /*border-bottom: 1px solid #f7f0f0;*/
  /*padding-bottom: 10px;*/
}

#header .header-inner.fixed {
  /*position: fixed;
    top: 0 !important;*/
  -webkit-animation: mymove 0.5s;
  /* Safari 4.0 - 8.0 */
  animation: mymove 0.5s;
}

#header .count {
  font-size: 14px;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #1cb715;
  border-radius: 50%;
}

#header ul.header-menu {
  margin-top: 20px;
  margin-left: 20px;
}

#header ul.header-menu li {
  display: inline-block;
  line-height: 32px;
  /*margin-right: 20px;*/
}

#header ul.header-menu li a {
  color: #363b42;
  font-weight: 600;
  text-decoration: underline;
  /*text-decoration: none;
      border-bottom: 1px solid @darktext;*/;
}

#header ul.header-menu li a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

#header ul.header-menu li:last-child {
  margin-right: 0;
}

#header ul.header-menu.responsive {
  display: none;
  font-size: 0;
}

#header #show-search {
  cursor: pointer;
}

.responsive #header a.logo {
  display: block;
  float: none;
}

.responsive #header ul.header-menu {
  display: none;
}

.responsive #header ul.header-menu.responsive {
  float: left;
  display: block;
  margin-top: 10px;
}

.responsive #header ul.header-menu.responsive li {
  margin: 0;
}

.responsive #header span.count {
  background: #fff;
  color: #1869ae;
  width: 24px;
  height: 24px;
  top: -7px;
}

.responsive #header form.form {
  max-width: 100%;
  display: none;
}

.responsive #header .header-inner.fixed .header {
  padding: 10px 0;
}

.responsive #header .header-inner.fixed .header a.logo img {
  height: 40px;
  width: auto;
}

span.icons-basic {
  position: relative;
  background: url(/images/icons-basic.png);
  width: 30px;
  height: 32px;
  margin-right: 20px;
  display: inline-block;
  float: left;
  z-index: 1;
}

span.icons-basic.person {
  width: 27px;
  background-position: 0 0;
}

span.icons-basic.person.white {
  width: 25px;
  height: 30px;
  background-position: 0 -32px;
}

span.icons-basic.basket {
  background-position: -27px 0;
}

span.icons-basic.basket.white {
  width: 28px;
  height: 30px;
  background-position: -27px -32px;
}

span.icons-basic.search {
  width: 24px;
  height: 24px;
  background-position: -59px -8px;
}

span.icons-basic.search.white {
  width: 30px;
  height: 30px;
  background-position: -59px -32px;
}

span.icons-basic.envelope {
  width: 24px;
  height: 18px;
  background-position: -84px -14px;
}

form.form {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  width: 100%;
  max-width: 500px;
 /* border: 1px solid #d0d3d7;*/
  border-radius: 5px;
}

form.form.newsletter {
  max-width: 670px;
}

form.form span.icons-basic {
  margin: 16px;
}

form.form span.icons-basic.envelope {
  margin: 19px;
}

form.form input {
  position: absolute;
  /*width: 50%;*/
  left: 0;
  line-height: 55px;
  padding: 0 10px;
  padding-left: 55px;
  height: 55px;
  border: none;
}

form.form select {
  position: absolute;
  width: 50%;
  line-height: 55px;
  padding: 0 10px;
  right: 0;
  font-size: 18px;
  padding-left: 10px;
  height: 55px;
  border: none;
  border-left: 1px solid #d0d3d7;
}

form.form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363b42;
}

form.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #363b42;
}

form.form :-ms-input-placeholder {
  /* IE 10+ */
  color: #363b42;
}

form.form :-moz-placeholder {
  /* Firefox 18- */
  color: #363b42;
}

form.form button {
  font-size: 16px;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  border: none;
  padding: 15px 30px;
  font-weight: 600;
  color: #fff;
  background: #2bb947;
  border-radius: 3px;
  cursor: pointer;
  height: 45px;
  font-family: "Nunito", sans-serif;
}

form.form button:hover {
  background-color: #00971a;
}

form.form ul#ac {
  z-index: 10;
  position: absolute;
  top: 56px;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #d0d3d7;
  border-radius: 5px;
}

form.form ul#ac:empty {
  border-width: 0px;
}

form.form ul#ac li {
  text-align: left;
}

form.form ul#ac li a {
  display: block;
  padding: 5px 10px;
  color: #3f4144;
  text-decoration: none;
}

form.form ul#ac li a:hover {
  background-color: #f5f5f5;
}

.slider-holder {
  background: #e5e8ed;
  overflow: hidden;
}

.slider-holder .slider {
  padding: 40px 0;
}

.slider-holder .slider .slide {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-holder .slider .slide .content,
.slider-holder .slider .slide .image {
  width: 50%;
}

.slider-holder .slider .slide .content img,
.slider-holder .slider .slide .image img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.slider-holder .slider .slide .content p,
.slider-holder .slider .slide .image p {
  margin-bottom: 30px;
}

.slider-holder .slider .slide .content {
  font-size: 44px;
}

.slider-holder .slider button {
  cursor: pointer;
  outline: 0;
  border: none;
}

.slider-holder .slider button.slick-arrow {
  position: absolute;
  /*background: url(/images/arrow-slider.png);*/
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  border-bottom: 2px solid #cfd3da;
  border-left: 2px solid #cfd3da;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-holder .slider button.slick-arrow.slick-prev {
  left: -150px;
}

.slider-holder .slider button.slick-arrow.slick-next {
  right: -150px;
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slider-holder .slider button.slick-arrow:hover {
  border-color: #aeb3bb;
}

.slider-holder .slider ul.slick-dots {
  text-align: center;
  margin: 0 auto;
}

.slider-holder .slider ul.slick-dots li {
  display: inline-block;
  margin: 4px;
}

.slider-holder .slider ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cfd3da;
  padding: 0;
  font-size: 0;
  float: left;
}

.slider-holder .slider ul.slick-dots li button:hover {
  background: #777f8a;
}

.slider-holder .slider ul.slick-dots li.slick-active button {
  background: #777f8a;
}

.kat-search {
    width: calc(25% - 10px) !important;
  }

.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff !important;
  font-size: 18px;
  padding: 14px 40px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn.red {
  background: #cb0e2d;
}

.btn.red:hover {
  background: #aa0b25;
}

.btn.orange {
  background: #2bb947;
}

.btn.orange:hover {
  background: #00971a;
}

.btn.green {
  background: #45c419;
}

.btn.green:hover {
  background: #398b1c;
}

.btn.blue {
  background: #2a5ff6;
}

.btn.blue:hover {
  background: #0d3ecc;
}

.btn.zlavovy_kod {
  font-size: 14px;
  padding: 11px 20px;
}

.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.75;
}
center>.btn{
  margin: 5px;
}

div#price-filter:before,
div#price-filter:after {
  clear: both;
  content: " ";
  display: table;
}

div#price-filter > div {
  display: flex;
  justify-content: space-between;
}

div#price-filter > div > div.price-value {
  font-size: 14px;
}

div#price-filter > div > div#price-slider {
  flex-grow: 1;
  margin: 0px 30px;
}

.gg-chevron-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px
}
.gg-chevron-down-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 5px
}
.gg-chevron-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px
}
.gg-chevron-up-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  bottom: 5px
}

div#filters_title{
  display: inline-block;
  font-weight: bold;
  color: #1869ae;
  cursor: pointer;
}
div#filters_title>i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

div#filters{
  margin: 10px 0px;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
}
div#filters.visible{
  display: flex;
}

div#filters:before,
div#filters:after {
  clear: both;
  content: " ";
  display: table;
}

div#filters > div.filter {
  display: block;
  float: left;
  font-size: 14px;
  margin: 2px;
  padding: 10px;
  border: 1px solid #d8dbde;
  border-radius: 5px;
  width: calc(33.33% - 4px);
}
div#filters > div.filter.active{
  background-color: #d4ebff;
}
div#filters > div.filter.not_required{
  opacity: 0.6;
  /*pointer-events: none;*/
}

div#filters > div.filter > strong {
  display: block;
}

div#filters > div.filter > input, div#filters > div.filter > select, div#filters > div.filter > select + .ts-wrapper {
  margin-top: 5px;
  display: none;
}

/*div#filters > div.filter:visible:nth-child(3n+1) {
  clear: both;
}*/

div#activate_filters{
  display: none;
}
div#activate_filters:before,
div#activate_filters:after {
  clear: both;
  content: " ";
  display: table;
}

/*div#activate_filters > a, a.filtre {*/
div#activate_filters > a.activate{
  display: block;
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #1869ae;
  border-radius: 5px;
  padding: 10px 20px;
}
div#activate_filters > a.reset{
  float: left;
  font-size: 14px;
  padding: 10px 0px;
}

/*div#activate_filters > a:hover {*/
div#activate_filters > a.activate:hover {
  background-color: #1869ae;
}
/*
div#activate_filters > a.reset, a.filtre {
  float: left;
  background-color: #aaa;
}
a.filtre{
  float: none;
  display: inline-block;
}
div#activate_filters > a.reset:hover, a.filtre:hover {
  background-color: #777;
}
*/
.param_name{
  cursor: pointer;
}
.gg-chevron-down-o-small, .gg-chevron-up-o-small{
	width: 19px;
	height: 19px;
}
.gg-chevron-down-o-small::after, .gg-chevron-up-o-small::after{
	width: 5px;
	height: 5px;
	left: 5px;
}
.gg-chevron-down-o-small::after{
	top: 4px
}
.gg-chevron-up-o-small::after{
	bottom: 4px
}
.param_name>i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
/*
.param_name:after{
  display: inline-block;
  margin-left: 5px;
}
.param_name.closed:after{
  content: "+";
}
.param_name.open:after{
  content: "-";
}
*/

span.products-count {
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 20px;
}

.products {
  text-align: center;
  font-size: 0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products .product {
  width: 20%;
  min-width: 140px;
  min-height: 240px;
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 16px;
  vertical-align: top;
  color: #363b42;
  position: relative;
  padding-bottom: 100px;
  background-color: #ffffff;
  text-decoration: none;
  background: radial-gradient(58.18% 4.41% at 50.18% 0,rgba(0,0,0,.07) 0,transparent 100%);
}


@media screen and (max-width: 595px) {
  .products .product {
    width: 33%;
  }
}
@media screen and (max-width: 456px) {
  .products .product {
    width: 50%;
  }
}
.products .product:hover>h3{
  text-decoration: underline;
  color: #1869ae;
}

.products .product .image {
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products .product .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.products .product .title {
  font-size: 16px;
  text-align: left;
}

.products .product:hover {
  -webkit-box-shadow: 0px 0px 30px 3px rgb(148 178 241 / 35%);
  box-shadow: 0px 0px 29px 3px rgb(148 178 241 / 35%);
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.products .product .meta {
  margin: 0 -15px;
  margin-top: 15px;
  padding: 11px 0;
  /*border-top: 1px solid #e9e9eb;*/
  position: absolute;
  bottom: 0;
  height: 95px;
  width: 100%;
}

.products .product .meta .stock {
  color: #36cb0e;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  margin: 14px 0;
}

.products .product .meta .stock .info {
  display: block;
  font-weight: 700;
}

.products .product .meta .stock .pieces {
  display: block;
}

.products .product .meta .price {
  float: left;
  text-align: left;
  margin-left: 12px;
  font-size: 15px;
}

.products .product .meta .price .before {
  display: block;
  font-weight: 600;
  color: #9ea2a9;
  text-decoration: line-through;
}


.products .product .meta .price .current-price {
  display: block;
  font-weight: 800;
  font-size: 22px;
  color: #363b42;
}
.products .product .meta .price .current-price .current-price-od{
  font-size: 15px;
  font-weight: 600;
}

.products .product .meta .buybutton {
  margin-right: 24px;
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 1.2em;
}
.products .product .meta .buybutton input {
background-color: #1869ae;
color:#FFF;
border:0px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  border-radius: 5px;
    padding: 10px 15px;
    font-weight: 600;
}

.products .product .meta .buybutton input:hover {
background: #044984;
}
@media (max-width: 456px) {
  .products .product .meta .buybutton input {
    font-size: 12px;
    padding: 7px 7px;
}
  .products .product .meta .buybutton {
    margin-right: 8px;
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 1.2em;
}
}

.products .product .meta:after,
.products .product .meta:before {
  clear: both;
  content: " ";
  display: table;
}

.products .product span.discount {
  background: #cb0e2d;
    color: #FFF;
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: 600;
}

.products .product span.delivery {
background: #15a92c;
    color: #FFF;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
}

ul.stars {
  display: inline-block;
  margin: 15px 0;
}

ul.stars li {
  background: url(/images/stars.png);
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 15px;
  margin: 0;
}

ul.stars li.empty-star {
  background-position: 16px 0;
}

ul.stars li:last-child {
  margin-right: 0;
}

section {
  text-align: center;
  margin: 15px 0;
}

section:after,
section:before {
  clear: both;
  content: " ";
  display: table;
}

section ul.category-links {
  text-align: center;
  margin: 40px auto;
  font-size: 0;
}

section ul.category-links li {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  border-bottom: 4px solid #e7e9eb;
  width: 270px;
  height: 60px;
  font-weight: 600;
}

section ul.category-links li a {
  color: #363b42;
  text-decoration: none;
  display: block;
  line-height: 56px;
}

section ul.category-links li.active,
section ul.category-links li:hover {
  border-color: #1869ae;
}

section ul.category-links:after,
section ul.category-links:before {
  clear: both;
  content: " ";
  display: table;
}

section h2 {
	display: inline-block;
    font-weight: 600;
    font-size: 26px;
    background-color: #1869ae;
    color: #FFF;
    margin-top: 20px;
    padding: 12px 40px 12px 40px;
}

section ul.categories {
  margin: 30px 0;
  font-size: 0;
}

section ul.categories li {
  font-size: 18px;
  width: 169px;
  height: 169px;
  line-height: 169px;
  margin: 8px;
  display: inline-block;
  border-radius: 50%;
  font-weight: 600;
  border: 1px solid #d0d3d7;
  position: relative;
}

section ul.categories li img {
  position: absolute;
  left: 0;
  top: 0;
}

section ul.categories li span {
  position: relative;
  z-index: 1;
}

section ul.categories li a {
  display: block;
  text-decoration: none;
  z-index: 999;
  color: #fff;
}
section ul.categories li a:hover{
  color: #1869ae;
}

span.icons-advantages {
  position: relative;
  background: url("/images/icons-advantages.png?202404");
  width: 100px;
  height: 100px;
  display: inline-block;
}

span.icons-advantages.cart {
  width: 100px;
  background-position: 0 0;
}

span.icons-advantages.car {
  background-position: -100px 0;
}

span.icons-advantages.box {
  width: 100px;
  background-position: -400px 0;
}

span.icons-advantages.wallet {
  background-position: -204px 0;
}

span.icons-advantages.thumb-up {
  background-position: -306px 0;
}

.dark-bg {
  background-color: #363b42;
  background-color: rgba(54,59,66,0.75);
}

.dark-bg:after,
.dark-bg:before {
  clear: both;
  content: " ";
  display: table;
}

ul.advantages {
  padding: 25px 0 10px 0;
  text-align: center;
  font-size: 0;
}

ul.advantages li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  width: calc(100% / 5);
  min-width: 150px;
}

ul.advantages li p {
  font-size: 17px;
  font-weight: 700;
  color: #151618;
}

ul.advantages li span.icons-advantages {
  margin-bottom: 15px;
}

.footer {
  padding: 50px 0;
}

.footer.border {
 /* border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;*/
  background-color: #2a314a;
  box-shadow: 0px -2px 8px 4px rgb(31 27 27 / 22%);
}
}

.footer ul {
  text-align: left;
}

.footer ul li {
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.footer ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9em;
  /*border-bottom: 1px solid #777f8a;
      text-decoration: none;*/;
}

.footer ul li a:hover {
  /*border-color: transparent;*/
  text-decoration: underline;
}

.footer h4 {
  text-align: left;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 1.5625rem;
}

.footer a.logo {
  margin-right: 30px;
  font-size: 0;
  float: left;
}

.footer span {
  line-height: 2.5em;
  margin-right: 30px;
  float: left;
}

.footer span.copy {
  margin-right: 0;
  float: right;
}

.footer ul.socials {
  display: inline-block;
  font-size: 0;
  margin-top: 5px;
}

.footer ul.socials li {
  display: inline-block;
}

.footer ul.socials li a span {
  opacity: 0.5;
}

.footer ul.socials li a:hover span {
  opacity: 1;
}

.cols-4 {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols-4 .col {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: 25%;
  min-width: 200px;
  margin: 20px 0;
  padding: 10px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.cols-2-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  min-width: 300px;
}

.cols-2-home > div {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 40px 50px;
}

.cols-2-home a  {
 color:#FFF;
}

.cols-2-home a:hover  {
 text-decoration: none;
}

.cols-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  min-width: 300px;
}

.cols-2 > div {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.cols-2 > div:first-child {
  padding-right: 0px;
  border-right: 1px solid #d5d7db;
}

.cols-2 > div:last-child {
  padding: 10px 20px 30px 20px !important;
    background: #fafafa;
}
.row {
margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.col-sm-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
}
.col-sm-8 a:hover {
/*webkit-box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px none #000000;*/
-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 45%);
    position: relative;
    z-index: 1;
    text-decoration: none;

}
.col-sm-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    padding-left: 20px;
}

.col-sm-4  a:hover {
/*webkit-box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 1);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px none #000000;*/
-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 45%);
    position: relative;
    z-index: 1;
    text-decoration: none;

}

@media (max-width: 479px){

.col-sm-8 {
    width: 100%;
}

.col-sm-4 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 0px;
}
}


.form form {
  margin: 40px 0;
}

.form p {
  margin-bottom: 30px;
}

.form label {
  display: block;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-weight: 300;
}

.form input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d5d7db;
}

.form input[type="submit"] {
  border: none;
  background: #1869ae;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 14px;
  padding: 18px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type="submit"]:hover {
  background: #1869ae;
}

span.icons-social {
  background: url(/images/icons-social.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

span.icons-social.instagram {
  background-position: -40px 0;
}

span.icons-social.google-plus {
  background-position: -80px 0;
}

a.reset-pw {
  color: #363b42;
  font-size: 14px;
}

.container {
  padding: 25px 0;
  color: #363b42;
  /*&:after,&:before{
   clear: both;
   content: " ";
   display: table;      
  } */;
}

.container:after,
.container:before {
  clear: both;
  content: " ";
  display: table;
}

.container h2 {
  font-size: 20px;
}

.container a.login-button {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 18px;
  border-radius: 5px;
  margin: 20px 0;
}

.container a.login-button.facebook {
  background: #426dc6;
}

.container a.login-button.facebook:hover {
  background: #345db3;
}

.container a.login-button.google {
  background: #cd2a45;
}

.container a.login-button.google:hover {
  background: #ba233c;
}

.container .sidebar {
  width: 300px;
  float: left;
  margin-right: 30px;
  display: none;
}

.container .sidebar ul {
  padding: 0px;
  border-right: 1px solid #f0f0f0;
}

.container .sidebar ul li {
  /*&.active{
        a{
          &:before{
           content: '-';
          }
        }
       }*/
  /*}*/
  line-height: 1.5em;
  padding: 4px 7px;
}

.container .sidebar ul li > ul {
  display: none;
}

.container .sidebar ul li.active > ul {
  display: block;
}

.container .sidebar ul li.has-child > a:before {
  position: absolute;
  left: 0;
  content: '+';
}

.container .sidebar ul li.active > a {
  color: #1869ae;
  font-weight: bold;
}

.container .sidebar ul li.has-child.active > a:before {
  color: #1869ae;
  content: '-';
}

.container .sidebar ul li a {
 font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
    position: relative;
    padding-left: 0px;
  /*border-bottom: 1px solid #d8dbde;*/
}

.container .sidebar ul li a:hover {
  text-decoration: underline;
}

.container .sidebar ul li ul {
  padding: 0 0px;
  border: none;
  margin-bottom: 15px;
}

.container .sidebar ul li ul li a {
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

.container .content {
  /*width: calc(100% - 330px);*/
 /* display: inline-block;*/
}

.container .content .page ul,
.container .content .page ol {
  list-style-type: disc;
  margin-bottom: 30px;
  font-size: 14px;
}

.container .content .page ul li,
.container .content .page ol li {
  margin-left: 20px;
  line-height: 1.5em;
  /*margin-bottom: 20px;*/
  position: relative;
  /*color: #1869ae;*/
}

.container .content .page ul li p,
.container .content .page ol li p {
  color: #000;
}

.container .content .page ol {
  list-style-type: decimal;
}

.container .content .page ol li {
  padding-left: 5px;
}

.container .content .page a {
  color: #1869ae;
}

/*.container .content p {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 15px;
}*/

.product p.excerpt{
  margin-bottom: 0px;
  font-size: 13px;
  text-align: justify;
  overflow-wrap: break-word;
}

.container .content h1 {
  margin-bottom: 15px;
  margin-top:20px;
  color: #135791;
  font-weight: 800;
}
.f-carousel__slide {
  margin: 0 0 15px 0;
}

.trumbowyg-box{
  margin-bottom: 15px;
  min-height: auto !important;
}

.container .content .popis{
  margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
}
.popis_env{
  position: relative;
  padding-bottom: 20px;
}
.popis_env>#popis_kategorie{
  max-height: 40px;
  overflow: hidden;
}
/*.popis_env.open{
  padding-bottom: 0px;
}*/
.popis_env.open>#popis_kategorie{
  max-height: max-content;
  overflow: auto;
}
/*.popis_env:hover{
  padding-bottom: 0px;
}
.popis_env:hover>#popis_kategorie{
  max-height: max-content;
  overflow: auto;
}*/
/*.popis_env::after{
  content: "Zobraziť viac...";
  display: block;
  color: #1869ae;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}*/
/*.popis_env:hover::after{
  display: none;
}*/
a.popis_viac{
  display: block;
  color: #1869ae;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
a.popis_viac::before{
  content: "Viac textu";
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='rgb(8, 8, 8)' /></svg>");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 24px;
}
.popis_env.open>a.popis_viac::before{
  content: "Menej textu";
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.6569 16.2427L19.0711 14.8285L12.0001 7.75739L4.92896 14.8285L6.34317 16.2427L12.0001 10.5858L17.6569 16.2427Z' fill='rgb(8, 8, 8)' /></svg>");
}

.container .content h2 {
  font-size: 20px;
  color: #363b42;
  margin-bottom: 20px;
}

.container section {
  margin: 20px 0;
}

.container.category .products {
  margin-top: 0;
}

/*.container.category .products a.product {
  color: #363b42;
}*/

.container.category .products a.disabled {
  display: none;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #999999;
}

.product-detail .product-content {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  word-break: break-word;
  /*font-weight: 300;*/
  line-height: normal;
}

.product-detail .product-content h2 {
  margin: 15px 0 5px 0;
}

.product-detail .product-content > div{
  text-align: justify;
}

.product-detail .product-content p {
  font-size: 16px;
}

.product-detail ul.stars {
  margin-right: 20px;
}

.product-detail span.points {
  font-size: 14px;
}

.product-detail .cols-2 > div {
  border: none;
}

.product-detail .cols-2 > div .gallery-slider .slick-slide {
  text-align: center;
  outline: 0;
}

.product-detail .cols-2 > div .gallery-slider .slick-slide img {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.product-detail .cols-2 > div .gallery-slider button {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  /*background: url(/images/arrow-gallery.png) no-repeat center center;
       background-size: cover;*/
  position: absolute;
  top: 50%;
  z-index: 9;
  outline: 0;
  cursor: pointer;
  border-left: 1px solid #777f8a;
  border-bottom: 1px solid #777f8a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product-detail .cols-2 > div .gallery-slider button.slick-prev {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail .cols-2 > div .gallery-slider button.slick-next {
  right: 0;
}

.product-detail .cols-2 > div .gallery-slider button:hover {
  border-color: #1869ae;
}

.product-detail .cols-2 > div .gallery-nav .slick-slide {
  text-align: center;
  outline: 0;
  cursor: pointer;
  margin: 10px;
}

.product-detail .cols-2 > div .gallery-nav .slick-slide img {
  padding: 20px;
  border: 1px solid #d5d7db;
  border-radius: 4px;
  margin: 0 auto;
}

.product-detail .cols-2 > div .gallery-nav .slick-slide.slick-current img,
.product-detail .cols-2 > div .gallery-nav .slick-slide:hover img {
  border-color: #1869ae;
}

.product-detail .cols-2 > div .gallery-nav a#gallery_main div img {
  max-width: 100% !important;
}

.product-detail .cols-2 > div .gallery-nav a.thumb div {
  float: left;
  padding: 5px;
  width: 33%;
}

.product-detail .cols-2 > div .gallery-nav a.thumb div img {
  max-width: 100% !important;
}

.product-detail span.discount {
    background: #cb0e2d;
    color: #FFF;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  position: absolute;
    z-index: 1;
}



.product-detail .product-info .product-desc {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #363b42;
  line-height: 1.7;
}

.product-detail .product-info .product-desc a {
  color: #9ea2a9;
  font-weight: 300;
  text-decoration: underline;
  /*border-bottom: 1px solid;
      text-decoration: none;*/;
}

.product-detail .product-info .product-desc a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

.product-detail .product-info .product-desc div {
  width: 100%;
  min-width: 250px;
  display: inline-block;
}

.product-detail .product-info .product-desc div p {
  margin-bottom: 7px;
}

.product-detail .product-info .product-desc .price {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 0;
}

.product-detail .product-info .product-desc .price .before {
    display: block;
    font-weight: 500;
    color: #9ea2a9;
    text-decoration: line-through;
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 18px;
}

.product-detail .product-info .product-desc .price .current-price {
  display: block;
  font-weight: 800;
  font-size: 32px;
  color: #363b42;
  line-height: 32px;
}
.product-detail .product-info .product-desc .price .current-price.current-price-mala{
  font-weight: 600;
  line-height: normal;
  font-size: 1em;
}
.product-detail .product-info .product-desc .price .current-price.current-price-red {
  color: red;
}
.product-detail .product-info .product-desc .price.mnozstevne, .mnozstevne{
  background-color:#edf8fc;
  padding: 7px 15px !important;
  font-weight: 800;
  font-size: 1rem;
  color: #135791;
  float: none;
}
/*.mnozstevna {
  font-weight: normal;
  font-size: 0.5em;
  vertical-align: super;
  line-height: normal;
}*/
.current-price-dph{
  font-size: 17px;
}

.product-detail .product-info .product-desc .stock {
  font-weight: 300;
  font-size: 16px;
  color: #36cb0e;
}

.product-detail .content {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.product-detail .content h2 {
  margin: 40px 0;
}

.product-count {
  position: relative;
  width: 70px;
  display: inline-block;
}

.product-count span.count-up {
  position: absolute;
  right: 10px;
  background: url(/images/arrows-product2.png) no-repeat center bottom;
  width: 17px;
  height: 12px;
  display: inline-block;
  top: 7px;
  cursor: pointer;
}

.product-count span.count-down {
  position: absolute;
  right: 10px;
  background: url(/images/arrows-product2.png) no-repeat center top;
  width: 17px;
  height: 12px;
  display: inline-block;
  bottom: 7px;
  cursor: pointer;
}

.product-count input[type="number"] {
  width: 70px;
  background: #fff;
  border: none;
  outline: 0;
  padding: 12px 28px 12px 14px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #d5d7db;
  border-radius: 5px;
  float: left;
}

.product-count input[type=number]::-webkit-inner-spin-button,
.product-count input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

.product-count input[type=number] {
  -moz-appearance: textfield;
}

input[type="submit"].count {
  border: none;
  float: right;
  width: calc(100% - 70px - 20px);
}

ul.breadcrumbs,
.container .content .page ul.breadcrumbs {
  margin: 10px 0 10px 0;
}

ul.breadcrumbs:after,
.container .content .page ul.breadcrumbs:after,
ul.breadcrumbs:before,
.container .content .page ul.breadcrumbs:before {
  clear: both;
  content: " ";
  display: table;
}

ul.breadcrumbs li,
.container .content .page ul.breadcrumbs li {
  margin-bottom: 5px;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  float: left;
  color: #3d4951;
  margin-left: 0;
  line-height: 1em;
}

ul.breadcrumbs li:after,
.container .content .page ul.breadcrumbs li:after {
  content: '\203A';
  margin: 0 10px;
  color: #1869ae;
  font-weight: 400;
}

ul.breadcrumbs li:last-child:after,
.container .content .page ul.breadcrumbs li:last-child:after {
  display: none;
}

ul.breadcrumbs li:first-child,
.container .content .page ul.breadcrumbs li:first-child {
  margin-left: 0;
}

ul.breadcrumbs li a,
.container .content .page ul.breadcrumbs li a {
  color: #3d4951;
  text-decoration: none;
  /*text-decoration: none;
       border-bottom: 1px solid;*/;
}

ul.breadcrumbs li a:hover,
.container .content .page ul.breadcrumbs li a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
  color: #1869ae;
}

ul.sub-categories {
  font-size: 14px;
  text-align: center;
}

ul.sub-categories:after,
ul.sub-categories:before {
  clear: both;
  content: " ";
  display: table;
}

ul.sub-categories li {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(16.66% - 10px);
  min-width: 135px;
  text-align: left;
  vertical-align: top;
  /*border: 1px solid #d0d3d7;*/
  position: relative;
  float: left;
  border-radius: 4px;
  color: #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
 /* background-color: #ffffff;*/
  background-color: #deecfa;
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1);

}

ul.sub-categories li:after {
  content: '›';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1869ae;
}

ul.sub-categories li a {
  color: #000;
  height: 50px;
  display: block;
  padding: 10px 20px 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

ul.sub-categories li a span {
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  width: calc(100% - 50px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
 /* text-shadow: 1px 1px 0px #ffffff;*/
}
ul.sub-categories li a span:hover {
  color:#FFF;
 /* text-shadow: 1px 1px 0px #ffffff;*/
}

ul.sub-categories li:hover {
 /* border-color: #1869ae;
  color: #1869ae;
  background-color: #1869ae0f;*/
  background-color: #044984;
}

ul.sub-categories li:hover a {
  color: #FFF;
}

ul.sub-categories-main>li{
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.sub-categories-main>li::after{
  font-size: 18px;
}
ul.sub-categories-main>li:hover{
  transform: scale(1.05);
}
ul.sub-categories-main>li>a{
  height: 70px;
  font-weight: 600;
}
ul.sub-categories-main>li>a>span{
  font-size: 19px;
}

ul.filter-buttons {
  float: left;
  margin-bottom: 15px;
}

ul.filter-buttons li {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #d0d3d7;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 10px;
}

ul.filter-buttons li a {
  padding: 7px;
  width: 87px;
  display: block;
  text-decoration: none;
  color: #363b42;
}

ul.filter-buttons li:hover,
ul.filter-buttons li.active {
  border-color: #1869ae;
}

ul.filter-buttons li:hover a,
ul.filter-buttons li.active a {
  color: #1869ae;
}

ul.filter-links {
  display: inline-block;
  margin-top: 10px;
  float: right;
  margin-bottom: 15px;
  font-size: 14px;
}

ul.filter-links li {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}

ul.filter-links li a {
  color: #363b42;
  text-decoration: underline;
  /*border-bottom: 1px solid;
       text-decoration: none;*/;
}

ul.filter-links li a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

ul.filter-links li.active a {
  /*text-decoration: none;*/
  color: #1869ae;
  text-decoration: underline;
  /*border-bottom: 1px solid @orange;*/;
}

ul.filter-links li.active a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

ul.filter-links span {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* BLOG */
.content article {
  color: #000;
}

.content article header {
  padding: 20px 0;
}

.content article header a {
  text-decoration: none;
}

.content article header h1,
.content article header h2 {
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1.15em;
}

.content article header figure {
  margin: 0 -20px;
}

.content article header figure figcaption {
  font-size: 14px;
}

.content article h2,
.content article h3,
.content article h4,
.content article h5 {
  font-weight: 700;
}

.content article h1 {
  font-size: 34px;
}

.content article h2 {
  font-size: 24px;
}

.content article h3 {
  font-size: 18px;
}

.content article p,
.content article ul,
.content article ol,
.content article h1,
.content article h2,
.content article h3,
.content article h4,
.content article h5,
.content article blockquote,
.content article table,
.content article em,
.content article i {
  margin-bottom: 22px;
  line-height: 1.15em;
}

.content article p,
.content article ul,
.content article ol {
  font-size: 18px;
  line-height: 1.6em;
}

.content article blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  margin-left: -20px;
  font-style: italic;
}

.content article blockquote p {
  margin: 0;
  padding: 0;
}

.content article table {
  width: 100%;
  margin: 30px auto;
}

.content article table tr {
  text-align: left;
}

.content article table tr th {
  background: #171d21;
  color: #fff;
  padding: 14px;
  border: 1px solid #171d21;
}

.content article table tr th:last-child {
  text-align: right;
}

.content article table tr:nth-child(even) {
  background: #fff;
}

.content article table tr:nth-child(odd) {
  background: #e6e6e6;
}

.content article table tr td {
  padding: 15px;
}

.content article table tr td:first-child {
  border-left: 1px solid #e6e6e6;
}

.content article table tr td:last-child {
  text-align: right;
  border-right: 1px solid #e6e6e6;
}

.content article table tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.content article img {
  max-width: 100%;
  height: auto;
}

.content article .article-content {
  padding: 0 15%;
  margin-bottom: 50px;
}

.content .articles {
  padding: 0 15%;
}

.content .articles article {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 50px;
}

.content .articles article h2 {
  text-align: center;
  font-size: 34px;
}

.content .articles article.last {
  border-bottom: none;
}

.content .articles article p.meta {
  font-size: 16px;
  color: #4a4a4a;
}

.content .articles a.read-more {
  padding: 10px 15px;
  border: 1px solid #525252;
  color: #525252;
  text-decoration: none;
}

.content .articles a.read-more:hover {
  color: #fff;
  background: #525252;
}

.content.single {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.content .related-articles {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.content .related-articles h4 {
  text-align: left;
}

.content .related-articles article {
  width: 25%;
  display: inline-block;
  padding: 1%;
  min-width: 225px;
  vertical-align: top;
  margin-bottom: 10px;
}

.content .related-articles article figure {
  margin-bottom: 10px;
}

.content .related-articles article figure img {
  width: 100%;
  height: auto;
}

.content .related-articles article a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.content .related-articles article a:hover {
  text-decoration: underline;
}

.content.blog {
  padding: 20px 0;
}

.author-info {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #dadada;
}

.author-info .author-avatar {
  display: table-cell;
  width: 140px;
  height: 140px;
  vertical-align: top;
}

.author-info .author-description {
  padding: 0 0 0 20px;
  position: relative;
  display: table-cell;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #797979;
  font-size: 16px;
}

.author-info .author-description h3 a {
  color: #000;
  text-decoration: none;
}

.filters_title_cena {
    font-weight: bold;
    color: #1869ae;
    margin-bottom: 15px;
}

ul.pagination {
 /* float: right;*/
  margin-bottom: 20px;
  display: flex;
    justify-content: center;
}

ul.pagination li {
  float: left;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-right: 2px;
  color: #363b42;
  padding: 6px;
}
ul.pagination li:hover {
 color: #fff;
    background-color: #1869ae;
    padding: 6px;
}


ul.pagination li span,
ul.pagination li a {
  display: inline-block;
  color: #363b42;
  text-decoration: none;
  color: #707070;
  line-height: 1em;
  padding: 6px;
}

ul.pagination li span:hover,
ul.pagination li a:hover {
  color: #fff;
}

ul.pagination li.active,
ul.pagination li.active > span {
  /*color: #1869ae;*/
  color: #fff;
    background-color: #1869ae;
    padding: 6px;
}

ul.pagination li.next,
ul.pagination li.prev {
  border: 1px solid #d0d3d7;
  /*border-radius: 4px;*/
}
ul.pagination li.next:hover,
ul.pagination li.prev:hover {
  border: 1px solid #d0d3d7;
  /*border-radius: 4px;*/
   color: #fff;
    background-color: #1869ae;
}

ul.pagination li.next a,
ul.pagination li.prev a {
  display: block;
  line-height: 16px;
    font-size: 25px;
}

ul.pagination li.next:hover,
ul.pagination li.prev:hover {
  color: #1869ae;
  border-color: #1869ae;
}

ul.pagination:after,
ul.pagination:before {
  clear: both;
  content: " ";
  display: table;
}

ul.basket-navigation {
  background: #e7e9eb;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.basket-navigation li {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
  color: #363b42;
  padding: 18px;
  position: relative;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #fff;
}

ul.basket-navigation li.active {
  color: #fff;
  background: #1869ae;
}

ul.basket-navigation li.active:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid #1869ae;
}

ul.basket-navigation li a {
  color: #363b42;
  /*border-bottom: 1px solid;
    text-decoration: none;*/
  text-decoration: underline;
}

ul.basket-navigation li a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

table.basket {
  width: 100%;
  margin: 25px auto;
  color: #363b42;
  font-size: 15px;
  font-weight: 600;
}

table.basket tr {
  text-align: left;
}

table.basket tr.custom {
  background-color: #FFDEB6;
}

table.basket tr.custom .orange {
  color: #ffffff;
  text-decoration: none;
}

table.basket tr th {
  padding: 14px;
  border-bottom: 1px solid #d5d7db;
  font-weight: 700;
}

table.basket tr th:last-child {
  text-align: right;
}

table.basket tr td {
  padding: 15px;
  border-bottom: 1px solid #d5d7db;
  vertical-align: middle;
}

table.basket tr td.thumbnail img {
  min-width: 50px;
  max-width: 60px;
}

table.basket tr td a {
  color: #363b42;
  /*border-bottom: 1px solid;
        text-decoration: none;*/
  text-decoration: underline;
}

table.basket tr td a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

table.basket tr td span.in-stock {
  color: #36cc0b;
}

table.basket tr td span.out-of-stock {
  color: #f00;
}

table.basket tr.hidden {
  display: none;
}

table.basket .product-count input[type="number"] {
  padding: 10px 20px;
}

table.basket .product-count span.count-up {
  top: 7px;
}

table.basket .product-count span.count-down {
  bottom: 7px;
}

.basketOverview {
  width: 50%;
  min-width: 500px;
  float: right;
  text-align: right;
}

.basketOverview table {
  width: 100%;
  margin-bottom: 30px;
}

.basketOverview table tr {
  border-bottom: 1px solid #d5d7db;
}

.basketOverview table tr td {
  padding: 20px 0;
}

.basketOverview table tr td:first-child {
  text-align: left;
}

.basketOverview table tr td:last-child {
  text-align: right;
}

.basketOverview a.back {
  margin-right: 40px;
  font-size: 14px;
  color: #363b42;
  /*text-decoration: none;
   border-bottom: 1px solid;*/
  text-decoration: underline;
}

.basketOverview a.back:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

.basketOverviewLeft {
  float: left;
  text-align: left;
}

.basket-grid {
  margin: 30px 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 480px;
  -ms-grid-columns: 1fr 4200px;
}

.basket-grid > div {
  padding: 25px 0;
}

.basket-grid > div:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding-right: 30px;
}

.basket-grid > div:last-child {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.basket-grid > div > div {
  margin-bottom: 30px;
}

.basket-grid > div > div img {
  vertical-align: bottom;
  margin-left: 0px;
  max-width: 60px;
}

.basket-grid > div p {
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #979ca2;
  font-weight: 500;
  line-height: 1.8em;
}

.basket-grid > div p.label {
  padding-left: 0;
  font-size: 15px;
  color: #363b42;
  font-weight: 700;
}

.basket-grid > div p.label span.price {
  margin-left: 10px;
  float: right;
  font-weight: 600;
}

.basket-grid > div p.label input[type="radio"] {
  display: none;
}

.basket-grid > div p.label label {
  cursor: pointer;
  position: relative;
}

.basket-grid > div p.label label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #d5d7db;
  margin-right: 19px;
  position: relative;
  top: 5px;
}

.basket-grid > div p.label input[type="radio"]:checked + label:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 3px;
  background: #1869ae;
  position: absolute;
  left: 6px;
}

.basket-grid > div p.label.checkbox {
  font-weight: 300;
  overflow: hidden;
}

.basket-grid > div p.label.checkbox input[type="checkbox"] {
  display: none;
}

.basket-grid > div p.label.checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  float: left;
  line-height: 23px;
}

.basket-grid > div p.label.checkbox label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 1px solid #d5d7db;
  border-radius: 4px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.basket-grid > div p.label.checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 9px;
  top: 5px;
  position: absolute;
  left: 9px;
  border-right: 2px solid #1869ae;
  border-bottom: 2px solid #1869ae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basket-grid h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d7db;
}

.recap {
  color: #363b42;
}

.recap table {
  width: 100%;
  font-size: 14px;
}

.recap table tr {
  border-bottom: 1px solid #d5d7db;
}

.recap table tr td {
  padding: 8px 0;
  vertical-align: middle;
}

.recap table tr td a {
  color: #363b42;
  /*text-decoration: none;
       border-bottom: 1px solid;*/
  text-decoration: underline;
}

.recap table tr td a:hover {
  /*border-color: transparent;*/
  text-decoration: none;
}

.recap table tr td p.price {
  font-weight: 700;
  color: #484d53;
}

.recap p.recap-row {
  padding: 8px 0;
  font-weight: 700;
  color: #363b42;
  font-size: 15px;
  border-bottom: 1px solid #d5d7db;
}

.recap p.recap-row::after{
  content: "";
  clear: both;
  display: table;
}

.recap p.recap-row span.price {
  float: right;
  font-weight: 500;
}

.recap p.recap-row span.desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.recap p.summary {
  padding: 10px 0;
  font-weight: 700;
  color: #363b42;
  font-size: 15px;
}

.recap p.summary span.price {
  float: right;
}

.recap p.summary#summary_suma_zaloha {
  display: none;
}

.recap p.summary#summary_suma_zaloha > span.price {
  text-align: right;
}

.recap .btn {
  margin-top: 15px;
  float: right;
  width: 100%;
}

.recap a {
  color: #363b42;
}

.recap a.btn {
  color: #fff;
  text-align: center;
}

.recap .recap-buttons {
  margin-top: 30px;
}

.recap .recap-buttons .btn {
  margin-top: 10px;
}

ul.login-nav {
  font-size: 0;
  margin-bottom: 25px;
}

ul.login-nav li {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  text-align: center;
}

ul.login-nav li.login {
  background: #fef1bd;
}

ul.login-nav li.register {
  background: #e5febd;
}

ul.login-nav li a {
  color: #363b42;
  text-decoration: none;
  display: block;
  padding: 15px;
  border-bottom: 0;
}

ul.login-nav li a:hover {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-order {
  font-size: 14px;
  margin: 30px 0;
  padding:0 10px;
}

.form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag) {
  width: 50%;
  padding: 0 20px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag):nth-child(odd) {
  padding-left: 0;
}

.form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag):nth-child(even) {
  padding-right: 0;
}

.form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag) div.intl-tel-input {
  display: block;
  margin: 15px 0px 25px 0px;
}

.form-order label input, .filter input, .filter select {
  width: 100%;
  margin: 15px 0 25px 0;
  border-radius: 4px;
  border: 1px solid #d5d7db;
  padding: 10px;
  font: inherit;
}
.filter input, .filter select{
  margin: 0px;
  padding: 5px;
  font-size: 13px;
}
.filter select{
  background-color: white;
  color: black;
}
.filter select>option{
  color: black;
}
.filter select.disabled, .filter select>option.disabled{
  color: rgb(170, 170, 170);
}

.form-order textarea {
  width: 100%;
  /*margin: 20px 0;*/
  border-radius: 4px;
  border: 1px solid #d5d7db;
  padding: 10px;
  font: inherit;
  line-height: normal;
}
.form-order textarea.error{
  border-color: #FF0000;
}

.form-order p.label label {
  padding-left: 0;
}

form.buy_online input.btn {
  vertical-align: top;
  border: none;
  float: right;
  width: calc(100% - 70px - 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form.buy_online input.btn[disabled="disabled"],
form.buy_online input.btn[disabled="disabled"]:hover {
  cursor: not-allowed;
  background-color: #FFBF73;
}

.text-info {
  color: #31708f;
}

.text-danger {
  color: #a94442;
}

.text-primary {
  color: #337ab7;
}

.text-success {
  color: #3c763d;
}

.text-default {
  color: #363b42;
}

#user_field_kupsito {
  position: relative;
}

#user_field_kupsito:after {
  display: table;
  content: "";
  clear: both;
}

#user_field_kupsito div {
  position: relative !important;
}

#user_field_kupsito #bot {
  height: auto !important;
}

#obj_country p.label {
  float: left;
  margin-right: 25px;
}

#obj_country p.label label img {
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
}

#obj_country p.label:last-child {
  margin-right: 0px;
}

#obj_country:after {
  display: table;
  content: "";
  clear: both;
}

#obj_poznamka {
  width: 100%;
}

label.error {
  color: #FF0000;
}

label.error input {
  border-color: #FF0000;
}

#firemne_udaje.form-order,
#dodacia_adresa.form-order,
#reklamacny_result {
  display: none;
}

ul.mapa {
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  list-style-type: none;
  width: 810px;
  margin: 0px 5px 10px 5px;
  padding: 0px;
}

ul.mapa > li {
  position: absolute;
  margin: 0px;
  padding: 0px;
  filter: alpha(opacity=80);
 /* opacity: 0.8;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px #777777;
  -moz-box-shadow: 0px 0px 2px 0px #777777;
  box-shadow: 0px 0px 2px 0px #777777;
  background-color: #474242;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
  background: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
  background: linear-gradient(top, #FFFFFF, #DDDDDD);*/
}

ul.mapa > li:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-box-shadow: 0px 0px 4px 0px #777777;
  -moz-box-shadow: 0px 0px 4px 0px #777777;
  box-shadow: 0px 0px 4px 0px #777777;
}

ul.mapa > li > a {
  display: block;
  padding: 5px 5px 5px 21px;
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
  background-position: 5px;
  background-repeat: no-repeat;
  background-image: url("/img/pin.png");
  color: #FFF;
}

ul.mapa > li > a:hover {
  text-decoration: underline;
}

div#popup {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 282px;
  right: 28px;
  top: 50%;
  /*height: 133px;*/
  height: 108px;
  margin-top: -67px;
  border: 1px solid #d0d3d7;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #d0d3d7;
}

div#popup div.close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 33px;
  height: 33px;
  background: url("/img/close.png") no-repeat center center;
  cursor: pointer;
}

div#popup div.info {
  /*line-height: 66px;*/
  line-height: 20px;
  color: #363b42;
  font-size: 14px;
  padding: 10px 15px 10px 53px;
}

div#popup div.views {
  border-bottom: 1px solid #d0d3d7;
  background: url("/img/views.png") no-repeat 15px 50%;
}

div#popup div.buys {
  background: url("/img/buys.png") no-repeat 15px 50%;
}

#top_nav {
  display: none;
  position: relative;
  margin-top: 15px;
  margin-bottom: 6px;
  width: 300px;
  border-radius: 5px;
  background-color: #1869ae;
  z-index: 2;
  background-size: 11px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url("/img/down_on.svg");
}

#top_nav:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("/img/down_on.svg");
}

#top_nav:hover,
#top_nav:hover > ul {
  /*box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);*/
}

#top_nav > strong {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0px 30px;
  cursor: pointer;
  line-height: 45px;
  font-weight: 700;
  font-size: 1.03em;
  color: #FFF;
}

#top_nav:hover > strong {
  color: #FFF;
}

#top_nav > ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px 0px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  font-size: 0.8em;
  background-color: #FFFFFF;
  border-bottom: 2px solid #c6701580;
}

/* body[data-page="uvod"] #top_nav > ul */
#top_nav:hover > ul{
  display: block;
}

#top_nav > ul > li {
  position: relative;
  padding: 0px 30px;
  background-size: 11px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url("/img/right_off.svg");
}

#top_nav > ul > li:hover {
}

#top_nav > ul > li > a {
  display: block;
  line-height: 38px;
  font-size: 17px;
  color: #363b42;
  text-decoration: none;
  font-weight: 600;
}

#top_nav > ul > li > a:hover {
  text-decoration: underline;
  color: #1869ae;
}

#top_nav > ul > li > ul {
  position: absolute;
  display: none;
  z-index: 2;
  width: 1080px;
  top: -15px;
  left: 285px;
  background-color: #FAFAFB;
  padding: 30px 0 30px 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#top_nav > ul > li > ul:after {
  content: "";
  display: table;
  clear: both;
}

#top_nav > ul > li:hover > ul {
  display: block;
}

#top_nav > ul > li > ul > li {
  float: left;
  width: 350px;
  max-height: 280px;
  overflow: hidden;
  padding: 0px 0 015px;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: right 15px bottom;
}

#top_nav > ul > li > ul > li:nth-child(1),
#top_nav > ul > li > ul > li:nth-child(2),
#top_nav > ul > li > ul > li:nth-child(3) {
  margin-top: 0px;
}

#top_nav > ul > li > ul > li > a {
  display: block;
  line-height: 16px;
  font-size: 17px;
  color: #363b42;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFFFFF;
  text-decoration: none;
}

#top_nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
  color: #1869ae;
}

#top_nav > ul > li > ul > li > a:nth-of-type(2) {
  color: #1869ae;
  font-weight: normal;
}

#top_nav > ul > li > ul > li > ul {
  margin: 10px 0px;
}

#top_nav > ul > li > ul > li > ul > li > a {
  display: block;
  line-height: 18px;
  color: #363b42;
  margin: 5px 0px;
  text-shadow: 1px 1px 0px #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}

#top_nav > ul > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
  color: #1869ae;
}

#hor_nav{
  /*width: 100%;
  z-index: 1;*/
 /* margin-top: 10px;
  margin-bottom: -10px;*/
  font-size: 0.9em;
  position: relative;
}
#hor_nav>ul{
  display: flex;
  justify-content: space-between;
  position: relative;
}
#hor_nav>ul>li{
  flex-grow: 1;
 /* border-radius: 5px 5px 0px 0px;*/
  line-height: 47px;
  text-align: center;
  font-size: 0.95em;
  display: block;
  border-right: 1px solid #044984;

}

#hor_nav>ul>li:nth-of-type(1){
  border-left: 1px solid #044984;

}
#hor_nav>ul>li:hover{
  background-color: #044984;
}
#hor_nav>ul>li:hover>a{
  color: #FFF;
}
#hor_nav>ul>li>a{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
#hor_nav>ul>li>ul{
  display: none;
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 0px;
  right: 0px;
  text-align: left;
  /*font-size: 0.9em;*/
  background-color: #FFF;
  padding: 30px 15px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
/*#hor_nav>ul>li:hover>ul{
  display: block;
}*/
#hor_nav>ul>li>ul:after{
  content: "";
  display: table;
  clear: both;
}
#hor_nav>ul>li>ul>li{
  float: left;
  width: 340px;
  height: 310px;
  overflow: hidden;
  padding: 0px 15px;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: right 0px bottom;
  border-right: 1px solid #1869ae38;
}
#hor_nav>ul>li>ul>li:last-child,
#hor_nav>ul>li>ul>li:nth-child(4),
#hor_nav>ul>li>ul>li:nth-child(8),
#hor_nav>ul>li>ul>li:nth-child(12){
  border-right: 0px solid #1869ae38;
}
#hor_nav>ul>li>ul>li:nth-child(1),
#hor_nav>ul>li>ul>li:nth-child(2),
#hor_nav>ul>li>ul>li:nth-child(3),
#hor_nav>ul>li>ul>li:nth-child(4){
  margin-top: 0px;
}
#hor_nav>ul>li>ul>li>a{
  display: block;
  line-height: 18px;
  font-size: 18px;
  color: #363b42;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFFFFF;
  text-decoration: none;
}
#hor_nav>ul>li>ul>li>a:hover{
  text-decoration: underline;
  color: #1869ae;
}
#hor_nav>ul>li>ul>li>a:nth-of-type(2){
  color: #1869ae;
  font-weight: 700;
  font-size: 16px;
}
#hor_nav>ul>li>ul>li>ul{
  margin: 10px 0px;
}
#hor_nav>ul>li>ul>li>ul>li>a{
  display: block;
  line-height: 20px;
  font-size: 15px;
  color: #363b42;
  margin: 5px 0px;
  text-shadow: 1px 1px 0px #FFFFFF;
  text-decoration: none;
}
#hor_nav>ul>li>ul>li>ul>li>a:hover{
  text-decoration: underline;
  color: #1869ae;
}


.container > .sidebar > ul {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0px;
  /*border: 1px solid #d8dbde;*/
}

.container > .sidebar > ul > li {
  line-height: 1.6em;
  padding: 4px 0px 4px 3px;
}

.container > .sidebar > ul > li > a {
  font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #363b42;
    text-transform: none;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 20px;
  /*border-bottom: 1px solid #e3e6e8;*/
}

.container > .sidebar > ul > li.left_nav {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
    background-color: #1869ae;
    color: white;
    padding: 3px 0px 3px 5px;
}


.container > .sidebar > ul > li.left_nav div {
  background-color: #1869ae;
    color: white;
    padding: 3px 0px 3px 5px;
}

.container > .sidebar > ul > li > ul > li > a {
  font-weight: 600;
  color: #363b42;
}

a.logo > img {
  display: block;
  margin: 2px 0px;
}

#doprava_zadarmo {
  float: right;
  height: 63px;
  padding-left: 87px;
  color: #363b42;
  text-align: left;
  background-image: url("/img/doprava.png");
  background-position: left;
  background-repeat: no-repeat;
}

#doprava_zadarmo > strong {
  display: block;
  margin: 12px 0px 4px 0px;
  font-weight: 600;
}
/*
ul#top_menu > li {
  display: inline-block;
  margin: 0px 20px;
}

ul#top_menu > li::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #1869ae;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}

ul#top_menu > li > a {
  margin-left: 16px;
  line-height: 63px;
  font-size: 0.85em;
  color: #363b42;
}

ul#top_menu > li > a:hover {
  text-decoration: none;
}
*/
.header_flex {
 display: flex;
    clear: both;
    background-color: #1869ae;
    border-bottom: 3px solid #135791;
    margin-bottom: 0px;
    margin-top: 15px;
    height: 50px;
    align-items: center;
}

form#query {
  flex-grow: 1;
  display: block;
  margin-top: 15px;
  /*margin-left: 20px;*/
  max-width: none;
  width: auto;
}

form#query > input {
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 116px;
  font-size: 14px;
  color: #363b42;
  background-color: #f2f2f2;
}

form#query > button {
  height: 40px;
  top: 0px;
  right: 0px;
  padding: 0px 30px;
}

form#query > span.icons-basic {
  width: 20px;
  height: 20px;
  margin: 10px;
  background-size: 89px;
  background-position: -49px -7px;
}

form#query > ul#ac {
  top: 40px;
  width: 100%;
}

div.switch_box {
  position: absolute;
  z-index: 1;
  right: 120px;
  top: 9px;
  /*height: 40px;*/
  text-align: left;
  color: #363b42;
}

div.switch_box > div {
  line-height: 19px;
  /*background-color: #ffffff;*/
}

div.switch_box > div > input {
  margin: 4px;
  height: auto;
  width: auto;
}

div.switch_box > div > label {
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
  margin-left: 20px;
  margin-bottom: 0px;
}

#pridaj, #pridaj2 {
  display: none;
  background-color: #ebecff;
  padding: 15px 8px;
  font-size: 14px;
  border: 1px solid #1869ae;
}

#pridaj > img, #pridaj2 > img {
  float: left;
  height: 60px;
  margin-right: 15px;
}

#pridaj > div.strong, #pridaj2 > div.strong {
  font-weight: bold;
  font-size: 1.1em;
}

#pridaj > div.strong, #pridaj2 > div.strong {
  font-weight: bold;
  color: #1869ae;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

#pridaj > div.strong > a, #pridaj2 > div.strong > a {
  color: #1869ae;
}

#pridaj:after, #pridaj2:after {
  display: table;
  content: "";
  clear: both;
}

#google_translate_element,
iframe.goog-te-banner-frame {
  display: none;
}

@media (max-width: 1500px) {
  .slider-holder .slider button.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1430px) {
  .wrapper {
    width: 100%;
  }
  .wrapper-home {
    width: 100%;
  }

  .category .products {
    margin-top: 0;
  }

  .category .products a.product {
    width: 25%;
    color: #363b42;
  }

  .category .products a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #999999;
  }

  ul.sub-categories li {
    width: calc(25% - 10px);
    min-width: 135px;
  }

  #hor_nav>ul>li>ul>li:nth-child(4){
   margin-top: 30px;
  }
}

@media screen and (max-width: 1689px) {
  .ad_wrapper{
    display: none;
  }
  .ad_wrapper_mob{
    display: block;
  }

}
@media screen and (max-width: 1365px) {
  #top_nav > ul > li > ul {
    width: 730px;
  }

  #top_nav > ul > li > ul > li:nth-child(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1179px) {
  #hor_nav{
    display: none;
  }
  #top_nav{
    display: block;
  }
  ul.mapa{
  zoom: 75%;
  -moz-transform: scale(0.75);
  -moz-transform-origin: left top;
  }
}
@media screen and (max-width: 619px) {
  .header_2023_top_right_top{
    display: none;
  }
  .header_2023_top_right_bottom{
    flex-direction: column-reverse;
    margin-top: 5px;
  }
  .header_2023_top_right_bottom>form#query{
    margin-left: -162px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 428px) {
  form#query > input{
    padding-right: 76px;
  }
}

@media (max-width: 1140px) {
  .nav-main {
    display: none;
  }

  .nav-trigger {
    display: block;
    z-index: 999999;
  }

  .slider-holder .slider .slide {
    display: block;
    text-align: center;
  }

  .slider-holder .slider .slide .content,
  .slider-holder .slider .slide .image {
    display: block;
    width: 100%;
    font-size: 35px;
  }

  .slider-holder .slider .slide .content img,
  .slider-holder .slider .slide .image img {
    width: 400px;
  }

  .category .products {
    margin-top: 0;
  }

  .category .products a.product {
    width: 33%;
    color: #363b42;
  }

  .category .products a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #999999;
  }

  ul.sub-categories li {
    width: calc(25% - 10px);
    min-width: 135px;
  }
}

@media screen and (max-width: 1035px) {
  #doprava_zadarmo {
    display: none;
  }

  #top_nav > ul > li > ul {
    width: 380px;
  }

  #top_nav > ul > li > ul > li:nth-child(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 960px) {
  /*.header a.logo{
    display: inline-block !important;
    float: none;
  }
  ul#top_menu{
    width: 100%;
  }
  ul#top_menu:after{
    content: "";
    display: table;
    clear: both;
  }
  ul#top_menu>li{
    margin: 0px;
    float: left;
    text-align: left;
  }
  ul#top_menu>li>a{
    line-height: 30px;
  }*/
  /*
  ul#top_menu > li:first-child,
  ul#top_menu > li:last-child {
    display: none;
  }
  */
  .header_flex {
    flex-direction: column-reverse;
  }

  ul.header-menu {
    margin-left: 0px;
    font-size: 12px !important;
  }

  form#query {
    margin-left: 0px;
  }

  #top_nav{
    width: 100%;
  }

  #top_nav:hover > ul{
    display: none;
  }

  #top_nav > ul > li:hover > ul{
    display: none;
  }

  #top_nav > ul > li > ul{
    top: 36px;
    left: 0px;
    width: 100%;
  }

  #top_nav > ul > li > ul > li{
    width: 100%;
  }

  ul.mapa{
  zoom: 50%;
  -moz-transform: scale(0.5);
  -moz-transform-origin: left top;
  }
}

@media (max-width: 940px) {
  .products .product {
    /*padding: 0px 10px;
    padding-bottom: 0px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
  }

  .products .product .image {
    height: 120px;
    /*margin-top: 0px;*/
  }

  .products .product .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  .products .product .title {
    /*padding-top: 10px;*/
    font-size: 12px;
    line-height: 1.2em;
    height: auto;
    height: 43px;
    overflow: hidden;
  }

  .products .product:hover {
    -webkit-box-shadow: 0px 0px 30px 3px rgb(148 178 241 / 35%);
    box-shadow: 0px 0px 29px 3px rgb(148 178 241 / 35%);
    position: relative;
    z-index: 1;
    text-decoration: none;
  }

  .products .product .meta {
    margin: 0 -10px;
    margin-top: 15px;
   /* border-top: 1px solid #e9e9eb;*/
    position: absolute;
    bottom: 0;
    height: 84px;
    width: 100%;
  }

  .products .product .meta .stock {
    margin-left: 10px;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 1.0em;
  }

  .products .product .meta .stock .info {
    display: block;
    font-weight: 700;
  }

  .products .product .meta .stock .pieces {
    display: block;
  }

  .products .product .meta .price {
    float: left;
    font-size: 12px;
    margin-right: 0px;
  }

  .products .product .meta .price .before {
    font-size: 11px;
  }

  .products .product .meta .price .current-price {
    display: block;
    font-weight: 800;
    font-size: 17px;
    color: #363b42;
  }

  .products .product .meta:after,
  .products .product .meta:before {
    clear: both;
    content: " ";
    display: table;
  }

  .products .product span.discount {
    background: #cb0e2d;
    color: #FFF;
    padding: 5px;
    position: absolute;
    top: 8px;
    right: 3px;
    font-size: 10px;
    font-weight: 600;
  }

  .products .product span.delivery {
    background: #15a92c;
    color: #FFF;
    padding: 5px 7px;
    position: absolute;
    top: 8px;
    left: 3px;
    font-size: 10px;
    font-weight: 600;
  }

  .footer {
    text-align: center;
  }

  .footer a.logo,
  .footer span,
  .footer span.copy {
    display: block;
    float: none;
    margin: 5px 0;
  }
}

@media (max-width: 850px) {
  .container .sidebar,
  .container .content {
    width: 100%;
  }

  .container .sidebar {
    margin-bottom: 20px;
    display: none;
  }

  .cols-2 div:last-child {
    padding-left: 30px;
  }

  .cols-2 div:first-child {
    padding-right: 30px;
  }

  ul.basket-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.basket-navigation li {
    padding: 15px 30px;
  }

  ul.basket-navigation li:after {
    display: none;
  }

  .basket-grid {
    display: block;
  }

  .basket-grid > div:first-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .header a.logo {
    display: inline-block;
    float: left;
  }

  .header form.form {
    display: none;
  }

  .header form.form ul#ac {
    width: 100%;
  }

  .cols-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   .cols-2-home {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cols-2 div {
    width: 100%;
  }
   .cols-2-home div {
    width: 100%;
  }

  .cols-2-home div:first-child,
  .cols-2-home div:last-child {
    padding: 30px;
    border: none;
  }

  .cols-2 div:first-child,
  .cols-2 div:last-child {
    padding: 0;
    border: none;
  }

  .cols-2 div.product-count {
    width: auto;
  }

  .product-detail .product-content {
    padding: 40px 0;
  }

  table.basket {
    display: block;
  }


  table.basket tbody,
  table.basket th,
  table.basket td,
  table.basket tr {
    display: block;
    text-align: center;
  }

  table.basket thead {
    display: none;
  }

  table.basket tr {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #d5d7db;
  }

  table.basket tr td {
    border-bottom: 0;
    padding: 5px;
  }

  table.basket tr td:before {
    content: attr(data-th);
    font-weight: 700;
    display: inline-block;
    margin: 5px;
  }

  .basketOverview {
    width: 100%;
    min-width: auto;
  }

  .basketOverview a,
  .basketOverview a.back {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  ul.sub-categories li {
    width: calc(23%);
    /*min-width: 180px;*/
  }
.kat-search {
    width: calc(50% - 10px) !important;
  }

}

@media (max-width: 619px) {
  ul.sub-categories li {
    width: calc(31%);
  }
  .kat-search {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 22px;
  }

  img {
    max-width: 100%;
  }

  div#filters > div.filter {
    width: calc(100% - 4px);
    clear: both;
  }

  ul.sub-categories li {
    width: calc(50% - 10px);
  }
  .kat-search {
    width: 100% !important;
  }
}

@media screen and (max-width: 520px) {
  /*
  ul#top_menu {
    float: right;
  }

  ul#top_menu:after {
    content: "";
    display: table;
    clear: both;
  }

  ul#top_menu > li {
    float: left;
    clear: left;
    margin: 0px;
  }

  ul#top_menu > li > a {
    line-height: 31px;
  }
  */
}

@media (max-width: 505px) {
  .category .products a.product {
    width: 50%;
  }
}

@media (max-width: 450px) {
  ul.header-menu {
    font-size: 0;
  }

  section h2 {
    padding: 15px;
  }

  ul.sub-categories li:nth-child(even) {
    /*width: 100%;*/
    margin-right: 0;
  }

  .basket-grid > div {
    padding-top: 0;
  }

  ul.login-nav li {
    width: 100%;
  }

  .form-order {
    font-size: 14px;
    margin: 30px 0;
  }

  .form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag) {
    width: 100%;
    padding: 0 0px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag):nth-child(odd) {
    padding-left: 0;
  }

  .form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag):nth-child(even) {
    padding-right: 0;
  }

  .form-order .flex div:not(.intl-tel-input):not(.flag-dropdown):not(.selected-flag):not(.iti-flag):not(.arrow):not(.flag) div.intl-tel-input {
    display: block;
    margin: 15px 0px 25px 0px;
  }

  .form-order label input {
    width: 100%;
    margin: 15px 0 25px 0;
    border-radius: 4px;
    border: 1px solid #d5d7db;
    padding: 10px;
  }

  .form-order textarea {
    width: 100%;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #d5d7db;
    padding: 10px;
  }

  .form-order p.label label {
    padding-left: 0;
  }

  .cols-2 {
    min-width: auto;
  }
   .cols-2-home {
    min-width: auto;
  }

  form.form.newsletter span.icons-basic {
    position: absolute;
  }

  form.form.newsletter input,
  form.form.newsletter button {
    position: relative;
    width: 100%;
    right: 0;
  }
}

div.notice_env,
div.notice_env_top,
div.notice_env_bottom {
  position: relative;
  /*z-index: 1000;
  bottom: 0px;
  left: 4px;*/
}
@media (max-width: 450px) {
div.switch_box {
    max-width: 98px;
    right: 84px;
    top: 1px;
}}

div.notice_env_top {
  bottom: auto;
  top: 0px;
}

div.notice_env_bottom {
  top: auto;
  bottom: 0px;
}

span.notice {
  display: block;
  width: auto;
  padding: 10px 15px;
  /*margin-bottom: 4px;*/
  color: #ffffff;
  font-size: 0.95em;
  text-align: center;
  line-height: normal;
}

#notice {
  background-color: rgba(255, 0, 0, 0.9);
}

#cookies {
  background-color: rgba(0, 128, 0, 0.9);
}

#oznam {
  background-color: rgba(255, 255, 0, 0.9);
  color: #000000;
}

span.notice > a {
  color: #ffffff;
}

#oznam > em {
  color: #000000;
}

span.notice > em {
  text-decoration: underline;
  display: block;
  float: right;
  font-style: normal;
  color: #ffffff;
  cursor: pointer;
  margin-left: 5px;
}

span.notice > em:hover {
  text-decoration: none;
}

input.zlavovy_kod {
  width: 40%;
  border-radius: 4px;
  border: 1px solid #d5d7db;
  padding: 10px;
}

#zlavovy_kod_row,
#zlavovy_kod_remove,
#obj_packeta_kod,
#obj_packeta_nazov,
#obj_packeta_adresa,
#obj_packeta_mesto,
#obj_packeta_psc {
  display: none;
}

.videoWrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ie_warning,
#korona_warning {
  display: none;
  float: left;
  width: 48%;
  background-color: #cc0000;
  color: #ffffff;
  padding: 20px;
  margin-top: 10px;
}

#ie_warning a,
#korona_warning a {
  color: #ffffff;
}

#korona_warning {
  display: block;
}

input.fetch{
  display: block;
  margin: auto;
  padding: 5px 10px;
  cursor: pointer;
}

.item_remove_check{
  position: absolute;
  left: 15px;
  /*zoom: 200%;*/
  transform: scale(2);
  border-radius: 3px;
}
.item_remove_check:hover{
  background-color: red;
}
.item_remove_check>input[type="checkbox"]{
  accent-color: red;
  margin: 1px;
  display: block;
}
.products_custom .item_remove_check{
  display: none;
}

.f-carousel__slide{
  text-align: center;
  cursor: pointer;
}

.f-thumbs__slide:hover{
  border: 1px solid #1869ae;
}


@media (max-width: 767px) {
  div.f-thumbs__slide{
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 440px) {
  ul.mapa{
  zoom: 34%;
  -moz-transform: scale(0.34);
  -moz-transform-origin: left top;
  font-size: 13px;
  }
}
.top-navigation-bar {
    background: #1c2135;
    border-top-color: #1c2135;
    border-bottom-color: #1c2135;
    background-color: #1c2135;
    padding-top: 11px;
    padding-bottom: 7px;
}
.container5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.top-navigation-bar .container5 {
    align-items: center;
    display: flex;
}
.top-navigation-bar .container5>div:first-child {
    text-align: left;
}
.top-navigation-bar .container5>div:first-child, .top-navigation-bar .container5>div:last-child {
    flex-basis: 30%;
}
.top-navigation-bar .container5>div {
    flex: 1 1 60%;
}
.top-navigation-bar .container5>div {
    display: block;
    flex: 1 1 40%;
    text-align: center;
}
.top-navigation-menu, .top-navigation-contacts {
    background-color: transparent;
    color: white;
}
.top-navigation-menu {
    height: 25px;
    overflow: hidden;
    padding-right: 41px;
    position: relative;
    white-space: nowrap;
}
.top-navigation-bar .container5>div:last-child {
    text-align: right;
}
.top-navigation-bar .container5>div:first-child, .top-navigation-bar .container5>div:last-child {
    flex-basis: 30%;
    height: 25px;
}
.top-navigation-bar-menu li a, .top-navigation-bar-menu-helper li a {
    display: block;
    padding: 4px 20px;
    position: relative;
}
.top-navigation-bar a, .top-navigation-bar .dropdown button {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
}
.top-navigation-bar .dropdown button:hover, .top-navigation-bar a:hover {
    color: #1869ae;
}
.top-navigation-bar-menu {
    font-size: 0;
}
.top-navigation-bar-menu, .top-navigation-bar-menu-helper {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.top-navigation-bar-menu li {
    font-size: 13px;
    position: relative;
}
.top-navigation-bar-menu li, .top-navigation-bar-menu-helper li {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 767px) {
.header_2023_top_right_bottom>form#query {
    margin-left: 12%;
    margin-right: 12%;
    max-width: 60%;
}}
@media screen and (max-width: 479px) {
.top-navigation-bar {
    display: none;
}}

/*@media (min-width: 1200px){
#hor_nav {
    width: 1178px;
}}

@media (min-width: 992px){
#hor_nav {
    width: 972px;
}}
@media (min-width: 768px){
#hor_nav {
    width: 747px;
}}*/
.availability-label, .vypredane{
    font-size: 0.8025rem;
    font-weight: 700;
    color:#009901;
}

.vypredane{
  color: red;
}

.availability-label:before {
    content: url("/img/ico-sklad-ok.svg");
    vertical-align: middle;
    padding-top: 0px;
    display: inline-table;
    width: 16px;
    float: none;
    height: 16px;
    margin-right: 6px;
}

#web {display: block;}
    #mobile {display: none;}

    @media screen and (max-width: 479px) {
        #web {display: none;}
        #mobile {display: block;}
    }

    @media (max-width: 940px) {
      .kat-search {
    width: calc(50% - 10px);
  }
   }

.cols-3 {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  margin: 0 0 30px 0;
  margin: 0 0 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.cols-3 .col {
}
.cols-3 .col>ul {
}

.cols-3 .col>ul>li {
       flex-grow: 1;
    border-radius: 5px 5px 0px 0px;
    line-height: 1.5em;
    text-align: left;
    font-size: 1.1em;
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 420px;
    width: 23%;
    margin: 20px 8px;
    padding: 15px 10px 15px 25px;
    float: left;
}

/*.cols-3 .col>ul>li:last-child {
    float: none;
    display: flow-root;
}*/


.cols-3 .col>ul>li>a {
    display: block;
    line-height: 24px;
    font-size: 18px;
    color: #363b42;
    font-weight: bold;
    text-decoration: none;
}
.cols-3 .col>ul>li>a:hover {
    color: #1869ae;
    text-decoration: underline;
}


.cols-3 .col>ul>li>ul {

}

.cols-3 .col>ul>li>ul>li>a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #363b42;
    text-decoration: none;
}
.cols-3 .col>ul>li>ul>li>a:hover {
     color: #1869ae;
    text-decoration: underline;
}

@media (max-width: 970px) {
.cols-3 .col>ul>li {
    width: 47%;
    float: left;
}
.cols-3 .col>ul {
    justify-content: space-between;
    position: relative;
    font-size: 16px;
    margin: 20px 0px;
    padding: 30px 20px;
    min-height: 350px;
}
}

@media (max-width: 600px) {
.cols-3 .col {
  margin: 20px 0px;
  display:none;
}
}
.has_submenu{
  background-repeat: no-repeat;
  background-position: bottom right;
}
.has_submenu_none {
  display:none;
}

.obj_doprava  {
  padding: 5px 10px;
}
.obj_doprava:hover  {
  background-color: #fff4e4;
}

.obj_platba  {
  padding: 5px 10px;
}
.obj_platba:hover  {
  background-color: #fff4e4;
}

@media (max-width: 940px) {
  .products .product .meta .price .current-price.current-price-od {
      font-size: 17px;

  }
}

.uloz_slovnik_toggle{
  display: inline-block;
  margin-top: 5px;
  color: #1869ae;
}
.uloz_slovnik_toggle ~ .uloz_slovnik{
  display: none;
}
.uloz_slovnik{
  margin: 5px 0px;
}
.uloz_slovnik>input[type="text"]{
  width: 43%;
}
.uloz_slovnik>input[type="button"]{
  width: auto;
  cursor: pointer;
}
.ts-control{
  padding: 5px !important;
}
.ts-dropdown .active{
  background-color: #d4ebff !important;
  color: #363b42 !important;
}
.ts-wrapper.multi .ts-control>div, .ts-wrapper.multi .ts-control>div.active, .ts-wrapper.plugin-remove_button:not(.rtl) .item{
	background-color: #0DB446;
	color: #FFFFFF;
	padding: 2px 6px;
	margin: 0 3px 3px 0;
}
.lds-dual-ring {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #1869ae transparent #1869ae transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*Hodnotenie obchod*/

#ratingWrapper, .id--51 .votes-wrap {
    padding: 10px 20px;
}

.votes-wrap.simple-vote{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: unset;
}

.votes-wrap .vote-wrap {
    display: block!important;
    border: none;
    padding: 15px!important;
    border-radius: 8px;
    margin: 7.5px;
    text-align: left;
}

.votes-wrap {
    padding-top: 30px;
}

.votes-wrap {
    max-width: unset!important;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.votes-wrap .vote-wrap:not(.admin-response .vote-wrap) {
    background-color: #f1f1f1;
}

@media (min-width: 1200px) {
.votes-wrap:not(.admin-response)>.vote-wrap, .votes-wrap .vote-wrap {
    width: calc(100% / 4 - 7.5px * 2);
}}

.votes-wrap .vote-wrap>*:not(.no-display) {
    flex-basis: 100%!important;
    width: 100%!important;
    display: block!important;
    text-align: left;
}

.vote-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 1.1;
}

.vote-summary {
    display: block;
    min-width: 0;
    width: 100%;
}

.votes-wrap .vote-summary {
    margin-top: 0;
}

.vote-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.vote-name {
    line-height: 1.2;
}

.votes-wrap .vote-rating {
    flex-wrap: nowrap;
    justify-content: flex-start;
    white-space: nowrap;
}

.vote-rating {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.stars {
    position: relative;
    flex: 0 0 auto;
    display: inline-block;
    width: 89px;
    height: 15px;
    margin-right: 3px;
}

.stars span.star::before {
    color: var(--color-primary) !important;
}

.stars a.star-on::before, span.star.star-on::before {
    background: url("/img/star.svg") no-repeat center center;
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    padding-right: 2px;
}

.votes-wrap .vote-rating .vote-delimeter {
    display: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.votes-wrap .vote-rating>* {
    order: unset;
}

.votes-wrap .vote-rating .vote-time {
    width: unset;
    line-height: normal;
}

.votes-wrap .vote-time {
    color: #666;
}

.votes-wrap .vote-content {
    padding: 0!important;
    width: 100%!important;
}

.vote-content {
    font-size: 14px!important;
    line-height: 150%!important;
}

.vote-time {
    font-size: 12px;
}

.rate-wrapper.unveil-wrapper .rate-wrap {
    display: flex;
}

.rate-wrapper.unveil-wrapper .rate-average-wrap {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    line-height: 1;
    flex: 0 0 50%;
    max-width: 50%;
}



.rate-wrapper.unveil-wrapper .rate-average-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
.rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: row;
    align-items: center;
}}

.rate-wrapper.unveil-wrapper .rate-average {
    font-size: 350%;
}



.rate-average {
    color: #08ad0c;
}

.rate-wrapper.unveil-wrapper .rate-star-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around;
    height: 100%;
    margin-top: 10px;
}

@media (min-width: 480px) {
.rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 20px;
    margin-top: 0;
}}

.stars-label {
    flex: 0 0 auto;
    line-height: 12px;
}

.rate-wrapper.unveil-wrapper .rate-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rate-wrapper.unveil-wrapper .rate-star {
    margin-right: 10px;
    width: auto;
    display: flex;
    align-items: center;
}

.rate-wrapper.unveil-wrapper .rate-value {
    margin-right: 5px;
}

.stars a, .stars span {
    position: relative;
    float: left;
    width: 16x;
    height: 12px;
    line-height: 12px;
}

.rate-wrapper.unveil-wrapper .rate-block {
    display: flex;
    flex-grow: 1;
    padding-right: 40px;
}

.rate-wrapper.unveil-wrapper .rate-bar {
    position: relative;
    display: flex;
    align-items: center;
    height: 5px;
    animation-name: scale;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    transform-origin: left;
}

.rate-bar {
    background-color: #dadada;
}

table.basket thead {
  background-color: #151618;
  color: #FFF;
  }

  ul.advantages li h4 {
        padding: 12px 25px 12px 25px;
    text-decoration: none;
    background-color: #1869ae;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
  }

  .home-lava {
    background-color: #fff;
    border: 1px solid #ecebeb;
    margin-right: 1.5%;
    padding: 20px 50px;
}

  .home-prava {
    background-color: #135791;
    border: 1px solid #ecebeb;
    margin-right: 1.5%;
    padding: 20px 50px;
}

  .home-prava h2, .home-prava p {
   color: #FFF;
}

  .home-prava p, .home-lava p {
   font-size: 17px;
  line-height: 1.56;
  padding-top:15px;
}