.lh-1 {
  line-height: 1.2 !important;
}
.pt-1 {
  padding-top: 6px;
}
.pr-0 {
  padding-right: 0;
}
a {
  color: #444;
  transition: all 0.2s;
}
.text a {
  text-decoration: underline;  
}

a.underline {
  text-decoration: underline;
}

.navbar.navbar-horizontal {
  margin-bottom: 0px;
  min-height: 0px;
}
.navbar.navbar-horizontal li:before {
  position: absolute;
  content: "|";
  font-weight: 200;
  margin-top: 14px;
  color: #bbb;
  
}
.navbar.navbar-horizontal li a {
  color: #444;
  padding-left: 13px;
  padding-right: 13px;
}
.navbar.navbar-horizontal li.social a {
  display: inline-block;
  padding-right: 0px;
}
.navbar.navbar-horizontal li.social a img {
  height: 21px;
}

@media screen and (max-width: 1199px) {
  .navbar.navbar-horizontal li a {
    color: #444;
    padding-left: 7px;
    padding-right: 7px;
  }
  .navbar.navbar-horizontal li:before { content: "|"}
  
}

@media screen and (max-width: 767px) {
  .navbar.navbar-horizontal li:before { content: ""}
  .navbar.navbar-horizontal li {
    background-color: #e8e8e8;
    margin-bottom: 1px;
  }
  .navbar.navbar-horizontal li.action-nav {
    background: transparent;
    padding-left: 10px;
  }
  .delivery-input {
    display: block;
  }
  
  .nav.nav-tabs li a {
    padding: 8px 8px;
  }
  #search-form .form-group {
    display: inline-block;
    width: 72%;
    margin: 0;
  }
  #search-form select {
    height: 32px !important;
  }
}
.search-form.navbar-collapse {
  padding: 0px;
}
.vertical-navbar-collapse {
  cursor: pointer;
}
.navbar.navbar-vertical {
  margin: 0px;
  padding: 0px;
}
.navbar-toggle .icon-bar {
  border: 1px solid #000;
}

.navbar-toggle {
 margin-right: 15px; 
}
img.logo {
/*  padding-top: 23px;*/
  width: 235px;
/*  margin-bottom: -23px;*/
}

.red, a.red {
 color: #BF101D !important;
}

hr {
  height: 0px;
  border-top: 1px solid #E3E3E3;
  color: #fff;
}

.container.header {
  background: url("../images/head-bg-2019.jpg") no-repeat top left;
  background-size: 100%;
  /*height: 292px;*/
  margin-bottom: 10px;
}

.container.header .row.header-top-margin {
  margin-top: 140px;
}
.book-online-btn {
  display: block;
  float: right;
  margin-top: 201px;
  margin-right: 20px;
}
.header-cart {
  display: block;
  background: url("../images/cart-bg.png") no-repeat top left;
  background-size: 36px 34px;
  width: 36px;
  height: 34px;
  float: right;
  margin-top: 185px;
}
.header-cart .items-count {
  float: right;
  margin-right: 6px;
  color: #fff;
  font-size: 90%;
}
.header-cart .cart-price {
  font-size: 14px;
  margin-top: 30px;
  color: #BB2224;
  text-align: center;
  position: absolute;
  width: 100px;
  margin-left: -35px;
}
.container.header a.month-action {
  display: block;
  background: url("../images/ico-gift.png") no-repeat center left;
  background-size: 30px 30px;
  padding-left: 35px;
  color: #cfa149;
  text-decoration: underline;
  
}
.container.header input.searchinput {
  height: 37px;
  line-height: 37px;
}


img.logo { margin-top: 18px}
#search-form { margin-top: 0px;}
@media screen and (min-width: 1200px) {
  .container.header #search-form input[type="text"] {
    width: 250px;
  }
  
  
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  img.logo {
    width: 200px;
  }  
  .container.header .row.header-top-margin {
    margin-top: 110px;
  }
  .book-online-btn {margin-top: 181px;}
  .header-cart {margin-top: 165px;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  img.logo {
    width: 127px;
  }  
  .container.header .row.header-top-margin {
    margin-top: 120px;
  }
  .book-online-btn {margin-top: 181px;}
  .header-cart {margin-top: 165px;}
  #search-form .input-group button {
    margin-right: 20px;}
  #search-form {
    margin-top: -10px;
  }
  
}

@media screen and (max-width: 767px) {
  img.logo {
    width: 108px;
  }  
  .container.header {
    background: none;
    text-align: center;
  }
  .container.header a.month-action {
    margin-top: 15px;
  }
  .container.header .row.header-top-margin {
    margin-top: 0px;
  }
  h1,.h1 {
    margin-top: 0px;
  }
  .container.product-detail h1 {
    margin-top: 15px !important;
  }
  
  .book-online-btn {margin-top: 14px;}
  .header-cart {margin-top: 10px;}
  img.logo {
    margin-top: 3px;
    margin-left: 0px;
    margin-right: auto;
    
  }
  #search-form {
    clear: both;
  }
}

.heading.red {
  color: #BE272D;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #BE272D;
  
}

ul#menu, ul.vertical-submenu {
  margin: 0px;
  padding: 0;
  font-size: 15px;
}
ul#menu li, ul.vertical-submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 24px;
}
ul#menu li a, ul.vertical-submenu li a {
  display: block;
  padding-left: 10px;
}
ul#menu li a.active, ul.vertical-submenu li a.active {
  background-color: #BF101D;
  color: #fff !important;
}
ul#menu li.active a, ul.vertical-submenu li.active a {
  color: #fff;
}
ul#menu li.active li a, ul.vertical-submenu li.active li a {
  color: #444;
}
ul#menu li.active ul.subcatmenu {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  ul#menu li, ul.vertical-submenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  ul#menu li a, ul.vertical-submenu li a {
    display: block;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    
  }
  ul#menu li.active ul.subcatmenu {
    display: none !important;
  }
  
  
}


ul#menu.gold {
  margin-top: 20px;
  color: #BF101D;
}
ul#menu.gold li a {
  color: #BF101D;
}

ul#menu li ul.subcatmenu {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
ul#menu li ul.subcatmenu li {
  line-height: 20px;
}
ul#menu li ul.subcatmenu li.active{
  background: transparent;
  color: #BF101D;
  text-decoration: underline;
  font-weight: bold;
  
}
ul#menu li ul.subcatmenu li.active a{
  color: #BF101D;
  text-decoration: underline;  
}



.contest-title {
  line-height: 40px;
  border-bottom: 0.5px solid #BF101D;
}
a.circle-more {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #BF101D;
  border-radius: 25px;
  color: #fff;
  font-size: 9px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
a.circle-more:hover {
  text-decoration: none;
  background-color: #6b6b6b;
}

.topbox {
  border-left: 0.5px solid #BFC0C2;
  margin-bottom: 20px;
  font-size: 18px;
}
.topbox a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}
.topbox a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.topbox img {
  margin-bottom: 10px;
  width: 100%;
}
.topbox hr {
  border-color: #BE272D;
  margin: 0px;
  margin-top: 10px;
}
.topbox .more {
  background-color: #BE272D;
  border-radius: 150px;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  margin-top: -26px;
  font-size: 14px;
  
}
a.phone-box {
  display: block;
  text-decoration: none;
  margin-top: 30px;
  padding: 12px 20px;
  background-color: #5A5A5A;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
a.phone-box:hover {
 color: #fff;
 opacity: .8;
}
.phone-box img {
  width: 37px;
  float: left;
  margin-top: 4px;
  margin-right: 18px;
}

.calendar-box {
  margin-top: 15px;
  padding: 12px 15px;
  background-color: #9C9C9C;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.5px;
}
.calendar-box img {
  width: 37px;
  float: left;
  margin-top: 4px;
  margin-right: 18px;
  margin-left: 5px;
}
.calendar-box a {
  color: #fff;
  text-decoration: underline;
}
a.circle {
  color: #BE272D;
  display: flex;
  justify-content: center;
  flex-direction: column;  height: 91px;
  padding-left: 110px;
  background-size: 91px;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 16px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
a.circle:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.circle.circle-darkove-baleni { background-image: url('../images/circle-darkove-baleni.jpg'); }
a.circle.circle-vydejni-mista { background-image: url('../images/circle-vydejni-mista.jpg'); }
a.circle.circle-doruceni { background-image: url('../images/circle-doruceni.jpg'); }
a.circle.circle-platnost { background-image: url('../images/circle-platnost.jpg');}
a.circle.circle-termin { background-image: url('../images/circle-termin.jpg');}
a.circle.circle-doruceni-zahranici { background-image: url('../images/circle-doruceni-zahranici.jpg');}



.anniversary {
  background-color: #F2F2F2;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  margin-top: 100px;
}
.anniversary span.big {
  color: #BE272D;
  font-size: 55px;
  font-weight: 300;
  padding-bottom: 10px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.awards img {
  max-width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.awards p {
  color: #b0b0b0;
}

footer {
  background-color: #3B3B3C;
  color: #fff;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 0px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #ddd;
  text-decoration: none;
}

footer .nav > li > a {
  padding: 0px;
}
footer .nav > li > a:hover {
  background: transparent;
}
footer .nav {
  margin-bottom: 15px;
}
footer h4{
  color: #888;
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 5px;
  line-height: 100%;
  border: 0;
}



ul.subcatpopup {
  z-index: 19999;
  position: absolute;
  margin-top: -45px;
  left: 150px;
  background-color: #fff;
  box-shadow: -5px 0px 20px #ccc;
  padding: 20px;
  width: 400px;
  display: none;
}
ul.subcatpopup:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
left: -15px;
top: 19px;
}
ul.subcatpopup li{
  display: inline-block;
  width: 50%;
}
ul.subcatpopup .h2{
  display: block;
  margin-top: 0px;
  margin-left: 10px;
}

.breadcrumbs {
  color: #b1b1b1 !important;
  padding-bottom: 5px;
}
.breadcrumbs a {
  color: #444 !important;
  display: inline-block;
  padding-right: 0px;
  padding-left: 25px;
  text-decoration: underline;
}
.hidden-xs.breadcrumbs a:last-child {
  text-decoration: none;
  color: #b1b1b1 !important;
  cursor: default;
}

.breadcrumbs a:before{
  color: #b1b1b1 !important;
  content: ">";
  position: absolute;
  margin-left: -15px;
}

.breadcrumbs a:first-child{
  padding-left: 0px;
}
.breadcrumbs a:first-child:before{
  content: '';
  margin-left: 0px;
}

.cascade {
  min-height: 280px;
  border-left: 0.5px solid #BFC0C2;
  margin-bottom: 25px;
  color: #b1b1b1;
}
.cascade h3{
  height: 40px;
  color: #BFC0C2;
}

.cascade h3 a{
  color: #BE272D;
}
@media screen and (min-width: 1200px) {
  .cascade img.img-responsive {
    height: 141px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cascade img.img-responsive {
    height: 114px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cascade img.img-responsive {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .cascade h3 {
    height: auto;
    margin-bottom: 10px;
  }
  .cascade {
    border-left: 0px;
    border-bottom: 0.5px solid #BFC0C2;
    padding-bottom: 25px;
  }
  .cascade img.img-responsive {
    height: auto;
  }
}
.cascade a {
  color: #6b6b6b;
}
.cascade a.more-circle {
  display: block;
  float: right;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: #BE272D;
  color: #fff;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}
.cascade a.more-circle:hover {
  text-decoration: none;
  background-color: #6b6b6b;
}
.cascade .row-red-border {
  border-bottom: 0.5px solid #BE272D;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cascade .left-margin {
  margin-left: 10px;
}
.cascade .right-margin {
  margin-right: 5px;
}

.cascade .glyphicon {
  vertical-align: center;
}
.cascade img {
  width: inherit !important;
  min-width: 100%;
}

.esennce-carousel .carousel-control {
  padding-top:5%;
  width:5%;
  font-size: 70px !important;  
}


#xs-carousel span.xsphoto {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #000;
  text-align: center;
  height: 100%;
}
#xs-carousel span.xsphoto img{
  margin-left: auto;
  margin-right: auto;
}
#xs-carousel .item {
  overflow: hidden;
}

.gallery-carousel {
  padding-bottom: 0px;
  margin-top: 3px;
}
.gallery-carousel a.triggering-xs-click {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #000;
  height: 118.875px;
  width: 158.5px;
  text-align: center;
}
.gallery-carousel a.triggering-xs-click img {
  max-height: 118.875px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-carousel .item .col-sm-4 {
  padding: 0 1px !important;
}
.gallery-carousel .item {
  height: 118.5px;
  overflow: hidden;
}

.gallery-carousel .cloneditem-1,
.gallery-carousel .cloneditem-2,
.gallery-carousel .cloneditem-3 {
  display: none;
  background: #fff;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .gallery-carousel a.triggering-xs-click {
    width: 129.45px;
    height: 97.1px;
  }
  .gallery-carousel a.triggering-xs-click img {
    max-height:  97.1px;
  }
  .gallery-carousel .item {
    height:  97.1px;
  }
  .gallery-carousel .carousel-control {
    line-height: 85px !important;
  }
  
}
@media all and (max-width: 991px) {
  .gallery-carousel a.triggering-xs-click {
    width: 175.5px;
    height: 131.625px;
  }
  .gallery-carousel a.triggering-xs-click img {
    max-height: 131.625px;
  }
  .gallery-carousel .item {
    height:  131.625px;
  }
  .gallery-carousel .carousel-control {
    line-height: 118px !important;
  }
  
}


@media all and (min-width: 768px) {
  .gallery-carousel .carousel-inner > .active.left,
  .gallery-carousel .carousel-inner > .prev {
    left: -33%;
  }
  .gallery-carousel .carousel-inner > .active.right,
  .gallery-carousel .carousel-inner > .next {
    left: 33%;
  }
  .gallery-carousel .carousel-inner > .left,
  .gallery-carousel .carousel-inner > .prev.right,
  .gallery-carousel .carousel-inner > .active {
    left: 0;
  }
  .gallery-carousel .carousel-inner .cloneditem-1, .gallery-carousel .carousel-inner .cloneditem-2  {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .gallery-carousel .carousel-inner > .item.active.right,
  .gallery-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(33%, 0, 0);
            transform: translate3d(33%, 0, 0);
    left: 0;
  }
  .gallery-carousel .carousel-inner > .item.active.left,
  .gallery-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33%, 0, 0);
            transform: translate3d(-33%, 0, 0);
    left: 0;
  }
  .gallery-carousel .carousel-inner > .item.left,
  .gallery-carousel .carousel-inner > .item.prev.right,
  .gallery-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  
  .gallery-carousel .carousel-inner > .active.left,
  .gallery-carousel .carousel-inner > .prev {
    left: -33%;
  }
  .gallery-carousel .carousel-inner > .active.right,
  .gallery-carousel .carousel-inner > .next {
    left: 33%;
  }
  .gallery-carousel .carousel-inner > .left,
  .gallery-carousel .carousel-inner > .prev.right,
  .gallery-carousel .carousel-inner > .active {
    left: 0;
  }
  .gallery-carousel .carousel-inner .cloneditem-2,
  .gallery-carousel .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .gallery-carousel .carousel-inner > .item.active.right,
  .gallery-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(33%, 0, 0);
            transform: translate3d(33%, 0, 0);
    left: 0;
  }
  .gallery-carousel .carousel-inner > .item.active.left,
  .gallery-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33%, 0, 0);
            transform: translate3d(-33%, 0, 0);
    left: 0;
  }
  .gallery-carousel .carousel-inner > .item.left,
  .gallery-carousel .carousel-inner > .item.prev.right,
  .gallery-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.gallery-carousel .carousel-control {
  font-size: 68px !important;
  width: 6%;
  background: transparent !important;
  color: #fff;
  opacity: .8;
  text-shadow: none;
  font-weight: 400;
  line-height: 100px;
}

.homepage-carousel {
  padding-bottom: 0px;
  margin-top: 0px;
}
h3.homepage-carousel-title {
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 0px;
  margin-left: 5.5%;
}
.homepage-carousel .col-sm-4, .homepage-carousel .col-sm-3 {
  padding: 0px 0px !important;
}
.homepage-carousel .item{
  background-color: #fff;
}
.homepage-carousel .item a img{
  height: 100px;
}
.homepage-carousel .item a { display: block; border: 1px solid #ddd; margin: 5px; padding: 5px; height: 150px; width: auto;}
.homepage-carousel  .carousel-inner { margin: auto; width: 90%; }


.homepage-xs-carousel img {
}
.homepage-xs-carousel .item {
  background-color: #fff;
}
.homepage-xs-carousel .carousel-control {
  font-size: 58px !important;
  width: 12%;
  background: transparent !important;
  color: #BE272D;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  line-height: 30px;
  margin-top: -58px;
}
.homepage-xs-carousel .carousel-inner{
  overflow: visible;
}
h3.h3-background {
  background: #ddd; padding-top: 14px; padding-bottom: 14px;
  clear: both;
  margin-top: 0;
}



@media all and (min-width: 768px) {
  .homepage-carousel .carousel-inner > .active.left,
  .homepage-carousel .carousel-inner > .prev {
    left: -25%;
  }
  .homepage-carousel .carousel-inner > .active.right,
  .homepage-carousel .carousel-inner > .next {
    left: 25%;
  }
  .homepage-carousel .carousel-inner > .left,
  .homepage-carousel .carousel-inner > .prev.right,
  .homepage-carousel .carousel-inner > .active {
    left: 0;
  }
  .homepage-carousel .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .homepage-carousel .carousel-inner > .item.active.right,
  .homepage-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .homepage-carousel .carousel-inner > .item.active.left,
  .homepage-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .homepage-carousel .carousel-inner > .item.left,
  .homepage-carousel .carousel-inner > .item.prev.right,
  .homepage-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  
  .homepage-carousel .carousel-inner > .active.left,
  .homepage-carousel .carousel-inner > .prev {
    left: -33%;
  }
  .homepage-carousel .carousel-inner > .active.right,
  .homepage-carousel .carousel-inner > .next {
    left: 33%;
  }
  .homepage-carousel .carousel-inner > .left,
  .homepage-carousel .carousel-inner > .prev.right,
  .homepage-carousel .carousel-inner > .active {
    left: 0;
  }
  .homepage-carousel .carousel-inner .cloneditem-2,
  .homepage-carousel .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .homepage-carousel .carousel-inner > .item.active.right,
  .homepage-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .homepage-carousel .carousel-inner > .item.active.left,
  .homepage-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .homepage-carousel .carousel-inner > .item.left,
  .homepage-carousel .carousel-inner > .item.prev.right,
  .homepage-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.homepage-carousel .carousel-control {
  font-size: 58px !important;
  width: 5%;
  background: transparent !important;
  color: #BE272D;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  line-height: 170px;
}


.gallery .thumb{
  height: 75px;
  overflow: hidden;
  margin-bottom: 5px;
}

.btn.btn-success {
  background: #FEC108 !important;
  border-color: #FEC108;
  color: #222;
}
.btn.btn-success:hover {
  background-color: #EDC732 !important;
  border-color: #EDC732 !important;
}

.big-order-button {
  display: block;
  border-radius: 4px;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  line-height: 60px;
  background: #FEC108 !important;
  border-color: #FEC108;
  color: #222;
  text-align: center;
  overflow: hidden;
}
.big-order-button .bonus.hidden-md {
  display: block;
  float: right;
  background-color: #BE272D;
  font-size: 16px;
  color: #fff;
  line-height: 90%;
  padding: 8px 25px 8px 35px;
  text-align: left;
  
}
.big-order-button .bonus.visible-md {
  display: block;
  float: none;
  background-color: #BE272D;
  font-size: 14px;
  color: #fff;
  line-height: 90%;
  padding: 8px 0px 8px 0px;
  text-align: center;
  
}

.big-order-button.green .bonus.visible-md, a.big-order-button.green .bonus.hidden-md {
  background-color: #2DA725;
  line-height: 45px
}

.big-order-button .bonus.hidden-md:before {
   content: "";
   position: absolute;
   margin-top: 12px;
   margin-left: -35px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 0 10px 10px;
   border-color: transparent transparent transparent #FEC108;
   transition: all 0.2s;
}
a.big-order-button .bonus.visible-md:before {
   content: "";
   position: absolute;
   margin-left: -35px;
   margin-top: -8px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 10px 10px;
   border-color: #FEC108 transparent transparent transparent;
   transition: all 0.2s;
}

a.big-order-button:hover {
  background-color: #EDC732 !important;
  text-decoration: none;
}
a.big-order-button:hover .bonus.hidden-md:before {
  border-color: transparent transparent transparent #EDC732;
  border-width: 14px;
  margin-top: 10px;
  
}
a.big-order-button:hover .bonus.visible-md:before {
  border-color: #EDC732 transparent transparent transparent;
  border-width: 14px;
  margin-left: -37px;
  
}

p.lead {
  font-size: 18px;
  line-height: 22px;
}

.btn.btn-xl {
  font-size: 24px;
  padding: 10px 80px 10px 80px;
}
.btn.btn-order {
  font-size: 24px;
  padding: 10px 30px 10px 30px;
}
.btn.btn-full-width {
  width: 100%;
}




#bookmarking a, a.twitter, a.facebook, a.twitter:link, a.facebook:link
{
	display:block;
	height: 16px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	color: black;
	font-size: 80%;
}
a.twitter
{
	background-image: url(../_images/ico_twitter.gif);
}
#bookmarking a.linkuj
{
	background-image: url(../_images/ico_linkuj.gif);
}
a.facebook
{
	background-image: url(../_images/ico_facebook.gif);
}
#bookmarking a.jagg
{
	background-image: url(https://www.jagg.cz/icon.png);
}
#bookmarking a.bookmarky
{
	background-image: url(../_images/ico_bookmarky.gif);
}
#bookmarking a.park
{
	background-image: url(https://www.park.sk/img/park16.png);
}
#bookmarking a.pridat
{
	background-image: url(../_images/ico_pridat.gif);
}



#order-stripe
{
	float:left;
  display: flex;
	margin-top:0px;
	padding-left:5px;
	width: 100%;
	margin-bottom:10px;
}

#order-stripe div, #order-stripe a
{
  position: relative;
  flex-grow: 1;
	display:block;
	/*float:left;*/
	font-size: 100%;
	margin-left:-2px;
	padding-bottom:0px;
	/*width:auto;*/
	padding-top:12px;
	padding-left: 22px;
	padding-right: 0px;
	background-image:url(../_images/order_stripe_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 56px;
	line-height:20px;
	/*width: 20%;*/
}
#order-stripe img.stripe-ending {
  float: right;
  position: absolute;
  right: 0;
}
#order-stripe div.active, #order-stripe a.active
{
	background-image:url(../_images/order_stripe_active_bg.gif);	
}
#order-stripe div .step, #order-stripe a .step
{
	font-size:130%;
}
#order-stripe div img, #order-stripe a img
{
	margin-top:-12px;
	vertical-align:top; margin-left:10px;
}

#order-stripe a:link, #order-stripe a:visited, #order-stripe a:active
{
	color: #000000;
	text-decoration:none;
}
#order-stripe a:hover
{
	color: #BE101D;
	text-decoration:underline;
}

.order-step-mobile {
  padding: 5px;
  background-color: #dfdfdf;
  font-weight: 600;
  margin-bottom: 5px;
  display: none !important;
}


@media screen and (max-width: 767px) {
  #order-stripe { float: none; margin: 0px; padding: 0px;margin-bottom: 15px;padding-left: 0px;
  }
  #order-stripe div, #order-stripe a {
    background: #eee;
    float: none;
    margin: 0;
    padding: 5px 10px !important;
    height: auto;
    width: auto;
    font-size: 12px;
    text-align: center;
  }
  #order-stripe div.active, #order-stripe a.active {
    background: #FDC02F;
    font-weight: 600;
  }
  #order-stripe img.stripe-ending { display: none;}
  .order-buttons {
    text-align: center;
  }
  .order-buttons button {
    margin-bottom: 10px;
    //float: none !important;
  }
  #order-stripe div .step, #order-stripe a .step {
    display: block;
  }
}


.table tr th {
  background-color: #dfdfdf !important;
}
table td.right {
  text-align: right;
}


#opening
{
	display:none;
	cursor:pointer;
	position: absolute;
	margin-top: 0px;
	margin-left: 300px;
	padding: 10px;
	background-color: #efefef;
}

table.table-delivery tr td input[type="checkbox"], table.table-delivery tr td input[type="radio"], table.table-payment tr td input[type="checkbox"], table.table-payment tr td input[type="radio"]{
  margin-left: 20px;
  margin-right: 10px;
}
table.table-delivery tr td{
  line-height: 110% !important;
}
table.table-delivery tr td, table.table-paymentf tr td {
  vertical-align: middle;
}
td.delivery-price {
  text-wrap: none;
  min-width: 150px;
}
table.table-delivery a{
  text-decoration: underline;
}

.disabled-payment {
  color: #ddd !important;
}


.cart-steps {
  border-top: 0.5px solid #dfdfdf;
  height: 60px;
  margin-top: 80px;
  margin-bottom: 30px;
  box-shadow: 0px -10px 50px -15px #ccc;
  
}
.cart-step {
  width: 50px;
  height: 50px;
  border-radius: 36px;
  background: #dfdfdf;
  color: #222;
  margin-top: -25px;
  line-height: 49px;
  font-size: 24px;
  font-weight: 300;
}
.cart-step-container {
  display: block;
}
.cart-step-container.active,  .cart-step-container.active:hover{
  color: #FFAE01;
  text-decoration: none;
  font-weight: 600;
}
.cart-step-container.active .cart-step{
  background: #FFAE01;
  color: #fff;
  font-weight: 400; 
}

.helpbox {
  margin-bottom: 25px;
}
.panel-body.helpbox {
  margin-bottom: 0px;
}

.helpbox .heading {
  font-weight: 600;
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.helpbox .phone {
  font-size: 152%;
  font-weight: 600;
}

.text-success {
  color: #409723 !important;
}

.panel-cart {
  background-color: #f3f3f3 !important;
}
.panel-cart > .panel-heading {
  
}
.panel .table tr td, .panel .table tr th {
  padding-left: 15px !important;
}

label.filter-label {
  float: left;
  vertical-align: middle;
  font-size: 120%;
  line-height: 100%;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 7px;
  color: #bbb;
}
#filters select, #filters button.inline {
  margin-right: 8px;
  height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
}
select option[default] {
    color: #ddd !important;
}
#filters {
  margin-bottom: 15px;
  margin-top: 5px;
}

.search-collapse-icon {
  margin-right: 5px;
  display: inline-block;
  padding: 5px;
  margin-top: 9px;
  color: #999;
  font-size: 18px;
}

.osobni-odber p.hours {
  display: inline;
  text-align: inherit;
}

.search-collapse-icon {
  cursor: pointer;
}


/* ribbon styles */
.ribbon {
  position: absolute;
  left: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 120px; height: 120px;
  text-align: right;
}
.ribbon span {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 21px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 140px;
  display: block;
  position: absolute;
  top: 33px; left: -27px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); 
  
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/*novinka*/
.ribbon.new span {
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}
.ribbon.new span::before {
  border-left: 3px solid #79A70A;
  border-top: 3px solid #79A70A;
}
.ribbon.new span::after {
  border-right: 3px solid #79A70A;
  border-top: 3px solid #79A70A;
}

/*doporucujeme*/
.ribbon.featured span {
  background: #055FA3;
background: linear-gradient(#2989d8 0%, #055FA3 100%);
}
.ribbon.featured span::before {
  border-left: 3px solid #055FA3;
  border-top: 3px solid #055FA3;
}
.ribbon.featured span::after {
  border-right: 3px solid #055FA3;
  border-top: 3px solid #055FA3;
}

/*bestseller*/
.ribbon.bestseller span {
  color: #000;
  background: #FFD014;
  background: linear-gradient(#FFEE00 0%, #FFD014 100%);
}
.ribbon.bestseller span::before {
  border-left: 3px solid #FFD014;
  border-top: 3px solid #FFD014;
}
.ribbon.bestseller span::after {
  border-right: 3px solid #FFD014;
  border-top: 3px solid #FFD014;
}

/*sleva*/
.ribbon.sale span {
  background: #B30000;
  background: linear-gradient(#F70505 0%, #B30000 100%);
}
.ribbon.sale span::before {
  border-left: 3px solid #B30000;
  border-top: 3px solid #B30000;
}
.ribbon.sale span::after {
  border-right: 3px solid #B30000;
  border-top: 3px solid #B30000;
}
strong.nonblack {
  color: inherit !important;
}
.btn.btn-green {
  background-color: #2DA725;
  color: #fff;
}

.roller-btn {
  cursor: pointer;
}

a.blue {
  color: #5393af;
}
.delivery_date_actual {
  font-weight: bold;
  color: #D9261C;
}

.top-stripe {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  /*position: absolute;*/
  /*background-color: #E5B86B;*/
  background-color: #FDF988;
  color: #BD262C;
  font-weight: 400;
  font-size: 14px;
  top: 0;
  display: none;
}
.top-stripe-hider {
  right: 10px;
  position: absolute;
  font-size: 11px;
  padding-top: 10px;
  cursor: pointer;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .top-stripe {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    background-color: #FDF988;
    color: #BD262C;
    font-weight: 400;
    font-size: 14px;
    top: 0;
  }
  
}

.shortened-breadcrumb {
  width: 450px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  vertical-align:top;
}

ol.multi {
    counter-reset: section;
    list-style-type: none;
}

ol.multi li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}

h1.multiurl {
  text-transform: uppercase;
  color: #777 !important;
}

.well h2 {
  margin-top: 0;
}
.well .row-red-border {
  color: #6b6b6b;
  line-height: 34px;
}
.well .row-red-border {
  margin-left: -15px;
}
.well .row-red-border .glyphicon {
  margin-left: 15px;
  margin-right: 5px;
}
.well .right-margin {
  margin-right: 15px;
}

input.product-count {
  width: 50px; 
}

.packaging-tabs .nav-tabs{
  border: 0;
}
.packaging-tabs .nav-tabs li a{
  height: 150px;
  background-color: #eee !important;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 15px 30px;
  border: 0;
  text-align: center;
}
.packaging-tabs .nav-tabs li a:hover, .packaging-tabs .nav-tabs li a:visited{
  background-color: #e0e0e0;
  border: 0;
}
.packaging-tabs .nav-tabs li.active a:hover, .packaging-tabs .nav-tabs li.active a:visited{
  background-color: #eee;  
}
.packaging-tabs .nav-tabs li.active a{
  height: 160px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
  border: 0;
  background-color: #dfdfdf !important;
}
.packaging-tabs .tab-content {
  background-color: #dfdfdf;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 15px;
  border: 0;
  
}
.packaging-tabs .nav-tabs li input[type="radio"]{
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.packaging-tabs .nav-tabs li label {
  cursor: pointer;
}
.packaging-tabs .nav-tabs li img{
  margin: 0px 0 10px  0;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .packaging-tabs .nav-tabs li{
    width: 100% !important;
  }
  .packaging-tabs .nav-tabs li a{
    height: 130px;
    margin-bottom: 10px;
    margin-right: 0px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 0;
    text-align: center;
  }
  .packaging-tabs .nav-tabs li.active a{
    height: 130px;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 0;
  }
  .packaging-tabs .tab-content {
    margin-right: 0px;  
  }
  
  
}

img.table-row-image {
  width: 80px;
  margin-right: 10px;
  float: left;
}
img.table-row-image-sm {
  width: 60px;
  height: 33px;
  float: left;
}

table.order-status {
  font-size: 100% !important;
}
.panel table.order-status tr td {
  line-height: 120% !important;
  padding-left: 8px !important;
}


#cart-content .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #ddd !important;
}
#cart-content .row.head {
  font-weight: bold;
  background: #eee;
}
@media screen and (max-width: 767px) {
  #cart-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  img.table-row-image {
    margin-bottom: 5px;
  }
}
.inputheight {
  height: 34px;
  line-height: 34px;
}

.modal-body button.close {
  font-size: 41px !important;
  color: #BF101D;
  opacity: 1;
}

hr.red {
  height: 2px;
  color: #BF101D;
  border-color: #BF101D;
}
img.modal-svg-ico {
  height: 40px;
  margin-bottom: 10px;
}
span.in-minute {
  color: #BF101D;
  font-size: 24px;
  display: inline-block;
  margin-top: 6px;
}
.modal-ico-label {
  color: #BF101D;
  font-size: 11px;
  line-height: 1.1 !important;
}

.payment-methods-container img{
  height: 30px;
  margin: 2px 2px 2px 0px;
}


a.u {
  text-decoration: underline;
}

.region-filter input{
  margin-right: 15px;
}
.region-filter li{
  list-style: none;
}
.region-filter > li > ul{
  padding-left: 30px !important;
}
.regions-toggle {
  text-decoration: underline;
  color: #444;
  cursor: pointer;
}
ul.urlchildren {
  display: none;
}
li.children-active > ul.urlchildren {
  display: block;
}

#moreRegions {
  display: none;
}

.section-gray {
  background-color: #F0f0f0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.filterBadge {
  display: inline-block;
  background-color: #CB5257;
  margin-bottom: 15px;
  margin-right: 25px;
  padding-left: 8px;
  padding-right:15px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #fff;
}
a.filterBadge:first-child {
  margin-left: 15px;
}
a.filterBadge:after {
  background-color: #BE272D;
  color: #fff;
  content: 'x';
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
  line-height: 22px;
  position: absolute;
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  margin-left: 10px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 0 5px 5px 0px;
}

a.filterBadge:hover {
  opacity: .8;
  text-decoration: none;
}

.red-navbar-toggle.navbar-toggle {
  padding: 0px !important;
  margin-top: 5px;
}
.red-navbar-toggle.navbar-toggle .icon-bar{
  border: 1px solid #BE272D !important;  
}
.no-border {
  border: 0px !important;
}

.mobile-jumbotron {
  position: relative;
}
.mobile-jumbotron button {
  position: absolute;
  bottom: 30px;
  left: 10%;
  box-shadow: 0px 0px 40px rgba(0,0,0,1);
}

@media screen and (max-width: 767px) {
  .xs-togglable {
    display: none;
  }
}


/*loading spinner*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #999;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}