/* Components */
.c-banner {
  position: relative;
}
.c-banner__video {
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  max-width: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}
.c-banner a {
  display: flex;
}
.c-bookmarks__titles {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 64rem) {
  .c-bookmarks__titles {
    justify-content: flex-start;
  }
}
.c-bookmarks__titles li {
  font-size: 1.125rem;
  color: #aaa;
  transition: all 0.2s;
  /*padding-bottom: @space-2;*/
  padding: 0.875rem 2.125rem;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 700;
}
.c-bookmarks__titles li:hover {
  color: #471008;
}
.c-bookmarks__titles .active {
  border-bottom: 4px solid #471008;
  color: #471008;
}
.c-bookmarks__content {
  transition: all 0.2s;
}
.c-bookmarks__article-title {
  font-size: 0;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.c-bookmarks__article {
  display: none;
  padding: 2.125rem 0 0 0;
  box-sizing: border-box;
}
.c-bookmarks__article__inner {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media only screen and (min-width: 57rem) {
  .c-bookmarks__article__inner {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}
.c-bookmarks__article--bgDog {
  background-color: #ede7e7;
}
.c-bookmarks__article--bgCat {
  background-color: #fee5e1;
}
.c-bookmarks__article--bgHorse {
  background-color: #eadad0;
}
.c-bookmarks__article table th {
  background: #471008;
  color: #fff;
}
.c-breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 2.625rem 0;
  font-family: cutive;
}
.c-breadcrumbs a {
  text-decoration: none;
  color: #aaa;
  transition: all 0.2s;
  font-size: 1.125rem;
}
.c-breadcrumbs a:hover {
  color: #000;
}
.c-breadcrumbs span {
  color: #aaa;
}
@media only screen and (min-width: 64rem) {
  .c-breadcrumbs {
    position: relative;
    justify-content: flex-end;
  }
  .c-breadcrumbs__content {
    position: absolute;
  }
}
.c-button {
  font-size: 1.125rem;
  text-decoration: none;
  color: #471008;
  display: inline-block;
  padding: 0.75rem 2.625rem;
  background: #fff;
  border: 0.125rem solid #471008;
  transition: all 0.2s;
}
.c-button:hover {
  background: #471008;
  color: #fff;
}
.c-button__odebratPolozku {
  background-color: transparent;
  color: #e47219;
  font-size: 2rem;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
}
.c-button__odebratPolozku:hover {
  background-color: transparent;
  color: #000;
}
.c-button--active {
  background: #471008;
  color: #fff;
}
.c-button--small {
  padding: 0.375rem 0.75rem;
}
.c-button--inversed {
  font-size: 1.125rem;
  text-decoration: none;
  color: #471008;
  display: inline-block;
  padding: 0.75rem 2.625rem;
  background: #fff;
  border: 0.125rem solid #471008;
  transition: all 0.2s;
  color: #fff;
  background: #471008;
}
.c-button--inversed:hover {
  background: #471008;
  color: #fff;
}
.c-button--inversed__odebratPolozku {
  background-color: transparent;
  color: #e47219;
  font-size: 2rem;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
}
.c-button--inversed__odebratPolozku:hover {
  background-color: transparent;
  color: #000;
}
.c-button--inversed--active {
  background: #471008;
  color: #fff;
}
.c-button--inversed--small {
  padding: 0.375rem 0.75rem;
}
.c-button--inversed:hover {
  background: #fff;
  color: #471008;
}
.c-blog-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
}
.c-blog-article__content {
  width: 100%;
  order: 1;
}
.c-blog-article__image-space {
  max-width: 38.625rem;
  max-height: 38.625rem;
  width: 100%;
}
.c-blog-article__image-space img {
  border: 0.1875rem solid #471008;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-blog-article__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-blog-article__text {
  padding-bottom: 0.875rem;
}
.c-blog-article__button-space {
  margin: 0 -0.875rem;
}
.c-blog-article__button {
  margin: 0 0.875rem 1.375rem 0.875rem;
}
.c-blog-article:not(:first-child) {
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 64rem) {
  .c-blog-article {
    text-align: left;
  }
  .c-blog-article__content {
    width: 50%;
    padding-left: 2.125rem;
    order: 0;
  }
  .c-blog-article__content--reverse {
    padding-left: 0;
    padding-right: 2.125rem;
  }
  .c-blog-article__image-space {
    width: 50%;
    padding-right: 2.125rem;
  }
  .c-blog-article__image-space--reverse {
    padding-right: 0;
    padding-left: 2.125rem;
  }
  .c-blog-article__title {
    padding-top: 0;
  }
}
.c-gallery {
  margin: 0 auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
}
.c-gallery__photo {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-gallery__photo:hover img {
  width: 110%;
  height: 110%;
}
.c-gallery__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  transition-timing-function: ease;
}
.c-gallery__info {
  position: absolute;
  right: 1.375rem;
  bottom: 1.375rem;
  display: flex;
  align-items: center;
}
.c-gallery__info-heart {
  max-width: 2rem;
  max-height: 1.75rem;
  margin-right: 0.75rem;
}
.c-gallery__info-seen-num {
  color: #fff;
}
@media only screen and (min-width: 40rem) {
  .c-gallery {
    width: calc(100% - 5rem);
  }
  .c-gallery__photo {
    width: 50%;
  }
  .c-gallery .slick-prev {
    left: -3rem;
  }
  .c-gallery .slick-next {
    right: -3rem;
  }
}
@media only screen and (min-width: 64rem) {
  .c-gallery__photo {
    width: 25%;
  }
}
.c-rating {
  display: flex;
  align-items: center;
  padding-top: 3.125rem;
}
.c-rating__title {
  font-size: 1.125rem;
  padding-right: 0.75rem;
}
.c-rating__star {
  padding: 0 0.25rem;
}
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.c-grid__tall-wrap {
  width: 100%;
  height: 26.875rem;
}
.c-grid__three-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-grid__default-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-grid__default-wrap .c-grid__two-item,
.c-grid__default-wrap .c-grid__one-item {
  width: 100%;
}
.c-grid__full-item {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.c-grid__two-item {
  width: 100%;
  height: 26.875rem;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.c-grid__item {
  padding: 0.75rem;
}
.c-grid__one-item {
  width: 100%;
  height: 26.875rem;
  box-sizing: border-box;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.c-grid__button {
  display: inline-flex;
}
.c-grid__button a {
  width: auto;
  padding: 0.875rem 2.125rem;
  font-family: cutive;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #471008;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
.c-grid__button a:hover {
  background: #8a2212;
  color: #fff;
}
.c-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-grid__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.875rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 50rem) {
  .c-grid__tall-wrap {
    height: 53.75rem;
    width: 50%;
  }
  .c-grid__three-wrap {
    width: 50%;
  }
  .c-grid__default-wrap .c-grid__two-item,
  .c-grid__default-wrap .c-grid__one-item {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .c-grid__tall-wrap {
    width: 33.33%;
  }
  .c-grid__three-wrap {
    width: 66.66%;
  }
  .c-grid__three-wrap .c-grid__two-item {
    width: 50%;
  }
  .c-grid__three-wrap .c-grid__one-item {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-grid__three-wrap .c-grid__two-item {
    width: 66.66%;
  }
  .c-grid__three-wrap .c-grid__one-item {
    width: 33.33%;
  }
}
.c-hamburger {
  padding: 0;
  cursor: pointer;
}
.c-hamburger span {
  background: #fff;
  display: block;
  width: 2rem;
  height: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-hamburger--transform-to-close span {
  position: relative;
}
.c-hamburger--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.2rem;
}
.c-hamburger--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: -0.7rem;
}
.c-hamburger-inversed {
  padding: 0;
  cursor: pointer;
}
.c-hamburger-inversed span {
  background: #fff;
  display: block;
  width: 2rem;
  height: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-hamburger-inversed--transform-to-close span {
  position: relative;
}
.c-hamburger-inversed--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.2rem;
}
.c-hamburger-inversed--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger-inversed--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: -0.7rem;
}
.c-hamburger-inversed span {
  background: #471008;
}
.c-header-basket {
  position: absolute;
  top: 8.75rem;
  left: 0;
  right: 0;
  width: calc(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.875rem;
}
@media only screen and (min-width: 30rem) {
  .c-header-basket {
    width: calc(100% - 5rem);
  }
}
.c-header-basket__likes {
  position: relative;
  display: inline-flex;
}
.c-header-basket__currency {
  position: relative;
  display: inline-flex;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  margin-left: 1.75rem;
  font-size: 1.375rem;
  cursor: pointer;
}
.c-header-basket__currency__other {
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  padding: 0.375rem 0;
  background: rgba(71, 16, 8, 0.75);
  z-index: 100;
  border: 2px solid #fff;
  border-radius: 4px;
  display: none;
}
.c-header-basket__currency__other a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
}
.c-header-basket__currency-more {
  display: inline-block;
  min-width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: -0.25rem;
  right: -0.75rem;
  border-radius: 50%;
  padding: 0.325rem 0.25rem 0.25rem 0.25rem;
  line-height: 1;
  font-size: 0.625rem;
  background: #8a2212;
  color: #fff;
}
.c-header-basket__currency-more:before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.125rem;
  left: 0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  border-color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.c-header-basket__basket {
  display: inline-flex;
  margin-left: 1.75rem;
}
.c-header-basket__basket-price {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: robotoslab;
  padding-right: 0.375rem;
}
.c-header-basket__basket-icon {
  position: relative;
  display: inline-flex;
}
.c-header-basket__circle-number {
  display: inline-block;
  min-width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: -0.25rem;
  left: 1.25rem;
  border-radius: 50%;
  text-align: center;
  padding: 0.325rem 0.25rem 0.25rem 0.25rem;
  line-height: 1;
  font-size: 0.625rem;
  background: #8a2212;
  color: #fff;
}
@media only screen and (min-width: 80rem) {
  .c-header-basket {
    width: auto;
    position: static;
    justify-content: flex-end;
    flex-direction: row;
  }
  .c-header-basket__currency {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* Mobilní */
.c-menu {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  font-family: cutive;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000;
  box-shadow: 0px 0px 5px #000;
  /* Submenu */
  /* Statické prvky */
}
.c-menu__content {
  width: 20rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 1.125rem;
}
.c-menu__container {
  width: 100%;
  min-width: 17.75rem;
}
.c-menu__list {
  margin: 0;
  width: 100%;
}
.c-menu__list--submenu {
  display: none;
}
.c-menu__list-item {
  list-style: none;
}
.c-menu__list-item:hover > .c-menu__list--submenu {
  display: flex;
  position: absolute;
  flex-direction: column;
  left: 0;
  top: 100%;
  padding: 0;
  background: #471008;
  margin: 0;
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.28));
  min-width: 17rem;
}
.c-menu__link {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.75rem;
  position: relative;
}
.c-menu__link:hover,
.c-menu__link:focus,
.c-menu__link:active {
  text-decoration: underline;
}
.c-menu__link--active {
  font-weight: 700;
}
.c-menu__submenu .c-menu__list {
  padding-left: 0.875rem;
}
.c-menu__hamburger-space {
  display: flex;
  justify-content: flex-end;
}
.c-menu__controller {
  display: none;
}
.c-menu__controller:checked ~ .c-menu {
  width: 20rem;
  animation: c-menu-open;
  animation-duration: 0.5s;
  padding: 1.375rem;
}
.c-menu__closebtn-space {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.c-menu__closebtn-space label {
  cursor: pointer;
}
.c-menu__closebtn-space label:hover {
  animation-name: c-menu-shake;
  animation-duration: 0.3s;
}
.c-menu--opened {
  width: 20rem;
  animation: c-menu-open;
  animation-duration: 0.5s;
}
.c-menu--closed {
  width: 0;
  animation: c-menu-close;
  animation-duration: 0.5s;
}
.c-menu__c-menu__icon {
  display: none;
}
/* Desktop */
@media only screen and (min-width: 80rem) {
  .c-menu {
    height: auto;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    box-shadow: none;
    overflow: visible;
    padding: 0;
    background-color: transparent;
    color: #fff;
    /* Submenu */
    /* Statické prvky */
  }
  .c-menu__content {
    width: auto;
    min-height: 0;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
  }
  .c-menu__container {
    width: auto;
    min-width: 0;
  }
  .c-menu__list {
    display: flex;
    width: auto;
  }
  .c-menu__list-item {
    position: relative;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .c-menu__list-item:hover .c-menu__submenu {
    display: flex;
  }
  .c-menu__list-item:before {
    display: none;
  }
  .c-menu__list-item--submenu {
    padding: 0;
    justify-content: flex-start;
  }
  .c-menu__list-item--withSubmenu:after {
    content: url(../images/menu_arrow.svg);
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.25rem;
  }
  .c-menu__link {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 1.375rem 0.875rem;
    transition: all 0.2s;
    font-size: 1rem;
  }
  .c-menu__link:hover,
  .c-menu__link:focus,
  .c-menu__link:active {
    text-decoration: none;
    color: #aaa;
  }
  .c-menu__link--active {
    font-size: 700;
  }
  .c-menu__link--submenu {
    text-align: left;
    padding: 0.875rem 1.375rem;
  }
  .c-menu__submenu {
    display: none;
    width: 100%;
    position: absolute;
    justify-content: center;
  }
  .c-menu__submenu .c-menu__list {
    display: flex;
    position: relative;
    background: #603923;
    flex-wrap: wrap;
    min-width: 12rem;
    padding: 2.625rem;
  }
  .c-menu__submenu .c-menu__list .c-menu__list {
    min-width: 0;
    padding: 0;
    font-style: italic;
  }
  .c-menu__submenu .c-menu__link {
    color: #fff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-menu__hamburger-space {
    display: none;
  }
  .c-menu__controller:checked ~ .c-menu {
    width: auto;
    animation: none;
  }
  .c-menu__closebtn-space {
    display: none;
  }
  .c-menu--opened {
    animation: none;
  }
  .c-menu--closed {
    animation: none;
  }
  .c-menu__icon:before {
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .c-menu__icon__dog:before {
    content: '';
    width: 7.5rem;
    height: 3.8rem;
    top: -2.5rem;
    background: url(../images/menu_pes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c-menu__icon__cat:before {
    content: '';
    width: 6rem;
    height: 5.4rem;
    top: -3.25rem;
    background: url(../images/menu_kocka.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c-menu__icon__horse:before {
    content: '';
    width: 5.5rem;
    height: 4rem;
    top: -2.75rem;
    background: url(../images/menu_kun.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* Animace */
@keyframes c-menu-open {
  from {
    width: 0;
  }
  to {
    width: 20rem;
  }
}
@keyframes c-menu-close {
  from {
    width: 20rem;
  }
  to {
    width: 0;
  }
}
@keyframes c-menu-shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.c-product {
  position: relative;
  max-width: 31.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*flex-grow: 1;*/
  text-align: center;
  padding: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.2s;
}
.c-product__image-space {
  height: 17.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product__image-space img {
  max-height: 100%;
}
.c-product__title {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0;
  fot-size: 1.5rem;
  font-weight: 700;
}
.c-product__annotation {
  flex-grow: 1;
}
.c-product__annotation p {
  padding-bottom: 1.75rem;
}
.c-product__price p {
  padding-bottom: 1.75rem;
  font-size: 1.625rem;
  font-weight: 700;
}
.c-product__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-product__button--active {
  background-color: #471008;
  color: #fff;
}
.c-product__pictograms {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
}
@media only screen and (min-width: 40rem) {
  .c-product__pictograms {
    padding-left: 1.375rem;
    padding-top: 1.375rem;
  }
}
.c-product__pictograms__item {
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .c-product__pictograms__item {
    width: 3rem;
    height: 3rem;
  }
}
.c-product--slider {
  max-width: none;
}
.c-product:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 57rem) {
  .c-product {
    width: 50%;
    padding: 1.75rem;
  }
}
@media only screen and (min-width: 89.125rem) {
  .c-product {
    width: 25%;
  }
}
.c-product-slider {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 57rem) {
  .c-product-slider {
    width: calc(100% - 2rem);
  }
}
.c-product-gallery__main-image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.125rem;
  padding: 1.125rem;
}
.c-product-gallery__main-image img {
  max-width: 100%;
  max-height: 24rem;
}
.c-product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.125rem;
}
.c-product-gallery__thumb-image {
  width: calc(50% - (1.125rem * 2));
  margin: 1.125rem;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-gallery__thumb-image:hover {
  opacity: 1;
  cursor: pointer;
}
.c-product-gallery__thumb-image img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 57rem) {
  .c-product-gallery__thumb-image img {
    max-width: 12rem;
    max-height: 12rem;
  }
}
.c-product-gallery__thumb-image--bgDog {
  /*background: @color-dog;*/
}
.c-product-gallery__thumb-image--bgCat {
  /*background: @color-cat;*/
}
.c-product-gallery__pictograms {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
}
@media only screen and (min-width: 40rem) {
  .c-product-gallery__pictograms {
    padding-left: 1.375rem;
  }
}
.c-product-gallery__pictograms__item {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .c-product-gallery__pictograms__item {
    width: 3rem;
    height: 3rem;
  }
}
.c-search-form {
  position: relative;
  display: inline-flex;
  vertical-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.375rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  max-width: 25.375rem;
  width: 100%;
  height: 3rem;
}
.c-search-form:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 0.125rem solid #fff;
}
.c-search-form:after {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  width: 0.325rem;
  height: 0.125rem;
  background: #fff;
  transform: rotate(45deg);
}
.c-search-form__input {
  background: transparent;
  border: none;
  padding: 0.75rem 0.75rem 0.75rem 3.125rem;
  color: #fff;
}
.c-search-form__submit {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 3rem;
  border-radius: 0.375rem;
  background: #fff;
  transition: all 0.2s;
}
.c-search-form__submit:hover {
  background: #8a2212;
}
.c-slick-dots-wrapper {
  width: calc(100% - 1.125rem * 2);
  display: flex;
  justify-content: center;
  position: absolute;
  top: -2.25rem;
}
@media only screen and (min-width: 30rem) {
  .c-slick-dots-wrapper {
    width: calc(100% - 1.375rem * 2);
  }
}
.c-tip {
  position: relative;
  width: 96%;
  min-height: 15.125rem;
  margin: 2%;
  display: flex;
  background-image: linear-gradient(to left, #000000, rgba(84, 84, 84, 0.8));
  background-size: cover;
  background-position: left top;
  text-align: right;
  color: #fff;
}
.c-tip__image-space {
  position: relative;
  width: 20%;
}
.c-tip__image-space img {
  max-width: none;
  max-height: calc(110% + 3.125rem * 2);
  position: absolute;
  right: 0;
  bottom: -3.125rem;
}
.c-tip__content {
  display: flex;
  padding: 0 1.75rem;
  /*width: 100%;*/
}
.c-tip__content__bg-dog {
  background: url(../images/bg-dog.png);
  background-repeat: no-repeat;
}
.c-tip__content__bg-cat {
  background: url(../images/bg-cat.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.c-tip__content__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 70%;
}
.c-tip__content__image {
  display: flex;
  align-items: flex-end;
  width: 30%;
}
.c-tip__content__image__cat {
  justify-content: flex-end;
  text-align: right;
  max-width: 80%;
}
.c-tip__title {
  padding-top: 0;
}
.c-tip__title a {
  color: #fff;
  text-decoration: none;
}
.c-tip__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-tip p {
  padding-bottom: 0;
  font-size: 1rem;
}
.c-tip--opposite {
  background: linear-gradient(to right, #854940, #603923);
  background: linear-gradient(to left, rgba(133, 73, 64, 0.8), #603923);
  text-align: left;
}
@media only screen and (min-width: 30rem) {
  .c-tip p {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .c-tip {
    width: 47%;
    margin: 1.5%;
  }
}
.c-title {
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.c-title__text {
  padding: 3.125rem 0;
  z-index: 1;
}
.c-title__effect {
  position: relative;
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 2rem;
  width: 100%;
  border-left: 0.125rem solid #471008;
  border-right: 0.125rem solid #471008;
  border-bottom: 0.125rem solid #471008;
  opacity: 0.3;
  z-index: 0;
}
.c-title__effect:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0.125rem;
  width: 30px;
  background: #471008;
}
.c-title__effect:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 0.125rem;
  width: 30px;
  right: 0;
  background: #471008;
}
.c-title--white .c-title__text {
  color: #fff;
}
.c-title--white .c-title__effect {
  border: 0.125rem solid #fff;
}
@media only screen and (min-width: 30rem) {
  .c-title__text {
    padding: 3.125rem;
  }
}
.c-nav-hierarchy {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - (1.75rem / 2)));
  column-gap: 1.75rem;
  row-gap: 1.75rem;
}
.c-nav-hierarchy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.33;
  padding: 1.75rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  word-break: normal;
  border: 1px solid #000;
}
.c-nav-hierarchy__item:hover,
.c-nav-hierarchy__item:focus,
.c-nav-hierarchy__item:active,
.c-nav-hierarchy__item--active {
  color: #fff;
  background: #471008;
  position: relative;
  z-index: 1;
}
.c-nav-hierarchy__item:hover .c-nav-hierarchy__text,
.c-nav-hierarchy__item:focus .c-nav-hierarchy__text,
.c-nav-hierarchy__item:active .c-nav-hierarchy__text,
.c-nav-hierarchy__item--active .c-nav-hierarchy__text {
  animation: magnifier ease 0.7s;
}
.c-nav-hierarchy__item:first-child,
.c-nav-hierarchy__item:last-child {
  grid-column: 1 / -1;
}
@media only screen and (min-width: 40rem) {
  .c-nav-hierarchy {
    grid-template-columns: repeat(3, calc(33.333% - ((2 * 1.75rem) / 3)));
  }
}
@media only screen and (min-width: 64rem) {
  .c-nav-hierarchy {
    grid-template-columns: 23% repeat(3, 1fr) 23%;
    grid-template-rows: auto auto;
  }
  .c-nav-hierarchy__item:first-child {
    grid-column: 1;
    grid-row: 1 / -1;
    font-size: 0.75rem;
  }
  .c-nav-hierarchy__item:last-child {
    grid-column: 5;
    grid-row: 1 / -1;
    font-size: 0.75rem;
  }
}
.c-nav-problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.75rem;
  row-gap: 1.75rem;
  max-width: 57rem;
  margin: 0 auto;
}
.c-nav-problem__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.33;
  padding: 1.75rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  word-break: normal;
  border: 1px solid #000;
}
.c-nav-problem__item:hover,
.c-nav-problem__item:focus,
.c-nav-problem__item:active,
.c-nav-problem__item--active {
  color: #fff;
  background: #471008;
  position: relative;
  z-index: 1;
}
.c-nav-problem__item:hover .c-nav-problem__text,
.c-nav-problem__item:focus .c-nav-problem__text,
.c-nav-problem__item:active .c-nav-problem__text,
.c-nav-problem__item--active .c-nav-problem__text {
  animation: magnifier ease 0.7s;
}
@media only screen and (min-width: 40rem) {
  .c-nav-problem {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 50rem) {
  .c-nav-problem {
    grid-template-columns: 38% 1fr 38%;
  }
}
.c-nav-step {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .c-nav-step {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 1.75rem;
  }
  .c-nav-step__item {
    flex: 0 0 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.33;
    padding: 0.75rem 1.375rem;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .c-nav-step__item--now,
  .c-nav-step__item--past {
    color: #000;
    border: 1px solid #000;
    position: relative;
  }
  .c-nav-step__item--now:before,
  .c-nav-step__item--past:before,
  .c-nav-step__item--now:after,
  .c-nav-step__item--past:after {
    content: "";
    margin-top: -0.645rem;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.5rem solid #000;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .c-nav-step__item--now:after,
  .c-nav-step__item--past:after {
    margin-left: -1px;
    border-left-color: #fff;
  }
  .c-nav-step__item--past {
    border-color: #000;
  }
  .c-nav-step__item--past:before {
    border-left-color: #000;
  }
  .c-nav-step__text {
    color: #000;
    text-decoration: none;
  }
  .c-nav-step__text:hover,
  .c-nav-step__text:focus,
  .c-nav-step__text:active {
    text-decoration: underline;
  }
}
.c-userlogin {
  position: relative;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  padding: 1.75rem;
  z-index: 100;
}
.c-userlogin__avatar {
  display: flex;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  margin: -0.875rem 0 0.875rem 0;
  border: 1px solid #fff;
}
@media only screen and (min-width: 80rem) {
  .c-userlogin__avatar {
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 0.875rem;
  }
}
.c-userlogin__links {
  display: inline-block;
  width: 100%;
  text-align: center;
  order: 1;
}
.c-userlogin__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  transition: all 0.2s;
}
.c-userlogin__link:hover {
  opacity: 1;
}
.c-userlogin__controller {
  display: none;
}
.c-userlogin__controller:checked ~ .c-userlogin {
  display: flex;
  align-items: center;
}
.c-userlogin__controllerSearch {
  display: none;
}
.c-userlogin__controllerSearch:checked ~ .l-header__searchbox-space {
  display: flex;
}
.c-userlogin__close {
  align-self: flex-end;
}
.c-userlogin__userMenuIcon {
  width: 2rem;
  cursor: pointer;
}
.c-userlogin__icon {
  width: 5rem;
  height: 5rem;
  margin: -0.875rem 0 0.875rem 0;
}
@media only screen and (min-width: 80rem) {
  .c-userlogin__icon {
    width: auto;
    height: auto;
    margin: 0 0 0 0.875rem;
  }
}
@media only screen and (min-width: 80rem) {
  .c-userlogin {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    position: static;
    background: transparent;
    padding: 0;
    z-index: 0;
    position: relative;
    z-index: unset;
  }
  .c-userlogin__links {
    width: auto;
    order: 0;
  }
  .c-userlogin__close {
    display: none;
  }
}
@media only screen and (min-width: 80rem) {
  .c-userlogin-switch {
    display: none;
  }
}
.c-quantity {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-quantity__minus,
.c-quantity__plus {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #aaa;
}
.c-quantity__minus:hover,
.c-quantity__plus:hover,
.c-quantity__minus:focus,
.c-quantity__plus:focus,
.c-quantity__minus:active,
.c-quantity__plus:active {
  color: #8a2212;
}
.c-quantity__minus {
  margin-right: 0.5rem;
  /*border-right: 0;*/
}
.c-quantity__minus:before {
  content: '-';
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-quantity__plus {
  margin-left: 0.5rem;
  /*border-left: 0;*/
}
.c-quantity__plus:before {
  content: '+';
  font-size: 1.125rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-quantity__input {
  width: 3.5rem;
  padding: 0 0.75rem;
  text-align: right;
  border: 0;
}
.c-quantity__input--detail {
  width: 2rem;
}
.c-quantity__unitBox {
  border-bottom: 1px solid #aaa;
}
.c-cross {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50% !important;
  cursor: pointer;
  position: relative;
}
.c-cross__item {
  display: block;
  width: 70%;
  height: 1px;
  margin: auto;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
}
.c-cross__item:first-child {
  transform: rotate(45deg);
}
.c-cross__item:last-child {
  transform: rotate(-45deg);
}
.c-cross:hover,
.c-cross:active,
.c-cross:focus {
  background: #471008;
  border-color: #471008;
}
.c-cross:hover .c-cross__item,
.c-cross:active .c-cross__item,
.c-cross:focus .c-cross__item {
  background: #fff;
}
.c-discount {
  max-width: 20rem;
  margin: 0 auto;
  text-align: center;
}
.c-discount-open {
  display: inline-block;
  padding-bottom: 1.75rem;
  text-decoration: underline;
  cursor: pointer;
}
.c-discount-open:hover,
.c-discount-open:focus,
.c-discount-open:active {
  text-decoration: none;
}
.c-discount-value {
  float: left;
  width: calc(100% - 6rem);
  height: 5.25rem;
  line-height: 1;
  padding: 2.125rem;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #471008;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.c-discount-load {
  float: right;
  width: 6rem;
  height: 5.25rem;
  line-height: 1;
  padding: 2.125rem;
  margin: 0;
  font-size: 1rem;
  background: #8a2212;
  border: 1px solid #8a2212;
  border-radius: 0 2px 2px 0;
}
.c-discount-load:hover,
.c-discount-load:focus,
.c-discount-load:active {
  /*.e-button-primary-hover();*/
}
.c-customer-data__content {
  max-width: 20rem;
}
.c-customer-data__title {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #000;
}
.c-customer-data__text {
  padding-bottom: 1.75rem;
}
.c-customer-data__row {
  display: block;
}
.c-customer-data__row--with-title {
  display: flex;
}
.c-customer-data__row-title {
  flex: 0 0 40%;
  padding-right: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .c-customer-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .c-customer-data__col {
    flex: 0 0 50%;
  }
  .c-customer-data__content {
    max-width: 23.5rem;
    padding: 0 1.75rem;
    margin: auto;
  }
}
.c-col__two {
  width: 100%;
}
@media only screen and (min-width: 40rem) {
  .c-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-col__four {
    flex: 0 0 49%;
  }
}
@media only screen and (min-width: 57rem) {
  .c-col__two {
    flex: 0 0 49%;
  }
  .c-col__three {
    flex: 0 0 32%;
  }
  .c-col__three--two {
    flex-basis: 64%;
  }
  .c-col__three--right {
    flex-basis: auto;
    max-width: 32%;
  }
}
.c-reference {
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
.c-reference--no-border {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.c-reference__deliminator {
  margin-top: 1.125rem;
  text-align: center;
  position: relative;
}
.c-reference__deliminator:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #471008;
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 1;
}
.c-reference__deliminatorIcons {
  max-width: 90%;
  display: inline-block;
  padding: 0 1.375rem;
  background: #471008;
  position: relative;
  z-index: 2;
}
.c-reference__deliminatorIcon {
  display: inline-block;
  margin: 0 0.375rem;
  fill: #471008;
}
.c-reference__image {
  padding-bottom: 1.75rem;
}
.c-reference__main-image {
  display: block;
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  border: 2px solid #F6F6F6;
  border-radius: 4px;
  box-shadow: 0 0 0.5rem #F6F6F6;
}
.c-reference__main-image img {
  display: block;
  max-height: 20rem;
  margin: auto;
  border-radius: 2px;
}
.c-reference__other-image {
  display: block;
  padding: 2.625rem;
  margin-bottom: 1.75rem;
  border: 2px solid #F6F6F6;
  border-radius: 4px;
  box-shadow: 0 0 0.5rem #F6F6F6;
}
.c-reference__other-image img {
  display: block;
  max-height: 100%;
  margin: auto;
  border-radius: 2px;
}
@media only screen and (min-width: 50rem) {
  .c-reference__inner {
    display: flex;
  }
  .c-reference__image {
    flex: 0 0 45%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0;
  }
  .c-reference__text {
    flex: 0 0 55%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0;
  }
}
.add-quantity {
  display: flex;
  justify-content: space-between;
  width: 6rem;
  float: left;
}
.add-quantity--block {
  display: block;
}
.add-quantity input[type=text],
.add-quantity__fakeInput {
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #aaa;
  padding: 0 4px;
  order: 2;
}
.add-quantity span {
  cursor: pointer;
  line-height: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  color: #aaa;
  border: solid #aaa 1px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.4rem;
}
.add-quantity span:hover {
  background-color: #000;
}
.add-quantity-plus {
  order: 3;
}
.add-quantity-minus {
  order: 1;
}
.slevovy-kod {
  position: relative;
  width: calc(14rem - 2px - 2 * );
  border: solid 1px #471008;
  padding-right: 6rem;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .slevovy-kod {
    float: left;
  }
}
.slevovy-kod .button {
  position: absolute;
  width: 6rem !important;
  padding: 0 !important;
  background-color: #8a2212;
  border-radius: 0;
  border: 0;
  right: 0;
  top: 0;
  height: 2.5rem;
  margin: 0;
  float: none;
}
.slevovy-kod .button:hover {
  text-decoration: none;
  color: #000;
}
.slevovy-kod__kod {
  border: 0;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  float: none;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  line-height: 1.33;
  border: 1px solid #aaa;
  position: relative;
}
.select-selected:after,
.custom-select-arrow:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.6rem solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
}
.custom-select-arrow {
  position: relative;
}
.custom-select-arrow select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select-arrow:after {
  pointer-events: none;
}
.select-selected,
.select-items div {
  padding: 0.875rem 2.125rem 0.875rem 0.5rem;
  cursor: pointer;
}
.select-items {
  line-height: 1.33;
  color: #000;
  background: #f2f2f2;
  border: 1px solid #F6F6F6;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  border-top: 1px solid #F6F6F6;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  text-decoration: underline;
}
.fakeRadio {
  display: block;
  line-height: 1.33;
  padding-left: 1.75rem;
  margin-bottom: 1.75rem;
  cursor: pointer;
  position: relative;
}
.fakeRadio:hover,
.fakeRadio:focus,
.fakeRadio:active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.fakeRadio span.radio {
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.fakeRadio img {
  width: 60px;
  margin-right: 0.75rem;
}
input[type="radio"]:checked ~ .fakeRadio span.radio:before,
input[type="radio"]:checked ~ span.radio:before {
  content: "";
  margin: auto;
  background: #8a2212;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.orderList {
  width: 100%;
}
.orderList__head th,
.orderList__body td,
.orderList .tableBorder th,
.orderList .tableBorder td {
  padding: 8px;
}
.orderList__head {
  border-bottom: 1px solid #3c3c3b;
}
.orderList__body tr,
.orderList .tableBorder tr {
  border-bottom: 1px solid #000;
}
.orderList__body tr:nth-child(even),
.orderList .tableBorder tr:nth-child(even) {
  background-color: #f2f2f2;
}
.flashMessage {
  width: calc(100% - (2*1.375rem));
  line-height: 1.33;
  position: absolute;
  top: 0.75rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
  text-align: center;
}
.flashMessage__wrapper {
  position: sticky;
  top: 0;
  z-index: 10001;
}
.flashMessage__inner {
  padding: 0.75rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 3px;
}
.flashMessage__inner--success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.flashMessage__inner--danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.kosik__duopack__oznaceni {
  width: 100%;
  padding: 1.625rem;
  text-align: left;
  background-color: #471008;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 40rem) {
  .kosik__duopack__oznaceni {
    width: 50%;
  }
}
.kosik__udaje {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kosik__udaje__item {
  border: solid 1px #9d9d9c;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .kosik__udaje__item {
    width: 49%;
  }
}
.kosik__udaje__item__header {
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}
.kosik__udaje__item__header__body {
  padding: 0 1rem;
  width: 100%;
}
.kosik__udaje__item__header__body th {
  width: 30%;
}
.kosik__postup {
  display: none;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  border: solid 1px #471008;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .kosik__postup {
    display: flex;
    flex-wrap: nowrap;
  }
}
.kosik__postup__item {
  flex: auto;
  text-align: center;
  position: relative;
  padding: 0.3rem 0;
  width: 100%;
  border-bottom: solid 1px #471008;
}
@media only screen and (min-width: 64rem) {
  .kosik__postup__item {
    padding: 1rem 0;
    border: 0;
    width: auto;
  }
}
.kosik__postup__item:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .kosik__postup__item:not(:last-child):after {
    content: "";
    display: block;
    height: 70%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #471008;
  }
}
.kosik__postup__item.now {
  /*background-color: #c51a1b;*/
  color: #fff;
  z-index: 2;
}
.kosik__postup__item.now a {
  color: #fff;
}
.kosik__postup__item.now:after {
  background-color: #471008;
  border-color: #471008;
}
.kosik__postup__item.past a {
  color: #fff;
  text-decoration: none;
}
.kosik__cena {
  font-weight: bold;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .kosik__cena {
    float: right;
  }
}
.kosik__cena tr:nth-last-child(2) td {
  padding-bottom: 15px;
}
.kosik__platba-prevzeti__staty {
  margin-bottom: 1.75rem;
}
.kosik__platba-prevzeti__staty__text {
  padding-bottom: 0.75rem;
}
.kosik__platba-prevzeti__staty__item label {
  display: flex;
  justify-content: space-between;
  float: none;
  width: auto;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  margin: 0 0 1.75rem;
}
.kosik__platba-prevzeti__staty__item label:hover,
.kosik__platba-prevzeti__staty__item label:focus,
.kosik__platba-prevzeti__staty__item label:active {
  border-color: #471008;
}
.kosik__platba-prevzeti__staty__item label span.radio {
  border-color: #000;
}
.kosik__platba-prevzeti__staty__item input[type="radio"]:checked ~ label {
  /*.e-button-primary-hover();*/
}
.kosik__platba-prevzeti__staty__item input[type="radio"]:checked ~ label span.radio:before {
  background: #000;
}
.kosik__platba-prevzeti__staty__item input[type="radio"] {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .kosik__platba-prevzeti__staty {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kosik__platba-prevzeti__staty__text {
    flex: 0 0 100%;
  }
  .kosik__platba-prevzeti__staty__item {
    flex: 0 0 45%;
  }
}
.kosik__platba-prevzeti__postovne,
.kosik__platba-prevzeti__platba {
  padding: 0 0 1.375rem;
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 50rem) {
  .kosik__platba-prevzeti__vyber {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .kosik__platba-prevzeti__postovne,
  .kosik__platba-prevzeti__platba {
    flex: 0 0 45%;
  }
  .kosik__platba-prevzeti__tlacitka {
    flex: 0 0 100%;
  }
  .kosik__platba-prevzeti__tlacitka .button--pokracovat,
  .kosik__platba-prevzeti__tlacitka .button--zpet {
    margin-top: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .kosik__platba-prevzeti {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .kosik__platba-prevzeti .kosik__seznam-polozek__basic {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 100%;
    margin-top: 0;
  }
}
.kosik__seznam-polozek__basic {
  top: 0;
  border: 1px solid #471008;
  margin-bottom: 20px;
  background-color: #471008;
  margin-top: 30px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .kosik__seznam-polozek__basic {
    margin-top: 0px;
    position: sticky;
  }
}
.kosik__seznam-polozek__basic table {
  width: 100%;
}
.kosik__seznam-polozek__basic table tr td {
  padding: 5px 10px;
}
.kosik__seznam-polozek__basic table.even tr:nth-child(even) {
  background-color: #471008;
}
.kosik__seznam-polozek__basic .border-bottom,
.kosik__seznam-polozek__basic .border-top {
  border-color: #000;
}
.kosik__seznam-polozek__basic .price-all-discount {
  color: #000;
  vertical-align: top;
  font-weight: bold;
}
.kosik__polozky {
  border: 1px solid #471008;
  overflow: hidden;
  margin-bottom: 1rem;
}
.kosik__polozky__prepocitat {
  float: left;
}
.kosik__polozky__telo {
  padding: 1rem;
}
.kosik__polozky__telo:nth-child(odd) {
  background-color: #f2f2f2;
}
.kosik__polozky__telo .product-image img {
  max-height: 70px;
  max-width: 90%;
  height: auto;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__telo .product-image img {
    float: left;
  }
}
.kosik__polozky__telo__polovice--left {
  display: flex;
}
.kosik__polozky__telo__polovice__item .right.odebrat_polozku {
  width: 10%;
}
.kosik__polozky__telo__polovice__item .right.odebrat_polozku a {
  font-size: 1.5rem;
  text-decoration: none;
}
.kosik__polozky__telo__polovice__item > .icon-trash {
  display: block;
  float: right;
  padding: 1.625rem;
}
.kosik__polozky__telo__polovice__item > .text {
  display: none;
}
.kosik__polozky__telo__polovice__item.mobil {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__telo__polovice__item.mobil {
    display: block;
  }
}
.kosik__polozky__hlavicka,
.kosik__polozky__telo {
  display: flex;
  flex-wrap: wrap;
}
.kosik__polozky__hlavicka__polovice,
.kosik__polozky__telo__polovice {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__hlavicka__polovice,
  .kosik__polozky__telo__polovice {
    width: 50%;
    margin-bottom: 0;
  }
}
.kosik__polozky__hlavicka__polovice.right-item,
.kosik__polozky__telo__polovice.right-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(71, 16, 8, 0.75);
  font-weight: bold;
}
.kosik__polozky__hlavicka__polovice__item,
.kosik__polozky__telo__polovice__item {
  padding: 0 1%;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__hlavicka__polovice__item,
  .kosik__polozky__telo__polovice__item {
    width: 35%;
  }
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__hlavicka__polovice__item .right.odebrat_polozku,
  .kosik__polozky__telo__polovice__item .right.odebrat_polozku {
    width: 10%;
  }
}
.kosik__polozky__hlavicka__polovice__item .add-quantity,
.kosik__polozky__telo__polovice__item .add-quantity {
  float: none;
  margin: auto;
}
.kosik__polozky__hlavicka__polovice__item .add-quantity input[type=text],
.kosik__polozky__telo__polovice__item .add-quantity input[type=text] {
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  float: left;
}
.kosik__polozky__hlavicka__polovice__item.pocet_ks,
.kosik__polozky__telo__polovice__item.pocet_ks {
  color: #000;
  font-weight: bold;
  min-width: 110px;
}
.kosik__polozky__hlavicka__polovice.mobil,
.kosik__polozky__telo__polovice.mobil {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__hlavicka__polovice.mobil,
  .kosik__polozky__telo__polovice.mobil {
    display: block;
  }
}
.kosik__polozky__hlavicka {
  background-color: #471008;
  padding: 1rem;
  color: #fff;
}
.kosik__polozky__hlavicka__polovice.right-item {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__hlavicka__polovice.right-item {
    display: flex;
    color: #fff;
  }
}
.popup,
#preloader {
  display: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.popup {
  padding-top: 1.75rem;
}
.popup__window {
  padding: 2.125rem 1.75rem;
  background: #fff;
  overflow: auto;
  max-height: 90%;
  max-width: 90%;
  margin: auto;
}
@media only screen and (min-width: 89.125rem) {
  .popup__window {
    max-width: 89.125rem;
  }
}
#preloader {
  background: rgba(255, 255, 255, 0.8);
}
#preloader .content {
  box-sizing: content-box;
  width: 180px;
  line-height: 20px;
  padding: 35px 15px 40px 105px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #333;
  border-radius: 3px;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
}
#preloader .content:before {
  content: "";
  width: 45px;
  height: 45px;
  border: 10px solid #f2f2f2;
  border-top: 10px solid #471008;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 15px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 64rem) {
  .c-highlights {
    justify-content: space-between;
  }
}
.c-highlights__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2.125rem;
}
@media only screen and (min-width: 30rem) {
  .c-highlights__item {
    width: 50%;
  }
}
@media only screen and (min-width: 40rem) {
  .c-highlights__item {
    width: 33%;
  }
}
@media only screen and (min-width: 64rem) {
  .c-highlights__item {
    width: auto;
    margin: 0 1.125rem;
    margin-bottom: 0;
  }
}
.c-highlights__item svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}
.c-product-tip {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.125rem;
}
.c-product-tip--bgDog {
  background: #ede7e7;
}
.c-product-tip--bgCat {
  background: #fee5e1;
}
.c-product-tip--bgHorse {
  background: #eadad0;
}
.c-product-tip__image {
  display: none;
  align-items: center;
}
@media only screen and (min-width: 40rem) {
  .c-product-tip__image {
    display: flex;
    width: 30%;
  }
}
.c-product-tip__image img {
  width: 100%;
}
.c-product-tip__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-product-tip__description {
  width: 100%;
  padding-left: 2.125rem;
}
@media only screen and (min-width: 40rem) {
  .c-product-tip__description {
    width: 70%;
  }
}
.c-product-tip__title {
  padding: 0 0 0.875rem 0;
  font-weight: normal;
}
.c-description {
  height: 20rem;
  overflow: hidden;
  margin-bottom: 1.125rem;
  position: relative;
}
@media only screen and (min-width: 50rem) {
  .c-description {
    height: auto;
  }
}
.c-description__showMore {
  display: flex;
  height: auto;
  padding-top: 3.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
@media only screen and (min-width: 50rem) {
  .c-description__showMore {
    display: none;
  }
}
.c-article__floatImage {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 50rem) {
  .c-article__floatImage {
    max-width: 40%;
    float: right;
    padding-left: 1.375rem;
    padding-top: 0.875rem;
  }
}
@media only screen and (min-width: 50rem) {
  .c-article__floatImage--left {
    max-width: 40%;
    float: left;
    padding-right: 1.375rem;
    padding-top: 0.875rem;
  }
}

/*# sourceMappingURL=maps/components.css.map */
