@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

/*@media (min-width: 768px) {
    * {-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
}*/
body {
  font-family: "Titillium Web", "Open Sans", Arial;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  background: #e8eff4;
}

.ui-widget {
  font-family: "Titillium Web", "Open Sans", Arial !important;
}

/*
@media (min-width: 768px){
    body {background: #e3e3e3 url('/images/nasoutokushop/bg-vanoce2017.jpg') top center repeat-x; background-attachment:fixed;}
}
*/
/*@media (min-width: 768px){
    body {
        background-image: url(/images/nasoutoku/nasoutoku_vanoce_bg_1.jpg), url(/images/nasoutoku/nasoutoku_vanoce_bg_2.jpg);
        background-position: top center, bottom center;
        background-repeat: no-repeat;
    }
}*/
/*
@media (min-width: 768px){
    body {
        background-image: url('/images/nasoutokushop/bg-vanoce2019.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}
*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1170px;
  }
}
strong, b, .bold {
  font-weight: bold;
}

em, i, .italic {
  font-style: italic;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input, select, textarea, label {
  font-family: "Titillium Web", "Open Sans", Arial;
}

img {
  max-width: 100%;
}

.regular {
  font-weight: 400 !important;
}

#sfWebDebug {
  display: none;
}

.cc_banner-wrapper {
  z-index: 9997;
  position: relative;
}

/* buttons */
.btn-green, footer #subscriber_submit, #modal-log .btn {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: #409d24;
  background: -moz-linear-gradient(top, #409d24 0%, #36891d 100%);
  background: -webkit-linear-gradient(top, #409d24 0%, #36891d 100%);
  background: linear-gradient(to bottom, #409d24 0%, #36891d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#409d24", endColorstr="#36891d",GradientType=0 );
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}

.btn-green:hover, footer #subscriber_submit:hover, #modal-log .btn:hover {
  color: #fff;
  background: #36891d;
  background: -moz-linear-gradient(top, #36891d 0%, #409d24 100%);
  background: -webkit-linear-gradient(top, #36891d 0%, #409d24 100%);
  background: linear-gradient(to bottom, #36891d 0%, #409d24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36891d", endColorstr="#409d24",GradientType=0 );
}

.btn-blue, .sigin-rows #signin-form .btn {
  display: inline-block;
  padding: 10px 20px;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.btn-blue:hover, .contact-form button:hover {
  /*text-decoration: underline;*/
  background-image: linear-gradient(to top, #004e8d 0%, #003d6f 100%);
}

@media (min-width: 768px) {
  header {
    margin-top: 15px;
  }
}
header .container {
  background-color: #fff;
  /*-moz-box-shadow: 0 0 10px rgba(35,31,32,.5); -webkit-box-shadow: 0 0 10px rgba(35,31,32,.5); box-shadow: 0 0 10px rgba(35,31,32,.5);*/
}
header .navbar-brand {
  display: block;
  height: auto;
}
header .navbar-brand img {
  width: 100%;
  min-width: 75px;
}
header #claim {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
header .call-dotaz {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
}
header .call-volejte {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
header .call-number {
  color: #3c9521;
  font-size: 18px;
  font-weight: 700;
}
header .date {
  padding-left: 15px;
}
header .fulltext-form {
  position: relative;
  margin-bottom: 10px;
}
header .fulltext-form .fulltext-input-query {
  width: 100%;
  height: 45px;
  padding: 5px 45px 5px 15px;
  color: #878787;
  border: 2px solid #004d8d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
header .fulltext-form .fulltext-input-submit {
  display: block;
  width: 26px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background: transparent url("/images/nasoutokushop/ico-search.png") center center no-repeat;
  border: 0;
  text-indent: -10000px;
  cursor: pointer;
  outline: 0;
}
header #head-fb, header #head-yt {
  color: #004d8d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
header #head-fb:hover, header #head-yt:hover {
  text-decoration: underline;
}
header #head-fb i {
  font-size: 110%;
  margin-right: 5px;
}
header #head-yt {
  margin-left: 10px;
}
header #head-yt i {
  font-size: 110%;
  margin-right: 5px;
  color: #ff0000;
}
header .col-head-2 {
  padding-top: 15px;
  font-size: 15px;
}
header .col-head-2 p {
  margin-bottom: 0;
}
header .col-head-4 {
  padding-top: 15px;
}
header #muj-ucet-link {
  display: inline-block;
  padding: 5px 0px 5px 45px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: transparent url("/images/nasoutokushop/ico-user.svg") left center no-repeat;
  background-size: 36px;
  overflow: hidden;
}
header .line-doprava-zdarma {
  margin: 10px 0 5px;
  background-color: #ffcb08;
  font-weight: 600;
  text-align: center;
}
header .line-doprava-zdarma.free {
  color: white;
  background-color: #3c9521;
}
header #basket-preview {
  font-size: 15px;
}
header #basket-preview #cart-click {
  display: inline-block;
  margin-left: -15px;
  padding: 5px 0 3px 55px;
  background: transparent url("/images/nasoutokushop/ico-cart.svg") 0 8px no-repeat;
  background-size: 45px;
  text-decoration: none;
  position: relative;
  line-height: 1.5em;
}
header #basket-preview span {
  color: #000;
}
header #basket-preview #cart-hl {
  font-weight: 700;
}
header #basket-preview #cart-price {
  color: #3c9521;
  font-size: 22px;
  font-weight: 700;
}
header #basket-preview #cart-empty-span {
  color: #888;
  font-style: italic;
}
header #basket-preview #cart-price, header #basket-preview #cart-empty-span {
  clear: both;
}
header .usr-logged {
  color: #004e8d;
  font-weight: 700;
}
header #basket-preview-box {
  position: relative;
}
header #basket-preview #cart-count {
  display: block;
  position: absolute;
  left: 16px;
  top: 3px;
  width: 23px;
  height: 23px;
  padding-top: 1px;
  color: #fff;
  font-size: 12px;
  background-color: #d7230d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
}
header #basket-preview-content {
  position: absolute;
  /*top: 70px;*/
  top: 54px;
  right: 15px;
  max-width: 375px;
  z-index: 20;
  background-color: white;
  -webkit-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
}
header #basket-preview-content #basket-preview-content-inner {
  padding: 10px;
}
header #basket-preview-content .basket-preview-item {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #e3e3e3;
  font-size: 15px;
  font-weight: 400;
}
header #basket-preview-content .basket-preview-item .count {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  color: white;
  font-size: 10px;
  font-weight: 400;
  background-color: #d7230d;
  text-align: center;
  border-radius: 20px;
  line-height: 1.3em;
}
header #basket-preview-content .basket-preview-item a {
  color: #004e8d;
  font-size: 15px;
  font-weight: 400;
}
header #basket-preview-content .basket-preview-item .cena {
  color: #3e9a23;
}
header #basket-preview-content .basket-preview-item .col-xs-7, header #basket-preview-content .basket-preview-item .col-xs-3 {
  padding-left: 0;
}
header #basket-preview-content .basket-preview-item .col-xs-7, header #basket-preview-content .basket-preview-item .col-xs-2 {
  padding-right: 0;
}
header #basket-preview-content .basket-preview-item .remover {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url("/images/nasoutokushop/ico-cart-pop-delete.png") 0 0 no-repeat;
  text-indent: 10000px;
  overflow: hidden;
}
header #basket-preview-content .basket-preview-item .remover:hover {
  background: transparent url("/images/nasoutokushop/ico-cart-pop-delete-hover.png") 0 0 no-repeat;
}
header #basket-preview-content .basket-preview-pokladna {
  text-align: center;
}
header #basket-preview-content .kpokladne {
  display: inline-block;
  margin: 5px auto;
  padding: 10px 20px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(to top, #36891d 0%, #409e24 100%);
  border-radius: 5px;
}
header #basket-preview-content .kpokladne:hover {
  /*text-decoration: underline;*/
}
header #basket-preview-content .basket-preview-price-total {
  clear: both;
  padding: 10px 0 0;
}
header #basket-preview-content .basket-preview-price-total label {
  color: #004e8d;
}
header #basket-preview-content .basket-preview-price-total span {
  color: #3e9a23;
  font-weight: 700;
}

@media (min-width: 768px) {
  header .navbar-brand img {
    min-width: 95px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand img {
    min-width: 130px;
  }
}
@media (min-width: 1340px) {
  header .navbar-brand img {
    min-width: 165px;
  }
}
@media (min-width: 1340px) {
  header #claim {
    font-size: 17px;
  }
}
@media (min-width: 1340px) {
  header #head-fb, header #head-yt {
    font-size: 17px;
  }
}
@media (max-width: 1339px) {
  header .date {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1340px) {
  header .col-head-4 img {
    display: none;
  }
}
/*header #basket-preview #cart-count {display: block; position: absolute; left: 14px; top: 1px; width: 28px; height: 28px; padding-top: 3px; color: #fff; font-size: 12px; background-color: #d7230d; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; text-align: center;}*/
.dropdown-user .dropdown-menu {
  background-color: white;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
}
.dropdown-user .dropdown-menu > li > a {
  padding: 8px 20px;
}
.dropdown-user .dropdown-menu li a i {
  color: #004e8d;
  margin-right: 5px;
}
.dropdown-user .dropdown-menu li a {
  color: black;
  text-decoration: none;
}

header #wrap-head-right {
  max-width: 310px;
  float: right;
}
header .link-wishlist {
  display: inline-block;
  padding: 5px 0 3px 30px;
  color: #000;
  font-size: 12px;
  background: transparent url("/images/nasoutokushop/ico-wish.png") left center no-repeat;
  text-decoration: none;
}
header .link-price {
  display: inline-block;
  padding: 5px 0 3px 27px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
header .link-wishlist:hover, header .link-price:hover {
  text-decoration: underline;
}
header .link-price-eur {
  background: transparent url("/images/nasoutokushop/ico-eur.png") left center no-repeat;
}
header .link-price-czk {
  background: transparent url("/images/nasoutokushop/ico-czk.png") left center no-repeat;
}

/* mobile head */
@media (max-width: 767px) {
  .navbar-brand {
    padding: 10px 5px;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 75px;
  }
  .navbar-toggle {
    margin-right: 0;
    border-color: #004d8d;
  }
  .navbar-toggle .icon-bar {
    background-color: #004d8d;
  }
  /*
  .navbar-toggle:before {
      content: "MENU";
      position: absolute;
      left: -60px;
      top: 7px;
      color: #004d8d;
      font-weight: 700;
  }
  */
  header #claim {
    float: right;
    padding-top: 15px;
    text-align: right;
  }
  header #callus {
    position: absolute;
    top: -29px;
    right: 15px;
    font-size: 15px;
  }
  header .call-volejte, header .call-number.visible-xs {
    font-size: 15px !important;
    display: inline !important;
  }
  #cat_tabs #category-tree #category-main-menu {
    display: none;
  }
  .slicknav_menu {
    background: white;
  }
  .slicknav_btn {
    background-color: #004d8d;
  }
  #btn-search {
    margin-right: 6px;
    width: 38px;
    height: 34px;
    border: 0;
    background: transparent url(/images/nasoutokushop/ico-search.svg) center center no-repeat;
    background-size: 22px;
  }
  header .col-head-4 {
    position: initial;
  }
  header .col-head-4 * {
    position: initial;
  }
  header #basket-preview-box {
    position: initial;
  }
  header .col-head-4, header .col-head-2 {
    padding-top: 0;
  }
  header .dropdown-user {
    position: absolute;
    top: 8px;
    right: 145px;
  }
  header .dropdown-user .dropdown-menu {
    position: absolute !important;
  }
  header #muj-ucet-link {
    padding: 0;
    width: 38px;
    height: 34px;
    text-indent: -10000px;
    background-size: 30px;
  }
  #muj-ucet-link .regular {
    display: none;
  }
  header #basket-preview #cart-click {
    position: absolute;
    top: 5px;
    right: 105px;
    padding: 0;
    width: 34px;
    height: 34px;
    background-size: 30px;
  }
  header #basket-preview #cart-count {
    left: 10px;
    top: 2px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
    zoom: 85%;
  }
  #basket-preview-box {
    position: initial !important;
  }
  header #basket-preview-content {
    top: 45px;
  }
  header #basket-preview-content .basket-preview-item .col-xs-3 {
    position: relative;
  }
  header #cart-click .caret, header #cart-click #cart-hl, header #cart-click #cart-empty-span, header #cart-click #cart-price {
    display: none;
  }
  header .line-doprava-zdarma {
    margin: 5px 0;
  }
  #mobile-menu ul {
    list-style: none;
    padding: 0;
  }
  #mobile-menu .kategorie li a {
    display: block;
    padding: 9px 15px 8px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #004e8d;
    border-bottom: 2px solid #003d6f;
    text-decoration: none;
  }
  #mobile-menu ul li a:hover {
    color: #000;
    background-color: #ffcb08;
    border-color: #051e2c;
  }
  #mobile-menu .pages li a {
    display: block;
    padding: 9px 15px 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #a9c2d7;
    background-color: #09293b;
    border-bottom: 1px solid #051e2c;
    text-transform: inherit;
  }
  #mobile-menu .filters li a {
    display: block;
  }
  #mobile-menu .phone {
    padding-top: 6px;
    font-size: 17px;
    color: black;
    font-weight: 700;
  }
  #mobile-menu .phone a {
    color: #3c9521;
    font-weight: 700;
    display: inline !important;
  }
}
.menu-banner {
  display: none;
}

@media (min-width: 768px) {
  .slicknav_menu, #mobile-menu {
    display: none !important;
  }
  #searchform-wrap {
    padding: 0;
  }
  header .navbar-brand {
    margin-top: 4px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  header nav {
    border: 0 !important;
    margin-bottom: 15px !important;
  }
  header .row-menu .col-xs-12 {
    padding: 0;
  }
  header .row-menu #top-menu {
    float: left;
    width: 100%;
    background-color: #004e8c;
    background: linear-gradient(to right, #003d70 0%, #054f8e 50%, #003d70 100%);
  }
  header .row-menu #top-menu ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
  }
  header .row-menu #top-menu li {
    float: left;
    margin-right: 0;
  }
  header .row-menu #top-menu li:last-child {
    margin-right: 0px;
  }
  header .row-menu #top-menu li a {
    display: inline-block;
    padding: 10px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  header .row-menu #top-menu li a:hover {
    color: #010101;
    background-color: #ffcb08 !important;
  }
  header .row-menu #top-menu li.menu-item-9 {
    background: url("/images/nasoutoku/darky2_new.png") no-repeat center top -2px;
  }
  header .row-menu #hp-submenu {
    clear: both;
    float: left;
    width: 100%;
    height: 57px;
    background-color: #003d6f;
    background: #003d6f url("/images/nasoutokushop/bg-submenu-gradient.png") center top no-repeat;
  }
  header .row-menu #hp-submenu ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
  }
  header .row-menu #hp-submenu ul.megamenu {
    clear: both;
  }
  header .row-menu #hp-submenu li {
    float: left;
    margin-right: 0;
  }
  header .row-menu #hp-submenu li:last-child {
    margin-right: 0px;
  }
  header .row-menu #hp-submenu li a {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }
  header .row-menu #hp-submenu li a span {
    color: #ffc900;
  }
  header .row-menu #hp-submenu li .toplink {
    width: 100px;
    padding: 20px 10px 20px 65px;
    line-height: 1.2em;
  }
  header .row-menu #hp-submenu li.lov-kapri .toplink {
    width: 145px;
    padding-left: 65px;
    background: transparent url("/images/nasoutokushop/ico-menu-kapr.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.lov-sumci .toplink {
    width: 160px;
    padding-left: 85px;
    background: transparent url("/images/nasoutokushop/ico-menu-sumec.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.lov-dravci .toplink {
    width: 135px;
    padding-left: 58px;
    background: transparent url("/images/nasoutokushop/ico-menu-dravec.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.lov-more .toplink {
    width: 175px;
    padding-left: 95px;
    background: transparent url("/images/nasoutokushop/ico-menu-more.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.lov-muska .toplink {
    width: 165px;
    padding-left: 80px;
    background: transparent url("/images/nasoutokushop/ico-menu-muska.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.lov-feeder .toplink {
    width: 235px;
    padding-left: 75px;
    background: transparent url("/images/nasoutokushop/ico-menu-feeder.png") 10px center no-repeat;
  }
  header .row-menu #hp-submenu li.active .toplink, header .row-menu #hp-submenu li .toplink:hover {
    color: #ffc900;
    border-radius: 5px 5px 0px 0px;
    background-color: #051e2c;
  }
  /*
      header .row-menu #top-menu {
          float: left; width: 100%; background-color: #004e8c;
          padding: 10px 10px 10px 30px; background: linear-gradient(to right, #003d70 0%,#054f8e 50%,#003d70 100%);
      }
      header .row-menu #top-menu ul {margin: 0; padding: 0; float: left; width: 100%; list-style: none;}
      header .row-menu #top-menu li {float: left; margin-right: 15px;}
      header .row-menu #top-menu li:last-child {margin-right: 0px;}
      header .row-menu #top-menu li a {display: inline-block; padding: 0; color: #fff; font-size: 17px; font-weight: 700; text-transform: uppercase; text-decoration: none;}
      header .row-menu #top-menu li a:hover {text-decoration: underline;}
      header .row-menu #top-menu li:first-child a {color: #ffc900; padding-left:30px; background:transparent url('/images/nasoutokushop/ico-hamburger.png') left center no-repeat;}
  */
  /*header .row-menu #top-menu li:first-child a:hover {background:#ffcb08 url('/images/nasoutokushop/ico-hamburger-black.png') left center no-repeat;}*/
  .sub-megamenu {
    display: none;
    position: absolute !important;
    left: 0;
    top: 98px;
    padding: 20px;
    width: 100%;
    background: #051e2c;
    z-index: 9998;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -3px 3px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -3px 3px 3px 0px rgba(50, 50, 50, 0.75);
    min-height: 250px;
  }
  .sub-megamenu.right {
    left: auto !important;
    right: 0;
  }
  .sub-megamenu ul {
    margin: 0 !important;
    color: #fff;
    padding-right: 10px;
    width: 33% !important;
  }
  .sub-megamenu li {
    clear: both;
    width: 100%;
    list-style: image;
    list-style-image: url("/images/nasoutokushop/arr-submegamenu.png");
    margin-left: 25px !important;
    margin-right: 0 !important;
  }
  .sub-megamenu li a {
    width: auto !important;
    padding: 3px 0 !important;
    background: none !important;
    font-family: "Titillium Web", "Open Sans", Arial;
    font-size: 15px !important;
    text-transform: none !important;
    border: 0 !important;
    color: #a9c2d7 !important;
  }
  .sub-megamenu li a span {
    color: #a9c2d7 !important;
    font-weight: 400;
  }
  .sub-megamenu li a:hover {
    text-decoration: underline !important;
  }
  .sub-megamenu li a:hover span {
    color: #fff !important;
  }
  .megamenu > liXX {
    position: relative;
  }
}
@media (min-width: 992px) {
  header .row-menu #hp-submenu {
    height: 78px;
  }
  header .row-menu #top-menu {
    background: linear-gradient(to right, #003d70 0%, #054f8e 50%, #003d70 100%);
  }
  header .row-menu #top-menu li a {
    padding: 15px 10px;
    font-size: 16px;
  }
  .sub-megamenu {
    top: 130px;
  }
  .sub-megamenu ul {
    width: 25% !important;
  }
  .sub-megamenu .menu-banner {
    display: block;
    float: left;
    width: 25%;
  }
  .sub-megamenu ul li {
    clear: both;
    width: 100%;
  }
  .sub-megamenu li a {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .row-menu #hp-submenu .toplink {
    -webkit-transform: scale(0.73);
    -ms-transform: scale(0.73);
    -moz-transform: scale(0.73);
    transform: scale(0.73);
    zoom: 73%;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  header .row-menu #hp-submenu .toplink {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
    zoom: 95%;
  }
}
@media (min-width: 1340px) {
  header .row-menu #top-menu {
    padding: 0 0 0 30px;
  }
  header .row-menu #top-menu li:first-child a {
    /* color: #ffc900; */
    padding-left: 30px;
    background: transparent url("/images/nasoutokushop/ico-hamburger.png") left center no-repeat;
  }
  header .row-menu #top-menu li:first-child a:hover {
    background-image: url("/images/nasoutokushop/ico-hamburger-black.png");
  }
  header .row-menu #top-menu li {
    margin-right: 10px;
  }
  header .row-menu #top-menu li a {
    padding: 15px 10px;
    font-size: 18px;
  }
  header .col-head-banner {
    max-width: 220px;
  }
  header .col-head-banner img {
    margin-top: 10px;
  }
  header .row-menu #hp-submenu {
    padding: 0px 10px 0px 30px;
  }
  header .row-menu #hp-submenu li {
    margin-right: 15px;
  }
}
footer .col-fb-fans {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  font-size: 30px;
  background-color: #d4e0eb;
}
footer .col-fb-fans .btn-green {
  position: relative;
  top: -6px;
  margin-left: 20px;
}
footer .row-footer-dark .col-xs-12 {
  background-color: #003d6f;
}
footer .row-footer-grey .col-xs-12 {
  background-color: #e3e3e3;
}
footer .row-footer-1 a {
  display: inline-block;
  margin: 15px 0;
  color: #ffc900;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
footer .row-footer-1 a span {
  display: block;
  color: #fff;
  text-transform: initial;
  font-weight: 400;
}
footer .row-footer-1 a:hover {
  color: white;
  text-decoration: underline;
}
footer .row-footer-1 a:hover strong {
  color: white;
}
footer ul {
  list-style: none;
  margin: 15px 0 35px;
  padding: 0;
}
footer li a {
  display: block;
  margin: 3px 0;
  padding: 1px 0 1px 25px;
  color: #fff;
  background: transparent url("/images/nasoutokushop/arr-yellow.png") left center no-repeat;
  text-decoration: none;
}
footer li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h4 {
  color: #fff;
  font-size: 24px;
}
footer p {
  margin: 15px 0;
  color: #fff;
}
footer p a, footer p span {
  color: #ffc900;
  font-weight: 700;
  text-decoration: none;
}
footer p a:hover {
  color: #ffc900;
  text-decoration: underline;
}
footer .row-footer-2 .col-xs-12 {
  padding-bottom: 15px;
}
footer .col-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7d8387;
  font-size: 14px;
}
footer .col-copyright p {
  margin: 0 0 5px 0;
  color: #7d8387;
}
footer .col-copyright p a {
  color: #7d8387;
  font-weight: 600;
}

@media (min-width: 768px) {
  footer .row-footer-1 a {
    padding: 5px 0 5px 65px;
  }
  footer .row-footer-1 a.foot-doprava {
    background: transparent url("/images/nasoutokushop/ico-foot-doprava.png") left center no-repeat;
  }
  footer .row-footer-1 a.foot-karty {
    background: transparent url("/images/nasoutokushop/ico-foot-kartou.png") left center no-repeat;
  }
  footer .row-footer-1 a.foot-prodejny {
    background: transparent url("/images/nasoutokushop/ico-foot-prodejny.png") left center no-repeat;
  }
  footer .row-footer-1 a.foot-sortiment {
    background: transparent url("/images/nasoutokushop/ico-foot-sortiment.png") left center no-repeat;
  }
  footer .row-footer-1 a.foot-heureka {
    background: transparent url("/images/nasoutokushop/ico-foot-heureka.png") left center no-repeat;
  }
}
@media (max-width: 1339px) {
  footer .row-footer-1 a {
    font-size: 15px;
  }
}
@media (min-width: 1340px) {
  footer h4 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  footer .col-fb-fans {
    text-align: center;
  }
  footer .row-footer-1 .col-xs-12 {
    padding-bottom: 20px;
    background: #003d6f url("/images/nasoutokushop/bg-footer-gradient.png") top center no-repeat;
  }
  footer .row-footer-1 a {
    margin: 24px 0 22px;
  }
  footer #newsletter-form, footer #subscriber_submit {
    margin-top: 15px;
  }
}
@media (min-width: 1340px) {
  footer .row-footer-2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  footer .col-copyright {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  footer .col-copyright .col-md-8 {
    padding-left: 165px;
    background: transparent url("/images/nasoutokushop/logo-footer.png") 30px 7px no-repeat;
  }
}
#newsletter-form table {
  width: 100%;
}
#newsletter-form .subscriber_email_row th {
  display: none;
}
#newsletter-form #subscriber_email {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-style: italic;
  background-color: transparent;
  outline: 0;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#newsletter-form .newsletter-input label {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

/* main */
main .row-main {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
main .nav-tabs li a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 !important;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -o-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -webkit-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  text-decoration: none;
}
main .nav-tabs li a:hover {
  text-decoration: underline;
}
main .nav-tabs li.active a {
  color: #000 !important;
  background: none !important;
  background-color: #ffcb09 !important;
}
main h1, main h2 {
  font-size: 24px;
}
main .carousel-controlled {
  margin: 10px 0 20px;
}
main .carousel-controlled .carousel-indicators {
  margin-bottom: 0;
  bottom: -45px;
}
main .carousel-controlled .carousel-indicators li {
  border: 0;
  background-color: #e3e3e3;
  width: 12px;
  height: 12px;
}
main .carousel-controlled .carousel-indicators li.active {
  background-color: #004e8d;
}
main .carousel-controlled .slide-prev, main .carousel-controlled .slide-next {
  float: right;
  width: auto;
  margin: 15px 15px 0 0;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
main .carousel-controlled .slide-prev {
  color: #7d8387;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e3e3e3;
  background-image: linear-gradient(to top, #e3e3e3 0%, #e3e3e3 100%);
}
main .carousel-controlled .slide-next {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #004d8d;
  background-image: linear-gradient(to top, #004e8d 0%, #004e8d 100%);
}
@media (min-width: 768px) {
  main .row-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .nav-tabs li a {
    margin-right: 10px;
  }
  main h1, main h2 {
    font-size: 36px;
  }
  main .module-home h1, main .module-home h2 {
    margin-top: 40px;
  }
  main .pdng30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  main .nav-tabs li a {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  main .carousel-controlled {
    margin: 0px 0 50px;
  }
  main #hptabs {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
.news-btn {
  z-index: 100;
}

main .carousel-controlled .slide-next:hover {
  background: #003d6f;
  background: -moz-linear-gradient(top, #003d6f 0%, #004e8d 50%, #003d6f 100%);
  background: -webkit-linear-gradient(top, #003d6f 0%, #004e8d 50%, #003d6f 100%);
  background: linear-gradient(to bottom, #003d6f 0%, #004e8d 50%, #003d6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003d6f", endColorstr="#003d6f",GradientType=0 );
}

#hp-slideshow-top {
  margin: 0 0 15px;
  border: 1px solid #e3e3e3;
}
#hp-slideshow-top .carousel-indicators li {
  text-indent: -10000px;
}

@media (min-width: 992px) {
  #hp-slideshow-top {
    overflow: hidden;
  }
  #hp-slideshow-top .item img {
    width: 100%;
    width: calc(100% - 195px);
  }
  #hp-slideshow-top .carousel-indicators {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    width: 195px;
  }
  #hp-slideshow-top .carousel-indicators li {
    width: 195px;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-right: 0;
    background-color: #fff;
    color: #004e8d;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    text-indent: inherit;
    border-radius: 0;
    position: relative;
    line-height: 1.25;
  }
  #hp-slideshow-top .carousel-indicators li.active {
    font-weight: bold;
    background-image: linear-gradient(to left, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  }
  #hp-slideshow-top .carousel-indicators li.active:before {
    position: absolute;
    top: 0;
    left: -31px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 32px 30px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #hp-slideshow-top .carousel-indicators li div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1340px) {
  #hptabs {
    padding-bottom: 10px;
    background: #fff url("/images/nasoutokushop/bg-gradient-hptabs.png") center bottom no-repeat;
  }
}
.product-list .product-item .in {
  position: relative;
  min-height: 370px;
  margin-top: 30px;
  padding: 15px;
  background: #fff;
  background-image: url("/images/nasoutokushop/bg-productitem-line-top.png"), linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, white 30%, white 100%), url("/images/nasoutokushop/bg-productitem-line.png");
  background-position: 0 0, 0 0, left bottom;
  background-repeat: repeat-x, no-repeat, repeat-x;
  border: 1px solid rgb(169, 194, 215);
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(169, 194, 215)), to(rgb(227, 227, 227))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-image: linear-gradient(to top, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 60px;
}
.product-list .product-item .in:hover {
  box-shadow: 0 0 5px #a9c2d7;
}
.product-list .product-item h3 {
  text-align: center;
  line-height: 1em;
}
.product-list .product-item h3 a {
  color: #004e8d;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.product-list .product-item h3 a:hover {
  text-decoration: underline;
}
.product-list .product-item .product-has-variants {
  text-align: center;
}
.product-list .product-item .product-has-variants span {
  display: inline-block;
  padding-left: 25px;
  color: #3c9521;
  font-size: 15px;
  font-weight: 600;
  background: transparent url("/images/nasoutokushop/ico-info.png") left center no-repeat;
}
.product-list .product-item .wrap-buyit {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 100%;
  width: calc(100% - 30px);
}
.product-list .product-item .btn-wrap {
  float: right;
}
.product-list .product-item .product-add-button {
  display: inline-block;
  padding: 7px 20px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  background-image: linear-gradient(to top, #36891d 0%, #409e24 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.product-list .product-item .product-add-button:hover {
  background-image: linear-gradient(to top, #409e24 0%, #36891d 100%);
  /*text-decoration: underline;*/
}

@media (min-width: 768px) {
  .product-list .product-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .product-list .product-item:nth-child(2n+1) {
    clear: none;
  }
  .product-list .product-item:nth-child(4n+1) {
    clear: both;
  }
}
.link-wishlist-add, .link-wishlist-remove {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  text-indent: -10000px;
}

.link-wishlist-add {
  background: transparent url("/images/nasoutokushop/ico-wish-off.png") 0 0 no-repeat;
}

.link-wishlist-remove:hover {
  background: transparent url("/images/nasoutokushop/ico-wish-off.png") 0 0 no-repeat;
}
.link-wishlist-remove {
  background: transparent url("/images/nasoutokushop/ico-wish-on.png") 0 0 no-repeat;
}

.link-wishlist-add:hover {
  background: transparent url("/images/nasoutokushop/ico-wish-on.png") 0 0 no-repeat;
}

.product-list .product-item .product-price-wrap {
  float: left;
  padding-top: 10px;
  line-height: 1em;
}
.product-list .product-item .product-price-before {
  display: block;
  margin-top: -10px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-list .product-item .product-price {
  display: block;
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
}
.product-list .product-item .product-item-image-wrap {
  position: relative;
}
.product-list .product-item .product-item-image-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
}
.product-list .product-item .product-item-image-wrap img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.product-list .product-item .imgInfoArchive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.product-list .product-item .imgInfoArchive div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: middle;
}
.product-list .product-item .imgInfoArchive span {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 90px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #d7230d url("/images/nasoutokushop/ico-product-detail-soldout.png") center 15px no-repeat;
}

/* tagy */
#product-tags {
  margin-top: 10px;
  margin-bottom: 10px;
}
#product-tags .product-tag {
  padding: 6px 10px 6px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 3px;
  display: inline-block;
}
#product-tags .product-tag.tag-akce {
  background: #003d6f url("/images/nasoutokushop/ico-tag-akce.png") 10px center no-repeat;
}
#product-tags .product-tag.tag-doporucujeme {
  padding-left: 25px;
  background: #8b038d url("/images/nasoutokushop/ico-tag-doporucujeme.png") 10px center no-repeat;
}
#product-tags .product-tag.tag-doprava {
  color: #000;
  background: #ffcb09 url("/images/nasoutokushop/ico-tag-doprava.png") 10px center no-repeat;
}
#product-tags .product-tag.tag-vyprodej {
  padding-left: 25px;
  background: #d7230d url("/images/nasoutokushop/ico-tag-vyprodej.png") 10px center no-repeat;
}
#product-tags .product-tag.tag-novinka {
  padding-left: 35px;
  background: #3c9521 url("/images/nasoutokushop/ico-tag-novinky.png") 10px center no-repeat;
}
#product-tags .product-tag.tag-vanoce {
  padding-left: 35px;
  background: #e01f3f url("/images/nasoutokushop/ico-tag-vanoce.png") 10px center no-repeat;
}

#product-tags-icos, .product-tags-icos {
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 100;
}

#product-tags-icos .product-tag, .product-tags-icos .product-tag {
  width: 25px;
  height: 25px;
  float: right;
  clear: both;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: help;
}

#product-tags-icos .product-tag:hover span, .product-tags-icos .product-tag:hover span {
  display: inline-block;
  padding: 3px 0 0 30px;
}

#product-tags-icos .product-tag span, .product-tags-icos .product-tag span {
  display: none;
  padding-left: 10px;
}

#product-tags-icos .product-tag.tag-akce, .product-tags-icos .product-tag.tag-akce {
  background: #003d6f url("/images/nasoutokushop/ico-tag-akce-big.png") 4px center no-repeat;
}

#product-tags-icos .product-tag.tag-akce:hover, .product-tags-icos .product-tag.tag-akce:hover {
  width: 70px;
}

#product-tags-icos .product-tag.tag-doporucujeme, .product-tags-icos .product-tag.tag-doporucujeme {
  background: #8b038d url("/images/nasoutokushop/ico-tag-doporucujeme-big.png") 5px center no-repeat;
}

#product-tags-icos .product-tag.tag-doporucujeme:hover, .product-tags-icos .product-tag.tag-doporucujeme:hover {
  width: 130px;
}

#product-tags-icos .product-tag.tag-doprava, .product-tags-icos .product-tag.tag-doprava {
  color: #000;
  background: #ffcb09 url("/images/nasoutokushop/ico-tag-doprava-big.png") 4px center no-repeat;
}

#product-tags-icos .product-tag.tag-doprava:hover, .product-tags-icos .product-tag.tag-doprava:hover {
  width: 136px;
}

#product-tags-icos .product-tag.tag-vyprodej, .product-tags-icos .product-tag.tag-vyprodej {
  background: #d7230d url("/images/nasoutokushop/ico-tag-vyprodej-big.png") 4px center no-repeat;
}

#product-tags-icos .product-tag.tag-vyprodej:hover, .product-tags-icos .product-tag.tag-vyprodej:hover {
  width: 95px;
}

#product-tags-icos .product-tag.tag-novinka, .product-tags-icos .product-tag.tag-novinka {
  background: #3c9521 url("/images/nasoutokushop/ico-tag-novinky-big.png") 4px center no-repeat;
}

#product-tags-icos .product-tag.tag-novinka:hover, .product-tags-icos .product-tag.tag-novinka:hover {
  width: 90px;
}

#product-tags-icos .product-tag.tag-vanoce, .product-tags-icos .product-tag.tag-vanoce {
  background: #e01f3f url("/images/nasoutokushop/ico-tag-vanoce-big.png") 5px center no-repeat;
  background-size: 16px;
}

#product-tags-icos .product-tag.tag-vanoce:hover, .product-tags-icos .product-tag.tag-vanoce:hover {
  width: 108px;
}

#tags-filter ul li {
  float: left;
}
#tags-filter input {
  display: none;
}
#tags-filter label {
  margin-right: 10px;
  padding: 6px 10px 6px 30px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}
#tags-filter .tag-akce {
  border: 1px solid #003d6f;
  color: #003d6f;
  background: transparent url("/images/nasoutokushop/ico-tag-akce-color.png") 10px center no-repeat;
}
#tags-filter li.li-tag-akce input:checked + label {
  background-color: #003d6f;
  background-image: url("/images/nasoutokushop/ico-tag-akce.png");
}
#tags-filter .tag-novinka {
  border: 1px solid #3c9521;
  color: #3c9521;
  padding-left: 35px;
  background: transparent url("/images/nasoutokushop/ico-tag-novinky-color.png") 10px center no-repeat;
}
#tags-filter li.li-tag-novinka input:checked + label {
  background-color: #3c9521;
  background-image: url("/images/nasoutokushop/ico-tag-novinky.png");
}
#tags-filter .tag-doporucujeme {
  border: 1px solid #8b038d;
  color: #8b038d;
  padding-left: 25px;
  background: transparent url("/images/nasoutokushop/ico-tag-doporucujeme-color.png") 10px center no-repeat;
}
#tags-filter li.li-tag-doporucujeme input:checked + label {
  background-color: #8b038d;
  background-image: url("/images/nasoutokushop/ico-tag-doporucujeme.png");
}
#tags-filter .tag-vyprodej {
  border: 1px solid #d7230d;
  color: #d7230d;
  padding-left: 25px;
  background: transparent url("/images/nasoutokushop/ico-tag-vyprodej-color.png") 10px center no-repeat;
}
#tags-filter li.li-tag-vyprodej input:checked + label {
  background-color: #d7230d;
  background-image: url("/images/nasoutokushop/ico-tag-vyprodej.png");
}
#tags-filter .tag-vanoce {
  border: 1px solid #e01f3f;
  color: #e01f3f;
  padding-left: 25px;
  background: transparent url("/images/nasoutokushop/ico-tag-vanoce-color.png") 10px center no-repeat;
}
#tags-filter li.li-tag-vanoce input:checked + label {
  background-color: #e01f3f;
  background-image: url("/images/nasoutokushop/ico-tag-vanoce.png");
}
#tags-filter li input:checked + label {
  color: white;
}

/*#tags-filter li input:checked + label {padding-top: 8px; padding-bottom: 8px;}*/
.badge-discount {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  color: white;
  background-color: #d7230d;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.product-item .badge-discount {
  left: 10px;
}

/* homepage */
main #carousel-visited {
  clear: both;
}
main #carousel-visited .in {
  margin-top: 10px;
}
main .latest-blogpost {
  border: 1px solid #e3e3e3;
}
main .latest-blogpost .head {
  position: relative;
}
main .latest-blogpost .head .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
main .latest-blogpost .head time {
  color: #ffcb09;
  font-size: 15px;
  font-weight: 600;
}
main .latest-blogpost .head h2 {
  margin: 0;
}
main .latest-blogpost .head h2 a {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
main .latest-blogpost .head h2 a:hover {
  text-decoration: underline;
}
main .latest-blogpost .content {
  padding: 15px;
  color: black;
  font-size: 17px;
}

@media (min-width: 768px) {
  main .latest-blogpost .head h2 a {
    font-size: 36px;
  }
  main .latest-blogpost .perex {
    min-height: 103px;
  }
}
@media (min-width: 1340px) {
  main .latest-blogpost .content {
    padding: 20px 25px;
  }
}
#shareRoundIcons {
  font-size: 15px;
}

.jssocials-shares, .jssocials-share {
  margin-top: 0 !important;
}

.jssocials-share-link {
  border-radius: 50% !important;
}

main .latest-bomb {
  border: 1px solid #e3e3e3;
  background: #fff;
  background-image: linear-gradient(to top, white 0%, white 70%, rgba(169, 194, 215, 0.25) 100%);
}
main .latest-bomb .col-xs-6, main .latest-bomb .col-xs-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}
main .latest-bomb h3 {
  margin: 0;
  padding: 18px 0 10px 90px;
  color: black;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent url("/images/nasoutokushop/ico-bomb.png") 0 0 no-repeat;
}
main .latest-bomb h3 strong {
  display: block;
  color: #004e8d;
  font-size: 42px;
  font-weight: 700;
}
main .sidebar .latest-bomb h3 strong {
  display: inline !important;
}
main .latest-bomb .bomb-countdown {
  margin: 17px 0 0 0;
  padding: 0;
  list-style: none;
}
main .latest-bomb .bomb-countdown li {
  float: left;
}
main .latest-bomb .bomb-countdown li span {
  display: block;
  text-align: center;
}
main .latest-bomb .bomb-countdown .split {
  padding: 0 5px;
  color: black;
  font-size: 38px;
  font-weight: 400;
}
main .latest-bomb .bomb-countdown .box {
  padding: 10px 11px 5px;
  background-color: #ffcb08;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.7em;
}
main .latest-bomb .bomb-countdown .bomb-value {
  color: black;
  font-size: 38px;
  font-weight: 600;
}
main .latest-bomb .bomb-countdown .bomb-hours {
  font-weight: 700;
}
main .latest-bomb .bomb-countdown .bomb-label {
  color: black;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
main .latest-bomb p {
  margin-bottom: 0;
  font-weight: 700;
}
main .latest-bomb h4 a {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
main .latest-bomb h4 a:hover {
  text-decoration: underline;
}
main .latest-bomb .product-price {
  margin-bottom: 10px;
  display: inline-block;
  color: #3c9521;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
main .latest-bomb .product-price-before, main .latest-bomb .product-price-percent {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
}

#carousel-brands {
  clear: both;
}
#carousel-brands .in {
  margin-top: 10px;
  padding: 15px;
  min-height: 81px;
  border: 1px solid #e3e3e3;
  text-align: center;
}
#carousel-brands .in img {
  max-height: 50px;
}

main #breadcrumbs {
  color: #004e8d;
}
main #breadcrumbs a {
  font-size: 15px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
}
main #breadcrumbs a:first-child {
  padding-left: 20px;
  background: transparent url("/images/nasoutokushop/ico-breadcrumbs-home.png") left center no-repeat;
}
main #breadcrumbs a:hover {
  text-decoration: underline;
}
main #breadcrumbs i {
  display: inline-block;
  width: 13px;
  margin-left: 3px;
  text-indent: -10000px;
  background: transparent url("/images/nasoutokushop/li-arrow-breadcrumbs.png") center center no-repeat;
}
main #cat_tabs .ui-tabs-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: transparent url("/images/nasoutokushop/bg-shadow-line-small.png") center bottom no-repeat;
}
main #cat_tabs .ui-tabs-nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
}
main #cat_tabs .ui-tabs-nav li a {
  display: block;
  padding: 12px 15px 8px;
  color: #000;
  background: none;
  background-color: #e3e3e3;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 !important;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}
main #cat_tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -o-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -webkit-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
}
main #cat_tabs .ui-tabs-nav li a:hover {
  color: #000;
  background: none;
  background-color: #ffcb09;
}
main #cat_tabs #category-tree {
  clear: both;
}
main #cat_tabs #category-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main #cat_tabs #category-tree ul li a {
  display: block;
  padding: 12px 15px 11px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004e8d;
  border-bottom: 2px solid #003d6f;
  text-decoration: none;
}
main #cat_tabs #category-tree ul li a:hover {
  color: #000;
  background-color: #ffcb08;
}
main #cat_tabs #category-tree ul li.catId-318 > a {
  background: #d7230d !important;
  color: white !important;
}
main #cat_tabs #category-tree ul li.open a {
  color: #000;
  background-color: #ffcb08;
  border-color: #051e2c;
}
main #cat_tabs #category-tree ul li.open ul li a {
  padding-left: 25px;
  color: #a9c2d7;
  font-size: 15px;
  font-weight: 600;
  background-color: #09293b;
  background: #09293b url("/images/nasoutokushop/ico-li-menu-arrow-white.png") 10px center no-repeat;
  padding: 12px 10px 12px 30px;
  border-bottom: 1px solid #051e2c;
  text-transform: inherit;
}
main #cat_tabs #category-tree ul li.open ul li.open a, main #cat_tabs #category-tree ul li.open ul li a:hover {
  color: white;
}
main #cat_tabs #category-tree ul li.open ul li.open ul li a {
  background-image: none !important;
  padding: 8px 10px 8px 25px;
  color: #787e82;
  font-size: 15px;
  font-weight: 600;
  background-color: #051e2c;
  border-bottom: 1px solid #09293b;
  text-transform: inherit;
}
main #cat_tabs #category-tree ul li.open ul li.open ul li.open a {
  color: #ffcb09;
}
main #cat_tabs #category-tree ul li.open ul li.open ul li a:before {
  content: "•  ";
  color: #787e82;
}
main #cat_tabs #category-tree ul li.open ul li.open ul li a:hover {
  color: #ffcb09;
}
main #cat_tabs #category-tree ul li.open ul li.open ul li.open a:before, main #cat_tabs #category-tree ul li.open ul li.open ul li a:hover:before {
  color: #ffcb09;
}

/* sidebar */
@media (max-width: 1339px) {
  main #cat_tabs .ui-tabs-nav {
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    -moz-transform: scale(0.78);
    transform: scale(0.78);
    zoom: 78%;
  }
}
@media (max-width: 991px) {
  main #cat_tabs .ui-tabs-nav {
    -webkit-transform: scale(0.57);
    -ms-transform: scale(0.57);
    -moz-transform: scale(0.57);
    transform: scale(0.57);
    zoom: 57%;
  }
}
/*main #cat_tabs .ui-tabs-nav a:hover {text-decoration: underline;}*/
@media (min-width: 768px) {
  main #cat_tabs .ui-tabs-nav li a {
    margin-right: 5px;
  }
  main #cat_tabs .ui-tabs-nav li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 1340px) {
  main #cat_tabs .ui-tabs-nav li a {
    padding: 17px 13px 13px !important;
  }
}
@media (min-width: 992px) {
  main #cat_tabs #category-tree ul li a {
    font-size: 17px;
    padding: 12px 20px 11px;
  }
}
@media (min-width: 1340px) {
  main #cat_tabs #category-tree ul li a {
    padding: 15px 20px 10px;
  }
}
/* level 2 menu */
@media (min-width: 992px) {
  main #cat_tabs #category-tree ul li.open ul li a {
    background-position: 20px center;
    padding: 12px 10px 12px 40px;
  }
}
/*main #cat_tabs #category-tree ul li.open ul li a:before {
    content: "→ ";
}*/
/* level 3 menu */
@media (min-width: 992px) {
  main #cat_tabs #category-tree ul li.open ul li.open ul li a {
    padding: 8px 20px 8px 40px;
  }
  main #cat_tabs #category-tree ul li.open ul li.open ul li ul li a {
    padding: 8px 20px 8px 50px;
  }
  main #cat_tabs #category-tree ul li.open ul li.open ul li ul li ul li a {
    padding: 8px 20px 8px 60px;
  }
  main #cat_tabs #category-tree ul li.open ul li.open ul li ul li ul li ul li a {
    padding: 8px 20px 8px 70px;
  }
}
@media (min-width: 768px) {
  main #cat_tabs #category-tree ul li.open ul li.open ul li a:hover {
    color: white;
  }
}
/* sidebar */
#showHeurekaBadgeHere-3 {
  margin-top: 15px;
  text-align: center;
}

#showHeurekaBadgeHere-11 {
  margin-top: 15px;
}
#showHeurekaBadgeHere-11 img {
  height: auto;
}

.box-callus {
  display: block;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  color: black;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
}
.box-callus p {
  margin: 0;
}
.box-callus .volejte {
  color: black;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
}
.box-callus .volejte span {
  color: #3c9521;
}
.box-callus .datum {
  margin-top: 5px;
  color: #7d8387;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}

@media (min-width: 992px) {
  .box-callus {
    padding: 10px 10px 15px 75px;
    background: transparent url("/images/nasoutokushop/ico-sidebar-mobile.png") 15px center no-repeat;
  }
}
.box-orderstatus {
  display: block;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  color: black;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  cursor: pointer;
}
.box-orderstatus p {
  margin: 0;
}
.box-orderstatus .zjistete {
  color: black;
  font-size: 20px;
  line-height: 20px;
}
.box-orderstatus .zjistete span {
  color: #3c9521;
}

@media (min-width: 992px) {
  .box-orderstatus {
    padding: 10px 15px 15px 75px;
    background: transparent url("/images/nasoutokushop/ico-sidebar-order.png") 15px center no-repeat;
  }
}
.box-latest-bomb {
  margin-top: 15px;
}
.box-latest-bomb .col-xs-6 {
  width: 100% !important;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(1), .box-latest-bomb .latest-bomb .col-xs-6:nth-child(2) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(1) h3 {
  float: right;
  padding: 15px 0 0 0 !important;
  font-size: 20px !important;
  background: none !important;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(1) h3 strong {
  font-size: 20px !important;
}
.box-latest-bomb .latest-bomb .bomb-countdown {
  margin-top: 7px;
  -ms-transform: scale(0.65);
  -moz-transform: scale(0.65);
  zoom: 65%;
  float: right;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(3) {
  text-align: center;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(4) {
  text-align: center;
}
.box-latest-bomb .latest-bomb .col-xs-6:nth-child(4) p, .box-latest-bomb .latest-bomb .col-xs-6:nth-child(4) .product-price-before, .box-latest-bomb .latest-bomb .col-xs-6:nth-child(4) .product-price-percent {
  font-size: 15px !important;
}
.box-latest-bomb .product-price {
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

@media (min-width: 1340px) {
  .box-latest-bomb .latest-bomb {
    background: transparent url("/images/nasoutokushop/ico-bomb-small.png") 15px 15px no-repeat;
  }
}
@media (max-width: 991px) {
  .bomb-countdown {
    -ms-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    zoom: 50% !important;
  }
}
@media (min-width: 992px) {
  .box-latest-bomb .product-price {
    font-size: 36px !important;
  }
}
main #page-bottom-boxes {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* list */
.col-product-list h1 {
  font-size: 36px;
  font-weight: 700;
}
.col-product-list h1 span {
  font-weight: 400;
}

@media (min-width: 992px) {
  .col-product-list .product-list .col-md-3 {
    width: 33.333%;
  }
  .col-product-list .product-list .col-md-3:nth-child(3n+1) {
    clear: both;
  }
  .col-product-list .product-list .product-item:nth-child(4n+1) {
    clear: none;
  }
}
/* podkategorie */
/* TODO: Vyřešit mobil - display block? */
@media (min-width: 768px) {
  #category-sub-list {
    padding: 15px 0;
  }
  #category-sub-list ul {
    margin: 0;
  }
  .col-product-list #category-sub-list li {
    width: 25%;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-top: 10px;
  }
  .col-product-list #category-sub-list.subsub-category li {
    width: 50%;
    width: calc(50% - 10px);
  }
  .col-product-list #category-sub-list a {
    display: block;
    padding-top: 0;
    height: 120px;
    text-align: center;
    color: #004e8d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    overflow: hidden;
    text-decoration: none;
    background-color: white;
    background-image: url("/images/nasoutokushop/bg-productitem-line-top.png"), linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.25) 100%), url("/images/nasoutokushop/bg-productitem-line.png");
    background-position: 0 0, 0 0, left bottom;
    background-repeat: repeat-x, no-repeat, repeat-x;
    border: 1px solid #e3e3e3;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(169, 194, 215)), to(rgb(227, 227, 227))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
    border-image: linear-gradient(to top, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
    border-top: 0;
    border-bottom: 0;
  }
  .col-product-list #category-sub-list a:hover {
    box-shadow: 0 0 5px #a9c2d7;
    text-decoration: underline;
  }
  .col-product-list #category-sub-list a span {
    display: inline-block;
    padding-top: 70px;
    font-weight: 400;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 70px;
  }
  .col-product-list #category-sub-list.sub-category li {
    width: 20%;
    width: calc(20% - 10px);
  }
  .col-product-list #category-sub-list.sub-category a {
    display: block;
    padding: 5px;
    height: 50px;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    background-image: linear-gradient(to left, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.25) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-product-list #category-sub-list.subsub-category a {
    display: block;
    padding: 0;
    height: 50px;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    background-image: linear-gradient(to left, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.25) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-product-list #category-sub-list.subsub-category a span {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 5px 5px 50px;
    font-weight: 400;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 40px;
    word-wrap: break-word;
  }
  .col-product-list #category-sub-list.subsub-category li.no-bg a span {
    padding: 7px 5px 5px !important;
  }
}
@media (min-width: 992px) {
  .col-product-list #category-sub-list li {
    width: 16.66666667%;
    width: calc(16.66666667% - 10px);
  }
  .col-product-list #category-sub-list.subsub-category li {
    width: 25%;
    width: calc(25% - 10px);
  }
}
main #products-filters {
  margin: 20px 0;
  padding: 15px;
  background-color: white;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
  border: 1px solid #e3e3e3;
}
main .cancel-filter {
  float: right;
  position: relative;
  top: -30px;
  padding-right: 15px;
  font-size: 12px;
  background: url(/images/frontend/ico-active-filter-close.png) right center no-repeat;
}

#products-filters #producer-toggle-link {
  display: inline-block;
  /*padding: 10px 20px;*/
  padding: 5px 20px;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
}
#products-filters #producer-toggle-link::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  top: 15px;
  left: 6px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffcb09 transparent transparent transparent;
}
#products-filters #producer-toggle-link:hover {
  /*text-decoration: underline;*/
}
#products-filters #producer-toggle-link.selected::after {
  top: -14px;
  border-color: transparent transparent #ffcb09 transparent;
  border-width: 0 5px 10px 5px;
}
#products-filters #price-filter-from, #products-filters #price-filter-to {
  width: 50px;
  padding: 0 5px 0 0;
  border: 0;
  background: transparent;
  text-align: right;
  color: #004e8d;
  font-family: "Titillium Web", "Open Sans", Arial;
  font-size: 17px;
  font-weight: 600;
  outline: 0;
}
#products-filters .pricefilter-wrap label {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 992px) {
  #products-filters #producer-toggle-link {
    margin-top: 6px;
    padding: 5px 35px;
  }
}
@media (min-width: 768px) {
  #products-filters #price-filter-from, #products-filters #price-filter-to, #products-filters .pricefilter-wrap label {
    float: left;
  }
  #price-filter-range {
    float: left;
    width: 100%;
    width: calc(100% - 200px);
    top: 5px;
  }
  /*#products-filters .pricefilter-wrap {padding-top: 7px;}*/
  #producers-filter.filter-block strong {
    display: none;
  }
  #producers-filter.filter-block ul {
    float: left;
    width: 25%;
    margin: 15px 0 0 0;
  }
  #producers-filter.filter-block li {
    width: 100%;
    color: #000;
    font-size: 13px;
  }
  #producers-filter.filter-block li label {
    font-weight: 400;
  }
}
#price-filter-range {
  height: 15px;
  margin: 0 20px;
  box-shadow: none !important;
  background-color: #e3e3e3;
  border: 0;
  border-radius: 8px !important;
}
#price-filter-range .ui-slider-range {
  box-shadow: none !important;
  background-color: #004e8d;
  border-radius: 8px !important;
}
#price-filter-range .ui-slider-handle {
  width: 30px;
  height: 30px;
  background: none;
  background-color: #004e8d;
  border-radius: 30px !important;
}
#price-filter-range .ui-slider-handle:after {
  display: block;
  position: relative;
  top: 9px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #ffffff;
}
#price-filter-range span.ui-slider-handle:nth-child(3) {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#products-filters #producer-list-wrap {
  display: none;
}

#tags-filter ul {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e8e8e8;
  list-style: none;
}
#tags-filter ul li {
  float: left;
}

main #product-list-wrapper {
  clear: both;
  float: left;
  width: 100%;
  width: calc(100% + 30px);
  margin-top: 25px;
}
main .product-list .empty {
  padding: 20px 15px;
}
main #sort-tabs-filter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 35px;
  left: -11px;
  z-index: 2;
  background: transparent url("/images/nasoutokushop/bg-shadow-line.png") center bottom no-repeat;
}
main .nav-tabs {
  background: transparent url("/images/nasoutokushop/bg-shadow-line.png") center bottom no-repeat;
}
main #sort-tabs-filter li {
  float: left;
}
main #sort-tabs-filter li a {
  display: block;
  margin-right: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 !important;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -o-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: -webkit-linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  background-image: linear-gradient(bottom, #003d6f 0%, #004d8d 100%);
  text-decoration: none;
}
main #sort-tabs-filter li a:hover {
  color: #000;
  background: none;
  background-color: #ffcb09;
}
main #sort-tabs-filter li a.selected {
  color: #000 !important;
  background: none !important;
  background-color: #ffcb09 !important;
}
main #product-list-wrapper {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  main #product-list-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  main #product-list-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main #sort-tabs-filter {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    zoom: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  main #sort-tabs-filter {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    zoom: 90%;
  }
}
@media (min-width: 1340px) {
  main #sort-tabs-filter {
    left: -16px;
  }
}
@media (min-width: 992px) {
  main #sort-tabs-filter li a {
    margin-right: 10px;
  }
}
#pager {
  clear: both;
  text-align: center;
}
#pager .pager-show-next {
  display: inline-block;
  margin: 25px auto 80px;
  padding: 10px 20px;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
}
#pager .pager-show-next::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  top: 15px;
  left: 6px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffcb09 transparent transparent transparent;
}
#pager .pager-show-next:hover {
  text-decoration: underline;
}
#pager .pager {
  display: none;
}

/* detail */
.ui-spinner {
  width: 80px;
  top: -2px;
  margin-right: 10px;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border: 2px solid #003d6f;
  border-radius: 5px;
  text-align: left;
}
.ui-spinner .ui-spinner-input {
  width: 50px;
  padding: 5px 0;
  background-color: white;
  outline: 0;
  color: black;
  font-family: "Titillium Web", "Open Sans", Arial;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.ui-spinner .ui-spinner-button {
  color: #fff;
}

.ui-widget-content .ui-icon {
  background-image: url("/css/jquery-ui/hot-sneaks/images/ui-icons_ffffff_256x240.png");
}

.ui-icon-plus {
  background-position: -34px -128px;
}

.ui-icon-minus {
  background-position: -65px -128px;
}

#varianty-zbozi .ui-spinner .ui-spinner-input, #table-wishlist-items .ui-spinner .ui-spinner-input {
  font-size: 18px;
}

#product-buy-submit {
  padding: 0;
  color: white;
  font-family: "Titillium Web", "Open Sans", Arial;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #36891d 0%, #409e24 100%);
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
#product-buy-submit span {
  display: inline-block;
  padding: 13px 20px 12px 60px;
  background-image: url("/images/nasoutokushop/ico-button-buy.png");
  background-position: 15px center;
  background-repeat: no-repeat;
}
#product-buy-submit:hover {
  background-image: linear-gradient(to top, #409e24 0%, #36891d 100%);
}

@media (min-width: 992px) {
  #product-buy-submit {
    width: calc(100% - 95px);
  }
}
.button-variants {
  display: block;
  padding: 10px;
  color: white !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
}
.button-variants::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  top: 17px;
  left: 6px;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #ffcb09 transparent transparent transparent;
}
.button-variants:hover {
  text-decoration: underline;
}

#varianty-zbozi .variant-submit, .wishlist-buy-link {
  padding: 12px 17px 11px 45px;
  color: white;
  font-family: "Titillium Web", "Open Sans", Arial;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("/images/nasoutokushop/ico-button-buy-varianty.png"), linear-gradient(to top, #36891d 0%, #409e24 100%);
  background-position: 15px center, left top;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

#varianty-zbozi .variant-submit:hover, .wishlist-buy-link:hover {
  color: white;
  background-image: url("/images/nasoutokushop/ico-button-buy-varianty.png"), linear-gradient(to top, #409e24 0%, #36891d 100%);
  text-decoration: underline;
}

#table-product-buy {
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  background-image: url("/images/nasoutokushop/bg-productitem-line-top.png"), linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%), url("/images/nasoutokushop/bg-productitem-line.png");
  background-position: 0 0, 0 0, left bottom;
  background-repeat: repeat-x, no-repeat, repeat-x;
  border: 1px solid #e3e3e3;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(169, 194, 215)), to(rgb(227, 227, 227))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-image: linear-gradient(to top, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-top: 0;
  border-bottom: 0;
  display: block;
}
#table-product-buy .row-cena-bezna td {
  padding: 10px 20px;
}
#table-product-buy .row-cena-vase td {
  padding: 8px 20px;
}
#table-product-buy .row-cena-registrace td {
  padding: 10px 20px;
}
#table-product-buy .row-cena-vase td:nth-child(2) {
  color: #004e8d;
  font-size: 17px;
  font-weight: 700;
}
#table-product-buy .row-cena-registrace td:nth-child(2) {
  color: #3c9521;
  font-size: 17px;
  font-weight: 700;
}
#table-product-buy tr td:nth-child(1) {
  text-align: left;
  color: black;
  font-size: 17px;
  font-weight: 700;
  padding-right: 5px;
}
#table-product-buy tr td:nth-child(2) {
  text-align: right;
  padding-left: 5px;
}
#table-product-buy tr:nth-child(2) td:nth-child(1) {
  background: transparent url("/images/nasoutokushop/line-grey-prices.png") 20px top no-repeat;
}
#table-product-buy tr:nth-child(2) td:nth-child(2) {
  background: transparent url("/images/nasoutokushop/line-grey-prices.png") right 20px top no-repeat;
}
#table-product-buy .row-cena-nodiscount td {
  padding: 3px 20px 10px;
  color: #3d3d3d !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

@media (min-width: 992px) {
  #table-product-buy .row-cena-registrace td:nth-child(2), #table-product-buy .row-cena-vase td:nth-child(2) {
    font-size: 24px;
  }
}
.product-buy-item {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #table-product-buy tr td:nth-child(1) {
    width: 40%;
  }
  #table-product-buy tr td:nth-child(2) {
    width: 60%;
  }
  #table-product-buy .row-cena-registrace td:nth-child(2) {
    font-size: 22px;
  }
}
#box-calc-leasing {
  margin: 0 0 15px 0;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  color: black;
  font-size: 15px;
  font-weight: 700;
}
#box-calc-leasing .left {
  padding: 10px 20px;
  color: black;
  font-size: 15px;
  font-weight: 700;
}
#box-calc-leasing:hover .left {
  text-decoration: underline;
}
#box-calc-leasing .right {
  padding: 10px 20px;
}
#box-calc-leasing .cena-od {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}
#box-calc-leasing .cena-splatky {
  color: #7d8387;
  font-size: 12px;
  font-style: italic;
}

@media (min-width: 768px) {
  #box-calc-leasing {
    background: white url("/images/nasoutokushop/ico-cofidis-calc.png") 17px center no-repeat;
  }
  #box-calc-leasing .left {
    float: left;
    width: 50%;
    padding: 15px 0 0 45px;
  }
  #box-calc-leasing .right {
    float: right;
    width: 50%;
    text-align: right;
    padding: 4px 20px 4px 0;
  }
}
.avail-unavailable, .avail-available, .avail-available_supplier {
  margin: 0;
}

.product-detail-availability {
  margin: 15px 0;
}

.avail-available_supplier {
  color: #0d9314;
}

.avail-soldout, .avail-preorder {
  color: #f00;
}

.row-product-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-category-info {
  color: #7d8387;
  font-size: 15px;
  font-style: italic;
}
.product-category-info p {
  margin: 2px 0;
}
.product-category-info a {
  color: #004e8d;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}

@media (min-width: 768px) {
  .product-category-info {
    border-left: 1px solid #e3e3e3;
  }
}
.row-product-share hr {
  margin: 5px 0;
  border-top: 1px solid #e3e3e3;
}
.row-product-share a {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 0 3px 30px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}
.row-product-share a:hover {
  text-decoration: underline;
}
.row-product-share .wishlist {
  background: transparent url("/images/nasoutokushop/ico-product-share-wish.png") left center no-repeat;
}
.row-product-share .watchdog {
  padding-left: 35px;
  background: transparent url("/images/nasoutokushop/ico-product-share-watch.png") left center no-repeat;
}
.row-product-share .share {
  background: transparent url("/images/nasoutokushop/ico-product-share-share.png") left center no-repeat;
}
.row-product-share .col-wishlist {
  position: relative;
}
.row-product-share .col-wishlist button {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 0 3px 30px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent url("/images/nasoutokushop/ico-product-share-wish.png") left center no-repeat;
}
.row-product-share .col-wishlist ul {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
}
.row-product-share .col-wishlist ul li {
  cursor: pointer;
}
.row-product-share .col-wishlist ul li:hover {
  text-decoration: underline;
}

#varianty-zbozi {
  margin: 25px 0;
}
#varianty-zbozi h2 {
  color: black;
  font-size: 30px;
}
#varianty-zbozi h2 span {
  font-weight: 700;
}
#varianty-zbozi #variants-list {
  width: 100%;
  margin: 25px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#varianty-zbozi #variants-list thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #003d6f;
  font-size: 15px;
  font-weight: 600;
}
#varianty-zbozi #variants-list tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e8e8e8;
  color: black;
  font-size: 15px;
}
#varianty-zbozi #variants-list tbody .col1 {
  font-weight: 700;
}
#varianty-zbozi #variants-list tbody .col3 {
  color: #004e8d;
  font-size: 15px;
  font-weight: 600;
}
#varianty-zbozi #variants-list tbody .col4 {
  color: #3c9521;
  font-weight: 700;
}
#varianty-zbozi #variants-list tbody .col5 {
  text-transform: uppercase;
  line-height: 1.2em;
}
#varianty-zbozi #variants-list tbody .col5 span {
  font-size: 13px;
}
#varianty-zbozi #variants-list .ui-spinner {
  text-align: left;
}

@media (min-width: 768px) {
  #varianty-zbozi #variants-list .col2, #varianty-zbozi #variants-list .col3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    text-align: center;
  }
  #varianty-zbozi #variants-list .col4 {
    width: 140px;
    text-align: center;
    font-size: 15px;
  }
  #varianty-zbozi #variants-list .col5 {
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  #varianty-zbozi #variants-list tbody .col6 {
    width: 205px;
    text-align: right;
  }
}
.col-product-detail .nav {
  margin-top: 30px;
}
.col-product-detail h1 {
  font-weight: 700;
}

.tab-pane {
  padding: 25px 0;
}

#hptabs .tab-pane {
  padding-top: 0;
}
#hptabs .nav-tabs {
  margin: 0;
}

.tab-pane h1, tab-pane h2 {
  color: #004e8d;
  font-size: 24px;
  font-weight: 700;
}

.tab-pane h3, .tab-pane h4 {
  color: #003d6f;
  font-size: 18px;
  font-weight: 700;
}

.product-detail-description a {
  color: #004e8d;
  font-weight: 600;
  text-decoration: none;
}
.product-detail-description a:hover {
  text-decoration: underline;
}
.product-detail-description a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #004e8d transparent transparent transparent;
}

.product-detail-left {
  position: relative;
}
.product-detail-left .product-mainimage {
  display: block;
  border: 1px solid #e3e3e3;
  text-align: center;
}
.product-detail-left #product-images a {
  float: left;
  width: 16%;
  width: calc(16.66666667% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #e3e3e3;
}
.product-detail-left #product-images a:last-child {
  margin-right: 0;
}
.product-detail-left #product-images .product-morepics {
  float: left;
  width: 16%;
  width: calc(16.66666667% - 10px);
  height: 59px;
  margin-right: 0;
  margin-top: 10px;
  padding-top: 10px;
  border: 1px solid #e3e3e3;
  background: #fff url("/images/nasoutokushop/bg-otherpics.png") center center no-repeat;
  text-align: center;
  color: #004e8d;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

#foto #product-images a {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.product-detail-left #imgInfoArchive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-detail-left #imgInfoArchive div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: middle;
}
.product-detail-left #imgInfoArchive span {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 90px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #d7230d url("/images/nasoutokushop/ico-product-detail-soldout.png") center 15px no-repeat;
}

#buy-soldout {
  display: block;
  margin: 0 0 15px;
  padding: 13px 10px 13px 55px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #d7230d url("/images/nasoutokushop/ico-product-detail-soldout-small.png") 13px center no-repeat;
}

/* registration */
.row-registration-benefits {
  margin-top: 10px;
}
.row-registration-benefits .col-xs-12 {
  margin-top: 15px;
}
.row-registration-benefits .in {
  padding: 15px 15px 15px 60px;
  color: black;
  font-size: 17px;
  font-weight: 600;
  background: transparent url("/images/nasoutokushop/ico-registration-success.png") 13px center no-repeat;
  border: 1px solid #e3e3e3;
  line-height: 1.2em;
}
.row-registration-benefits .in strong {
  color: #3c9521;
}

.in-registration h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
}

#basket-signin #signin-form table {
  width: 100%;
  max-width: 230px;
}
#basket-signin #signin-form th, #basket-signin #signin-form td {
  display: block;
}
#basket-signin #signin-form .signin_remember_row th, #basket-signin #signin-form .signin_remember_row td {
  display: inline;
}
#basket-signin #signin-form .signin_remember_row th {
  padding-right: 25px;
}

.in-registration label, .in-forgot-wrap label, #basket-signin #signin-form label {
  color: #003d6f;
  font-size: 17px;
  font-weight: 600;
}

.in-registration .text-input, .in-forgot-wrap .text-input {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

#basket-signin #signin-form .text-input {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
  margin-bottom: 10px;
}

.border-select {
  width: 100%;
  padding: 7px 15px;
  color: black;
  background-color: white;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

.in-registration table {
  display: block;
  width: 100%;
}

.in-forgot-wrap table {
  width: 100%;
}

.in-registration tbody, .in-forgot-wrap tbody, .in-registration table tr, .in-forgot-wrap table tr {
  display: block;
  width: 100%;
}

.in-registration table th, .in-registration table td {
  clear: both;
  display: block;
}

.in-forgot-wrap table th, .in-forgot-wrap table td {
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  .in-registration table tr, .in-forgot-wrap table tr {
    float: left;
    width: 25%;
  }
  .in-registration table th, .in-registration table td {
    padding-right: 25px;
  }
}
.in-registration .tabDivRowWrap {
  width: 100%;
  margin-bottom: 20px;
}
.in-registration .address_company_name_row, .in-registration .address_street_row {
  clear: both;
}

@media (min-width: 768px) {
  .in-registration .tabDivRowWrap {
    float: left;
    width: 25%;
    padding-right: 25px;
  }
}
#is-subscriber-box {
  clear: both;
}

.in-registration input[type=submit], .in-forgot-wrap input[type=submit], #registration-submit {
  margin: 20px auto;
  padding: 12px 30px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004e8d;
  border: 0;
  border-radius: 5px;
}

#basket-signin #signin-form input[type=submit] {
  margin: 20px auto;
  padding: 12px 30px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004e8d;
  border: 0;
  border-radius: 5px;
  margin: 10px 0;
}

.in-registration input[type=submit]:hover, .in-forgot-wrap input[type=submit]:hover, #registration-submit:hover, #basket-signin #signin-form input[type=submit]:hover {
  text-decoration: underline;
}

.in-forgot-wrap {
  padding-bottom: 100px;
}

.in-registration #signin-form {
  padding-bottom: 50px;
}
.in-registration #signin-form .signin_remember_row {
  clear: both;
  padding-top: 15px;
}

#signin-form .signin_remember_row th, #signin-form .signin_remember_row td {
  display: inline;
}

.in-registration #signin-form table {
  display: table;
}

/* kosik */
.module-basket.col-xs-12 {
  padding: 0;
}

.cart-steps {
  clear: both;
  width: 100%;
  min-height: 150px;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.5) 0%, rgba(227, 227, 227, 0.5) 100%);
}
.cart-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-steps ul li {
  position: relative;
  padding: 50px 65px 50px 95px;
  color: #003d6f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  background: transparent url("/images/nasoutokushop/ico-cart-steps-next.png") right 25px center no-repeat;
}
.cart-steps ul li a {
  color: #003d6f;
  text-decoration: none;
}
.cart-steps ul li a:hover {
  text-decoration: underline;
}
.cart-steps ul li:last-child {
  background: none;
}
.cart-steps ul li.off {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .cart-steps {
    margin-top: -31px;
  }
  .cart-steps ul li {
    float: left;
    width: 25%;
  }
  .cart-steps ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 45px;
    width: 60px;
    height: 60px;
  }
  .cart-steps ul li:nth-child(1), .cart-steps ul li:nth-child(3) {
    padding-right: 85px;
  }
  .cart-steps ul li:nth-child(1):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-1.png") left center no-repeat;
  }
  .cart-steps ul li.empty:nth-child(1):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-none.png") left center no-repeat;
  }
  .cart-steps ul li.on:nth-child(1):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-ok.png") left center no-repeat;
  }
  .cart-steps ul li:nth-child(2):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-2.png") left center no-repeat;
  }
  .cart-steps ul li:nth-child(3):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-3.png") left center no-repeat;
  }
  .cart-steps ul li:nth-child(4):before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-4.png") left center no-repeat;
  }
  .cart-steps ul li.on:before {
    background: transparent url("/images/nasoutokushop/ico-cart-steps-ok.png") left center no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-steps {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    zoom: 75%;
    margin-top: -42px;
  }
}
.cart-empty {
  margin: 50px 0;
  padding-top: 80px;
  background: transparent url("/images/nasoutokushop/ico-cart-empty-large.png") center top no-repeat;
}
.cart-empty p {
  margin-bottom: 20px;
  color: black;
  font-size: 48px;
  font-weight: 700;
}

/* kosik 1 */
#content-basket form, .in-checkout-basket form {
  margin-bottom: 100px;
}

#basket-products, .basket-products {
  width: 100%;
  margin: 20px 0 10px 0;
}

#basket-products, .basket-products {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

#basket-products th, .basket-products th {
  padding: 10px;
  color: #003d6f;
  font-size: 15px;
  font-weight: 600;
}

#basket-products tbody td, .basket-products tbody td {
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

#basket-products .status, .basket-products .status {
  width: 200px;
  text-align: center;
}

#basket-products .count, .basket-products .count {
  width: 150px;
  text-align: center;
}

#basket-products .price_one, .basket-products .price_one, #basket-products .price, .basket-products .price {
  width: 130px;
  text-align: center;
}

#basket-products .actions, .basket-products .actions {
  width: 60px;
}

#basket-products .name, .basket-products .name {
  color: #004e8d;
}

#basket-products .image img, .basket-products .image img {
  width: 60px;
}

#basket-products tbody .price {
  color: #004e8d;
  font-size: 18px;
}
#basket-products tbody .status {
  color: #3c9521;
}
#basket-products .variant-name {
  color: black;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
#basket-products .ui-spinner .ui-spinner-input {
  font-size: 18px;
}
#basket-products tfoot th {
  text-align: left;
}
#basket-products #product-price-all-label {
  color: #7d8387;
  font-size: 18px;
  font-weight: 700;
  background-color: #e3e3e3;
}
#basket-products #product-price-all {
  color: #3c9521;
  font-size: 36px;
  font-weight: 700;
  background-color: #e3e3e3;
}

#discount-register {
  margin: 20px 0;
  padding: 15px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  background-color: #d7230d;
  text-align: center;
}
#discount-register p {
  margin: 0;
}

#voucher-box {
  display: inline-block;
  text-align: left;
}
#voucher-box label {
  display: none;
}
#voucher-box #voucher_filters_code {
  padding: 8px 10px;
  width: 250px;
  margin-right: 10px;
  background-color: white;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}
#voucher-box #voucher_filters_submit {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 10px 20px;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
  border: 0;
  outline: 0;
}
#voucher-box #voucher_filters_submit::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 7px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffcb09;
}
#voucher-box .jqUiErrorList {
  text-align: left;
}
#voucher-box .alert {
  padding: 10px 15px;
}

@media (min-width: 992px) {
  #products-voucher-box {
    position: relative;
  }
  #products-voucher-box #voucher-box {
    position: absolute;
    left: 0;
    bottom: 7px;
  }
}
#basket-gifts-box {
  clear: both;
}
#basket-gifts-box #basket-gift-select {
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}
#basket-gifts-box .product-item h3 {
  margin: 0 0 5px;
  color: black;
  font-size: 17px;
  font-weight: 400;
}
#basket-gifts-box .product-list .product-item .in {
  margin-top: 10px;
  padding-bottom: 80px;
  position: relative;
  min-height: 270px;
}
#basket-gifts-box .product-list .product-item select {
  max-width: 100%;
}
#basket-gifts-box .basket-gift-select-form {
  text-align: center;
}
#basket-gifts-box .basket-gift-select-form-variant {
  margin-bottom: 5px;
}
#basket-gifts-box .basket-gift-select-form-submit {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: #409d24;
  background: -moz-linear-gradient(top, #409d24 0%, #36891d 100%);
  background: -webkit-linear-gradient(top, #409d24 0%, #36891d 100%);
  background: linear-gradient(to bottom, #409d24 0%, #36891d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#409d24", endColorstr="#36891d",GradientType=0 );
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
#basket-gifts-box .basket-gift-select-form-submit:hover {
  text-decoration: underline;
  color: #fff;
  background: #36891d;
  background: -moz-linear-gradient(top, #36891d 0%, #409d24 100%);
  background: -webkit-linear-gradient(top, #36891d 0%, #409d24 100%);
  background: linear-gradient(to bottom, #36891d 0%, #409d24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36891d", endColorstr="#409d24",GradientType=0 );
}

#cart-back {
  display: inline-block;
  padding: 20px 25px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #004e8d;
  border-radius: 5px;
}
#cart-back:hover {
  text-decoration: underline;
}

#cart-button-continue, .basket-submit {
  float: right;
  padding: 19px 35px 18px 25px !important;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #36891d 0%, #409e24 100%);
  border-radius: 5px;
  border: 0;
  outline: 0;
}

#cart-button-continue:hover, .basket-submit:hover {
  color: white;
  background-image: linear-gradient(to top, #409e24 0%, #36891d 100%);
  text-decoration: underline;
}

#cart-button-continue::after, .basket-submit::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 11px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffcb09;
}

.basket-delivery-content #basket-invoice-address {
  margin: 25px auto 10px;
  text-align: center;
}
.basket-delivery-content form {
  margin-bottom: 100px;
}

@media (min-width: 1340px) {
  .basket-delivery-content #basket-invoice-address {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 320px;
    margin: 0;
  }
}
#shipping-payment-box h2 {
  margin-bottom: 20px;
}
#shipping-payment-box #basket-payments-box {
  margin: 0;
  float: left;
}
#shipping-payment-box .table-wrap {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e3e3e3;
}
#shipping-payment-box table {
  width: 100%;
}
#shipping-payment-box table td {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
#shipping-payment-box table tr:first-child td {
  padding-top: 0;
}
#shipping-payment-box table tr:last-child td {
  border: 0;
  padding-bottom: 0;
}
#shipping-payment-box table .name {
  width: 100%;
}
#shipping-payment-box table .price {
  width: 90px;
  font-size: 18px;
}
#shipping-payment-box table input {
  display: none;
}
#shipping-payment-box table input + label {
  display: block;
  margin-bottom: 0;
  padding-left: 40px;
  color: #004e8d;
  font-size: 18px;
  font-weight: 400;
  background: transparent url("/images/nasoutokushop/radio-empty.png") left center no-repeat;
}
#shipping-payment-box table input:checked + label {
  font-weight: 700;
  background-image: url("/images/nasoutokushop/radio-full.png");
}
#shipping-payment-box table p {
  margin: 0;
}
#shipping-payment-box table .desc {
  color: black;
  font-weight: 400 !important;
  font-size: 17px;
}
#shipping-payment-box table img {
  width: 80px;
  margin-right: 25px;
  float: left;
}
#shipping-payment-box table .wrap-boxik {
  display: table;
}
#shipping-payment-box table .boxik {
  display: table-cell;
  vertical-align: middle;
}
#shipping-payment-box tr.disabled {
  color: #ccc !important;
}
#shipping-payment-box tr.disabled label {
  color: #ccc !important;
  background-image: url("/images/nasoutokushop/radio-disabled.png") !important;
}

/* step 3 login */
.sigin-rows {
  margin-bottom: 100px;
}

/* step3 */
#basket-address {
  margin-bottom: 100px;
}
#basket-address .tabDivRowWrap {
  width: 100%;
  margin-bottom: 20px;
}
#basket-address #address-box label {
  color: #003d6f;
  font-size: 17px;
  font-weight: 600;
}
#basket-address #address-box .text-input {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

@media (min-width: 768px) {
  #basket-address .tabDivRowWrap {
    float: left;
    width: 33%;
    padding-right: 25px;
  }
  #basket-address .tabDivRowWrap:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  #basket-address .tabDivRowWrap {
    width: 25%;
  }
  #basket-address .tabDivRowWrap:nth-child(3n+1) {
    clear: none;
  }
  #basket-address div.tabDivRowWrap:nth-child(4n+1) {
    clear: both;
  }
  .tabDivRowWrap.address_street_row {
    clear: both !important;
  }
  .tabDivRowWrap.address_city_row, .tabDivRowWrap.address_email_row {
    clear: none !important;
  }
}
#basket-addresses-company-wrap {
  clear: both;
  margin: 20px 0;
  border: 1px solid #e3e3e3;
}
#basket-addresses-company-wrap #basket-addresses-company-head {
  padding: 10px;
}
#basket-addresses-company-wrap #basket-addresses-company-head label {
  margin: 0;
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/square-empty.png") left center no-repeat;
}
#basket-addresses-company-wrap #basket-addresses-company-head.open label {
  background-image: url("/images/nasoutokushop/square-full.png") !important;
}
#basket-addresses-company-wrap #basket-addresses-company-content {
  display: none;
  padding: 10px;
  border-top: 1px solid #e3e3e3;
}

#address-box {
  margin-bottom: 50px;
}

#basket-addresses-company-wrap, #basket-shipping-address {
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
}

#basket-addresses-switch {
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#basket-addresses-switch #basket-is-same-shipping-address {
  display: none;
}
#basket-addresses-switch label {
  margin: 0;
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/square-empty.png") left center no-repeat;
}
#basket-addresses-switch.open label {
  background-image: url("/images/nasoutokushop/square-full.png") !important;
}

#basket-shipping-address {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-top: 0;
}

/* step4 */
#basket-confirm form {
  margin-bottom: 150px;
}

.basket-notify {
  margin: 15px 0;
  padding: 10px;
  color: #003d6f;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  background-color: #e9f0f5;
  text-align: center;
}
.basket-notify span {
  color: #3c9521;
}

.in-checkout-confirm .address-inner {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.in-checkout-confirm .address-inner h3 {
  margin: 0 0 20px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 600;
}
.in-checkout-confirm #basket-products {
  margin-top: 0;
  margin-bottom: 30px;
}
.in-checkout-confirm #basket-products .image {
  width: 80px;
}
.in-checkout-confirm #basket-products tbody td {
  font-size: 15px;
}
.in-checkout-confirm #basket-products .name {
  color: #004e8d;
}
.in-checkout-confirm .item-name {
  color: black;
  font-weight: 400;
}
.in-checkout-confirm label {
  color: #003d6f;
  font-size: 17px;
  font-weight: 600;
}
.in-checkout-confirm textarea {
  width: 100%;
  height: 100px;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

#basket-is-subscriber-box {
  float: none;
}
#basket-is-subscriber-box input {
  display: none;
}
#basket-is-subscriber-box label {
  margin: 0;
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/square-empty.png") left center no-repeat;
}
#basket-is-subscriber-box input:checked + label {
  background-image: url("/images/nasoutokushop/square-full.png") !important;
}

#heureka-overeno-box {
  float: none;
}
#heureka-overeno-box input {
  display: none;
}
#heureka-overeno-box label {
  margin: 0;
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/square-empty.png") left center no-repeat;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#heureka-overeno-box input:checked + label {
  background-image: url("/images/nasoutokushop/square-full.png") !important;
}

@media (min-width: 992px) {
  #basket-is-subscriber-box, #heureka-overeno-box {
    margin-top: 15px;
  }
  .in-checkout-confirm textarea {
    margin-bottom: 30px;
  }
}
.in-checkout-confirm .basket-vop {
  margin-top: 20px;
}

/* order done */
.content-cart-5 {
  position: relative;
  top: -31px;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.5) 0%, rgba(227, 227, 227, 0.5) 100%);
}

.in-checkout-finish .col-finish-dekujeme {
  padding: 30px 0 30px 180px;
  color: #004e8d;
  background: transparent url("/images/nasoutokushop/order-done-2.svg") left top -20px no-repeat;
  background-size: 150px;
}
.in-checkout-finish h1 {
  margin: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}
.in-checkout-finish h2 {
  margin: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.in-checkout-finish h3 {
  margin-top: 40px;
  color: #3c9521;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}
.in-checkout-finish p {
  color: black;
  font-size: 17px;
  font-style: italic;
}

/* contact */
.content-contact-page .box-fast-contact {
  margin: 50px 0;
  color: black;
  background-color: white;
  display: flex;
  align-items: center;
  border-right: 1px solid #e3e3e3;
}
.content-contact-page .box-fast-contact-col:last-child .box-fast-contact {
  border-right: none;
}

.box-fast-contact-icon {
  width: 50px;
  height: 100%;
}

.box-fast-contact-content {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.box-fast-contact p {
  margin-bottom: 0;
}

.box-fast-contact-name {
  color: #064f8c;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.box-fast-contact-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  margin-top: 2px;
}

.box-fast-contact-phone .box-fast-contact-link {
  font-size: 24px;
  color: #008000;
  font-weight: 700;
  line-height: 1;
}

.box-fast-contact-mail .box-fast-contact-link a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
}

.box-fast-contact-adress .box-fast-contact-link {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.box-fast-contact-adress .box-fast-contact-text a {
  text-decoration: none;
}

.contact-form-box {
  border: 1px solid #e3e3e3;
  background-image: linear-gradient(to top, #ffffff 0%, #e8eff4 100%);
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  padding: 50px;
  padding-bottom: 10px;
}

.content-contact-page label {
  color: #003d6f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.content-contact-page .contact-form input, .content-contact-page .contact-form textarea {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  height: 50px;
}
.content-contact-page .contact-form #contact_note {
  padding: 10px 15px;
  width: 100%;
  height: 150px;
}

.contact-form button {
  display: inline-block;
  padding: 10px 20px;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to top, #003d6f 0%, #004e8d 100%);
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  float: right;
}

.content-contact-page h2 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.contact-page-text {
  font-size: 18px;
}

.content-contact-page .contact-form td, .content-contact-page .contact-form th {
  display: block;
}
.content-contact-page .contact-form tr {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.contact-item-list-wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
}

.contact-item-list {
  max-width: 730px;
  margin: 0 auto;
}

.contact-item {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}

.contact-item-img {
  width: 100px;
}
.contact-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.contact-item-list-big .contact-item-img {
  width: 75px;
}

.contact-item-text {
  width: calc(100% - 100px);
  padding-left: 30px;
}

.contact-item-list-big .contact-item-text {
  width: calc(100% - 75px);
}

.contact-item-name {
  font-weight: 700;
}

.contact-item-cat {
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-item-phone a {
  font-weight: 700;
  color: #008000;
  line-height: 1;
  text-decoration: none;
}

.contact-item-mail a {
  color: #004e8d;
  text-decoration: none;
  line-height: 1;
}

.contact-adress-box {
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  font-size: 14px;
}
.contact-adress-box h2 {
  font-size: 24px;
}

@media (max-width: 991px) {
  .contact-item {
    margin-bottom: 30px;
  }
  .contact-item-list-wrap {
    padding-bottom: 0;
  }
  .content-contact-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content-contact-page .box-fast-contact {
    margin: 20px 0;
    border: none;
  }
  .contact-form-box {
    padding: 20px;
  }
}
.funkce {
  font-size: 12px;
}

.box-vop {
  margin-top: 20px;
  padding: 20px 10px 20px 80px;
  color: black;
  font-size: 17px;
  background-color: white;
  border: 1px solid #e3e3e3;
}
.box-vop p:last-child {
  margin-bottom: 0;
}
.box-vop strong {
  color: #3c9521;
  font-size: 17px;
  font-weight: 600;
}
.box-vop span {
  color: #7d8387;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2em;
}

.box-vop-1 {
  background: transparent url("/images/nasoutokushop/ico-vop-1.png") 15px 25px no-repeat;
}

.box-vop-2 {
  background: transparent url("/images/nasoutokushop/ico-vop-2.png") 15px 25px no-repeat;
}

.box-vop-3 {
  background: transparent url("/images/nasoutokushop/ico-vop-3.png") 15px 25px no-repeat;
}

.box-vop-4 {
  background: transparent url("/images/nasoutokushop/ico-vop-4.png") 15px 25px no-repeat;
}

@media (min-width: 1340px) {
  .box-vop span {
    font-size: 13px;
  }
}
.row-onakupu {
  padding-top: 15px;
}
.row-onakupu .col-item-nakup .item {
  padding: 0 15px;
  min-height: 150px;
  margin-top: 5px;
  margin-bottom: 25px;
  background-color: white;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.25) 100%);
  border: 1px solid #e3e3e3;
}

.row-onakupu-full .col-item-nakup .item {
  min-height: 305px;
}

.row-onakupu .col-item-nakup .item h4 {
  margin: 10px 0;
}
.row-onakupu .col-item-nakup .item h4 a {
  display: block;
  padding: 70px 0px 0;
  color: black;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.row-onakupu .col-item-nakup .item h4 a:hover {
  text-decoration: underline;
}
.row-onakupu .col-item-nakup .desc {
  border-top: 1px solid #e3e3e3;
  margin-top: 20px;
  padding-top: 25px;
  color: #064f8e;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.row-onakupu .col-item-nakup .item-1 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-1.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-2 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-2.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-3 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-3.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-4 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-4.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-5 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-5.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-6 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-6.png") center 15px no-repeat;
}
.row-onakupu .col-item-nakup .item-7 h4 a {
  background: transparent url("/images/nasoutokushop/ico-vse-7.png") center 15px no-repeat;
}

@media (min-width: 768px) {
  .row-onakupu .col-item-nakup .item h4 a {
    font-size: 18px;
  }
}
@media (min-width: 1340px) {
  .row-onakupu .col-item-nakup .item {
    padding: 0 25px;
  }
  .row-onakupu .col-item-nakup .item h4 a {
    padding: 70px 5px 0;
  }
}
.row-vse h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
}
.row-vse em strong, .row-vse strong em {
  font-style: normal;
  font-weight: bold;
  color: #3c9521;
}

@media (min-width: 992px) {
  .col-vse-1-1 {
    min-height: 230px;
    background: transparent url("/images/nasoutokushop/ico-vse-obj.png") right top no-repeat;
  }
  .col-vse-1-3 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-sklad.png") right 70px top 20px no-repeat;
  }
  .col-vse-1-4 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-expedice.png") right 70px top 20px no-repeat;
  }
  .col-vse-2-1 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-2-1.png") right 70px top 20px no-repeat;
  }
  .col-vse-2-2 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-2-2.png") right 70px top 20px no-repeat;
  }
  .col-vse-3-1 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-3-1.png") right 70px center no-repeat;
  }
  .col-vse-3-2 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-3-2.png") right 70px center no-repeat;
  }
  .col-vse-4-1 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-4-1.png") right 70px center no-repeat;
  }
  .col-vse-5-1 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-5-1.png") right 70px center no-repeat;
  }
  .col-vse-5-2 {
    padding-bottom: 70px;
  }
  .col-vse-6-1 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-6-1.png") right 70px top 20px no-repeat;
  }
  .col-vse-6-2, .col-vse-6-3 {
    min-height: 170px;
    background: transparent url("/images/nasoutokushop/ico-vse-6-2.png") right 70px top 20px no-repeat;
  }
}
.col-vse-5-1 li {
  margin-bottom: 10px;
  padding: 3px 0 5px 40px;
  background-image: url("/images/nasoutokushop/ico-li-green-yes.png");
}
.col-vse-5-1 li:first-child {
  padding-top: 0;
  background-position: left center;
  margin-bottom: 3px;
}

.item-doprava {
  min-height: 390px;
  padding: 20px 20px 15px;
  background-color: white;
  border: 1px solid #e3e3e3;
}
.item-doprava h4 {
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
}
.item-doprava .www {
  color: #004e8d;
  font-size: 17px;
  font-weight: 400;
}
.item-doprava h3 {
  margin-bottom: 20px;
  color: black;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.item-doprava h3 strong {
  color: #3c9521;
}

.vse-prodejna {
  display: block;
  padding: 0 0 0 85px;
  background: transparent url("/images/nasoutokushop/ico-vse-prodejna.png") left top no-repeat;
  color: #004e8d;
  font-weight: 400;
  text-decoration: none;
}
.vse-prodejna span {
  display: block;
  color: black;
  font-style: italic;
}
.vse-prodejna:hover {
  text-decoration: underline;
}

.row-vse h5 {
  margin: 35px 0 15px;
  color: #004e8d;
  font-size: 24px;
  font-weight: 600;
}
.row-vse h5 strong {
  color: #3c9521;
  font-weight: 600;
}
.row-vse em strong, .row-vse strong em {
  color: #3c9521;
}
.row-vse table th, .row-vse table td {
  padding: 3px 10px 3px 0;
}
.row-vse .table-payments {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.row-vse .table-payments td {
  padding: 15px 10px;
  border-top: 1px solid #e3e3e3;
}
.row-vse .table-payments td.img {
  text-align: center;
  border-left: 1px solid #e3e3e3;
}
.row-vse .table-payments .price {
  color: #3c9521;
  font-weight: 600;
  text-align: right;
  border-right: 1px solid #e3e3e3;
}
.row-vse .table-availability th {
  width: 200px;
  text-transform: uppercase;
  vertical-align: text-top;
}
.row-vse .stock {
  color: #3c9521;
}
.row-vse .sold {
  color: red;
}
.row-vse .preorder {
  color: #b9673b;
}

.page-totop {
  position: absolute;
  top: 32px;
  right: 25px;
  color: #003d6f;
  padding-right: 25px;
  background: transparent url("/images/nasoutokushop/ico-page-totop.png") right center no-repeat;
  text-decoration: none;
}
.page-totop:hover {
  text-decoration: underline;
}

#carousel-bestcar-2, #carousel-bestcar-5 {
  clear: both;
}

#carousel-bestcar-2 .product-price, #carousel-bestcar-5 .product-price {
  color: #3e9a23;
  font-weight: 700;
  line-height: 1em;
}

#carousel-bestcar-2 h3, #carousel-bestcar-5 h3 {
  margin: 0;
  color: #004e8d;
  font-weight: 600;
  text-align: left;
}

#carousel-bestcar-2 h3 a, #carousel-bestcar-5 h3 a {
  margin: 0;
  color: #004e8d;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

#carousel-bestcar-2 h3 a:hover, #carousel-bestcar-5 h3 a:hover {
  text-decoration: underline;
}

#carousel-bestcar-2 .product-item-1 .product-price, #carousel-bestcar-2 .product-item-4 .product-price {
  font-size: 24px;
}

#carousel-bestcar-5 .product-item-1 .product-price, #carousel-bestcar-5 .product-item-4 .product-price {
  font-size: 24px;
}

@media (min-width: 992px) {
  #carousel-bestcar-2 .product-item-1 .product-price, #carousel-bestcar-2 .product-item-4 .product-price {
    font-size: 48px;
  }
  #carousel-bestcar-5 .product-item-1 .product-price, #carousel-bestcar-5 .product-item-4 .product-price {
    font-size: 48px;
  }
}
#carousel-bestcar-2 .product-item-2 .product-price, #carousel-bestcar-2 .product-item-3 .product-price {
  font-size: 30px;
}

#carousel-bestcar-5 .product-item-2 .product-price, #carousel-bestcar-5 .product-item-3 .product-price {
  font-size: 30px;
}

#carousel-bestcar-2 .product-item h3, #carousel-bestcar-5 .product-item h3 {
  font-size: 18px;
}

#carousel-bestcar-2 .product-item-4 h3, #carousel-bestcar-5 .product-item-4 h3 {
  text-align: right;
}

#carousel-bestcar-2 .product-item-1 img, #carousel-bestcar-5 .product-item-1 img {
  margin-bottom: 15px;
}

#carousel-bestcar-2 .product-item-4 img, #carousel-bestcar-5 .product-item-4 img {
  margin-top: 15px;
}

#carousel-bestcar-2 .product-item-2 .in, #carousel-bestcar-2 .product-item-3 .in {
  min-height: 170px;
  border: 1px solid #e3e3e3;
}

#carousel-bestcar-5 .product-item-2 .in, #carousel-bestcar-5 .product-item-3 .in {
  min-height: 170px;
  border: 1px solid #e3e3e3;
}

#carousel-bestcar-2 .product-item-2 .in, #carousel-bestcar-5 .product-item-2 .in {
  background-image: linear-gradient(to right, rgba(169, 194, 215, 0.25) 0%, white 30%, white 100%);
}

#carousel-bestcar-2 .product-item-3 .in, #carousel-bestcar-5 .product-item-3 .in {
  background-image: linear-gradient(to left, rgba(169, 194, 215, 0.25) 0%, white 30%, white 100%);
}

#carousel-bestcar-2 .product-item-4 .in, #carousel-bestcar-5 .product-item-4 .in {
  /*background-image: linear-gradient(to bottom, rgba(169, 194, 215, 0.25) 0%, white 30%, white 100%);*/
  background: #fff;
  background-image: url(/images/nasoutokushop/bg-productitem-line-top.png), url(/images/nasoutokushop/bg-productitem-line.png), linear-gradient(to bottom, rgba(169, 194, 215, 0.25) 0%, white 30%, white 100%);
  background-position: 0 0, left bottom, 0 0;
  background-repeat: repeat-x, repeat-x, no-repeat;
  border: 1px solid rgb(169, 194, 215);
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(169, 194, 215)), to(rgb(227, 227, 227))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-image: linear-gradient(to top, rgb(169, 194, 215), rgb(227, 227, 227)) 1 100%;
  border-top: 0;
  border-bottom: 0;
}

.col-product-list #bestseller-list {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.col-product-list #bestseller-list table {
  width: 100%;
}
.col-product-list #bestseller-list table td {
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}
.col-product-list #bestseller-list .col-position {
  width: 50px;
}
.col-product-list #bestseller-list .col-position div {
  width: 33px;
  height: 33px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: transparent url("/images/nasoutokushop/top10-bg-blue.png") center center no-repeat;
}
.col-product-list #bestseller-list .col-position .pos-1 {
  background: transparent url("/images/nasoutokushop/top10-bg-1.png") center center no-repeat;
}
.col-product-list #bestseller-list .col-position .pos-2 {
  background: transparent url("/images/nasoutokushop/top10-bg-2.png") center center no-repeat;
}
.col-product-list #bestseller-list .col-position .pos-3 {
  background: transparent url("/images/nasoutokushop/top10-bg-3.png") center center no-repeat;
}
.col-product-list #bestseller-list .col-img {
  width: 50px;
}
.col-product-list #bestseller-list .col-img a {
  display: block;
  width: 50px;
}
.col-product-list #bestseller-list .col-name {
  padding-left: 15px;
  width: 500px;
}
.col-product-list #bestseller-list .col-name a {
  text-decoration: none;
}
.col-product-list #bestseller-list .col-name a:hover {
  text-decoration: underline;
}
.col-product-list #bestseller-list .col-avail {
  width: 150px;
  font-size: 12px;
  text-transform: uppercase;
}
.col-product-list #bestseller-list .col-price {
  width: 100px;
  color: #004e8d;
  font-weight: 700;
}

@media (min-width: 992px) {
  .col-product-list #bestseller-list .col-avail {
    font-size: 13px;
  }
}
.wrap-best-collapse {
  text-align: center;
}
.wrap-best-collapse button {
  display: inline-block;
  padding: 7px 15px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004e8d;
  border: 0;
  border-radius: 0px 0px 5px 5px;
  outline: 0;
}
.wrap-best-collapse button:hover {
  text-decoration: underline;
}
.wrap-best-collapse button::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  left: 6px;
  border-style: solid;
}
.wrap-best-collapse button.collapsed::after {
  top: 12px;
  border-width: 8px 5px 0 5px;
  border-color: #ffcb09 transparent transparent transparent;
}
.wrap-best-collapse button::after {
  top: -12px;
  border-color: transparent transparent #ffcb09 transparent;
  border-width: 0 5px 8px 5px;
}

.col-product-list #bestseller-list table {
  background: transparent url("/images/nasoutokushop/bg-boxhadow-topcenter.png") center bottom no-repeat;
}

#user-header {
  margin-top: -15px;
  background-color: white;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.5) 0%, rgba(227, 227, 227, 0.5) 100%);
}
#user-header .profile-info {
  padding-left: 125px;
  background: transparent url("/images/nasoutokushop/ico-useracc-default.png") left center no-repeat;
}
#user-header .profile-info h3 {
  margin: 20px 0 5px;
  color: black;
  font-size: 30px;
}
#user-header .profile-info h4 {
  margin: 0px 0 15px;
  color: #7d8387;
  font-size: 17px;
}
#user-header .profile-info .btn-blue {
  padding: 6px 20px;
}
#user-header .profile-info p {
  margin-bottom: 20px;
}
#user-header .col-datum {
  text-transform: uppercase;
}
#user-header .col-datum .cislo {
  margin: 20px 0 0 0;
  color: black;
  font-size: 30px;
  line-height: 1em;
}
#user-header .col-datum .cislo-label {
  color: #003d6f;
  font-size: 12px;
  font-weight: 600;
}
#user-header .col-datum .datum {
  color: #003d6f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#user-header .col-datum .datum span {
  color: black;
}

@media (min-width: 768px) {
  #user-header .profile-info {
    margin-left: 15px;
  }
  #user-header .col-datum {
    padding-right: 30px;
  }
}
#user-menu {
  clear: both;
  float: left;
  width: 100%;
  margin: 30px 0;
}
#user-menu .col-item {
  float: left;
  width: 50%;
  padding: 3px;
}
#user-menu .in {
  background-color: white;
  background-image: linear-gradient(to top, rgba(169, 194, 215, 0.25) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.25) 100%);
  border: 1px solid #e8e8e8;
}
#user-menu a {
  display: block;
  padding: 70px 30px 15px;
  color: black;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none;
}
#user-menu a:hover {
  text-decoration: underline;
}
#user-menu .dash a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-1.png") center 15px no-repeat;
}
#user-menu .inv a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-2.png") center 15px no-repeat;
}
#user-menu .bills a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-3.png") center 15px no-repeat;
}
#user-menu .wish a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-5.png") center 15px no-repeat;
}
#user-menu .warr a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-6.png") center 15px no-repeat;
}
#user-menu .addr a {
  padding-left: 15px;
  padding-right: 15px;
  background: transparent url("/images/nasoutokushop/ico-usermenu-7.png") center 15px no-repeat;
}
#user-menu .ucet a {
  background: transparent url("/images/nasoutokushop/ico-usermenu-8.png") center 15px no-repeat;
}

@media (min-width: 768px) {
  #user-menu .col-item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  #user-menu .col-item {
    width: 14%;
  }
}
@media (min-width: 1340px) {
  #user-menu .col-item {
    width: 14%;
    width: calc(14% + 3px);
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  #user-menu .col-item a {
    height: 145px;
  }
}
#invoice-list table, #bills-list table, #reclamations-list table {
  width: 100%;
}

#invoice-list th, #bills-list th, #reclamations-list th {
  padding: 5px;
  color: #003d6f;
  font-weight: 700;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

#invoice-list a, #bills-list a, #reclamations-list a {
  color: #004e8d;
}

#invoice-list td, #bills-list td, #reclamations-list td {
  padding: 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}

#invoice-list tr:hover, #bills-list tr:hover, #reclamations-list tr:hover {
  /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(60, 149, 33, 0.01) 50%, rgba(255, 255, 255, 0.01) 100%);*/
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(60, 149, 33, 0.4) 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(60, 149, 33, 0.4) 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(60, 149, 33, 0.4) 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}

#invoice-list tr:hover td, #bills-list tr:hover td, #reclamations-list tr:hover td {
  font-weight: 600;
}

#invoice-list .inv-col1 {
  width: 80px;
}
#invoice-list .inv-col2 {
  width: 70px;
  text-align: center;
}
#invoice-list .inv-col6 {
  width: 130px;
  text-align: center;
}
#invoice-list .inv-col4, #invoice-list .inv-col5 {
  width: 160px;
  text-align: center;
}
#invoice-list .inv-col3, #invoice-list .inv-col7 {
  width: 100px;
  text-align: center;
}
#invoice-list ul {
  margin-bottom: 0;
  margin-top: 0;
}

#reclamations-list ul {
  margin-bottom: 0;
  margin-top: 0;
}

#invoice-detail .box {
  margin: 0 0 30px;
  padding: 25px;
  color: black;
  font-size: 16px;
  border: 1px solid #e3e3e3;
}
#invoice-detail .box h3 {
  margin: 0 0 15px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 600;
}
#invoice-detail .box p:last-child {
  margin-bottom: 0;
}
#invoice-detail .invoice-buttons {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
#invoice-detail .invoice-buttons li {
  float: left;
  margin: 10px 15px 10px 0;
}
#invoice-detail .invoice-buttons li a span {
  padding-left: 30px;
}
#invoice-detail .invoice-buttons li a.print span {
  background: transparent url("/images/nasoutokushop/ico-yellow-print.png") 0 center no-repeat;
}
#invoice-detail .invoice-buttons li a.down span {
  background: transparent url("/images/nasoutokushop/ico-yellow-pdf.png") 0 center no-repeat;
}
#invoice-detail .invoice-buttons li a.truck span {
  background: transparent url("/images/nasoutokushop/ico-yellow-truck.png") 0 center no-repeat;
}
#invoice-detail #invoice-product-list table {
  width: 100%;
}
#invoice-detail #invoice-product-list table thead th {
  color: #003d6f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#invoice-detail #invoice-product-list table th, #invoice-detail #invoice-product-list table td {
  padding: 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}
#invoice-detail #invoice-product-list table .inv-col2, #invoice-detail #invoice-product-list table .inv-col3 {
  width: 90px;
  text-align: center;
}
#invoice-detail #invoice-product-list table tbody .inv-col3 {
  font-weight: 700;
}
#invoice-detail #invoice-product-list table tbody .inv-col3.price-all {
  color: #004e8d;
  font-size: 18px;
}
#invoice-detail #invoice-product-list table tbody .product-name {
  color: #004e8d;
  text-decoration: none;
}
#invoice-detail #invoice-product-list table tfoot .foot-label {
  background-color: #e3e3e3;
}
#invoice-detail #invoice-product-list table tfoot .foot-price {
  background-color: #e3e3e3;
  color: #3c9521;
  font-size: 36px;
  font-weight: 700;
}
#invoice-detail #invoice-product-list table tfoot .foot-label {
  padding-left: 20px;
  padding-right: 20px;
  color: #7d8387;
  font-size: 18px;
  font-weight: 700;
}
#invoice-detail h4 {
  margin-top: 30px;
  color: #003d6f;
  font-size: 16px;
  font-weight: 600;
}
#invoice-detail p.invoice-note {
  margin-bottom: 50px;
  color: black;
  font-size: 24px;
  font-style: italic;
}

#bills-list {
  padding-top: 15px;
}
#bills-list th, #bills-list td {
  text-align: center;
}

.warr span {
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/ico-yellow-warr.png") 0 center no-repeat;
}
.warr.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#reclamations-list th, #reclamations-list td {
  text-align: center;
}

.content-wishlist-edit button.btn-blue {
  margin: 5px 0 50px;
}
.content-wishlist-edit th {
  padding-right: 15px;
}
.content-wishlist-edit label {
  color: #003d6f;
  font-size: 17px;
  font-weight: 600;
}
.content-wishlist-edit .text-input, .content-wishlist-edit textarea {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

#table-wishlist-info {
  margin-bottom: 20px;
}
#table-wishlist-info .text-input {
  margin-bottom: 10px;
}

#whishlist-address-form-wrap {
  clear: both;
  float: left;
  width: 100%;
}

.content-wishlist-edit .tabDivRowWrap {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-wishlist-edit .tabDivRowWrap {
    float: left;
    width: 33%;
    padding-right: 25px;
  }
}
#table-wishlists {
  width: 100%;
  margin-bottom: 40px;
}
#table-wishlists th {
  padding: 5px;
  color: #003d6f;
  font-weight: 700;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#table-wishlists td {
  padding: 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}
#table-wishlists .inv-col1 {
  width: 80px;
}
#table-wishlists .inv-col2 {
  width: 70px;
  text-align: center;
}

.content-wishlist-edit h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
}

#table-wishlist-products {
  width: 100%;
  margin-bottom: 40px;
}
#table-wishlist-products th {
  padding: 5px;
  color: #003d6f;
  font-weight: 700;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#table-wishlist-products td {
  padding: 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}

#table-wishlist-items {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 150px;
}
#table-wishlist-items th {
  padding: 5px;
  color: #003d6f;
  font-weight: 700;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#table-wishlist-items td {
  padding: 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}
#table-wishlist-items .image {
  width: 150px;
}
#table-wishlist-items .basket-count, #table-wishlist-items .price {
  width: 120px;
  text-align: center;
}
#table-wishlist-items .buy {
  text-align: center;
}
#table-wishlist-items .count {
  width: 120px;
  text-align: center;
}
#table-wishlist-items td.count {
  font-size: 18px;
  font-weight: 600;
}
#table-wishlist-items .name a {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
#table-wishlist-items .name a:hover {
  text-decoration: underline;
}

.in-profile label {
  color: #003d6f;
  font-size: 17px;
  font-weight: 600;
}
.in-profile .text-input, .in-profile textarea {
  width: 100%;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}
.in-profile .tabDivRowWrap {
  width: 100%;
  margin-bottom: 20px;
}
.in-profile form {
  clear: both;
  width: 100%;
  float: left;
}
.in-profile h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #003d6f;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
}
.in-profile table {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.in-profile tbody {
  display: block;
  width: 100%;
}
.in-profile table tr {
  display: block;
  width: 100%;
}
.in-profile table th {
  clear: both;
  display: block;
}
.in-profile table td {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.in-profile .address_company_name_row, .in-profile .address_street_row, .in-profile .sf_guard_user_password_row {
  clear: both;
}

@media (min-width: 768px) {
  .in-profile .tabDivRowWrap {
    float: left;
    width: 25%;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .in-profile table tr {
    float: left;
    width: 25%;
  }
  .in-profile table th, .in-profile table td {
    padding-right: 25px;
  }
}
#is-subscriber-box {
  clear: both;
}

.in-profile input[type=submit], main #news-form #subscriber_submit {
  clear: both;
  margin: 20px auto;
  padding: 12px 30px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004e8d;
  border: 0;
  border-radius: 5px;
}

.in-profile input[type=submit]:hover, main #news-form #subscriber_submit:hover {
  text-decoration: underline;
}

#wishlist-product-form-wrap {
  position: relative;
}
#wishlist-product-form-wrap .ui-menu {
  margin-left: 20px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wishlist-product-form-wrap .ui-menu li {
  padding: 3px 0;
  cursor: pointer;
  border: 0 !important;
}
#wishlist-product-form-wrap .ui-menu li:hover {
  border: 0;
  text-decoration: underline;
}

/* banner */
#banner-top-left, #banner-top-right {
  display: none;
  position: fixed;
  top: 15px;
}

#banner-top-left {
  right: calc((100vw + 1170px) / 2 + 10px);
}

#banner-top-right {
  left: calc((100vw + 1170px) / 2 + 10px);
}

.top-info-box ~ #banner-top-right, .top-info-box ~ #banner-top-left {
  top: 56px;
}

@media (min-width: 900px) and (max-width: 991px) {
  #banner-top-left, #banner-top-right {
    display: block;
  }
  #banner-top-left span, #banner-top-right span {
    display: block;
    text-indent: -10000px;
  }
  #banner-top-left img, #banner-top-right img {
    width: 60px;
    height: 225px;
  }
  #banner-top-left {
    right: calc((100vw + 750px) / 2 + 10px);
  }
  #banner-top-right {
    left: calc((100vw + 750px) / 2 + 10px);
  }
}
@media (min-width: 1200px) {
  #banner-top-left, #banner-top-right {
    display: block;
  }
  #banner-top-left span, #banner-top-right span {
    display: block;
    text-indent: -10000px;
  }
  #banner-top-left img, #banner-top-right img {
    width: 90px;
    height: 338px;
  }
  #banner-top-left {
    right: calc((100vw + 970px) / 2 + 10px);
  }
  #banner-top-right {
    left: calc((100vw + 970px) / 2 + 10px);
  }
}
@media (min-width: 1340px) {
  #banner-top-left img, #banner-top-right img {
    width: 60px;
    height: 225px;
  }
  #banner-top-left {
    right: calc((100vw + 1170px) / 2 + 10px);
  }
  #banner-top-right {
    left: calc((100vw + 1170px) / 2 + 10px);
  }
}
@media (min-width: 1450px) {
  #banner-top-left img {
    width: 120px;
    height: 450px;
  }
  #banner-top-right img {
    width: 120px;
    height: 450px;
  }
  #banner-top-right {
    /* right: calc((100vw - 1170px)/2 - 120px - 25px); */
  }
}
@media (min-width: 1600px) {
  #banner-top-left img {
    width: 160px;
    height: 600px;
  }
  #banner-top-right img {
    width: 160px;
    height: 600px;
  }
  #banner-top-right {
    /* right: calc((100vw - 1170px)/2 - 160px - 25px); */
  }
}
.body-basket #banner-top-left, .body-basket #banner-top-right {
  display: none !important;
}

/* basket window */
.ui-dialog {
  border: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 20px 0;
  background: none;
  background-color: #3c9521;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  float: none;
  padding: 5px 5px 5px 60px;
  color: white;
  font-size: 36px;
  font-weight: 700;
  background: transparent url("/images/nasoutokushop/dialog-icon-title.png") left center no-repeat;
  text-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 30px;
  width: 24px;
  height: 24px;
  background: transparent url("/images/nasoutokushop/dialog-icon-closer.png") 0 0 no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-position: 0 0;
  opacity: 0.5;
}
.ui-dialog #backet-window-controls {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ui-dialog #backet-window-controls #basket-window-close {
  padding: 13px 20px;
  background-color: #004e8d;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.ui-dialog #backet-window-controls #basket-window-close:hover {
  text-decoration: underline;
}
.ui-dialog #backet-window-controls #basket-window-basketlink {
  float: right;
  padding: 13px 20px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(to top, #36891d 0%, #409e24 100%);
  border-radius: 5px;
}
.ui-dialog #backet-window-controls #basket-window-basketlink:hover {
  background-image: linear-gradient(to top, #409e24 0%, #36891d 100%);
  text-decoration: underline;
}
.ui-dialog .basket-window-shipping-free {
  clear: both;
  padding: 12px 20px;
  color: black;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.ui-dialog .basket-window-shipping-paid {
  clear: both;
  padding: 12px 20px;
  color: black;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background-color: #ffcb09;
}
.ui-dialog .basket-window-shipping-free {
  background-color: #3c9521;
  color: white;
}
.ui-dialog #backet-window-controls, .ui-dialog .basket-window-related, .ui-dialog .basket-window-text {
  padding: 0 1em;
}

@media (min-width: 768px) {
  .ui-dialog {
    width: 700px !important;
  }
}
@media (min-width: 768px) {
  .ui-dialog .ui-dialog-titlebar {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ui-dialog .ui-dialog-title {
    float: none;
    padding: 5px 5px 5px 50px;
    color: white;
    font-size: 19px;
    font-weight: 700;
    background: transparent url("/images/nasoutokushop/dialog-icon-title.png") left 10px center no-repeat;
    background-size: 3px auto;
    text-shadow: none;
  }
}
#basket-window .item-wrap {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
#basket-window .item-wrap .img {
  float: left;
  max-width: 100px;
  margin-right: 20px;
}
#basket-window .item-wrap .img img {
  outline: 0;
}
#basket-window .item-wrap .name {
  float: left;
  max-width: 390px;
  margin-right: 20px;
}
#basket-window .item-wrap .qty {
  float: left;
  padding-top: 20px;
}
#basket-window .item-wrap .name a {
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
#basket-window .item-wrap .name .price {
  color: #3c9521;
  font-size: 18px;
  font-weight: 600;
}
#basket-window .ui-spinner .ui-spinner-input {
  padding: 0;
}

@media (max-width: 767px) {
  .ui-dialog #backet-window-controls {
    display: flex;
    flex-direction: column;
  }
  .ui-dialog #backet-window-controls #basket-window-close {
    order: 2;
    margin-top: 10px;
  }
  #basket-window .item-wrap .name a {
    line-height: 1.2;
  }
}
#producer-list {
  margin-top: 20px;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
#producer-list .producer-list-item {
  float: left;
  width: 50%;
}
#producer-list .producer-list-item:nth-child(2n+1) {
  clear: both;
}
#producer-list .producer-image {
  width: 148px;
  height: 107px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  #producer-list .producer-list-item:nth-child(2n+1) {
    clear: none;
  }
  #producer-list .producer-list-item:nth-child(5n+1) {
    clear: both;
  }
  #producer-list .producer-list-item {
    width: 20%;
  }
}
.producer-list-item-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0;
  background: white;
  text-align: left;
}
.producer-list-item-content a {
  color: #004e8d;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}
.producer-list-item-content .category-list {
  list-style-image: url("/images/nasoutokushop/arr-list-darkblue.png");
}

@media (min-width: 768px) {
  .producer-list-item-content {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .producer-list-item-content {
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count: 3;
    column-gap: 40px;
  }
}
/* 404 */
.in-404 .err1 {
  margin-bottom: 20px !important;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.in-404 .err2 {
  margin-bottom: 30px !important;
  font-size: 60px;
  font-weight: bold;
  color: #004d8d;
  text-transform: uppercase;
  line-height: 1em;
}
.in-404 .err3 {
  margin-bottom: 30px !important;
  font-size: 20px;
  font-weight: bold;
  color: #004d8d;
}
.in-404 .err4 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .in-404 {
    height: 400px;
    padding-right: 350px;
    background: #fff url("/images/nasoutoku/img-404.png") right 20px no-repeat;
  }
}
#basket-signin .basket-submit {
  float: none;
  display: inline-block;
}
#basket-signin h3 {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
  .body-home main .latest-bomb .product-price {
    font-size: 28px;
    line-height: 28px;
  }
  .body-home main .latest-bomb .col-xs-12 {
    padding-bottom: 0;
  }
  .body-home .bomb-countdown {
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    zoom: 100% !important;
  }
  .body-home main .latest-bomb .col-xs-12.text-center {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  .body-home main .latest-bomb .product-price {
    font-size: 42px;
    line-height: 42px;
  }
  .body-home main .latest-bomb .col-xs-12 {
    padding-bottom: 0;
  }
  .body-home .bomb-countdown {
    margin: 0;
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    -moz-transform: scale(0.78);
    transform: scale(0.78);
    zoom: 78% !important;
  }
  .body-home main .latest-bomb .col-xs-12.text-center {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
/* mobile override */
@media (max-width: 767px) {
  iframe {
    max-width: 100%;
  }
  #breadcrumbs {
    margin-top: 25px;
  }
  h1, .col-product-list h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  #producers-filter {
    position: relative;
  }
  #producers-filter #price-filter-to {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  #producers-filter #price-filter-to + label {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  main .cancel-filter {
    top: 0;
  }
  main #sort-tabs-filter, main .nav-tabs {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    zoom: 75%;
  }
  main #product-list-wrapper {
    margin-top: 30px;
  }
  main .carousel-controlled .carousel-indicators {
    display: none;
  }
  footer .col-fb-fans {
    font-size: 20px;
    text-align: center;
  }
  footer .col-fb-fans .btn-green {
    top: auto;
  }
  #table-product-buy .row-cena-registrace td:nth-child(2) {
    font-size: 17px;
  }
  #table-product-buy .row-cena-vase td:nth-child(2) {
    font-size: 17px;
  }
  #table-product-buy .row-cena-vase td {
    padding: 6px 10px;
  }
  #table-product-buy .row-cena-registrace td {
    padding: 6px 10px;
  }
  /* Force table to not be like tables anymore */
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  /* Label the data */
  #varianty-zbozi #variants-list tbody .col6 {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
  }
  .linewrap-outer {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    height: auto;
  }
  .linewrap-inner {
    width: 500px;
    max-width: 100%;
  }
  main #sort-tabs-filter, main .nav-tabs {
    background: none;
    border: none;
  }
  main #sort-tabs-filter li, main .nav-tabs li {
    margin-bottom: 5px;
  }
  header #wrap-head-right {
    float: none;
    margin: 0 auto;
  }
  /* mobile checkout */
  .content-cart {
    padding-left: 0;
    padding-right: 0;
  }
  .body-basket footer, #product-price-all-empty, .cart-steps {
    display: none;
  }
  #basket-products td {
    width: auto !important;
  }
  #basket-products #product-price-all {
    line-height: 1em;
  }
  #basket-products #product-price-all-label {
    padding-bottom: 0;
  }
  #discount-register {
    font-size: 15px;
  }
  #cart-button-continue, .basket-submit {
    margin: 25px 0;
    display: block;
    width: 100%;
  }
  #cart-back {
    padding: 10px 25px;
  }
  .basket-delivery-content #basket-invoice-address {
    position: relative;
    top: auto;
    left: auto;
  }
  #basket-signin .basket-submit {
    width: auto;
    margin-bottom: 5px;
  }
  #basket-signin .sigin-row {
    padding-bottom: 25px;
    border-bottom: 2px solid #004e8d;
  }
  #basket-signin .sigin-rows .sigin-row.sigin-row-middle {
    border: 0;
  }
  .in-checkout-finish .col-finish-dekujeme {
    padding: 170px 15px 0 15px;
    color: #004e8d;
    background-position: 15px 15px;
    background-size: 150px;
  }
  #basket-is-subscriber-box label {
    font-size: 15px;
  }
  #user-menu .col-xs-6 {
    margin-bottom: 20px;
  }
  .body-home main .latest-bomb {
    margin-top: 15px;
  }
  .body-home main .latest-bomb .product-price {
    font-size: 28px;
    line-height: 28px;
  }
  .body-home main .latest-bomb .col-xs-12 {
    padding-bottom: 0;
  }
  .body-home .bomb-countdown {
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    zoom: 100% !important;
  }
  .body-home main .latest-bomb .col-xs-12.text-center {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
#modal-log .headline {
  margin-bottom: 15px;
  font-size: 24px;
}
#modal-log .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  opacity: 1;
}
#modal-log .close:hover {
  opacity: 0.5;
}
#modal-log .text-input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px 10px 50px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}
#modal-log form table th {
  display: none !important;
}
#modal-log #signin_username {
  background: white url("/images/nasoutokushop/ico-login-rybar.png") 10px center no-repeat;
}
#modal-log #signin_password {
  background: white url("/images/nasoutokushop/ico-login-klic.png") 12px center no-repeat;
}
#modal-log #signin_remember:after {
  content: "Neodhlašovat";
  display: inline-block;
  position: relative;
  top: -4px;
  padding: 0px 0 0 20px;
}
#modal-log form {
  max-width: 300px;
}
#modal-log form table {
  width: 100%;
}
#modal-log .btn {
  margin-top: 10px;
}
#modal-log form button + br {
  display: none;
}
#modal-log form a {
  display: inline-block;
  color: #004e8d;
  font-size: 17px;
  font-weight: 400;
  max-width: 100px;
  margin-left: 15px;
  position: relative;
  top: 15px;
  line-height: 1.2em;
}
#modal-log .modal-content {
  max-width: 350px;
  border-radius: 0;
  z-index: 3;
}
#modal-log .modal-content .modal-body {
  padding: 20px 30px 35px;
}
#modal-log .login-benefits {
  position: absolute;
  top: 10px;
  left: 340px;
  z-index: 2;
  max-width: 300px;
  padding: 25px 20px 25px 38px;
  background-color: white;
  background-image: linear-gradient(to left, rgba(227, 227, 227, 0.25) 0%, rgba(169, 194, 215, 0.25) 100%);
}
#modal-log .login-benefits ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
#modal-log .login-benefits li {
  background: transparent url("/images/nasoutokushop/ico-modal-yes.png") 0 5px no-repeat;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#modal-log .login-benefits li strong {
  color: #3c9521;
}
#modal-log .login-benefits .headliner {
  margin-bottom: 15px;
  color: black;
  font-size: 24px;
  font-weight: 400;
}
#modal-log .login-benefits .headliner strong {
  color: #004e8d;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  #modal-log .headline {
    font-size: 36px;
  }
}
.blog-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-category-list li a {
  display: block;
  padding: 5px 0 8px;
  color: #004e8d;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #e8e8e8;
  text-decoration: none;
}
.blog-category-list li a:before {
  content: "→ ";
}

@media (min-width: 768px) {
  #blog-list .list-content .article-item:nth-child(3n+1) {
    clear: both;
  }
}
.article-item {
  margin-top: 25px;
}
.article-item .date {
  color: #7d8387;
  font-size: 15px;
  font-weight: 600;
}
.article-item h2 {
  margin-top: 0px;
}
.article-item h2 a {
  color: #004e8d;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
.article-item h2 a:hover {
  text-decoration: underline;
}
.article-item .perex {
  color: black;
  font-size: 17px;
  margin-bottom: 15px;
}

.col-blogpost .head {
  margin-bottom: 15px;
  color: #7d8387;
  font-size: 15px;
  font-weight: 600;
}
.col-blogpost .head a, .col-blogpost .head strong {
  color: #004e8d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

/* autocomplete */
.autocomplete-wrap {
  -webkit-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.4);
  height: auto;
}
.autocomplete-wrap .item {
  clear: both;
}
.autocomplete-wrap .item div {
  float: left;
  width: calc(100% - 65px);
}

.autocomplete-content .product-list .item h3 {
  margin-top: 0;
}

.autocomplete-wrap .item:after {
  clear: both;
  display: block;
  content: " ";
}

#product-text * {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.row-product-brand img {
  max-height: 75px;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .row-menu .menu-item-3 span {
    display: none;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 768px) {
    header .row-menu #hp-submenu li {
      width: 15%;
    }
    header .row-menu #hp-submenu .sub-megamenu li {
      width: 100%;
    }
  }
}
main #news-form .text-input {
  color: black !important;
  border-color: black !important;
  max-width: 320px !important;
}
main .nav-tabs li a.tipy-vanoce {
  color: white !important;
  background: #e01f3f;
}

@media (min-width: 992px) {
  main .nav-tabs li a.tipy-vanoce {
    padding: 15px 20px 15px 35px !important;
    background: #e01f3f url("/images/nasoutokushop/ico-tag-vanoce-big.png") 10px center no-repeat !important;
  }
}
.gallery-content img {
  margin-bottom: 30px;
}
.gallery-content .col-xs-3:nth-child(4n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .gallery-content .col-xs-3:nth-child(4n+1) {
    clear: none;
  }
  .gallery-content .col-xs-3:nth-child(6n+1) {
    clear: both;
  }
}
#bomb-detail {
  border: 0;
  background: #fff;
}
#bomb-detail h3 {
  padding: 10px 0;
  background: none;
  font-size: 18px;
}
#bomb-detail h3 strong {
  font-size: 24px;
}
#bomb-detail .bomb-countdown {
  margin: 17px 0 !important;
  -ms-transform: scale(0.53) !important;
  -moz-transform: scale(0.53) !important;
  zoom: 53% !important;
}

@media (min-width: 1340px) {
  #bomb-detail h3 {
    background: transparent url(/images/nasoutokushop/ico-bomb-small.png) 0 10px no-repeat;
    background-size: 40px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  #bomb-detail .bomb-countdown {
    -ms-transform: scale(0.58) !important;
    -moz-transform: scale(0.58) !important;
    zoom: 58% !important;
  }
}
@media (min-width: 1340px) {
  #bomb-detail .bomb-countdown {
    -ms-transform: scale(0.6) !important;
    -moz-transform: scale(0.6) !important;
    zoom: 60% !important;
  }
}
main .banner-item {
  margin-top: 20px;
}
main .banner-item span {
  display: none;
}

#table-new-reclamation {
  width: 100%;
  margin: 20px 0 50px;
}
#table-new-reclamation th {
  width: 40%;
  padding: 5px;
}
#table-new-reclamation td {
  padding: 5px;
}
#table-new-reclamation textarea {
  width: 100%;
  height: 200px;
  padding: 6px 15px;
  color: black;
  font-size: 17px;
  border: 2px solid #004e8d;
  border-radius: 5px;
  outline: 0;
}

#actuality-list .item {
  margin-top: 20px;
}
#actuality-list.blog-list-wrapper .item {
  margin-top: 30px;
}
#actuality-list .date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2em;
}
#actuality-list h1, #actuality-list h3 {
  margin: 0 0 5px;
}
#actuality-list h1 {
  line-height: 0.8em;
}
#actuality-list h1 a {
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
}
#actuality-list h3 a {
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
}
#actuality-list a {
  color: #004e8d;
  text-decoration: none;
}
#actuality-list a:hover {
  color: #004e8d;
  text-decoration: underline;
}
#actuality-list .date {
  font-weight: 700;
}

.vice-aktualit {
  color: #004e8d;
  font-size: 18px;
  font-weight: 700;
}

.fb-comments {
  clear: both;
  margin-top: 25px;
}

.body-actuality .content-blog-post {
  margin-bottom: 50px;
}

.content-blog-post img {
  max-width: 100% !important;
  height: auto !important;
}

#basket-gdpr-box {
  float: none;
  margin-top: 30px;
}
#basket-gdpr-box input {
  opacity: 0;
  position: absolute;
}
#basket-gdpr-box label {
  margin: 0;
  padding-left: 30px;
  background: transparent url("/images/nasoutokushop/square-empty.png") left center no-repeat;
}
#basket-gdpr-box input:checked + label {
  background-image: url("/images/nasoutokushop/square-full.png") !important;
}

footer #news-form .subscriber_gdpr_row label {
  color: white;
  font-size: 12px;
}
footer #news-form .subscriber_gdpr_row label a {
  color: white;
  font-size: 12px;
}

#hptabs .tab-pane {
  min-height: 200px;
}

@media (max-width: 767px) {
  #category-sub-list span {
    background: none !important;
  }
}
#carousel-presentation-3 .carousel-inner {
  margin-bottom: 25px;
}

.menu-item-vanoce a {
  color: white !important;
  background: #c72020 url("/images/nasoutokushop/icon-vanoce-menu.png") center center no-repeat !important;
  text-shadow: 1px 1.7px 0 rgba(0, 0, 0, 0.5);
}

#hp-slideshow-main .carousel-indicators {
  bottom: -25px;
  margin-bottom: 0;
}
#hp-slideshow-main .carousel-indicators li {
  background: #003d6f;
  border-color: #003d6f;
}
#hp-slideshow-main .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #ffc900;
  border-color: #ffc900;
}

.top-info-box {
  position: relative;
  background-color: #4aca24;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px;
  line-height: 1.2;
  z-index: 100;
}
.top-info-box.scroll {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}

.top-info-content {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.top-info-content-text {
  width: 100%;
}

.top-info-content p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .top-info-box {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
  }
}
.store-top-img {
  margin-top: 25px;
  margin-left: -45px;
  margin-right: -45px;
}

.store-contact-box {
  background: #fff;
  margin: -100px 55px 0 55px;
  height: 180px;
  position: relative;
  z-index: 10;
  border: 1px solid #e3e3e3;
  border-top: none;
  display: flex;
}

.store-contact-box-left {
  width: 400px;
  margin-left: -1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.store-contact-box-left:after {
  content: "";
  display: block;
  height: 7px;
  background: #ffc900;
  top: 0;
  left: 0px;
  right: -1px;
  position: absolute;
}

.store-contact-box-right {
  width: calc(100% - 398px);
  margin-right: -1px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.store-contact-box-right:after {
  content: "";
  display: block;
  height: 7px;
  background: #004e8d;
  top: 0;
  left: 0px;
  right: -1px;
  position: absolute;
}

.store-contact-item {
  display: flex;
  align-items: center;
  padding-left: 70px;
  margin: 15px 0;
  font-size: 16px;
}
.store-contact-item td:first-child {
  padding-right: 20px;
}

.store-contact-item-icon {
  width: 66px;
}

.store-contact-item-text {
  width: calc(100% - 66px);
}

.store-contact-item a {
  color: #004d8e;
  text-decoration: none;
}
.store-contact-item strong a {
  color: #000000;
  text-decoration: none;
}

.contact-store-bg-wrap {
  background-image: linear-gradient(to bottom, #e3e3e3 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 300px;
  margin-left: -45px;
  margin-right: -45px;
  margin-top: -80px;
  padding-top: 130px;
}

.contact-store-main-text {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.contact-store-main-text .styled-ul {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 40px;
}
.contact-store-main-text .styled-ul ul {
  list-style: none;
  column-count: 2;
  color: #000000;
  font-weight: 700;
  text-align: left;
}
.contact-store-main-text .styled-ul ul li {
  list-style: none;
  position: relative;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.contact-store-main-text .styled-ul ul li:after {
  content: "";
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #004e8d;
  display: block;
  position: absolute;
}

.contact-store-icon-col {
  text-align: center;
  font-size: 16px;
  line-height: 1.31;
  margin-top: 20px;
}
.contact-store-icon-col img {
  margin: 0 auto;
  margin-bottom: 15px;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.row-flex > [class*=col-] > * {
  height: 100%;
}
.row-flex.row-flex-center {
  justify-content: center;
}

.row.row-flex:after, .row.row-flex:before {
  display: none;
}

.store-people-item-col {
  text-align: center;
  border-left: 1px solid #e3e3e3;
  margin-top: -1px;
  margin-left: -1px;
}
.store-people-item-col:nth-child(4) {
  border-left: none;
}
.store-people-item-col img {
  margin: 0 auto;
  margin-bottom: 15px;
}

.store-people-item {
  margin: 30px auto;
  max-width: 250px;
}
.store-people-item-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}
.store-people-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-people-wrap {
  overflow: hidden;
}

.store-people-item a {
  color: #008000;
  font-weight: 700;
  text-decoration: none;
}

.contact-store-map iframe {
  width: 100%;
  height: 300px;
}

.contact-store-adress h2 {
  margin-bottom: 60px;
}

.contact-store-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}

.contact-store-gallery-item {
  margin: 15px;
}

@media (max-width: 991px) {
  .store-contact-box {
    flex-wrap: wrap;
    height: auto;
  }
  .store-contact-box-left {
    width: 100%;
    margin: 0;
    border: none;
    padding: 20px 0;
  }
  .store-contact-box-right {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .store-contact-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .store-contact-box {
    margin: -200px 0px 0 0px;
  }
  .store-top-img {
    margin-left: -30px;
    margin-right: -30px;
    height: 300px;
    overflow: hidden;
  }
  .store-top-img img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
  .contact-store-bg-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px;
    margin-top: 0;
    background: #fff;
  }
  .contact-store-main-text .styled-ul ul {
    column-count: 1;
  }
}
/*  cookies */
.show--consent:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  opacity: 0.5;
  z-index: 1200;
}

#cm.box.center {
  bottom: 10%;
}

#cc_div #cm .close-cookie {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  font-size: 23px;
}

#cc_div #cm .close-cookie:before, #cc_div #cm .close-cookie:after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#cc_div #cm .close-cookie:after {
  transform: rotate(-45deg);
}

#c-bns #c-s-bn {
  display: none;
}

.cookie-link {
  background: none;
  border: none;
  padding: 0;
  color: #7d8387;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #004d8d;
  color: #fff;
}

#c-bns button:first-child:hover, #s-bns button:first-child:hover {
  background: #004d8d;
}

.cc_div .c-bn {
  background: #f2f2f2;
}

#s-bl .c-bl.b-ex {
  background: #f2f2f2;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #34d762;
}

.cookie-page h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.cookie-page h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cookie-table {
  margin-bottom: 50px;
}

#s-bns #s-sv-bn {
  background: #004d8d;
  color: #fff;
}

#s-bns #s-all-bn {
  background: #f2f2f2;
  color: #40505a;
}
#s-bns #s-all-bn:hover {
  background: #d8e0e6;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  opacity: 0.3;
}

.cookie-table table {
  width: 100%;
}
.cookie-table table td {
  padding: 10px;
  width: 25%;
  border-bottom: 1px solid #e7e7e7;
}
.cookie-table table th {
  background: #e7e7e7;
  padding: 10px;
}

.cookie-page {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    padding: 10px !important;
  }
  #c-txt {
    font-size: 10px;
  }
  .cc_div #c-bns {
    margin-top: 10px;
  }
  .cc_div .c-bn {
    padding: 8px 10px;
  }
  .cc_div #c-bns button {
    margin: 2px;
  }
  #cm.box, #cm.cloud {
    left: 10px;
    right: 10px;
  }
  #cm.bottom {
    bottom: 10px;
  }
}
.avail-available_supplier2 {
  color: #0d9314;
  font-weight: bold;
}

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