.overall-wrapper {
  overflow-x: hidden;
}
#header {
  position: relative;
  box-shadow: 0 0 50px #a7925b21;
  z-index: 3;
}
.top-navigation-contacts,
.top-navigation-menu {
  background-color: transparent;
}
.top-navigation-bar .dropdown button,
.top-navigation-bar a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px;
  display: inline-block;
}


@media (min-width:768px) {
body:not(.ordering-process).sticky #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.top-navigation-bar {
  background-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  border-top-color: var(--color-primary);
}
.top-navigation-bar .dropdown button,
.top-navigation-bar a {
  color: #fff;
}
}

.homepage-box {
  background-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  padding: 0;
  margin: 0;
}
.before-carousel .container {
  width: 100%;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
@media (min-width: 768px) {
  .navigation-in {
    background-color: transparent;
  }
  .navigation-in > ul > li {
    border-left-width: 0;
  }
  #navigation {
    height: 42px;
  }
  .navigation-in > ul > li > a {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .top-navigation-bar .container > div:last-child {
    text-align: right;
    flex-basis: 200px;
  }
  .header-top > div:last-child {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
  }
}
.navigation-in > ul > li > a {
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
}
.navigation-in ul li a b {
  font-weight: 800;
}
.top-navigation-bar .dropdown button:hover,
.top-navigation-bar a:hover {
  color: #222;
}
.h4.homepage-group-title,
h4.homepage-group-title {
  margin-top: 50px;
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 50px;
}
.products-block.products .p .name {
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0;
}
.products-block.products .p:hover .name {
    color: var(--color-primary);
}
.products > div {
  border-color: #fff;
}
.products-block .ratings-wrapper .availability {
  text-align: left;
}
.products-block .ratings-wrapper {
  min-height: unset;
  display: none;
}
.availability span[style="color:#009901"] {
  color: #222 !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}
.availability span[style="color:#009901"]:before {
  content: "";
  background: #009901;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
.products-block .p-bottom > .p_wrap {
  flex-direction: row-reverse;
}
.products-block.products .p .price span,
.products-block.products .p .price strong {
  font-size: 16px;
  font-weight: 400;
}
.products-block .p-bottom .p-tools {
  text-align: left;
}
.btn.add-to-cart-button:before,
.btn.btn-cart:before,
.btn.express-checkout-button:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before,
a.btn.express-checkout-button:before {
  content: "»";
  font-size: 16px;
  padding-left: 7px;
}
.product .btn.btn-cart,
.product .btn.btn-conversion,
.product a.btn.btn-cart,
.product a.btn.btn-conversion {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 7px 0; 
  text-underline-offset: 4px;
}
.p .btn-cart span {
  text-decoration: underline;
}
.p .btn-cart:hover span {
  text-decoration: none;
}
.products-block .p {
  background: #a7925b0a;
  padding: 10px 20px;
}
.header_phone {
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
}
.header_phone:hover {
  color: var(--color-primary);
}
.header_phone span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-weight: 300;
  text-transform: none;
  font-size: 12px;
}
.header_phone span:before {
  content: "";
  display: block;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.header_phone.open span:before {
  background: #0fae0f;
}
.btn.btn-default,
a.btn.btn-default {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary-hover);
  color: #fff;
}
.navigation-buttons a[data-target="cart"]::before,
.responsive-tools>a[data-target=search]:before,
.responsive-tools>a[data-target=navigation]:before,
.navigation-close::before,
.navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  -webkit-mask-image: url("/user/documents/upload/res/icons/icons_cart.svg");
  mask-image: url("/user/documents/upload/res/icons/icons_cart.svg");
}
.responsive-tools>a[data-target=search]:before {
-webkit-mask-image: url("/user/documents/upload/res/icons/icons_search.svg");
mask-image: url("/user/documents/upload/res/icons/icons_search.svg");
}
.responsive-tools>a[data-target=navigation]:before {
-webkit-mask-image: url("/user/documents/upload/res/icons/icons_menu.svg");
mask-image: url("/user/documents/upload/res/icons/icons_menu.svg");
}
.navigation-close::before, .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
-webkit-mask-image: url("/user/documents/upload/res/icons/icons_menu_close.svg");
mask-image: url("/user/documents/upload/res/icons/icons_menu_close.svg");
}
.header-top .btn.cart-count:before {
  margin-right: 10px;
}
.navigation-buttons a::before,
.navigation-close::before,
.header-top .btn.cart-count:before,
.responsive-tools>a[data-target=search]:before {background:#222;}
.navigation-close::before, .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {background:#fff;}
.navigation-buttons a:hover::before, .navigation-close:hover::before, .header-top .btn.cart-count:hover:before,
.responsive-tools>a[data-target=search]:hover:before {background: var(--color-primary);}
.navigation-buttons a[data-target="cart"] {
  color: #222;
}
.navigation-buttons a[data-target="cart"]:hover {
  color: var(--color-primary);
}

.form-control,
select {
  border-color: #fff;
  border-bottom: solid 2px #222;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #fff;
  box-shadow: none;
  border-bottom: solid 2px var(--color-tertiary);
}
.products-block .p a.image img {
  mix-blend-mode: multiply;
}
.breadcrumbs {
  background-color: transparent;
  border: none;
  isolation: isolate;
  position: relative;
}
.breadcrumbs:after {
  content: "";
  display: block;
  background: #fffcf4;
  position: absolute;
  width: 100dvw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.breadcrumbs > span#navigation-first,
.navigation-home-icon-wrapper:before {
  display: none;
}
.breadcrumbs,
.breadcrumbs a {
  color: #222;
  font-size: 12px;
}
.breadcrumbs > span > a:before {
  display: none;
}
.breadcrumbs > span > a:after {
  bottom: unset;
  transform: none;
  content: "»";
  height: unset;
  position: absolute;
  right: 2px;
  background: transparent;
}
.breadcrumbs > span > a {
  color: var(--color-primary);
  font-weight: 600;
}
.category-header,
.responsive-nav .shp-tabs-holder {
  background-color: #fff;
  border-bottom: solid 2px #222;
}
.shp-tab-link {
  background-color: #fff;
  color: #222;
  border: none !important;
}
.category-header input[type="radio"]:checked + label,
.active .shp-tab-link {
  background-color: #222;
  color: #fff;
  font-weight: 600;
}
.category-header input[type="radio"] + label:hover,
.shp-tab-link:hover {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
}
.p-detail-inner-header h1 {
  display: inline-block;
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
}
@media (min-width: 1440px) {
  .benefitBanner__item {
    flex: 1 1 20%;
  }
}
.benefitBanner__item {
  text-align: center;
  margin: 0;
  padding: 10px;
  flex-direction: column;
  gap: 10px;
}
.benefitBanner__title {
  font-size: 10px;
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto;
  display: block;
}

@media (max-width:991px) {
    .benefitBanner {
        display: flex;
        flex-wrap: wrap;
    }
    .benefitBanner__item {
        flex: 1 1 50%;
    }
}

.benefitBanner__picture {
    margin-right: 0;
}

@media (max-width:470px) {
    .benefitBanner__picture {
        flex: 0 0 50px;
        max-width: 50px;
    }
}

@media (max-width: 767px) {
    .content-wrapper.container .row > .wide-carousel {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navigation-in {
        background-color: #000;
        background-image: url("/user/documents/upload/res/hp_img.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-top: 50px;
        background-size: 80%;
    }
    .navigation-in > ul > li {
        border: none;
        text-align: center;
    }
    .navigation-in > ul > li:last-child {
        border-bottom-style: none;
    }
    .navigation-in > ul > li > a {
        color: #fff;
    }
    #navigation {
        padding-bottom: 50px;
        background: var(--color-primary);
    }
    body:not(.ordering-process).sticky #header {
        position: relative;
    }
    .header_phone {
        display: flex;
        justify-content: center;
        gap: 5px 20px;
        flex-wrap: wrap;
        padding: 5px 5px 0;
    }
    .header_phone span {
        font-weight: 400;
    }
    #header .site-name a {
        margin-top: -60px;
    }
    #header .cart-count {
        top: -45px;
    }
    #header {
        box-shadow: none;
    }
} /* Closing brace added here */

.navigation-buttons > a[data-target=cart] i {
    left: 22px;
    top: -5px;
}

.menu-helper:after, .menu-trigger:after {
    background-color: transparent;
    color: var(--color-primary);
}
    .footer-banner {
        padding: 0;
    }

@media (min-width: 1200px) {
    .footer-banner {
        width: calc((100% - 30px) / 4);
    }
}
@media (min-width: 992px) and (max-width:1199px) {
    .footer-banner {
        width: calc((100% - 20px) / 3);
    }
}
@media (min-width: 480px) and (max-width:991px) {
    .footer-banner {
        width: calc((100% - 10px) / 2);
    }
}
@media (max-width:767px) {
    .footer-banner {
        width: 100%;
    }
}

.footer-banners {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-banner a {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    padding: 10px;
}
.footer-banner a:hover {
    background: #fff;
}

.footer-banner img {
    width: 75px;
}

.footer-banner .extended-banner-title {
    font-weight: 800;position: unset;
    background: no-repeat;
    box-shadow: none;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    border: none;
    padding: 0;
}
.footer-banner .extended-banner-texts {position: unset;}
.footer-banner .extended-banner-title:hover {color: var(--color-primary);}
.footer-banners:before, .footer-banners:after {display: none;}

.products-block .flag.flag-custom2 {
    position: absolute;
    bottom: 0;
    right: 0;
        background-image: url("/user/documents/upload/res/icons/icons_benefit_czechflag.svg");
    background-size: cover;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: block;
    font-size: 0;
    max-width: unset;
}
.products-block {
    justify-content: center;
}
.wide-carousel {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
    .site-msg.information {
        background: #000;
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    .site-msg, .site-msg .close:before {
    color: var(--color-primary);
}
@media (min-width: 768px) {
    .site-msg.information {
        max-width: 100%;
        position: unset;
    }
}
@media (max-width:767px) {
.site-msg.information {
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    opacity: 1;
}
}

.products-block .flag.flag-custom2 {
    background-image: url(/user/documents/upload/res/icons/icons_benefit_czechflag_alt.svg);z-index:1;
}
.homepage-box.welcome-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer {  margin-top: -2px;  background: #222;
    color: #fff;
    border: none;}
#footer>.container {
    background: transparent;
}
    #footer .site-name {
        display: none;
    }
.custom-footer {
        padding: 75px 20px;justify-content: center;
}
#footer h4 {
    margin: 0 0 20px;
    letter-spacing: 1px;
    color: #9f925f;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4;
}
#footer .contact-box a, #footer .news-item-widget a, #footer .password-helper a, #footer ul a {
    color: #fff;
}
#footer .contact-box a:hover, #footer .news-item-widget a:hover, #footer .password-helper a:hover, #footer ul a:hover {
    color: var(--color-primary);
}
.custom-footer, .footer-bottom, .footer-links-icons {
    border: none !important;
}
.contact-box ul li>span {
    display: flex;
    padding-left: 0;
    align-items: center;
    gap: 20px;
}
.contact-box ul li>span:before {
    position: unset;
    width: 40px;
    height: 40px;
    background: #9f925f;
    border-radius: 100%;
    display: grid;
    place-content: center;
        flex: 1 0 40px;max-width: 40px;
}

::-webkit-details-marker {display: none !important;}
.basic-description > h3:first-child {display: none;}
details {width:100%;
transition: all 0.5s ease;
  min-height: 5px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 5px;
}

details[open] {
  min-height: 50px;
}

details p {
    color: #222;
    font-size: 18px;
    padding: 35px 25px 25px;
    line-height: 1.6;
}

summary {
    font-size: 20px;
    font-weight: 600;
    padding: 25px 50px 25px 25px;
    cursor: pointer;
    background: #f1f1f1;
}
/* removed outline as for codepen only
  don't remove focus on elements
  it's bad accessibility
  don't be _that_ guy
*/
summary:focus {
  outline: none;
}

summary::-webkit-details-marker {
  display: none
}

summary::after {
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\276F";
    transform: translateY(-50%) rotate(90deg);
    transition: .3s ease;
}
details[open] summary {
    background: var(--color-primary);
    color: #fff;
}
details[open] summary::after {
content: '\e912';
    font-family: shoptet;
    font-size: 15px;
    top: 0;
    transform: translateY(0);
    transition: .3s ease;
    color:#fff;
}
details ul {margin: 10px 0 30px;}
details li {
color: #222;
    font-size: 18px;
    line-height: 1.6;
}
details a {color: #55bdc7;}
details a:hover {color: #55bdc7;text-decoration:underline;}

details[open] summary:hover::after {
  animation: pulse 1s ease;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#custom_desc {}
#custom_benefits {
    margin: 10px 0 30px;
}
#custom_benefits li {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}
#custom_benefits li::marker, details li::marker {color:var(--color-primary);}

details table {
    width: calc(100% - 60px);
    margin: 30px;
}
details td, details th {
    padding: 10px;
}
details th {
    background: #222;
    color: #fff;
}
details tr:nth-child(odd):not(:first-child) {background: #f1f1f1;} 
details td:first-child {font-weight:600;}
details th:first-child {text-align: left;}
details td:last-child {text-align: center;}

@media (max-width: 767px) {
details table {
    width: 100%;
    margin: 30px 0;
}
.description-inner {
    padding: 0;
}
}
.footer-banners:before {
    content: 'Zvolte tyto produkty, pokud chcete:';
    margin-top: 50px;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    font-size: 26px;
    text-align: center;
}

.scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 100px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2;
        transform: translateX(-50%);
}
.scroll-down::before,
.scroll-down::after {
content: "";
position: absolute;
top: 20%;
left: 50%;
height: 10px;
width: 10px;
transform: translate(-50%, -100%) rotate(45deg);
border: 2px solid #fff;
border-top: transparent;
border-left: transparent;
animation: scroll-down 1s ease-in-out infinite;
}
.scroll-down::before {
top: 30%;
animation-delay: 0.3s;
/* animation: scroll-down 1s ease-in-out infinite; */
}

@keyframes scroll-down {
0% {
/* top:20%; */
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
top: 90%;
opacity: 0;
}
}
html {
scroll-behavior: smooth;
}

.menu-helper.visible {
    margin-top: 5px;
}
.navigation-in > ul > li.menu-item-745 > a {
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
        justify-content: center;
}
@media (min-width: 768px) {
    #navigation {
        margin-bottom: -1px;
    }
.navigation-in > ul > li.menu-item-745 > a:after {
    font-size: 20px;
    font-family: shoptet;
    content: "\e914";
}
}
@media (min-width: 480px) and (max-width: 767px) {
    .navigation-window-visible #navigation {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navigation-in ul.menu-level-2 li a {
        padding: 10px 20px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }
.navigation-in > ul > li.exp ~ li a {
        color: #a3a3a3;
}
.menu-level-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.navigation-in>ul>li:first-child {
    grid-column: span 2;
}
.navigation-in > ul > li.menu-item-745 .menu-level-2 {display:block;padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 10px;}
li.menu-item-745>a .submenu-arrow {display: none;}
}

@media (max-width: 767px) {
.navigation-in {
        background-size: 55%;
    }
.scroll-down {
    bottom: 20px;
}
}