@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
/*
C81513
BD8634
F1F0EB
B6A98A
292B2C
*/
:root {
  --in-gray-bg:#DADAD6;
  --in-gray-rgb: 218,218,214;
  --in-gray-border:#DADAD6;
  --in-primary:#C81513;
  --in-box-bg:var(--in-gray-bg);
  --in-box-border:var(--in-gray-border);
  --in-box-border-hover:var(--in-primary);
  --in-table-color:var(--bs-body-color);
  --in-table-border-color:var(--in-gray-border);
  --in-table-hover-bg:var(--in-gray-bg);
  --in-table-striped-bg:rgba(var(--in-gray-rgb),0.3);
}
/*reset*/
* {
  border-radius:0!important;
}
.container--article h1+p, .container--article .h1+p {
  margin-top: 0;
}
/*headline*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Oswald', sans-serif;
  font-weight:500;
}
h3, .h3, h2, .h2, h1, .h1 {
  text-transform:uppercase
}
h1,.h1 {
  font-size: calc(1.375rem + 1.5vw)
}
@media(min-width: 1200px) {
  h1,.h1 {
    font-size:2.3rem
  }
}
h2,.h2 {
  font-size: calc(1.325rem + 0.9vw)
}
@media(min-width: 1200px) {
  h2,.h2 {
    font-size:1.7rem
  }
}
h3,.h3 {
  font-size: calc(1.3rem + 0.6vw)
}
@media(min-width: 1200px) {
  h3,.h3 {
    font-size:1.5rem
  }
}
h4,.cart-form__title,.account-form__title,.h4 {
  font-size: calc(1.275rem + 0.3vw)
}
@media(min-width: 1200px) {
  h4,.cart-form__title,.account-form__title,.h4 {
    font-size:1.5rem
  }
}

.container--article ol+h2,
.container--article ol+.h2,
.container--article ul+h2,
.container--article ul+.h2,
.container--article p+h2,
.container--article p+.h2 {
  margin-top: clamp(2rem, 4vw, 3rem)
}
/* buttons */
.btn {
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  text-transform:uppercase
}
/*list group*/
.list-group-transparent .list-group-item {
  background-color:transparent;
  padding: 0.5rem 0rem;
}
/*main*/
#main {
  padding-top: 0rem;
  background-color:#F1F0EB;
}
#index #main {
  padding-top: 1rem;
}
.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom:0;
}
/*contactus*/
.contactus {
  align-items: center;
  background-color: #292B2C;
  color:var(--bs-body-bg);
  width:100%;
  flex-wrap: wrap;
}
/*navbar*/
#navbar {
  background-color: #BD8634;
  font-family: 'Oswald', sans-serif;
}
/*navbar__brand*/
.navbar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: unset
}
@media(min-width: 1200px) {
  .navbar__brand {
    min-height:unset;
    margin-bottom:-30px;
  }
}
.navbar__brand-logo-img {
  image-rendering: -webkit-optimize-contrast;
  max-width: unset;
  max-height:80px
}
@media(min-width: 768px) {
  .navbar__brand-logo-img {
    max-width: unset;
    max-height: 100px
  }
}
@media(max-width: 768px) {
  .navbar__brand-logo-img {
    max-width:unset;
    max-height:80px;
  }
}
/* navbar__menu */
.navbar__menu-item>.navbar__menu-link:hover,
.navbar__menu-item.active>.navbar__menu-link,
.navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: #fff;
  background-color: var(--in-primary);
}
.navbar__menu-item > .navbar__menu-link {
  position:relative;
  text-transform:uppercase;
  color: #fff;
}
.navbar__menu-item.active .navbar__menu-item.active {
  border-color: transparent;
}
.navbar__menu-item--has-childs .navbar__menu-list {
  background-color:#292B2C;
  border-color:transparent
}
@media (max-width: 991.98px){
  .navbar__menu-item {
    padding-left: 0rem;
  }
  .navbar__menu {
    background-color: #BD8634;
  }
}
/*custome-motiv carousel - index*/
.motive {
  display:none;
}
#index .motive {
  display:block;
}
.motive.custom-motive{
  max-height: 100%
}
.custom-motive .section-container.section-carousel {
  padding: 0;
}
.custom-motive .carousel-caption {
  right: 35%;
  bottom: 28%;
  left: 35%;
  text-shadow: none;
  font-size:1.5rem;
  color:var(--bs-body-color);
  background: rgba(var(--bs-body-bg-rgb), 0.8);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius:0.25rem;
}
.custom-motive .carousel-caption p{
  margin-bottom:0.7em;
  font-size: clamp(1rem, 3vw, 1.1rem);
}
.custom-motive .carousel-caption h2 {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  margin-bottom:0.5em;
}
@media (max-width: 1200px) {
  .custom-motive .carousel-caption {
    right: 15%;
    bottom: 20%;
    left: 15%;
    text-shadow: none;
  }
}
@media (max-width: 992px) {
  .custom-motive .carousel-caption {
    right: 15%;
    bottom: 20%;
    left: 15%;
    text-shadow: none;
  }
}
@media (max-width: 768px) {
  .custom-motive .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
    text-align: center;
    text-shadow: none;
    position: relative;
    background-color: #F9F9F9;
    color:inherit
  }
}
/*motive, motive video - index*/
#motive {display:none}
#index #motive {display:block}
#motive {
  position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
#motive video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#motive .container {
  position: relative;
  z-index: 2;
}
/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  #motive {
    background: url('/obrazek/3/default-motive/') black no-repeat center center scroll;
  }
  #motive video {
    display: none;
  }
}
@media (max-width:992px) {
  #motive {
    height: auto;
    min-height:unset;
  }
  #motive video {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
/*motto*/
.motto__title,.motto__text {
  text-shadow: 1px 1px 3px rgb(255 255 255 / 60%), 3px 3px 10px rgb(255 255 255 / 20%);
}
/*footer*/
.footer {
  background-color: #292B2C;
  color:var(--bs-body-bg);
}
.footer .list-group-item,
.footer a,
.footer a:hover {
  color:var(--bs-body-bg);
}
.footer .list-group-item {
  border-color:#000
}
#footer .section-contact .social-icons>.section-cell-item a {
  border-color: transparent;
}
#footer .section-contact .social-icons>.section-cell-item a:hover {
  background-color: #333;
  border-color: #333
}
/*index padding*/
#index .main,
#index .container--article,
#index .main>.container:first-child{
  padding-bottom:5px;
}
/*section-dynamic*/
.section-dynamic .article-item-wrapper {
  flex: 1 0 auto;
}
/*section-3-col*/
.section-3-col-bottom-text .section-cell-item, .section-3-col-top-text .section-cell-item {
  margin-top: 1.5rem;
}
.section-3-col-bottom-text,.section-3-col-top-text {
  text-align: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items:stretch
}
/*section-services*/
.section-services li, .section--services li {
  border:0;
}
/*own section 2 column*/
.section-col-bg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-col-bg .row {align-items: stretch;}
.section-col-bg .row > div {
  padding: calc(var(--bs-gutter-x)*.3);
}
.section-text {
  background-color: #fff;
  height: auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:10%;
  height:100%;
}
.section-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 66.6666666667%;
  margin: auto;
  border: none;
  height: 100%;
}
.section-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .2s;
  transition: .2s;
}
.section-iframe {
  height:100%;
}
@media(max-width:992px) {
  .section-iframe {
    position: relative;
    width: 100%;
    padding-bottom: calc(9 / 16 * 100%);
  }
  .section-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*section-carousel-img*/
.section-carousel-img .carousel,
.section-carousel-img .carousel-inner,
.section-carousel-img .carousel-item{
  height:100%
}
.section-carousel-img .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .2s;
  transition: .2s;
}
@media(max-width:992px) {
  .section-carousel-img .carousel-item {
    position: relative;
    width: 100%;
    padding-bottom: calc(9 / 16 * 100%);
  }
}
/*own section motive*/
.section-motive {
  min-height:55vh;
}
/*own header title*/
.section-header__title {
  margin:10% 20%;
  background-color: rgba(239,239,239,.8);
  padding: 2%;
  position: relative;
  z-index: 10;
}
.section-header__title * {
  margin-bottom:0;
  text-align:center;
}
/*section background video*/
.section-video {
  position:relative;
  overflow:hidden;
  height: 65vh;
  min-height: 25rem;
}
.bg-video {
  position: absolute;
  background-color: black;
  height: 65vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  left:0;
  top:0;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bg-video .container {
  position: relative;
  z-index: 2;
}
.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  .bg-video {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .bg-video video {
    display: none;
  }
}
/*============úprava barev=============*/
/*color primary**/
.eshop-menu__item>.eshop-menu__link:hover,
button.navbar__menu-link:hover, .navbar__menu-link:hover, .comment__hide:hover, .cart-table__promo-button, .cart-table__delivery-button, .cart-table__label-icon, .minicart__empty-icon, .cart-table__empty-icon, .article-item__icon, .category__icon, .product-item__icon, .locked__icon, .link-primary, .page-link, .pagination__page-link, .nav-pills .nav-link.active, .nav-pills .section-tabs .item a.active, .section-tabs .item .nav-pills a.active, .nav-pills .section-tabs .item button.active.navbar__menu-link, .section-tabs .item .nav-pills button.active.navbar__menu-link, .nav-pills .section-tabs .item .active.eshop-menu__link--button, .section-tabs .item .nav-pills .active.eshop-menu__link--button, .nav-pills .show>.nav-link, .nav-pills .section-tabs .item .show>a, .section-tabs .item .nav-pills .show>a, .nav-pills .section-tabs .item .show>button.navbar__menu-link, .section-tabs .item .nav-pills .show>button.navbar__menu-link, .nav-pills .section-tabs .item .show>.eshop-menu__link--button, .section-tabs .item .nav-pills .show>.eshop-menu__link--button, .nav-link, .section-tabs .item a, .section-tabs .item button.navbar__menu-link, .section-tabs .item .eshop-menu__link--button, .btn-link, .btn-outline-primary:disabled, .navbar__search-button:disabled, .btn-secondary:disabled, .btn-default:disabled, .minicart__button-close:disabled, .cart-button--back:disabled, .cart-button--outline:disabled, .product-item__cart-button:disabled, .product-page__cart-button:disabled, .btn-outline-primary.disabled, .disabled.navbar__search-button, .disabled.btn-secondary, .disabled.btn-default, .disabled.minicart__button-close, .disabled.cart-button--back, .disabled.cart-button--outline, .disabled.product-item__cart-button, .disabled.product-page__cart-button, .btn-outline-primary, .navbar__search-button, .btn-secondary, .btn-default, .minicart__button-close, .cart-button--back, .product-item__cart-button, a, .eshop-menu__link--button {
  color: var(--in-primary);
}
.navbar__toggler-icon-bar, .cookies__link, .cookies__link:hover, .cookies__link:focus, .cookies, #tinymce section.section-container .section-cell-item[class*="social"]:hover, .section-contact .social-fb:hover, .section-contact .social-fb:focus, .section-contact .social-tw:hover, .section-contact .social-tw:focus, .section-contact .social-instagram:hover, .section-contact .social-instagram:focus, .section-contact .social-tripadvisor:hover, .section-contact .social-tripadvisor:focus, .section-contact .social-youtube:hover, .section-contact .social-youtube:focus, .footer__social-link:hover, .section-contact .social-link:hover, .navbar__cart-items, .navbar__toggler-icon-bar, .list-group-item.active, .progress-bar, .page-item.active .page-link, .active.pagination__page-item .page-link, .page-item.active .pagination__page-link, .active.pagination__page-item .pagination__page-link, .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .dropdown-item.active, .dropdown-item:active, .btn-check:checked+.btn-outline-primary, .btn-check:checked+.navbar__search-button, .btn-check:checked+.btn-secondary, .btn-check:checked+.btn-default, .btn-check:checked+.minicart__button-close, .btn-check:checked+.cart-button--back, .btn-check:checked+.cart-button--outline, .btn-check:checked+.product-item__cart-button, .btn-check:checked+.product-page__cart-button, .btn-check:active+.btn-outline-primary, .btn-check:active+.navbar__search-button, .btn-check:active+.btn-secondary, .btn-check:active+.btn-default, .btn-check:active+.minicart__button-close, .btn-check:active+.cart-button--back, .btn-check:active+.cart-button--outline, .btn-check:active+.product-item__cart-button, .btn-check:active+.product-page__cart-button, .btn-outline-primary:active, .navbar__search-button:active, .btn-secondary:active, .btn-default:active, .minicart__button-close:active, .cart-button--back:active, .cart-button--outline:active, .product-item__cart-button:active, .product-page__cart-button:active, .btn-outline-primary.active, .active.navbar__search-button, .active.btn-secondary, .active.btn-default, .active.minicart__button-close, .active.cart-button--back, .active.cart-button--outline, .active.product-item__cart-button, .active.product-page__cart-button, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.navbar__search-button, .dropdown-toggle.show.btn-secondary, .dropdown-toggle.show.btn-default, .dropdown-toggle.show.minicart__button-close, .dropdown-toggle.show.cart-button--back, .dropdown-toggle.show.cart-button--outline, .dropdown-toggle.show.product-item__cart-button, .dropdown-toggle.show.product-page__cart-button, .btn-outline-primary:hover, .navbar__search-button:hover, .btn-secondary:hover, .btn-default:hover, .minicart__button-close:hover, .cart-button--back:hover, .cart-button--outline:hover, .product-item__cart-button:hover, .product-page__cart-button:hover, .btn-primary:disabled, .motto__button-link:disabled, .locked__submit:disabled, .search-form__search-button:disabled, .minicart__button-cart:disabled, .account-button:disabled, .promo-code__submit:disabled, .cart-button:disabled, .add-comment__button--submit:disabled, .comment__reply:disabled:hover, .btn-primary.disabled, .disabled.motto__button-link, .disabled.locked__submit, .disabled.search-form__search-button, .disabled.minicart__button-cart, .disabled.account-button, .disabled.promo-code__submit, .disabled.cart-button, .disabled.add-comment__button--submit, .disabled.comment__reply:hover, .btn-primary, .motto__button-link, .locked__submit, .search-form__search-button, .minicart__button-cart, .account-button, .promo-code__submit, .add-comment__button--submit, .comment__reply:hover 
{
  background-color: var(--in-primary);
}
.form-range::-moz-range-thumb,
.form-range::-webkit-slider-thumb,
.form-check-input[type="checkbox"]:indeterminate,.user-form__checkbox-input[type="checkbox"]:indeterminate,.search-form__form-check-input[type="checkbox"]:indeterminate,.cart-form__check-input[type="checkbox"]:indeterminate,
.form-check-input:checked,.user-form__checkbox-input:checked,.search-form__form-check-input:checked,.cart-form__check-input:checked
{
  background-color: var(--in-primary);
}
.footer__social-link, .section-contact .social-link,
.comment__hide:hover,
.comment,.no-comment-yet,
.eshop-menu__item.active>.eshop-menu__link,
.eshop-menu__list.level2 .eshop-menu__item.active,
.cart-form__delivery-status:hover,.cart-form__delivery-status:focus,
.payment-options__link:hover,.payment-options__link:focus,
.section-contact .social-fb:hover,.section-contact .social-fb:focus,.section-contact .social-tw:hover,.section-contact .social-tw:focus,.section-contact .social-instagram:hover,.section-contact .social-instagram:focus,.section-contact .social-tripadvisor:hover,.section-contact .social-tripadvisor:focus,.section-contact .social-youtube:hover,.section-contact .social-youtube:focus,
.section-services li,.section--services li,
.locked__icon-wrapper,
.footer__social-link:hover,.section-contact .social-link:hover,
.border-primary,
.list-group-item.active,
.page-item.active .page-link,.active.pagination__page-item .page-link,.page-item.active .pagination__page-link,.active.pagination__page-item .pagination__page-link,
.btn-check:checked+.btn-outline-primary,.btn-check:checked+.navbar__search-button,.btn-check:checked+.btn-secondary,.btn-check:checked+.btn-default,.btn-check:checked+.minicart__button-close,.btn-check:checked+.cart-button--back,.btn-check:checked+.cart-button--outline,.btn-check:checked+.product-item__cart-button,.btn-check:checked+.product-page__cart-button,.btn-check:active+.btn-outline-primary,.btn-check:active+.navbar__search-button,.btn-check:active+.btn-secondary,.btn-check:active+.btn-default,.btn-check:active+.minicart__button-close,.btn-check:active+.cart-button--back,.btn-check:active+.cart-button--outline,.btn-check:active+.product-item__cart-button,.btn-check:active+.product-page__cart-button,.btn-outline-primary:active,.navbar__search-button:active,.btn-secondary:active,.btn-default:active,.minicart__button-close:active,.cart-button--back:active,.cart-button--outline:active,.product-item__cart-button:active,.product-page__cart-button:active,.btn-outline-primary.active,.active.navbar__search-button,.active.btn-secondary,.active.btn-default,.active.minicart__button-close,.active.cart-button--back,.active.cart-button--outline,.active.product-item__cart-button,.active.product-page__cart-button,.btn-outline-primary.dropdown-toggle.show,.dropdown-toggle.show.navbar__search-button,.dropdown-toggle.show.btn-secondary,.dropdown-toggle.show.btn-default,.dropdown-toggle.show.minicart__button-close,.dropdown-toggle.show.cart-button--back,.dropdown-toggle.show.cart-button--outline,.dropdown-toggle.show.product-item__cart-button,.dropdown-toggle.show.product-page__cart-button,
.btn-outline-primary:hover,.navbar__search-button:hover,.btn-secondary:hover,.btn-default:hover,.minicart__button-close:hover,.cart-button--back:hover,.cart-button--outline:hover,.product-item__cart-button:hover,.product-page__cart-button:hover,
.btn-outline-primary,.btn-secondary,.btn-default,.minicart__button-close,.cart-button--back,.cart-button--outline,.product-item__cart-button,.product-page__cart-button,
.btn-primary:disabled,.motto__button-link:disabled,.locked__submit:disabled,.search-form__search-button:disabled,.minicart__button-cart:disabled,.account-button:disabled,.promo-code__submit:disabled,.cart-button:disabled,.add-comment__button--submit:disabled,.comment__reply:disabled:hover,.btn-primary.disabled,.disabled.motto__button-link,.disabled.locked__submit,.disabled.search-form__search-button,.disabled.minicart__button-cart,.disabled.account-button,.disabled.promo-code__submit,.disabled.cart-button,.disabled.add-comment__button--submit,.disabled.comment__reply:hover,
.btn-primary,.motto__button-link,.locked__submit,.search-form__search-button,.minicart__button-cart,.account-button,.promo-code__submit,.cart-button,.add-comment__button--submit,.comment__reply:hover,
.form-check-input[type="checkbox"]:indeterminate,.user-form__checkbox-input[type="checkbox"]:indeterminate,.search-form__form-check-input[type="checkbox"]:indeterminate,.cart-form__check-input[type="checkbox"]:indeterminate,
.form-check-input:checked,.user-form__checkbox-input:checked,.search-form__form-check-input:checked,.cart-form__check-input:checked
{
  border-color: var(--in-primary);
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-link.active,.nav-tabs .section-tabs .item a.active,.section-tabs .item .nav-tabs a.active,.nav-tabs .section-tabs .item button.active.navbar__menu-link,.section-tabs .item .nav-tabs button.active.navbar__menu-link,.nav-tabs .section-tabs .item .active.eshop-menu__link--button,.section-tabs .item .nav-tabs .active.eshop-menu__link--button,.nav-tabs .nav-link:hover,.nav-tabs .section-tabs .item a:hover,.section-tabs .item .nav-tabs a:hover,.nav-tabs .section-tabs .item button.navbar__menu-link:hover,.section-tabs .item .nav-tabs button.navbar__menu-link:hover,.nav-tabs .section-tabs .item .eshop-menu__link--button:hover,.section-tabs .item .nav-tabs .eshop-menu__link--button:hover,.nav-tabs .nav-link:focus,.nav-tabs .section-tabs .item a:focus,.section-tabs .item .nav-tabs a:focus,.nav-tabs .section-tabs .item button.navbar__menu-link:focus,.section-tabs .item .nav-tabs button.navbar__menu-link:focus,.nav-tabs .section-tabs .item .eshop-menu__link--button:focus,.section-tabs .item .nav-tabs .eshop-menu__link--button:focus {
    border-color: var(--in-primary)
  }
}
/*primary hover*/
.link-primary:hover,.link-primary:focus,
.page-link:focus,.pagination__page-link:focus,
.page-link:hover,.pagination__page-link:hover,
.nav-link:hover,.section-tabs .item a:hover,.section-tabs .item button.navbar__menu-link:hover,.section-tabs .item .eshop-menu__link--button:hover,.nav-link:focus,.section-tabs .item a:focus,.section-tabs .item button.navbar__menu-link:focus,.section-tabs .item .eshop-menu__link--button:focus,
.btn-link:hover,
a:hover,.eshop-menu__link--button:hover {
  color: #333333;
}
.btn-check:checked+.btn-primary,.btn-check:checked+.motto__button-link,.btn-check:checked+.locked__submit,.btn-check:checked+.search-form__search-button,.btn-check:checked+.minicart__button-cart,.btn-check:checked+.account-button,.btn-check:checked+.promo-code__submit,.btn-check:checked+.cart-button,.btn-check:checked+.add-comment__button--submit,.btn-check:checked+.comment__reply:hover,.btn-check:active+.btn-primary,.btn-check:active+.motto__button-link,.btn-check:active+.locked__submit,.btn-check:active+.search-form__search-button,.btn-check:active+.minicart__button-cart,.btn-check:active+.account-button,.btn-check:active+.promo-code__submit,.btn-check:active+.cart-button,.btn-check:active+.add-comment__button--submit,.btn-check:active+.comment__reply:hover,.btn-primary:active,.motto__button-link:active,.locked__submit:active,.search-form__search-button:active,.minicart__button-cart:active,.account-button:active,.promo-code__submit:active,.cart-button:active,.add-comment__button--submit:active,.comment__reply:active:hover,.btn-primary.active,.active.motto__button-link,.active.locked__submit,.active.search-form__search-button,.active.minicart__button-cart,.active.account-button,.active.promo-code__submit,.active.cart-button,.active.add-comment__button--submit,.active.comment__reply:hover,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.motto__button-link,.show>.dropdown-toggle.locked__submit,.show>.dropdown-toggle.search-form__search-button,.show>.dropdown-toggle.minicart__button-cart,.show>.dropdown-toggle.account-button,.show>.dropdown-toggle.promo-code__submit,.show>.dropdown-toggle.cart-button,.show>.dropdown-toggle.add-comment__button--submit,.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,.btn-check:focus+.motto__button-link,.btn-check:focus+.locked__submit,.btn-check:focus+.search-form__search-button,.btn-check:focus+.minicart__button-cart,.btn-check:focus+.account-button,.btn-check:focus+.promo-code__submit,.btn-check:focus+.cart-button,.btn-check:focus+.add-comment__button--submit,.btn-check:focus+.comment__reply:hover,.btn-primary:focus,.motto__button-link:focus,.locked__submit:focus,.search-form__search-button:focus,.minicart__button-cart:focus,.account-button:focus,.promo-code__submit:focus,.cart-button:focus,.add-comment__button--submit:focus,.comment__reply:focus:hover,
.btn-primary:hover,.motto__button-link:hover,.locked__submit:hover,.search-form__search-button:hover,.minicart__button-cart:hover,.account-button:hover,.promo-code__submit:hover,.cart-button:hover,.add-comment__button--submit:hover,.comment__reply:hover {
  background-color: #333333;
}
.btn-check:checked+.btn-primary,.btn-check:checked+.motto__button-link,.btn-check:checked+.locked__submit,.btn-check:checked+.search-form__search-button,.btn-check:checked+.minicart__button-cart,.btn-check:checked+.account-button,.btn-check:checked+.promo-code__submit,.btn-check:checked+.cart-button,.btn-check:checked+.add-comment__button--submit,.btn-check:checked+.comment__reply:hover,.btn-check:active+.btn-primary,.btn-check:active+.motto__button-link,.btn-check:active+.locked__submit,.btn-check:active+.search-form__search-button,.btn-check:active+.minicart__button-cart,.btn-check:active+.account-button,.btn-check:active+.promo-code__submit,.btn-check:active+.cart-button,.btn-check:active+.add-comment__button--submit,.btn-check:active+.comment__reply:hover,.btn-primary:active,.motto__button-link:active,.locked__submit:active,.search-form__search-button:active,.minicart__button-cart:active,.account-button:active,.promo-code__submit:active,.cart-button:active,.add-comment__button--submit:active,.comment__reply:active:hover,.btn-primary.active,.active.motto__button-link,.active.locked__submit,.active.search-form__search-button,.active.minicart__button-cart,.active.account-button,.active.promo-code__submit,.active.cart-button,.active.add-comment__button--submit,.active.comment__reply:hover,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.motto__button-link,.show>.dropdown-toggle.locked__submit,.show>.dropdown-toggle.search-form__search-button,.show>.dropdown-toggle.minicart__button-cart,.show>.dropdown-toggle.account-button,.show>.dropdown-toggle.promo-code__submit,.show>.dropdown-toggle.cart-button,.show>.dropdown-toggle.add-comment__button--submit,.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,.btn-check:focus+.motto__button-link,.btn-check:focus+.locked__submit,.btn-check:focus+.search-form__search-button,.btn-check:focus+.minicart__button-cart,.btn-check:focus+.account-button,.btn-check:focus+.promo-code__submit,.btn-check:focus+.cart-button,.btn-check:focus+.add-comment__button--submit,.btn-check:focus+.comment__reply:hover,.btn-primary:focus,.motto__button-link:focus,.locked__submit:focus,.search-form__search-button:focus,.minicart__button-cart:focus,.account-button:focus,.promo-code__submit:focus,.cart-button:focus,.add-comment__button--submit:focus,.comment__reply:focus:hover,
.btn-primary:hover,.motto__button-link:hover,.locked__submit:hover,.search-form__search-button:hover,.minicart__button-cart:hover,.account-button:hover,.promo-code__submit:hover,.cart-button:hover,.add-comment__button--submit:hover,.comment__reply:hover {
  border-color: #333333
}
/*default gray*/
.cart-form__info,
.cart-form__items-wrapper, .account-form__items-wrapper,
.cart-table__tr--sum td,
.cart-table__th,
.qty-form__button,
.eshop-filters,
.eshop-menu__list,
.file-item,
.locked,
.add-comment,
.comment, .no-comment-yet,
.user-form,
.category,
.page-link:hover,.pagination__page-link:hover,
.article-item__img-wrapper, .product-item__img-wrapper, .category__img-wrapper,
/*.card,*/
.section-services li, .section--services li {
  background-color:rgba(var(--in-gray-rgb), 0.3);
}
.nav-tabs .nav-link:hover,.nav-tabs .section-tabs .item a:hover,.nav-tabs .section-tabs .item .eshop-menu__link--button:hover,.section-tabs .item .nav-tabs a:hover,.section-tabs .item .nav-tabs .eshop-menu__link--button:hover,.nav-tabs .section-tabs .item button.navbar__menu-link:hover,.section-tabs .item .nav-tabs button.navbar__menu-link:hover,.nav-tabs .nav-link:focus,.nav-tabs .section-tabs .item a:focus,.nav-tabs .section-tabs .item .eshop-menu__link--button:focus,.section-tabs .item .nav-tabs a:focus,.section-tabs .item .nav-tabs .eshop-menu__link--button:focus,.nav-tabs .section-tabs .item button.navbar__menu-link:focus,.section-tabs .item .nav-tabs button.navbar__menu-link:focus,
.nav-tabs .nav-link.active, .nav-tabs .section-tabs .item a.active, .nav-tabs .section-tabs .item .active.eshop-menu__link--button, .section-tabs .item .nav-tabs a.active, .section-tabs .item .nav-tabs .active.eshop-menu__link--button, .nav-tabs .section-tabs .item button.active.navbar__menu-link, .section-tabs .item .nav-tabs button.active.navbar__menu-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show .section-tabs .item a, .nav-tabs .nav-item.show .section-tabs .item .eshop-menu__link--button, .section-tabs .item .nav-tabs .nav-item.show a, .section-tabs .item .nav-tabs .nav-item.show .eshop-menu__link--button, .nav-tabs .nav-item.show .section-tabs .item button.navbar__menu-link, .section-tabs .item .nav-tabs .nav-item.show button.navbar__menu-link {
  border-color:var(--in-box-border) var(--in-box-border) var(--bs-body-bg);
}
hr
blockquote,
.navbar__search-button,
.form-select, .cart-form__select, .account-form__select,
.form-control, .add-comment__input, .cart-form__input, .promo-code__input, .account-form__input, .search-form__input, .user-form__input, .locked__input, .navbar__search-input,
.category,
.cart-table__divider--border,
.nav-tabs,
.product-item,
.section-contact .social-fb, .section-contact .social-tw, .section-contact .social-instagram, .section-contact .social-tripadvisor, .section-contact .social-youtube,
.pagination__page-item.disabled .page-link,.pagination__page-item.disabled .pagination__page-link,.page-item.disabled .page-link,.page-item.disabled .pagination__page-link,
.pagination__page-link {
  border-color:var(--in-box-border);
}
.product-item:hover {
  border-color:var(--in-box-border-hover);
}
.cart-form__info-icon {
  color:var(--bs-body-color);
}
/*table*/
.table {
  border-color:var(--in-table-border-color);
  color:var(--in-table-color);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--in-table-striped-bg);
}
.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--in-table-hover-bg);
}
@media(min-width: 768px) {
  .table>:not(:first-child) ,
  .table td {
    border-color: var(--in-table-border-color);
  }
}
/* Bloky s uzsim containerem - pokud je potreba predefinovat $line-width
====================================================================== */
.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta ,
.container--article .col-text.section-bg-light > *, .container--article .col-text.section-bg > *,
.container--article .section--header.section-bg-light > *,
.container--article .section--header.section-bg > *,
.container--article .section--text.section-bg-light > *,
.container--article .section--text.section-bg > *,
.container--article .section-blank.section-bg-light > *,
.container--article .section-blank.section-bg > *,
.container--article .section-title.section-bg-light > *,
.container--article .section-title.section-bg > *,
.container--article .section-header.section-bg-light > *,
.container--article .section-header.section-bg > *,
.container--article .section-cta.section-bg-light > *,
.container--article .section-cta.section-bg > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; 
}
.col-text.section-bg-light > * .section-content, .col-text.section-bg > * .section-content,
.section--header.section-bg-light > * .section-content,
.section--header.section-bg > * .section-content,
.section--text.section-bg-light > * .section-content,
.section--text.section-bg > * .section-content,
.section-blank.section-bg-light > * .section-content,
.section-blank.section-bg > * .section-content,
.section-title.section-bg-light > * .section-content,
.section-title.section-bg > * .section-content,
.section-header.section-bg-light > * .section-content,
.section-header.section-bg > * .section-content,
.section-cta.section-bg-light > * .section-content,
.section-cta.section-bg > * .section-content,
.section-pricelist.section-bg-light > * .section-content,
.section-pricelist.section-bg > * .section-content,
.container--article .col-text.section-bg-light > * .section-content, .container--article .col-text.section-bg > * .section-content,
.container--article .section--header.section-bg-light > * .section-content,
.container--article .section--header.section-bg > * .section-content,
.container--article .section--text.section-bg-light > * .section-content,
.container--article .section--text.section-bg > * .section-content,
.container--article .section-blank.section-bg-light > * .section-content,
.container--article .section-blank.section-bg > * .section-content,
.container--article .section-title.section-bg-light > * .section-content,
.container--article .section-title.section-bg > * .section-content,
.container--article .section-header.section-bg-light > * .section-content,
.container--article .section-header.section-bg > * .section-content,
.container--article .section-cta.section-bg-light > * .section-content,
.container--article .section-cta.section-bg > * .section-content {
  padding-left: 0;
  padding-right: 0; 
}
.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"],
.col-text.section-bg-light > *, .col-text.section-bg > *,
.section--header.section-bg-light > *,
.section--header.section-bg > *,
.section--text.section-bg-light > *,
.section--text.section-bg > *,
.section-blank.section-bg-light > *,
.section-blank.section-bg > *,
.section-title.section-bg-light > *,
.section-title.section-bg > *,
.section-header.section-bg-light > *,
.section-header.section-bg > *,
.section-cta.section-bg-light > *,
.section-cta.section-bg > *,
.section-pricelist.section-bg-light > *,
.section-pricelist.section-bg > *,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist {
  max-width: 100%; 
}
.container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
.container--article .section--header.section-bg-light,
.container--article .section--header.section-bg,
.container--article .section--text.section-bg-light,
.container--article .section--text.section-bg,
.container--article .section-blank.section-bg-light,
.container--article .section-blank.section-bg,
.container--article .section-title.section-bg-light,
.container--article .section-title.section-bg,
.container--article .section-header.section-bg-light,
.container--article .section-header.section-bg,
.container--article .section-cta.section-bg-light,
.container--article .section-cta.section-bg,
.col-text.section-bg-light, .col-text.section-bg,
.section--header.section-bg-light,
.section--header.section-bg,
.section--text.section-bg-light,
.section--text.section-bg,
.section-blank.section-bg-light,
.section-blank.section-bg,
.section-title.section-bg-light,
.section-title.section-bg,
.section-header.section-bg-light,
.section-header.section-bg,
.section-cta.section-bg-light,
.section-cta.section-bg,
.section-pricelist.section-bg-light,
.section-pricelist.section-bg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: none; 
}
@media (min-width: 576px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2); 
  } 
}
@media (min-width: 768px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
  } 
}
@media (min-width: 992px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2); 
  } 
}
@media (min-width: 1200px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2); 
  } 
}
@media (min-width: 1400px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2); 
  }
}
@media (min-width: 768px) {
  .user-form,
  .form-row--center .form-row__text,
  .account-form__fieldset,
  .form-row--center .form-row__text {
    max-width: 100%; 
  }
}
@media (min-width: 992px) {
  .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
    max-width: 100%;
  }
}
@media(min-width: 768px) {
  body,
  table,
  form,
  .accordion-button,
  .font-size-fluid, .col-text, .section--header,
  .section--text, .section-blank, .section-title,
  .section-header, .section-cta,
  .section-2-col-right-text, .section-2-col-left-text {
    font-size: calc(.12vw + 1rem);
    line-height: inherit;
  }
}