html {
  font-size: 16px !important;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #808080;
  line-height: 1.5;
  font-size: 16px;
  background: #fff;
}
a {
  color: #000;
  font-weight: 700;
  transition: all 0.3s;
}
a:hover,
a:focus,
a:active {
  color: #808080;
  font-weight: 700;
  text-decoration: none;
}
li {
  padding-top: 3px;
  padding-bottom: 3px;
}
h1, h2, h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}
h4 {
  color: #000;
  font-weight: 700;
}
h1 {
  margin-bottom: 30px;
  line-height: 1.3;
}
h2 {
  font-size: 24px;
}
h2 .glyphicon {
  margin-right: 10px;
}
.spacer {
  padding: 0;
}
hr {
  background-color: transparent;
  border-top: 1px solid #ddd;
  height: 1px;
}
.radio, .checkbox {
  margin-bottom: 15px;
}
.radio label:hover, .checkbox label:hover {
  color: #000;
}
.form-control {
  font-size: 16px;
}
.modal-header {
  background: #9b9583;
}
.modal-title {
  color: #fff;
}
.stroke,
.big-price .stroke {
  color: #808080;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.stroke:before,
.big-price .stroke:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-15deg);
}
.fb_iframe_widget_fluid span,
.fb_iframe_widget_fluid span iframe {
    width: 100% !important;
}
#ad-modal .modal-dialog  {
    max-width: 1000px;
    margin-top: 80px;
}

#ad-modal .modal-body  {
    padding: 0;
}

#ad-modal .close  {
    margin-top: -30px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

/* newsletter page */

.newsletter-page {
  background: url('../images/header-2.jpg') no-repeat center center;
  padding: 70px 0 40px 0;
  color: #fff;
}
.newsletter-page h1 {
  color: #fff;
}
.newsletter-page p {
  padding-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-page .form-inline .form-group {
  display: block;
  margin-bottom: 30px;
}
.newsletter-page #email-page {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* buttons */

.btn {
  padding: 7px 12px;
  margin-top: 0;
  border-radius: 3px;
  font-size: 16px;
}
.btn-lg {
  padding: 10px 16px;
}
.btn-default {
  color: #fff;
  background-color: #9B9583;
  border-color: transparent;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #8E8774;
  border-color: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #00911A;
  border-color: transparent;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #007510;
  border-color: transparent;
}

/* header */

header {
  background: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 30px 15px;
}
.logo {
  padding-right: 0;
}
/* .logo a img {
  max-width: 160px;
} */
.top {
  background: #EBEBEA;
  font-size: 14px;
  position: relative;
}
.top a {
  font-weight: 400;
  color: #808080;
}
.top a:hover {
  color: #000;
}
.odd {
  opacity: .5;
  margin: 0 10px;
}
.lang,
.account {
  padding-top: 10px;
}
.lang a.active {
  font-weight: 700;
  color: #000;
}
.account {
  text-align: right;
}
.search form {
  border: 1px solid #ccc;
}
.search .form-group input {
  border: none;
  width: 100%;
}
.search .form-group input:focus {
  border: none;
  box-shadow: none;
}
.search button {
  border: none;
  background-color: transparent;
  color: #9B9583;
  position: absolute;
  top: 7px;
  right: 15px;
}
.search button:hover {
  color: #000;
}
.search .form-group {
  display: inline;
}
#searchResults {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 33px;
  z-index: 999;
}
#searchResult {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.searchImage {
  float: left;
}
.searchContent {
  float: left;
  margin-left: 10px;
}
.cart {
  color: #00911A;
  font-weight: 700;
  text-align: right;
}
.cart-icon {
  color: #fff;
  background: #00911A;
  width: 34px;
  height: 34px;
  padding: 0 8px;
  line-height: 34px;
  margin-right: 10px;
  position: relative;
}
.cart-badge {
  position: absolute;
  left: 26px;
  top: -6px;
  background: #F0B11F;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 10px;
  border-radius: 50%;
  padding: 0 5px;
  line-height: 16px;
}
#packeta-selector-value {
  font-size: 14px;
  opacity: .7;
  margin-left: 20px;
  margin-top: 10px;
}
.search-trigger {
  color: #fff;
  background: #9B9583;
  width: 34px;
  height: 34px;
  padding: 0 8px;
  line-height: 34px;
  display: none;
}

/* nav */

.menu {
  text-align: right;
}
.mobile-navigation {
  display: none;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  min-height: auto;
}
@media (min-width: 1200px) {
  .navbar {
    padding-top: 10px;
  }
}
.nav>li {
  padding: 0 5px;
  display: inline-block;
}
.top .nav>li {
  padding: 0 7px;
}
.nav>li:first-child {
  padding-left: 0;
}
.nav>li:last-child {
  padding-right: 0;
}
.nav>li>a {
  font-weight: 700;
  color: #808080;
  padding: 10px 5px;
}
.top .nav>li>a {
  font-weight: 400;
  color: #808080;
}
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
.nav>li.active>a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.top .nav>li>a:hover,
.top .nav>li>a:focus,
.top .nav>li.active>a {
  font-weight: 400;
  color: #000;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent;
  border-color: transparent;
}
.dropdown-menu {
  color: #fff;
  background-color: #9B9583;
  border-radius: 0;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 700;
  border: none;
}
.dropdown-menu>li>a {
  padding: 7px 20px;
  color: #fff;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff;
  background-color: transparent;
  opacity: .8;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  text-decoration: underline;
  opacity: .8;
}
.content-left .nav>li {
  padding: 0;
  display: block;
}
.content-left .nav>li>a {
  color: #808080;
  padding: 10px 0;
  display: inline-block;
}
.content-left .nav>li .count {
  padding-top: 10px;
  float: right;
}
.content-left .nav>li>a:hover {
  color: #000;
}
.content-left .nav-pills>li.active>a,
.content-left .nav-pills>li.active>a:hover,
.content-left .nav-pills>li.active>a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}

/* jumbo */

.jumbo {
  background: #EBEBEA url('../images/bg-jumbo.jpg') no-repeat bottom center;
  /*padding: 15px;*/
}
.jumbo1 {
  background: #EBEBEA url('../images/header-2.jpg') no-repeat bottom center;
  /*padding: 15px;*/
}
.jumbo .slide1 {
  text-align: center;
  padding-bottom: 100px;
}
.jumbo .slide1 h1 {
  color: #fff;
  background: #9B9583;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  margin: 130px 0 50px 0;
}
.jumbo .slide1 p {
  color: #333;
  line-height: 36px;
  margin-bottom: 50px;
}
.jumbo .slide1 .btn-default {
  color: #333;
  background: #fff;
}
.jumbo .slide1 .btn-default:hover {
  color: #333;
  background: #FDC300;
}
.jumbo .slide2 {
  text-align: center;
  padding-bottom: 40px;
}
.jumbo .slide2 .item-list {
  max-width: 900px;
  margin: 0 auto;
}
.jumbo .slide2 h1 {
  color: #333;
  background: url('../images/it.png') no-repeat bottom center;
  padding: 10px 0 40px 0;
  border-radius: 3px;
  margin: 40px 0;
}
.jumbo .slide2 p {
  color: #333;
  line-height: 30px;
  margin-bottom: 40px;
}
.jumbo .slide2 .item {
  display: block;
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  border-radius: 3px;
  min-height: 145px;
  margin-bottom: 30px;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
.jumbo .slide2 .item h2 {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}
.jumbo .slide2 .item:hover h2 {
  color: #808080;
}
.jumbo .slide2 .item:hover img {
  transform: scale(1.03);
}

/* slider */

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
  transition: all 0.3s;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

/* welcome */

.welcome {
  background: #EBEBEA;
  padding: 30px 15px 45px;
  line-height: 1.7;
}
.welcome1 {
  background: #EBEBEA url('../images/bg-jumbo.jpg') no-repeat bottom center;
  padding: 40px 15px 55px;
}
/* content */

.slidetotop {
  display: none;
  font-size: 14px;
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  background-color: rgba( 0,0,0,0.4 );
  color: #fff;
}
.content {
  padding: 30px 0;
}
.content-index {
  padding-top: 10px;
}
.recenze .item {
  padding-bottom: 15px;
  padding-right: 15px;
}
.recenze .item .recenze-title span {
  color: #F0B11F;
}
.recenze h2 {
  margin-bottom: 50px;
}
.content-left {
  padding-right: 30px;
}
.content-left nav {
  margin-bottom: 40px;
}
.content-right {
  padding-left: 30px;
  border-left: 1px solid #ddd;
}
.more-text {
  display: none;
}
.breadcrumbs {
  background: #EBEBEA url('../images/bg-breadcrumbs.jpg') no-repeat bottom center;
  padding: 50px 0;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  font-weight: 400;
  color: #808080;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb li {
  padding: 0;
}
.breadcrumb>li+li:before {
  color: #bbb;
}
.promo-date {
  background: #9B9583;
}
.promo-date p {
  color: #fff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 0;
}
.promo-date a {
  color: #fff;
}
.promo-date a:hover {
  opacity: .5;
}

/* products */

.promo {
  padding-top: 25px;
  text-align: center;
}
.promo .more {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  position: absolute;
  right: 15px;
}
.promo .more:hover {
  color: #000;
}
.produkty-wrap .item {
  padding: 30px;
  border: 1px solid #fff;
  transition: all 0.5s;
  min-height: 310px;
}
.produkty-wrap .item img {
  max-height: 130px;
  margin: 0 auto;
}
.produkty-wrap .item h3 {
  margin: 15px 0;
}
.produkty-wrap .item a {
  color: #808080;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}
.produkty-wrap .item a:hover {
  color: #000;
  text-decoration: none;
}
.price {
  font-weight: 700;
  color: #00911A;
}
.cena-info {
  font-size: 14px !important;
  color: #000;
  margin-left: -15px;
}
.produkty-wrap .item .label {
  display: inline;
  padding: .3em .6em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  position: absolute;
  left: 31px;
  text-transform: uppercase;
}
.vyprodej-list .label {
  display: inline;
  padding: .3em .6em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: -3px !important;
}
.vyprodej-list .item {
  margin-bottom: 30px;
}
.vyprodej-list .item img {
  max-height: 75px;
}
.vyprodej-list .item p {
  margin-bottom: 5px;
}
.vyprodej-list .item .small {
  font-size: 12px;
}
.label.akce {
  top: 31px;
  background: #DF2222;
}
.label.novinka {
  top: 51px;
  background: #F26522;
}
.label.vyprodej {
  top: 71px;
  background: #1A69D1;
}
.filter-group {
  margin-bottom: 15px;
}
.filter-group .label {
  display: inline;
  padding: .3em .6em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  text-transform: uppercase;
}
.filter-group:nth-child(3) .checkbox {
  display: inline-block;
  width: 48%;
}
.sort-panel {
  padding: 15px;
  background: #EBEBEA;
  margin-top: 30px;
  font-size: 14px;
}
.catalog-info {
  padding-top: 5px;
  text-align: right;
}
.banners {
  padding: 30px 0 0;
}
.banners img {
  margin: 0 auto;
}
.catalog-sort a {
  font-weight: 400;
  font-size: 12px;
  background: #9B9583;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  margin: 0 3px;
  white-space: nowrap;
}
.catalog-sort a.active {
  background: #00911A;
}
.catalog-sort label,
.catalog-sort .form-group {
  margin-bottom: 0;
}
.produkty-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.produkty-wrap .item-wrap {
  position: relative;
  min-height: 300px;
  width: 25%;
}
.produkty-wrap .item-wrap .item {
  padding: 30px 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.produkty-wrap .item-wrap .item:hover {
  z-index: 999;
  box-shadow:0px 0px 21px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition:  0.3 ease-out;
       -moz-transition:  0.3 ease-out;
         -o-transition:  0.3 ease-out;
            transition:  0.3 ease-out;
}
.varianty-list-size {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.varianty-list-size li {
  display: inline;
  margin: 1px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 1px 2px;
  font-size: 10px;
}
.produkty-wrap .item .rating {
  margin-top: 5px;
}
.produkty-wrap .item .rating span {
  color: #F0B11F;
}

/* detail */

.rating-input i {
  font-size: 18px;
  top: 3px;
  color: #F0B11F;
}
.add-rating .rating-input i {
  top: 10px;
}
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.green {
  font-size: 14px;
  font-weight: 700;
  color: #00911A;
}
.info-link {
  font-size: 14px;
}
.big-price {
  margin-bottom: 30px;
}
.big-price span {
  font-size: 36px;
  font-weight: 700;
  margin-right: 20px;
}
.big-price > span > span:first-child {
  margin-right: 0;
}
.detail-left {
  padding-right: 30px;
}
.tabs {
  margin-top: 30px;
  margin-bottom: 60px;
}
.tabs .nav>li {
  padding: 0;
}
.nav-tabs {
  border: none;
}
.nav-tabs>li>a {
  color: #808080;
  padding: 15px;
  border: none;
  border-radius: none;
}
.nav-tabs>li>a:hover {
  color: #000;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #808080;
  background-color: #F2F2F1;
  border: none;
}
.tab-pane {
  padding: 40px 20px;
  background: #F2F2F1;
}
.list-size {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.list-size li {
  float: left;
  margin: 0 8px 8px 0;
}
.list-size li a {
  height: 35px;
  background: #9b9583;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 35px;
  padding: 0 8px;
}
.list-size li a:hover {
  background: #FFF;
  color: #242021;
}
.list-size li a.active {
  background: #FFF;
  color: #242021;
}

/* pagination */

.pagination>li>a,
.pagination>li>span {
  color: #808080;
  border: none;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #9B9583;
    border: none;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #000;
    background-color: transparent;
    border: none;
}

/* shopping cart */

.soucet td {
  border: none !important;
}
.suma {
  font-weight: 700;
  font-size: 120%;
  color: #00911A;
}
.cart-pay,
.cart-delivery,
.cart-address,
.cart-company,
.cart-delivery-address {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.cart-discount {
  background: #F2F2F1;
  border: 1px solid #F2F2F1;
  padding: 20px;
  text-align: right;
}
.small {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
.small {
  font-size: 14px;
}
.cart-form {
  margin-top: 30px;
}
.cart-form .radio {
  padding-top: 15px;
}

/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

/* news */

.novinky .more,
.vyprodej-list .more {
  color: #808080;
  float: right;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
.novinky .more:hover,
.vyprodej-list .more:hover {
  color: #000;
}
.novinky h2,
.vyprodej-list h2 {
  margin-bottom: 50px;
}
.novinky h3,
.vyprodej-list h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.vyprodej-list h3 {
  margin: 20px 0 5px 0;
}
.novinky .item {
  padding-top: 5px;
  padding-bottom: 30px;
}
.novinky .item:last-child {
  padding-bottom: 0;
}
.news-date {
  display: block;
  color: #fff;
  background: #9B9583;
  text-align: center;
  font-weight: 700;
  padding: 15px 0 5px 0;
}
.news-date:hover {
  color: #fff;
}
.news-date .small {
  font-weight: 400;
  color: #fff;
}
.news-item {
  padding-bottom: 30px;
}
.news-item h4 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.news-item .date,
.news-date-detail {
  padding: 5px 10px;
  color: #fff;
  background: #9B9583;
  display: inline-block;
}

/* footer */

footer {
  background: url('../images/bg-footer.jpg') no-repeat bottom center;
  padding: 15px;
}
.footer-top h4 {
  margin-bottom: 25px;
}
.footer-top ul {
  margin: 0;
  padding: 0;
}
.footer-top ul li {
  list-style: none;
  padding: 5px 0;
}
.footer-top ul li a {
  color: #808080;
  font-weight: 400;
  text-decoration: none;
}
.footer-top ul li a:hover {
  color: #000;
  text-decoration: none;
}
.footer-top p {
  line-height: 1.7;
}
.footer-bottom {
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer-bottom form {
  margin-bottom: 40px;
}
.footer-bottom .copy {
  font-size: 14px;
}

.ot-sdk-cookie-policy-title {
  display: none;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: 1rem !important;
}

/* media-querries */

@media (min-width: 768px) and  (max-width: 1199px) {
  .search {
    position: absolute;
    top: -27px;
    left: -350px;
    z-index: 99;
    padding: 1rem;
    background: #fff;
    width: 350px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0;
  }
  .modal-dialog {
      width: 750px !important;
  }
  .geo-left {
    padding: 30px;
  }
  .geo-right {
    padding: 30px;
    padding-left: 0;
  }
  .modal-dpd {
    width: 95% !important;
  }
}

@media (min-width: 992px) {
  .header-holder {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1400px;
    position: relative;
  }
  header.sticky {
    position: fixed !important;
    top: 0;
    z-index: 999;
    width: 100% !important;
    padding: 15px;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
  }
  .header-holder {
    padding-top: 15px;
  }
  header.sticky .header-holder {
    padding-top: 10px;
  }
  .logo a img {
    max-width: 160px;
  }
  .recenze .item,
  .novinky .item {
    padding-bottom: 20px;
    padding-right: 10px;
  }
}

@media (min-width: 1400px) {

}

@media (max-width: 1199px) {
  .news-date {
    font-size: 14px;
  }
  .cart {
    position: absolute;
    top: 2px;
    right: 5px;
  }
  .cart-price {
    display: none;
  }
  .logo {
    padding-right: 10px;
  }
  .search-trigger {
    display: block;
    position: absolute;
    right: 85px;
    top: 5px;
  }
  .search {
    margin-top: 15px;
    display: none;
  }
}

@media (max-width: 991px) {
  #secondary-nav .nav li:nth-child(4) {
    display: none;
  }
  .nav>li>a {
    padding: 7px 0;
    font-size: 14px;
  }
  .tabs .nav>li a {
    padding: 10px;
  }
  .content-left .nav>li>a {
    font-size: 16px;
  }
  .caret {
    margin-left: 0;
  }
  .lang,
  .account {
    padding-top: 7px;
  }
  .cart-discount {
    padding: 20px;
  }
  svg {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 21px;
  }
  .recenze h2,
  .novinky h2 {
    margin-bottom: 25px;
  }
  header {
    padding: 15px;
    padding-bottom: 0;
  }
  .logo a img {
    max-width: 160px;
  }
  footer {
    padding-top: 0;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer-bottom form {
    margin-bottom: 30px;
  }
  .footer-top h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mobile-navigation {
    display: block;
    cursor: pointer;
    padding: 8px 15px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }
  .top .mobile-navigation {
    padding: 0 15px 0 0;
    border: none;
    margin: 0;
  }
  .mobile-navigation p {
    float: left;
    margin: 0;
    font-weight: 700;
    color: #000;
  }
  .mobile-navigation p {
    padding-top: 5px;
  }
  .odd {
    margin: 0 7px;
  }
  .navbar {
    padding: 0;
    min-height: auto;
  }
  .navbar-toggle {
    padding-right: 0;
    margin: 0;
  }
  .top .navbar-toggle {
    float: left;
    padding-left: 0;
    padding-right: 10px;
  }
  .navbar-toggle .icon-bar {
    background: #000;
  }
  .nav>li {
    display: block !important;
    float: none;
    background: none;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tabs .nav>li {
    display: inline-block;
    border-top: none;
    padding: 0;
  }
  .tabs .nav>li a {
    padding: 10px;
  }
  .tab-pane {
    padding: 20px 10px;
  }
  .dropdown-menu {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
  }
  .top .navbar-collapse {
    padding: 0;
  }
  .content {
    padding: 10px;
  }
  .produkty-wrap .item {
    padding: 15px;
    min-height: 250px;
  }
  .welcome {
    padding: 15px 15px 30px;
  }
  .novinky .more {
    display: block;
    float: none;
    margin-top: 15px;
  }
  .novinky .item {
    padding-bottom: 15px;
  }
  .news-date {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .lang, .account {
    padding-top: 5px;
  }
  .lang {
    position: absolute;
    top: 0;
    right: 90px;
  }
  .account {
    position: absolute;
    top: 0;
    right: 0px;
  }
  .logo {
    max-width: 60%;
  }
  .cart {
    top: -25px;
  }
  .search-trigger {
    top: -50px;
  }
  .content-right {
    padding-left: 0;
  }
  .content-left {
    padding-right: 0;
  }
  .breadcrumbs {
    padding: 30px 0;
  }
  .mobile-filter-panel {
    display: none;
  }
  .mobile-filter-trigger {
    display: block;
    cursor: pointer;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
  }
  .mobile-filter-trigger p {
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
  }
  .mobile-filter-trigger .caret {
    float: right;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 10px;
  }
  .mobile-filter-trigger .caret-up {
    float: right;
    border-top: none;
    border-bottom: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .produkty-wrap .item .label {
    left: 15px;
  }
  .suma {
    font-size: 100%;
  }
  .cart-discount {
    text-align: left;
  }
  .cart-discount .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .cart-discount .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cart-pay,
  .cart-delivery,
  .cart-address {
    margin-bottom: 15px;
  }
  .cart-form {
    margin-top: 15px;
  }
  .header-small {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .jumbo .slide2 h1 {
    margin: 15px 0 40px 0;
  }
  .jumbo .slide2 .item h2 {
    font-size: 14px;
  }
  .jumbo .slide2 {
    padding-bottom: 15px;
  }
  .jumbo .slide2 .item-list {
    margin: 0 -15px;
  }
  .content-right {
    border-left: none;
  }
  .catalog-sort label {
    display: block;
  }
  .catalog-sort a {
    margin-top: 10px;
    display: inline-block;
  }
}