/* VARIABLES - COLORS */
:root {
  --color-primary: #444444;
  --color-secondary: #96d35f;
  --color-tertiary: #f0f0f0;
  --color-tertiary-hover: #f0f0f0;
  --color-dark: #444444;
  --side-panel-header-bg: var(--color-dark) !important;
  --side-panel-header-color: #ffffff !important;
  --basket-bg: #e8f5e2 !important;
  --basket-discount-bg: #fed9de !important;
  --basket-free-delivery-bg: #e6eaf8 !important;
  --basket-free-delivery-top-bg: #d0d8f2 !important;
  --footer-bg: var(--color-dark) !important;
  --footer-bottom-bg: #0f0f0f !important;
  --footer-bottom-color: #ffffff !important;
  --footer-color: #444444 !important;
  --footer-color-hover: #ffffff !important;
  --footer-highlighted-color: var(--color-primary) !important;
  --header-bg: var(--color-dark) !important;
  --header-color: #c4cad5 !important;
  --header-color-hover: #ffffff !important;
  --header-secondary-navigation-color: #444444 !important;
  --color-top-category-black: #000 !important;
  --color-accent: #b46e3b !important;
}
body {
  background-color: #f8f8f8 !important;
}

* {
  font-family: "Poppins" !important;
}

/* COLOR - ACCENT LINKS */
.welcome a,
.category__secondDescription a {
  text-decoration: underline !important;
  color: var(--color-accent) !important;
}

.top-navigation-bar,
.submenu-visible:not(.menu-helper-visible) .top-navigation-bar {
  background-color: var(--color-dark);
}

#header {
  background-color: transparent;
}
#header .cart-count {
  background-color: var(--color-dark);
  border-radius: 40px;
  font-weight: bold;
  color: white;
}
#header .cart-count:hover {
  background-color: var(--color-secondary);
}
.header-top .btn.cart-count:hover *,
.header-top .btn.cart-count:before,
.header-top .btn.cart-count:after {
  color: white !important;
}
.search input[type="search"].form-control {
  background-color: white;
  border-color: var(--color-tertiary);
  box-shadow: 16px 16px 24px rgba(0, 0, 0, 0.04);
}
.search .btn.btn-default,
.search a.btn.btn-default {
  background-color: var(--color-primary);
  color: var(--color-primary);
}
.search .btn.btn-default:before,
.search a.btn.btn-default:before {
  color: white;
}
.search .btn.btn-default:hover:before {
  color: white;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: var(--color-secondary);
  color: var(--color-secondary);
}
.navigation-in ul li a {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
}
.navigation-in ul li a:hover {
  color: var(--color-accent);
}
@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    background-color: var(--color-tertiary);
  }
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > a:after {
    font-size: 6px;
  }
}
/*Dark colors and Dark Base Elements */
.navigation-buttons > a,
.navigation-buttons a[data-target="cart"],
.navigation-buttons > a[data-target="login"]:before {
  color: var(--color-primary);
}
.navigation-buttons > a.top-nav-button-account,
.navigation-buttons > a.top-nav-button-login {
  border-radius: 80px;
  border: 1px solid var(--color-primary);
}
.rate-star-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
/*.rate-star-wrap .stars {
	height: 30px;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}*/
.menu-helper {
  background-color: transparent;
}
.benefitBanner {
  gap: 10px;
  margin-bottom: 30px;
}
.benefitBanner__item,
.benefitBanner__item:last-child {
  background-color: white;
  border-radius: 8px;
  padding: 24px 16px;
  min-height: 140px;
  box-shadow: 16px 16px 24px rgba(0, 0, 0, 0.02);
  align-self: stretch;
  box-sizing: border-box;
  margin: 0;
}
.benefitBanner__picture,
.benefitBanner__picture img {
  max-height: 40px;
  max-width: 40px;
}
.benefitBanner__picture {
  height: 60px;
}
.benefitBanner__title {
  font-weight: 600;
}
.benefitBanner__data {
  color: var(--color-primary);
  opacity: 80%;
}
@media (max-width: 1199px) {
  .benefitBanner {
    gap: 10px;
  }
  .benefitBanner__item {
    width: 48%;
    flex: 0 0 48%;
    max-width: 100%;
    margin-bottom: 0px;
    align-items: flex-start;
  }
}
@media (max-width: 552px) {
  .benefitBanner__title {
    max-width: 100px;
  }
  .benefitBanner__data {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .benefitBanner__item,
  .multiple-columns-body .benefitBanner__item {
    flex: 1 1 24%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-primary);
}
.menu-helper > span {
  border: none;
}
#hodnoceniobchodu {
  display: none !important;
}
.welcome {
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.in-index .position--benefitHomepage {
  margin: 0 0 40px 0;
}
.type-post #content-wrapper {
  max-width: 1000px;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .menu-image {
  flex: 0 0 70px;
}
.top-category-addon .menu-content > div > div > a {
  color: var(--color-primary);
  font-size: 14px;
}
@media (min-width: 768px) {
  .type-detail .position--benefitProduct {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  #navigation {
    margin-bottom: 16px;
    position: relative;
    background-color: var(--color-tertiary);
    border-radius: 8px;
  }
  .navigation-in > ul > li:first-child > a {
    padding-left: 16px !important;
  }
  .menu-helper {
    bottom: 16px;
    right: 16px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 64px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .welcome__right-panel {
    width: 35%;
    max-width: 35%;
    flex: 0 0 35%;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    margin-top: 0px;
  }
}
.footer-item.footer-item-newsletter .compact-form .btn:hover {
  color: white;
}
@media (min-width: 768px) {
  .footer-item.footer-item-newsletter:after {
    bottom: -60px;
    left: 20%;
    transform: translateX(-50%);
    width: 393px;
    height: 277px;
  }
}
@media (min-width: 768px) {
  .partners__image-block {
    height: 150px;
    max-width: 220px;
  }
}
.footer-item.footer-item-newsletter {
  width: 100%;
  background-color: #c3b9ad;
  align-items: center;
}
.footer-item.footer-item-newsletter .newsletter-header {
  max-width: 100%;
  width: 100%;
}
.footer-item.footer-item-newsletter .compact-form .btn {
  margin-top: 10px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.footer-item.footer-item-newsletter .compact-form {
  max-width: 640px;
}
.img-review {
  max-height: 60px;
  margin-right: 16px;
}
#choose-variant {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  font-size: 20px;
}
#choose-variant:after {
  content: "\e900";
  display: inline-block;
  vertical-align: middle;
  font-family: "apollo";
  margin-left: 10px;
  font-size: 10px;
  color: inherit;
}
#choose-variant:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
.categories-new-design #categories .topic.active > a,
.categories-new-design .box .categories ul li.active > a {
  background-color: var(--color-secondary);
}
.type-post #content .next-prev a {
  color: white;
}
.partners__content {
  border-radius: 10px;
}
.welcome ul > li,
.welcome ol > li {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-category-addon.top-category-addon-tablet-3 .menu-level-2 > li {
    flex: 0 0 calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .top-category-addon.is-menu-style-row:not(.is-slider) .menu-image {
    flex: 0 0 80px;
  }
  .top-category-addon.top-category-addon-tablet-3 .menu-level-2 > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .top-category-addon .menu-content > div > div > a {
    text-align: center;
  }
  .top-category-addon .menu-image img {
    max-height: 60px;
  }
  .template-11.tursky-apollo .top-category-addon .container {
    padding: 0;
  }
}
.top-category-addon.is-border .menu-content {
  border: 2px solid white;
}
.top-category-addon .menu-content > div > div > a {
  text-transform: uppercase;
  text-decoration: underline;
}
.top-category-addon.is-border .menu-content:hover {
  border-color: var(--color-secondary);
}
.top-category-addon .menu-content:hover > div > div > a {
  color: var(--color-secondary);
}
.topInfoBar {
  background-color: #986536 !important;
  font-weight: 600;
  line-height: 1.5;
  color: white !important;
}
.topInfoBar a {
  background: white;
  text-decoration: none;
  padding: 2px 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .topInfoBar {
    font-size: 14px;
  }
  .topInfoBar a {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .top-category-addon.is-menu-style-row:not(.is-slider) .menu-content {
    flex-direction: column;
  }
  .top-category-addon.is-menu-style-row:not(.is-slider).no-submenu
    .top-category-text-block {
    padding-top: 0;
  }
}
.body-banners img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .body-banners img {
    border-radius: 10px;
  }
}

/* HP - SPACES */

.middle-banners-wrapper,
.products-group,
.top-category-addon,
.ratings-block,
.homepage-box.welcome-wrapper,
.partners-block {
  margin-top: 70px;
  margin-bottom: 70px;
}
h4.homepage-group-title,
.h4.homepage-group-title {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .middle-banners-wrapper,
  .products-group,
  .top-category-addon,
  .ratings-block,
  .homepage-box.welcome-wrapper,
  .partners-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.news-item .text .description p {
  line-height: 1.4 !important;
  color: #666;
  display: block;
  display: -webkit-box;
  height: 80px;
  line-height: 1;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-navigation-menu-trigger {
  height: 28px;
}
.top-navigation-tools .dropdown button:before,
.top-navigation-tools--language .dropdown button:before,
.top-navigation-menu-trigger:after,
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a,
.top-navigation-menu-trigger,
.top-navigation-bar a,
.top-navigation-bar .dropdown button,
.top-navigation-bar .dropdown button,
.top-navigation-tools .dropdown button:after,
.top-navigation-tools--language .dropdown button:after {
  color: rgba(255, 255, 255, 0.75);
}
.top-navigation-bar-menu li a:hover,
.top-navigation-bar-menu-helper li a:hover,
.top-navigation-bar .dropdown button:hover {
  color: white;
}
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a,
.top-navigation-menu-trigger,
.top-navigation-bar a,
.top-navigation-bar .dropdown button,
.top-navigation-bar .dropdown button {
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    right: 0px;
  }
}
.responsive-tools > a[data-target="navigation"]:before,
.responsive-tools > a[data-target="navigation"]:after {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .responsive-tools .click-cart {
    padding: 10px;
    margin-left: 6px;
  }
}
.navigation-window-visible .responsive-tools > a[data-target="navigation"] {
  background: var(--color-secondary);
}
.top-navigation-bar .top-navigation-contacts a span {
  color: var(--color-primary);
}
.top-navigation-menu-visible .top-navigation-menu-trigger,
.top-navigation-bar-menu-helper {
  background-color: var(--color-dark);
}
@media (min-width: 768px) {
  .products-block .p-bottom .price-additional {
    font-size: 12px;
  }
}
.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-size: 18px;
}

/* Description Tables */

.basic-description table {
  max-width: 100% !important;
  width: 100% !important;
}
.basic-description table tr {
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
}
.basic-description table td {
  text-align: left !important;
  padding: 8px !important;
}

/* B2B PAGE STYLES */
.in-b2b .content-in ul li {
}
.in-b2b #content-in > article > div > p,
.in-b2b #content-in > article > div > ul > li {
  font-size: 1rem;
  line-height: 1.25rem;
}
.in-b2b #content-in > article > div > ul {
  margin-left: 2rem !important;
}
.in-b2b #content-in > article > div > ul > li {
  list-style-type: none;
}
.in-b2b #content-in > article > div > ul > li:before {
  content: "›";
  color: #f56b00;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 0;
  margin-right: 0.8rem;
}
.in-b2b.type-page #content-in > article > div > h2 {
  margin-top: 3.5rem;
}
.benefit-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.benefit-boxes article {
  flex-grow: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 10px;
  padding: 20px;
  background-color: #fff3e9;
}
.benefit-boxes article .icon {
  height: 60px;
  margin-bottom: 20px;
}
.benefit-boxes article .caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 80%;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.partners img {
  display: flex;
  width: 16%;
  padding: 20px;
}
.cta-card {
  width: 100%;
  background-color: #fff3e9;
  border: 1px solid #f56b00;
  padding: 40px 20px;
  margin: 30px 0;
}
.cta-card h3 {
  color: #f56b00;
}
.cta-card p {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 552px) {
  .benefit-boxes article {
    width: 45%;
    margin: 5px;
    padding: 15px;
  }
  .benefit-boxes article .icon {
    height: 40px;
  }
  .benefit-boxes article .caption {
    font-size: 15px;
    width: 100%;
  }
}

/* TYPOGRAPHY */

@media only screen and (min-width: 40.063em) {
  .type-post #content h1 {
    font-weight: 500;
  }
  .type-post #content h2 {
    font-size: 18pt;
  }
  .type-post #content h3 {
    font-size: 16pt;
  }
  .type-post #content h4 {
    font-size: 14pt;
  }
}

/* DETAIL POST STYLES */

.type-post #content,
#content-in ul li,
#content-in ol li {
  font-size: 12pt;
  line-height: 1.7;
}
.type-post #content p a {
  color: var(--color-accent);
}
.type-post #content a:hover {
  color: black;
}
.type-post #content blockquote {
  background: #f56b0014;
  margin: 0;
  padding: 30px;
}
.type-post #content blockquote p {
  margin-bottom: 0;
}
.type-post #content blockquote p:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/user/documents/upload/media/idea2.png");
  background-size: contain;
  margin-right: 8px;
}
.type-post #content .next-prev a {
  text-decoration: none;
}
.type-post #content h2,
.type-post #content h3,
.type-post #content h4 {
  font-weight: 700;
}
.type-post #content h2 {
  margin-top: 56px;
}
.type-post #content h3 {
  margin-top: 48px;
}
.type-post #content h4 {
  margin-top: 40px;
}
.type-post #content p,
.type-post #content ul,
.type-post #content blockquote,
.type-post #content table {
  margin-bottom: 32px;
}
.type-post #content p {
  font-size: 12pt;
}
.type-post #content p img {
  margin-top: 24px;
}
.type-post #content p a img {
  margin: 0;
}
.type-post #content .btn-default {
  text-decoration: none;
  font-size: 16px;
  color: white;
}

/* DETAIL POST - PRODUCTS */

.type-post #content figure.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .type-post #content figure.products {
    padding: 0;
  }
}
.type-post #content figure.products a {
  flex-grow: 1;
  width: 30%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: black;
}
.type-post #content figure.products a:hover img {
  opacity: 1;
}
.type-post #content figure.products a:hover img {
  opacity: 0.6;
  transition: all ease 0.3s;
}
.type-post #content figure.products a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/user/documents/upload/arrow.svg");
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}
.type-post #content figure.products a img {
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .type-post #content figure.products a {
    width: 48%;
  }
  .type-post #content figure.products a:after {
    width: 25px;
    height: 25px;
  }
}
.type-post #content figure.cta {
  background: #f56b0014;
  margin: 0;
  padding: 30px;
  text-align: center;
  margin-bottom: 32px;
  border: 1px solid #f56b003b;
}
.type-post #content figure.cta * {
  margin: 0;
}
.type-post #content figure.cta h2,
.type-post #content figure.cta p {
  margin-bottom: 16px;
}
.news-item-detail .text a {
  color: var(--color-accent);
}

.benefitBanner__item,
.benefitBanner__item:last-child {
  min-height: auto;
}

.welcome h1 {
  text-align: center;
}

@media (min-width: 768px) {
  .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty) {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .top-category-addon.top-category-addon-columns-4 .menu-level-2 > li {
    flex: 0 0 calc(100% / 5);
  }
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
