@media screen and (max-width: 767px) {
  .compact-form {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-in ul li.ext.exp > a,
  .navigation-in ul li.ext.exp > div > a {
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .navigation-window-visible .navigation-in ul li.ext.exp {
    position: fixed;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 53px;
  }
  li.menu-item-11580.ext a {
    padding-left: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .navigation-in ul li a {
    padding: 19px 32px;
    font-size: 16px;
    color: #24242e;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .navigation-window-visible #navigation,
  .langcur-wingow-visible #navigation {
    width: 100%;
  }
}
.navigation-window-visible .navigation-in {
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 767px) {
  #header .cart-count {
    right: 0px;
    top: -16px !important;
  }
}

li.menu-item-11580.ext a {
  padding-left: 0px;
}
@media screen and (min-width: 1601px) {
  #content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.empty-cart-hover-visible {
  border-radius: 8px;
}
.empty-cart-hover {
  top: 80px;
}
main#content {
  display: flex;
  flex-direction: column;
}

.article_img {
  width: 100%;
  border-radius: 16px;
}
.article_home_page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0px !important;
}
.article_home_page_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px !important;
}
@media screen and (min-width: 768px) {
  .article_img {
    height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .article_home_page {
    flex-direction: row;
    gap: 4rem;
  }
  .article_img {
    width: 50%;
    height: 400px;
  }
  .article_column {
    width: 50%;
  }
}
.article_author_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0px !important;
}
.article_author_section p {
  margin-bottom: 0px;
}
.article_author {
  width: 40px;
  height: 40px;
}
.welcome_h1 {
  padding: 0px !important;
  margin-bottom: 5px !important;
}
.article_h1 {
  margin-bottom: 5px !important;
  padding: 0px !important;
}
.btn_article {
  max-width: 150px;
}

.homepage-box.welcome-wrapper {
  order: 1;
}
.footer-banners {
  order: 2;
}
.homepage-group-title.homepage-products-heading-1.h4.visible-element {
  order: 3;
}
#products-1 {
  order: 4;
}

.svg_row {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.svg_col {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}
.svg_red_text {
  color: var(--color-primary);
  padding: 0px;
  margin: 0px;
}
.extended-banner-title {
  margin-bottom: 0px !important;
  padding: 0px !important;
  width: 100%;
}
.svg_elements {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  justify-content: space-between;
  padding-left: 4rem !important;
  margin-top: 3rem;
  margin-bottom: 3rem !important;
}
.svg_elements_img {
  max-height: 32px;
}

@media screen and (min-width: 768px) {
  .top-navigation-bar {
    display: none !important;
  }
  .welcome_h1 {
    margin-top: 0px;
  }
  .svg_elements {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0rem !important;
    margin-top: 8rem;
    margin-bottom: 8rem !important;
  }
  .svg_elements_img {
    max-height: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .svg_elements {
    grid-template-columns: repeat(4, 1fr);
  }
}
