/* Product cart qunatity */

@font-face {
  font-family: "vejpka";
  src: url("iconfonts/icomoon.eot?62d7ej");
  src: url("iconfonts/icomoon.eot?62d7ej#iefix") format("embedded-o;ntype"),
    url("iconfonts/icomoon.ttf?62d7ej") format("truetype"),
    url("iconfonts/icomoon.woff?62d7ej") format("woff"),
    url("iconfonts/icomoon.svg?62d7ej#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --cart-product-quantity-pozadie: var(--color-primary);
  --cart-product-quantity-farba-text: #ffffff;
  --cart-product-quantity-farba-ohranicenie: #ffffff;
  --cart-product-quantity-zaoblenie: 100%;
}

.cart-product-quantity-addon {
}

.cart-product-quantity-addon .cart-product-quantity {
  position: relative;
}

.cart-product-quantity-addon .cart-product-quantity:after {
  content: attr(data-cart-product-quantity-count) !important;
  position: absolute;
  top: -16px;
  right: -13px;
  font-size: 14px;
  font-style: normal;
  width: 26px;
  height: 26px;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cart-product-quantity-farba-text);
  background: var(--cart-product-quantity-pozadie);
  font-family: var(--template-headings-font), sans-serif;
  margin: 0;
}

/* Adjusting size for smaller products */
.cart-product-quantity-addon .product .cart-product-quantity:after {
  top: -17px;
  right: -11px;
  width: 24px;
  height: 24px;
  font-size: 11px !important;
  font-family: var(--template-font) !important;
  line-height: 1;
  padding-bottom: 1px;
}

.template-13.cart-product-quantity-addon .product .cart-product-quantity:after {
  top: -13px;
  right: -11px;
}

.template-10.cart-product-quantity-addon .product .cart-product-quantity:after {
  right: 0;
}

.template-07.cart-product-quantity-addon .product .cart-product-quantity:after {
  right: -3px;
}

.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: 3px;
}

.template-14.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  right: -13px;
}

.template-13.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  right: -1px;
  top: -9px;
}

.template-12.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  right: -3px;
  top: -17px;
}

.template-10.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  top: -17px;
  right: -14px;
}

.template-09.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  right: -11px;
  top: -20px;
}

.template-07.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:after {
  right: -2px;
  top: -1px;
}

/* Bigger variant size */
.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-is-big:after {
  top: -20px;
  right: -17px;
  font-size: 16px;
  width: 34px;
  height: 34px;
}

/* Adjusting size for bigger products */
.cart-product-quantity-addon
  .product
  .cart-product-quantity.cart-product-quantity-is-big:after {
  top: -18px;
  right: -11px;
  width: 28px;
  height: 28px;
  font-size: 13px;
}

/* Handling radius and border changes */
.cart-product-quantity-addon
  .cart-product-quantity:not(.cart-product-quantity-has-radius):after {
  right: -7px;
}

.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-has-radius:after {
  border-radius: var(--cart-product-quantity-zaoblenie);
}

.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-has-border:after {
  border: 2px solid var(--cart-product-quantity-farba-ohranicenie);
}

/* widgety */

.widget-parameter-wrapper .widget-parameter-list {
  width: 100%;
}

.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-value a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  background-color: var(--color-tertiary);
  padding: 4px 10px;
  text-align: center;
  color: #7c7e8f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24px;
  border-radius: 10px;
}

.widget-parameter-wrapper {
  position: relative;
  left: auto;
  width: 100%;
  bottom: auto;
  /* margin-bottom: 15px; */
}

.products-block .widget-parameter-list {
  /* opacity: 1;
  visibility: visible;
  transform: translate(0); */
}

.widget-parameter-wrapper .widget-parameter-value a {
  /* background-color: #292929;
  color: var(--color-secondary); */
}

.widget-parameter-wrapper .widget-parameter-list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  justify-content: center;
}

.p-tools {
  margin-top: 10px;
  text-align: center;
}

.widget-parameter-wrapper {
  overflow: visible;
  text-align: center;
  justify-content: center;
  margin-top: 0;
}

.widget-parameter-wrapper .widget-parameter-more.visible {
  display: none;
}

.widget-parameter-wrapper .widget-parameter-list {
}

.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-value a {
  color: black;
}

.widget-parameter-wrapper .widget-parameter-value:first-child a {
  padding-left: 15px !important;
}

@media (max-width: 768px) {
  .widget-parameter-wrapper .widget-parameter-value:first-child a {
    padding-left: 10px !important;
  }
  .widget-parameter-wrapper .widget-parameter-value span,
  .widget-parameter-wrapper .widget-parameter-value a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* UPDATE */

/* .widget-parameter-wrapper {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
} */

.products-block .p-bottom .p-desc {
  margin: 0 0 0;
}

.products-block .p-tools .btn.btn-add-to-basket,
.product .p-tools .btn {
  min-height: 40px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
}

.products-block .p-bottom .p-desc {
  min-height: 40px;
}

@media (min-width: 768px) {
  .type-detail #return-to-top {
    bottom: 95px;
  }
  .products-block {
    margin: 0 -5px;
  }
  .products-block .p .flags-default {
    left: -5px;
    top: -5px;
  }
  .products-block.products .p .name {
    -webkit-line-clamp: 4;
  }
  .products-block > div .p .p-bottom > div .p-tools {
    order: -1;
    margin-bottom: 10px;
  }
  .products-block .p-bottom > div .prices,
  .columns-mobile-2 .products-block .p-bottom > div .prices {
    margin-bottom: 0;
  }
  .products-block > div .p-bottom > div,
  .columns-mobile-2 .products-block > div .p-bottom > div {
    /* flex-direction: column; */
  }

  .products-block > div .p .name,
  .columns-mobile-2 .products-block > div .p .name {
    text-align: center;
  }

  .products-block .p-bottom .availability,
  .columns-mobile-2 .products-block .p-bottom .availability {
    text-align: center;
    line-height: 1.4;
  }

  .product .p-tools .btn.btn-cart {
    width: 100%;
    border-radius: 10px !important;
  }

  .widget-parameter-wrapper .widget-parameter-value {
    margin: 3px 3px 3px;
  }
  .widget-parameter-wrapper .widget-parameter-value a {
    padding: 6px 10px 4px !important;
    min-height: 35px;
    min-width: 40px;
    border: 1px solid #d7d7d7;
    background-color: white;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
  }

  .widget-parameter-wrapper .widget-parameter-value:first-child a {
    padding: 6px 10px 4px !important;
  }

  .widget-parameter-wrapper .widget-parameter-value a:hover {
    background-color: var(--product-button-detail-BG);
    border-color: var(--product-button-detail-BG);
    color: white;
  }
  .widget-parameter-wrapper .widget-parameter-value.is-selected a {
    background-color: var(--product-button-detail-BG);
    border-color: var(--product-button-detail-BG);
    color: white;
  }

  .products-block .p-tools .btn.btn-add-to-basket {
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #fbfbfb;
    color: #1bad29;
    box-shadow: none;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 10px !important;
    min-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .products-block .p-tools .btn.btn-add-to-basket:before {
    content: "\e929";
    color: #1bad29;
    font-size: 16px;
    margin-right: 8px;
  }
  .products-block .p-tools .btn.btn-add-to-basket.is-selected:before {
    content: "\e918";
  }

  .products-block .p-tools .btn.js-add-to-basket:before {
    content: "\e90a" !important;
  }
  .products-block .p-tools .btn.js-add-to-basket.is-selected:before {
    content: "\e90a" !important;
  }
}

.products-block > div .p .p-bottom > div .p-tools {
  display: flex !important;
}

@media (max-width: 768px) {
  .products-block.products > div {
    padding: 5px 5px;
  }
  .products-block .p-in-in {
    min-height: auto;
  }
  .columns-mobile-2 .products-block .p-in-in {
    min-height: auto;
  }
  .products-block > div .p .name,
  .columns-mobile-2 .products-block > div .p .name {
    text-align: center;
  }
  .products-block.products .p .name {
    -webkit-line-clamp: 2;
  }
  .products-block > div .p .p-bottom > div .p-tools {
    order: -1;
    margin-bottom: 10px;
  }
  .products-block .p-bottom > div .prices,
  .columns-mobile-2 .products-block .p-bottom > div .prices {
    margin-bottom: 0;
  }
  .products-block > div .p-bottom > div,
  .columns-mobile-2 .products-block > div .p-bottom > div {
    flex-direction: column;
  }

  .products-block .p-bottom .availability,
  .columns-mobile-2 .products-block .p-bottom .availability {
    text-align: center;
    line-height: 1.4;
  }

  .widget-parameter-wrapper .widget-parameter-value {
    margin: 3px 3px 3px;
  }
  .widget-parameter-wrapper .widget-parameter-value a {
    padding: 6px 4px 4px !important;
    min-height: 35px;
    min-width: 40px;
    border: 1px solid #d7d7d7;
    background-color: white;
    font-weight: 700;
    font-size: 12px;
  }

  .widget-parameter-wrapper .widget-parameter-value a:hover {
    border: 1px solid #d7d7d7;
    background-color: white;
    color: black;
  }
  .widget-parameter-wrapper .widget-parameter-value.is-selected a {
    background-color: var(--product-button-detail-BG);
    border-color: var(--product-button-detail-BG);
    color: white;
  }

  .products-block .p-tools {
    /* position: absolute;
    width: 100%;
    margin-top: 0;
    bottom: 0; */
    text-align: center;
  }

  .products-block .p-tools .btn.btn-add-to-basket {
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #fbfbfb;
    color: #1bad29;
    box-shadow: none;
    font-size: 13px;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 10px !important;
    min-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .products-block .p-tools .btn.btn-add-to-basket:before {
    content: "\e929";
    /* font-family: "apollo" !important; */
    color: #1bad29;
    font-size: 16px;
    margin-right: 8px;
    /* top: -1px;
    position: relative; */
  }

  .products-block .p-tools .btn.btn-add-to-basket.is-selected:before {
    content: "\e918";
  }

  .products-block .p-tools .btn.js-add-to-basket:before {
    content: "\e90a" !important;
  }
  .products-block .p-tools .btn.js-add-to-basket.is-selected:before {
    content: "\e90a" !important;
  }
}

@media (max-width: 767px) {
  .product .widget-parameter-wrapper {
    margin-top: 0;
  }
}

.custom-product-buttons
  .p-detail-inner
  .p-to-cart-block
  .btn.btn-primary.has-custom-bg.js-add-to-basket,
.custom-product-buttons
  .product
  .btn.btn-primary.has-custom-bg.js-add-to-basket {
  background-color: var(--product-button-classic-BG);
  border-color: var(--product-button-classic-BG);
  color: var(--product-button-classic-color);
}

.custom-product-buttons
  .p-detail-inner
  .p-to-cart-block
  .btn.btn-primary.has-custom-bg.js-add-to-basket:hover,
.custom-product-buttons
  .product
  .btn.btn-primary.has-custom-bg.js-add-to-basket:hover {
  background-color: var(--product-button-classic-BG-hover);
  border-color: var(--product-button-classic-BG-hover);
  color: var(--product-button-classic-color);
}

.widget-parameter-wrapper .widget-parameter-more {
  display: none;
}

.products-block > div > .p {
  padding-bottom: 50px;
}

.product .p-in .p-tools {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .product .p-in .p-tools {
    bottom: 5px;
  }
  .products-block > div > .p {
    padding-bottom: 55px;
  }
}

/* detail fixed bar */

.detail-fixed-bar__inner .btn {
  width: auto;
  min-height: 50px;
  font-size: 16px;
  height: 50px;
  padding: 5px 20px 5px;
}

.detail-fixed-bar__inner .btn:after {
  font-size: 16px;
}

.detail-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  padding: 15px 20px;
  pointer-events: none;
}

.detail-fixed-bar.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.detail-fixed-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  position: relative;
}

.detail-fixed-bar__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* Styling pre obsah ceny */
.detail-fixed-bar__price .p-final-price-wrapper {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; */
  font-size: 16px;
  font-weight: normal;
}

.detail-fixed-bar__price .price-standard {
  margin-right: 8px;
}

.detail-fixed-bar__price .price-standard span {
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
}

.detail-fixed-bar__price .price-save {
  background: #7e2129;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

.detail-fixed-bar__price .price-measure {
  display: none;
}

.detail-fixed-bar__price .price-final {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
}

.detail-fixed-bar__price .price-additional {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.detail-fixed-bar__price .price-measure span {
  font-size: 12px;
  color: #aaa;
}

/* Button */
.detail-fixed-bar button {
  flex-shrink: 0;
}

.detail-fixed-bar__name {
  width: calc(100% - 480px);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .detail-fixed-bar__name {
    display: none;
  }
}

.detail-fixed-bar__image {
  width: 80px;
  height: 50px;
}

.detail-fixed-bar__name .show-tooltip.acronym {
  pointer-events: none;
  text-decoration: none;
  border-bottom: 0;
}

@media (max-width: 468px) {
  .detail-fixed-bar__image {
    display: none;
  }
}

.detail-fixed-bar__availability {
  color: #454545;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .type-detail #return-to-top {
    bottom: 75px;
  }
  .detail-fixed-bar__availability {
    display: none;
  }
}

.detail-fixed-bar__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (max-width: 480px) {
  .detail-fixed-bar__img {
    display: none;
  }
}

.detail-fixed-bar__inner .btn {
  border-radius: var(--product-button-border-radius);
  font-weight: 700;
}

.detail-fixed-bar__inner .btn:before {
  font-family: "product-button-addon" !important;
  display: inline-block !important;
  margin-right: 8px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin-right: 8px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1;
  /* content: "\e90a"; */
  content: "\e905";
  margin-top: -2px;
  font-size: 20px;
}

/* --- KOMPAKTNÁ VERZIA NA MOBILE --- */
@media (max-width: 767px) {
  .detail-fixed-bar {
    padding: 8px 15px;
  }
  .detail-fixed-bar__price .price-final {
    font-size: 18px;
  }
  .detail-fixed-bar__price .price-additional,
  .detail-fixed-bar__price .price-measure {
    display: none;
  }

  .detail-fixed-bar__price .price-save {
    top: -20px;
  }

  .detail-fixed-bar__inner .btn {
    width: auto;
    min-height: 40px;
    font-size: 14px;
    height: 40px;
    padding: 0px 20px 0px;
  }

  .detail-fixed-bar__price .p-final-price-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

body.type-detail.cart-product-quantity-addon.custom-product-buttons
  .cart-product-quantity.btn.add-to-cart-button:not(.btn-plain)::after {
  font-family: var(--template-headings-font), sans-serif !important;
}

.custom-delivery-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
}

.custom-delivery-box .delivery-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.delivery-green {
  background: #f0fff5;
  border: 1px solid #5cb85c;
  color: #2d7a2d;
}
.delivery-green .delivery-icon {
  background-image: url("/user/documents/upload/delivery-truck.png");
}

.delivery-orange {
  background: #fff8f0;
  border: 1px solid #f0ad4e;
  color: #a56400;
}
.delivery-orange .delivery-icon {
  background-image: url("/user/documents/upload/delivery-truck.png");
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 135px;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    max-height: 90px;
    max-width: 115px;
    object-fit: contain;
  }
  .navigation-in > ul > li.ext > ul > li > a {
    padding: 12px;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 140px);
  }
}

/* menu mobil */

/* menu na mobile */

@media (max-width: 767px) {
  .navigation-window-visible
    .responsive-tools
    .click-cart[data-target="navigation"]:before,
  .navigation-window-visible
    .responsive-tools
    > a[data-target="navigation"]:before {
    content: "\e921";
  }
}

@media (max-width: 767px) {
  .navigation-in > ul {
    padding-top: px;
  }
  /* #navigation {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    width: 320px;
  }
  .navigation-window-visible #navigation {
    transform: translateX(0);
    width: 320px;
    left: 0 !important;
  }
  .navigation-in > ul {
    padding-top: 15px;
  } */
  /* .navigation-in > ul > li {
    margin: 10px 0;
  } */
  .navigation-in > ul > li > a {
    /* padding: 1.25rem 20px; */
    /* text-transform: none; */
    /* text-decoration: none; */
    /* padding: 12px 15px !important; */
    /* background: #f1f3f7; */
    /* margin: 0 15px; */
    /* border-radius: 10px; */
    /* color: #1e1e1c !important; */
    /* line-height: 1.2em !important; */
    /* font-weight: 600;
    font-size: 15px;
    padding: 0 35px; */
    /* line-height: 100px; */
    /* font-weight: 500;
    font-size: 15px; */
    /* color: #1e1e1c; */
    position: relative;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    /* width: 60px;
    height: 60px;
    display: flex;
    padding: 0; */
  }

  .submenu-visible .navigation-in > ul > li.exp > ul {
    padding-bottom: 0;
  }

  #navigation li a .submenu-arrow {
    /* position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #000;
    font-size: 8px; */
    transform: rotateZ(-90deg);
  }

  #navigation .menu-level-1 > li > a .submenu-arrow {
    transform: rotateZ(-90deg);
  }

  .navigation-in > ul ul.menu-level-2 > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 0;
  }

  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99999;
    background-color: #ffffff;
    overflow: auto;
    padding: 0 !important;
    height: 100%;
    padding-bottom: 15px !important;
  }

  .navigation-in .has-third-level ul,
  .navigation-in a.menu-image {
    display: block;
  }

  .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 {
    width: 80px;
    padding: 0;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 80px);
  }

  .navigation-in ul.menu-level-2 > li > div > a {
    font-weight: 700;
  }

  .navigation-in ul.menu-level-2 li a {
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-in ul.menu-level-2 li.more-submenu-list {
    padding: 0;
  }

  .navigation-in ul.menu-level-2 li.more-submenu-list a {
    width: 100%;
    padding: 16px 20px;
    padding-right: 60px;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    font-weight: 700;
  }

  .navigation-in ul.menu-level-2 li.more-submenu-list a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/user/documents/upload/maximize.png);
  }

  .navigation-in ul li a b {
    font-weight: 700;
  }

  .submenu-visible .menu-level-2 > a {
    position: relative;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding: 1.25rem 20px;
    text-transform: none;
    text-decoration: none;
    padding: 12px 15px 12px 50px !important;
    background: transparent;
    margin: 0;
    border-radius: 0;
    color: #1e1e1c !important;
    line-height: 1.2em !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
    font-weight: 700;
    font-size: 15px;
    color: #1e1e1c;
    position: relative;
    transition: none;
    margin-bottom: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--colors-foregrounds-borders-secondary);
  }

  .navigation-in > ul > li > a > b,
  .navigation-in > ul > li > a > span {
    padding-bottom: 1.65rem;
    padding-top: 1.65rem;
  }

  .navigation-in > ul > li {
    border-bottom: 0;
  }

  .is-open-submenu .navigation-in > ul > li:not(.exp),
  .is-open-submenu .contact-box {
    display: none;
  }

  .submenu-visible .menu-level-2 > a .submenu-arrow {
    right: auto;
    left: 0;
  }

  .navigation-in > ul ul.menu-level-2 > li {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--colors-foregrounds-borders-secondary);
  }

  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 80px);
    padding-left: 5px;
    align-self: center;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    object-fit: contain;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navigation-in ul.menu-level-2 li li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-in > ul ul.menu-level-2 > li {
    align-items: flex-start;
  }

  #navigation ul ul a .submenu-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 50px;
    transform: rotateZ(90deg) translateY(-50%);
    top: 0;
    left: -25px;
  }
}

/* Footer */

/* .footer-rows .site-name {
  display: none !important;
} */

/* @media (min-width: 1200px) {
  .custom-footer {
    padding-left: 0;
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .custom-footer > div.extended {
    width: 25%;
  }
} */

.warning-info {
  border: 2px solid var(--color-primary);
  margin-bottom: 20px;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
}

.warning-info p {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0;
}

.footer-icons .footer-icon {
  align-self: center;
  display: inline-block;
  margin: 10px;
  max-width: 60px;
  max-height: 60px;
}

/* Foooter */

#footer {
  background: white;
  overflow: hidden;
  padding: 30px 10px 0;
}

@media (min-width: 767px) {
  #footer {
    padding: 50px 15px 0;
  }
}

@media (min-width: 992px) {
  #footer {
    padding-left: 55px;
  }
}

.footer-links-icons-block {
  display: none;
}

#footer .site-name {
  display: none;
}

#footer .footer-links-icons {
  margin-top: 25px;
  text-align: left;
}

.footer-icons:before {
  text-align: left;
}

.footer-icons {
  justify-content: flex-start;
}

#footer .footer-links-icons.container {
  width: 100%;
}

#footer .custom-footer {
  border: 0;
  background: white;
  padding-top: 0;
}

@media (min-width: 992px) {
  #footer .custom-footer {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 766px) {
  #footer .custom-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  #footer .custom-footer > div {
    padding-bottom: 10px;
  }
}

#footer .custom-footer ul li {
  padding-bottom: 5px;
}

#footer .custom-footer ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  #footer .custom-footer ul li {
    padding-bottom: 15px;
  }
}

#footer > .container {
  background: white;
}

#footer .footer-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 766px) {
  #footer .footer-links {
    display: block;
  }
}

@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer .footer-links .footer-link a {
  line-height: 1.2;
}

#footer .contact-box ul li {
  word-break: normal;
  padding-top: 0;
}

#footer .contact-box ul li a {
  color: #2a302d;
  font-size: 14px;
}

@media (max-width: 766px) {
  #footer .contact-box ul li a {
    padding: 5px 0;
  }
}

@media (min-width: 767px) {
  #footer .contact-box ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #footer .contact-box ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  #footer .contact-box ul li a {
    font-size: 16px;
  }
}

#footer .contact-box ul li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

#footer .contact-box ul li span {
  padding-left: 30px;
}

#footer .contact-box ul li span.address:before,
#footer .contact-box ul li span.facebook:before,
#footer .contact-box ul li span.instagram:before,
#footer .contact-box ul li span.mail:before,
#footer .contact-box ul li span.tel:before {
  font-family: "vejpka";
  font-size: 20px;
  color: #2a302d;
  top: 12px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 766px) {
  #footer .contact-box ul li span.address:before,
  #footer .contact-box ul li span.facebook:before,
  #footer .contact-box ul li span.instagram:before,
  #footer .contact-box ul li span.mail:before,
  #footer .contact-box ul li span.tel:before {
    top: 15px;
  }
}

#footer .contact-box ul li span.address small,
#footer .contact-box ul li span.facebook small,
#footer .contact-box ul li span.instagram small,
#footer .contact-box ul li span.mail small,
#footer .contact-box ul li span.tel small {
  display: block;
  font-size: 12px;
}

@media (min-width: 480px) {
  #footer .contact-box ul li span.address small,
  #footer .contact-box ul li span.facebook small,
  #footer .contact-box ul li span.instagram small,
  #footer .contact-box ul li span.mail small,
  #footer .contact-box ul li span.tel small {
    font-size: 14px;
  }
}

#footer .contact-box ul li span.mail a {
  word-break: break-all;
}

#footer .contact-box ul li span.mail:before {
  content: "\e912";
  font-size: 20px;
}

#footer .contact-box ul li span.tel:before {
  content: "\e918";
  font-size: 20px;
}

#footer .contact-box ul li.social-item .facebook:before {
  content: "\e90b";
  font-size: 20px;
}

#footer .contact-box ul li.social-item .instagram:before {
  content: "\e910";
  font-size: 18px;
}

#footer h4 {
  color: #2a302d;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 480px) {
  #footer h4 {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  #footer h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #footer h4 {
    font-size: 16px;
  }
}

#footer .banner-wrapper {
  margin-top: 0;
}

#footer .custom-footer__banner19 {
  display: none;
}

#footer .banner {
  min-height: auto;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  #footer .banner {
    margin-bottom: 40px;
  }
}

#footer .custom-footer > div {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 766px) {
  #footer .custom-footer > div {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  #footer .custom-footer > div:nth-child(3) {
    border-bottom: 1px solid #c3c9c6;
  }
}

@media (max-width: 479px) {
  #footer .custom-footer > div:nth-child(3) h4,
  #footer .custom-footer > div:nth-child(4) h4 {
    position: relative;
    /* margin-bottom: 0; */
  }
  /* #footer .custom-footer > div:nth-child(3) h4:after,
  #footer .custom-footer > div:nth-child(4) h4:after {
    content: "\e905";
    font-family: "vejpka";
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 24px;
    color: #2a302d;
  } */
  #footer .custom-footer > div:nth-child(3) ul,
  #footer .custom-footer > div:nth-child(4) ul {
    display: none;
  }
  #footer .custom-footer > div:nth-child(3) .is-active h4:after,
  #footer .custom-footer > div:nth-child(4) .is-active h4:after {
    content: "\e908";
  }
  #footer .custom-footer > div:nth-child(3) .is-active ul,
  #footer .custom-footer > div:nth-child(4) .is-active ul {
    display: block;
    margin-top: 20px;
  }
}

.navigation-in > ul > li > a img {
  margin-right: 10px;
}

#footer .custom-footer > div:nth-child(5) {
  width: 100%;
}

@media (min-width: 767px) {
  #footer .custom-footer > div {
    width: 33.33%;
    margin-bottom: 0;
  }
  #footer .custom-footer > div:nth-child(5) {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  #footer .custom-footer > div:nth-child(5) {
    width: 66.66%;
  }
}

@media (min-width: 1200px) {
  #footer .custom-footer > div {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(2) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(3) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(4) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(5) {
    width: 25%;
  }
}

@media (max-width: 479px) {
  #footer .custom-footer > div.custom-footer__site-name {
    width: 100%;
  }
}

@media (max-width: 479px) {
  #footer .custom-footer > div.custom-footer__contact {
    width: 100%;
  }
}

#footer .custom-footer > div.extended {
  width: 100%;
}

@media (min-width: 767px) {
  #footer .custom-footer > div.extended {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #footer .custom-footer > div.extended {
    width: 40%;
  }
}

#footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

#footer ul li {
  display: block;
}

#footer ul li a {
  display: inline-block;
  color: #2a302d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

@media (max-width: 766px) {
  #footer ul li a {
    padding: 5px 0;
  }
}

@media (min-width: 767px) {
  #footer ul li a {
    font-size: 16px;
  }
}

#footer ul li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

#footer .footer-payments {
  margin-bottom: 25px;
}

#footer .footer-payments:last-child {
  margin-bottom: 0;
}

#footer .footer-payments img {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

#footer .footer-bottom {
  border: 0;
}

#footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c3c9c6;
}

#footer .footer-rows {
  min-height: auto;
}

@media (max-width: 1199px) {
  #footer .footer-rows > .site-name {
    display: none;
  }
}

#footer .custom-footer > .custom-footer__site-name {
  display: none;
}

@media (max-width: 766px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}

#footer .custom-footer > .custom-footer__site-name .site-name {
  display: block;
}

@media (min-width: 1200px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}

#footer .footer-newsletter {
  border: 0;
}

@media (min-width: 1200px) {
  #footer .site-name {
    max-width: 150px;
    top: 20px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  #footer .site-name img {
    max-height: 110px;
  }
}

#footer .footer-links-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

#footer .contact-box {
  min-height: auto;
}

#footer .copyright {
  color: #6a7770;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 480px) {
  #footer .copyright {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  #footer .copyright {
    line-height: 1.2;
    text-align: center;
    font-size: 16px;
  }
}

#footer .copyright strong {
  font-family: "Poppins", Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
}

#footer #signature {
  margin-bottom: 0;
}

#footer .footer-bg {
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 490px;
  display: none;
}

@media (min-width: 480px) {
  #footer .footer-bg {
    display: block;
    bottom: 0;
    left: -40px;
    max-width: 230px;
  }
}

@media (min-width: 767px) {
  #footer .footer-bg {
    left: auto;
    right: 120px;
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  #footer .footer-bg {
    right: -30px;
    max-width: 490px;
  }
}

#footer .copyright {
  z-index: 2;
}

@media (min-width: 767px) {
  #footer .copyright {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (min-width: 767px) {
  #footer .footer-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (max-width: 766px) {
  #footer .footer-copy {
    display: block;
  }
}

#footer .footer-links {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 766px) {
  #footer .footer-links {
    text-align: left;
  }
}

@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#footer .footer-links .footer-link {
  margin: 5px 0;
}

@media (max-width: 766px) {
  #footer .footer-links .footer-link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 767px) {
  #footer .footer-links .footer-link:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  #footer .footer-links .footer-link:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 15px;
    background-color: #6a7770;
  }
}

#footer .footer-links .footer-link a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  color: #6a7770;
}

@media (min-width: 767px) {
  #footer .footer-links .footer-link a {
    padding: 0;
    font-size: 16px;
  }
}

#footer .footer-links-icons {
  /* display: none; */
}

.type-category .custom-footer__newsletter,
.in-index .custom-footer__newsletter {
  /* border-bottom: 1px solid var(--colors-foregrounds-borders-primary); */
}

body > .container {
  padding: 0;
  padding-bottom: 10px;
}

#footer h5 {
  font-size: 16px;
}

#footer .footer-bottom.container {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .footer-bottom {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  #footer .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

#footer .signature-author {
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 766px) {
  #footer .signature-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#footer #signature {
  color: #39230a;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
}

@media (min-width: 480px) {
  #footer #signature {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  #footer #signature {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    font-size: 16px;
  }
}

#footer #signature span,
#footer #signature a {
  color: #6a7770;
}

#footer #signature a:hover {
  color: var(--color-primary);
}

#footer #signature img {
  position: relative;
  top: -3px;
  margin-left: 5px;
  width: 84px;
  margin-right: 0;
  height: 24px;
}

@media (max-width: 479px) {
  #footer #signature img {
    margin-bottom: 5px;
  }
}

#footer .signature-logo {
  margin-left: 10px;
}

#footer .signature-premium,
#footer .signature-link {
  text-decoration: underline;
}

@media (max-width: 766px) {
  #footer .copyright,
  #footer #signature {
    margin-top: 0;
  }
}

.custom-footer__newsletter {
  /* display: none; */
}

.type-category .custom-footer__newsletter,
.in-index .custom-footer__newsletter {
  display: block;
}

.custom-footer__newsletter {
  padding: 15px 0 50px;
}

@media (min-width: 767px) {
  .custom-footer__newsletter {
    padding: 35px 0 35px;
  }
}

.custom-footer__newsletter .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-content {
    max-width: 80%;
    margin: 0 auto;
  }
}

.custom-footer__newsletter .newsletter-header {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 766px) {
  .custom-footer__newsletter .newsletter-header {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header {
    position: relative;
    margin-bottom: 0;
    width: 50%;
    padding-right: 160px;
  }
  .custom-footer__newsletter .newsletter-header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(100% - 110px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 203px;
    height: 34px;
    background-image: url("/user/documents/upload/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-footer__newsletter form {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 992px) {
  .custom-footer__newsletter form {
    width: 50%;
    padding-left: 120px;
  }
}

.custom-footer__newsletter fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .custom-footer__newsletter fieldset {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.custom-footer__newsletter .newsletter-text {
  font-size: 16px;
  font-weight: 400;
}

.custom-footer__newsletter h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2a302d;
}

.custom-footer__newsletter h4 span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .custom-footer__newsletter h4 span {
    font-size: 24px;
  }
}

.custom-footer__newsletter .validator-msg.msg-error {
  font-size: 13px;
}

.custom-footer__newsletter .validator-msg-holder {
  position: relative;
  width: 100%;
}

.custom-footer__newsletter .validator-msg-holder:after {
  content: "\e913";
  font-family: "vejpka";
  position: absolute;
  top: 21px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6a7770;
  font-size: 20px;
  display: none;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .validator-msg-holder:after {
    display: block;
    left: 15px;
    font-size: 22px;
  }
}

.custom-footer__newsletter .form-group.consents {
  font-size: 14px;
  color: #6a7770;
  font-weight: 400;
  margin-top: 10px;
  display: none;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .form-group.consents {
    display: block;
  }
}

.custom-footer__newsletter .form-group.consents a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}

.custom-footer__newsletter .form-group.consents a:hover {
  text-decoration: underline;
}

.custom-footer__newsletter .form-control {
  background-color: white;
  border-radius: 20px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 16px;
  height: 42px;
  min-height: 42px;
  color: #2a302d;
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  border: 1px solid #c3c9c6;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .form-control {
    padding: 10px 30px;
    padding-right: 90px;
    padding-left: 50px;
    font-size: 16px;
  }
}

.custom-footer__newsletter .compact-form .btn {
  right: 1px;
  top: 1px;
  background-color: transparent;
  border: transparent;
  color: #6a7770;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 766px) {
  .custom-footer__newsletter .compact-form .btn {
    height: 40px;
    line-height: 40px;
  }
}

.custom-footer__newsletter .btn {
  height: 40px;
  line-height: 1.2;
  border: 0;
  top: 1px;
  right: 2px;
  padding: 5px 5px;
  min-height: 40px;
  font-size: 14px;
  color: white;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  width: 90px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#footer .footer-links-icons {
  padding: 0;
}

#footer .footer-rows.container {
  padding-bottom: 30px;
}

.custom-footer__newsletter .btn:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background-color: #c3c9c6;
}

.footer-links-icons-block {
  padding: 20px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--colors-foregrounds-borders-primary);
}

@media (min-width: 767px) {
  .custom-footer__newsletter .btn {
    padding: 5px 12px;
    font-size: 14px;
    width: 90px;
  }
}

.custom-footer__newsletter .btn:hover {
  color: var(--color-primary);
}

.custom-footer__newsletter .btn:before {
  display: none;
}

#footer > .container {
  padding: 0;
}

.footer-icons:before {
  content: "Možnosti dopravy a platby";
  display: block;
  width: 100%;
  /* text-align: center; */
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 767px) {
  #footer {
    padding: 0 0 0px;
  }
}

.footer-divider {
  width: 100%;
}

.footer-divider img {
  width: 100%;
}

#footer .contact-box ul li a {
  font-size: 18px;
}

#footer .contact-box ul li.social-item .instagram:before {
  font-size: 20px;
}

#footer .contact-box ul li span {
  display: block;
}

#footer .contact-box ul li.social-item .mail:before {
  font-size: 24px;
}

#footer .contact-box ul li span {
  padding-left: 0;
}

footer .contact-box ul li span.address:before,
#footer .contact-box ul li span.facebook:before,
#footer .contact-box ul li span.instagram:before,
#footer .contact-box ul li span.mail:before,
#footer .contact-box ul li span.tel:before {
  color: #000;
  top: 22px;
  left: 10px;
}

#footer .contact-box ul li span.mail:before {
  font-size: 24px;
  top: 24px;
  left: 13px;
}

#footer .contact-box ul li a {
  background: #f7f2f9;
  border: 1px solid var(--color-primary);
  font-size: 18px;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  border-radius: 10px;
  color: #000;
}

#footer .news-item-widget time {
  display: none;
}

/* #footer .news-item-widget {
  display: flex;
  align-items: center;
}

#footer .news-item-widget img {
  max-width: 100px;
  object-fit: contain;
}

#footer .news-item-widget h5 {
  padding-left: 10px;
}
 */

.custom-footer__section2 .news-item-widget {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.custom-footer__section2 .news-item-widget:last-child {
  border-bottom: none;
}

.custom-footer__section2 .news-item-widget img {
  width: 100%;
  max-width: 150px; /* obmedzenie šírky obrázka */
  height: auto;
  border-radius: 4px;
  margin-bottom: 6px;
  display: block;
}

.custom-footer__section2 .news-item-widget h5 {
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.custom-footer__section2 .news-item-widget h5 a {
  color: #333;
  text-decoration: none;
}

.custom-footer__section2 .news-item-widget h5 a:hover {
  color: #0077cc;
}

.custom-footer__section2 .news-item-widget time {
  display: block;
  font-size: 11px;
  color: #888;
}
