body {
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 536px;
  background: url("/cache/thumbs/627e0a3c371ea3bc6576dc02/0x0-none/banner_tekstura.png") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 500px) {
  body:before {
    width: 50%;
  }
}
body:not(.logic-home):before {
  height: 337px;
}
body:not(.logic-home):after {
  content: "";
  position: absolute;
  top: 130px;
  right: 100px;
  left: 100px;
  height: 500px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1040px) {
  body:not(.logic-home):after {
    top: 59px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1040px) {
  body:before,
  body:not(.logic-home):before {
    height: 200px;
  }
}
.homeBanner img {
  border-radius: 8px;
}
.w-value-cover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 500px) {
  .cnj-trust-mark-vertical {
    display: none;
  }
}
.dw-content {
  position: relative;
  z-index: 0;
}
.dw-content .image {
  width: 85%;
}
.dw-content img {
  width: 100%;
  height: 558px;
  object-fit: cover;
}
.dw-content .content {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  max-width: 709px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 64px 32px 32px 32px;
  background-color: #fff;
}
.dw-content .title,
.dw-content .description {
  margin-bottom: 32px;
}
.dw-content .title {
  color: #59403b;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 700;
}
.dw-content .description {
  line-height: 1.6;
}
@media (max-width: 1040px) {
  .dw-content .image {
    width: calc(100% - 60px);
  }
  .dw-content .content {
    right: auto;
    left: 32px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 32px;
  }
  .dw-content .title {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .dw-content .image {
    width: 100%;
  }
  .dw-content .content {
    right: 20px;
    left: 20px;
  }
  .dw-content .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  .dw-content .content {
    padding: 16px;
  }
  .dw-content .title,
  .dw-content .description {
    margin-bottom: 16px;
  }
}
.contentBox {
  position: relative;
  z-index: 0;
}
.contentBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 227px;
  background-color: #e6ddc4;
}
.contentBox:after {
  content: "";
  position: absolute;
  bottom: 227px;
  right: 0;
  top: 40px;
  width: 140px;
  height: calc(100% - 267px);
  background: url("/cache/thumbs/627e0a3c371ea3bc6576dc02/0x0-none/les_tekstura_2.png") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 800px) {
  .menuGridBg {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
.w-articleList-grid2 .w-article-text {
  background-color: rgba(89,64,59,0.7);
}
.w-categoriesList .w-categoryThumb-holder {
  position: relative;
}
.w-categoriesList .title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 900;
  position: absolute;
  left: 16px;
  right: 16px;
  text-align: center;
  bottom: 32px;
}
.w-categoriesList .desc {
  display: none;
}
@media (max-width: 1700px) and (min-width: 1441px) {
  .usp .w-holder {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.w-menu-grid-style5 .image img {
  width: 100%;
}
.w-companyInfo:not(.w-companyInfo-text):not(.w-companyInfo-text2) .companyInfo-icon {
  color: rgba(var(--color-primary));
}
.w-companyInfo:not(.w-companyInfo-text):not(.w-companyInfo-text2) .companyInfo-icon .fa:before {
  color: inherit;
}
.w-companyInfo .companyInfo-icon .fa:before {
  color: rgba(var(--color-primary));
}
.w-productThumb .badge-discount {
  background-color: rgba(var(--color-primary));
}
.w-value-cover {
  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;
  min-height: var(--height, 350px);
}
.w-value-cover h1,
.w-value-cover .desc {
  max-width: 90%;
}
.w-value-cover h1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 32px;
}
.w-value-cover .desc {
  line-height: 1.6;
}
@media (max-width: 1040px) {
  .w-value-cover h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  .w-value-cover h1 {
    font-size: 2rem;
  }
}
.w-bulletPoints-style2 .bulletPoint {
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  grid-auto-columns: minmax(min-content, max-content);
}
.w-bulletPoints-style2 .image {
  grid-area: 1/1;
  float: none;
}
.w-bulletPoints-style2 .title {
  grid-area: 1/2;
}
.w-bulletPoints-style2 .description {
  grid-area: 2/2;
}
.w-menu-grid-style2 .image,
.w-menu-grid-style3 .image,
.w-menu-grid-style5 .image,
.w-menu-grid-style6 .image {
  line-height: 0;
}
.bannerIntermax .w-banner3-imageWrap img {
  aspect-ratio: var(--aspect-ratio, auto);
}
.bannerIntermax .desc img {
  width: 188px;
  height: 56px;
}
.bannerIntermax h2.title {
  margin-bottom: 0;
}
.bannerIntermax p {
  margin-bottom: 8px;
}
/*
.w-productThumb
    .image:not(.compareRow-image)
        order 1
    .title
        order 2
    .desc
        order 3
    .modelSelect-item
        order 4
    .stock-row
        order 5
    .prices
        order 6
*/
.w-productList .w-productThumb .w-productListAttributes {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -o-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.w-productList .w-productThumb .w-productAttribute {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.w-productThumb-holder .item-shipment-text .lowest {
  display: none;
}
.w-addToCart .hasStock {
  color: #008000;
}
.logic-product .w-productPrices {
  display: none;
}
.w-viewWidget.empty-content+.w-productPrices {
  display: block;
}
.price2-holder {
  font-size: 18px;
  font-weight: bold;
}
.price2-holder.regular {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.price2-holder.regular .price2 {
  padding: 10px 0;
}
.price2-holder.delivery {
  padding: 10px 0;
  margin-bottom: 10px;
}
.price2-holder .unit-price {
  margin-top: 22px;
  font-weight: bold;
}
.price2-holder .save-price {
  color: #008000;
}
.price2-holder .special-price {
  color: #ff8900;
}
.price2-holder .qty-price-unit {
  font-size: 12px;
  font-weight: normal;
}
.price2-title {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 22px;
  margin-bottom: 10px;
}
.delivery .price2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.delivery .qty-price-title {
  min-width: 120px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
.delivery .qty-price-unit {
  margin: 0 20px 0 10px;
}
@media (max-width: 768px) {
  .price2-holder.regular {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .delivery .qty-price-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .delivery .price2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .price2-holder .regular-price,
  .price2-holder .save-price {
    width: 100%;
  }
}
.cene3,
.cene3 .priceHolder:not(:last-child) {
  margin-bottom: 32px;
}
.cene3 .priceTitle {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #888;
}
.cene3 .tableHolder {
  border-collapse: collapse;
  width: 100%;
}
.cene3 .tableRow {
  display: table-row;
  border: 1px solid #cacaca;
  border-top: none;
}
.cene3 .tableRow>* {
  display: table-cell;
  width: 25%;
  padding: 8px 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cene3 .tableRow>*:not(:last-child) {
  border-right: 1px solid #cacaca;
}
.cene3 .tableRow.header {
  border-top: 1px solid #cacaca;
  border-bottom-width: 2px;
}
.cene3 .tableRow.header * {
  color: #888;
  font-weight: 700;
  font-size: 0.875rem;
}
.cene3 .tableRow:not(.header) * {
  font-size: 1.125rem;
}
.cene3 .tableRow .price {
  font-weight: 700;
}
.cene3 .tableRow .unit {
  font-size: 0.875rem;
  margin-left: 4px;
}
.cene3 .tableRow .action-price,
.cene3 .tableRow .unit-price {
  color: rgba(var(--color-primary));
}
.cene3 .hasActionPrice .regular-price .price {
  text-decoration: line-through;
}
@media (max-width: 600px) {
  .cene3 .tableHolder {
    white-space: nowrap;
    overflow: auto;
  }
}
.site_test .tableRow,
.site_test .tableRow>* {
  display: block;
  width: auto;
  border: 0 none !important;
}
@media (max-width: 500px) {
  .cnj-trust-mark-vertical {
    display: none;
  }
}
.w-categoriesList .w-categoryThumb-holder {
  position: relative;
  overflow: hidden;
}
.w-categoriesList .w-categoryThumb-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0,0,0,0.7) 100%);
  background: -moz-linear-gradient(270deg, transparent 0%, rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(270deg, transparent 0%, rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(270deg, transparent 0%, rgba(0,0,0,0.7) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
}
.w-categoriesList .w-categoryThumb-holder:hover:before {
  height: 400%;
}
.w-categoriesList .image {
  margin-bottom: 0;
}
.w-categoriesList .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w-categoriesList .title:hover {
  text-decoration: none;
}
.w-categoriesList .title,
.w-categoriesList .desc {
  color: #fff;
}
.productList .item-shipment-text .lowest .shipment_price {
  display: none;
}
.price .divider,
.w-cartTable2-prices .divider {
  border-top: none !important;
  width: auto !important;
}
.w-addToCart .price.lowest .price-value {
  color: #eb5757;
}
.w-addToCart .w-addToCart-sticky .price.lowest .price-value {
  color: #111;
}
.w-addToCart .price.notLowest .price-value {
  text-decoration: line-through;
}
.w-gallery2-banner.recepti img {
  width: 100%;
}
.ui-dialog .ui-dialog-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-close:before {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb96';
}
.ui-dialog .ui-dialog-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 24px;
  color: #cacaca;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ui-dialog .ui-dialog-close:hover:before {
  color: #2a2a2a;
}
.atr-name-pantheon_klasifikacija {
  display: none;
}
.energijskiRazred {
  display: inline-block;
  width: 45px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
  background: url("/cache/thumbs/0x0-none/energy_label-bg.png") no-repeat right center;
}
body:has(.initial-snow) .logo a {
  position: relative;
}
body:has(.initial-snow) .logo a:before {
  content: "";
  position: absolute;
  top: -44px;
  right: -17px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  background: url("http://admin.sitexo.com/cache/documents/61516ec3ea186d407ec5bfab/Logo_sticker4.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1040px) {
  body:has(.initial-snow) .logo a:before {
    width: 23px;
    height: 23px;
    top: -30px;
    right: -9px;
  }
}
