.detail-links {
  padding: 20px 25px;
  background: #f5f6f8;
  border-radius: 20px;
  border: 2px solid #e0e5ee;
}
.detail-links-title {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
}
.detail-links__item {
  font-weight: 700;
  padding: 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: black;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.detail-links__item:hover {
  text-decoration: underline;
  color: var(--color-primary-hover);
}
.detail-links__item:hover:before {
  color: var(--color-primary-hover);
}
.detail-links__item:before {
  content: "\e90e";
  font-family: apollo;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  color: black;
}
.in-index .news-item .text .description,
.in-index .news-item .description {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}

.footer-link {
  text-align: center;
}
.project-phone-ext {
  display: block !important;
}
.project-phone-ext small {
  font-size: 90%;
}

.in-index .position--benefitHomepage {
  margin-top: 0;
  margin-bottom: 0;
}

.benefitBanner__picture {
  height: 50px;
}
.benefitBanner__picture img {
  max-height: 50px;
}

.contact-address__left-panel.contact-box ul {
  margin-bottom: 25px;
}

.contact-address__content .contact-box ul li.contact-address__first {
  margin-bottom: 10px;
}

.ordering-process .overall-wrapper {
  padding-top: 0;
}

.news-item .text .description p,
.news-item .description p {
  display: block;
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 55px;
  }
  .is-header-fixed.is-header-hidden .navigation-in > ul > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .homepage-box.welcome-wrapper {
    margin-top: 50px;
  }
  .top-category-block {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .banners-top-block {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .navigation-in ul li a {
    padding-left: 20px;
    padding-right: 25px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 130px;
  }

  .popup-widget.cart-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 155px;
  }
}

.categories#cat-708 .topic > a,
.navigation-in > ul > li.menu-item-708 > a {
  background: #fe0000;
  color: white;
}

.categories#cat-708 .topic > a:hover,
.navigation-in > ul > li.menu-item-708 > a:hover {
  background: #ec0202 !important;
  color: white;
}

.categories#cat-708 .topic > a:before {
  display: none;
}

.navigation-in > ul > li.menu-item-708 > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px !important;
  border-radius: 10px;
}

.categories#cat-708 {
  margin-bottom: 12px;
  margin-top: 12px;
}

.categories#cat-708 .topic > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px !important;
  border-radius: 0;
}

.categories#cat-708 .topic > a svg,
.navigation-in > ul > li.menu-item-708 > a svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  stroke-width: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.categories#cat-708 .topic > a svg {
  left: -10px;
}

@media (min-width: 768px) {
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px 0 0;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background-color: transparent;
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

.basic-description img {
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 80px;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

.news-item-detail p,
.news-item-detail .text {
  line-height: 1.5;
}

.news-item-detail h2 {
  font-size: 24px;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}

.news-item-detail {
  overflow: hidden;
}

.news-item-detail video,
.news-item-detail .video-container,
.news-item-detail iframe,
.news-item-detail .text img {
  border-radius: 20px;
  overflow: hidden;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name,
.id--7 .content-inner h1,
.type-post .content-inner h1,
.type-posts-listing .content-inner h1,
.in-rate-shop .content-inner h1,
.in-registration-login:not(.is-client-zone) .content-inner h1,
.type-page .content-inner h1 {
  font-family: "Source Sans 3";
  font-weight: 700;
}

.news-item-detail .text h1 span,
.news-item-detail .text h2 span,
.news-item-detail .text h3 span,
.news-item-detail .text h4 span,
.news-item-detail .text h5 span,
.news-item-detail .text h6 span,
.news-item-detail .text h1,
.news-item-detail .text h2,
.news-item-detail .text h3,
.news-item-detail .text h4,
.news-item-detail .text h5,
.news-item-detail .text h6 {
  font-family: "Source Sans 3";
  color: #000;
}

.basic-description h2,
.basic-description h2 span,
.news-item-detail .text h2,
.news-item-detail .text h2 span {
  font-size: 24px !important;
}

.basic-description h3,
.basic-description h3 span,
.news-item-detail .text h3 span,
.news-item-detail .text h3 {
  font-size: 16px !important;
}

.news-item-detail .text ul li,
.news-item-detail .text ol li,
.basic-description ol li,
.basic-description ul li,
.news-item-detail .text p:not(.p-desc),
.news-item-detail .text p:not(.p-desc),
.basic-description p,
.basic-description p span {
  font-size: 16px !important;
  font-family: "Source Sans 3";
}

.p-short-description,
.p-short-description p,
.products-block .p-bottom .p-desc,
.breadcrumbs,
.p-detail-info a,
.p-detail-info,
.p-code,
.shp-tab-link,
body {
  color: #000;
}

.news-item-detail .text a,
.basic-description a,
.category-perex p a {
  color: #d1ae45;
}

.news-item-detail .text a:hover,
.basic-description a:hover,
.category-perex p a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-info-headline .h1,
  .p-info-headline h1,
  .id--7 .content-inner h1,
  .type-post .content-inner h1,
  .type-posts-listing .content-inner h1,
  .in-rate-shop .content-inner h1,
  .in-registration-login:not(.is-client-zone) .content-inner h1,
  .type-page .content-inner h1 {
    font-size: 48px;
  }

  .basic-description h2,
  .basic-description h2 span,
  .news-item-detail .text h2,
  .news-item-detail .text h2 span {
    font-size: 32px !important;
  }

  .basic-description h3,
  .basic-description h3 span,
  .news-item-detail .text h3 span,
  .news-item-detail .text h3 {
    font-size: 22px !important;
  }
}
