:root {
  --in-primary: #E5F820 /*var(--bs-primary)*/;
  --in-primary-rgb: var(--bs-primary-rgb);
  --in-gray-bg: #1E2124;
  --in-gray-bg-rgb:30,33,36;
  --in-gray-border: #3C4248;
  --in-body-bg: #000000;
  --in-body-color: #ffffff;

  --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(--in-body-color);
  --in-table-border-color: var(--in-gray-border);
  --in-table-hover-bg: var(--in-gray-bg);
  --in-table-striped-bg: var(--in-gray-bg);

  --bs-body-font-size:1.1rem;
}

body {
  font-size: var(--bs-body-font-size);
}

.sitemap > li.sitemap__item > span { display: none }

.breadcrumb__list {
  white-space: normal;
}

/*odsazenÃ­ textu od h1*/
.container--article h1+p,
.container--article .h1+p {
  margin-top: unset;
}

/*index padding*/
#index #main {
  padding-top: 0;
}

#index .main,
#index .container--article,
#index .main>.container:first-child {
  padding-bottom: 0;
}

#index .footer {
  padding-top: unset;
}

/*header*/
.header {
  box-shadow: 0px 3px 10px #00000024;
}

/*vlastní motiv*/

.motive.custom-motive {
  display:none;
}

#index .motive.custom-motive {
  display:block;
}

.motive.custom-motive{
  max-height: 100%
}

.motive:not(.fullscreen)>.section-carousel .carousel {
  max-height: unset;
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img,
.motive:not(.fullscreen)>.section-carousel .carousel-inner .item img,
.carousel-inner .motive:not(.fullscreen)>.section-carousel .item img {
  max-height: 35rem;
}

.custom-motive .section-container.section-carousel {
  padding: 0;
}

.custom-motive .carousel-caption {
  right: 0;
  bottom: 0;
  top:0;
  left: 0;
  color:var(--in-body-color);
  background: rgba(var(--in-gray-bg-rgb), 0.3);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding: 0.5rem 1rem;
  font-size:1.65rem;
  font-weight:700;
  text-shadow: 5px 5px 9px black;
}

.custom-motive .carousel-caption * {
  max-width:500px;
}
.custom-motive .carousel-caption h2{
  font-size: calc(3rem + 1vw);
  font-weight:700;
}

@media (max-width: 768px) {
  .custom-motive .carousel-caption {
    position: relative;
    color:inherit;
    font-size:1.1rem;
    font-weight:normal
  }
  .custom-motive .carousel-caption h2{
    font-size: calc(1.5rem + 1vw);
    font-weight:700;
  }

}

/* navbar */
.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom:1px solid var(--in-box-border)
}

button.navbar__menu-link,
.navbar__menu-link,
.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: var(--in-body-color);
}

.navbar__menu-item > .navbar__menu-link {
  position:relative;
}

.navbar__menu-item.active .navbar__menu-item.active {
  border-color: transparent;
}

.navbar__menu-link:hover:after,
.navbar__menu-item.active > .navbar__menu-link:after {
  content: '';
  position: absolute;
  top: 85%;
  left: 8px;
  width: 50%;
  height: 1px;
  background-color: var(--in-primary) 
}

.navbar__menu-item > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
  content: '';
  position: absolute;
  top: 10%;
  left: -1px;
  width: 1px;
  height: 80%;
}

/*obrazky v menu*/
#menu-item-419991 a,  /*fb*/ 
#menu-item-419992 a,  /*instagram*/
#menu-item-419993 a  /*youtube*/ {  
  font-size:0;
  background-size:contain;
  width: 40px; 
  height: 40px; 
  text-align: center;
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg">    <filter id="recolor" color-interpolation-filters="sRGB">      <feColorMatrix type="matrix" values="        0 0 0 0 1        0 0 0 0 1        0 0 0 0 1        0 0 0 1 0      "/>    </filter>  </svg>  #recolor');
  margin:0px 5px;
}

#menu-item-419991 a{  /*fb*/ 
  background: transparent url(https://www.czech-dogrun.cz/static/icons/facebook.svg) no-repeat;
}
#menu-item-419992 a{  /*instagram*/ 
  background: transparent url(https://www.czech-dogrun.cz/static/icons/instagram.svg) no-repeat;
}
#menu-item-419993 a{  /*youtube*/ 
  background: transparent url(https://www.czech-dogrun.cz/static/icons/youtube.svg) no-repeat;
  margin:0px 20px 0px 5px;
}

#menu-item-419994 a{  /*logo*/ 
  background: transparent url(/obrazek/3/logo-czech-dog-run-200-png/) no-repeat;
  font-size:0;
  background-size:contain;
  width: 100px; 
  height: 100px; 
  text-align: center;
  margin:0px 10px;
}

#menu-item-419991 a:after,  /*fb*/ 
#menu-item-419992 a:after,  /*instagram*/
#menu-item-419993 a:after,  /*youtube*/ 
#menu-item-419994 a:after {
  display:none;
}

#menu-item-419991 a:hover,  /*fb*/ 
#menu-item-419992 a:hover,    /*instagram*/
#menu-item-419993 a:hover,    /*youtube*/
#menu-item-419994 a:hover{   /*logo*/
  opacity:0.6
}

@media (max-width: 992px) {
  #menu-item-419991,  /*fb*/ 
  #menu-item-419992,  /*instagram*/
  #menu-item-419993  /*youtube*/  {
    order:1
  }

  #menu-item-419994 {
    order:-1
  }
}

@media (min-width: 992px) {

  .navbar__menu > .navbar__menu-list {
    align-items:center
  }

  .navbar__menu > .navbar__menu-list >  .navbar__menu-item {
    align-items:center;
    display:flex;
  }

  .navbar__brand {flex:0}
  .navbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/**/
.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: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

.section-container:not(.section-bg)+p+.section-container:not(.section-bg) {
  padding-top: 0;
}

section .section-bg-light,
section .section--bg,
section .section-bg {
  padding: 1rem !important;
  margin: 0;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}


.section-3-col-bottom-text .section-cell-item,
.section-3-col-top-text .section-cell-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset
}


.section-3-col-bottom-text .section-cell-parent .section-cell-item,
.section-3-col-bottom-text .section-cell-parent .section-cell-item {
  margin-bottom: 20px;
}


/*trate*/
.section-trate .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width:992px) {
  .section-trate .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33%;
  }
}

@media (max-width:768px) {
  .section-trate .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

/*sponzori*/

.section-sponzori .row{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap!important;
  justify-content:center;
}

.section-sponzori .row  .section-cell-item{
  display:flex;
  flex-direction:row;
  padding:15px;
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:180px;
}
.section-sponzori .row .section-cell-item img {
  width:auto;
  max-height:90px
}

/***/
.section-max-height .section-dynamic-container {
  max-height:450px;
  overflow:auto;
  scrollbar-width: thin;
  scrollbar-color: var(--in-body-color) var(--in-gray-border);
}

.section-max-height .section-dynamic-container::-webkit-scrollbar {
  width: 11px;
}
.section-max-height .section-dynamic-container::-webkit-scrollbar-track {
  background: var(--in-gray-border);
}
.section-max-height .section-dynamic-container::-webkit-scrollbar-thumb {
  background-color: var(--in-body-color) ;
  border-radius: 6px;
  border: 3px solid var(--in-gray-border);
}


/*============Ãºprava barev=============*/

/*body color/background*/
body,
.header,
#main,
.breadcrumb,
.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 {
  background-color: var(--in-body-bg);
}

body,
.breadcrumb__current{
  color: var(--in-body-color);
}


/*color primary**/

.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);
}

.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: var(--in-primary);
}

.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 {
  color: var(--in-primary);
}

.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: transparent;
}

.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: var(--in-primary);
}

/*color gray*/
.search-form-wrapper,
.sitemap,
.navbar__menu-item--has-childs .navbar__menu-list,
.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: var(--in-box-bg);
}

.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);
}

.navbar__menu-item--has-childs .navbar__menu-list,
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,
.footer__social-link,
.section-contact .social-link,
.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 - color, bg, border*/

.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%;
  }
}