:root {
  --color-blue: #ddecf1;
  --color-green: #37a237;
  --color-gray-light: #f6f1e0;
  --color-green: #37a237;
  --color-black: #1f2c33;
  --color-white: #fff;
  --font-primary: "Poppins";
  --font-secondary: "Poppins";

  --contact-form-title-color: var(--color-primary);
  --contact-form-link-color: var(--color-primary);
  --contact-form-icon-color: var(--color-primary);
}

* {
  font-family: "Poppins" !important;
}

body {
  background-color: #fff !important;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}

.navigation-in > ul > li.ext > a > span.submenu-arrow {
  display: flex;
}

.is-header-black .navigation-in > ul > li > a:hover {
}

.products-block .p-bottom .p-desc ul,
.products-block .p-bottom .p-desc p {
  margin: 0;
}

.submenu-arrow {
  color: var(--color-green);
  font-size: 8px;
}

@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .welcome-logo {
    /* margin-left: 0 !important; */
  }
  .overall-wrapper {
    overflow-x: hidden;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 95px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 110px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 135px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .languagesMenu {
    padding: 0;
  }
}

.welcome__right-panel img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
}

.swiper-pagination {
  display: none;
}

.products-block .p-bottom .p-desc .description-inner {
  margin: 0;
  padding: 0;
}

.products-block .p-bottom .p-desc {
  display: block;
}

.products-block .p-bottom .p-desc p {
  margin-bottom: 0;
}

.products-block .p-bottom .p-desc p strong {
  font-weight: 400;
}

.btn.btn-primary,
a.btn.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-black);
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: var(--color-black);
}

@media (min-width: 768px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 115px;
  }

  .is-header-info-banner .popup-widget.cart-widget {
    top: 115px;
  }

  .is-header-info-banner.admin-logged .popup-widget.login-widget {
    top: 140px;
  }

  .is-header-info-banner.admin-logged .popup-widget.cart-widget {
    top: 140px;
  }
}

@media (min-width: 992px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 140px;
  }

  .is-header-info-banner .popup-widget.cart-widget {
    top: 140px;
  }

  .is-header-info-banner.admin-logged .popup-widget.login-widget {
    top: 165px;
  }

  .is-header-info-banner.admin-logged .popup-widget.cart-widget {
    top: 165px;
  }
}

/* HEADER BANNER */

:root {
  --color-header-banner-info-bg: black;
  --color-header-banner-info-text-color: white;
}

.header-info-banner {
  position: relative;
  background-color: #000000;
  background-color: var(--color-header-banner-info-bg);
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-size: 13px;
}

.header-info-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px 15px;
}

.header-info-banner__left-panel {
  display: block;
  width: 100%;
  text-align: center;
}

.header-info-banner__right-panel {
  margin-top: 5px;
}

.header-info-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  cursor: pointer;
}

.header-info-banner__close:before {
  content: "\e921";
  font-family: "apollo" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.header-info-banner__close:hover:before {
  /* color: red; */
}

.header-info-banner__text {
  flex: auto;
  color: white;
  color: var(--color-header-banner-info-text-color);
  text-decoration: underline;
  line-height: 1.6;
}

.header-info-banner.no-text .header-info-banner__text {
  text-decoration: none;
}

.header-info-banner__text a {
  color: white;
  color: var(--color-header-banner-info-text-color);
}

.header-info-banner__text a:hover {
  text-decoration: none;
}

.header-info-banner__right-panel {
  text-align: right;
}

.header-info-banner__right-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
}

.header-info-banner__right-panel a:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.header-info-banner.is-centered {
  text-align: center;
  justify-content: center;
}

.header-info-banner.is-centered .header-info-banner__content {
  justify-content: center;
}

@media (min-width: 768px) {
  .header-info-banner__right-panel {
    margin-left: 15px;
    margin-top: 0;
  }
  .header-info-banner__left-panel {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
  }
  .header-info-banner__content {
    padding: 0;
    height: 40px;
    justify-content: space-between;
  }
  .header-info-banner__right-panel a {
    padding: 4px 15px;
  }
  .header-info-banner {
    font-size: 14px;
  }
  .header-info-banner__right-panel a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .header-info-banner__close {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  background-color: white;
}

.carousel .extended-banner-title:not(:empty) {
  color: var(--color-black);
}

.carousel .extended-banner-text:not(:empty) {
  color: var(--color-black);
}

.middle-banners-wrapper .extended-banner-link:not(:empty),
.body-banners .extended-banner-link:not(:empty),
.banners-top-block .extended-banner-link:not(:empty),
.next-to-carousel-banners .extended-banner-link:not(:empty),
.banner-category .extended-banner-link:not(:empty),
.carousel .extended-banner-link:not(:empty) {
  background-color: var(--color-secondary);
  color: var(--color-black);
}

.middle-banners-wrapper .extended-banner-link:not(:empty):hover,
.body-banners .extended-banner-link:not(:empty):hover,
.banners-top-block .extended-banner-link:not(:empty):hover,
.next-to-carousel-banners .extended-banner-link:not(:empty):hover,
.banner-category .extended-banner-link:not(:empty):hover,
.carousel .extended-banner-link:not(:empty):hover {
  background-color: var(--color-secondary-hover);
}

@media (min-width: 767px) {
  .menu-image img {
    max-height: 110px;
    min-height: 110px;
  }
}

.is-header-black.submenu-visible:not(.menu-helper-visible) #header,
.is-header-black #header {
  background-color: white;
}

.basic-description .iframe-responsive {
  border-radius: 0;
}
.basic-description .iframe-responsive + br + span a,
.basic-description .iframe-responsive + span a {
  font-size: 16px;
}

.basic-description iframe {
  border-radius: 0;
}

body .back-to-top i:before,
.sidepanel-rating__content .sidepanel-rating__btn.btn.btn-secondary:after,
.sidepanel-rating__content .sidepanel-rating__btn.btn.btn-secondary,
.category-header input[type="radio"]:checked + label {
  color: var(--color-white);
}

.categories-new-design #categories .topic.active > a {
  color: var(--color-black) !important;
}

@media (min-width: 992px) {
  .p-info-headline .h1,
  .p-info-headline h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .p-info-headline {
    margin-bottom: 30px;
    display: block;
  }
}

#footer .contact-box a.btn {
  color: #fff;
}
/*
#footer .contact-box a.btn {
  display: none;
} */

.navigation-in > ul > li.ext > a:after {
  display: none;
}

.navigation-in > ul > li.ext > ul > li.menu-item-category {
  /* width: 25%;
	flex-basis: 25%; */
  margin-top: 0;
}

.navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list a {
  font-weight: 700;
}

.navigation-in
  > ul
  > li.ext
  > ul
  > li
  > div
  > ul
  > li.more-submenu-list
  a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -1px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.0858 7.75739L15.3284 12L11.0858 16.2427L9.67157 14.8285L12.5 12L9.67157 9.1716L11.0858 7.75739Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z' fill='currentColor'/%3e%3c/svg%3e");
}

.navigation-in > ul > li.ext > ul > li > a.menu-image {
  /* display: none; */
}

@media (max-width: 767px) {
  .navigation-in > ul ul.menu-level-2 > li {
    margin-left: -15px;
    align-items: flex-start;
  }
  .navigation-in > ul ul.menu-level-2 li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    width: 100%;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 15px !important;
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list {
    display: none;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    /* width: 100%; */
    /* padding: 0; */
    position: relative;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    position: relative;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span {
    position: absolute;
    top: 8px;
    right: -4px;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span:after {
    content: "\e900";
    color: #7c7e8f;
    font-size: 8px;
    transition: transform 0.3s ease-out;
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation-in > ul ul.menu-level-3 li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navigation-in > ul ul.menu-level-3 {
    display: none;
  }
  .navigation-in > ul li.is-active ul.menu-level-3 {
    display: flex;
    padding-left: 0;
  }

  .navigation-in > ul > li.ext > ul > li.is-active > div .arrow-span:after {
    transform: rotate(180deg);
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    /* display: none; */
  }
}

@media (min-width: 992px) {
  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    width: 25%;
    flex-basis: 25%;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 80px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: 60px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .navigation-in
    > ul
    > li.ext
    > ul
    > li:nth-child(n + 13):not(.menu-item-category) {
    display: flex;
  }

  .navigation-in
    > ul
    > li.ext
    > ul
    > li:nth-child(n + 16):not(.menu-item-category) {
    display: none;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    align-items: normal;
  }

  .navigation-in > ul ul.menu-level-2 {
    padding-top: 10px;
  }

  .navigation-in > ul > li.ext > ul > li {
    position: relative;
    padding: 5px 8px 5px;
    align-items: center;
  }

  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    align-items: center;
  }

  .navigation-in > ul > li.ext > ul > li:after {
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 1px;
    content: "";
    background-image: linear-gradient(to top, #c1c1c1 62.5%, transparent 37.5%);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 8px;
  }

  .navigation-in > ul > li.ext > ul > li:before {
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    top: 0;
    height: 1px;
    content: "";
    background-image: linear-gradient(
      to right,
      #c1c1c1 62.5%,
      transparent 37.5%
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1.1px;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(-n + 4):before {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(4n + 1):after {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    padding-left: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    /* display: block; */
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list {
    margin-top: 3px;
    /* display: block; */
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: none;
  }
  .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > div
    > ul
    > li:not(.more-submenu-list):nth-child(n + 8) {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 20px;
    display: block;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 5px;
  }
}

/* .footer-item.footer-item-newsletter h4 span {
  font-weight: 400;
} */

#footer .review-block {
  display: none;
}

.top-category-block .menu-content {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px 15px 15px !important;
}

.top-category-block .menu-content:hover > div > a {
  color: var(--color-green);
}

.top-category-block .menu-content > div > a {
  color: var(--color-black);
  font-weight: 400;
  font-family: var(--font-primary);
  text-decoration: none;
  line-height: 1.3;
}

.product .p {
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .top-category-block .menu-content > div > a {
    font-size: 18px;
  }
}

.discount-coupon .h4 strong {
  color: black;
}

.basic-description {
  width: 100%;
}
.basic-description .basic-description {
  padding: 0;
}

.delivery-time,
.delivery-time-label {
  font-weight: 600;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.delivery-time-block .shipping-options {
  font-weight: 600;
}

.delivery-time {
  font-weight: 600;
  background: var(--color-secondary);
  padding: 1px 5px;
  border-radius: 18px;
  color: white;
}

.shipping-options-block {
  margin-top: 8px;
}

@media (min-width: 480px) {
  .p-info-wrapper .availability-value {
    margin-bottom: 5px;
  }
}

.delivery-time-block .shipping-options {
  font-size: 14px;
}

.delivery-time .delivery-time {
  padding: 0;
}

.is-header-black a.btn.cart-count.full i,
a.btn.cart-count.full i {
  color: #ffffff;
  background: var(--color-secondary-hover);
  font-weight: 600;
}

.msg.msg-success,
.msg.msg-notice {
  border-color: var(--color-green);
  color: #ffffff;
  background-color: var(--color-green);
}

#header .site-name a img {
  max-width: 215px;
}

/* p[data-testid="productCardDescr"] {
  display: none;
} */

.detail-contact-form-addon .detail-contact-button.has-bg {
  background-color: var(--contact-form-BG-hover);
  border-color: var(--contact-form-BG-hover);
  border-radius: 10px;
}

@media (max-width: 480px) {
  .p-detail .add-to-cart .quantity {
    max-width: 100%;
    width: 100%;
  }
  .p-detail .add-to-cart .quantity {
    margin-right: 0;
  }
  .p-info-wrapper .quantity input {
    width: 100%;
  }
  .p-info-wrapper .btn.btn-conversion,
  .p-info-wrapper a.btn.btn-conversion {
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .p-info-wrapper .btn.btn-conversion,
  .p-info-wrapper a.btn.btn-conversion {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .p-info-wrapper .btn.btn-conversion,
  .p-info-wrapper a.btn.btn-conversion {
    padding: 10px 15px;
    font-size: 16px;
  }
  .p-info-wrapper .btn.btn-conversion:after {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .products-block .product-btn .btn {
    font-size: 12px;
  }
  .products-block .product-btn.btn.btn-cart:after {
    margin-left: 10px;
    margin-top: -3px;
    font-size: 16px;
  }
  .p-info-wrapper .btn.btn-conversion,
  .p-info-wrapper a.btn.btn-conversion {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .products-block .availability,
  .products-block.products .p .name {
    font-size: 16px;
  }
  .products-block.products .has-brand-discount .p .price strong,
  .products-block.products .has-brand-discount .p .price span {
    font-size: 12px;
  }
  .brand-block.brand-block--product {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .brand-block.brand-block--product .brand-block__text--bold {
    padding: 3px 6px;
    font-size: 14px;
  }

  .brand-block.brand-block--product .brand-block__bottom-text,
  .brand-block.brand-block--product .brand-block__price,
  .brand-block.brand-block--product .brand-block__text,
  .brand-block.brand-block--product {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .brand-block__bottom-text--desktop {
    display: none;
  }
  .brand-block__bottom-text--mobile {
    display: inline-block;
  }
  .brand-block.detail-grid-item .brand-block__bottom-text,
  .brand-block.detail-grid-item .brand-block__price,
  .brand-block.detail-grid-item .brand-block__text,
  .brand-block.detail-grid-item {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > a img {
    max-width: 60px;
    max-height: 90px;
  }
}

.filters-visible
  #content
  .filters-unveil-button-wrapper
  .btn.unveil-button:before {
  color: black;
}

.benefitBanner__item {
  align-items: center;
}

.category-header input[type="radio"]:not(:checked) + label:hover {
  color: black;
  background-color: var(--color-blue);
}

.category-header input[type="radio"]:checked + label,
.categories-new-design #categories .topic.active > a,
.navigation-window-visible .responsive-tools > a[data-target="navigation"] {
  background-color: var(--color-blue);
  color: black;
}

.navigation-window-visible .responsive-tools > a[data-target="navigation"] {
  background-color: var(--color-green);
}

@media (max-width: 767px) and (max-width: 480px) {
  .top-navigation-bar .site-name a img {
    max-height: 45px;
    max-width: 155px;
  }
}

@media (max-width: 767px) and (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 44px;
  }
}

@media (min-width: 1200px) {
  .products-block > div {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .navigation-in > ul ul.menu-level-2 > li {
    margin-left: 0;
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    text-align: center;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    max-width: 40px;
    max-height: 50px;
    text-align: center;
  }
}

.next-to-carousel-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  margin-top: 0;
}

.next-to-carousel-banners {
  margin: 0 -10px 0;
}

.next-to-carousel-banners .banner-wrapper {
  margin-top: 0;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin: 5px 0;
  text-align: center;
}

@media (min-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    padding: 4px 4px;
    margin: 0;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper {
    padding: 10px 10px;
  }
}

body.is-loaded .banner-wrapper {
  opacity: 1;
}

@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    margin: 3px 0;
  }
  .in-index .position--benefitHomepage {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper + .banner-wrapper {
    margin-top: 0;
  }
}

.rate-wrapper.unveil-wrapper .rate-wrap {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.votes-wrap .slider-group-reviews {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border: 0;
}

.swiper-arrow-content {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.btn.btn-default,
a.btn.btn-default,
.btn.btn-secondary,
a.btn.btn-secondary {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}

.rate-wrapper.unveil-wrapper .rate-count {
  color: black;
}

.categories-new-design #categories .topic.active > a:hover,
.rate-bar {
  background-color: var(--color-secondary);
}

.vote-product-name,
.vote-title,
.vote-name {
  color: var(--color-secondary);
  text-transform: none;
  margin-bottom: 10px;
}

.flag {
  text-transform: none;
}

.swiper-pagination {
  display: none;
}

.h4.homepage-group-title[class*="homepage-products-heading"] {
  text-transform: none;
  margin-bottom: 32px;
  /* padding-bottom: 20px; */
  font-size: 24px;
  font-weight: 700;
  /* border-bottom: 2px solid #998600; */
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .h4.homepage-group-title[class*="homepage-products-heading"] {
    margin-bottom: 20px;
    /* padding-bottom: 25px; */
    font-size: 36px;
  }
  .menu-image img {
    /* max-width: 60px; */
  }
  .top-category-block .menu-content > div > a {
    padding-bottom: 0;
  }
}

.products-top .products-block > div {
  width: 100%;
  padding: 0;
  position: relative;
}

.flag.flag-tip {
  color: black;
  background-color: var(--color-secondary-hover);
}

.price-final .pr-list-unit,
.products-block .p-bottom .price-additional {
  /* color: var(--color-gray-light); */
}

.products-block.products .p .name {
  font-family: var(--font-primary);
  color: var(--color-black);
  font-weight: 700;
}

.products-block .availability {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-green);
}

/* .products-block .availability-amount {
  display: inline-block;
}

.products-block .p-bottom .p-tools {
  flex-basis: 100%;
  order: -1;
} */

/* .products-block .p-bottom .prices {
  flex-basis: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}

.products-block .p-bottom .prices {
  justify-content: space-around;
  text-align: center;
} */

.header-info-banner.no-text .header-info-banner__text,
.header-info-banner.no-text .header-info-banner__text strong {
  font-weight: 400;
}

.header-info-banner.no-text .header-info-banner__text {
  position: relative;
}

.header-info-banner.no-text .header-info-banner__text:before {
  content: "";
  display: inline-block;
  color: white;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(/user/documents/upload/icons/gift.svg);
  background-size: contain;
  position: absolute;
  top: -6px;
  left: -45px;
}

.cart-window-visible .cart-widget {
  /* border-radius: 20px 0 ; */
}

.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  border-radius: 100%;
}

.has-detail-product-arrows .carousel-control--product.right {
  right: 5px;
}

.has-detail-product-arrows .carousel-control--product.left {
  left: 5px;
}

.id--9 .products-related-block {
  margin-top: 40px;
}

.cart-table tr .p-name a.show-related {
  display: none;
}

.id--9 .content-inner .products-related-block h2,
.id--9 .content-inner .products-alternative-block h2 {
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
  text-align: center;
}

@media (max-width: 766px) {
  .id--9 .content-inner .products-related-block h2,
  .id--9 .content-inner .products-alternative-block h2 {
    margin-bottom: 10px;
  }
}

.id--9 .content-inner .products-related-block .product-btn .price {
  display: none;
}

.id--9 .content-inner .products-block > div:nth-child(n + 5) {
  display: none;
}

@media (min-width: 480px) {
  .id--9 .content-inner .products-block > div {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .id--9 .content-inner .products-block > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

.extras-wrap .extra-item.is-free-shipping .extra-content .extra-content {
  border: 0;
}

/* .type-detail .products-block.products > div,
.in-index .products-block.products > div {
  padding: 0;
} */

.row.banners-row {
  margin: 0;
}

body .back-to-top,
.slick-prev,
.slick-next,
.slick-dots li.slick-active button,
.newsletter,
.custom-footer div ul li::before,
.swiper-arrow-content:focus,
.swiper-arrow-content:hover,
.all-param span:hover,
.discussion .vote-content .add-comment.btn:hover,
ol.cart-header li.active a::before,
ol.cart-header li.active strong::before,
ol.cart-header li.active a::before,
ol.cart-header li.active strong::before,
.otevreny .kupon-odkaz::before,
.carousel-control:hover:before,
.p-thumbnails .thumbnail-next,
.p-thumbnails .thumbnail-prev,
.site-msg,
ol.top-products li::before,
.pagination strong.current,
.pagination > a.current,
.pagination > a:hover,
.box-support,
.widget-parameter-list li a:hover,
.question-tooltip ul.poll li:first-child .poll-result > div,
ol.top-products li::before,
.swiper-pagination-bullet-active:after,
.ui-slider .ui-slider-range,
.ui-slider-handle,
.categories-new-design .box .categories ul li.active > a:hover,
.categories-new-design .box .categories ul li.active > a,
.site-msg-custom.information,
.site-msg.information {
  background-color: var(--color-secondary);
}

.sidebar-inner .box-support {
  border: 0;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.support .contact-box ul li a,
.support__title {
  color: black;
}

.support__title {
  color: var(--color-secondary);
}

.support__title--gray {
  opacity: 1;
  color: black;
}

.support .contact-box ul li > span {
  opacity: 1;
}

.support .btn.btn-secondary:hover,
.support a.btn.btn-secondary:hover {
  color: var(--color-black);
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}

body.mobile .back-to-top {
  display: none;
}

.discount-coupon {
  border: 1px dashed var(--zlavovy-kod-farba-ohranicenia);
  background: white;
}

.discount-coupon input {
  border: 1px dashed var(--zlavovy-kod-farba-ohranicenia);
}

.discount-coupon form .btn {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}

@media (max-width: 766px) {
  .top-category-block .menu-image img {
    max-height: 90px;
    /* max-width: 60px; */
  }
  .top-category-block .menu-content > div > a {
    font-size: 14px;
  }
  .custom-footer .footer-item--contact {
    margin-bottom: 0;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #footer h4 {
    margin-bottom: 0;
  }
  #footer #signature {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #footer .footer-links {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .header-info-banner.no-text .header-info-banner__text:before {
    left: -20px;
  }
}

.id--9 .order-summary-top h4 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  margin-right: 0;
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.id--9 .order-summary-top {
  padding: 0;
}

.id--9 .cart-item {
  font-size: 12px;
}

.cart-item--discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary);
}

.cart-item-amount .unit-value {
  color: black;
}

.cart-item--discount .cart-item-price {
  font-size: 22px;
}

.cart-item--discount .cart-item-price,
.cart-item--discount span {
  color: var(--color-primary);
}

.cart-item.cart-item--discount > div.cart-item-price {
  width: 160px;
}

@media (min-width: 768px) {
  .cart-item--discount .cart-item-price {
    font-size: 22px;
  }
  .id--9 .order-summary-top {
    margin-bottom: 8px;
  }
  .summary-wrapper {
    padding: 25px 40px;
  }
  .id--9 .cart-item {
    font-size: 14px;
  }
}

img[src*="folder.svg"] {
  opacity: 0;
  visibility: hidden;
}

.cart-items .cart-item + .recapitulation-single {
  padding-top: 5px;
  padding-bottom: 10px;
}

.id--9 .cart-items:not(.gift-items) {
  margin-top: 0;
}

.cart-table .show-tooltip .price-final {
  text-decoration: line-through;
  color: black;
}

.cart-table .show-tooltip.acronym[data-original-title],
.cart-table .p-price .show-tooltip.acronym[data-original-title] {
  border: 0;
}

.cart-table .unit-value {
  display: none;
}

.cart-table tr .p-total .p-price-content .price-final {
  font-size: 14px;
}

.delivery-time-label {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

@media (max-width: 480px) {
  .products-block .product-btn {
    bottom: 12px;
  }
  .product .p {
    padding: 20px 16px 55px;
  }
}

.extras-wrap .extra-content {
  background-color: transparent;
}

/* body .product .p .product-btn .btn.btn-cart:after {
  margin-left: 0;
  margin-top: 0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  left: auto;
} */

.txt-yellow {
  color: var(--color-secondary-hover);
}

.products-block .p-bottom .p-desc {
  display: block;
}

.p-short-description-block {
  margin-bottom: 15px;
}

.p-short-description-block.show-text .chevron-after.chevron-down-after::after {
  content: "\e915";
}

.p-short-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}

.p-short-description.full-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}

@media (min-width: 1201px) and (max-width: 1441px) {
  body.multiple-columns-body.type-detail .p-info-headline .h1,
  body.multiple-columns-body.type-detail .p-info-headline h1 {
    font-size: 28px;
  }
}

/* @media (max-width: 992px) {
  .welcome-img-right:before {
    display: none;
  }
  .welcome-img-right img {
    display: none;
  }
  .welcome__right-panel {
    position: relative;
  }
  .welcome__right-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 50px;
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
  }
  .welcome h1 {
    max-width: 200px;
    margin-left: auto;
  }
  .welcome__right-panel img:first-child {
    width: calc(100% + 120px);
    max-width: none;
    left: -80px;
    position: relative;
    margin-bottom: -60px;
  }
} */

@media (min-width: 768px) {
  .top-navigation-bar-menu li a,
  .top-navigation-bar-menu-helper li a {
    padding: 8px 15px;
  }
}

.news-item .text .title {
  /* min-height: 55px; */
  -webkit-line-clamp: 2;
}

/* .news-item .image {
  height: auto !important;
} */

/* .news-item .image + .text {
  height: auto !important;
} */

.news-item .image img {
  aspect-ratio: 3/2;
}

.instagram-subheadline {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.instagram-subheadline a {
  display: inline-block;
  padding: 10px 0 5px;
  line-height: 1.4;
  color: var(--color-green);
  font-size: 18px;
  font-weight: 400;
}

.instagram-block {
  padding-bottom: 0;
}

.instagram-block .h4.homepage-group-title {
  margin-bottom: 0;
}

.instagram-subheadline a:hover {
  color: var(--color-primary-hover);
}

.review-divider {
  width: 100%;
}

@media (min-width: 1200px) {
  .multiple-columns-body .benefitBanner__item {
    flex: 1 1 20%;
  }
}

.menu-item-827 {
  display: none !important;
}

@media (max-width: 767px) {
  .navigation-in > ul ul.menu-level-2 li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .products-block .p-bottom .p-tools {
    flex-basis: 45%;
  }
  .products-block .p-bottom .prices {
    flex-basis: 55%;
  }
  .products-block .availability {
    font-size: 14px;
  }
  .navigation-in
    > ul
    > li.ext
    > ul
    > li:nth-child(n + 16):not(.menu-item-category) {
    display: flex;
  }
}

.in-index .position--benefitHomepage {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .position--benefitHomepage {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
  }
}

.body-banners img {
  width: 100%;
}

.news-block .news-item {
  /* border: 2px solid var(--color-blue);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); */
}

@media (min-width: 992px) {
  /* .news-block .news-item {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  } */
}

#footer .contact-box p {
  line-height: 2;
  color: #7c7e8f;
}

/* FAQ */

.products-related-block h2,
.products-alternative-block h2,
h4.homepage-group-title,
.h4.homepage-group-title {
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-weight: 700;
}

.faq-side-list {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
}

.faq-side-list__item.is-active {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
}

.faq-side-list__item {
  color: var(--color-blue);
  font-family: var(--font-secondary);
}

.faq-content-title {
  font-weight: 700;
  font-family: var(--font-primary);
}

.faq-content .tab-content__item.is-active .accordion--classic {
  background-color: var(--color-blue);
}

.accordion--classic .accordion__trigger {
  color: var(--color-black);
  font-weight: 400;
}

.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  color: #a6a6a6;
}

.accordion .accordion__trigger:after {
  color: var(--color-black);
}

.partners__content {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .faq-side-list__item {
    font-size: 20px;
    min-height: 55px;
  }
}

.id--7 .content > h1,
.type-post .content > h1,
.type-posts-listing .content > h1,
.in-rate-shop .content > h1,
.in-registration-login:not(.is-client-zone) .content > h1,
.type-page .content > h1 {
  color: var(--color-blue);
}

.id--7 .content > h1,
.type-post .content > h1,
.type-posts-listing .content > h1,
.in-rate-shop .content > h1,
.in-registration-login:not(.is-client-zone) .content > h1,
.type-page .content > h1,
.carousel .extended-banner-title:not(:empty),
.benefitBanner__title,
.service__text-block .h3,
.service__text-block .h3 a,
#footer h4 {
  font-weight: 400;
  font-family: var(--font-secondary);
}

#footer #footer h4,
#footer .contact-box ul li > span::before,
#footer .contact-box h4 {
  color: var(--color-green);
}

.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  color: var(--color-black);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.add-comment .rating-icon:before,
.add-comment .rating-icon {
  color: var(--color-black);
}

.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment:hover {
  color: var(--color-black);
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}

@media (min-width: 992px) {
  .sidebar {
    width: 300px;
  }
}

.btn.btn-default,
a.btn.btn-default,
.btn.btn-secondary,
a.btn.btn-secondary {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}

@media (min-width: 1200px) {
  .partners__item {
    width: calc(100% / 8);
  }
}

/* Blog */
.news-item .text .title {
  color: var(--color-black);
}

.news-item .image img {
  border-radius: 0;
}

.news-block .news-item {
  border-radius: 30px;
  overflow: hidden;
}

.news-item time,
.news-item-detail time {
  color: #a3a3a3;
}

.news-item .text .description p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.news-item .btn.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.news-item .btn.btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: white;
}

.news-item .text-center {
  /* text-align: right; */
  bottom: 20px;
  /* padding-right: 10px; */
}

@media (min-width: 480px) {
  .news-item .image + .text {
    padding: 20px 15px 90px;
  }
}

.carousel .extended-banner-link:not(:empty) {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.carousel .extended-banner-link:not(:empty):hover {
  background-color: var(--color-secondary-hover);
  color: var(--color-primary);
}

.one-column-body .carousel .extended-banner-texts.extended-banner-text--left {
  text-align: left;
}

@media (min-width: 768px) {
  .carousel .extended-banner-link:not(:empty) {
    min-height: 60px;
    font-size: 18px;
    min-width: 300px;
    margin-top: 60px;
  }
  .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%;
  }
  .one-column-body .carousel .extended-banner-texts.extended-banner-text--right,
  .one-column-body .carousel .extended-banner-texts {
    text-align: right;
  }

  .news-item .text .description p {
    font-size: 16px;
  }
  h4.homepage-group-title,
  .h4.homepage-group-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .carousel .extended-banner-text:not(:empty) {
    font-size: 36px;
    margin-top: 25px;
  }
  .news-item .btn.btn-primary {
    min-width: 240px;
  }
}
/*
@media (min-width: 1800px) {
  .container {
    width: 1680px;
  }
}

@media (min-width: 2000px) {
  .container {
    width: 1880px;
  }
} */

/* service  */
.service__content {
  position: relative;
  background-color: white;
  overflow: visible;
  border-radius: 30px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}

.service__image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  top: -60px;
  left: 50%;
  border: 5px solid #dddddd66;
  background: white;
  margin-left: -60px;
  position: absolute;
}

.service__image-block img {
  width: auto;
  max-height: 40px;
  object-fit: contain;
}

.service__text-block p {
  text-align: left;
  position: static;
}

.service__text-block .h3 a {
  color: var(--color-blue);
}

.service__text-block {
  padding: 90px 20px 110px;
  height: auto;
  position: static;
}

.service__text-block .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  font-size: 28px;
  height: 80px;
}

.service-block .h4.homepage-group-title {
  margin-bottom: 100px;
}

.service__text-block .h3 {
  margin-bottom: 25px;
  font-size: 24px;
}

.service__text-block .btn.btn-secondary {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.service__text-block .btn.btn-secondary:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.service__text-block .row {
  margin-top: 0;
}

.service__text-block p {
  min-height: 80px;
}

.service-info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin-top: 15px;
}

.service-info-item img {
  margin-right: 10px;
}

.service-info-item .service-info-text {
  flex: 1;
}

@media (min-width: 768px) {
  .service-block {
    margin-bottom: 30px;
  }
  .news-block {
    margin-top: 30px;
  }
}

/* instagram */
.instagram-follow-btn {
  display: none;
}

.instagram-widget-item:nth-last-child(2),
.instagram-widget-item:nth-last-of-type(2),
.instagram-widget-item:last-of-type {
  display: none;
}

.instagram-widget:after {
  display: none;
}

.instagram-widget .instagram-widget-item {
  border-radius: 40px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}

.instagram-widget .instagram-widget-item {
  background-color: transparent;
}

.instagram-widget .instagram-widget-item > a {
  border-radius: 40px;
  overflow: hidden;
}

.instagram-widget {
  gap: 20px;
  background-color: transparent;
  padding: 0 20px;
}

/* Products */

.products-block.products .btn.btn-primary,
.products-block.products a.btn.btn-primary,
.products-block.products .btn.btn-primary,
.products-block.products a.btn.btn-primary {
  box-shadow: 0px 3px 6px #0000001f;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  /* max-width: 100%; */
  position: relative;
  margin: 0;
}

.products-block.products .btn.btn-primary:hover,
.products-block.products a.btn.btn-primary:hover,
.products-block.products .btn.btn-primary:hover,
.products-block.products a.btn.btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: var(--color-white);
}

.products-block.products .btn.btn-cart,
.products-block.products a.btn.btn-cart,
.products-block.products .btn.btn-cart,
.products-block.products a.btn.btn-cart {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.products-block.products .btn.btn-cart:hover,
.products-block.products a.btn.btn-cart:hover,
.products-block.products .btn.btn-cart:hover,
.products-block.products a.btn.btn-cart:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

/* .products-block .product-btn {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  text-align: left;
} */

/* .products-block .product-btn .btn.btn-cart span {
  display: none;
} */

body .product .p .product-btn .btn.btn-cart:after {
  left: auto;
}

/* .btn.btn-cart::after,
a.btn.btn-cart::after,
.btn.add-to-cart-button::after,
a.btn.add-to-cart-button::after {
  margin-left: 0;
  margin-top: 0;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/user/documents/upload/icons/basket.svg?v=2");
}

.add-to-cart .btn.add-to-cart-button::after {
  left: auto;
  right: 10px;
} */

/* .products-block .product-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products-block .product-btn .btn {
  position: relative;
} */

/* .products-block .product-btn .pr-action {
  width: 50px;
  max-width: none;
  margin: 0;
} */

/* @media (min-width: 768px) {
  .products-block .product-btn {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
  }
} */

@media (max-width: 767px) {
  .carousel .extended-banner-text:not(:empty) {
    font-size: 16px;
  }
  .mobile.one-column-body .filter-section:not(.filter-section-count),
  .desktop.one-column-body .filter-section:not(.filter-section-count),
  .mobile.multiple-columns-body .filter-section:not(.filter-section-count),
  .mobile .filter-section:before,
  .mobile.one-column-body .slider-wrapper,
  .desktop.one-column-body .slider-wrapper,
  .mobile.multiple-columns-body .slider-wrapper {
    background-color: #ffffff;
  }
  .products-block.products .btn.btn-primary,
  .products-block.products a.btn.btn-primary,
  .products-block.products .btn.btn-primary,
  .products-block.products a.btn.btn-primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-block.products .btn.btn-primary:after,
  .products-block.products a.btn.btn-primary:after,
  .products-block.products .btn.btn-primary:after,
  .products-block.products a.btn.btn-primary:after {
    width: 18px;
    right: 10px;
  }
  .btn.btn-cart::after,
  a.btn.btn-cart::after,
  .btn.add-to-cart-button::after,
  a.btn.add-to-cart-button::after {
    width: 18px;
    height: 18px;
  }
}

/* rating */

.hodnoceni-group {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,5245ff+70&0+0,1+70 */
  /*  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(82, 69, 255, 1) 70%
	); */
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(82, 69, 255, 0.8) 60%,
    rgba(82, 69, 255, 1) 80%
  );
}

.detail-rating-left {
  text-align: center;
}

.detail-rating-left .btn.btn.btn-conversion {
  text-align: center;
  display: inline-flex;
  margin-top: 15px;
  min-height: 50px;
  width: auto;
  display: none;
}

@media (min-width: 767px) {
  .hodnoceni-group.hodnoceni-group--no-bg {
    /* background-image: none; */
    margin-top: 40px;
  }
}

.hodnoceni-group #hodnoceniobchodu {
  background-color: transparent;
}

.hodnoceni-group #hodnoceniobchodu h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu h2 {
    font-size: 36px;
  }
}

.hodnoceni-group #hodnoceniobchodu .rate-average {
  font-size: 20px !important;
  font-weight: 400;
  margin-right: 8px;
  color: #252525;
}

@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .rate-average {
    margin-right: 15px;
    font-size: 24px !important;
  }
}

.hodnoceni-group #hodnoceniobchodu .stars-label {
  font-size: 20px !important;
  font-weight: 400;
  color: #252525;
  margin-left: 8px;
}

@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .stars-label {
    font-size: 24px !important;
    margin-left: 15px;
  }
}

.hodnoceni-group #hodnoceniobchodu .stars {
  margin-left: 0;
}

.hodnoceni-group #hodnoceniobchodu .shop-eval {
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
  border-radius: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 20px !important;
}

#hodnoceniobchodu .vote-time,
.id--51 #ratingWrapper + .votes-wrap .vote-time {
  color: var(--color-gray-light);
}

@media (min-width: 992px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
    width: calc(33.33% - 7.5px * 2);
  }
}

@media (max-width: 479px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap:nth-child(n + 4) {
    display: none !important;
  }
}

.middle-banners-wrapper {
  overflow: hidden;
}

.tursky-apollo #hodnoceniobchodu .rate-star-wrap .stars {
  width: 125px;
  height: 18px;
  margin-right: 0;
}

.tursky-apollo #hodnoceniobchodu .rate-star-wrap .stars span,
.tursky-apollo #hodnoceniobchodu .rate-star-wrap .stars a {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}

.tursky-apollo #hodnoceniobchodu .rate-star-wrap .stars a::before,
.tursky-apollo #hodnoceniobchodu .rate-star-wrap .stars span::before {
  font-size: 18px;
  line-height: 18px;
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}

@media (max-width: 766px) {
  .hodnoceni-group #hodnoceniobchodu .shop-stat-all {
    padding-top: 15px;
  }
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn {
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 20px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
  min-height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  font-size: 16px;
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default {
  margin: 8px 10px;
  background: transparent;
  border-color: white;
  color: white;
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default:after,
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default:before {
  display: none;
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default:hover {
  color: var(--color-secondary-hover);
  background-color: #fcf3e6;
  border: 1px solid var(--color-secondary-hover);
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-conversion {
  margin: 8px 5px;
}

.in-hodnoceni-obchodu .vote-wrap {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vote-wrap {
  background-color: white !important;
}

.vote-wrap .vote-header {
  margin-bottom: 20px;
}

.vote-wrap .vote-header .vote-summary {
  position: relative;
}

.vote-wrap .vote-header .vote-summary .vote-name {
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  padding-right: 100px;
  font-family: var(--font-primary);
}

.vote-wrap .vote-header .vote-summary .vote-delimeter {
  display: none !important;
}

.vote-wrap .vote-header .vote-summary .vote-name {
  margin-bottom: 11px;
}

.vote-wrap .vote-header .vote-summary .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #7a6e4e;
  font-size: 14px;
}

.type-detail .products-rating-block .homepage-group-title {
  display: none;
}

.type-detail .products-rating-block #hodnoceniobchodu {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.type-detail .products-rating-block #hodnoceniobchodu .rate-average-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.type-detail .products-rating-block #hodnoceniobchodu .shop-stat-all {
  display: none;
}

@media (min-width: 768px) {
  .vote-content {
    font-size: 16px !important;
  }
}

/* detail */

.position--benefitCategory {
  margin-top: 0;
}

.type-detail .position--benefitProduct {
  margin-left: 0;
  margin-right: 0;
}

/* .type-detail .benefitBanner__link {
  box-shadow: none;
  border: 1px solid #e0e5ee;
} */

#cboxClose.cboxClose--shipping,
.shipping-options-popup h1:not(.advanced-order-suggestion) {
  background-color: var(--color-green);
}

p[data-testid="productCardDescr"] {
  display: none;
}

/* flaq */
.flag {
  font-size: 14px;
  border-radius: 10px;
}

.flag.flag-new {
  color: var(--color-blue);
}

.flag.flag-tip,
.flag.flag-bestseller {
  color: var(--color-white);
  background-color: var(--color-green);
}

.flag.flag-action {
  background-color: #c85959;
}

.flag.flag-new {
  color: black;
  background-color: var(--color-blue) !important;
}

.flag.flag-custom1 {
  background-color: #f80120 !important;
}

/* blog */

.type-posts-listing .subcategories > li {
  width: 33.33%;
  text-align: center;
}

.type-posts-listing .subcategories li a:before {
  display: none;
}

.type-posts-listing .subcategories li a .text {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  justify-content: center;
  font-size: 18px;
}

.type-posts-listing .subcategories > li a {
  justify-content: center;
}
.type-posts-listing .subcategories > li a:hover {
  filter: brightness(90%);
}

.type-posts-listing .subcategories > li a[href*="novinky"] {
  background-color: var(--color-blue);
}

.type-posts-listing .subcategories > li a[href*="tipy"] {
  background-color: var(--color-green);
}

.type-posts-listing .subcategories > li a[href*="svet"] {
  background-color: var(--color-blue);
}

.news-item {
  border-radius: 40px;
}

.image .news-tag-div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  width: 100%;
  color: white;
  text-transform: uppercase;
  min-height: 70px;
  border-radius: 5px 5px 40px 0;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 8px solid #f5f5f5;
  color: white;
  font-size: 18px;
  height: auto;
  z-index: 2;
}

.news-tag-div a[href*="tipy"] {
  background-color: var(--color-green);
}

.news-tag-div a[href*="novinky"] {
  background-color: var(--color-blue);
}

.news-tag-div a[href*="svet"] {
  background-color: var(--color-blue);
}

.filters-visible #content .filters-unveil-button-wrapper .btn.unveil-button,
#content .filters-unveil-button-wrapper .btn.unveil-button {
  background-color: var(--color-blue);
  color: black;
}

#content .filters-unveil-button-wrapper .btn.unveil-button:before {
  color: black;
}

@media (max-width: 767px) {
  .products-group {
    margin-top: 0;
  }
  .overall-wrapper {
    padding-top: 50px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .products-group {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .one-column-body .carousel .extended-banner-texts {
    width: 100%;
  }
}

/* mobile */

@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .top-category-block .menu-content > div > a {
    font-size: 16px;
  }
  .products-block .availability {
    font-size: 12px;
  }
  .products-block.products .btn.btn-primary,
  .products-block.products a.btn.btn-primary,
  .products-block.products .btn.btn-primary,
  .products-block.products a.btn.btn-primary {
    font-size: 14px;
  }
  /* body .product .p .product-btn .btn.btn-cart:after {
    width: 22px;
    height: 22px;
    right: 9px;
  } */
  body.mobile .body-banners {
    margin-top: 0 !important;
  }
  .h4.homepage-group-title[class*="homepage-products-heading"] {
    margin-bottom: 16px;
  }
  .service__image-block {
    width: 80px;
    height: 80px;
    top: -40px;
    margin-left: -40px;
  }
  .service__text-block .btn {
    font-size: 18px;
    height: 50px;
  }
  .service__text-block {
    padding: 60px 20px 70px;
  }
  .service__image-block img {
    max-height: 25px;
  }
  .service-info-item img {
    max-width: 35px;
  }
  .service-block .h4.homepage-group-title {
    margin-bottom: 70px;
  }
  .contact-box ul li.contact-box-icon span:before {
    font-size: 20px;
  }
}

.service__item {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .service-block {
    margin-bottom: 7px;
  }
  .service-block.services-more-then-two
    .service-group
    .service__item:last-child {
    margin-bottom: 0;
  }
  .benefitBanner__item:last-child {
    margin-bottom: 10px;
  }
  .benefitBanner__item {
    flex: 0 0 100%;
  }
  .in-index .position--benefitHomepage {
    margin-left: -30px;
    margin-right: -30px;
    max-width: none;
    width: auto;
    margin-bottom: 20px;
  }
  .service-block.services-more-then-two .service-group {
    display: block;
    overflow: visible;
    white-space: normal;
    margin: 0 -10px;
  }
  .faq-content .accordion--classic .accordion__trigger {
    padding: 8px 50px 7px 25px;
    min-height: 50px;
  }
  .service__item {
    margin-bottom: 60px;
  }
  .service__text-block .col-xs-12 {
    width: 50%;
  }
  .service__text-block p {
    min-height: auto;
  }
  .service__item {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .service__text-block .btn {
    max-width: 100%;
  }
  .image .news-tag-div a {
    max-width: 120px;
    min-height: 40px;
    top: -4px;
    left: -4px;
    border: 4px solid #f5f5f5;
    font-size: 12px;
  }
  .news-item .text .description p {
    font-size: 14px;
  }
  .news-item .text {
    padding: 20px 15px 70px;
  }
  .news-item .text-center {
    /* width: 100%;
    max-width: 100%; */
    /* padding-right: 0; */
  }
  .news-item .btn.btn-primary {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .news-item .text-center {
    bottom: 20px;
  }
  .instagram-widget {
    gap: 10px;
    padding: 0 5px;
  }
  .instagram-widget .instagram-widget-item {
    flex: 0 0 calc(50% - 20px);
    width: 50%;
  }
  .instagram-widget-item:nth-last-child(3),
  .instagram-widget-item:nth-last-of-type(3) {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  .benefitBanner__title {
    font-size: 16px;
  }
  .benefitBanner__picture img {
    max-height: 30px;
    max-width: 40px;
  }
  .benefitBanner__data {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .partners-block {
    margin-bottom: 90px;
  }
  .service__item {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .faq-side-list {
    max-width: 370px;
    margin: 25px auto;
  }
  .faq-side {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .type-detail:not(.is-products-detail-slider-mobile)
    .products-block:not(.products-additional)
    .product,
  .in-index:not(.is-products-slider-mobile)
    .products-block:not(.products-additional)
    .product {
    padding-top: 5px;
  }
}

/* cookies */
.siteCookies__button {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: #000;
  line-height: 45px;
}

.siteCookies__link {
  background: var(--cookies-notice-link-hover);
  color: #ffffff;
}

.siteCookies__form {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.top-navigation-bar-menu li a:hover,
.top-navigation-bar-menu-helper li a:hover {
  color: var(--color-green);
}

.menu-helper > ul > li a {
  text-transform: none;
}

a.btn.cart-count.full {
  font-weight: 400;
}

.top-navigation-bar .top-navigation-contacts a:hover:before,
.top-navigation-bar .top-navigation-contacts a:hover span,
.top-navigation-bar a:hover {
  color: var(--color-green);
}

.top-navigation-bar .top-navigation-contacts a span {
  margin-left: 12px;
}

.top-navigation-bar .top-navigation-contacts a span {
  transition: color 250ms ease-out;
}

@media (max-width: 480px) {
  .type-detail:not(.is-products-detail-slider-mobile)
    .products-block:not(.products-additional),
  .in-index:not(.is-products-slider-mobile)
    .products-block:not(.products-additional) {
    display: block;
    flex-wrap: wrap;
    overflow-y: visible;
    overflow-x: visible;
    white-space: normal;
    margin: 0 -4px 0 -4px;
  }
  .type-detail:not(.is-products-detail-slider-mobile)
    .products-block:not(.products-additional)
    .product:first-child,
  .in-index:not(.is-products-slider-mobile)
    .products-block:not(.products-additional)
    .product:first-child {
    margin-left: 0;
  }
  .type-detail:not(.is-products-detail-slider-mobile)
    .products-block:not(.products-additional)
    .product:last-child,
  .in-index:not(.is-products-slider-mobile)
    .products-block:not(.products-additional)
    .product:last-child {
    margin-right: 0;
  }

  .type-detail:not(.is-products-detail-slider-mobile)
    .products-block:not(.products-additional)
    .product,
  .in-index:not(.is-products-slider-mobile)
    .products-block:not(.products-additional)
    .product {
    padding: 0 8px 15px;
    margin-bottom: 10px;
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .in-index .news-item {
    margin-bottom: 20px;
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .in-index .news-item:first-child {
    margin-left: 0;
  }

  .in-index .news-wrapper {
    display: block;
    flex-wrap: wrap;
    overflow-y: visible;
    overflow-x: visible;
    white-space: normal;
    margin: 0 0 0 0;
  }
}

.for-free,
.radio-wrapper.active label > .payment-shipping-price,
.recapitulation-single > strong span,
.price-wrapper .price.price-primary {
  color: var(--color-green);
}

#cboxClose.cboxClose--shipping {
  background-color: var(--color-green) !important;
}

input[type="radio"]:checked + label::before {
  border-color: var(--color-green);
  background-color: var(--color-green);
}

.welcome-divider {
  margin-top: -1px;
  z-index: 1;
  position: relative;
}

/* update */

.is-header-black.submenu-visible:not(.menu-helper-visible) .top-navigation-bar,
.is-header-black .top-navigation-bar {
  background-color: var(--color-blue);
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  color: var(--color-black);
}

.top-navigation-bar .container > div.top-navigation-menu {
  /* opacity: 0;
	visibility: hidden; */
}

.is-header-black .top-navigation-bar .container > div.top-navigation-contacts {
  background-color: var(--color-blue);
  height: 40px !important;
  top: 0;
  right: 170px;
}

.is-header-black .top-navigation-bar .top-navigation-contacts a span,
.is-header-black .top-navigation-bar .top-navigation-contacts a:before,
.is-header-black .top-navigation-bar .top-navigation-contacts a:hover span {
  color: var(--color-black);
}

.search input[type="search"].form-control {
  border-radius: 30px;
  border: 1px solid var(--color-green);
  background-color: var(--color-white);
  padding-right: 50px;
  padding-left: 25px;
  font-weight: 400;
}

.search input[type="search"].form-control::placeholder {
  color: var(--color-green);
}

.is-header-black .top-navigation-bar-menu li:hover:before,
.is-header-black .top-navigation-bar-menu li:not(.cropped):last-child::after,
.is-header-black .top-navigation-bar-menu li::before {
  color: var(--color-black);
}

.is-header-black .top-navigation-bar-menu li a:hover {
  color: var(--color-black);
  text-decoration: underline;
}

.is-header-black .top-navigation-bar-menu li:hover:before {
  background-color: var(--color-black);
}

.is-header-black .top-navigation-bar .top-navigation-contacts a span,
.is-header-black .top-navigation-bar .top-navigation-contacts a:before,
.is-header-black .top-navigation-bar .top-navigation-contacts a:hover span,
.top-navigation-tools .dropdown button:after,
.top-navigation-tools--language .dropdown button:after,
.top-navigation-tools .dropdown button:before,
.top-navigation-tools--language .dropdown button:before,
.is-header-black .top-navigation-bar .dropdown button {
  color: var(--color-black);
}

.search .btn.btn-default,
.search a.btn.btn-default {
  border-radius: 100px;
  background-color: transparent;
  color: white;
}

.search .btn.btn-default:hover,
.search a.btn.btn-default:hover {
  background-color: var(--color-primary);
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .top-navigation-bar {
    background-color: var(--color-blue);
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    height: 35px !important;
    background-color: transparent;
  }
  #header .site-name a img {
    max-height: 80px;
  }
}

.search .btn.btn-default:hover:before,
.search a.btn.btn-default:hover:before {
  color: white;
}

@media (min-width: 992px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 25%;
  }
}

.search .btn.btn-default:before,
.search a.btn.btn-default:before {
  color: var(--color-green);
}

.is-carousel-full-width .before-carousel .container {
  padding: 0;
}

.banners-benefit-block {
  padding-top: 40px;
  /* padding-top: 60px;
  padding-bottom: 30px;
  background: var(--color-tertiary); */
  /* margin-top: -2px; */
}

.benefitBanner__item {
  /* align-items: center; */
}

.benefitBanner__picture {
  height: 60px;
}

.benefitBanner__picture img {
  max-height: 60px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

@media (min-width: 768px) {
  .benefitBanner__picture {
    flex: 0 0 90px;
    min-width: 90px;
  }
  .benefitBanner__picture {
    height: 80px;
  }
  .benefitBanner__picture img {
    max-width: 75px;
    max-height: 80px;
  }

  .middle-banners-wrapper .extended-banner-text:not(:empty),
  .body-banners .extended-banner-text:not(:empty),
  .next-to-carousel-banners .extended-banner-text:not(:empty),
  .banners-top-block .extended-banner-text:not(:empty) {
    font-size: 24px;
  }
}

.banners-top-block .banner-wrapper img {
  border-radius: 0;
}

.banners-top-block .extended-banner-title:not(:empty),
.next-to-carousel-banners .extended-banner-title:not(:empty) {
  color: var(--color-black);
  font-weight: 400;
  font-family: var(--font-secondary);
}

.next-to-carousel-banners .extended-banner-text:not(:empty),
.banners-top-block .extended-banner-text:not(:empty) {
  color: var(--color-black);
}

#footer h4 {
  font-weight: 700;
  font-size: 20px;
  font-family: var(--font-primary);
}

#footer #signature,
#footer #signature a,
#footer .copyright a,
#footer .copyright {
  opacity: 1;
}

.footer-bottom-bg:before {
  border-top: 2px solid var(--color-green);
  background-color: transparent !important;
}

#footer.is-white .footer-icons:before {
  display: none;
}

#signature a,
#footer .copyright {
  color: black;
}

.is-products-slider .slider-group-products .swiper-slide {
  padding-top: 5px;
}

.products-groups {
  position: relative;
  padding-top: 60px;
}

.products-groups + .products-groups {
  padding-top: 100px;
}

.products-groups:last-child {
  padding-bottom: 40px;
  padding-top: 40px;
}

.products-groups:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: var(--color-tertiary);
}

.products-groups-2:before {
  display: none;
}

.welcome-divider {
  content: "";
  display: block;
  width: 100vw;
  position: relative;
  top: 0;
  display: block;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
  object-fit: cover;
}

.welcome-divider img {
  object-position: bottom;
  object-fit: cover;
  width: 100%;
}

.h4.homepage-group-title[class*="homepage-products-heading"] {
  padding-top: 0;
}

.rate-average {
  font-weight: 700;
  font-family: var(--font-primary);
}

.welcome {
  border-radius: 40px;
  /* background-color: white; */
  overflow: hidden;
  padding: 0;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

.welcome h1 {
  margin-left: 0;
  font-family: var(--font-secondary);
  font-weight: 400;
}

.welcome-logo {
  max-width: 260px !important;
  margin-bottom: 30px;
}

.welcome-img-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
}

.welcome-box h2 {
  color: var(--color-green);
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 35px;
  font-size: 20px;
  margin-top: 0;
  font-weight: 400;
}

.welcome-img-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

.categories-new-design #categories .topic.active > a > span:before {
  color: var(--color-black);
}

.welcome .welcome__content .welcome__left-panel {
  background-color: var(--color-gray-light);
  border-radius: 0 350px 0 0;
}

@media (min-width: 768px) {
  .homepage-box.welcome-wrapper {
    margin-top: 20px;
  }
  .in-index #footer {
    margin-top: 120px;
  }
}

.welcome .welcome__content {
  margin: 0;
}

.welcome__right-panel {
  padding: 0;
}

.welcome__left-panel {
  z-index: 2;
}

@media (min-width: 768px) {
  .welcome-box h2 {
    font-size: 24px;
  }
  .is-header-black #header {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .welcome__left-panel {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 120px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome__right-panel img {
    top: 0;
    right: 0;
    position: absolute;
    width: 80%;
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-wrapper .welcome__right-panel img {
    top: 0;
    right: 0;
    position: absolute;
    width: 70%;
  }
}

@media (min-width: 767px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 60px;
  }
}

.homepage-box.welcome-wrapper {
  position: relative;
  background: #f6f1e0;
}

.welcome {
  position: static;
}

@media (max-width: 992px) {
  .welcome-logo {
    margin-bottom: 30px;
  }
  .welcome .welcome__content {
    display: block;
  }
  .welcome {
    overflow: visible;
  }
  .welcome__left-panel {
    position: relative;
    z-index: 1;
  }
  .body-banners {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .welcome__left-panel {
    margin-bottom: 0;
  }
  .welcome__right-panel {
    transform: translate(0);
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    width: 100vw !important;
    top: 0;
    display: block;
    height: 100%;
    max-width: none !important;
    left: calc(50% - 50vw);
    z-index: 0;
    /* margin-top: -80px; */
  }
  .welcome-img-right {
    display: none !important;
  }
  .welcome .welcome__content {
    background: transparent;
  }
  .welcome-img-right {
    width: 100vw;
    position: relative;
    top: 0;
    display: block;
    height: 100%;
    max-width: none;
    left: auto;
    z-index: 0;
    transform: translate(0);
    border-radius: 130px;
  }
  .welcome-img-right {
    width: auto;
    position: relative;
    top: 0;
    display: block;
    height: 100%;
    max-width: none;
    /* left: calc(50% - 50vw); */
    z-index: 0;
    transform: translate(0);
    border-radius: 0;
    margin: 0 auto;
    max-width: calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    left: -20px;
    margin-top: -60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-item.footer-item-newsletter {
    padding: 30px 0 30px 0;
  }
  .welcome-img-right {
    width: 100vw !important;
    top: 0;
    display: block;
    height: 100%;
    max-width: none !important;
    left: calc(50% - 50vw);
    z-index: 0;
    margin-top: -80px;
  }
  .welcome {
    padding: 0 0 0 0;
    border-radius: 0;
  }
  .welcome__left-panel {
    padding: 0;
  }
  .welcome-box {
    border-radius: 20px;
  }
  .welcome-box {
    max-width: 100% !important;
  }
  .welcome-box {
    /* background: var(--color-blue); */
    text-align: left;
    padding: 30px 35px;
    max-width: 100% !important;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
    border-radius: 30px 30px 60px 30px;
    margin: 0 !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .type-detail .position--benefitProduct {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .welcome__left-panel {
    position: relative;
    z-index: 1;
  }
  .welcome-box {
    /* background: var(--color-blue); */
    text-align: left;
    padding: 30px 0;
    max-width: 100% !important;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
    /* border-radius: 30px 30px 60px 30px; */
    margin: 0 !important;
    text-align: center;
  }
  .body-banners > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .homepage-box.welcome-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .welcome h1 {
    font-size: 48px;
  }
  .welcome p {
    font-size: 18px;
  }
}

.footer-item.footer-item-newsletter .compact-form .btn {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: #fff;
}

.footer-item.footer-item-newsletter .compact-form .btn:hover {
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
  color: #fff;
}

@media (min-width: 992px) {
  .footer-item.footer-item-newsletter .newsletter-header {
    max-width: none;
  }
}

.footer-item.footer-item-newsletter .form-group.consents label a,
.footer-item.footer-item-newsletter .form-group.consents label {
  color: var(--color-black);
}

#footer .newsletter-header h4 {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-black);
  font-family: var(--font-secondary);
}

.footer-item.footer-item-newsletter h4 span,
.footer-item.footer-item-newsletter:after {
  color: var(--color-black);
}

.footer-item.footer-item-newsletter:after {
  color: #b89951;
}

/* .footer-item.footer-item-newsletter:after {
  background-image: url("/user/documents/upload/icons/newsletter-bg-black.svg");
} */

/* .footer-item.footer-item-newsletter {
  border: 2px solid var(--color-black);
} */

.compact-form .validator-msg-holder input {
  border-radius: 30px;
  border: 1px solid var(--color-green);
  padding-left: 25px;
}

/* .compact-form .validator-msg-holder input::placeholder{

} */

#footer ul li b {
  font-weight: 400;
}

@media (min-width: 768px) {
  #footer .newsletter-header h4 {
    font-size: 26px;
  }
  .footer-item.footer-item-newsletter .compact-form {
    max-width: none;
    text-align: right;
  }
}

@media (min-width: 1440px) {
  .footer-item.footer-item-newsletter h4 span {
    font-size: 32px;
  }
}

#footer .contact-box p {
  line-height: 2;
  color: #000;
}

.in-index .faq-side .tab-content__item {
  display: none;
}

.faq-side .banner-group {
  margin-top: 0;
}

.faq-side-list {
  display: none;
}

.faq-side .banner-group .banner {
  width: 100%;
  margin-bottom: 25px;
}

.footer-icons {
  justify-content: flex-start;
}

.footer-icons .footer-icon {
  margin: 6px;
  height: 60px;
  padding: 5px 12px;
  border: 2px solid var(--color-gray-light);
  box-shadow: none;
  min-width: 130px;
}

#footer.is-white {
  background-color: var(--color-blue);
}

.footer-icons .footer-icon svg {
  height: 100%;
  width: 100%;
}

.footer-icons .footer-icons--second .footer-icon {
}

.footer-icons > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-links-icons {
  display: none;
}

.custom-footer .custom-footer-left-panel .footer-item .footer-item {
  width: 100%;
  padding: 0;
  margin-top: 25px;
}

.middle-banners-wrapper .extended-banner-link:not(:empty):hover,
.body-banners .extended-banner-link:not(:empty):hover,
.banners-top-block .extended-banner-link:not(:empty):hover,
.next-to-carousel-banners .extended-banner-link:not(:empty):hover,
.banner-category .extended-banner-link:not(:empty):hover,
.carousel .extended-banner-link:not(:empty):hover {
  color: var(--color-black);
}

@media (min-width: 768px) {
  .btn,
  a.btn {
    font-size: 16px;
  }
  .one-column-body .carousel .item:nth-child(1) .extended-banner-texts {
    top: 30px;
    transform: translateX(-50%);
  }

  .carousel-indicators {
    display: none;
  }

  .banners-top-block .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts {
    top: 30px;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  #footer .site-name a {
    width: 360px;
  }
  #footer .site-name a img {
    max-width: 340px;
  }
}

#footer ul a:hover {
  color: var(--color-green);
  text-decoration: underline;
}

.welcome-divider--ext {
  transform: rotateZ(180deg);
}

.products-group {
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .js-faq-block .container,
  .js-ratings-block .container {
    max-width: 90%;
  }
}

@media (min-width: 1600px) {
  .js-faq-block .container,
  .js-ratings-block .container {
    max-width: 80%;
  }
}

.news-item:hover .text .title,
.news-item .text .title:hover {
  color: var(--color-blue);
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

ol.cart-header li a span:before,
ol.cart-header li strong span:before {
  background-color: var(--color-black);
}

ol.cart-header li.completed a,
ol.cart-header li.completed strong {
  color: var(--color-black);
}

.id--17 .box-sm.co-contact-information .btn-secondary {
  color: var(--color-white);
}

.advanced-parameter-inner.yes-before {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: var(--color-white);
}

/* @media (min-width: 1600px) {
  .popup-widget {
    margin-left: 369px;
  }
  .popup-widget.login-widget {
    margin-left: 260px;
  }
}

@media (min-width: 1800px) {
  .popup-widget {
    margin-left: 499px;
  }
  .popup-widget.login-widget {
    margin-left: 340px;
  }
}

@media (min-width: 2000px) {
  .popup-widget {
    margin-left: 600px;
  }
  .popup-widget.login-widget {
    margin-left: 420px;
  }
} */

.benefitBanner {
  width: auto;
}

@media (max-width: 767px) {
  .shp-tabs-wrapper {
    margin-bottom: 0;
  }
  .carousel .extended-banner-texts,
  .one-column-body .carousel .extended-banner-texts {
    transform: translate(-50%, 0);
    top: 0;
    text-align: right;
  }
  .submenu-arrow {
    color: var(--color-black);
  }
  .carousel .extended-banner-link:not(:empty) {
    margin-top: 25px;
  }
  .carousel {
    margin: 0 -20px 0;
  }
  .banners-benefit-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .benefitBanner__picture {
    margin-bottom: 3px;
  }
  .benefitBanner__item {
    flex: 1 1 50%;
    flex-wrap: wrap;
    text-align: center;
  }
  .banners-benefit-block .col-xs-12 {
    padding: 0;
  }
  .banners-top-block .next-to-carousel-banners {
    margin: 0 -10px;
  }
  .next-to-carousel-banners .banner-wrapper {
    padding: 10px 10px;
  }
  .in-index .position--benefitHomepage {
    margin-left: 0;
    margin-right: 0;
  }
  .in-index .banners-benefit-block {
    margin-right: -20px;
    margin-left: -20px;
  }
  .benefitBanner__item:last-child {
    margin-bottom: 0;
  }
  .top-category-block .menu-content {
    padding: 20px 10px 15px !important;
  }
  .top-category-block .menu-content > div > a {
    font-size: 14px;
    margin-top: 10px;
  }
  .products-groups + .products-groups {
    padding-top: 20px;
  }
  .in-index.mobile #content-wrapper {
    margin-bottom: 0;
  }
  .products-groups:last-child {
    padding-bottom: 0;
  }
  .welcome .welcome__content {
    padding-top: 0;
  }
  .faq-side {
    margin-bottom: 0;
  }
  #footer .contact-box a.btn {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .footer-item.footer-item-newsletter {
    padding: 15px 0 20px 0;
  }
  #footer h4 {
    font-size: 14px;
  }
  .custom-footer .custom-footer-left-panel .footer-item .footer-item {
    margin-top: 0;
  }
  .footer-icons .footer-icon {
    height: 55px;
    padding: 11px 12px;
    min-width: 60px;
  }
  #footer .contact-box p {
    margin-top: 10px;
    font-size: 13px;
  }
  .middle-banners-wrapper .extended-banner-link:not(:empty),
  .body-banners .extended-banner-link:not(:empty),
  .banners-top-block .extended-banner-link:not(:empty),
  .next-to-carousel-banners .extended-banner-link:not(:empty),
  .banner-category .extended-banner-link:not(:empty),
  .carousel .extended-banner-link:not(:empty) {
    min-height: 40px;
  }
  .is-header-black .top-navigation-bar {
    background-color: #1f2c33;
  }
  .is-header-black #header {
    background-color: #ffffff;
    /* border-bottom: 2px solid var(--color-blue); */
  }

  .header-info-banner.no-text .header-info-banner__text:before {
    left: -35px;
    top: 0;
  }

  .header-info-banner__text {
    line-height: 1.4;
  }

  .header-info-banner__content {
    padding-left: 25px;
  }
  .top-navigation-bar .site-name {
    left: 10px;
  }

  .top-category-block .menu-level-2 > li {
    padding: 4px 8px;
  }
}

.categories-new-design .box .categories ul li.active > a {
  color: #000 !important;
}

@media (max-width: 767px) {
  body:not(.in-index) #footer {
    margin-top: 0;
  }
  .position--benefitCategory {
    padding: 25px;
  }
  .position--benefitCategory .benefitBanner__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navigation-window-visible .responsive-tools {
    /*margin-right: 30px;*/
  }
  .overall-wrapper {
    padding-top: 50px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 40px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }
  .filters.visible {
    border: 2px solid var(--color-blue);
  }

  body:not(.in-index) .banners-benefit-block {
    margin-top: 40px;
  }
  .products-block .availability,
  .products-block.products .p .name {
    font-size: 14px;
  }
  .flag {
    font-size: 10px;
  }
}

.category-header input[type="radio"] + label {
  color: var(--color-black);
}

.is-header-black .top-navigation-bar .dropdown button:hover,
.is-header-black .top-navigation-bar .top-navigation-contacts a:hover:before,
.is-header-black .top-navigation-bar .top-navigation-contacts a:hover span {
  color: var(--color-black);
}

.top-navigation-bar a:hover {
}

.top-navigation-bar .top-navigation-contacts a:before,
.top-navigation-bar .top-navigation-contacts a span {
  color: var(--color-black);
}

.breadcrumbs {
  color: var(--color-black);
}

.is-header-black .top-navigation-bar .dropdown button:hover {
  color: var(--color-green);
}

@media (min-width: 1800px) {
  .one-column-body .carousel .extended-banner-texts {
    width: calc(1680px - 40px);
  }
}

@media (min-width: 2000px) {
  .one-column-body .carousel .extended-banner-texts {
    width: calc(1880px - 40px);
  }
}

/* Price box */
.detail-price-inner {
  display: inline-block;
  border: 2px solid var(--color-primary);
  padding: 10px 15px 0px;
  border-radius: 20px;
  background-color: var(--color-secondary);
}

.p-info-wrapper .p-final-price-wrapper .price-standard {
  margin-right: 10px;
  color: var(--color-primary);
}

@media (max-width: 480px) {
  .basic-description div.plus-gallery-item {
    width: 50% !important;
  }
}

.benefitBanner__item.benefitBanner--no-text .benefitBanner__picture img {
  width: 100%;
}

@media (min-width: 992px) {
  .benefitBanner__item {
    flex: 1 1 25%;
    width: 25%;
  }
}

#footer {
  background-color: #ffcbde;
}

#footer ul a {
  color: black;
}

.is-header-black .top-navigation-bar-menu li:not(.cropped):last-child::after,
.is-header-black .top-navigation-bar-menu li::before {
  background-color: var(--color-black);
}

@media (min-width: 768px) {
  .header-top {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 101px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 126px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 126px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 151px;
  }
}

.top-category-block .menu-content > div > a {
  font-weight: 700;
}

.navigation-in-bottom .dropdown .dropdown-menu li a:before,
.navigation-in-bottom .dropdown .dropdown-menu li a {
  color: var(--color-green);
}

.navigation-in ul li a {
  text-transform: none;
}

@media (max-width: 767px) {
  body.mobile .body-banners {
    margin-bottom: 0 !important;
  }
  .products-groups {
    padding-top: 30px;
  }
  .next-to-carousel-banners .banner-wrapper {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .benefitBanner__item {
    flex: 1 1 50%;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .news-item .text-center {
    max-width: 200px;
  }
}

.products-block .image,
.products-block .name {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .products-block:not(.products-additional) .p .image img {
  }
}

/* review */

.review-block {
  margin: 60px 0;
  overflow: hidden;
}

.review-block-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.review-block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.review-block-title span {
  display: inline-block;
  padding: 0 25px;
  z-index: 2;
  position: relative;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  /* text-transform: uppercase; */
  color: var(--color-black);
  background: #fff;
}

.review-btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}
.review-btn {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}

.review-btn a:hover,
.review-btn:hover {
  color: #e7cb7f;
}

.review-group .swiper-slide {
  height: auto;
}

.review__item {
  padding-top: 55px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.review-group .swiper-pagination-bullet-active:after {
  background-color: #e7cb7f;
}

.review__content {
  position: relative;
  border: 2px solid #e7cb7f;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 50px 30px 120px;
  background-color: white;
  height: 100%;
}

.review__logo-block {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: white;
}

.review__logo-block:after {
  content: "\e90b";
  position: absolute;
  font-family: "apollo";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: var(--color-green);
}

.review-rating__block {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review__logo-block img {
  width: 100px;
  height: 100px;
}

.review-list {
  padding-left: 0;
}

.review-list__item {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #000000;
}

.review-list__item.plus:after {
  content: "+";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  font-size: 20px;
  color: #008f34;
}

.review-group {
  position: relative;
}

.review-list__item.minus:after {
  content: "-";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  font-size: 20px;
  color: #e81d2e;
}

.review-rating {
  margin-top: 0;
}

.review__content p {
  font-size: 15px;
  line-height: 1.5;
  color: black;
}

.review-rating .rate-star-wrap {
  text-align: center;
}

.review-rating .rate-star-wrap .stars {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.review-rating .rate-star-wrap .star {
}

.review-rating .rate-star-wrap .star:before {
}

.review-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.review-group .swiper-arrow-content {
  border: 1px solid var(--color-secondary);
  box-shadow: none;
}

.review-group .swiper-arrow-content:hover {
  background-color: var(--color-secondary);
}

.review-group .swiper-arrow-next {
  right: -5px;
}

.review-group .swiper-arrow-prev {
  left: -5px;
}

.review-group .swiper-pagination {
  display: none;
}

.review-block-title span {
  font-size: 26px;
  padding: 0 15px;
}

.review-block-title,
.review-btn {
  margin-bottom: 20px;
}

.review-btn a {
  font-size: 16px;
}

.review-block {
  margin: 60px 0 20px;
}

@media (min-width: 768px) {
  .banners-top-block {
    margin-top: 0;
  }
  .instagram-block + .banners-benefit-block,
  .type-detail .banners-benefit-block {
    margin-top: 48px;
  }
  .instagram-block {
    margin-top: 60px;
  }
  body:not(.in-index) #footer {
    margin-top: 160px;
  }
  .review-block {
    margin: 60px 0 60px;
  }
  .review-block-title,
  .review-btn {
    margin-bottom: 0;
  }
  .review-btn a {
    font-size: 20px;
  }
  .review-block-title span {
    font-size: 36px;
    padding: 0 25px;
  }
  .review-group .swiper-pagination {
    display: block;
  }
  .review-group .swiper-arrow-content {
    height: 40px;
    width: 40px;
  }

  .review-group .swiper-arrow-next {
    right: -10px;
  }

  .review-group .swiper-arrow-prev {
    left: -10px;
  }
  .review-rating .rate-star-wrap .star:before {
    font-size: 24px;
  }
  .review-rating .rate-star-wrap .star {
    margin-right: 2px;
  }
}

@media (max-width: 767px) {
  .is-header-black .top-navigation-bar,
  .is-header-black.submenu-visible:not(.menu-helper-visible)
    .top-navigation-bar,
  .is-header-black.submenu-visible:not(.menu-helper-visible)
    .top-navigation-bar,
  .is-header-black .top-navigation-bar {
    background-color: black;
  }
  .is-header-black a.btn.cart-count.full i,
  a.btn.cart-count.full i {
    color: black;
  }

  .is-header-black .responsive-tools > a[data-target="login"]::before,
  .is-header-black
    .responsive-tools
    .click-cart[data-target="navigation"]:before,
  .is-header-black .responsive-tools > a[data-target="navigation"]:before,
  .is-header-black .responsive-tools > a[data-target="navigation"]:after,
  .is-header-black .top-navigation-bar a,
  .is-header-black .top-navigation-bar .dropdown button {
    color: var(--color-green);
  }
}

@media (max-width: 480px) {
  .p-info-wrapper .btn.btn-conversion,
  .p-info-wrapper a.btn.btn-conversion {
    padding: 6px 20px;
  }
}

/* miadizajn */
#signature .miadizajn {
  margin-left: 0;
}

#signature .miadizajn img {
  width: 93px;
  height: 17px;
  margin-left: 4px;
  position: relative;
  top: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  border-radius: 0;
}

.welcome .welcome-box {
  text-align: center;
}

.benefitBanner__title {
  font-weight: 700;
  text-transform: none;
}

.navigation-buttons .click-cart a:after,
.navigation-buttons .click-cart a:before,
.navigation-buttons a[data-target="cart"],
.navigation-buttons > a[data-target="login"]:before,
.navigation-buttons > a[data-target="login"]:after,
.navigation-buttons > a {
  color: var(--color-green);
}

.flag.flag-discount:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2337A237' d='M93.71 42.777l-3.374-5.121a3.181 3.181 0 0 1-.507-1.844l.333-6.193a9.472 9.472 0 0 0-5.197-8.995l-5.49-2.777a2.987 2.987 0 0 1-1.327-1.328l-2.774-5.485a9.424 9.424 0 0 0-8.993-5.199l-6.195.334c-.65.034-1.29-.14-1.833-.5l-5.131-3.38A9.46 9.46 0 0 0 48 .722a9.457 9.457 0 0 0-5.22 1.566l-5.122 3.373a3.21 3.21 0 0 1-1.843.508l-6.193-.334a9.425 9.425 0 0 0-8.995 5.197l-2.778 5.491a2.986 2.986 0 0 1-1.327 1.326l-5.486 2.774a9.472 9.472 0 0 0-5.198 8.993l.334 6.198a3.013 3.013 0 0 1-.501 1.83l-3.38 5.132a9.474 9.474 0 0 0 0 10.443l3.372 5.12c.358.557.533 1.2.509 1.843l-.334 6.194a9.471 9.471 0 0 0 5.196 8.995l5.492 2.777a2.989 2.989 0 0 1 1.325 1.328l2.774 5.485a9.426 9.426 0 0 0 8.994 5.198l6.196-.333c.65-.036 1.287.14 1.832.5l5.132 3.38A9.46 9.46 0 0 0 48 95.274a9.463 9.463 0 0 0 5.221-1.566l5.121-3.373a3.2 3.2 0 0 1 1.843-.508l6.193.333a9.424 9.424 0 0 0 8.995-5.196l2.777-5.491a2.991 2.991 0 0 1 1.328-1.326l5.486-2.774a9.47 9.47 0 0 0 5.198-8.993l-.333-6.2c-.037-.64.14-1.288.5-1.828l3.38-5.132a9.477 9.477 0 0 0 0-10.442z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer-item.footer-item-newsletter {
  background-color: var(--color-gray-light);
}

.welcome h1 {
  display: none;
}
