.header .ui-menu-root:nth-last-child(2) .w-menu-rootLink {
  background: #a87458;
  border-radius: 6px;
  color: #fff;
  margin-left: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ui-menu-root:nth-last-child(2) .w-menu-rootLink:hover {
  background: rgba(168,116,88,0.7);
}
.bannerGrid {
  --gap: 0;
}
.homeBulletPoints .bulletPoint {
  border: 1px solid #939598;
  padding: 64px;
}
.homeArticles .w-article-thumb:first-child {
  grid-area: 1/1/3/3;
}
.promoBanner .w-holder {
  overflow: hidden;
}
.promoBanner .w-banner3-contentWrap {
  padding: 0 56px;
}
.promoBanner .w-banner3-content {
  width: 500px;
}
@media (max-width: 1040px) {
  .promoBanner .w-banner3-contentWrap {
    padding: 0 32px;
  }
}
.w-customerReview {
  --columns: 3;
  --bleed-right: 0;
}
.w-customerReview .w-reviewThumb-holder {
  padding: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  line-height: 1.6;
}
.w-customerReview .title,
.w-customerReview .name {
  font-weight: 700;
}
.w-customerReview .title {
  margin-bottom: 8px;
}
.w-customerReview p {
  margin: 0 0 32px 0;
}
@media (max-width: 1040px) {
  .w-customerReview .w-reviewThumb-holder {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .w-customerReview {
    --columns: 2;
  }
}
@media (max-width: 500px) {
  .w-customerReview {
    --columns: 1;
  }
}
.center .column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.w-menu-list-style1 li.hasChildren li a,
.w-menu-list-vertical li.hasChildren li a,
.w-menu-list-verticalTree li.hasChildren li a {
  color: #fff;
}
.eposlovanje {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: #fff;
  height: auto;
  line-height: 0;
  z-index: 999;
}
.eposlovanje .w-holder,
.eposlovanje img {
  margin-bottom: 0;
}
.eposlovanje img {
  max-width: 130px;
}
@media (max-width: 1040px) {
  .eposlovanje {
    display: none;
  }
}
