.blog-wrapper .image + .text {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

@media (min-width: 1200px) {
  .blog-wrapper .news-item {
    flex-basis: 50%;
    width: 50%;
  }
}
.flex2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.flex2col > div {
  align-self: center;
}
@media (min-width: 992px) {
  .flex2col.reversed > div:first-child {
    grid-area: 1 / 1;
  }
  .flex2col > div.flex2col_img {
    align-self: stretch;
    background: red;
    overflow: hidden;
    position: relative;
  }
  .flex2col > div.flex2col_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 991px) {
  .flex2col {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  #navigation {
    width: calc(((100% - 200px) / 2) - 80px);
    flex: unset;
  }
  .navigation-buttons {
    width: calc((100% - 200px) / 2);
    flex: unset;
  }
  #navigation {
    order: -9;
  }
  .menu-helper {
    width: 80px;
    order: -8;
  }
  #header {
    padding: 25px 0;
    position: relative;
    z-index: 2;
    background: #ffffffd6;
  }
  .navigation-in,
  .menu-helper > span,
  .navigation-buttons > a {
    background-color: transparent !important;
  }
  .in-index .content-wrapper {
    margin-top: -130px;
  }
}
.navigation-in ul li a b {
  font-weight: normal;
}
.navigation-buttons > a {
  border-left: none;
}
#carousel .extended-banner-title {
  position: unset;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-family: var(--template-headings-font);
  font-weight: 500;
  font-size: 72px;
}
#carousel .extended-banner-texts {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carousel .extended-banner-texts {
    align-items: flex-start;
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  #carousel .extended-banner-texts {
    align-items: flex-start;
    padding-top: 20px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  #carousel .extended-banner-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="search"] {
  display: none;
}

.navigation-buttons a::before,
.navigation-close:before {
  content: "" !important;
  width: 20px;
  height: 20px;
}
.navigation-buttons a[data-target="cart"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons/icons_cart.svg");
  mask-image: url("/user/documents/upload/res/icons/icons_cart.svg");
}
.navigation-buttons a[data-target="navigation"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons/icons_navigation.svg");
  mask-image: url("/user/documents/upload/res/icons/icons_navigation.svg");
}
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]::before,
.navigation-close:before {
  -webkit-mask-image: url("/user/documents/upload/res/icons/icons_navigation_cros.svg");
  mask-image: url("/user/documents/upload/res/icons/icons_navigation_cross.svg");
}
.navigation-buttons a::before,
.navigation-close:before {
  background: #000;
}
.navigation-buttons a:hover::before,
.navigation-close:hover:before {
  background: #be5845;
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
  }
}

.breadcrumbs,
.box-categories > h4:first-child,
.desktop .subcategories,
.category-header,
.category-title {
  display: none;
}

@media (min-width: 992px) {
  .sidebar {
    width: 240px;
  }
}
.type-category .content {
  max-width: 100%;
}
.box-bg-variant .categories.cat-01 .topic {
  display: none;
}
.categories ul a {
  padding-left: 10px;
}
.products-block > div .p > a img {
  width: 100%;
}
.products-block > div .p .p-code {
  color: #fff;
}
.p {
  border-color: #fff;
}
@media (min-width: 992px) {
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    padding: 30px;
  }
}
.products-block > div .p .name {
  height: 65px;
  font-family: var(--template-headings-font);
  font-size: 24px;
  margin: 20px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-block > div .p .name span {
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .products-block > div .p .name {
    height: 72px;
    font-size: 18px;
  }
  .products-block > div .p .name span {
    height: 72px;
    -webkit-line-clamp: 3;
  }
}
.products-block .p .name:hover {
  text-decoration: none;
  color: var(--color-secondary);
}
.products-block .p-bottom .prices strong {
  font-weight: 500;
}
.products-block .p .p-bottom .p-tools .btn.btn-cart:before {
  font-size: 40px;
  font-weight: 700;
  margin-top: -6px;
  content: "+";
}
.products-block > div .p .p-bottom > div .p-tools .btn,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  height: 60px;
  width: 60px;
  min-width: unset;
  border-radius: 100%;
  font-size: 0;
  border: none !important;
}
.siteCookies__form {
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  max-width: 400px;
  padding: 15px;
  font-size: 13px;
  background-color: #222;
  line-height: 1;
  margin: 0 0 10px;
}
.siteCookies--bottom {
  left: 10px;
  margin-left: 0;
  width: auto;
  right: 10px;
}
.siteCookies--bottom.siteCookies--scrolled {
  background-color: transparent;
  box-shadow: none;
  left: 10px;
}
.siteCookies__links {
  display: none;
}
.siteCookies__link {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  display: inline;
}
.siteCookies__button {
  line-height: 1;
  margin: 0 auto;
  padding: 10px;
}
.siteCookies__button:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.in-index .responsive-nav {
  display: none;
}
@media (max-width: 991px) {
  .menu-level-1:before {
    content: "";
    background-image: url("/user/documents/upload/res/icons/weblogo.png");
    width: 80%;
    height: 200px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10%;
  }
  .navigation-in ul li a b {
    font-weight: 600;
  }
  .navigation-in > ul > li > a {
    font-family: var(--template-headings-font);
    justify-content: center;
    font-size: 30px;
    line-height: 1;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul,
  .navigation-in > ul > li.ext > ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    border-top: solid 1px #00000026;
    padding-top: 10px;
    border-bottom: solid 1px #00000026;
    padding-bottom: 10px;
    margin: 10px 20px;
  }
  .submenu-arrow,
  .navigationActions {
    display: none !important;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul,
  .navigation-in > ul > li.ext > ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .products-block > div .p .name {
    font-size: 20px;
  }
}

body {
  font-weight: 300;
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a:hover,
#categories a:hover,
.navigation-in ul.menu-level-2 li a:hover {
  color: #be5845;
  text-decoration: none;
}
.subcategories.with-image li a .image {
  display: none;
}
.subcategories.with-image li {
  width: 100%;
}
.subcategories.with-image li a {
  padding: 10px 15px;
}
.subcategories.with-image li a .text {
  font-family: var(--template-headings-font);
  font-size: 24px;
}
@media (min-width: 992px) {
  .subcategories {
    display: none;
  }
}
.menu-helper {
  font-weight: 400;
}
.products-block {
  justify-content: center;
}
.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: 10px;
  top: 10px;
  width: 10px;
  left: 10px;
  border-radius: 100%;
}
.p-thumbnail.highlighted:before,
.p-thumbnail:hover:before,
.show360image.highlighted:before,
.show360image:hover:before {
  background-color: var(--color-secondary);
}
.responsive-nav .shp-tabs-holder {
  border-bottom: solid 1px #55321942;
  padding-bottom: 30px;
  margin: 30px 0;
}
.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
ul.shp-tabs li {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.shp-tab-link {
  background-color: transparent;
  border-color: #55321942;
  color: #553219;
  border-radius: 20px;
}
.shp-tab-link:hover {
  background-color: transparent;
  border-color: #553219;
}
.active .shp-tab-link {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.p-param-block {
  display: none;
}
@media (min-width: 992px) {
  .p-detail-inner .p-data-wrapper {
    padding: 50px;
  }
}
.blog-wrapper .image + .text {
  background: transparent;
  color: var(--color-secondary-hover);
}
.homepage-blog-wrapper .homepage-group-title {
  display: none;
}
.in-index .blog-wrapper {
  padding: 50px 0;
}
#footer {
  background-color: #fff;
  border: none;
  padding-top: 50px;
}
#footer h4 {
  display: none;
}
#footer ul li:before {
  display: none;
}
#footer ul {
  padding-left: 0;
}
#footer ul li {
  padding: 7px 0;
}
.custom-footer {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.custom-footer > div:first-child {
  margin-right: auto;
}

#footer a {
  text-underline-offset: 4px;
}
#footer a:hover {
  color: var(--color-secondary);
}
@media (min-width: 992px) {
  .navigation-in ul.menu-level-2 {
    background-color: var(--color-header-background);
    border: none;
    box-shadow: 0 0 30px #00000014;
    border-radius: 12px;
    overflow: hidden;
  }
}
.btn,
a.btn {
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .p-detail-inner {
    max-width: 1600px;
  }
}
.wide .image360 img,
.wide .p-image img {
  max-height: unset;
}
.wide .image360:after,
.wide .p-image:after {
  display: none;
}
.wide .p-detail-tabs-wrapper {
  max-width: 100%;
  width: 100%;
}
.type-detail .tab-content {
  padding-left: 0px;
  padding-right: 0px;
}
.tab-content > .tab-pane:not(#addtab) {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.desktop #carousel .extended-banner-title {
  margin-top: 12%;
}
.box-bg-variant .categories a {
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.p-detail-inner-header h1 {
  text-align: left;
}
#addtab > div > .sticky {
  padding-top: 0 !important;
}
.detail_img_slider img {
  margin: 30px;
}

.slick-dots {
  display: flex;
  padding: 0;
  margin: 20px 0 0;
  justify-content: center;
  align-items: center;
  gap: 5px;
  list-style-type: none;
}

.slick-dots li {
  padding: 0;
}

.slick-dots li button {
  background: #f1f1f1;
  border: none;
  font-size: 0;
  width: 30px;
  height: 2px;
  transition: all 0.5s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button {
  background: #be5845;
  height: 4px;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .slick-dots li {
    flex: 1;
    max-width: 30px;
  }
  .slick-dots li button {
    width: 100%;
  }
  .p-detail-inner {
    padding-top: 0px;
  }
  .p-detail-inner .p-data-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  #navigation {
    right: unset;
    width: 100%;
    left: 100%;
  }
  .navigation-window-visible #navigation {
    width: 100%;
    left: 0;
  }
}
.navigation-buttons > a[data-target="cart"] i {
  background-color: var(--color-secondary);
  color: #fff;
}
@media (max-width: 992px) {
  #addtab section {
    padding: 75px 0px !important;
  }
  #addtab section > div {
    padding: 50px 0px;
  }
}

@media (max-width: 479px) {
  #header .container {
    min-height: 60px;
  }
  #header .site-name a img {
    max-height: 60px;
  }
  .container.navigation-wrapper .site-name {
    flex: 0 1 200px;
  }
  .p-to-cart-block .p-add-to-cart-wrapper {
    margin-left: 0;
  }
  .navigation-buttons a {
    display: inline-grid;
    place-content: center;
    height: 60px;
    width: 60px;
  }
  .detail_img_slider img {
    margin: 30px 0px;
  }
}
@media (max-width: 1199px) {
  .custom-footer > div:first-child {
    width: 100%;
  }
  .custom-footer > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: unset;
  }
}
@media (max-width: 479px) {
  .custom-footer > div {
    width: 100%;
  }
}
.wide-carousel {
  margin: 0 -20px;
}
@media (min-width: 1440px) {
  .content-window-in .container {
    width: 100%;
    max-width: 1418px;
  }
}
