﻿@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.2/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.2/owl.theme.min.css");
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat.eot");
  src: url("fonts/Montserrat.ttf") format("truetype"), url("fonts/Montserrat.woff") format("woff"), url("fonts/Montserrat.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/MontserratBold.eot");
  src: url("fonts/MontserratBold.ttf") format("truetype"), url("fonts/MontserratBold.woff") format("woff"), url("fonts/MontserratBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.fa, .headerBasket .dropdown-content:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  }

.cleaner {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

/*#region mixin */
/*#endregion */
/*#region layout */
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  background: #fff; }

form {
  margin: 0;
  padding: 0; }

#pageWrap {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

#headerWrap {
  width: 100%;
  background: #fff url(images/headerWrap.png) repeat-x left bottom; }
  #headerWrap #header {
    position: relative;
    /*margin: 0 auto 0 auto;*/
    z-index: 3;
    padding: 0 50px 0 30px;
    max-width: 1600px; }
    @media screen and (min-width: 1000px) and (max-width: 1480px) {
      #headerWrap #header {
        padding: 0 30px 0 20px; } }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #headerWrap #header {
        padding: 0 15px 0 15px; } }
    @media screen and (max-width: 767px) {
      #headerWrap #header {
        padding: 0 15px 0 15px; } }
    #headerWrap #header #logo {
      position: absolute;
      left: 58px;
      top: 10px; }
      @media screen and (min-width: 1000px) and (max-width: 1480px) {
        #headerWrap #header #logo {
          left: 20px; } }
      @media screen and (max-width: 999px) {
        #headerWrap #header #logo {
          left: 15px; } }

    @media screen and (max-width: 999px) {
      #headerWrap #header .contentLeft {
        display: none; } }
    #headerWrap #header .contentRight {
      position: relative; }
      @media screen and (max-width: 999px) {
        #headerWrap #header .contentRight {
          width: calc(100%); } }
      @media screen and (max-width: 540px) {
        #headerWrap #header .contentRight {
          margin-top: 60px; height: 60px;} }

      @media screen and (min-width: 1480px) {
        #headerWrap #header .contentRight .contentRightR {
          float: right;
          /*width: 37%;*/ } }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        #headerWrap #header .contentRight .contentRightR {
          float: right;
          width: calc(100% - 198px);
          position: relative; } }
      @media screen and (min-width: 1000px) {
        #headerWrap #header .contentRight .closebtn {
          display: none; } }
      @media screen and (max-width: 999px) {
        #headerWrap #header .contentRight .overlay {
          height: 0%;
          width: 100%;
          position: fixed;
          z-index: 1000;
          top: 0;
          left: 0;
          background-color: black;
          background-color: rgba(0, 0, 0, 0.9);
          overflow-y: auto;
          transition: 0.5s; }
          #headerWrap #header .contentRight .overlay .overlay-content {
            position: relative;
            top: 7%;
            width: 100%;
            text-align: left;
            padding: 0 20px; }
          #headerWrap #header .contentRight .overlay .closebtn {
            position: absolute;
            top: 0;
            right: 20px;
            font-size: 50px;
            padding: 8px;
            text-decoration: none;
            color: #818181;
            display: block;
            transition: 0.3s;
            z-index: 10;
            line-height: 1.2em; }
            #headerWrap #header .contentRight .overlay .closebtn:hover, #headerWrap #header .contentRight .overlay .closebtn:focus {
              color: #f1f1f1; } }

#containerTop {
  background: #131417 url(images/containerTop.jpg) no-repeat left top; }
  @media screen and (max-width: 767px) {
    #containerTop {
      background: #131417;
      background-image: none; } }
  #containerTop #containerTopIn {
    background: url(images/contentTop.jpg) no-repeat left bottom; }
  #containerTop .content {
    max-width: 1600px; }
    #containerTop .content .contentLeft {
      padding: 65px 0 0 0; }
      @media screen and (max-width: 999px) {
        #containerTop .content .contentLeft {
          padding: 0;
          min-height: 30px; } }
      @media screen and (max-width: 767px) {
        #containerTop .content .contentLeft {
          min-height: 0; } }
    #containerTop .content .contentRight {
      padding: 40px 0 0 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #containerTop .content .contentRight {
          padding: 10px 0 0 0; } }
      @media screen and (max-width: 999px) {
        #containerTop .content .contentRight .search {
          display: none; } }
  #containerTop .search {
    float: none;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      #containerTop .search {
        /*display: none !important;*/ } }
    #containerTop .search .searchText {
      float: left;
      width: calc(100% - 117px);
      background: url(images/searchText.png) no-repeat left top;
      height: 110px;
      padding: 31px 0 20px 60px;
      border: none; }
      #containerTop .search .searchText input {
        width: 100%;
        display: block;
        background: none;
        padding: 0 0 0 100px;
        border: none;
        height: 49px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px; }
    #containerTop .search .searchBtn {
      float: left;
      width: 117px;
      background: url(images/searchBtn.png) no-repeat left top;
      height: 110px;
      padding: 31px 0 20px 0; }
      #containerTop .search .searchBtn:before {
        content: "";
        font-size: 0; }
      #containerTop .search .searchBtn input {
        color: #fff;
        width: 100%;
        display: block;
        background: none;
        border: none;
        height: 49px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        padding: 0 10px 0 0; }


.levo_cont .search{
  width: 270px;
  margin: 0px 0px 0px 5px!important;
  float: none;
}

.levo_cont #naseptavac_cont{
position: absolute;
top: 38px;
left: 0px;
z-index: 9999;
width: 1px;
background-color: white;
box-shadow: 4px 5px 10px 1px rgba(0,0,0,0.41);
}

.contentLeft {
  min-height: 80px;
  float: left;
  width: 295px; }
  @media screen and (min-width: 1000px) and (max-width: 1480px) {
    .contentLeft {
      width: 240px; }
    .levo_cont .search {
      width: 215px;
    }
    }
  @media screen and (max-width: 999px) {
    .contentLeft {
      padding: 0;
      min-height: 0; } }

.contentRight {
  float: left;
  width: calc(100% - 360px);
  padding: 0; }
  @media screen and (min-width: 1000px) and (max-width: 1480px) {
    .contentRight {
      width: calc(100% - 290px); } }
  @media screen and (max-width: 999px) {
    .contentRight {
      width: 100%; } }

.containerGray {
  background: #131417; }

.content {
  padding: 0 50px 0 30px;
  max-width: 1600px; }
  @media screen and (max-width: 1480px) {
    .content {
      padding: 0 30px 0 20px; } }
  @media screen and (max-width: 1199px) {
    .content {
      padding: 0 20px 0 20px; } }
  @media screen and (max-width: 500px) {
    .content {
      padding: 0px; } }
  @media screen and (max-width: 999px) {
    .content .contentLeft {
      width: 100%; } }

/* #endregion layout */
/* #region logo */
#logo {
  float: left; }
  #logo img {
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 1000px) and (max-width: 1480px) {
      #logo img {
        max-width: 260px; } }
    @media screen and (max-width: 999px) {
      #logo img {
        display: none; } }


#logo480 {
  width: 100%;
  display: none; }

  @media screen and (max-width: 999px) {
    #logo480 {

      width: 178px;
      margin: 0 20px 0 0;
      display: block;      } }
  @media screen and (max-width: 540px) {
    #logo480 {
      position: absolute;
      top: -60px;
      left: 0px;
      width: 100%;
      height: 60px;
      background-color: #aa2517;
      } }

  #logo480 img {
    width: 100%;
    display: block; }
    
  @media screen and (max-width: 540px) {
    #logo480 img {
      width: auto;
      height: 100%;
      margin: 0px auto;
      } }

/* #endregion header */
/*#region ko��k v hlavi�ce */
.headerBasket {
  float: right;
  margin: 0 0 0 20px;
  background: url(images/headerBasket.png) no-repeat center 12px;
  width: 60px; }
  @media screen and (min-width: 1480px) {
    .headerBasket {
      position: relative; } }
  @media screen and (max-width: 1480px) {
    .headerBasket {
      margin: 0; } }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    .headerBasket {
      /*margin: 35px 0 0 0;*/
      position: relative; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .headerBasket {
      margin: 12px 60px 20px 0;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .headerBasket {
      margin: 5px 49px 6px 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .headerBasket {
      position: relative; } }
  @media screen and (max-width: 480px) {
    .headerBasket {
      margin: 0 49px 0 0;
      background-position: center 10px; } }
  @media screen and (min-width: 768px) {
    .headerBasket:hover #myDropdown {
      display: block; } }
  .headerBasket > div.dropbtn {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #bf2816;
    cursor: pointer; }
    .headerBasket > div.dropbtn span {
      position: absolute;
      top: 32px;
      right: -5px;
      width: 22px;
      height: 22px;
      line-height: 1.8em;
      font-size: 0.75em;
      text-align: center;
      color: #fff;
      background: #9ab600;
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 480px) {
        .headerBasket > div.dropbtn span {
          right: 58px; } }
    .headerBasket > div.dropbtn strong {
      display: block;
      padding: 44px 0 0 0;
      height: 80px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .headerBasket > div.dropbtn strong {
          height: 0;
          font-size: 0;
          line-height: 0; } }
  .headerBasket .dropdown-content {
    display: none;
    position: absolute;
    padding: 0 0 10px 0;
    background: url(images/toothBasket.png) repeat-x left bottom;
    min-width: 377px;
    box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    top: 103px;
    border-top: 5px solid #a52517; }
    @media screen and (max-width: 1199px) {
      .headerBasket .dropdown-content {
        top: 69px; } }
    @media screen and (max-width: 480px) {
      .headerBasket .dropdown-content {
        min-width: 280px; } }
    .headerBasket .dropdown-content .dropdown-content-in {
      background: #f3eade;
      padding: 10px 25px 10px 25px; }
      @media screen and (max-width: 480px) {
        .headerBasket .dropdown-content .dropdown-content-in {
          padding: 10px; } }
    .headerBasket .dropdown-content.show {
      display: block;
      /*@media screen and (max-width: 479px) { display: none; }*/ }
    .headerBasket .dropdown-content:before {
      position: absolute;
      top: -35px;
      right: 10px;
      content: "\f0d8";
      font-size: 44px;
      color: #a52517; }
      @media screen and (max-width: 480px) {
        .headerBasket .dropdown-content:before {
          right: 66px; } }
  .headerBasket .content-item-ks {
    border-bottom: 1px solid #d8ba92;
    color: #000;
    display: table;
    width: 100%; }
    .headerBasket .content-item-ks .content-item-l {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 0; }
    .headerBasket .content-item-ks .content-item-r {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      padding: 10px 0; }
  .headerBasket .content-item {
    border-bottom: 1px solid #d8ba92;
    display: table;
    font-size: 1.1em;
    width: 100%;
    line-height: 1.2em; }
    .headerBasket .content-item .content-item-l {
      display: table-cell;
      vertical-align: middle;
      padding: 5px 0;
      color: #560e00; }
    .headerBasket .content-item .content-item-c {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 10px 0 10px 10px;
      width: 28px; }
      .headerBasket .content-item .content-item-c span.del {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        background: #f5a70c;
        color: #fff;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .headerBasket .content-item .content-item-r {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      padding: 5px 0;
      width: 90px; }
  .headerBasket .content-item-sum {
    border-bottom: 1px solid #d8ba92;
    border-top: 2px solid #d8ccc0;
    color: #000;
    display: table;
    width: 100%; }
    .headerBasket .content-item-sum .content-item-l {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 0;
      font-size: 1.1em; }
    .headerBasket .content-item-sum .content-item-r {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      padding: 10px 0;
      font-size: 1.3em; }
  .headerBasket .content-item-btn {
    width: 100%;
    display: block;
    border-top: 2px solid #d8ccc0;
    padding: 10px 0;
    text-align: center;
    color: #a52517;
    text-decoration: underline; }
    .headerBasket .content-item-btn:hover {
      color: #a52517;
      text-decoration: none; }

/*#endregion */
/*#region navigace v levo */
.displayBox {
  display: block;
  padding: 15px;
  margin: 0 0 25px 0;
  background: url(images/displayBox.png) repeat left top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 280px; }
  @media screen and (min-width: 1000px) and (max-width: 1480px) {
    .displayBox {
      max-width: 260px;
      font-size: 0.9em; } }
  @media screen and (max-width: 999px) {
    .displayBox {
      max-width: 100%;
      margin: 50px 0 0 0;
      background: none;
      border-bottom: 1px solid #3d3d3d;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  .displayBox ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .displayBox ul li {
      position: relative;
      padding: 0 0 0 30px;
      margin: 0 0 5px 0;
      color: #fff;
      cursor: pointer; }
      .displayBox ul li i {
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 1.4em;
        color: #fff; }
      .displayBox ul li.active {
        color: #be2715; }
        .displayBox ul li.active i {
          color: #be2715; }
        .displayBox ul li.active:hover {
          color: #be2715; }
          .displayBox ul li.active:hover i {
            color: #be2715; }
      .displayBox ul li:hover {
        color: #ddc4a3; }
        .displayBox ul li:hover i {
          color: #ddc4a3; }
.displayBox a{
  color: inherit;
}
.displayBox a:hover{
  color: inherit;
}
/*#endregion */
/* #region top menu*/
#menu {
/*  float: left;*/
  z-index: 4;
  display: block; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #menu {
      margin: 55px 0 0 0; } }
  @media screen and (max-width: 999px) {
    #menu {
      width: 100%;
      margin: 0; } }
  #menu .overlay-content > ul {
    list-style: none;
    margin: 0 auto 0 auto;
    padding: 0; }
    @media screen and (max-width: 999px) {
      #menu .overlay-content > ul {
        padding: 30px 0 0 0; } }
    @media screen and (max-width: 767px) {
      #menu .overlay-content > ul {
        display: table;
        width: 100%; } }
    #menu .overlay-content > ul > li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table;
      float: left;
      background: url(images/menuLi.png) no-repeat right 25px; }
      #menu .overlay-content > ul > li:last-child {
        background: none; }
      @media screen and (min-width: 1000px) and (max-width: 1199px) {
        #menu .overlay-content > ul > li {
          background: url(images/menuLi1200.png) no-repeat right center; } }
      @media screen and (max-width: 999px) {
        #menu .overlay-content > ul > li {
          display: block;
          float: none;
          text-align: left;
          background: none; } }
      #menu .overlay-content > ul > li:hover a, #menu .overlay-content > ul > li.selected {
        color: #a72517; }
      #menu .overlay-content > ul > li > a {
        display: table-cell;
        font-size: 15px;
        color: #6b4318;
        text-decoration: none;
        text-align: center;
        position: relative;
        font-weight: 600;
        width: 100%;
        height: 80px;
        padding: 0 28px;
        vertical-align: middle;
        text-align: center;
        /*@media screen and (min-width: 768px) and (max-width: 999px) { height: 35px; font-size: 14px; padding: 0 12px; }*/ }
        @media screen and (min-width: 1600px) {
          #menu .overlay-content > ul > li > a {
            padding: 0 35px; } }
        @media screen and (min-width: 1400px) and (max-width: 1599px) {
          #menu .overlay-content > ul > li > a {
            padding: 0 25px; } }
        @media screen and (min-width: 1200px) and (max-width: 1399px) {
          #menu .overlay-content > ul > li > a {
            padding: 0 15px; } }
        @media screen and (min-width: 1000px) and (max-width: 1199px) {
          #menu .overlay-content > ul > li > a {
            font-size: 14px;
            padding: 0 15px;
            height: 35px; } }
        @media screen and (max-width: 999px) {
          #menu .overlay-content > ul > li > a {
            height: 45px;
            display: table;
            padding: 0 5px;
            font-size: 16px;
            text-align: left;
            color: #fff; }
            #menu .overlay-content > ul > li > a span {
              display: table-cell;
              vertical-align: middle; } }
      #menu .overlay-content > ul > li:first-child > a {
        padding: 0 35px 0 0; }
        @media screen and (min-width: 1400px) and (max-width: 1599px) {
          #menu .overlay-content > ul > li:first-child > a {
            padding: 0 25px 0 0; } }
        @media screen and (min-width: 1200px) and (max-width: 1399px) {
          #menu .overlay-content > ul > li:first-child > a {
            padding: 0 15px 0 0; } }
        @media screen and (min-width: 1000px) and (max-width: 1199px) {
          #menu .overlay-content > ul > li:first-child > a {
            padding: 0 25px 0 0; } }

#menuBtn {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 200;
  padding: 5px 8px;
  background: #bf2816;
  color: #fff;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

  @media screen and (max-width: 999px) {
    #menuBtn {
      bottom: auto;
      top: 17px;
      display: inline-block;
      right: auto;
      left: 225px; } }
  @media screen and (max-width: 540px) {
    #menuBtn {
      bottom: auto;
      top: 10px;
      display: inline-block;
      right: auto;
      left: 45px; } }
  #menuBtn .barItem {
    float: left;
    margin: 0 7px 0 0;
    color: #fff; }
  #menuBtn span {
    text-transform: uppercase;
      line-height: 27px; }
  #menuBtn:hover {
    background: #eb6e5f; }

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 5px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.4s;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  color: #fff; }

#menuBtn2 {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 190px;
  z-index: 200;
  padding: 5px 8px;
  background: #5c5c5c;
  color: #fff;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

  @media screen  and (max-width: 999px) {
    #menuBtn2 {
      bottom: auto;
      top: 17px;
      display: inline-block;
      left: 182px; } }
  @media screen and (max-width: 540px) {
    #menuBtn2 {
      bottom: auto;
      top: 10px;
      display: inline-block;
      left: 0; } }
  #menuBtn2 .barItem {
    float: left;
    color: #fff; }
  #menuBtn2 span {
    text-transform: uppercase; }
  #menuBtn2:hover {
    background: #777777; }

#searchBtn {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 200;
  padding: 5px 12px;
  background: #99b400;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  height: 36px;
  width: 42px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #searchBtn.show i.fa-search:before {
    content: "\f00d"; }
  @media screen and (min-width: 999px) and (max-width: 999px) {
    #searchBtn {
      display: inline-block;
      bottom: 5px;
      right: 60px; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #searchBtn {
      display: inline-block;
      bottom: 25px; } }
  @media screen and (max-width: 767px) {
    #searchBtn {
      bottom: auto;
      top: 17px;
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    #searchBtn {
      top: 10px; } }
  #searchBtn:hover {
    background: #a9c603; }

#pageWrapI #header #searchBox {
  display: none; }
  #pageWrapI #header #searchBox.show {
    display: block;
    position: relative; }
  @media screen and (max-width: 1199px) {
    #pageWrapI #header #searchBox .search {
      float: none;
      margin: 0;
      max-width: 350px;
      position: absolute;
      z-index: 999; } }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #pageWrapI #header #searchBox .search {
      top: 49px;
      right: 103px; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #pageWrapI #header #searchBox .search {
      top: 15px;
      right: 43px; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #pageWrapI #header #searchBox .search {
      top: 17px;
      right: 43px; } }
  @media screen and (max-width: 480px) {
    #pageWrapI #header #searchBox .search {
      right: -20px;
      width: calc(100% + 40px);
      padding: 20px;
      background: #f3eade;
      top: 55px;
      max-width: calc(100% + 40px);
      bottom: auto; } }

#pageWrapI #containerTop #searchBox {
  display: none !important; }

#pageWrap #header #searchBox {
  display: none; }
  @media screen and (min-width: 1200px) {
    #pageWrap #header #searchBox {
      display: block !important; } }
  #pageWrap #header #searchBox.show {
    display: block;
    position: relative; }
  @media screen and (min-width: 1200px) {
    #pageWrap #header #searchBox .search {
      display: block !important;
      margin: 32px 20px 0 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      float: right;
      width: 100%;
      max-width: 230px; } }
  @media screen and (max-width: 1199px) {
    #pageWrap #header #searchBox .search {
      float: none;
      margin: 0;
      max-width: 350px;
      position: absolute;
      z-index: 999; } }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #pageWrap #header #searchBox .search {
      top: 49px;
      right: 103px; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #pageWrap #header #searchBox .search {
      top: 26px;
      right: 43px; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #pageWrap #header #searchBox .search {
      top: 17px;
      right: 43px; } }
  @media screen and (max-width: 480px) {
    #pageWrap #header #searchBox .search {
      right: -20px;
      width: calc(100% + 40px);
      padding: 20px;
      background: #f3eade;
      top: 55px;
      max-width: calc(100% + 40px);
      bottom: auto; } }

/* #endregion top menu*/
/*#region lev� menu */
@media screen and (min-width: 1000px) {
  .container .contentLeft #myNav .closebtn {
    display: none; } }

@media screen and (max-width: 999px) {
  .container .contentLeft {
    width: 100%;
    position: relative; }
    .container .contentLeft .overlay {
      height: 0%;
      width: 100%;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      overflow-y: auto;
      transition: 0.5s; }
      .container .contentLeft .overlay a.closebtn {
        line-height: 1.2em; }
      .container .contentLeft .overlay .overlay-content {
        position: relative;
        top: 7%;
        width: 100%;
        text-align: left;
        padding: 0 20px; }
      .container .contentLeft .overlay .closebtn {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 50px;
        padding: 8px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
        z-index: 10;
        line-height: 1.2em; }
        .container .contentLeft .overlay .closebtn:hover, .container .contentLeft .overlay .closebtn:focus {
          color: #f1f1f1; } }

/*#endregion */
/*#region menuLeft */
.menuLeft .overlay-content > span {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 5px 0; }
  .menuLeft .overlay-content > span.iconMenu1 {
    background: url(images/iconMenu1.png) no-repeat left top; }
  .menuLeft .overlay-content > span.iconMenu2 {
    background: url(images/iconMenu2.png) no-repeat left top; }
  .menuLeft .overlay-content > span.iconMenu3 {
    background: url(images/iconMenu3.png) no-repeat left top; }
  .menuLeft .overlay-content > span.iconMenu4 {
    background: url(images/iconMenu4.png) no-repeat left top; }
  .menuLeft .overlay-content > span.iconMenu5 {
    background: url(images/iconMenu5.png) no-repeat left top; }
  .menuLeft .overlay-content > span.iconMenu6 {
    background: url(images/iconMenu6.png) no-repeat left top; }

.menuLeft .overlay-content ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .menuLeft .overlay-content ul li {
    display: block; }
    .menuLeft .overlay-content ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 1.2em;
      line-height: 130%;
      margin-bottom: 10px;
      }
      .menuLeft .overlay-content ul li a:hover {
        color: #ca2916;
        text-decoration: none; }
      .menuLeft .overlay-content ul li a.selected {
        color: #ca2916;
        text-decoration: none; }

/*#endregion */
/* #region txt  */
p {
  margin: 0 0 1.8em 0;
  padding: 0;
  line-height: 1.5em; }

h1 {
  font-size: 26px;
  margin: 0 0 1.0em 0;
  font-weight: bold;
  font-family: 'Montserrat';
  color: #000; }

h2 {
  font-size: 23px;
  margin: 0 0 0.8em 0;
  font-weight: bold;
  color: #000; }

h3 {
  font-size: 21px;
  margin: 0 0 0.7em 0;
  font-weight: bold;
  color: #000; }

h4 {
  font-size: 17px;
  margin: 0 0 0.6em 0;
  font-weight: bold;
  color: #000; }

h5 {
  font-size: 15px;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  color: #000; }

h6 {
  font-size: 13px;
  margin: 0 0 0.4em 0;
  font-weight: bold;
  color: #000; }

a {
  text-decoration: underline;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none;
  color: #000; }

ul {
  margin: 3px 0 3px 5px;
  padding: 3px 0 0 15px; }

a img {
  border: none; }

/* #endregion txt  */
/*#region search */
@media screen and (min-width: 1199px) {
  #pageWrapI #header .search {
    display: none !important; } }

@media screen and (min-width: 1199px) {
  #pageWrap #header .search {
    display: block !important;
    position: relative; }
    #pageWrap #header .search .searchImg {
      width: 56px;
      height: 35px;
      background: url(images/searchImg.png) no-repeat left top;
      position: absolute;
      bottom: -10px;
      left: -42px; } }

.search {
  display: table;
  margin: 0 auto 15px auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .search {
      float: right;
      width: 200px; } }
  .search .searchText {
    float: left;
    background: #fff;
    padding: 0 0 0 10px;
    height: 36px;
    width: calc(100% - 42px);
    border: 1px solid #978c7d;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .search .searchText input {
      width: 100%;
      display: block;
      background: none;
      padding: 0 0 0 10px;
      height: 36px;
      border: none;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #323232; }
  .search .searchBtn {
    float: left;
    width: 42px;
    background: #99b400;
    height: 36px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .search .searchBtn:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f002";
      position: absolute;
      top: 7px;
      left: 12px;
      font-size: 20px;
      color: #fff; }
    .search .searchBtn input {
      color: #fff;
      width: 100%;
      display: block;
      background: none;
      border: none;
      height: 36px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 0;
      text-align: center;
      cursor: pointer;
      padding: 0;
      position: relative; }

/*#endregion */
/*#region hp */
.titleBox {
  font-size: 2.7em;
  color: #efefef;
  text-transform: uppercase; }
  @media screen and (min-width: 1200px) and (max-width: 1250px) {
    .titleBox {
      font-size: 2.7em; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .titleBox {
      font-size: 2.1em; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .titleBox {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    .titleBox {
      font-size: 1.6em; } }
  .titleBox h1 {
    font-size: 1em;
    color: #efefef;
    line-height: 1.3em; }
    .titleBox h1 strong {
      color: #cfb799; }
    .titleBox h1 span {
      display: block; }

.contentNavText {
  font-size: 1.6em;
  padding: 90px 0 0 0;
  text-align: center;
  color: #fff;
  margin: 0 0 80px 0;
  background: url(images/contentNavText.png) no-repeat center top; }
  @media screen and (max-width: 480px) {
    .contentNavText {
      font-size: 1.2em;
      padding: 70px 0 0 0; } }

/*#endregion */
/*#region hp navigace */
.contentNav {
  margin: 0 0 30px 0;
  width: 100%; }
  .contentNav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contentNav ul::after {
      content: "";
      clear: both;
      display: table; }
    .contentNav ul li {
      display: block;
      float: left;
      width: 32%;
      margin: 0 2% 2% 0;
      position: relative; }
      @media screen and (min-width: 481px) {
        .contentNav ul li.x1 {
          width: 97%;
          margin: 0 1% 2% 1%; }
          .contentNav ul li.x1 a > span {
            font-size: 1.8em;
            left: 20px;
            width: 100%; }
        .contentNav ul li.x2 {
          /*width: 48%;*/
          width: calc(50% - 25px);
          margin: 0 1% 2% 1%; }
          .contentNav ul li.x2 a > span {
            font-size: 1.8em;
            left: 20px;
            width: 50%; }
        .contentNav ul li.x3 {
          width: 31%;
          margin: 0 1% 2% 1%; }
          .contentNav ul li.x3 a > span {
            font-size: 1.4em;
            right: 20px;
            left: auto;
            width: 33%; }
        .contentNav ul li.x4 {
          margin: 0 0 2% 0; } }
      @media screen and (max-width: 480px) {
        .contentNav ul li {
          width: 100%;
          margin: 0 0 10px 0; } }
    .contentNav ul a {
      text-decoration: none;
      display: table;
      color: #fff;
      width: 100%;
      font-size: 1.5em; }
      @media screen and (min-width: 1000px) and (max-width: 1199px) {
        .contentNav ul a {
          font-size: 1.2em; } }
      @media screen and (min-width: 600px) and (max-width: 999px) {
        .contentNav ul a {
          font-size: 1em; } }
      @media screen and (min-width: 481px) and (max-width: 599px) {
        .contentNav ul a {
          font-size: 0.8em; } }
      @media screen and (max-width: 480px) {
        .contentNav ul a {
          font-size: 1.8em; } }
      .contentNav ul a:hover {
        color: #ddc4a3; }
        .contentNav ul a:hover img {
          border: 5px solid #be2715; }
      .contentNav ul a > span {
        position: absolute;
        top: 0px;
        left: 0;
        height: 100%;
        display: block;
        width: 100%;
        text-align: center; }
        .contentNav ul a > span span {
          display: table;
          height: 100%;
          width: 100%;
          text-align: center; }
          .contentNav ul a > span span span {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            line-height: 1.4em; }
            .contentNav ul a > span span span strong {
              font-size: 1.5em;
              display: block; }
  .contentNav img {
    border: 5px solid #ddc4a3;
    display: block;
    width: 100%; }

/*#endregion */
/*#region recepty HP */
.contentRecipe {
  background: #fff9f0;
  padding: 50px 0 30px 0;
  position: relative;
  margin: 0 0 -18px 0; }
  .contentRecipe:after {
    background: linear-gradient(-45deg, #ffffff 14px, #dddddd 15px, #bbbbbb 16px, transparent 19px, transparent 0), linear-gradient(45deg, #ffffff 16px, #dddddd 15px, #bbbbbb 14px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px; }
  .contentRecipe h2 {
    color: #591305;
    font-size: 2.8em;
    margin: 0 0 30px 0;
    line-height: 1.3em; }
    @media screen and (max-width: 480px) {
      .contentRecipe h2 {
        font-size: 2.0em; } }
  .contentRecipe .sliderRecipe {
    position: relative;
    width: 100%;
    margin: 0 0 60px 0; }
    .contentRecipe .sliderRecipe::after {
      content: "";
      clear: both;
      display: table; }

.sliderRecipeText {
  font-size: 1.5em;
  color: #560e00;
  margin: 0 50px 50px 50px;
  padding: 90px 0 0 0;
  background: url(images/sliderRecipeText.png) no-repeat center top; }
  @media screen and (max-width: 480px) {
    .sliderRecipeText {
      margin: 0 10px 50px 10px;
      padding: 70px 0 0 0;
      font-size: 1.2em; } }

/*#endregion */
/*#region footer */
#footerWrap {
  background: #fff9f0 url(images/footerWrap.jpg) no-repeat left bottom;
  position: relative; }
  @media screen and (min-width: 481px) and (max-width: 999px) {
    #footerWrap {
      background: #fff9f0 url(images/footerWrap1000.jpg) no-repeat center bottom; } }
  @media screen and (max-width: 480px) {
    #footerWrap {
      background: #fff9f0 url(images/footerWrap480.jpg) no-repeat center bottom; } }
  #footerWrap:after {
    /*background: linear-gradient(-135deg, #ffffff 14px, #dddddd 15px, #bbbbbb 16px, transparent 17px, transparent 0), linear-gradient(135deg, #ffffff 16px, #dddddd 15px, #bbbbbb 14px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    */
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 24px; }
  #footerWrap #footer {
    padding: 50px 50px 300px 30px;
    max-width: 1600px;
    color: #525252; }
    @media screen and (max-width: 1480px) {
      #footerWrap #footer {
        padding: 50px 30px 300px 20px; } }
    @media screen and (min-width: 481px) and (max-width: 999px) {
      #footerWrap #footer {
        padding: 50px 30px 220px 30px; } }
    @media screen and (max-width: 480px) {
      #footerWrap #footer {
        padding: 50px 20px 220px 20px; } }
    @media screen and (max-width: 999px) {
      #footerWrap #footer .contentLeft {
        width: 100%; } }
    #footerWrap #footer::after {
      content: "";
      clear: both;
      display: table; }
    #footerWrap #footer .footerItem {
      float: left;
      padding: 20px 0 0 0; }
      @media screen and (min-width: 1000px) {
        #footerWrap #footer .footerItem {
          width: 33.3%; } }
      @media screen and (min-width: 481px) and (max-width: 999px) {
        #footerWrap #footer .footerItem {
          width: 50%; }
          #footerWrap #footer .footerItem:last-child {
            border-top: 1px solid #bd9d92;
            width: 100%;
            text-align: center; } }
      @media screen and (max-width: 480px) {
        #footerWrap #footer .footerItem {
          width: 100%;
          border-bottom: 1px solid #bd9d92;
          text-align: center;
          padding: 10px 0 10px 0; }
          #footerWrap #footer .footerItem:last-child {
            border: none; } }
      #footerWrap #footer .footerItem:first-child {
        padding: 0; }
        @media screen and (max-width: 480px) {
          #footerWrap #footer .footerItem:first-child {
            padding: 10px 0; } }
      #footerWrap #footer .footerItem ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none; }
        @media screen and (max-width: 480px) {
          #footerWrap #footer .footerItem ul {
            margin: 0 auto 20px auto;
            display: table;
            text-align: left; } }
        #footerWrap #footer .footerItem ul li {
          display: block;
          position: relative;
          padding: 0 0 0 20px; }
          #footerWrap #footer .footerItem ul li:before {
            content: "-";
            position: absolute;
            top: 0;
            left: 0; }
          #footerWrap #footer .footerItem ul li a {
            text-decoration: none;
            color: #3d3d3d; }
            #footerWrap #footer .footerItem ul li a:hover {
              text-decoration: underline;
              color: #3d3d3d; }
  #footerWrap .footerLogo {
    margin: 0 0 35px 0; }
    #footerWrap .footerLogo img {
      max-width: 100%; }
  #footerWrap .footerTel {
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 480px) {
      #footerWrap .footerTel {
        margin: 0 auto 5px auto;
        display: table; } }
    #footerWrap .footerTel i {
      font-size: 20px;
      position: absolute;
      top: 3px;
      left: 0; }
  #footerWrap .footerMail {
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 480px) {
      #footerWrap .footerMail {
        margin: 0 auto 5px auto;
        display: table; } }
    #footerWrap .footerMail i {
      font-size: 20px;
      position: absolute;
      top: 3px;
      left: 0; }
    #footerWrap .footerMail a {
      text-decoration: none;
      color: #000; }
      #footerWrap .footerMail a:hover {
        text-decoration: underline;
        color: #000; }
  #footerWrap .footerAdress {
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 999px) {
      #footerWrap .footerAdress {
        padding: 30px 0 0 0; } }
    #footerWrap .footerAdress i {
      font-size: 30px;
      position: absolute;
      top: 3px;
      left: 0; }
      @media screen and (max-width: 999px) {
        #footerWrap .footerAdress i {
          top: 0;
          left: calc(50% - 5px); } }
    #footerWrap .footerAdress span span {
      text-transform: uppercase; }
  #footerWrap .footerTitle {
    font-size: 1.4em;
    color: #525252;
    margin: 0 0 10px 0; }

  #footerWrap:before {
    background: linear-gradient(-45deg, #fff9f0 14px, #dddddd 15px, #bbbbbb 16px, transparent 19px, transparent 0), linear-gradient(45deg, #fff9f0 16px, #dddddd 15px, #bbbbbb 14px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -24px;
    left: 0px;
    width: 100%;
    height: 24px; }

/*#endregion */
/*#region slider produktu */
#owl-demo .item {
  background: #42bdc2;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }

.sliderRecipeBox {
  width: calc(100% - 120px);
  margin: 0 60px; }

.owl-dots {
  display: none; }

.wl-carousel {
  position: relative; }

.owl-carousel .owl-item img {
  max-width: 400px;
  margin: 0 auto; }

.sliderRecipeBox a {
  color: #e2981d;
  text-decoration: none; }

.sliderText {
  font-size: 1.5em;
  color: #e2981d;
  font-weight: 600;
  height: 53px;
  overflow: hidden;
  line-height: 1.2em;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    .sliderText {
      font-size: 1.2em;
      height: 42px; } }
  @media screen and (min-width: 481px) and (max-width: 999px) {
    .sliderText {
      font-size: 1.4em;
      height: 50px; } }
  @media screen and (max-width: 480px) {
    .sliderText {
      font-size: 1.2em;
      height: 42px; } }

.owl-prev {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 100%; }

.owl-next {
  position: absolute;
  top: 0;
  right: -60px;
  width: 50px;
  height: 100%; }

.owl-theme .owl-nav .owl-prev {
  background: none !important;
  color: #cb2d1a !important;
  font-size: 0 !important; }
  .owl-theme .owl-nav .owl-prev:hover {
    color: #cb2d1a !important; }
  .owl-theme .owl-nav .owl-prev::before {
    position: absolute;
    font-size: 50px !important;
    top: calc(50%-20px);
    left: calc(50%-10px);
    content: "\f104";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.owl-theme .owl-nav .owl-next {
  background: none !important;
  color: #cb2d1a !important;
  font-size: 0 !important; }
  .owl-theme .owl-nav .owl-next:hover {
    color: #cb2d1a !important; }
  .owl-theme .owl-nav .owl-next::before {
    position: absolute;
    font-size: 50px !important;
    top: calc(50%-20px);
    right: calc(50%-10px);
    content: "\f105";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

/*#endregion */
/*#region best hp */
.containerBest{
  position: relative;
}
.containerBest .content {
  padding: 50px 50px 50px 30px;
  text-align: center; }
  @media screen and (max-width: 1480px) {
    .containerBest .content {
      padding: 50px 30px 30px 20px; } }
  @media screen and (max-width: 999px) {
    .containerBest .content .contentLeft {
      width: 100%; } }
  .containerBest .content::after {
    content: "";
    clear: both;
    display: table; }
  .containerBest .content h2 {
    color: #591305;
    font-size: 2.8em;
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.3em; }
    @media screen and (max-width: 480px) {
      .containerBest .content h2 {
        font-size: 2.0em; } }
        
  .containerBest:before {
    background: linear-gradient(-45deg, #ffffff 14px, #dddddd 15px, #bbbbbb 16px, transparent 19px, transparent 0), linear-gradient(45deg, #ffffff 16px, #dddddd 15px, #bbbbbb 14px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -24px;
    left: 0px;
    width: 100%;
    height: 24px; }

.contentBest .itemWrap {
  display: block;
  float: left; }
  @media screen and (min-width: 1000px) {
    .contentBest .itemWrap {
      width: 22%;
      margin: 0 4% 4% 0; }
    .contentBest .itemWrap:nth-child(4n) {
      margin: 0 0 4% 0; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .contentBest .itemWrap {
      width: 32%;
      margin: 0 2% 2% 0; }
    .contentBest .itemWrap:nth-child(3n) {
      margin: 0 0 2% 0; }
    .contentBest .itemWrap:nth-child(4) {
      display: none; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .contentBest .itemWrap {
      width: 49%;
      margin: 0 2% 30px 0; }
    .contentBest .itemWrap:nth-child(2n) {
      margin: 0 0 30px 0; } }
  @media screen and (max-width: 419px) {
    .contentBest .itemWrap {
      width: 100%;
      margin: 0 0 30px 0;
      border-bottom: 1px solid #d8ccc0;
      padding: 0 0 10px 0; }
      .contentBest .itemWrap:last-child {
        border: none; } }
  .contentBest .itemWrap a {
    text-decoration: none;
    color: #5b433e;
    font-size: 1.2em; }
    .contentBest .itemWrap a:hover .itemBtn {
      background: #cb2d1a; }
      .contentBest .itemWrap a:hover .itemBtn:before {
        color: #cb2d1a; }
  .contentBest .itemWrap .itemImg {
    margin: 0px auto 10px auto;
    max-height: 200px;
    max-width: 200px;
    }
    .contentBest .itemWrap .itemImg img {
      max-width: 100%;
      display: table;
      margin: 0 auto; }
  .contentBest .itemWrap .itemTitle {
    color: #c01c11;
    font-weight: 600;
    height: 70px;
    overflow: hidden;
    margin: 0 0 10px 0;
    line-height: 1.4em; }
  .contentBest .itemWrap .itemText {
    color: #5b433e;
    height: 94px;
    overflow: hidden;
    line-height: 1.4em;
    margin: 0 0 20px 0; }
  .contentBest .itemWrap .itemBtn {
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
    background: #560e00;
    color: #fff;
    position: relative; }
    .contentBest .itemWrap .itemBtn:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f0d8";
      position: absolute;
      top: -14px;
      font-size: 20px;
      left: calc(50% - 5px);
      color: #560e00; }

/*#endregion */
/*#region list */
#containerList {
  position: relative; }
  #containerList::after {
    background: linear-gradient(-45deg, #fff9f0 14px, #dddddd 15px, #bbbbbb 16px, transparent 19px, transparent 0), linear-gradient(45deg, #fff9f0 16px, #dddddd 15px, #bbbbbb 14px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px; }
  @media screen and (min-width: 1000px) {
    #containerList {
      /*background: url(images/container1.jpg) no-repeat left top;*/ } }
  @media screen and (min-width: 1000px) and (max-width: 1480px) {
    #containerList {
      /*background: url(images/container1b.jpg) no-repeat left top;*/ } }
  @media screen and (min-width: 1000px) {
    #containerList .contentLeft {
      padding: 90px 0 50px 0; } }
  @media screen and (min-width: 1200px) {
    #containerList .contentRight {
      padding: 20px 30px 50px 30px; } }
  @media screen and (max-width: 1199px) {
    #containerList .contentRight {
      padding: 20px 15px 50px 20px; } }
  @media screen and (max-width: 999px) {
    #containerList .contentRight {
      padding: 20px 15px 50px 15px; } }

#containerList.container1 .listBox .listWrap {
  float: left;
  width: 33.33%;
  border: 1px solid #fff;
  border-top: 1px solid #ddcfcc;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 20px; }
  @media screen and (max-width: 999px) {
    #containerList.container1 .listBox .listWrap {
      padding: 5px; } }
  @media screen and (min-width: 381px) and (max-width: 600px) {
    #containerList.container1 .listBox .listWrap {
      width: 50%; } }
  @media screen and (max-width: 380px) {
    #containerList.container1 .listBox .listWrap {
      width: 100%; } }
  #containerList.container1 .listBox .listWrap:hover {
    border: 1px solid #ddcfcc; }

#containerList.container1 .listBox .listImg {
  border-bottom: 1px solid #ddcfcc;
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 225px;}
  #containerList.container1 .listBox .listImg img {
    max-width: 100%; 
    max-height: 200px;
    }

#containerList.container1 .listWrapBox .listTitle {
  font-size: 1.7em;
  height: 60px;
  overflow: hidden;
  margin: 0 0 5px 0;
  color: #560e00;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  line-height: 1.3em; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #containerList.container1 .listWrapBox .listTitle {
      font-size: 1em;
      height: 55px; } }
  @media screen and (max-width: 767px) {
    #containerList.container1 .listWrapBox .listTitle {
      font-size: 1.4em;
      height: 55px; } }
  #containerList.container1 .listWrapBox .listTitle a {
    color: #560e00;
    text-decoration: none; }

#containerList.container1 .listWrapBox .listStock {
  height: 22px;
  font-size: 1.2em;
  color: #a1a1a1;
  overflow: hidden;
  margin: 0 0 15px 0;
  line-height: 1.2em; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #containerList.container1 .listWrapBox .listStock {
      font-size: 1em;
      height: 20px; } }
  @media screen and (max-width: 767px) {
    #containerList.container1 .listWrapBox .listStock {
      font-size: 1em;
      height: 20px; } }
  #containerList.container1 .listWrapBox .listStock .green {
    color: #abc32b; }

#containerList.container1 .listWrapBox .listText {
  font-size: 1.1em;
  height: 69px;
  overflow: hidden;
  line-height: 1.4em;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #containerList.container1 .listWrapBox .listText {
      font-size: 0.9em;
      height: 72px; } }
  @media screen and (max-width: 767px) {
    #containerList.container1 .listWrapBox .listText {
      font-size: 0.9em;
      height: 72px; } }

#containerList.container1 .listWrapBox .listBtn {
  display: table;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #be2816; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    #containerList.container1 .listWrapBox .listBtn {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    #containerList.container1 .listWrapBox .listBtn {
      font-size: 1em; } }
  #containerList.container1 .listWrapBox .listBtn:before {
    position: absolute;
    top: -14px;
    left: calc(50% - 5px);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d8";
    font-size: 20px;
    color: #be2816; }
  #containerList.container1 .listWrapBox .listBtn:hover {
    background: #e42e18; }
    #containerList.container1 .listWrapBox .listBtn:hover:before {
      color: #e42e18; }

#containerList.container2 .listTable {
  display: table;
  width: 100%;
  border-top: 1px solid #ddcfcc;
  padding: 20px 0 0 0; }
  @media screen and (max-width: 767px) {
    #containerList.container2 .listTable {
      padding: 0; } }
  #containerList.container2 .listTable .listItem {
    display: table-row; }
    @media screen and (max-width: 767px) {
      #containerList.container2 .listTable .listItem {
        display: block;
        border-bottom: 1px solid #ddcfcc; }
        #containerList.container2 .listTable .listItem:first-child {
          display: none; }
        #containerList.container2 .listTable .listItem::after {
          content: "";
          clear: both;
          display: table; } }
    #containerList.container2 .listTable .listItem .listTh {
      display: table-cell;
      font-size: 1.4em;
      color: #363636;
      padding: 0 0 10px 0;
      font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
      line-height: 1.3em;
      text-align: center; }
      #containerList.container2 .listTable .listItem .listTh:first-child {
        width: 40%;
        text-align: left; }
    #containerList.container2 .listTable .listItem .listTd {
      display: table-cell;
      font-size: 1.0em;
      color: #000;
      padding: 20px 0 20px 0;
      border-bottom: 1px solid #ddcfcc;
      text-align: center;
      font-size: 1.2em;
      line-height: 1.3em;
      position: relative; }
      @media screen and (max-width: 767px) {
        #containerList.container2 .listTable .listItem .listTd {
          display: block;
          border: none;
          float: left;
          width: 25%;
          padding: 0 0 20px 0; }
          #containerList.container2 .listTable .listItem .listTd:first-child {
            width: 100%;
            padding: 20px 0 0 0; } }
      @media screen and (max-width: 480px) {
        #containerList.container2 .listTable .listItem .listTd {
          font-size: 0.8em; }
          #containerList.container2 .listTable .listItem .listTd:first-child {
            font-size: 1.2em; } }
      #containerList.container2 .listTable .listItem .listTd:first-child {
        text-align: left; }
      #containerList.container2 .listTable .listItem .listTd .listSale {
        top: 5px;
        right: 0;
        left: auto;
        display: table;
        font-size: 0.8em; }
        #containerList.container2 .listTable .listItem .listTd .listSale span {
          width: 44px; }
  #containerList.container2 .listTable .listTitle {
    color: #560e00;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0; }
  #containerList.container2 .listTable .listBottom {
    position: relative;
    display: table;
    width: 100%; }
    #containerList.container2 .listTable .listBottom .listStock {
      float: left;
      margin: 0 20px 10px 0; }
      #containerList.container2 .listTable .listBottom .listStock span {
        font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif; }
        #containerList.container2 .listTable .listBottom .listStock span.green {
          color: #abc32b; }
    #containerList.container2 .listTable .listBottom .listIcon {
      float: left;
      position: relative;
      font-size: 0.8em; }
  #containerList.container2 .listTable .listWeight {
    margin: 0 0 2px 0; }
  #containerList.container2 .listTable .listPrice {
    margin: 0 0 2px 0; }
  #containerList.container2 .listTable .listKs input {
    width: 40px;
    margin: 0 5px 0 0;
    text-align: center;
    border: 1px solid #c43827;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 24px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 480px) {
      #containerList.container2 .listTable .listKs input {
        width: 38px;
        margin: 0 2px 0 0; } }
  @media screen and (max-width: 480px) {
    #containerList.container2 .listTable .listKs label {
      display: none; } }

.btnBuy {
  display: table;
  margin: 0 auto 20px auto; }
  .btnBuy a {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 15px 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    background: #be2816;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btnBuy a:before {
      color: #be2816;
      position: absolute;
      top: -18px;
      left: calc(50% - 8px);
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f0d8";
      font-size: 26px; }
    .btnBuy a:hover {
      background: #e42e18; }
      .btnBuy a:hover:before {
        color: #e42e18; }
  .btnBuy input {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 15px 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    background: #be2816;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;    }

    .btnBuy input:hover {
      background: #e42e18; }

.btnBuy_long {
  display: table;
  margin: 0 auto 20px auto; 
  width: 100%;}
  .btnBuy_long a {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 15px 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    background: #be2816;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btnBuy_long a:before {
      color: #be2816;
      position: absolute;
      top: -18px;
      left: calc(50% - 8px);
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f0d8";
      font-size: 26px; }
    .btnBuy_long a:hover {
      background: #e42e18; }
      .btnBuy_long a:hover:before {
        color: #e42e18; }
  .btnBuy_long input {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 15px 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    background: #be2816;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;    }

    .btnBuy_long input:hover {
      background: #e42e18; }


.listIcon {
  height: 38px;
  text-align: center;
  margin: 0 auto 10px auto;
  display: table; }
  @media screen and (min-width: 1000px) and (max-width: 1199px) {
    .listIcon {
      height: 30px; } }
  @media screen and (max-width: 767px) {
    .listIcon {
      height: 30px; } }
  .listIcon a {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 2px;
    float: left;
    padding: 4px 5px;
    line-height: 1.4em;
    font-size: 1em; }
    @media screen and (min-width: 1000px) and (max-width: 1199px) {
      .listIcon a {
        font-size: 0.8em;
        padding: 4px 3px;
        margin: 0 1px; } }
    @media screen and (max-width: 767px) {
      .listIcon a {
        font-size: 0.8em;
        padding: 4px 3px;
        margin: 0 1px; } }
    .listIcon a:before {
      position: absolute;
      top: -14px;
      left: 10px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f0d8";
      font-size: 20px; }
    .listIcon a.orange {
      background: #ff6a22;
      color: #fff; }
      .listIcon a.orange:before {
        color: #ff6a22; }
    .listIcon a.yellow {
      background: #f5a70c;
      color: #fff; }
      .listIcon a.yellow:before {
        color: #f5a70c; }
    .listIcon a.blue {
      background: #089fd5;
      color: #fff; }
      .listIcon a.blue:before {
        color: #089fd5; }

.listSale {
  position: absolute;
  top: -20px;
  left: 0; }
  @media screen and (max-width: 999px) {
    .listSale {
      top: -5px; } }
  .listSale span {
    display: block;
    width: 50px;
    text-align: center;
    position: relative;
    padding: 5px 0;
    line-height: 1.4em; }
    .listSale span:before {
      position: absolute;
      top: -14px;
      left: 10px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f0d8";
      font-size: 20px; }
    .listSale span.braun {
      background: #9a3c3c;
      color: #fff; }
      .listSale span.braun:before {
        color: #9a3c3c; }

#containerList .search {
  margin: 0 auto 0 auto; }
  @media screen and (max-width: 767px) {
    #containerList .search {
      margin: 0 auto 0 auto; } }

#containerList h1 {
  color: #560e00;
  font-size: 2.5em;
  margin: 0 0 30px 0; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #containerList h1 {
      font-size: 2em;
      margin: 0 0 20px 0; } }
  @media screen and (max-width: 480px) {
    #containerList h1 {
      font-size: 1.5em;
      margin: 0 0 15px 0;
      text-align: center; } }

/*#endregion */
/*#region NAVBAR */
.navBar {
  color: #b57129; }
  @media screen and (max-width: 480px) {
    .navBar {
      display: table;
      margin: 0 auto; } }
  .navBar a {
    color: #b57129;
    text-decoration: none;
    padding: 0 15px 0 0;
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 0 0; }
    .navBar a:before {
      position: absolute;
      font-size: 14px !important;
      top: calc(50% - 8px);
      right: 0px;
      content: "\f105";
      display: inline-block;
      font: normal normal normal 30px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .navBar a:hover {
      color: #b57129;
      text-decoration: underline; }
    .navBar a:first-child {
      font-size: 1.2em; }
    .navBar a:last-child:before {
      content: ""; }
      .navBar a:first-child:hover {
        color: #b57129;
        text-decoration: none; }
  .navBar strong {
    font-weight: 400; }

/*#endregion */
/*#region filterBox */
.filterBox {
  border-top: 1px solid #ddcfcc;
  display: table;
  width: 100%; }
  .filterBox .filterBoxL {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .filterBox .filterBoxL {
        display: block; } }
  .filterBox .filterBoxR {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .filterBox .filterBoxR {
        display: block;
        border-top: 1px solid #ddcfcc; } }

@media screen and (max-width: 480px) {
  .filterWrapper {
    text-align: center; } }

.filterWrapper .filterItem {
  margin: 0 30px 10px 0;
  float: left; }
  @media screen and (max-width: 480px) {
    .filterWrapper .filterItem {
      float: none;
      display: inline;
      margin: 0 15px 10px 15px; } }
  .filterWrapper .filterItem label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    font-size: 1.2em; }
    .filterWrapper .filterItem label:hover:before {
      content: "\f192"; }
    .filterWrapper .filterItem label.braun {
      color: #ff6a22; }
    .filterWrapper .filterItem label.blue {
      color: #089fd5; }
    .filterWrapper .filterItem label.orange {
      color: #f5a70c; }
    .filterWrapper .filterItem label.green {
      color: #9ab600; }
  .filterWrapper .filterItem input[type="radio"], .filterWrapper .filterItem input[type="checkbox"] {
    display: none; }
  .filterWrapper .filterItem label:before {
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #8a5e57;
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px; }
  .filterWrapper .filterItem input[type="radio"] + label:before {
    content: "\f10c";
    top: 2px; }
  .filterWrapper .filterItem input[type="checkbox"] + label:before {
    content: "\f096";
    top: 3px; }
  .filterWrapper .filterItem input[type="radio"]:checked + label:before {
    color: #560e00;
    content: "\f192"; }
  .filterWrapper .filterItem input[type="checkbox"]:checked + label:before {
    color: #560e00;
    content: "\f046"; }

@media screen and (max-width: 480px) {
  .sortWrapper {
    display: table;
    margin: 0 auto; } }

.sortWrapper span {
  font-size: 1.2em;
  /*display: block;*/
  text-align: right;
  margin: 0 10px 10px 10px; }


.sortWrapper ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 480px) {
    .sortWrapper ul {
      display: table;
      margin: 0 auto; } }
  .sortWrapper ul li {
    float: right;
    /*margin: 5px 0 5px 30px;*/
    }

    .sortWrapper ul li a {
      color: #560e00;
      text-decoration: underline;
      display: block;
      padding: 4px 10px;
      line-height: 1.2em;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .sortWrapper ul li a.active {
        background: #f3eade;
        text-decoration: none;
        color: #560e00; }
      .sortWrapper ul li a:hover {
        text-decoration: none;
        color: #560e00; }

/*#endregion */
/*#region pageBox */
.pageBox {
  border-top: 1px solid #ddcfcc;
  display: table;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 24px 0 0 0; }
  .pageBox .pageNavTitle {
    float: left;
    margin: 2px 0 0 0;
    font-size: 1.2em; }
    @media screen and (max-width: 480px) {
      .pageBox .pageNavTitle {
        text-align: center;
        width: 100%; } }
  .pageBox .pageNav {
    float: right; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .pageBox .pageNav {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .pageBox .pageNav {
        display: table;
        margin: 0 auto;
        float: none; } }
    .pageBox .pageNav p {
      margin: 0;
      font-size: 1.1em;
      line-height: 1.7em; }
      .pageBox .pageNav p a {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #e9dfdd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 5px 5px 0;
        text-decoration: none;
        color: #560e00; }
        .pageBox .pageNav p a:hover {
          background: #f3eade; }
      .pageBox .pageNav p span {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #f3eade;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #f3eade;
        margin: 0 5px 5px 0;
        color: #560e00; }

/*#endregion */
/*#region detail */
@media screen and (min-width: 768px) and (max-width: 999px) {
  .detailContent {
    padding: 20px 0 0 0; } }

.detailContent .detail .detailL {
  float: left;
  width: 30%;
  margin: 0 5% 0 0; }
  @media screen and (max-width: 767px) {
    .detailContent .detail .detailL {
      width: 100%;
      margin: 0; } }
  .detailContent .detail .detailL img {
    display: table;
    max-width: 100%;
    margin: 0 auto; }

.detailContent .detail .detailR {
  float: left;
  width: 65%;
  font-size: 1.2em; }
  @media screen and (max-width: 767px) {
    .detailContent .detail .detailR {
      width: 100%;
      margin: 0; } }
  .detailContent .detail .detailR .detailDesc {
    border-bottom: 1px solid #ddcfcc;
    margin: 0 0 20px 0; }
  .detailContent .detail .detailR .detailTitle {
    color: #560e00;
    margin: 0 0 5px 0;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif; }
  .detailContent .detail .detailR .detailText {
    margin: 0 0 20px 0; }
    .detailContent .detail .detailR .detailText.grey {
      color: #363636; }
  .detailContent .detail .detailR .detailStock {
    color: #a1a1a1;
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif; }
    @media screen and (min-width: 1000px) and (max-width: 1199px) {
      .detailContent .detail .detailR .detailStock {
        font-size: 1em;
        height: 20px; } }
    @media screen and (max-width: 767px) {
      .detailContent .detail .detailR .detailStock {
        font-size: 1em;
        height: 20px; } }
    .detailContent .detail .detailR .detailStock .green {
      color: #abc32b; }
  .detailContent .detail .detailR .deatilBottom {
    padding: 20px 0 0 0; }
    .detailContent .detail .detailR .deatilBottom .detailBottomL {
      float: left;
      width: 65%;
      /*min-width: 375px;*/
      white-space: nowrap;
      margin: 0 5% 20px 0; }
      @media screen and (max-width: 1345px) {
        .detailContent .detail .detailR .deatilBottom .detailBottomL {
          width: 80%; } }
      @media screen and (max-width: 1199px) {
        .detailContent .detail .detailR .deatilBottom .detailBottomL {
          width: 100%;
          margin: 0 0 20px 0; } }
    .detailContent .detail .detailR .deatilBottom .detailBottomR {
      float: left;
      width: 30%;
      padding: 30px 0 0 0; }
      @media screen and (max-width: 1340px) {
        .detailContent .detail .detailR .deatilBottom .detailBottomR {
          width: 100%;
          margin: 0 0 20px 0; } }

.detailContent .detailTable {
  display: table;
  width: 100%; }
  @media screen and (max-width: 400px) {
    .detailContent .detailTable {
      font-size: 0.8em; } }
  @media screen and (max-width: 350px) {
    .detailContent .detailTable {
      font-size: 0.7em; } }
  .detailContent .detailTable .detailItem {
    display: table-row; }
    .detailContent .detailTable .detailItem .detailTd {
      /*display: table-cell;*/
      color: #000;
      padding: 0;
      text-align: left;
      font-size: 1.1em;
      line-height: 1.3em;
      height: 60px;
      position: relative;
      min-width: 290px!important;}
      .detailContent .detailTable .detailItem .detailTd.unavailable {
        color: #363636; }
.detailContent .detailKs{
  display: inline-block;
}
.detailContent .detailKs input {
  width: 40px;
  margin: 0 8px 5px 0px;
  text-align: center;
  border: 1px solid #c43827;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  display: table;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  /*display: table;*/
  float: left;  }
@media screen and (max-width: 400px) {
  .detailContent .detailKs input {
    width: 30px;
  }
}

.detailContent .detailKs span {
  width: 40px;
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 15px;
  border: 1px solid #dd8d84;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  display: table;
  line-height: 1.9em; }
  @media screen and (max-width: 480px) {
    .detailContent .detailKs span {
      width: 38px;
      margin: 0 auto 0 auto;
      height: 38px;
      line-height: 2.4em; } }

.detailContent .detailWeight {
  display: inline-block;
  width: 155px;
  text-align: left;
  margin: 0 0 5px 0;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  line-height: 2.9em;}
@media screen and (max-width: 400px) {
  .detailContent .detailWeight {
    width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .detailContent .detailWeight {
    width: 115px;
  }
}

.detailContent .detailPrice {
  display: inline-block;
  width: 75px;
  text-align: right;
  margin: 0 3px 5px 0;
  white-space: nowrap;
  }
@media screen and (max-width: 400px) {
  .detailContent .detailPrice {
    width: 45px;
  }
  .baleniImg{
    width: 50px;
  }
}

.detailContent .btnBuy a {
  padding: 12px 10px;
  font-size: 1.0em;
  text-align: center; }
  .detailContent .btnBuy a:before {
    color: #be2816;
    position: absolute;
    top: -18px;
    left: calc(50% - 8px);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d8";
    font-size: 26px; }
    
.detailContent .btnBuy input {
  padding: 12px 10px;
  font-size: 1.0em;
  text-align: center; }
  .detailContent .btnBuy input:before {
    color: #be2816;
    position: absolute;
    top: -18px;
    left: calc(50% - 8px);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d8";
    font-size: 26px; }

/*#endregion */


.karta_form{
  display: none;
}

.red{
  color: red;
}

.gray{
  color: #666;
}

form, fieldset{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.baleni_img{
  background-image: url('/images/baleni_new.png?t=1');
  width: 64px;
  height: 54px;
  float: left;
  background-repeat: no-repeat;
}

.varianta_1{
  background-position: -64px 0px;
}
.varianta_2{
  background-position: -128px 0px;
}
.varianta_3{
  background-position: -768px 0px;
}
.varianta_4{
  background-position: -256px 0px;  
}
.varianta_7{
  background-position: -320px 0px;
}
.varianta_8{
  background-position: -384px 0px;
}
.varianta_9{
  background-position: -448px 0px;
}
.varianta_10{
  background-position: -512px 0px;
}
.varianta_11{
  background-position: -576px 0px;
}
.varianta_12{
  background-position: -640px 0px;
}
.varianta_13{
  background-position: -704px 0px;
}
.varianta_14{
  background-position: -832px 0px;
}
.varianta_16{
  background-position: -896px 0px;
}
.varianta_17{
  background-position: -960px 0px;
}

.baleni_img_s{
  background-image: url('/images/baleni_s.png?t=1');
  width: 32px;
  height: 27px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.varianta_s_1{
  background-position: -32px 0px;
}
.varianta_s_2{
  background-position: -64px 0px;
}
.varianta_s_3{
  background-position: -384px 0px;
}
.varianta_s_4{
  background-position: -128px 0px;
}
.varianta_s_7{
  background-position: -160px 0px;
}
.varianta_s_8{
  background-position: -192px 0px;
}
.varianta_s_9{
  background-position: -225px 0px;
}
.varianta_s_10{
  background-position: -256px 0px;
}
.varianta_s_11{
  background-position: -288px 0px;
}
.varianta_s_12{
  background-position: -320px 0px;
}
.varianta_s_13{
  background-position: -352px 0px;
}

.varianta_s_14{
  background-position: -384px 0px;
}
.varianta_s_16{
  background-position: -448px 0px;
}
.varianta_s_17{
  background-position: -480px 0px;
}

.kosik_nahled_img2{
  padding: 0px 10px 0px 0px;
}

.content, #footer, #header{
  max-width: 1600px;
  margin: 0px auto;
}

#contentList{
  background: url(images/container1.jpg) no-repeat left top;
}

#containerList{
  background-color: #202126;
}

#containerList .contentRight {
    background-color: white;
}

#containerList.container1 .listWrapBox .listText br{
  display: none;
}
#containerList.container1 .listWrapBox .listText div{
  display: inline;
}
