@charset "UTF-8";
@import "lib/layout.css";
@import "lib/linearicons.css";
@import "lib/select2.min.css";
@import "font-awesome.min.css";
#filtry-left-trigger {
  display: none;
}

.color-third {
  color: #de183f;
}

.green {
  color: green;
}

.btn.btn-lg.btn-success {
  border-radius: 0;
  border: 0 none;
  background: #5c1412;
  margin-bottom: 30px;
}
.btn.btn-lg.btn-success:hover {
  background: #d8b654;
}

.del {
  color: #a3aeb9;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.notext {
  text-indent: -10000px;
}

p,
.roboto,
.form-control {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.02em;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.font {
  font-family: "Raleway", sans-serif;
}

.p-static {
  position: static;
}

.row.row-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.row-8 div[class^=col-],
.row.row-8 div[class*=" col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.np {
  padding: 0 !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.font-size-16 {
  font-size: 16px;
}

.barevne-varianty {
  margin-top: 30px;
  overflow: hidden;
}
.barevne-varianty h3 {
  font-size: 20px;
  font-weight: 700;
}
.barevne-varianty a {
  border: 2px solid #f4f5f6;
  display: block;
  float: left;
}
.barevne-varianty a img {
  display: block;
}
.barevne-varianty a:hover {
  border-color: #d8b654;
}

.text-center .img-responsive {
  text-align: center;
  display: inline-block;
}

body {
  color: #000000;
  font-family: "adineuePRO", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 92px;
}

a {
  transition: 0s all;
  color: rgba(255, 255, 255, 0.8);
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.container-sm {
  max-width: 1170px;
}
.container-sm.wider {
  max-width: 1450px;
}

.navbar-brand {
  height: 90px;
  padding: 12px;
}
.navbar-brand img {
  height: 100%;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  padding-left: 28px;
  position: relative;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
.checkbox-label:before {
  position: absolute;
  left: 0;
  top: 2px;
  height: 17px;
  width: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  content: "";
  transition: all 0.3s;
}
.checkbox-label:after {
  font-family: "fontawesome";
  content: "\f00c";
  font-size: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  opacity: 0;
}

.checkbox-label:hover:before {
  border-color: #d8b654;
}
.checkbox-label:hover:after {
  color: #d8b654;
}

.checkbox-input:checked + .checkbox-label:before {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkbox-input:checked + .checkbox-label:after {
  opacity: 1;
  color: #d8b654;
}
.checkbox-input:checked + .checkbox-label:hover:before {
  border-color: #d8b654;
}

.navbar {
  border-radius: 0;
  border-top: 2px solid #d8b654;
  background: #000000;
  height: 92px;
  margin-bottom: 0;
}
.navbar .header-cart {
  background-color: #fff;
}
.navbar .navbar-nav {
  position: static !important;
}
.navbar .navbar-nav > li {
  display: inline-block;
  position: static;
}
.navbar .navbar-nav > li.divider {
  line-height: 78px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav > li.divider:hover {
  background: none;
  color: rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav > li > a {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  transition-delay: 0.2s;
  transition: 0s all;
  line-height: 76px;
  height: 90px;
  padding: 0 15px;
  color: #fff;
}
.navbar .navbar-nav > li > a:hover {
  background: none;
}
.navbar .navbar-nav > li .submenu {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 245, 246) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(244, 245, 246)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 245, 246) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 245, 246) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 245, 246) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 245, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f5f6", GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: 0.3s all;
  transition-delay: 0.2s;
  opacity: 0;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 1001;
}
.navbar .navbar-nav > li .submenu:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 336px;
  height: 340px;
  content: "";
  z-index: 0;
}
.navbar .navbar-nav > li .submenu > .container > div {
  z-index: 1;
  position: relative;
  float: left;
  width: 15%;
}
.navbar .navbar-nav > li .submenu > .container > div.row {
  width: 100%;
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky {
  background: none;
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky h3 {
  border-left: 0;
  margin-bottom: 10px;
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky ul {
  border-left: 0;
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky ul .divider {
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: 10px 0;
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky .logo {
  text-align: center;
  padding: 10px 0;
  margin-left: 15px;
  background: rgb(247.35, 247.35, 247.35);
}
.navbar .navbar-nav > li .submenu > .container > div.row.znacky .logo .svg {
  margin: 0 auto;
  width: 100px;
  height: 50px;
  background: #282a37;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty {
  background: none;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty h3 {
  border-left: 0;
  margin-bottom: 10px;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty ul {
  border-left: 0;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty ul .divider {
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: 10px 0;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty .logo {
  text-align: center;
}
.navbar .navbar-nav > li .submenu > .container > div.row.sporty .logo img {
  display: inline-block;
}
.navbar .navbar-nav > li .submenu > .container > div h3 {
  text-align: left;
  border-left: 1px solid #000000;
  margin: 0;
  padding: 5px 0 5px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.navbar .navbar-nav > li .submenu > .container > div h3 a {
  color: #000000;
}
.navbar .navbar-nav > li .submenu > .container > div ul {
  margin: 0;
  border-left: 1px solid #ebeded;
  list-style: none;
  padding: 15px 0 0 15px;
}
.navbar .navbar-nav > li .submenu > .container > div ul > li > a {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #000000;
  font-family: "Raleway", sans-serif;
}
.navbar .navbar-nav > li .submenu > .container > div ul > li > a:hover {
  color: #d8b654;
}
.navbar .navbar-nav > li .submenu > .container > div.first {
  width: 18%;
}
.navbar .navbar-nav > li .submenu > .container > div.first ul {
  margin: 0;
  border-left: 0;
  padding-left: 0;
  padding-top: 5px;
}
.navbar .navbar-nav > li .submenu > .container > div.first ul > li > a {
  color: #d8b654;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .navbar-nav > li .submenu > .container > div.wide {
  width: 24%;
}
.navbar .navbar-nav > li .submenu > .container > div.wide ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.navbar .navbar-nav > li .submenu > .container > div.wide.wide-2 {
  width: 27%;
}
.navbar .navbar-nav > li .submenu .thumb-sports {
  padding-left: 15px;
}
.navbar .navbar-nav > li .submenu .thumb-sports img {
  width: calc(100% - 15px);
}
.navbar .navbar-nav > li:hover {
  background: #fff;
  transition-delay: 0s;
}
.navbar .navbar-nav > li:hover > a {
  color: #000000;
}
.navbar .navbar-nav > li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  padding: 50px 0;
}
.navbar .navbar-right > li img {
  height: 32px;
}
.navbar .navbar-right > li > a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 30px;
}
.navbar .navbar-right > li > a .lnr {
  color: #d8b654;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  transition: 0s all;
  position: relative;
  top: -4px;
}
.navbar .navbar-right > li > a > div {
  font-size: 12px;
}
.navbar .navbar-right > li > a:hover, .navbar .navbar-right > li > a:focus {
  background: black;
  color: #fff;
}
.navbar .navbar-right > li:hover, .navbar .navbar-right > li:focus {
  background: black;
}
.navbar .navbar-right > li.search.open > a {
  background: black;
  color: #fff;
}
.navbar .navbar-right > li.search.open > a .lnr {
  color: #fff;
}
.navbar .navbar-right > li.search .dropdown-menu {
  width: 100%;
  background: black;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 1px 0 !important;
}
.navbar .navbar-right > li.search .dropdown-menu > li {
  padding: 20px 30px 20px 0;
}
.navbar .navbar-right > li.search .dropdown-menu > li .form-control {
  line-height: 40px;
  border: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  height: 40px;
  padding: 0 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 15px 50px 15px 30px;
  width: 95%;
  transition: 0s all;
}
.navbar .navbar-right > li.search .dropdown-menu > li .form-control:focus {
  border-color: #d8b654;
}
.navbar .navbar-right > li.search .dropdown-menu > li .btn {
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: lowercase;
  position: relative;
  bottom: -5px;
  z-index: 1;
  transition: 0s all;
}
.navbar .navbar-right > li.search .dropdown-menu > li .btn:hover {
  color: #d8b654;
}
.navbar .navbar-right > li.search .dropdown-menu > li .btn:focus {
  box-shadow: none;
  outline: none;
}
.navbar .navbar-right > li.search .dropdown-menu .search {
  padding: 0;
}
.navbar .navbar-right > li.search .dropdown-menu .search .wrapper {
  padding: 20px 30px 20px 0;
}
.navbar .navbar-right > li.search .search-results {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 30px;
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
}
.navbar .navbar-right > li.search .search-results .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.navbar .navbar-right > li.search .search-results a {
  display: block;
}
.navbar .navbar-right > li.search .search-results .item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e9edf2;
  padding: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar .navbar-right > li.search .search-results .item:last-child {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.navbar .navbar-right > li.search .search-results .item:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #d8b654;
  position: relative;
  z-index: 500;
  transform: scale(1.01, 1.01);
  background-color: #fff;
}
.navbar .navbar-right > li.search .search-results .thumb {
  height: 50px;
  margin-right: 15px;
}
.navbar .navbar-right > li.search .search-results .thumb img {
  max-height: 100%;
}
.navbar .navbar-right > li.search .search-results .thumb--cat {
  background-color: #d8b654;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  font-weight: 700;
}
.navbar .navbar-right > li.search .search-results .price {
  font-size: 16px;
  font-weight: 700;
  color: #303b46;
  padding-top: 3px;
  margin-bottom: 0;
}
.navbar .navbar-right > li.search .search-results .name {
  font-size: 15px;
  font-weight: 400;
  color: #303b46;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navbar .navbar-right > li.search .search-results .products {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right > li.search .search-results {
    display: none;
  }
}
.navbar .navbar-right > li.profil {
  position: relative;
}
.navbar .navbar-right > li.profil.open > a {
  background: black;
}
.navbar .navbar-right > li.profil .dropdown-menu {
  background: black;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.navbar .navbar-right > li.profil .dropdown-menu > li > a {
  color: #fff;
}
.navbar .navbar-right > li.profil .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.navbar .navbar-right > li.kosik {
  margin-bottom: 0;
  position: relative;
}
.navbar .navbar-right > li.kosik .praporek {
  background: #5c1412;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 0;
  width: 300px;
  padding: 10px 20px 15px;
}
.navbar .navbar-right > li.kosik .praporek strong {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 15px;
}
.navbar .navbar-right > li.kosik .praporek:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #5c1412 transparent;
  content: "";
  position: absolute;
  top: -8px;
  right: 35px;
}
.navbar .navbar-right > li.kosik > a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 90px;
  width: 90px;
  padding-top: 20px;
  padding-bottom: 0;
}
.navbar .navbar-right > li.kosik > a .lnr {
  font-size: 30px;
  display: block;
  color: #fff;
  top: 0;
  position: relative;
}
.navbar .navbar-right > li.kosik > a .lnr:after {
  content: attr(data-kusu);
  position: absolute;
  background: #de183f;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  left: 23px;
  top: -3px;
}
.navbar .navbar-right > li.kosik > a #cena {
  font-size: 12px;
  text-transform: none;
}
.navbar .navbar-right > li.kosik.open .praporek {
  display: none;
}
.navbar .navbar-right > li.kosik.open > a {
  color: #d8b654;
  background: #fff;
}
.navbar .navbar-right > li.kosik.open > a .lnr {
  color: #d8b654;
}
.navbar.scroll {
  height: 62px;
}
.navbar.scroll .navbar-brand span.img {
  display: block;
  height: 38px;
  width: 212px;
  background-color: #fff;
  mask: url(/images/logo.svg) no-repeat center/contain;
  -webkit-mask: url(/images/logo.svg) no-repeat center/contain;
}
.navbar.scroll .navbar-brand {
  padding: 11px 15px;
}
.navbar.scroll .navbar-brand span {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.navbar.scroll .navbar-brand span.img {
  visibility: visible;
  opacity: 1;
}
.navbar.scroll .navbar-nav > li > a {
  height: 60px;
  line-height: 60px;
}
.navbar.scroll .navbar-nav > li.divider {
  line-height: 60px;
}
.navbar.scroll .navbar-right > li > a {
  padding-top: 25px;
}
.navbar.scroll .navbar-right > li > a > div {
  display: none;
}
.navbar.scroll .navbar-right > li.kosik {
  margin-bottom: 0;
}
.navbar.scroll .navbar-right > li.kosik > a {
  width: 150px;
  padding-top: 15px;
}
.navbar.scroll .navbar-right > li.kosik > a .lnr {
  float: left;
}
.navbar.scroll .navbar-right > li.kosik > a #cena {
  float: right;
  position: relative;
  display: block;
  top: -15px;
  font-size: 15px;
}
.navbar.scroll .navbar-right > li.kosik .praporek:before {
  right: 65px;
}
.navbar.scroll .navbar-right > li.kosik > a .lnr:after {
  left: 7px;
}

.topbar {
  height: 130px;
}
.topbar .topbarbar {
  background: #d8b654;
  color: #fff;
}
.topbar .topbarbar p {
  margin-top: 10px;
}

.navbar-admin {
  height: 134px;
  border-top: 0;
}
.navbar-admin .header-admin {
  border-bottom: 2px solid #08a7d4;
  background-color: #262c32;
  font-size: 16px;
}
.navbar-admin .header-admin ul {
  display: flex;
  justify-content: right;
}
.navbar-admin .header-admin .nav > li > a {
  display: inline-block;
}
.navbar-admin .header-admin li:first-child {
  margin-right: auto;
}
.navbar-admin .header-admin a:hover {
  color: #21262c;
}
.navbar-admin .header-admin .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-admin .header-admin li.user {
  background-color: #eee;
}
.navbar-admin .header-admin li.user a {
  color: #21262c;
}
.navbar-admin .header-admin li.xinfo {
  background-color: #303b46;
}
.navbar-admin.scroll {
  border-top: 2px solid #08a7d4;
  color: #000000;
}
.navbar-admin.scroll .header-admin {
  display: none;
}

.topbar-body {
  padding-top: 130px;
}

.bar {
  background: #d8b654;
  padding: 10px 0;
}

.hp {
  position: relative;
  padding: 0;
}
.hp h1 {
  font-weight: 300;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.hp h1 strong {
  font-weight: 700;
}
.hp h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.hp .logos {
  padding-top: 10px;
}
@media (min-width: 700px) {
  .hp .logos img {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .hp .logos img {
    width: 120px;
  }
}
@media (max-width: 500px) {
  .hp .logos img {
    width: 120px;
  }
}
.hp .logos [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hp .logos .logo {
  display: block;
  margin: 0 20px;
}
.hp .logos .svg {
  width: 80px;
  display: block;
  height: 100px;
  background: #282a37;
}
.hp .banner .svg {
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 40px;
  margin-bottom: 12px;
  background: #303b46;
}
.hp .banner a {
  color: #000000;
  display: block;
  padding: 10px 0 10px 75px;
  position: relative;
}
.hp .banner a p, .hp .banner a:hover {
  color: #fff;
}
.hp .banner h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.hp .banner p {
  font-size: 12px;
  margin: 0;
}
.hp .banner .text-right a {
  font-size: 15px;
  text-transform: uppercase;
  color: #d8b654;
  font-weight: 700;
  margin-top: -10px;
  display: block;
  text-align: left;
}
.hp .cycle-slideshow {
  max-height: 850px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.hp .cycle-slideshow .cycle-pager {
  position: absolute;
  left: 20px;
  text-align: center;
  bottom: 10px;
  z-index: 105;
}
.hp .cycle-slideshow .cycle-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000000;
  margin-right: 2.5px;
  margin-left: 2.5px;
  overflow: hidden;
  cursor: pointer;
  text-indent: 10000px;
  transition: 0.3s all;
}
.hp .cycle-slideshow .cycle-pager span.cycle-pager-active {
  background: #d8b654;
}
.hp .cycle-slideshow .cycle-slide {
  text-align: center;
}
.hp .cycle-slideshow .cycle-slide img {
  display: block;
  margin: 0 auto;
}
.hp .cycle-slideshow a {
  display: none;
}
.hp .cycle-slideshow a:first-child,
.hp .cycle-slideshow .cycle-slide {
  display: block;
}
.hp .hp-slideshow {
  max-width: 100%;
}
.hp .hp-slideshow .static-banner {
  max-width: 100%;
}
@media (max-width: 1350px) {
  .hp .d-flex {
    flex-wrap: wrap;
  }
  .hp .hide-br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hp .lion-support img {
    margin-bottom: 5px;
    max-height: 45px;
  }
  .hp .lion-support h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .hp .hide-br {
    display: none;
  }
}

.e404 a {
  color: #d8b654;
}

.znacky {
  background: #fcfcfc;
}
.znacky h2 {
  margin: 30px 0 30px 0;
  font-weight: 300;
}
.znacky h2 strong {
  font-weight: 700;
}
.znacky p {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.znacky p a {
  color: #5c1412;
}
.znacky .logo {
  padding: 20px 0;
  display: block;
  background: #fff;
}

.navbar .navbar-nav > li .submenu > .container > div.row.znacky .logo {
  background: #fff;
}

.breadcrumb-holder {
  background: #f5f5f5;
}
.breadcrumb-holder .breadcrumb {
  padding: 15px 0;
  font-family: "Raleway", sans-serif;
  margin: 0 auto;
}
.breadcrumb-holder .breadcrumb > li a {
  color: #979da2;
  font-size: 13px;
}
.breadcrumb-holder .breadcrumb > li + li:before {
  content: "\e876";
  font-family: "Linearicons-Free";
  color: #979da2;
}

.breadcrumb-detail {
  background: none;
  padding: 6px 0 0;
}
.breadcrumb-detail .breadcrumb {
  background: none;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media screen and (min-width: 1500px) {
  .breadcrumb-detail .breadcrumb {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

section {
  padding: 40px 0;
}

.rozchodnik h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
}
.rozchodnik a {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.rozchodnik a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 40px;
  background: #d8b654;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  transition: 0.3s all;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  /*
  margin-top: -20px;
  margin-left: -75px;
  */
}
.rozchodnik a:hover:before {
  opacity: 0.9;
}
.rozchodnik h3 {
  position: absolute;
  z-index: 100;
  left: 10%;
  top: 2%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .rozchodnik h3 {
    font-size: 18px;
  }
}

.vypis-top h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.vypis-top .pocet {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e757d;
}
.vypis-top img {
  margin-top: 17px;
  max-width: 130px;
}

.gray {
  background: #f5f5f5;
}

.filtry {
  margin-top: 36px;
}
.filtry h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #6e757d;
  font-family: "Raleway", sans-serif;
}
.filtry .registrace_slevy {
  border-bottom: 1px solid #dfe2e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.filtry .registrace_slevy .active {
  color: #fff;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #d8b654;
}
.filtry .registrace_slevy .active a {
  color: #fff;
  margin-right: 10px;
  display: block;
}
.filtry .active {
  color: #fff;
  font-weight: 400;
  background: #000000;
  padding: 10px;
  margin-bottom: 5px;
}
.filtry .active a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}
.filtry .zrusit {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  color: #000000;
  margin-bottom: 30px;
}
.filtry .zrusit span {
  font-size: 25px;
  position: relative;
  bottom: -3px;
  margin-right: 5px;
}
.filtry .item {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ffffff;
  padding-bottom: 5px;
}
.filtry .item.first {
  border-top: none;
}
.filtry .item .item-header {
  margin-bottom: 15px;
}
.filtry .item .item-header a {
  color: #000000;
}
.filtry .item .item-header a:hover {
  color: #000000;
}
.filtry .item .item-header .btn-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #ffffff;
  color: #000000;
  padding: 0;
  border-radius: 0;
  border: 0 none;
  line-height: 17px;
  text-align: center;
}
.filtry .item .item-header .btn-close:before {
  content: "-";
  font-size: 30px;
}
.filtry .item .item-header .btn-close.collapsed:before {
  content: "+";
}
.filtry .item .item-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}
.filtry .item .item-header h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.filtry .item ul {
  padding: 0;
  list-style: none;
}
.filtry .item ul > li > a {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
}
.filtry .item ul > li > a span {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  padding: 0 5px;
  background: #dfe2e5;
}
.filtry .item ul > li > a:hover {
  font-weight: bold;
}
.filtry .item .barvy > a {
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 3px;
  transition: 0s all;
  cursor: pointer;
}
.filtry .item .barvy > a:hover {
  border-color: #d8b654;
}
.filtry .item .velikosti {
  overflow: hidden;
}
.filtry .item .velikosti > div, .filtry .item .velikosti > a {
  background: #ffffff;
  min-width: 40px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  transition: 0s all;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #000000;
  padding: 0 5px;
}
.filtry .item .velikosti > div:hover, .filtry .item .velikosti > a:hover {
  background: #d8b654;
  color: #fff;
}
.filtry .cena {
  margin-bottom: 15px;
}
.filtry .cena .number-holder {
  width: 100%;
  overflow: hidden;
  margin-bottom: 21px;
  padding-bottom: 9px;
}
.filtry .cena .number-holder > div {
  width: 33.3333333333%;
  text-align: center;
  float: left;
  background: #fff;
  padding: 5px 0;
}
.filtry .cena .number-holder > div.push {
  background: #ffffff;
  position: relative;
}
.filtry .cena .number-holder > div.push:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
}

.strankovani {
  margin-top: 15px;
}
.strankovani .pagination {
  margin: 0;
}
.strankovani .pagination > li {
  border-radius: 0 !important;
}
.strankovani .pagination > li > a {
  border: none;
  border-radius: 0 !important;
  background: #ffffff;
  color: #000000;
  margin-right: 5px;
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.strankovani .pagination > li > a:hover {
  background: #000000;
  color: #fff;
}
.strankovani .pagination > li.active > a {
  background: #000000;
  color: #fff;
  font-weight: 700;
}
.strankovani .btn-load-more {
  text-align: left;
  margin-bottom: 20px;
}
.strankovani .btn-load-more span {
  margin-right: 10px;
  top: 0;
}
.strankovani .btn-load-more:focus {
  color: #fff;
}
@media screen and (max-width: 990px) {
  .strankovani {
    padding-top: 10px;
    text-align: left !important;
  }
}

.btn-load-more,
.btn-load-next {
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 165px;
}
.btn-load-more span,
.btn-load-next span {
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.btn-load-more:hover,
.btn-load-next:hover {
  color: #fff;
  background: #d8b654;
}

.btn-load-next {
  margin: 0 5px 10px 0;
  width: 172px;
}

.vybiratka {
  margin-bottom: 30px;
}
.vybiratka select {
  border: none;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  background: #ffffff;
  color: #000000;
}
.vybiratka select:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.vybiratka .strankovani {
  text-align: right;
  margin-top: 0 !important;
}

.vypis.noflex {
  display: block;
  background: url("/images/0-1.png") no-repeat center top;
}
.vypis.noflex h1 {
  background: #d8b654;
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 50px;
  margin: 30px 0;
}
.vypis.noflex strong {
  text-transform: uppercase;
}
.vypis {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}
.vypis .well {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 15px;
  border-radius: 0;
  margin-top: 30px;
}
.vypis .well h2 {
  margin-top: 0;
  font-size: 24px;
}
.vypis .well a {
  margin-top: 15px;
  display: inline-block;
}
.vypis .item {
  display: block;
  background: #fff;
  padding: 15px;
  position: relative;
  color: #000000;
  overflow: hidden;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  transition: 0s;
}
.vypis .item:before {
  padding: 5px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  content: attr(data-stav2);
}
.vypis .item:after {
  padding: 5px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-stav);
}
.vypis .item.stav_akcnicena:after {
  background: #de183f;
}
.vypis .item.stav_ts:before {
  background: #d8b654;
}
.vypis .item.stav_novinka:after {
  background: #5c1412;
}
.vypis .item.stav_vyprodej:after {
  background: #d8b654;
}
.vypis .item h3 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #f5f5f5;
}
.vypis .item img {
  width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.vypis .item .cena {
  float: left;
  margin-top: 15px;
  line-height: 1.1em;
}
.vypis .item .cena .minula {
  color: #979da2;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}
.vypis .item .cena .minula span {
  text-decoration: line-through;
}
.vypis .item .cena .soucasna {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
}
.vypis .item .logo {
  float: right;
  margin-top: 15px;
  opacity: 1;
}
.vypis .item .logo img {
  height: 40px;
  width: 40px;
}
.vypis .item:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transform: scale(1.025);
}
.vypis .item:hover .cena .soucasna {
  color: #5c1412;
}

.vypis__item {
  width: calc(25% - 1px);
  display: inline-block;
}
@media screen and (min-width: 1550px) {
  .vypis__item {
    width: calc(25% - 1px);
  }
}
@media screen and (max-width: 1550px) {
  .vypis__item {
    width: calc(25% - 1px);
  }
}
@media screen and (max-width: 1200px) {
  .vypis__item {
    width: calc(33.3333333333% - 1px);
  }
}
@media screen and (max-width: 992px) {
  .vypis__item {
    width: calc(50% - 1px);
  }
}
@media screen and (max-width: 450px) {
  .vypis__item {
    width: 100%;
  }
}

.runner {
  padding: 0;
}
.runner img {
  display: block;
  width: 100%;
}

.info {
  padding: 80px 0;
}
.info h3 {
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 0;
}
.info ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.info ul li {
  float: left;
  width: 33.3333333333%;
}
.info ul a {
  display: block;
  padding-left: 80px;
  position: relative;
  min-height: 75px;
}
.info ul a h3 {
  margin-bottom: 2px;
  color: #000000;
}
.info ul a p {
  color: #6e757d;
  font-size: 13px;
}
.info ul a:before {
  font-family: "Linearicons-Free";
  font-size: 50px;
  color: #d8b654;
  position: absolute;
  width: 70px;
  text-align: center;
  left: 0;
  top: -10px;
}
.info ul a.question-mark:before {
  content: "\e87d";
}
.info ul a.shirt:before {
  content: "\e82c";
}
.info ul a.map-marker:before {
  content: "\e833";
}

.newsletter {
  background: #d8b654;
  color: #fff;
  padding: 0;
  height: 90px;
  width: 100%;
}
.newsletter h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 17px 0 16px;
}
.newsletter p {
  padding-left: 67px;
  font-size: 15px;
  margin: 24px 0;
}
.newsletter .input-group {
  margin: 0;
  height: 90px;
  background: #2ab3da;
}
.newsletter .input-group .input-group-addon {
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  color: #fff;
  font-size: 30px;
  padding: 0 0 0 30px;
}
.newsletter .input-group .form-control {
  height: 90px;
  border: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 16px;
}
.newsletter .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter .input-group .form-control {
  /* firefox 19+ */
}
.newsletter .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter .input-group .form-control {
  /* ie */
}
.newsletter .input-group .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter .input-group .input-group-btn .btn {
  border: none;
  background: #2ab3da;
  height: 90px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
}

footer {
  background: #000000;
  color: rgb(229.5, 229.5, 229.5);
  padding-bottom: 0;
  padding-top: 50px;
}
footer .footer__item {
  margin-bottom: 30px;
}
footer .footer__item .svg {
  width: 50px;
  height: 50px;
}
footer .copy-mobile {
  display: none;
}
footer .otazka {
  font-size: 17px;
  margin-bottom: 15px;
}
footer a {
  color: rgb(229.5, 229.5, 229.5);
}
footer a:hover {
  color: #d8b654;
}
footer .small {
  font-weight: 300;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
footer .volejte {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
footer .volejte div {
  color: #d8b654;
  font-size: 26px;
}
footer .brands .svg {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 53px;
  height: 55px;
  display: inline-block;
  max-height: 53px;
  margin-top: 14px;
}
footer .brands .svg:last-of-type {
  margin-right: 0;
}
footer .autorizovany {
  font-size: 12px;
  color: rgb(178.5, 178.5, 178.5);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(244, 245, 246, 0.1);
}
footer .kontakty {
  font-size: 15px;
  color: #d8b654;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  font-size: 13px;
  color: rgb(229.5, 229.5, 229.5);
  font-family: "Raleway", sans-serif;
}
footer ul li a:hover {
  color: #d8b654;
}
footer h3 {
  font-size: 21px;
  color: #d8b654;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
footer h3 a {
  color: #d8b654;
}
footer h3 a:hover {
  color: #d8b654;
}
footer .platba {
  margin-top: 15px;
  margin-bottom: 30px;
}
footer .doprava {
  margin-bottom: 30px;
}
footer hr {
  margin: 40px auto;
  border-color: rgba(244, 245, 246, 0.1);
}
footer .heureka {
  display: inline-block;
  text-align: center;
}
footer .heureka img {
  display: inline-block;
  margin-top: 30px;
}
footer #prodejny {
  display: inline-block;
  background: url("/images/loga/mapa.png") no-repeat left top;
  width: 218px;
  padding: 86px 0 20px 0;
  color: #fff;
  text-align: center;
}
footer #prodejny .big {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
footer #prodejny .small {
  font-size: 14px;
}
footer .social {
  margin-bottom: 25px;
  margin-top: 10px;
}
footer .social a {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #d8b654;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  color: #000000;
  transition: all 0.3s;
}
footer .social a:hover {
  transform: scale(1.2);
}
footer .copy {
  margin-top: 30px;
}
footer .copy a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__item--heureka {
  display: none;
}
footer .footer__item--heureka2 {
  display: block;
}
@media screen and (max-width: 1200px) {
  footer .copy-mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  footer .copy-desktop {
    display: none;
  }
  footer .footer__item--heureka {
    display: block;
  }
  footer .footer__item--heureka2 {
    display: none;
  }
}

.eu-cookie {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  color: #000000;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  z-index: 5000;
}
.eu-cookie a {
  color: #000000;
  text-decoration: underline;
}
.eu-cookie #eu_cookie_ok {
  background: #d8b654;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
}
.eu-cookie #eu_cookie_ok:hover {
  color: #000000 !important;
}

#posouvatko {
  height: 343px;
}

.slider-selection, .slider-handle {
  background-color: #5c1412 !important;
}

.detail {
  overflow: hidden;
  padding-top: 0;
}
.detail .cycle-slideshow {
  position: relative;
  margin-bottom: 20px;
}
.detail .cycle-slideshow .cycle-slide {
  width: 100%;
}
.detail .cycle-slideshow .cycle-slide img {
  margin: 0 auto;
  display: block;
  padding-top: 0;
}
.detail .cycle-slideshow:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 105;
  pointer-events: none;
}
.detail .cycle-slideshow a:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.detail .cycle-slideshow img {
  padding: 15px;
}
.detail .cycle-slideshow .logo {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 106;
  opacity: 0.8;
  padding: 0;
}
.detail .bigtext {
  font-size: 25px;
  color: #d8b654;
}
.detail #pager {
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.detail #pager.moc {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}
.detail #pager a {
  border: 1px solid #f3f3f3;
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0.5;
  position: relative;
  margin-right: 1px;
  margin-left: 1px;
  max-width: 100px !important;
}
.detail #pager a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #d8b654;
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 6px);
  opacity: 0;
  right: -5px;
  margin: 0 auto;
  transition: 0s all;
}
.detail #pager a a:first-child {
  margin-left: 0;
}
.detail #pager a:hover {
  opacity: 0.8;
}
.detail #pager a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.02);
  z-index: 105;
}
.detail #pager .cycle-pager-active {
  opacity: 1;
  border-color: #d8b654;
}
.detail #pager .cycle-pager-active:before {
  opacity: 1;
}
.detail h1 {
  font-size: 28px;
  margin: 0;
}
.detail h1 br {
  display: none;
}
.detail h1 strong {
  display: block;
}
.detail h3 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.detail .stitky {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.detail .stitky a {
  color: #000000;
  background: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 5px;
}
.detail p a {
  color: #d8b654;
}
.detail .velikosti input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.detail .velikosti input + label {
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  background: #ffffff;
}
.detail .velikosti input:checked + label {
  background: #d8b654;
  transition: 0s all;
  color: #fff;
}
.detail .velikosti #tabulka-velikosti,
.detail .velikosti #dostupnost_na_prodejnach {
  color: #d8b654;
  font-weight: 700;
  text-transform: uppercase;
}
.detail .velikosti #dostupnost {
  font-size: 16px;
  color: green;
}
.detail .velikosti #tabulka-velikosti_wrap {
  margin-bottom: 10px;
}
.detail .velikosti .doprava-zdarma,
.detail .velikosti .vanoce {
  padding: 10px;
  margin: 10px 0;
  background: #d8b654;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.detail .velikosti .doprava-zdarma span,
.detail .velikosti .vanoce span {
  padding-right: 10px;
}
.detail .velikosti .vanoce {
  background: #de183f;
}
.detail .velikosti .velikostni-tabulka {
  margin: 10px 0;
}
.detail .velikosti .velikostni-tabulka span:not(.fa) {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 12px;
  position: relative;
}
.detail .pruh {
  padding: 30px;
  margin: 60px 0 40px 0;
  border-top: 1px solid #eaebec;
  border-bottom: 1px solid #eaebec;
}
.detail .pruh .social {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.detail .pruh .social span {
  font-size: 20px;
}
.detail .pruh .social a {
  margin-left: 20px;
  color: #000000;
}
.detail .pruh .social a:hover {
  color: #d8b654;
}
.detail .dalsi.vypis .cena {
  float: none;
  text-align: center;
}
.detail .dalsi.vypis .logo {
  float: none;
  width: 40px;
  margin: 10px auto 0;
}
.detail .product-right {
  background-color: #f4f5f6;
  padding: 30px;
  padding-top: 20px;
  padding-right: 0;
  position: relative;
  z-index: 20;
  width: 50%;
}
.detail .product-right:after {
  background-color: #f4f5f6;
  position: absolute;
  right: -9000px;
  width: 9000px;
  bottom: 0;
  top: 0;
  content: "";
}
.detail .product-right .brand {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 15px;
}
.detail .product-right .slide-to {
  white-space: nowrap;
}
.detail .product-right .wrapper {
  max-width: 550px;
}
.detail .product-left {
  padding: 0;
  padding-right: 30px;
  position: relative;
  height: 100%;
  width: 50%;
}
.detail .product-left .bx-wrapper {
  max-width: 115px !important;
}
.detail .product-left .bx-controls {
  display: flex;
  margin-top: 10px;
}
.detail .product-left .bx-prev {
  background-color: #f4f5f6;
  color: #303b46;
  padding: 5px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all 0.3s;
}
.detail .product-left .bx-prev:hover {
  background-color: #303b46;
  color: #f4f5f6;
}
.detail .product-left .bx-next {
  background-color: #f4f5f6;
  color: #303b46;
  padding: 5px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all 0.3s;
}
.detail .product-left .bx-next:hover {
  background-color: #303b46;
  color: #f4f5f6;
}
.detail .product-left #pager {
  width: 100px;
  margin-right: 6px;
  float: left;
}
.detail .product-left .galerie {
  float: left;
  width: calc(100% - 110px);
}
@media screen and (max-width: 992px) {
  .detail .product-left {
    padding-left: 0;
  }
  .detail .product-left:after {
    display: none;
  }
  .detail .product-logo {
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .detail .product-right {
    padding: 30px;
    width: 100%;
  }
  .detail .product-right:after {
    display: none;
  }
  .detail .product-left {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding-right: 0;
  }
  .detail .product-left #pager {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: static;
    top: 0;
    transform: none;
    float: none;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .detail .product-left #pager a {
    width: 70px;
    margin-bottom: 10px;
  }
  .detail .product-left #pager a:before {
    display: none;
  }
  .detail .product-left .galerie {
    order: 1;
    position: static;
    top: 0;
    transform: none;
    width: 100%;
    float: none;
  }
  .detail .rada .text {
    display: block;
  }
  .detail .pruh .social {
    margin-bottom: 20px;
  }
}

.login {
  margin-bottom: 60px;
}
.login h1 {
  color: #d8b654;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
}
.login h2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 45px;
}
.login .btn-social {
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 15px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.login .btn-social span {
  margin-right: 15px;
  font-size: 25px;
  line-height: 20px;
  position: relative;
  bottom: -3px;
}
.login .btn-social.facebook {
  background: #3b5999;
}
.login .btn-social.facebook:hover {
  background: rgb(51.9033018868, 78.2948113208, 134.5966981132);
}
.login .btn-social.google-plus {
  background: #dc473a;
}
.login .btn-social.google-plus:hover {
  background: rgb(214.4073275862, 52.2413793103, 38.0926724138);
}
.login label {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.login .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #ffffff;
  background: #fff;
  line-height: 47px;
  padding: 0 15px;
  height: 49px;
}
.login .form-control:focus {
  border-color: #d8b654;
}
.login .form-control.incorrect {
  border-color: #de183f;
}
.login .form-control.correct {
  border-color: #5c1412;
}
.login .btn-load-more {
  background: #d8b654;
}
.login .btn-load-more:hover {
  background: rgb(211.2642857143, 173.1357142857, 63.2357142857);
}
.login .btn-load-more.no-bg {
  background: transparent;
  color: #d8b654;
}

.souhlas {
  margin-top: 30px;
}
.souhlas .radio {
  display: block;
  padding: 0 15px 0 75px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.souhlas .radio input[type=checkbox] {
  position: absolute;
  left: -10000px;
}
.souhlas .radio input[type=checkbox]:checked + p:before {
  color: #d8b654;
}
.souhlas .radio a {
  color: #303b46;
  text-decoration: underline;
}
.souhlas .radio a:hover {
  text-decoration: none;
}
.souhlas .radio p:before {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 5px;
  line-height: 25px;
  text-align: center;
  color: rgb(253.8857142857, 252.9142857143, 250.1142857143);
  font-size: 25px;
  font-family: "Linearicons-Free";
  content: "\e87f";
}
.souhlas .radio p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.dokosiku {
  margin-top: 10px;
}
.dokosiku > div {
  height: 110px;
  margin-bottom: 10px;
}
.dokosiku .cisla {
  padding: 25px 30px 0;
  font-size: 13px;
  font-weight: 400;
}
.dokosiku .cisla em {
  color: #6e757d;
  text-decoration: line-through;
  font-style: normal;
}
.dokosiku .cisla strong {
  font-weight: 700;
}
.dokosiku .cisla span {
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}
.dokosiku .cisla .old-price {
  font-family: "Raleway", sans-serif;
}
.dokosiku .tlacitko {
  background: #d8b654;
  padding: 0;
  color: #fff;
}
.dokosiku .tlacitko a {
  padding-top: 15px;
}
.dokosiku .tlacitko button,
.dokosiku .tlacitko a {
  display: block;
  height: 110px;
  width: 100%;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  transition: 0s all;
  color: #fff;
  text-align: center;
  align-items: flex-start;
}
.dokosiku .tlacitko button span,
.dokosiku .tlacitko a span {
  font-size: 50px;
  margin-bottom: 5px;
  display: block;
}
.dokosiku .tlacitko button:hover,
.dokosiku .tlacitko a:hover {
  background: rgb(211.2642857143, 173.1357142857, 63.2357142857);
}
.dokosiku a {
  color: #d8b654;
  text-transform: uppercase;
  font-weight: 700;
}
.dokosiku .dph {
  margin-bottom: 10px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .dokosiku .cisla span {
    font-size: 25px;
  }
}

.informace h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.informace p,
.informace div {
  font-size: 13px;
  color: #6e757d;
}
.informace p.pt15,
.informace div.pt15 {
  padding-top: 15px;
  color: #000000;
  padding-right: 0;
}
.informace ul {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
.informace .technologie {
  padding-top: 15px;
}
.informace .technologie li > a {
  border-radius: 0;
  color: #000000;
}

.blog.darken,
.technologie.darken {
  background: #fcfcfc;
}
.blog h2,
.technologie h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  margin-bottom: 40px;
}
.blog h2 a,
.technologie h2 a {
  color: #000000;
}
.blog .item,
.technologie .item {
  display: block;
  margin-bottom: 50px;
  min-height: 300px;
}
.blog .item h3,
.technologie .item h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  color: #d8b654;
}
.blog .item .image,
.technologie .item .image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.blog .item .image .more,
.technologie .item .image .more {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #d8b654;
  content: "Přečíst";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: -150px;
  top: 50%;
  transition: 0.3s all;
  z-index: 5;
  margin-top: -20px;
  margin-left: -75px;
}
.blog .item .image img,
.technologie .item .image img {
  z-index: 4;
  transition: 0.3s all;
  opacity: 1;
  margin: 0;
}
.blog .item p,
.technologie .item p {
  color: #000000;
}
.blog .item p span,
.technologie .item p span {
  color: #d8b654;
}
.blog .item:hover .image .more,
.technologie .item:hover .image .more {
  left: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.blog .item:hover .image img,
.technologie .item:hover .image img {
  opacity: 0.5;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.blog-page .anotace,
.technologie-page .anotace {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
}
.blog-page p,
.technologie-page p {
  font-size: 16px;
}
.blog-page .galerie,
.technologie-page .galerie {
  margin-top: 40px;
}
.blog-page .thumbnail,
.technologie-page .thumbnail {
  padding: 0;
  border-radius: 0;
  border: 2px solid #ffffff;
  margin: 0 0 30px 0;
}
.blog-page .thumbnail img,
.technologie-page .thumbnail img {
  margin: 0;
}
.blog-page .thumbnail:hover,
.technologie-page .thumbnail:hover {
  border-color: #d8b654;
}

.dalsi {
  padding: 30px 0 30px;
}
.dalsi .btn-load-more {
  margin-top: 15px;
}
.dalsi h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
.dalsi h3 a {
  color: #fff;
}
.dalsi h3.color {
  color: #fff;
  min-width: 165px;
  width: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -30px;
  padding: 0 15px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 30px;
}
.dalsi h3.color.green {
  background: #5c1412;
}
.dalsi h3.color.red {
  background: #de183f;
}
.dalsi .item {
  padding-bottom: 50px;
  position: relative;
}
.dalsi .item:after {
  position: absolute;
  top: auto;
  text-align: center;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  color: #fff;
  line-height: 30px;
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.dalsi .item:after.blue {
  background: #d8b654;
}
.dalsi .item:after.green {
  background: #5c1412;
}
.dalsi .item:after.red {
  background: #de183f;
}

.kosik {
  margin-bottom: 60px;
}
.kosik h1 {
  color: #d8b654;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.kosik .rozcestnik h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.kosik .rozcestnik a,
.kosik .rozcestnik span {
  display: block;
  background: #f5f5f5;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding: 20px 0;
  line-height: 34px;
  position: relative;
}
.kosik .rozcestnik a.active,
.kosik .rozcestnik span.active {
  background: #d8b654;
  color: #fff;
}
.kosik .rozcestnik a.active:hover,
.kosik .rozcestnik span.active:hover {
  background: #d8b654;
}
.kosik .rozcestnik a.done,
.kosik .rozcestnik span.done {
  overflow: hidden;
}
.kosik .rozcestnik a.done:after,
.kosik .rozcestnik span.done:after {
  font-family: "fontawesome";
  content: "\f00c";
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.kosik .produkty {
  margin-top: 30px;
}
.kosik .produkty h1 {
  text-transform: uppercase;
  color: #d8b654;
  margin-bottom: 30px;
  text-align: center;
}
.kosik .produkty tr td,
.kosik .produkty tr th {
  padding: 25px 10px;
  vertical-align: middle !important;
  border: none !important;
}
.kosik .produkty tr th {
  background: #000000;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  white-space: nowrap;
}
.kosik .produkty tr td:first-child {
  width: 91px;
}
.kosik .produkty h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.kosik .produkty h3 a {
  color: #000000;
}
.kosik .produkty h3 a:hover {
  color: #d8b654;
}
.kosik .produkty .cena {
  font-weight: 400;
  font-size: 25px;
  text-align: right;
  color: #d8b654;
}
.kosik .produkty .usetrite {
  text-align: right;
}
.kosik .produkty .ks {
  width: 150px;
}
.kosik .produkty .ks .form-control {
  width: 60px;
  border-radius: 0;
  box-shadow: none;
  float: left;
  transition: 0s none;
  font-size: 17px;
  text-align: center;
}
.kosik .produkty .ks .form-control:focus {
  border-color: #000000;
}
.kosik .produkty .ks span {
  width: 34px;
  text-align: center;
  line-height: 31px;
  background: #000000;
  color: #fff;
  float: left;
  height: 34px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  opacity: 0.1;
}
.kosik .produkty .ks span:hover {
  opacity: 1 !important;
}
.kosik .produkty .ks .cisilko {
  text-align: center;
  background: none;
  width: 100%;
  color: #000000;
  font-size: 20px;
  opacity: 1;
  font-weight: 700;
  display: block;
}
.kosik .produkty .ks:hover span {
  opacity: 0.8;
}
.kosik .produkty .ks:hover .form-control {
  border-color: #000000;
}
.kosik .produkty .remove {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.kosik .produkty .remove a {
  color: #000000;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.kosik .produkty .remove a:hover {
  background: #de183f;
  color: #fff;
}
.kosik .sleva-input {
  background: #fff;
  margin-bottom: 10px;
  color: #000000;
  margin-top: 10px;
  padding: 25px 30px;
}
.kosik .sleva-input span {
  display: block;
  font-size: 13px;
}
.kosik .sleva-input .form-control {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  color: #000000;
  font-size: 17px;
  height: auto;
}
.kosik .sleva-input .form-control:focus {
  border-color: #d8b654;
}
.kosik .sleva-input .btn {
  background: none;
  border: none;
  border-radius: 0;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-transform: lowercase;
  position: relative;
  bottom: -3px;
  z-index: 1;
  transition: 0s all;
}
.kosik .sleva-input .btn:hover {
  color: #d8b654;
}
.kosik .sleva-input .btn:focus {
  outline: none;
  box-shadow: none;
}
.kosik .doprava-a-platba {
  margin-top: 30px;
}
.kosik .doprava-a-platba h2 {
  text-transform: uppercase;
  color: #d8b654;
  margin-bottom: 30px;
}
.kosik .doprava-a-platba .online-platby {
  display: none;
}
.kosik .doprava-a-platba .online-platby div label {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.kosik .doprava-a-platba .online-platby div label img {
  max-height: 80px;
  max-width: 80px;
}
.kosik .doprava-a-platba .online-platby div input {
  display: none;
}
.kosik .doprava-a-platba .online-platby div input + img {
  cursor: pointer;
}
.kosik .doprava-a-platba .online-platby div input:checked + img {
  outline: 3px solid #2fbcdf;
}
.kosik .doprava-a-platba .radio {
  display: block;
  padding: 20px 15px 20px 75px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.kosik .doprava-a-platba .radio.pplparcelshop {
  z-index: 4;
}
.kosik .doprava-a-platba .radio .option {
  background: #000000;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
}
.kosik .doprava-a-platba .radio .option input {
  position: relative;
  margin-left: 0;
  top: 2px;
  margin-right: 10px;
}
.kosik .doprava-a-platba .radio .option:hover, .kosik .doprava-a-platba .radio .option.active {
  background: #d8b654;
}
.kosik .doprava-a-platba .radio select {
  display: none;
  padding: 5px 12px;
  border: none;
  line-height: 30px;
  width: 100%;
}
.kosik .doprava-a-platba .radio select option {
  border: none;
}
.kosik .doprava-a-platba .radio select:focus {
  outline: none;
  box-shadow: none;
}
.kosik .doprava-a-platba .radio .temp-hide,
.kosik .doprava-a-platba .radio .select2-container {
  display: none;
}
.kosik .doprava-a-platba .radio .verify-psc {
  background: #d8b654;
  color: #fff;
  border: none;
  width: 20%;
  line-height: 30px;
}
.kosik .doprava-a-platba .radio .psc {
  line-height: 28px;
  padding: 0 5px;
  width: 40%;
}
.kosik .doprava-a-platba .radio h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.kosik .doprava-a-platba .radio h3:before {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 23px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-size: 25px;
  font-family: "Linearicons-Free";
  content: "\e87f";
}
.kosik .doprava-a-platba .radio h3:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.kosik .doprava-a-platba .radio p {
  font-weight: 300;
  margin-bottom: 0;
}
.kosik .doprava-a-platba .radio p.pull-right {
  padding-left: 20px;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp) {
  position: absolute;
  left: -10000px;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked + h3 {
  color: #d8b654;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked + h3:before {
  color: #d8b654;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked + h3:after {
  background: #fff;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked ~ select, .kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked ~ .select2-container, .kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):checked ~ .temp-hide {
  display: block;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):disabled + h3 {
  color: #ffffff;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):disabled + h3:before {
  color: #ffffff;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):disabled + h3:after {
  background: #fff;
}
.kosik .doprava-a-platba .radio input[type=radio]:not(.psccp):disabled ~ select {
  display: none;
}
.kosik .doprava-a-platba .pull-right.ls {
  margin-top: -30px;
}
.kosik .dorucovaci-udaje {
  margin-top: 30px;
}
.kosik .dorucovaci-udaje h2 {
  text-transform: uppercase;
  color: #d8b654;
  margin-bottom: 30px;
  text-align: center;
}
.kosik .dorucovaci-udaje .veticka {
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
.kosik .dorucovaci-udaje .different-address {
  display: none;
}
.kosik .dorucovaci-udaje .company {
  display: none;
}
.kosik .dorucovaci-udaje label {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.kosik .dorucovaci-udaje label .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.kosik .dorucovaci-udaje label .form-control:focus {
  border-color: #d8b654;
}
.kosik .dorucovaci-udaje label textarea {
  height: 150px;
}
.kosik .dorucovaci-udaje .checkbox-label {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
.kosik .dorucovaci-udaje .select2-selection__rendered {
  font-size: 16px;
}
.kosik .star-required {
  color: #de183f;
  font-size: 18;
}
.kosik .souhrn h2 {
  text-transform: uppercase;
  color: #d8b654;
  margin-bottom: 30px;
  text-align: center;
}
.kosik .souhrn-item {
  background: #fff;
  padding: 15px;
}
.kosik .souhrn-item h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #d8b654;
  font-size: 18px;
  font-weight: 700;
}
.kosik .souhrn-item ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .kosik .doprava-a-platba .pull-right {
    float: none !important;
    margin-top: 15px;
    display: block;
    padding-bottom: 20px;
    padding-left: 0 !important;
  }
  .kosik .doprava-a-platba .radio .psc {
    width: calc(100% - 80px);
  }
  .kosik .doprava-a-platba .radio .verify-psc {
    width: 70px;
  }
  .kosik .doprava-a-platba .pull-right.ls {
    margin-top: 0;
  }
  .kosik .doprava-a-platba .online-platby div label img {
    max-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .kosik .doprava-a-platba .radio .psc {
    width: 100%;
    margin-bottom: 4px;
  }
  .kosik .doprava-a-platba .radio .verify-psc {
    width: 100%;
  }
}

.detail .rada,
.clanek .rada {
  font-size: 21px;
  text-transform: uppercase;
}
.detail .rada span,
.clanek .rada span {
  font-size: 20px;
  margin: 5px;
  position: relative;
  top: 1px;
}
.detail .rada .text,
.clanek .rada .text {
  display: inline;
}

.rada a,
.rada,
.rada strong {
  color: #303b46;
}

#mapa,
#map {
  height: 400px;
  width: 100%;
}

.prodejny h1 {
  color: #d8b654;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.prodejny a {
  color: #d8b654;
}
.prodejny .item {
  overflow: hidden;
  border-top: 1px solid rgb(127.5, 127.5, 127.5);
  padding: 30px 0;
}
.prodejny .item h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #d8b654;
  font-size: 18px;
  font-weight: 700;
}

.doprava-page h1 {
  color: #d8b654;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.doprava-page h2 {
  color: #d8b654;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
}
.doprava-page .item {
  padding: 15px;
}
.doprava-page .item h2 {
  margin-top: 0;
}

.kluby-page .row a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.kluby-page .row a h4 {
  color: #d8b654;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  min-height: 40px;
}

.dekujeme {
  text-align: center;
}
.dekujeme h1 {
  color: #d8b654;
  text-transform: uppercase;
  font-weight: 700;
}
.dekujeme .btn {
  padding: 25px 50px;
  font-size: 26px;
  margin: 20px 0;
}
.dekujeme a {
  color: #d8b654;
}

.clanek h1 {
  color: #d8b654;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.clanek h2 {
  color: #000000;
  font-weight: 400;
  margin-top: 40px;
}
.clanek h3 {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
}
.clanek h4 {
  color: #6e757d;
  font-weight: 300;
}
.clanek h5 {
  color: #6e757d;
  font-weight: 300;
}
.clanek ul,
.clanek ol {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  padding-left: 20px;
  margin: 0 0 14px;
}
.clanek ul {
  list-style: none;
}
.clanek ul li {
  padding-left: 15px;
  position: relative;
  left: -15px;
}
.clanek ul li:before {
  content: "￭";
  color: #d8b654;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
}
.clanek blockquote {
  margin: 40px 0;
  border-left: 3px solid #d8b654;
  font-size: 20px;
  padding: 0 20px;
}
.clanek p {
  font-size: 14px;
  margin: 0 0 14px;
}
.clanek img {
  display: block;
  margin: 15px auto;
}
.clanek img.doprava {
  margin: 5px 30px 0 0;
  float: left;
}
.clanek a {
  color: #d8b654;
}
.clanek .btn.btn-default {
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.clanek .btn.btn-default:hover {
  background: #d8b654;
}
.clanek .partneri a {
  display: block;
  margin-bottom: 30px;
}
.clanek .partneri a div {
  text-align: center;
  padding: 0 10px;
  color: #d8b654;
  font-size: 15px;
}
.clanek .table td,
.clanek .table th {
  border: none;
}
.clanek .b2b-item {
  padding: 20px 0;
  border-top: 1px solid rgb(127.5, 127.5, 127.5);
}
.clanek .b2b-item img {
  margin-top: 0;
}
.clanek .b2b-item p {
  padding-right: 30px;
}
.clanek .b2b-item h3 {
  margin-bottom: 5px;
  padding-right: 30px;
  margin-top: 0;
}
.clanek .zakaznicka-linka {
  padding-left: 100px;
  position: relative;
  border-radius: 0;
  background: #fff;
  border: none;
  margin-top: 15px;
  box-shadow: none;
}
.clanek .zakaznicka-linka strong {
  text-transform: uppercase;
}
.clanek .zakaznicka-linka .cisla .lnr {
  position: absolute;
  left: 20px;
  font-size: 60px;
  top: 25px;
  color: #ffffff;
}
.clanek .zakaznicka-linka .cisla {
  font-size: 25px;
}
.clanek .social-kontakty {
  margin-top: 15px;
}
.clanek .social-kontakty a {
  display: block;
  margin-bottom: 15px;
  line-height: 40px;
}
.clanek .social-kontakty a:hover .fa {
  background: #d8b654;
}
.clanek .social-kontakty a .fa {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  text-align: center;
  font-size: 17px;
  height: 40px;
  background: #000000;
  color: #fff;
  line-height: 40px;
}
.clanek .social-kontakty a .fa:before {
  position: relative;
  right: -2px;
}
.clanek .katalog-item {
  padding: 20px 0;
  border-top: 1px solid rgb(127.5, 127.5, 127.5);
  overflow: hidden;
}
.clanek .katalog-item p a {
  margin-top: 15px;
}
.clanek .banky {
  margin-top: 30px;
}
.clanek .banky .banka-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.clanek.profil-page h2 {
  color: #d8b654;
  margin-bottom: 20px;
  font-weight: 300;
}
.clanek.profil-page label {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.clanek.profil-page label .form-control,
.clanek.profil-page label .jakoinput {
  border-radius: 0;
  box-shadow: none;
  display: block;
  background: #fff;
  border: 1px solid #ffffff;
  line-height: 35px;
  padding: 0 15px;
  height: 37px;
}
.clanek.profil-page label .form-control:focus,
.clanek.profil-page label .jakoinput:focus {
  border-color: #d8b654;
}
.clanek.profil-page label .form-control.incorrect,
.clanek.profil-page label .jakoinput.incorrect {
  border-color: #de183f;
}
.clanek.profil-page label .form-control.correct,
.clanek.profil-page label .jakoinput.correct {
  border-color: #5c1412;
}
.clanek.profil-page label .jakoinput {
  text-transform: none;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.kosik-login-form {
  margin: 30px 0 0;
  padding: 30px;
  overflow: hidden;
  font-size: 24px;
  text-align: center;
}
.kosik-login-form a {
  color: #d8b654;
  font-weight: 700;
  font-size: 24px;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-radius: 0;
  background: #d8b654;
  color: #fff;
  text-transform: uppercase;
}
.modal .modal-content .modal-body {
  padding: 30px;
  border-radius: 0;
}
.modal .modal-content .modal-body table th {
  background: #000000;
  color: #fff;
}
.modal .modal-content .modal-body table td {
  border-color: #fff;
}
.modal .modal-content .modal-footer {
  border-radius: 0;
}

.alert-wrapper {
  position: fixed;
  top: 60px;
  z-index: 1100;
  width: 96%;
  max-width: 500px;
  left: 50%;
  margin-left: -250px;
}
.alert-wrapper .alert {
  margin-top: 5px;
  border-radius: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
  border: none;
  position: relative;
  padding: 20px 40px;
  text-align: left;
}
.alert-wrapper .alert .fa {
  position: relative;
  left: -5px;
}
.alert-wrapper .alert.alert-warning, .alert-wrapper .alert.alert-danger {
  background-color: #de183f;
  color: #fff;
}
.alert-wrapper .alert.alert-success {
  background-color: #5c1412;
  color: #fff;
}
.alert-wrapper .alert:before {
  animation-name: loading;
  animation-duration: 5s;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 20px 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe.sizeid-user-iframe {
  display: none;
}

@keyframes loading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .vertical-align {
    display: flex;
    flex-direction: row;
  }
  .vertical-align > [class^=col-md],
  .vertical-align > [class*=" col-md"] {
    display: flex;
    align-items: center; /* Align the flex-items vertically */
    justify-content: center; /* Optional, to align inner flex-items */
  }
  #tabulka-velikosti_wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1420px) {
  .navbar .navbar-nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }
  .navbar .navbar-right > li > a {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1220px) {
  .navbar .navbar-nav > li > a {
    font-size: 14px;
    padding: 0 6px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 30px;
    height: 70px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vertical-align {
    display: flex;
    flex-direction: row;
  }
  body {
    padding-top: 72px;
  }
  .vertical-align > [class^=col-md],
  .vertical-align > [class*=" col-md"] {
    display: flex;
    align-items: center; /* Align the flex-items vertically */
    justify-content: center; /* Optional, to align inner flex-items */
  }
  .navbar {
    height: 131px;
  }
  .navbar-admin {
    height: 114px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 14px;
    padding: 0 6px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 30px;
    height: 70px;
    line-height: 16px;
  }
  .navbar .navbar-right > li.kosik > a {
    height: 70px;
  }
  .navbar .navbar-right > li.kosik > a #cena {
    display: block;
  }
  .navbar .navbar-right > li > a > div {
    display: none;
  }
  .navbar-brand span {
    display: none;
  }
  .navbar-brand .img {
    max-width: 150px;
    margin-top: 5px;
  }
  .navbar.scroll .navbar-brand {
    display: none;
  }
  .navbar .navbar-center {
    float: left;
  }
  .navbar.scroll .navbar-nav > li > a {
    line-height: 0;
  }
  .navbar.scroll .navbar-right > li.kosik > a {
    height: 60px;
  }
  .navbar.scroll .navbar-right > li.kosik > a #cena {
    padding-top: 30px;
  }
  .navbar .navbar-right > li.kosik > a {
    padding-top: 10px;
  }
  .newsletter p {
    padding-left: 45px;
  }
  footer .platba {
    max-width: 100%;
  }
  .detail .pruh .social {
    font-size: 15px;
  }
  .detail .rada {
    font-size: 19px;
  }
  .detail .rada span {
    top: 4px;
  }
  .dokosiku .cisla span {
    font-size: 25px;
  }
  .kosik .sleva-input {
    padding: 25px 15px;
  }
  .kosik .sleva-input .btn {
    padding: 6px 0;
    font-size: 27px;
  }
  .clanek .zakaznicka-linka .cisla {
    font-size: 20px;
  }
  .prmd0 {
    padding-right: 0;
  }
  .kontakt-item {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    height: 132px;
  }
  .navbar-admin {
    height: 114px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 6px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 30px;
    height: 70px;
    line-height: 16px;
  }
  .navbar .navbar-right > li.kosik > a {
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .navbar .navbar-right > li.kosik > a #cena {
    display: block;
  }
  .navbar .navbar-right > li > a > div {
    display: none;
  }
  .navbar-brand span {
    display: none;
  }
  .navbar-brand .img {
    max-width: 140px;
    margin-top: 5px;
  }
  .hp h1 {
    margin-bottom: 0;
  }
  .navbar.scroll .navbar-brand {
    display: none;
  }
  .navbar .navbar-center {
    float: left;
  }
  .navbar.scroll .navbar-nav > li > a {
    line-height: 0;
  }
  .navbar.scroll .navbar-right > li.kosik > a {
    height: 60px;
  }
  .navbar.scroll .navbar-right > li.kosik > a #cena {
    padding-top: 30px;
  }
  .navbar .navbar-right > li.kosik > a {
    padding-top: 10px;
  }
  .dalsi .item {
    margin-bottom: 40px;
  }
  .blog h3 {
    margin-top: 50px;
  }
  .newsletter .input-group .input-group-btn .btn {
    padding: 0 15px 0 5px;
  }
  .newsletter p {
    padding-left: 0;
    font-size: 14px;
  }
  footer ul {
    padding-left: 0;
  }
  footer .clearfix.visible-sm {
    margin-bottom: 60px;
  }
  .detail h1 {
    margin-top: 30px;
  }
  .detail .rada {
    text-align: center;
  }
  .detail .rada span {
    top: 3px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .kosik .rozcestnik a,
  .kosik .rozcestnik span {
    font-size: 20px;
  }
  .kosik .produkty tr th {
    font-size: 10px;
  }
  .kosik .rozcestnik a.done:after,
  .kosik .rozcestnik span.done:after {
    display: none;
  }
  body {
    padding-top: 72px;
  }
  body.topbar-body {
    padding-top: 130px;
  }
  .kosik .produkty .cena,
  .kosik .produkty .usetrite {
    white-space: nowrap;
  }
  .navbar .navbar-right > li.kosik > a #cena {
    white-space: nowrap;
  }
  .kontakt-item {
    text-align: center;
    margin-bottom: 60px;
  }
  .info ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bar {
    padding: 30px 0 !important;
  }
  .logos {
    padding: 15px 0;
  }
  .header-admin {
    display: none;
  }
  .topbar-body {
    padding-top: 90px;
  }
  .info ul li {
    width: 100%;
  }
  .xsp1 {
    padding: 0 1px !important;
  }
  .hp {
    padding-bottom: 0;
  }
  .hp h1 {
    font-size: 27px;
    text-align: center;
    display: block;
  }
  .hp:before {
    z-index: -1;
    opacity: 0.4;
    bottom: -150px;
  }
  .dalsi .item {
    margin-bottom: 25px;
  }
  .navbar-brand span {
    display: none;
  }
  .navbar-brand .img {
    max-width: 130px;
    margin-top: 4px;
  }
  .navbar-brand {
    float: none;
    display: inline-block;
    padding: 13px 10px 5px 0;
  }
  .navbar.scroll .navbar-brand {
    padding: 13px 10px 5px 0;
  }
  .navbar.scroll {
    height: auto;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-toggle {
    float: left;
    margin-top: 11px;
    padding-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
    transition: 0.5s all;
    position: relative;
    left: 0;
    top: 0;
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s1 {
    width: 50%;
    transform: rotate(45deg);
    top: 2px;
    left: 1px;
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s2 {
    transform: rotate(315deg);
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s3 {
    width: 50%;
    left: 43%;
    transform: rotate(45deg);
    top: -2px;
  }
  .navbar {
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-left: 15px;
  }
  .mobile-kosik {
    float: right;
    height: 58px;
    width: 40px;
    color: #fff;
    padding-top: 30px;
    position: relative;
    transition: 0.3s all;
  }
  .mobile-kosik img {
    height: 30px;
  }
  .mobile-kosik.active {
    transform: scale(1.5);
  }
  .mobile-kosik .lnr {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
  }
  .mobile-kosik .lnr:after {
    content: attr(data-kusu);
    position: absolute;
    background: #de183f;
    color: #fff;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
    display: block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    left: 23px;
    top: 10px;
    transform: rotate(-10deg);
  }
  .mobile-kosik #mobile-cena {
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 15px;
    bottom: -20px;
    color: #d8b654;
  }
  .detail #pager a {
    float: left;
    margin: 0;
    margin-right: 5px;
    border: 1px solid #f3f3f3;
  }
  body {
    padding-top: 60px;
  }
  .detail .cycle-slideshow .logo {
    max-width: 50px;
  }
  .dokosiku .cisla {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dokosiku .cisla span {
    font-size: 25px;
    white-space: nowrap;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 2000px;
  }
  .navbar .navbar-nav.navbar-right > li {
    float: left;
    width: 100px;
  }
  .navbar .navbar-nav > li {
    display: block;
    float: none;
  }
  .navbar .navbar-nav > li > a {
    float: none;
    width: 100%;
    line-height: 2em;
    height: auto;
    font-size: 20px;
  }
  .navbar.scroll .navbar-nav > li > a {
    height: auto;
    line-height: 2em;
  }
  .navbar .navbar-nav > li.divider {
    line-height: 0;
    height: 1px;
    border-top: 1px solid rgb(242.25, 242.25, 242.25);
    margin: 10px 0;
    text-indent: 10000px;
    width: 100%;
    overflow: hidden;
  }
  .navbar-collapse {
    background: #2b353f;
    border-top: none;
    box-shadow: none;
  }
  .info ul a.question-mark {
    margin-top: 60px;
  }
  .newsletter {
    height: auto;
  }
  .newsletter p {
    padding-left: 0;
  }
  footer {
    text-align: center;
  }
  footer .text-center {
    text-align: center;
  }
  footer .kontakty {
    margin-bottom: 60px;
    display: block;
  }
  footer img {
    margin: 0 auto;
    float: none;
  }
  footer ul {
    padding: 0;
  }
  footer h3 {
    margin-top: 50px;
  }
  .copy .pull-right {
    display: none;
  }
  .info h3 {
    margin-top: 40px;
  }
  .info ul a h3 {
    margin-top: 0;
  }
  .detail .rada {
    text-align: center;
    font-size: 15px;
  }
  .detail .rada span {
    top: 4px;
  }
  .navbar.scroll .navbar-right > li > a > div {
    display: block;
  }
  .navbar .navbar-right > li > a {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .navbar.scroll .navbar-right > li > a {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .navbar .navbar-right > li.search .dropdown-menu > li {
    padding-right: 0;
  }
  .navbar .navbar-right > li.search .dropdown-menu {
    width: 100%;
    position: absolute;
    margin-top: -8px !important;
    top: calc(100% + 8px);
  }
  .navbar .navbar-right > li.search .dropdown-menu > li .form-control {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar .navbar-nav > li:hover .submenu, .navbar .navbar-nav > li:focus .submenu {
    max-height: 0;
    opacity: 0;
    padding: 0;
  }
  #navbar.navbar-collapse.collapse.in {
    overflow: visible;
  }
  .navbar .navbar-nav > li .submenu {
    transition: 0s all;
    transition-delay: 0s;
    display: none;
  }
  .navbar .navbar-nav > li .submenu > .container > div h3 {
    font-size: 20px;
  }
  .navbar .navbar-nav > li .submenu > .container > div ul > li > a {
    font-size: 17px;
    line-height: 2em;
  }
  .navbar .navbar-nav > li .submenu:before {
    top: auto;
    z-index: -1;
    bottom: 0;
    display: none;
    position: absolute;
  }
  .navbar .navbar-nav > li .submenu .close {
    position: absolute;
    left: 0;
    line-height: 60px;
    text-align: center;
    top: -60px;
    height: 60px;
    width: 50px;
    background: #fbfbfb;
    color: #d8b654;
    text-shadow: none;
    opacity: 1;
  }
  .navbar .navbar-nav > li .submenu .close:before {
    content: "\e879";
    font-family: "linearicons-free";
  }
  .navbar .navbar-nav > li .submenu:after {
    position: absolute;
    background: -moz-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(251, 251, 251) 25%, rgba(251, 251, 251, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(251, 251, 251) 25%, rgba(251, 251, 251, 0) 100%);
    background: linear-gradient(to bottom, rgb(251, 251, 251) 0%, rgb(251, 251, 251) 25%, rgba(251, 251, 251, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb", endColorstr="#00fbfbfb", GradientType=0);
    pointer-events: none;
    height: 30px;
    left: 0;
    right: 30px;
    top: 0;
    content: "";
    z-index: 5;
  }
  .navbar .navbar-nav > li .submenu.active {
    padding: 0;
    max-height: 2000px;
    display: block;
    opacity: 1;
    overflow: visible;
    position: fixed;
    left: 0;
    right: -30px;
    top: 58px;
    bottom: 0;
  }
  .navbar .navbar-nav > li .submenu.active .container {
    padding: 30px 15px 15px;
    overflow: auto;
    height: 100%;
  }
  .navbar .navbar-nav > li .submenu > .container > div {
    width: 100% !important;
  }
  .navbar .navbar-nav > li .submenu > .container > div ul {
    margin-bottom: 30px;
  }
  .navbar .navbar-nav > li .submenu > .container > div.wide ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .navbar .navbar-nav > li:hover {
    background: none;
    color: #fff;
  }
  .navbar .navbar-nav > li:hover:hover > a {
    color: #fff;
  }
  .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
  }
  .navbar .navbar-nav > li .submenu > .container > div.first ul {
    margin-bottom: 30px;
  }
  #navbar {
    left: -100%;
    top: 58px;
    width: 100%;
    display: block;
    position: absolute !important;
    background: #2b353f;
    transition: 0.2s all;
  }
  #navbar.navbar-collapse.collapse.in {
    left: 15px;
    top: 58px;
    display: block;
    position: fixed !important;
    background: #2b353f;
    overflow: auto;
    height: "calc(100% - 58px)" !important;
  }
  .navbar .navbar-nav > li .submenu > .container > div.row.sporty .logo img {
    display: none;
  }
  .filtry .item ul > li > a {
    font-size: 17px;
    line-height: 2em;
  }
  .filtry .item .item-header h5 {
    font-size: 20px;
  }
  #filtry-left {
    position: fixed;
    height: 100%;
    top: 60px;
    left: -85%;
    width: 85%;
    background: #f4f5f6;
    z-index: 150;
    padding: 20px 15px 80px;
    margin-top: 0;
    transition: 0.5s left;
  }
  #filtry-left.active {
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    overflow-x: visible;
  }
  #filtry-left.active #filtry-left-trigger {
    top: 1px;
    right: 0;
    background: none;
    color: #000000;
  }
  #filtry-left.active #filtry-left-trigger:before {
    content: "\e870";
  }
  #filtry-left #filtry-left-trigger {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d8b654 url(/images/icons/filter.png) center center no-repeat;
    color: #d8b654;
    display: block;
    font-size: 25px;
    position: absolute;
    top: 60px;
    right: -40px;
  }
  #filtry-left #filtry-left-trigger:before {
    font-family: "linearicons-free";
  }
  .strany {
    display: none;
  }
  .breadcrumb-holder .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    padding-right: 15px;
  }
  .breadcrumb-holder .breadcrumb > li:last-child {
    margin-right: 15px;
  }
  .kosik .sleva-input {
    height: auto;
  }
  /*.pocetkusutr {
    padding: 10px 35px !important;
    }*/
  .kosik .produkty tr th {
    display: none;
  }
  .kosik .produkty tr {
    overflow: hidden;
    padding: 20px 0 0;
  }
  .kosik .produkty tr:first-child {
    display: none;
  }
  .kosik .produkty tr,
  .kosik .produkty tr td {
    display: block;
  }
  .kosik .produkty tr td {
    padding: 0 15px 0 0 !important;
    overflow: hidden;
  }
  .kosik .produkty tr td.image {
    float: left;
    width: 30% !important;
  }
  .kosik .produkty tr td.td-logo {
    float: left;
  }
  .kosik .produkty tr td.usetrite {
    text-align: left;
    padding-left: 0 !important;
    font-size: 12px;
  }
  .kosik .produkty tr td.cena {
    text-align: left;
    float: left;
    font-size: 18px;
    position: relative;
    top: -5px;
    padding-left: 0 !important;
  }
  .kosik .produkty tr td.ks {
    float: left;
    min-height: 45px;
  }
  .kosik .produkty tr td.ks .form-control {
    width: 50px;
  }
  .kosik .produkty tr td.remove {
    text-align: center;
    padding: 5px 0 !important;
    width: 100%;
    background: #de183f;
    color: #fff;
  }
  .kosik .produkty tr td.remove a {
    white-space: nowrap;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: auto;
  }
  .kosik .produkty tr td.remove a .lnr {
    line-height: 30px;
    position: relative;
    bottom: -2px;
  }
  .kosik .produkty tr td.remove a .visible-xs-inline {
    font-size: 15px;
    position: relative;
    top: -4px;
  }
  .kosik .produkty tr td.td-popis {
    min-height: 100px;
  }
  .kosik .rozcestnik a,
  .kosik .rozcestnik span {
    text-align: left;
    padding-left: 15px;
  }
  .kosik .produkty .ks .cisilko {
    float: left;
    width: auto;
    margin-left: 15px;
  }
  .blog .item {
    margin-bottom: 60px;
  }
  .clanek .table tr {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clanek .table tr td {
    display: block;
    padding: 0;
    text-align: center !important;
  }
  .clanek .btn.btn-default {
    white-space: normal;
  }
  .kontakt-item {
    text-align: center;
    margin-bottom: 60px;
  }
  .prodejny .item h3 {
    margin-top: 15px;
  }
  .clanek .katalog-item {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .navbar.scroll .navbar-right > li > a {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .hp h1 {
    font-size: 21px;
  }
  .hidden-xxs {
    display: none;
  }
}
@media (max-width: 520px) {
  .alert-wrapper {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
}
@media (min-width: 850px) {
  .modal-dialog {
    width: 840px;
    margin: 30px auto;
  }
  .modal-dialog img {
    margin: 0 auto;
    display: block;
  }
}
/* product loading */
.infinite-scroll-request {
  display: none;
}

.infinite-scroll-request {
  margin: 30px auto 30px;
  width: 100px;
  text-align: center;
}

.infinite-scroll-request > div {
  width: 15px;
  height: 15px;
  background-color: #08a7d4;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.infinite-scroll-request .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.infinite-scroll-request .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.payment-mobile {
  display: none;
}
.payment-mobile img {
  max-width: 100%;
}

.payment-desktop {
  display: block;
}

@media (max-width: 1200px) {
  .payment-mobile {
    display: block;
  }
  .payment-desktop {
    display: none;
  }
}
.alert {
  border-radius: 0;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .mobile-search {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-search {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 100%;
  }
  .mobile-search.navbar-right > li > a {
    padding: 4px;
    padding-top: 20px;
    margin: 0;
    width: auto;
  }
  .mobile-search.navbar-nav.navbar-right > li {
    width: auto;
  }
  .navbar-collapse .navbar-right {
    display: none;
  }
}
footer .banner {
  max-width: 100%;
}

.footer-collapse-button {
  background: none;
  border: 0;
  font-size: 21px;
  color: #08a7d4;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.footer-collapse-button span {
  color: #fff;
}

.collapse.in {
  display: block !important;
}

@media (max-width: 768px) {
  footer {
    text-align: left;
  }
  footer .doprava {
    margin: 0;
    display: block;
  }
  footer .copy {
    text-align: center;
  }
  .footer-title {
    display: none;
  }
}
.header-cart {
  padding: 0;
  min-width: 440px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
}
.header-cart ul {
  overflow-y: auto;
  max-height: 550px;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.header-cart .btn {
  padding: 0;
  border-top: none;
  background: #d8b654;
  color: #fff;
  display: block;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.header-cart .btn:hover {
  background: rgb(211.2642857143, 173.1357142857, 63.2357142857);
}
.header-cart li {
  overflow: hidden;
  padding: 12px 15px;
  border-top: 1px dotted #ffffff;
  transition: 0s all;
}
.header-cart li:first-child {
  border-top: none;
}
.header-cart li a {
  padding: 0;
  float: left;
  clear: none;
}
.header-cart li a .image {
  float: left;
}
.header-cart li a .image img {
  width: 60px;
  margin-right: 15px;
}
.header-cart li a .info {
  padding: 0;
  float: left;
  margin-right: 15px;
  width: 190px;
}
.header-cart li a .info h4 {
  margin-top: 3px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.header-cart li a .info p {
  margin: 0;
  color: #6e757d;
  font-size: 12px;
  line-height: 1.2em;
}
.header-cart li a .cena {
  float: left;
  width: 65px;
  text-align: right;
  margin-right: 15px;
  margin-top: 2px;
}
.header-cart li a .cena > span {
  display: inline-block;
}
.header-cart li a .cena .ks {
  color: #6e757d;
  font-size: 12px;
  line-height: 1.2em;
}
.header-cart li a .cena .cena {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #6e757d;
  color: #d8b654;
  font-weight: 700;
  font-size: 15px;
}
.header-cart li a.remove {
  float: right;
  margin-top: 16px;
  font-size: 25px;
  color: #262c32;
}
.header-cart li a.remove:hover {
  color: #de183f;
}
.header-cart li a:hover, .header-cart li a:focus {
  background: none;
}
.header-cart li:hover {
  background: #fff;
}

.dalsi .stav_akcnicena:lang(ro):after {
  font-size: 1em;
  width: 130px;
  margin-left: -65px;
}

@media (min-width: 1200px) and (max-width: 1420px) {
  .brands img {
    max-width: 50px !important;
  }
}
.svg {
  display: block;
}
.svg.svg-performance {
  mask: url(/images/loga/adidas-performance.svg) no-repeat center/contain;
  -webkit-mask: url(/images/loga/adidas-performance.svg) no-repeat center/contain;
}
.svg.svg-originals {
  mask: url(/images/loga/adidas-originals.svg) no-repeat center/contain;
  -webkit-mask: url(/images/loga/adidas-originals.svg) no-repeat center/contain;
  mask-type: luminance;
}
.svg.svg-fashion {
  mask: url(/images/loga/fashion.svg) no-repeat center/contain;
  -webkit-mask: url(/images/loga/fashion.svg) no-repeat center/contain;
  mask-type: luminance;
}
.svg.svg-puma {
  mask: url(/images/loga/puma.svg) no-repeat center/contain;
  -webkit-mask: url(/images/loga/puma.svg) no-repeat center/contain;
}
.svg.svg-reebok {
  mask: url(/images/loga/reebok.svg) no-repeat center/contain;
  -webkit-mask: url(/images/loga/reebok.svg) no-repeat center/contain;
}
.svg.svg-shipping {
  mask: url(/images/icons/doprava.svg) no-repeat center/contain;
  -webkit-mask: url(/images/icons/doprava.svg) no-repeat center/contain;
}
.svg.svg-placeholder {
  mask: url(/images/icons/placeholder.svg) no-repeat center/contain;
  -webkit-mask: url(/images/icons/placeholder.svg) no-repeat center/contain;
}
.svg.svg-dpd {
  mask: url(/images/doprava/dpd.svg) no-repeat center/contain;
  -webkit-mask: url(/images/doprava/dpd.svg) no-repeat center/contain;
}
.svg.svg-skpost {
  mask: url(/images/doprava/skpost-bw.svg) no-repeat center/contain;
  -webkit-mask: url(/images/doprava/skpost-bw.svg) no-repeat center/contain;
}
.svg.svg-zasilkovna {
  mask: url(/images/doprava/zasilkovna_white.svg) no-repeat center/contain;
  -webkit-mask: url(/images/doprava/zasilkovna_white.svg) no-repeat center/contain;
}
.svg.bg-white {
  background: #fff;
}

.td-logo {
  padding: 0;
  width: 100px;
  text-align: center;
}
.td-logo img {
  height: 60px;
  width: 60px;
}

.clanek18 .equal {
  position: relative;
  padding: 10px 0 30px 0;
}
.clanek18 h2 {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 5px;
}
.clanek18 h2 img {
  position: absolute;
  top: 0;
  right: 0;
}
.clanek18 .cena_dopravy {
  position: absolute;
  bottom: 0;
}

.spinners__box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  flex: 0 0 20%;
  background-color: inherit;
  position: relative;
}

.dot-loader {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #08a7d4;
  position: relative;
  -webkit-animation: 1.2s scaleDown ease-in-out infinite;
  animation: 1.2s scaleDown ease-in-out infinite;
}

.dot-loader:nth-child(2) {
  margin: 0 15px;
  -webkit-animation: 1.2s scaleDown ease-in-out infinite 0.15555s;
  animation: 1.2s scaleDown ease-in-out infinite 0.15555s;
}

.dot-loader:nth-child(3) {
  -webkit-animation: 1.2s scaleDown ease-in-out infinite 0.3s;
  animation: 1.2s scaleDown ease-in-out infinite 0.3s;
}

@-webkit-keyframes scaleDown {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleDown {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#api_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background: rgba(0, 0, 0, 0.8);
}
#api_overlay #api_content {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 70%;
  height: 80%;
  z-index: 1032;
  margin-left: -35%;
  background: #fff;
}
#api_overlay #api_content iframe {
  border: none;
}

/* meter gauges*/
.metric {
  padding: 10%;
}

.metric svg {
  max-width: 100%;
}

.metric path {
  stroke-width: 75;
  stroke: #ecf0f1;
  fill: none;
}

.metric text {
  font-family: "adineuePRO", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.metric.average path.data-arc {
  stroke: #f2cd00;
}

.metric.average text {
  fill: #f2cd00;
}

.metric.high path.data-arc {
  stroke: #7bd53f;
}

.metric.high text {
  fill: #7bd53f;
}

.metric.low path.data-arc {
  stroke: #f16500;
}

.metric.low text {
  fill: #f16500;
}

/* / meter gauges */
.b2b .select2-selection--single {
  background: #fff;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.b2b button#b2b_kosik_add {
  margin-top: 20px;
  background: #d8b654;
  display: block;
  height: 60px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  transition: 0s all;
  color: #fff;
  text-align: center;
}
.b2b .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b2b .add-product {
  background: #f4f5f6;
  padding: 20px 0;
}
.b2b .add-product-manual {
  color: #d8b654;
}
.b2b .add-manual {
  display: none;
}
.b2b .add-manual h2 {
  margin-top: 20px;
}
.b2b #vyber-velikosti label:before {
  content: " ";
  display: block;
}

/*# sourceMappingURL=style.css.map */
