
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* BS4 Grid XXL breakpoint */

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1570px){
  /* expanding BS4 max-width */
    .container {max-width: 1500px;}

  /* grid columns xxl */
    .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
  .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
    .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
    .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
    .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
    .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
    .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
    .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
    .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}

  /* order xxl */
  .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
  .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
  .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
  .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
  .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
  .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
  .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
  .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
  .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
  .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
  .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
  .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
  .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

  /* text-align xxl */
    .text-xxl-center {text-align: center!important;}
    .text-xxl-left {text-align: left!important;}
    .text-xxl-right {text-align: right!important;}  

  /* float xxl */
  .float-xxl-left {float: left!important;}
  .float-xxl-right {float: right!important;}
  .float-xxl-none {float: none!important;}

  /* display xxl */
  .d-xxl-none {display: none!important;}
  .d-xxl-inline {display: inline!important;}
  .d-xxl-inline-block {display: inline-block!important;}
  .d-xxl-block {display: block!important;}
  .d-xxl-table {display: table!important;}
  .d-xxl-table-cell {display: table-cell!important;}
  .d-xxl-table-row {display: table-row!important;}
  .d-xxl-flex {display: flex!important;}
  .d-xxl-inline-flex {display: inline-flex!important;}

  /* offsets xxl */
  .offset-xxl-1 {margin-left: 8.333333%;}
  .offset-xxl-2 {margin-left: 16.666667%;}
  .offset-xxl-3 {margin-left: 25%;}
  .offset-xxl-4 {margin-left: 33.333333%;}
  .offset-xxl-5 {margin-left: 41.666667%;}
  .offset-xxl-6 {margin-left: 50%;}
  .offset-xxl-7 {margin-left: 58.333333%;}
  .offset-xxl-8 {margin-left: 66.666667%;}
  .offset-xxl-9 {margin-left: 75%;}
  .offset-xxl-10 {margin-left: 83.333333%;}
  .offset-xxl-11 {margin-left: 91.666667%;}

  /* spacing xxl */
  .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
  .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
  .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}

.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  @media (min-width: 576px) {
    .w-sm-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (min-width: 768px) {
    .w-md-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  @media (min-width: 992px) {
    .w-lg-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
    }
  }
  
  @media (min-width: 1200px) {
    .w-xl-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  }

  @media (min-width: 1570px) {
    .w-xxl-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  .product-category-short-sm p {
    line-height: 1.65;
  }

  .product-category-short-sm p strong {
    font-weight: 600;
  }

.product-category-short-sm p a {
    color: #555453;
    text-decoration: underline;
}
.product-category-short-sm p a:hover {
    color: #555453;
    text-decoration: none;
}
.mobile-menu-list .mob-main-nav:nth-child(1) a, .mobile-menu-list .mob-main-nav:nth-child(2) a, .mobile-menu-list .mob-main-nav:nth-child(3) a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
.alert-box-top-inner {
    height: 43px;
    background: #3f4a53;
}
.sidr {
    width: 300px;
}
.sidr {
    pointer-events: none;
}
.sidr.clickable {
    pointer-events: auto;
}
.sidr.right {
    right: -320px;
}
.sidr ul,
.sidr ul li {
    border-top: none;
    border-color: #efefef;
}
.sidr ul li {
    border-bottom: 1px solid #efefef;
}
.sidr ul li > a img {
    height: 22px;
    margin-right: 7px;
}
.sidr ul li ul {
    margin-bottom: 20px;
}
.sidr ul,
.sidr ul li ul li {
    border-bottom: none;
}
.sidr ul li ul li,
.sidr ul li ul li:hover {
    /* border-top: 1px solid #efefef; */
}
.blog-box a p,
.questions-category-content p,
.sidr ul li a,
.sidr ul li ul li a,
body,
html {
    color: #5a6772;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ul,
ul li {
    margin: 0;
    padding: 0;
}
#cart-mob,
.center-it,
.g-map,
.ingredient-box,
.main-nav-bar,
.np-mob-video,
.np-video,
.odgovor,
.search-box .form-group,
.sidr ul li a,
.slider-holder,
.wrapper {
    position: relative;
}
.page.b-0,
.product-delete .btn-delete,
.swall-item img,
body,
html,
td.product-delete {
    padding: 0;
}
.product-delete .btn-delete span {
    font-size: 22px;
    margin-top: -2px;
}
.search-btn {
    /* border-right: 1px solid #eee; */
    /* border-left: 1px solid #eee; */
    padding-right: 4px;
    margin-right: 10px;
}
.checkout-link {
    /* border-right: 1px solid #eee; */
    padding-right: 15px;
    margin-right: 10px;
}
.search-btn span {
    font-size: 33px;
    color: #5a6772;
    font-weight: 300;
}
.btn-gold-lg,
.press-btns {
    text-align: center;
}
.dd-menu .dd-box ul li a,
.golden p.shorty,
.press-info h2 span,
body,
html {
    font-weight: 400;
}
.dd-menu .dd-box ul li a span {
    /* margin-left: -5px; */
}
.dd-menu .col,
.dd-menu.small ul li a {
    padding-right: 0;
}
#next,
#prev,
.dd-menu ul li:before,
.sidr .sub-toggle {
    transform: translateY(-50%);
}
.page-side-links ul li:after,
.questions-group ul li:after {
    bottom: 0;
    content: "";
    display: inline-block;
    background: #93794d;
}
.home-video-volume,
.next,
.prev,
.product-info .comment-rating,
.toggle-form {
    cursor: pointer;
}
#main-footer .footer-links a,
.ask-us .text-intro h1,
.main-nav-bar ul li .dd-box li a,
.sidr,
body,
html {
    font-family: "Figtree", sans-serif;
}
body,
html {
    overflow-x: hidden;
}
.swal2-popup {
    border-radius: 0rem!important;
    width: 50em!important;
}
*:focus, *:active {
    outline: 0 !important; }
    .swal2-popup .swal2-styled:focus {
        box-shadow: none !important;
    }
    .swal2-popup .swal2-styled {
        border-radius: 0px!important;
    }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.btn.focus, .btn:focus, button.focus, button:focus {
    box-shadow: none;
}
.swiper-custom-comments {
    max-width: 900px;
    margin: 0 auto;
}
.swiper-custom-comments .swiper-wrapper{
    display: flex;
    align-items: center;
}
.ham-btn {
    cursor: pointer;
    color: #5a6772;
    padding: 40px;
    margin: -40px 0 -40px -40px;
}
.ham-btn svg {
    height: 20px;
}
.alert-box-top {
    background: #5a6772;
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
    border-radius: 0px;
    margin: -20px 0 20px;
    overflow: hidden;
    height: 43px;
    width: 100% !important;
}
.alert-box-top a {
    color: #fff;
    display: block;
    padding: 15px 0;
    width: 100%;
}
.alert-box-top a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 15px;
}
.alert-box {
    text-align: center;
    width: 100%;
}
.sidr {
    background: #fff;
    box-shadow: 0 0 10px 0px #e1e1e1 inset;
    border-left: none;
    font-family: "Figtree", sans-serif;
}
.sidr ul li {
    line-height: 32px;
    font-size: 13px;
}
.sidr ul li a {
    line-height: 18px;
    padding: 8px 20px;
}
.sidr ul .mob-main-nav ul li a {
    color: #5a6772;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 15px 5px 20px;
    display: flex;
    align-items: center;
}
.sidr ul .mob-main-nav ul li a span.material-symbols-outlined {
    padding: 0;
    color: #93794d;
    font-size: 14px;
    margin-right: 3px;
}
.sidr ul .mob-main-nav a {
    font-size: 17px;
    font-weight: 600;
    color: #93794d;
    display: flex;
    align-items: center;
    padding: 12px 40px 12px 20px;
}
.kod-popust {
    padding: 15px 0px;
    font-size: 13px;
    line-height: 13px;
    background: #f97c00;
    color: #fff;
    float: left;
    margin: -20px 0px 20px 0px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}
.mobile-kod-popust{
    padding: 15px 0px;
    font-size: 13px;
    line-height: 13px;
    background: #f97c00;
    margin: -25px 0 25px;
    color: #fff;
    text-align: center;
}
.page p,
.page ul li,
.press-info h2,
.szn-title.szn-bottom #btnReplay,
.verify-section,
form label {
    font-size: 16px;
    font-weight: 400;
}
#contactForm,
.add-quantity-box,
.alert,
.btn-gold-lg,
.page-content-incl,
.search-box,
.search-msg-box,
.signature-img {
    margin-top: 40px;
}
.add-quantity-box {
    margin-top: 10px;
}
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
    line-height: 32px;
}
#main-footer a:hover,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
#main-footer a,
.form-related a,
.golden .longText a,
.style-text a {
    text-decoration: underline;
}
.awards .award a:active,
.awards .award a:focus,
.awards .award a:link,
.awards .award a:visited,
.home-slide a:focus,
a[data-fancybox]:focus,
button:focus,
input:focus {
    outline: 0;
}
.scl a {
    display: inline-block;
    margin: 0 5px 0 0;
}
.page {
    padding: 86.89px 0 70px;
}

.page.bottom-none {
    padding-bottom: 0;
}

.page.product {
    padding: 67.89px 0 0;
}

.page.product {
    /* margin-top: 15px; */
}
.mb-product {
    margin-bottom: 30px;
}
.product-col-wrapper{
    /* max-width: 340px; */
}
.btn-gold-lg,
header {
    padding: 20px 0;
}
.header {
    padding: 20px 0 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 50;
    background: #fff;
    width: 100%;
    /* overflow: hidden; */
}
.page .bg-light-brown .add-quantity p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.page ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
.btn-gold-lg {
    display: block;
    background: #93794d;
    color: #fff;
    font-size: 25px;
}
.blog-box a:hover span,
.btn-gold-lg:hover,
.btn-grey:hover {
    background: #758593!important;
    color: #fff;
}
.l-padd-7 {
    padding-left: 7.5px !important;
}
.r-padd-7 {
    padding-right: 7.5px !important;
}
.l-padd-0 {
    padding-left: 0 !important;
}
.r-padd-0 {
    padding-right: 0 !important;
}
.page .sig-new p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.press-title {
    padding: 10px 20px;
    color: #fff;
    background: #a6a6a6;
    margin: 30px 0 0;
}
.custom-row {
    margin-right: -5px;
    margin-left: -5px;
}
.custom-col {
    padding-right: 5px;
    padding-left: 5px;
}
.press-btns {
    margin: 0;
    float: right;
}
.press-btns a {
    text-transform: uppercase;
    font-size: 13px;
}
.dd-boxer,
.product-amount .btn {
    float: left;
}
.press-box {
    border: 1px solid #eee;
    padding: 25px;
    margin: 10px 0 0;
    width: 100%;
}
.btn-outline-secondary {
    color: #a6a6a6;
    border-color: #a6a6a6;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-secondary {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}
.press-info h2 {
    line-height: 20px;
    font-weight: 700;
}
.btn-alert-header a,
.map-store-title {
    font-weight: 600;
    text-transform: uppercase;
}
.press-info h2 span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin: 5px 0 10px;
}
.blog-box a span,
.btn-alert-header a,
.main-nav ul li,
.mobile-socials a,
.questions-category-content a,
.special-price-box {
    display: inline-block;
}
.special-price-box {
    display: flex;
    align-items: end;
}
.main-nav .top-nav-bar ul li {
    display: block;
    margin:  0 0 8px;
}
.top-info-cont, .nav-logo, .right-buttons {
    position: relative;
    z-index: 10;
}
.main-nav-wrap {
    display: none;
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    padding-top: 50px;
    background-color: none;
    margin-top: -1px;
    z-index: 5;
}
.language-dd {
    position: relative;
    color: #5a6772;
}
.language-dd .dropdown-toggle::after {
    display: none;
}
.language-dd .dropdown-icon-arrow-down {
    font-size: 15px;
    margin-top: 2px;
    font-weight: 500;
    opacity: .5;
}
.language-dd  .lang-span {
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    opacity: .5;
}
.language-dd .dropdown-toggle span.icon-globe {
    font-size: 30px;
    font-weight: 300;
}
.language-dd.open .dropdown-menu {
    display: block;
    right: -10px!important;
    bottom: auto!important;
    left: auto!important;
    top: 18px!important;
}
.main-nav-wrap {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.04);
    
}

.header-main.homepage, .header-main.homepage .main-nav-box, .header-main.homepage .alert-box-top {
    background: none;
    border-color: transparent;
}

.header-main.homepage {
    background: rgb(0,0,0);
    border-bottom: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3009593837535018) 0%, rgba(0, 0, 0, 0.20158) 30%, rgba(0, 0, 0, 0) 100%);
}

.header-main.homepage .search-btn span, .header-main.homepage .cart-top .material-symbols-outlined, .header-main.homepage .dropdown-toggle {
    color: #fff;
}

.has-homepage {
    display: none;
}

.header-main.homepage .has-homepage {
    display: inline-block;
}

.header-main.homepage .hasnt-homepage {
    display: none;
}

.main-nav {
    display: flex;
    width: 100%;
    z-index: 100;
    z-index: 5;
    padding: 60px 40px;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #efefef;
    
}
.ham-btn:hover + .main-nav-wrap {
    display: block;
}
.press-info p {
    font-size: 13px;
    line-height: 15px;
}
.filter-box-map,
.filter-info-map {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #ddd;
}
.filter-box-map h2 {
    color: #907a4e;
    font-size: 28px;
}
.btn-secondary.map-btn:not(:disabled):not(.disabled).active,
.btn-secondary.map-btn:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle.map-btn {
    background-color: #5a6268;
    border-color: #545b62;
}
.mob-cart,
.mob-sub-title {
    border-top: 1px solid #4d4d4d;
}
#frame,
.main-content,
.proceed-page {
    min-height: 700px;
}
.main-content {
    /* margin-top: 86.89px; */
    min-height: 75vh;
}
.btn-go-trigger {
    display: flex;
    align-items: center;
}
.btn-go-trigger span {
    margin: 0;
    padding-bottom: 0;
}
.dd-boxer {
    width: 100%;
}
.article.grid-item h3,
.comment-rating a,
.info_map,
.info_map a,
.info_map a:hover,
.product-delete a i,
.resultbox ul li a:hover {
    color: #5a6268;
}
.info_map img,
.verify-bottom-box a {
    margin-bottom: 10px;
}
.where-title {
    padding: 150px 0 30px;
    text-transform: uppercase;
}
.dd-boxer:last-child {
    margin-left: 10px;
}
.dd-options .dropdown .btn,
.grid-item img,
.ingredient-box img {
    width: 100%;
}
.dd-options .dropdown .btn {
    text-transform: uppercase;
}
.golden {
    margin: 15px;
    background: none;
    padding: 10px 0 60px;
    border-radius: 0px;
    padding-bottom: 0;
}
.golden p.shorty {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 25px;
}
.longText h2 {
    font-weight: 500;
    font-size: 24px;
}
.golden .longText p {
    font-size: 16px;
    line-height: 1.4;
}
.golden .longText p strong {
    font-weight: 600;
}
.golden .longText a {
    color: #907a4e;
}
.main-nav-box {
    /* position: relative; */
    background: #fff;
}
.big-li-text {
    display: block;
    
}
.main-nav-box a {
    color: #5a6772;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.main-nav-box .scl a {
    font-size: 21px;
}
.top-info-cont ul {
    display: flex;
}
.top-info-cont ul li {
    list-style: none;
    margin: 0 10px 0 0;
    /* border-right: 1px solid #dddddd; */
    text-transform: uppercase;
    font-size: 12px;
}
.top-info-cont ul li a {
    text-decoration: none;
    padding: 0 10px 0 0;
}
.top-info-cont ul li a:hover {
    text-decoration: none;
}
.nav-logo {
    overflow: hidden;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50px); */
}
.btn-alert-header,
.dd-menu,
.dd-menu ul li:before {
    position: absolute;
    left: 0;
}

.dd-menu {
    position: relative;
}
.top-nav-bar-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.top-nav-bar {
    border-left: 1px solid #eee;
    padding-left: 30px;
}
.top-nav-bar:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
.top-nav-bar ul li a {
    font-size: 14px;
    margin-right: 10px;
}
.top-nav-bar:last-child a {
    color: #5a6772;
    opacity: .6;
}
#moreproducts,
.mobile-menu-list ul.submenu,
.odgovor .opis,
.top-nav-bar .dropdown-toggle::after {
    display: none;
}
.main-nav-bar > ul {
    display: flex;
}
.main-nav-bar ul li {
    position: relative;
    margin-right: 40px;
    justify-content: start;
    display: inline-flex;
    flex-direction: column;
    
}
.main-nav-bar ul li a {
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 0 0 15px;
}
.main-nav-bar ul li a.dd-link, .main-nav-bar ul li a.goldenito {
    color: #93794d;
    font-weight: 300;
}
.top-nav-bar ul li a.goldenito {
    color: #93794d;
    font-size: 20px;
    letter-spacing: 2px;
}
.main-nav-bar ul li a.big-one {
    display: flex;
}
.main-nav-bar ul li a.big-one img {
    height: 70px;
    margin-right: 15px;
}
.main-nav-bar ul li a.goldenito {
    font-size: 18px;
}
.main-nav-bar ul li {
    
    padding-right: 40px;
}
.main-nav-bar ul li.big-li:last-child {
    margin-right: 0px;
    padding-right: 70px;
    border-right: 1px solid #eee;
}
.main-nav-bar ul li a.gold-text {
    font-weight: 700;
    color: #907a4e;
}
.btn-alert-header {
    top: -30px;
    display: flex;
}
.btn-alert-header a {
    background: #93794d;
    background: linear-gradient(0deg, #93794d 0, #d5a24b 100%);
    color: #fff;
    padding: 3px 9px;
    font-size: 15px;
    margin: 0 10px 0 0;
}
.btn-alert-header a:hover {
    background: #d5a24b;
    background: linear-gradient(0deg, #d5a24b 0, #93794d 100%);
}
.btn-alert-mobile {
    background: #93794d;
    background: linear-gradient(0deg, #93794d 0, #d5a24b 100%);
    color: #fff;
    opacity: 1 !important;
    border-bottom: none !important;
}
.mobile-menu-top,
.mobile-nav {
    border-bottom: 1px solid #efefef;
}
#next a,
#prev a,
.back-link:hover,
.btn-alert-mobile a,
.difficulty-back:hover,
.input-grey .btn,
.mob-cart a {
    color: #fff;
}
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span,
.sidr ul li:hover > a,
.sidr ul li:hover > span {
    box-shadow: none !important;
}
.dd-menu {
    z-index: 1000;
    width: auto;
}
.quant-mob-box,
.quantity-box {
    width: 20px;
    display: inline-block;
}
.dd-menu.small {
    width: 200px;
}
.awards .row,
.dd-menu .row {
    margin-left: 0;
    margin-right: 0;
}
.dd-menu .col {
    padding-left: 0;
}
.dd-box.last {
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.dd-menu h2 {
    font-weight: 400;
    font-size: 80px;
    margin: 0 0 15px;
    color: #907a4e;
}
.dd-menu ul {
    /* margin: 0 10px 0 0; */
}
.dd-menu ul li {
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
    margin-right: 0;
    margin-top: 2px;
    padding-left: 0;
    border-right: 0;
    padding-right: 0;
}
.dd-menu ul li:hover::after {
    content: none;
}
.dd-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.dd-menu ul li a span {
    font-size: 18px;
    margin-top: -5px;
    color: #93794d;
}
.dd-menu ul li:first-letter,
.product-img .abs-text::first-letter,
.questions-group ul li:first-letter,
.style-text h1:first-letter {
    text-transform: uppercase;
}
.main-nav a:hover {
    opacity: 0.7;
}
#moreproducts .list-col span,
.about-nikel-page h2 span,
.award a,
.gallery-img a,
.group-box a,
.main-nav-bar ul li:hover .dd-menu,
.product-list span,
.table-price span,
label.error {
    display: block;
}
.nl-text-wrapper {
    padding: 0 20px;
}
.mobile-nav {
    position: relative;
    padding: 0;
    background: #fff;
}
.mobile-menu-top {
    padding: 27px 20px 27px;
}
.mobile-lang img {
    height: 16px;
}
.mobile-lang span.material-symbols-outlined {
    font-size: 29px;
    display: inline-block;
    color: #5a6772;
    font-weight: 300;
    margin-left: 5px;
}
.mobile-lang span {
    color: #5a6772;
    font-weight: 500;
}
.mobile-socials a:first-child {
    margin-right: 8px;
}
.mobile-socials img {
    height: 18px;
}
.quant-mob-box {
    height: 20px;
    position: absolute;
    left: 21px;
    top: -8px;
    background: #907a4e;
    border-radius: 50%;
}
.cart-mob-quant {
    font-size: 11px;
    line-height: 1;
    color: #fff;
}
.sidr .sub-toggle {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    color: #5a6772;
    font-size: 25px;
}
.cart-table a,
.product-price-gold,
.sidr .mob-main-nav .sub-toggle,
.your-cart-title {
    color: #93794d;
   
}
.cart-table a {
    text-transform: uppercase;
}
.your-cart-title {
    display: flex!important;
    align-items: center;
}
.your-cart-title span {
    font-size: 40px;
    margin-right: 5px;
}
.mob-main-nav .fa-shopping-basket {
    color: #b1a183;
}
.mob-sub-title {
    background: #333 !important;
    font-size: 13px !important;
    padding: 5px 15px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #1a1a1a;
}
.btn-dark.btn-amount:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.footer-eu .eu-wrapper,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.mob-cart {
    padding: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
.cart-top {
	position: relative;
    display: flex;
    align-items: center;
    padding-right: 8px;
    margin-right: 10px;
    /* border-right: 1px solid #eee; */
}
.adviser-opis,
.cart-top a {
    font-size: 14px;
}
.language-dd {
    background: none;
    padding: 8px 0 8px 0px;
    border-radius: 0px;
}
.cart-top .fa-search,
.cart-top .fa-shopping-basket {
    font-size: 20px;
    margin: 0 4px 0 0;
    color: #5a6772;
}
.quantity-box {
    height: 20px;
    position: absolute;
    right: 10px;
    top: -6px;
    background: #907a4e;
    border-radius: 10px;
}
.cart-quantity {
    font-size: 12px;
    position: absolute;
    line-height: 1;
    top: 48%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
.checkout-link {
    position: relative;
    margin-right: 6px;
}
.bg-light-brown {
    background: none;
    height: 100%;
}
.custom-control.custom-checkbox,
.gallery-img-box,
.payway-img,
.share-it,
.user-comments {
    margin-top: 30px;
}
#sampleForm .custom-control.custom-checkbox,
.article-list,
.btn.btn-send.btn-confirm-sample,
.product-slider {
    margin-top: 0;

}
.slider-columns {
    position: relative;
}
.product-slider {
    overflow: hidden;
    height: 100%;
}
.slider-col {
    overflow: hidden;
    margin-bottom: 0!important;
}
.slider-col-wrapper {
    border-radius: 0px;
    /* overflow: hidden; */
    padding-top: 15px;
    padding-bottom:15px;
    background: none;
    height: 100%;
}
.slider-col-wrapper a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main-footer .footer-links a:last-child,
.article-list .bx-wrapper,
.product-category-short-sm p,
.style-text .gallery-img img {
    margin: 0;
}
.article,
.product-list .list-col {
    margin-bottom: 0px;
    height: 100%;
}
.product-list h2{

   
}
/* .product-list h2:after{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #5a6772;
} */

.article.grid-item {
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #9d9d9d!important;
}
.accordion.custom-accordion {
    max-width: 600px;
    margin: 0 auto;
}
.SMALL .accordion.custom-accordion {
    max-width: 100%;
}
.article a {
    display: block;
    color: #5a6772;
}
.blog-text {
    padding: 0;
}
.img-cont,
.article.grid-blog a,
.related-news-article img {
    /* border: 1px solid #efefef; */
    border-radius:0px;
    overflow: hidden;
}
.article.grid-blog img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: none!important;
}
.article.grid-blog img {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dedede;
}
.illustration-box-category {
   background-color: #eef2f5;
}
.illustration-box-img {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 100%;
}
.article h3,
.article.grid-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 4px;
    transition: 0.3s;

}
.article h3 {
    text-transform: uppercase;
    letter-spacing: 0px;
}
#main-footer .footer-links a:hover,
.article a:hover h3,
.custom-control-input:disabled ~ .custom-control-label {
    opacity: 0.6;
}
.article.grid-item a {
    color: #8c8b8b;
}
.qty .count,
.qty span.minus,
.qty span.plus {
    color: #5b6670;
    height: 100%;
    text-align: center;
}
.article p,
.article.grid-item p {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nap-comm {
    max-width: 900px;
    margin: 40px auto 0;
    font-size: 10px!important;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .75;
}
.product-img,
.product-info {
    padding: 90px 0px 40px;
    border-radius: 0px;
    position: relative;
    z-index: 3;
}
.product-img {
    padding-top: 0;
}
.ing-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}
.product-img img {
    cursor: zoom-in;
}
#okvir {
    padding-bottom: 0px;
}
.nasa-cnt {
    padding-top: 50px;
}
.abs-text,
.szn-style h2 {
    font-family: "Figtree", sans-serif;
    color: #907a4e;
}
.szn-style h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 50px;
}
.szn-title h2 {
    font-size: 120px;
}
.product-top {
    padding-bottom: 15px;
}
.product-img .abs-text {
    font-size: 120px;
    line-height: 100px;
    margin-bottom: 30px;
    text-transform: lowercase;
}
.product-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.product-img a img {
    position: relative;
    z-index: 1;
    transform: rotate(5deg) scale(1);
}

.product-img a img.product-animate {
    animation: rotateScaleImage 4s ease-in-out forwards;
}

@keyframes rotateScaleImage {
    from {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-5deg);
    }
}


.product-scale {
    transition: all .5s ease-out;
    position: relative;
    z-index: 3;
}

/* .product-scale.product-animate-after {
    animation: rotateScaleImageAfter 4s ease-in-out forwards;
}

@keyframes rotateScaleImageAfter {
    from {
        transform:  scale(1);
    }
    to {
        transform: scale(1.2);
    }
} */

.product-img p {
    color: #907a4e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    z-index: 0;
    text-transform: uppercase;
    /* position: absolute;
    bottom: 12px; */
    margin: 20px 0 auto;
    text-align: left;
    left: 0;
    display: inline;
    max-width: 100%;
    /* transition: all 0.5s ease-out;
    transform: scale(1); */
}

.p-down {
    margin-top: -30px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.ing-text {
    display: flex;
    align-items: center;
}

.product-img p.over {
    z-index: 5;
    color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px white;
  opacity: .5;
}

.product-img p.overit {
    opacity: 0;
    z-index: 5;
}

/* .product-img:hover p {
    bottom: 40px;
    transform: scale(1.025);
}

.product-img:hover p.overit {
    opacity: 1;
} */
/* .product-img:hover p {
    z-index: 3;
    color: #fff;
    text-shadow: 4px 4px 50px rgba(158, 158, 158, 0.15);
} */
.product-info h1, .style-text h1 {
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #907a4e;
}
.product-info a{
    color: #5a6772 !important;
    text-decoration: underline !important;
}
.product-info h1 span, .style-text h1 span {
    font-weight: 300;
    padding-left: 0;
}
.product-info h1:after, .style-text h1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 3px;
    width: 30px;
    height: 1px;
    background: #907a4e;
}
.error-page-main p,
.product-msg,
p.product-quantity {
    font-size: 28px;
    margin-bottom: 0px;
}
.product-info h1 span,
.search-text-msg {
    font-size: 19px;
    margin-top: 10px;
    text-transform: uppercase;
}
.szn-title .advicer-text-for {
    font-size: 30px;
    font-weight: 400;
}
.product-msg {
    color: #5a6772;
    font-size: 16px;
    margin: 0px 0 10px 0;
    font-weight: 400;
    max-width: 100%;
    line-height: 1.4;
}
.prod-img {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.product-price {
    font-size: 20px;
    line-height:1;
    display: flex;
    align-items: end;
}
.adviser-row .product-price {
    font-size: 1rem;
    margin-top: 10px;
}
.adviser-row .product-price .currency-short {
    font-size: 1rem;
}
.table .product-price {
    display: inherit;
    bordeR: none;
    padding: 0;
}
.product-price > span {
    font-size: 20px;
}
.empty-block,
.product-price-fixeuro {
    font-size: 13px;
    color: #929292;
    line-height: 1;
}
.empty-block {
    text-align: center;
    font-size: 20px;
    border: 1px solid #efefef;
    padding: 20px 30px 30px;
}
.szn-box .product-price {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.product-price .currency-short {
    font-size: 20px;
    text-transform: lowercase;
}
.product-old-price {
    text-decoration: line-through;
    display: block;
    font-size: 20px;
    color: #5a6772;
}
.centered-price-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.centered-price-box .product-old-price{
    font-size: 14px;
    margin-right: 5px;
}
.qty,
.qty .count {
    display: inline-block;
}
.szn-box .product-price .currency-short {
    font-size: 15px;
}
.add-quantity-box hr {
    margin-left: 0;
    margin-bottom: 30px;
}
.product-list .add-quantity-box,
.szn-bottom {
    margin-top: 13px;
}
.qty {
    background: #fff;
    height: 39px;
    border: 1px solid #d7d7d7;
    margin-left: 25px;
    border-radius: 0px;
    overflow: hidden;
}
.product-list .qty {
    margin-left: 0;
}
.swall-item img {
    max-height: 199px;
}
.qty .count {
    vertical-align: top;
    font-weight: 500;
    line-height: 30px;
    padding: 0 2px;
    width: 25px;
    border: 0;
    font-size: 17px;
}
.product-list .product-list-comp,
.product-list .product-list-name,
.product-list .short-text-outside {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.qty span.minus,
.qty span.plus {
    display: inline-block;
    width: 30px;
    background: #fff;
    border: none;
    font-size: 20px;
    padding-top: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qty input::-webkit-inner-spin-button,
.qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled {
    background-color: #fff;
    color: #5b6670 !important;
    -webkit-text-fill-color: #5b6670;
    opacity: 1;
}
.margin-top-50 {
    margin-top: 100px;
}
.margin-bottom-50 {
    margin-bottom: 100px;
}
.qty-control {
    width: 42px;
    text-align: center;
    float: left;
    margin: 0 4px;
    border-radius: 0px;
}
.cart-box {
    padding: 0;
}
.btn {
    border-radius: 0px;
}
.table td,
.table.cart-table .table th {
    vertical-align: middle !important;
    font-size: 15px;
    line-height: 1;
    color: #5a6772;
}
.cart-table a.btn-form-dropdown,
.enter-code.add-to-cart-btn {
    background: #fff;
    color: #93794d;
    border: 1px solid #93794d;
}
.enter-code.add-to-cart-btn {
    padding: 11px 10px;
    margin-left: 10px;
}
.cart-table a.btn-form-dropdown:hover,
.enter-code.add-to-cart-btn:hover {
    opacity: 0.7;
    background: #5a6772;
    color: #fff;
}
.form-bold-title {
    text-transform: uppercase;
    font-weight: 800;
}
.btn-amount {
    background-color: #93794d;
    border-color: #93794d;
}
.btn-amount:hover,
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #856c42;
    border-color: #856c42;
}
.mt-30 {
    margin-top: 30px;
}
.article-home a{
    padding: 10px 20px 15px;
    border: 1px solid #efefef;
}
.product-section.blog {
    padding: 0 50px;
}
.cart-top-title {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}
.bottom-btns {
    padding: 0 0.75rem;
}
.bottom-btns .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.amount-wrapper .btn {
    padding: .375rem .5rem;
}
.summary-price td {
    padding-top: 1.25rem;
}
.cart-top-title img {
    height: 35px;
}
.btn-form-dropdown {
    background: #93794d;
    border: 1px solid #93794d;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.add-to-cart-btn:hover,
.btn-form-dropdown:active,
.btn-form-dropdown:hover,
.btn.btn-send:hover {
    background: #5a6772;
    color: #fff;
}
.btn-outline-secondary.btn-form-dropdown:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle.btn-form-dropdown {
    background: #856c42;
    box-shadow: none;
}
.shipping-row .dropdown-menu {
    overflow-x: hidden;
    width: auto;
}
.shipping-info-section h2 {
    color: #907a4e;
    margin: 30px 0 20px;
}
.payment-type-img {
    height: 20px;
}
.shipping-promo-section {
    padding: 0.75rem;
    color: #5a6772;
    font-size: 17px;
}
.choose-shipping,
.discount-text,
.search-text-error {
    color: red;
}
.table th {
    color: #5a6772;
    font-size: 19px;
}
.success-page .total {
    font-size: 23px;
}
.totaltopay {
    font-size: 24px;
    display: flex;
    line-height: 1.2;
}
.table td.note-left {
    vertical-align: top !important;
}
.title-h1{
    font-size: 125px;
    line-height: 1.025;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    /* word-spacing:9999px; */
}
.illustration-box-category .title-h1 {
    margin-bottom: 45px;
}
.title-h1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 3px;
    width: 30px;
    height: 1px;
    background: #5a6772;
}

.illustration-box-category .title-h1:after {
    background: #5a6772;
}
.add-to-cart-btn {
    background: transparent;
    color: #5a6772;
    border: 1px solid #5a6772;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
}

.add-to-cart-btn .cart-icon {
    font-size: 17px;
}

.add-quantity .add-to-cart-btn {
    padding: 8px 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.add-quantity .add-to-cart-btn .cart-icon {
    font-size: 17px;
    margin-left: 3px;
}
.szn-box .add-to-cart-btn {
    margin-left: 0;
    font-size: 14px;
    height: 31px;
}
.comment-number,
.product-list .add-to-cart-btn {
    margin-left: 0;
}
.product-list .short-text-outside {
    font-size: 13px;
    line-height: 17px;
    max-width: 210px;
    margin: 10px auto 0;
    color: #5a6772;
    padding: 0 15px;
}
.product-short-desc {
    margin-top: 35px;
}
.product-short-desc ul {
    margin-bottom: 20px;
}
.product-short-desc ul:last-child {
    margin-bottom: 0;
}
.product-short-desc ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.product-illustration {
    margin-top: 100px;
    margin-bottom: 115px;
}
.illustration-product {
    position: relative;
    height: 700px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-footer,
.fancybox-slide--image {
    background: #fff;
}
.illustration-product span {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
}
.center-it p,
.cnt-txt {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.register-form-title{
    font-size: 30px !important;
    letter-spacing: 3px;
    margin-bottom: 20px;
    line-height: 1 !important;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
    color: #907a4e;
}

.register-form-title:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #907a4e;
}

.product-section h2, .lng-dsc h2 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}
.lng-dsc h2 {
    color: #907a4e;
    margin-bottom: 50px;
}
.product-section h2:after, .lng-dsc h2:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #907a4e;
}
/* .product-section h2:after {
    display: none;
} */
.swiper-pagination-bullet-active{
    background: #c9a96a !important;
}
.homepage-icon-img{
    width: 120px;
    max-width: 100%;
    margin-bottom: 40px;
}
.group-banner{
    background: #575757 !important;
    height: 100% !important;
}
.group-banner.orange-banner{
    background: #ff8f09 !important;
}
.group-banner h2{
    color: #fff !important;
    font-size: 40px !important;
    line-height: 1 !important;
    text-align: center !important;
}
.product-section.product-list h2 {
    margin-bottom: 20px;
}
.product-section.product-list .bx-wrapper {
    margin-bottom: 100px;
}
.product-section.where-title h1,
.product-section.where-title h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 200;
    line-height: 1;
    font-size: 28px;
    margin: 0;
}

.resultbox ul{
    margin-bottom: 0 !important;
}

.product-section.where-title h2 {
    font-weight: 600;
}

.product-section.where-title h2 span{
    font-weight: 200;
}
.footer-cards img {
    filter: grayscale(100%);
    opacity: .65;
}
.products-swiper{
    margin-bottom: 75px;
}
.products-swiper .swiper-slide{
    height: auto !important;
}
.products-swiper .swiper-wrapper{
    padding-bottom: 50px;
}
.acc-wrp .card {
    border-left: none;
    border-right: none;
}
.acc-wrp .card-header {
    background: none!important;
    padding: 8px;
    margin-bottom: 0!important;
    padding-left: 0;
    padding-right: 0;

}
.acc-wrp .card {
    background: none!important;
}
.acc-wrp .card-body {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}
.acc-wrp .btn-link {
    color: #907a4e;
    font-weight: 400;
    text-decoration: none;
}
.acc-wrp .btn-link.collapsed {
    font-weight: 400;
}
#vid {
	width: 100%;
	height: auto;
}
.card-header .btn-link {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}

.acc-wrp h2 .btn-link {
    font-size: 18px;
}

.awards-home-link{
    color: #907A4A !important;
}

.product-advice .advice-text {
    max-width: 900px;
    margin: 42px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.szn-intro p.last {
    font-size: 18px;
    margin: 40px 0 20px;
}
.product-advice {
    position: relative;
    padding: 10px 0 30px;
    margin: 100px 0;
}
.product-advice.product-ingredients {
    margin-bottom: 0;
}
.product-advice.prirodni-sastojci {
    margin-top: 0;
    margin-bottom: 0px;
}

.nwsltr-wrapper {
    background: #eceff2 url(/assets/images/banner-bg.jpg) no-repeat top right/cover;
    height: 177px;
    margin-bottom: 80px;
}
.nwsltr-wrapper a {
    height: 100%;
    padding: 20px 60px;
}
.nwsltr-wrapper a h3 {
    text-transform: uppercase;
    color: #93794d;
    font-weight: 300;
    font-size: 30px;
}
.newsltr-btn {
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #93794d;
    color: #fff;
    letter-spacing: 2px;
    font-size: 19px;
}
.nwsltr-wrapper a p  {
    color: #3c3c3b;
    margin: 10px 0 0;
}
.newsltr-btn a {
    display: block;
}
.pen-img {
    position: absolute;
    top: 35%;
    right: 20%;
}
.home-slider-wrapper a .slider-text, .home-slider-wrapper .slider-text {
    color: #fff;
}

.home-slider-wrapper .slider-text  {
    max-width: 700px;
}

.home-slider-wrapper .slider-text h2 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 500;
}

.home-slider-wrapper .slider-text h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 500;
}

.home-slider-wrapper .slider-text p {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 30px 0 0;
    padding-top: 20px;
    position: relative;
    max-width: 500px;
}

.home-slider-wrapper .slider-text p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 7px;
    background: #fff;
}

.home-slider-wrapper .slider-text .btn-fk {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.125rem;
    background: rgba(0, 0, 0, 0.1);
    bordeR: 1px solid #fff;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
}

.banners-part {
    padding-top: 30px;
}

.banners-wrapper {
    padding-top: 50px;
}

.banner-box a {
    display: block;
    text-align: center;
    position: relative;
}

.banner-wrap a {
    display: block;
    position: relative;
}

.banner-box a h3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.banner-wrap a .textbottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 30px;
}

.banner-wrap {
    margin-bottom: 30px;
}

.other-banners.custom-padding-spacer {
    padding-top: 120px;
}

.banner-wrap a h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.banner-wrap.grey a h3, .banner-wrap.grey a p {
    color: #7b7b7b;
}

.banner-wrap a p {
    font-size: 1.1rem;
    margin: 10px 0 0;
    color: #fff;
}
#map {
    width: 100%;
    height: calc(100vh - 180px);
}
.apply-and-result .abs-text {
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1;
}
.icon-box {
    border-right: 1px solid #907a4e;
    padding-left: 30px;
    padding-right: 30px;
}
.icon-box.left-border {
    border-left: 1px solid #907a4e;
    padding-right: 30px;
    padding-left: 30px;
    border-right: none;
}
.apply-and-result .bg-light-brown {
    padding: 80px 0 40px;
}
.apply-and-result .bg-light-brown p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
    padding-right: 10px;
}
.mob-col{
    margin-bottom: 30px !important;
}
.center-it p {
    top: 50%;
    width: 80%;
    text-align: center;
    position: absolute;
}
.slider-holder {
    margin: 0 50px;
}

.page-product-wrapper {
    z-index: 2;
    position: relative;
}

.product-page-bg-wrapper {
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.product-page-bg {
    background:#fff url(/assets/images/bg-silluete2.jpg) no-repeat top left;
    background-size: cover;
    min-height: 1600px;
    width: 100%;
}

.product-page-wrapper-animate {
    animation: backgroundScaleFadeWrapper 2s ease-out forwards;
}

@keyframes backgroundScaleFadeWrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1; /* Slightly scaled up */
    }
}

.product-page-bg-animate {
    animation: backgroundScaleFade 7s ease-out forwards;
}

/* @keyframes backgroundScaleFade {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 140%;
    }
} */

.product-category-intro,
.product-list {
    padding: 50px 50px 0;
}
.award-modal-title{
    color: #907a4e !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    line-height: 1.25 !important;
}
.search-wrp .product-list {
    padding-top: 0;
}
.product-list .product-list {
    padding-top: 0;
}
.product-list img {
    display: block;
    margin: 0 auto 0;
}
.adviser-row.product-list img {
    margin: 0 auto;
}
.product-list-name {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    color: #5a6772;
    margin-bottom: 3px;
}
.product-list .product-list-name {
    margin: 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.product-list-comp {
    font-size: 13px;
    font-weight: 400;
    color: #5a6772;
}
.product-action-price,
.product-list-price {
    line-height: 1;
    font-weight: 400;
}
.swall-item .product-list-price {
    font-size: 1rem;
}
.product-list-price s {
    font-size: 14px;
}
.product-list-price strong {
    font-weight: normal;
    color: red;
}
.product-list .product-list-comp {
    margin: 0 20px 8px;
}
.product-list-price {
    color: #5a6772;
}
.product-action-price {
    color: red;
    display: block;
}
.product-ingredients.product-advice {
    position: relative;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
}
.product-ingredients-heading h3 {
    font-size: 28px;
    color: #907a4e;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.product-ingredients .bx-wrapper {
    max-width: 100% !important;
}
.awards .col {
    padding-right: 0;
    padding-left: 0;
    /* border-right: 1px solid #eee; */
}
.awards .col:nth-child(3n) {
    border-right: none;
}
.modal-backdrop {
    opacity: 0.8 !important;
}
.awards .col:nth-last-child(-n + 3),
.resultbox ul li:last-child a {
    border-bottom: none;
}
.award {
    padding: 50px;
    position: relative;
}
#next,
#prev,
.cnt-txt {
    position: absolute;
}
.cnt-txt {
    top: 50%;
    z-index: 6;
    text-align: center;
}
.cnt-txt span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #907a4e;
    text-transform: uppercase;
}
.cnt-txt span.name-award {
    margin: 5px 0;
}
.cnt-txt span.little {
    color: #5a6772;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
.home-awards .award{
    padding: 0;
    max-width: 200px;
    padding: 15px;
    background: #fff !important;
    border-radius: 50%;
    transition: all 0.25s ease;
}
.home-awards .swiper{
    padding: 50px 0 !important;
}
.home-awards .award .cnt-txt span{
    font-size: 14px;
    line-height: 16px;
}
.home-awards .award .cnt-txt span.little{
    font-size: 16px;
    line-height: 18px;
}
.img-holder {
    /* min-height: 460px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* overflow: hidden; */
    margin-bottom: 10px;
    height: 100%;
}
.img-text-holder {
    position: relative;
    z-index: 3;
}
.adviser-row.product-list .img-holder picture, .adviser-row.product-list .img-holder picture img{
	max-height: 345px;
}
.home-slide,
.home-slider-wrapper {
    min-height: 800px;
    max-height: 1070px;
    height: 43vw;
    position: relative;
}
.product-section.product-ingredients .slider-holder {
    margin: 0;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.ing-box {
    /* display: flex;
    justify-content: center; */
    max-width: 1199px;
    margin: 100px 0 0;
}
.ing-box:first-child {
    margin-top: 0;
}
.ing-box.thin {
    width: 90%;
}
.ing-box.bottom {
    margin: 50px auto 0;
}
.ing-box h3 {
    color: #907a4e;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    text-align: right;
    /* display: flex; */
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ing-title {
    border-right: 1px solid #907a4e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
}
.ing-box.right h3 {
        border-right: none;
    text-align: left;
}
.ing-box.right .ing-title {
    border-right: none;
    border-left: 1px solid #907a4e;
    padding-right: 0;
    padding-left: 30px;
}
.ing-box p, .ing-box div {
    font-size: 16px;
    font-weight: 400;
    margin-bottom:0px;
}

.ing-box.right p, .ing-box.right div {
    text-align: right;
}
.ingredient-box h3.ingredient-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 60px;
    letter-spacing: 3px;
    z-index: 5;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.015);
    font-weight: 300;
    text-transform: uppercase;
}
.ingredient-box a {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-img-box .row .col-md-3:nth-child(-n + 4) .gallery-img,
.related-content-box .related-news-article:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
}
.gallery-box {
    margin-bottom: 1px;
}
.gallery-box .row {
    margin-left: -1px;
    margin-right: -1px;
}
.gallery-box .col {
    padding-left: 1px;
    padding-right: 1px;
}
#next,
#prev {
    top: 50%;
    font-size: 130px;
}
#next {
    right: 20px;
}
#prev {
    left: 20px;
}
.style-text h1 {
    /* font-size: 40px;
    margin: 0 0 20px;
    color: #93794d; */
}
.style-text h2,
.style-text h3, .style-text h4 {
    margin: 0 0 5px;
    color: #93794d;
}
.style-text h2 {
    font-size: 20px;
}
.style-text h3 {
    font-size: 18px;
}
.style-text h4 {
    font-size: 16px;
}
.blog-img {
    margin-left: -100px;
}
.style-text p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.style-text ol,
.style-text ul {
    margin: 10px 0 30px 0;
    padding: 0 0 0 20px;
}
.style-text ol li,
.style-text ul li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 3px;
}
.style-text ol li::marker,
.style-text ul li::marker {
    color: #93794d;
}
.style-text .style-shortdesc {
    font-size: 20px;
    margin: 0 0 25px;
}
.style-text a {
    font-size: 16px;
    color: #93794d;
}
.style-text img {
    margin: 0 0 20px;
    width: 100% !important;
    height: auto !important;
}
.longdesc-text .style-text img {
    width: 100%!important;
}

.share-wrapper {
}

.share-wrapper a {
    padding: 0 0 0 1px;
    cursor: pointer;
}

.share-wrapper a:hover {
    opacity: .75;
}

.share-wrapper a img {
    height: 32px;
    width: 32px;
    min-width: unset;
    padding: 2px;
}

.share-wrapper p:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
}
.prob-product-title {
    font-size: 40px;
    color: #93794d;
}
.lonely-slide a{
    padding: 15px 0 !important;
}
.related-main-box {
    padding: 75px 0 75px;
    background-color: #f9f9f9;
}
.related-content-box {
    padding-bottom: 45px;
}
.related-content-box:last-child {
    padding-bottom: 0;
}
.comments-section {
    position: relative;
    padding: 100px 0 100px;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-color: #f9f9f9;
}
.comments-section .comment {
    margin-bottom: 0px;
}
.comments-section .comment p{
    margin-bottom: 0 !important;
    font-size: 14px;
}
.comments-section .comment.show-all .comment-text{
    display: block;
}
.comments-section .comment .comment-see-more{
    color: #93794d !important;
    font-size: 10px !important;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
}
.comments-section .comment p{
    margin-bottom: 0 !important;
}
.comment-user {
    font-size: 17px;
    color: #907a4e;
    font-weight: 700;
    padding-top: 11px;
    display: block;
}
.comment-rating {
    font-size: 18px;
    padding: 10px 0;
    color: #5a6772;
    font-weight: 400;
}
.comment-rating .comment-number {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5px;
}
.product-list .comment-rating {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    padding: 0;
}
.product-list .comment-rating i {
    font-size: 12px;
    margin-right: 4px;
}
.comment-rating i {
    font-size: 20px;
    margin-right: 5px;
    color: #907a4e;
}
.comment-text {
    max-width: 530px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}
.toggle-form {
    margin-top: 20px;
}
.blog-box a span,
.btn-grey {
    display: inline-block;
    background: none;
    border: 1px solid #5a6772;
    font-size: 13px;
    text-transform: uppercase;
    color: #5a6772;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.group-image,
.home-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
.bxnext,
.bxprev,
.next,
.prev {
    z-index: 500;
    font-size: 50px;
    line-height: 50px;
}
.blog-title {
    padding: 0 0 15px;
}
.blog-title a.back-link {
    color: #ccc;
}
.blog-title h1 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.blog-title h1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #5a6772;
}
.date-text {
    color: #ddd;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto!important;
}
/* .tns-normal {
    transform: scale(1.5);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.alert-box-top .tns-normal  {
    transform: scale(1);
} */
.box-link a,
.hover-box {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.next,
.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 30px;
    z-index: 5;
}
.next span,
.prev span {
    font-size: 80px;
    font-weight: 200;
}
.bxprev,
.prev {
    left: 0;
}
.bxnext,
.next {
    right: 0;
}
.tns-slide-active {
    transform: scale(1);
}
.home-slider-wrapper {
    max-width: 100%;
    overflow: hidden;
    outline: 0;
    /* margin-top: 83.89px; */
}
.home-slide a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-box a h2,
.group-box p,
.hover-box .hover-text,
.related-news-article a h3,
.related-news-article p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.about-page-bottom p,
.apart,
.boxes-home {
    margin-bottom: 80px;
}
.apart.cats {
    margin-bottom: 0;
}
.ask-us-box,
.col-lg-4.mb-15,
.line-creator {
    margin-bottom: 15px;
}
.group-image {
    height: 300px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.group-text {
    padding: 25px;
    background: #f4f4f4;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.group-box a .group-text h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: 300;
    color: #5a6772;
}
.group-box a .group-text p {
    font-size: 14px;
    line-height: 20px;
    color: #9d9d9d;
    margin: 0;
}
.group-box a:hover {
    opacity: 0.85;
}
.group-box p,
.related-news-article p {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.1;
}
.btns-vari a {
    display: flex;
}
.btn-vari {
    color: #5a6772;
    border: 1px solid #5a6772;
    padding: 6px 15px;
    margin-right: 3px;
}

.btn-vari:hover {
    background-color: #5a6772!important;
    color: #fff!important;
}
.btn-vari.active {
    opacity: 1;
    background-color: #5a6772;
    color: #fff;
}
.related-news-article a p {
    color: #5a6772;
}
.bxnext,
.bxprev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bxnext a,
.bxprev a {
    color: #d2d2d2;
}
.shortdesc-text p {
    font-size: 21px;
}
.longdesc-text {
    padding-top: 30px;
}
.illustration-top  {
}
.illustration-top h1 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5a6772;
    letter-spacing: 3px;
}
.illustration-top h1 small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: 2px;
}
.illustration-big {
    position: relative;
    height: 320px;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0;
}
.illustration-big h1 {
    margin-bottom: 20px;
    left: 0;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.illustration-full-text,
.lavanda h2 {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
.text-intro {
    padding-top: 60px;
}
.text-intro h2 {
    color: #93794d;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.text-intro.press-intro {
    padding-top: 0;
}
.text-intro.press-intro h2 {
    margin-bottom: 0;
}
.text-intro p {
    font-size: 20px;
    line-height: 30px;
}
.questions-group {
    padding-top: 50px;
}
#main-footer ul li,
.page-side-links ul,
.questions-group ul,
.resultbox li {
    list-style: none;
}
.page-side-links ul li,
.questions-group ul li {
    margin-bottom: 15px;
    position: relative;
}
.questions-group ul li a {
    color: #93794d;
    font-size: 23px;
    font-weight: 400;
}
.questions-group ul li:after {
    color: #93794d;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
}
.questions-group-ask-us {
    max-width: 360px;
}
.page-content {
    padding: 30px 0;
}
.page-content.page-article {
    padding: 50px 0 50px;
}
.page-side-links ul li a {
    color: #93794d;
    font-size: 19px;
    font-weight: 400;
}
.page-side-links ul li:after {
    color: #93794d;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
}
.ask-us-box {
    position: relative;
    width: 100%;
    height: 360px;
    background: url("/assets/images/pitajte_nas_img.jpg") center/cover no-repeat;
}
.ask-us-box .ask-us-box-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(144, 122, 78, 0.6);
    padding: 20px;
}
.ask-us-box .ask-us-box-text span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.ask-us-box .ask-us-box-text span.ask-question-text {
    display: block;
    font-size: 16px;
    background: #fff;
    color: #93794d;
    text-align: center;
    margin-top: 13px;
    padding: 5px 0;
    font-weight: 400;
    text-transform: unset;
}
.ask-us .text-intro h1 {
    font-weight: 400;
    line-height: 96px;
    font-size: 96px;
    color: #907a4e;
    text-align: center;
    margin-bottom: 30px;
}
.form-section h1 {
    font-size: 70px;
    line-height: 70px;
    color: #907a4e;
    font-weight: 400;
}
.ask-us .text-intro p {
    max-width: 900px;
    margin: 0 auto;
}
.btn.btn-send {
    color: #fff;
    background-color: #907a4e;
    border-color: #907a4e;
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-continue{
    font-size: 13px;
    text-transform: uppercase;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #907a4e;
    border-color: #907a4e;
}
.bg-success {
    padding: 15px;
    color: #fff;
    margin-top: 40px;
}
.alert-success.product-details-success {
    max-width: 530px;
    margin: 40px auto 0;
}
.swal2-popup #swal2-content {
    font-weight: 400 !important;
}
.socials a {
    font-size: 25px;
    color: #93794d;
}
.exp-form {
    max-width: 700px;
    margin: 50px auto 0;
}
.error {
    color: red;
    font-size: 13px;
    margin-top: 4px;
}
.illustration-small {
    position: relative;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}
.back-link,
.difficulty-back {
    color: #fff;
    font-size: 16px;
}
.back-link {
    position: absolute;
    bottom: 30px;
}
.difficulty-back {
    position: absolute;
    top: 30px;
    font-size: 20px;
}
.questions-category h1 {
    font-size: 76px;
    line-height: 76px;
    font-weight: 400;
    color: #93794d;
}
.questions-category-content {
    margin-top: 0;
}
.question-box a {
    width: 100%;
}
.question-box a .icon-question-arrow {
    color: #93794d;
}
.question-box a:hover {
    opacity: .75;
}
.questions-category-content .question-box:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.related-content-box .related-news-article:last-child {
    border-bottom: none;
}
.questions-category-content h3 {
    font-size: 20px;
    color: #907a4e;
    font-weight: 500;
    margin-bottom: 5px;
}
.blog-box a p,
.questions-category-content p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #5a6772;
}
.box-link a {
    display: block;
    background: #f1eee8;
    padding: 30px 40px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #907a4e;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-link a span {
    margin-right: 5px;
    font-weight: 600;
}
.box-link a:hover {
    background: #907a4e;
    color: #fff;
}
.box-link a i {
    margin-right: 10px;
    font-size: 22px;
}
.blog-box {
    margin: 30px 0 20px;
}
.blog-box a span,
.questions-category-content .btn-grey {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}
.questions-group-ask-us .dropdown-grey {
    margin-bottom: 25px;
}
.nat-ingredients {
    margin: 0 65px;
}
.nat-ingredients-intro {
    margin: 40px 0;
}
.nat-ingredients.blog {
    margin-top: 65px;
}
.nat-ingredients.blog-details,
.verify-bottom-box {
    margin-top: 15px;
}
.dropdown-grey a {
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #93794d !important;
    background-color: transparent !important;
    border-color: #93794d !important;
}
.dropdown-grey .btn {
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-grey a .dropdown-icon-arrow-down {
    margin-left: 5px;
    font-weight: 300;
}
.dropdown-grey a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.dropdown-menu {
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}
.dropdown-lang {
    overflow: unset;
}
.input-grey .btn,
.input-grey input {
    border-radius: 0;
    border: 1px solid #93794d;
    background: #93794d;
    color: #fff;
}
.input-grey input::placeholder {
    color: #fff;
}
.input-grey input:focus {
    background-color: #93794d;
    color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.input-grey .btn:not(:disabled):not(.disabled).active:focus,
.input-grey .btn:not(:disabled):not(.disabled):active:focus,
.show > .input-grey .btn.dropdown-toggle:focus {
    box-shadow: none;
    background-color: #93794d;
    border-color: #93794d;
}
.hover-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(147, 121, 77, 0.8);
    opacity: 0;
    transition: 0.3s;
}
.product-subcategories {
    padding: 30px 50px 0;
}
.ill,
.illustration-full,
.mob-video-img {
    background-size: cover !important;
}
.ill,
.illustration-full,
.mob-video-img,
.okvir-img {
    background-repeat: no-repeat !important;
}
.ingredient-box {
    overflow: hidden;
}
.ingredient-box.inner {
    margin-bottom: 30px;
}
.img-cont {
    position: relative;
    overflow: hidden;
}
.ingredient-box img, .slider-col-wrapper img, .article img {
    transform: scale(1);
    transition: transform 0.5s ease;
    max-width: 100%;
}
.ingredient-box img {
    /* filter: grayscale(59%) sepia(34%) opacity(80%);
    -webkit-filter: grayscale(59%) sepia(34%) opacity(80%);
    -moz-filter: grayscale(59%) sepia(34%) opacity(80%); */
}
.filter-it {
    /* filter: grayscale(59%) sepia(34%) opacity(80%);
    -webkit-filter: grayscale(59%) sepia(34%) opacity(80%);
    -moz-filter: grayscale(59%) sepia(34%) opacity(80%); */
}
.ingredient-box:hover img, .slider-col-wrapper:hover img, .article:hover img {
    transform: scale(1.05);
}
.ingredient-box:hover .hover-box,
.ingredient-box:hover .hover-box .hover-text,
.tooltip.show {
    opacity: 1;
}
.hover-box .hover-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    margin: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-line-clamp: 3;
}
.hover-box .hover-text p {
    max-width: 400px;
    margin: 0 auto;
}
.hover-box .hover-text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.row.margin-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.fck-dropdown{
    cursor: pointer;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #93794d;
}
.longText .fck-dropdown, .longText .dropdown-shown-item {  
    max-width: 800px;
    margin: 0 auto;
}
.accordion .collapse.show {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.custom-accordion .card-body p:last-child {
    margin: 0;
}
.fck-dropdown:first-of-type {
    border-top: 0;
    padding-top: 10px;
    margin-top: 50px;
}
.fck-dropdown:last-child {
    border-bottom: 1px solid #ccc;
}
.fck-dropdown span {
    font-size: 1.5rem;
}
/* .dropdown-shown-item strong {
    font-weight: 700;
} */
.dropdown-shown-item{
    display: block !important;
    margin-bottom: 15px !important;
}
.dropdown-hidden-item{
    display: none !important;
}
.col-lg-4.padd-7 {
    padding-right: 7px;
    padding-left: 7px;
}
.illustration-full {
    position: relative;
    min-height: 930px;
    height: calc(100vh - 180px);
    background-position: center !important;
}
.illustration-full-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}
.btn-scroll,
.btn-scroll:hover,
.illustration-full p {
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
    left: 50%;
}
.illustration-full-text .abs-text {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.illustration-full p {
    bottom: 170px;
    font-size: 26px;
    text-align: center;
}
.btn-scroll,
.btn-scroll:hover {
    bottom: 40px;
    font-size: 60px;
}
.natural-details .apply-and-result {
    padding: 15px 15px 0;
}
.inside-outside-img {
    margin-bottom: 0;
}
.footer-links,
.natural-details .apply-and-result h3 {
    margin: 0 0 10px;
}
.newsletter-form-wrapper{
	position: fixed;
    min-width: 900px;
	min-height: 350px;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background: #fff7ec;
    z-index: 500;
	-webkit-box-shadow: 0px 0px 124px 2px rgba(0,0,0,0.77);
	-moz-box-shadow: 0px 0px 124px 2px rgba(0,0,0,0.77);
	box-shadow: 0px 0px 124px 2px rgba(0,0,0,0.77);
}
.newsletter-form-wrapper .nl-title{
	font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
}
.newsletter-form-wrapper .nl-title{
	text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.newsletter-form-wrapper .form-control{
	border-radius: 0;
    border: 1px solid #93794d;
}
.newsletter-form-wrapper label{
	font-size: 0.75rem;
    line-height: 1;
    color: #000;
    margin-top: 3px;
}
.newsletter-form-wrapper .nl-button{
	background: #93794d;
    border-color: #93794d;
}
.nl-img-wrapper{
	min-height: 350px;
    height: 200px;
	height: 100%;
    position: relative;
    z-index: 6;
    background: url(/assets/images/Newsletter-img.jpg);
    background-size: cover;
    background-position: center;
}
.nwsltr-res {
    background: #eee;
    margin-bottom: 30px;
}
.nl-img-wrapper.second{
	min-height: auto;
    height: 200px;
	width: 200px;
    position: relative;
    z-index: 6;
    background: url(/assets/images/Newsletter-img.jpg);
    background-size: cover;
    background-position: center;
}
.nl-close-button{
	position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 15px 30px 10px;
    background: #93794d;
    font-weight: 400;
    font-size: 1.75rem;
    cursor: pointer;
    border-bottom-left-radius: 50px;
}
.nl-thanks{
	min-height: 288.6px;
	display: flex;
}
.natural-details .grey-intro-text {
    font-size: 26px;
    color: #93794d;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-section h2.grey-intro-text {
    font-weight: 100;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 40px 0 0;
}
.product-category-short,
.product-category-short-sm,
.grey-intro-text {
    position: relative;
    z-index: 3;
}
.product-category-short p {
    color: #5a6772;
    font-size: 16px;
    font-weight: 300;
    max-width: 100%;
    line-height: 1.4;
    margin: 15px 0 0;
}
.product-category-short p small {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.illustration-text-box-category {
    padding: 30px 10px 30px 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-category-short-sm {
    color: #555453;
}
.product-category .product-list {
    padding: 30px 0px 0;
}
.related-content-box h2 {
    font-size: 24px;
    line-height: 1;
    color: #5a6772;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}
.related-content-box h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #5a6772;
}
.related-news-article img {
    margin-right: 13px;
}
.related-content-more a {
    font-size: 10px;
    color: #5a6772;
    padding: 2px 20px 2px 15px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}
.related-content-more a:hover, .related-news-article a h3:hover {
    color: #5a6772;
    opacity: .75;
}
.related-content-more a span {
    margin-right: 4px;
    font-size: 19px;
}
.product-category-short-sm p {
    font-size: 16px;
    font-weight: 400;
}
.related-title {
    border-bottom: 1px solid #e5e5e5;
}
.breadcrums-wrapper {
    margin: 30px 0 30px;
}
.breadcrums-wrapper.question-page {
    margin: 0px 0 40px;
}
.illustration-text-box-category .breadcrums-wrapper.question-page {
    margin: 0px 0 20px;
}
.breadcrums-wrapper ul {
    margin: 0;
    display: flex;
    list-style-type: none;
}
.breadcrums-wrapper ul li {
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0 3px 0 7px;
    text-transform: uppercase;
    color: #5a6772;
    position: relative;
}
.breadcrums-wrapper ul li:first-child {
    padding-left: 0;
}
.breadcrums-wrapper ul li:after {
    content: "/";
    position: absolute;
    right: -10px;
    top: 0;
}
.breadcrums-wrapper ul li:last-child:after {
    display: none;
}
.breadcrums-wrapper ul li a {
    color: #5a6772;
    display: flex;
    align-items: center;
}
.breadcrums-wrapper ul li a .breadcrumbs-icon-arrow {
    font-size: 12px;
    margin-top: -1.25px;
 }
.blog-box a h2,
.related-news-article a h3 {
    font-size: 20px;
    color: #5a6772;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 50px;
    -webkit-line-clamp: 3;
}
.related-news-article .btn-grey {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-wrapper {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}
.center-text,
.close-modal,
.gdpr-box .error,
.home-video-volume,
.lisce,
.list-1,
.list-posuda,
.maslina,
.mob-video-img span,
.naranca-limun-list,
.posuda-1,
.posuda-2 {
    position: absolute;
}
.np-video {
    padding: 0!important; 
    overflow: hidden;
}
.home-video-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.home-video-volume {
    right: 50px;
    bottom: 30px;
    z-index: 1000;
    color: #fff;
    font-size: 50px;
}
.mob-video-img {
    width: 100%;
    height: 100%;
}
.mob-video-img span {
    top: 50%;
    left: 50%;
    color: #907a4e;
    font-size: 70px;
    transform: translate(-50%, -50%);
}
.about-nikel-page {
    background-color: #f9f7f6;
    /* margin-top: 86.89px; */
}
.about-page-top {
    height: 940px;
}
.nikel-serum {
    height: 745px;
    margin-top: 80px!important;
}
.from-nature {
    height: 860px;
}
.custom-padding-spacer{
    padding: 50px;
}
.mission-and-vision,
.nikel-product-section {
    height: 650px;
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}
.innovative_cosmetics {
    height: 730px;
    margin-bottom: 80px!important;
}
.about-nikel-page section.about-page-top {
    padding: 0 0 40px;
    margin-bottom: 70px;
}
.about-nikel-page h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 20px;
	font-weight: 300;
}
.about-nikel-page p {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.about-nikel-page .awards-photo {
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-nikel-page .signature-img {
    display: block;
    margin: 60px auto 0;
}
.about-nikel-page .mortar-img {
    width: 300px;
}
.about-nikel-page .img-pen {
    width: 190px;
}
section.about-page-bottom {
    background: #f1eee8;
    padding: 85px 0 95px;
}
.about-page-bottom a,
.about-page-bottom a:hover {
    width: 250px;
    display: block;
    margin: 20px auto 0;
    font-size: 17px;
    color: #fff;
    padding: 10px 30px;
    background: #95784b;
    text-transform: uppercase;
}
.savjetnik-h1,
.success-page .alert strong {
    font-size: 40px;
}
#main-footer {
    font-size: 11px;
    font-family: Arial, sans-serif;
    padding: 45px 0 35px;
    background-color: #fff;
    color: #b1b1b1;
    border-top: 1px solid #efefef;
}
#main-footer ul {
    margin: 15px 0 0;
}
#main-footer ul.other-menu {
    display: flex;
    margin: 10px 0 23px;
}

.close-x {
   position: absolute;
   right: 0;
   top: 0;
   padding: 15px;
   z-index: 5;
   cursor: pointer;
}

.award-modal .award {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.award-modal ul{
    padding-left: 30px;
    margin-bottom: 10px;
}

.award-modal a{
    color: #95784b;
}

.modal-content{
    border-radius: 25px;;
}

.award-modal p strong {
    font-weight: 700;
    font-size: 17px;
}

.award-modal .modal-dialog{
    max-width: 800px !important;
}

.award-modal .cnt-txt span{
    display: block;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 1.2;
    color: #907a4e;
    text-transform: uppercase;
}

.award-modal .cnt-txt span.little{
    color: #5a6772;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.award-modal p {
    font-size: 14px;
    font-weight: 400;
}

.award-modal .modal-body {
    padding: 2rem;
    padding-top: 0;
}

#main-footer ul.other-menu li {
    margin-right: 10px;
    border-right: 1px solid #b1b1b1;
    padding-right: 10px;
    line-height: 1;
}
#main-footer ul.other-menu li:last-child {
    padding-right: 0;
    border-right: 0;
}
#main-footer a {
    color: #b1b1b1;
}
#main-footer .footer-links a {
    text-decoration: none;
    font-size: 15px;
    margin: 0 20px 0 0;
    font-weight: 700;
}
#main-footer .footer-links a img {
    margin: 0 5px 0 0;
}
.footer-nav-right {
    /* margin-left: 30px; */
}
.ill {
    max-width: 2000px;
    margin: 0 auto;
    background-position: top center !important;
}
.lavanda {
    height: 700px;
}
.naranca {
    height: 800px;
}
.testiranje {
    height: 659px;
}
.center-text {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.center-text h2 {
    color: #fff;
    font-size: 72px;
    line-height: 74px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.list-1 {
    top: 250px;
    left: 0;
}
.list-posuda {
    top: 380px;
    right: -350px;
}
.naranca-limun-list {
    top: -250px;
    left: -250px;
}
.naranca {
    margin-bottom: 80px;
}
.dermatoloski-testirano {
    margin-top: 100px;
    margin-bottom: 90px;
}
.mirjana-b {
    margin: 50px auto 30px;
}
.cvijece {
    margin: 0 0 0 160px;
}
.posuda-1 {
    top: 140px;
    left: -180px;
}
.posuda-2 {
    top: 330px;
    right: -150px;
}
.krema {
    margin: -150px 0 100px -100px;
}
.lisce {
    right: 0;
    top: 0;
}
.cvijece-big {
    height: 1019px;
    margin-bottom: -90px;
}
.maslina {
    top: 170px;
    left: -27px;
}
.dermatoloski-testirano {
    height: 657px;
}
.flowers_img {
    width: 230px;
}
.cosmetics_with_siganture h2 {
    font-size: 30px;
    font-weight: 200;
    color: #92794d;
    margin-bottom: 0px;
}
#pitanje h2,
.form-section h1 {
    margin-bottom: 40px;
}
.ourstory_signature_img {
    display: block;
    margin: 100px auto;
}
.ourstory_pen {
    margin-top: 50px;
    width: 200px;
}
section.for-health-youth {
    padding-bottom: 0;
}
.nikelhidris {
    width: 600px;
}
.flowers_img2 {
    margin-left: 200px;
}
.about-page-bottom .about-page-bottom-text {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}
.about-page-bottom .about-page-bottom-text p {
    margin-bottom: 0;
    text-transform: unset;
}
.savjetnik-h1 {
    color: #907a4e;
    text-align: center;
    font-weight: 200;
    padding: 40px 0 60px;
}
.adviser-naslov,
.szn-title {
    text-align: left;
}
.adviser-box {
    overflow: visible !important;
    max-width: 1024px;
    margin:30px auto 0;
}
#pitanja_i_odgovori {
    padding: 50px 0;
}
#pitanja_i_odgovori .odgovor a.answer {
    background: #93794d;
    padding: 15px 60px;
    margin-bottom: 20px;
    min-width: 300px;
    border-color: #93794d;
    max-width: 440px;
    transition: 0.3s;
    opacity: 1;
}
#pitanja_i_odgovori .odgovor a.answer:hover {
    background: #93794d;
    opacity: 0.75;
}
#pitanje h2 {
    font-size: 25px;
    margin-top: 30px;
}
.tooltip-inner {
    background-color: #e9cc9f;
    color: #5a6772;
    width: 420px !important;
    max-width: 420px !important;
    padding: 10px 30px;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #e9cc9f !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #e9cc9f !important;
}
.adviser-box .adviser-row.product-list:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.adviser-naslov {
    font-size: 28px;
    line-height: 35px;
    color: #08c;
    font-weight: 400;
    margin-bottom: 15px;
}
.adviser-product-span {
    display: block;
    font-size: 13px;
}
#btnReplay {
    background: #93794d;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 30px;
    align-items: center;
}
.okvir-img {
    background-position: center !important;
}
.okvir-top-img {
    background: url("/savjetnik-za-njegu/images/flowers-img1.jpg");
    height: 382px;
}
.okvir-bottom-img {
    background: url("/savjetnik-za-njegu/images/flowers-img2.jpg");
    height: 500px;
    margin: 0 0 50px;
}
.btn-savjetnik {
    font-size: 24px;
    line-height: 24px;
    background: #93794d;
    color: #fff;
    display: inline-flex;
    padding: 20px 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-savjetnik:hover {
    color: #fff;
    opacity: 0.75;
}
.close-modal {
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 5;
}
#moreproducts h2 {
    color: #907a4e;
    font-size: 23px;
    margin: 0 0 10px;
}
#moreproducts h3 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 10px;
}
#moreproducts .product-list-name {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 5px;
}
#moreproducts hr {
    margin: 25px 0 20px;
}
#moreproducts .btn.btn-orange {
    background: #f89406;
    color: #fff;
}
#moreproducts .btn.btn-orange:hover {
    background: #b36a04;
}
#moreproducts .swiper{
    padding: 0 !important;
}
.more-products-swiper{
    max-width: 400px !important;
}
.more-products-swiper .swiper-wrapper{
    overflow: hidden !important;
}
.swall-item .product-list-name {
    font-size: 17px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.swall-item .product-list-comp {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
.flavor-top {
    width: 100%;
    padding: 0 0 100px;
}
.g-map {
    padding-top: 25px;
}
.cnt-form {
    margin-top: 50px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.loader {
	display: inline-block;
	width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s linear infinite rotation;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 4px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
input[type=number] {
    -moz-appearance:textfield;
}
/* .account-page,
.form-section {
    padding: 60px 0 100px;
} */
.form-related-content {
    height: 100%;
    width: 100%;
    font-size: 16px;
    border: 1px solid #907a4e59;
    padding: 20px;
}
.form-related-content h2 {
    font-size: 27px;
    margin-bottom: 15px;
    color: #907a4e;
}
.form-related {
    font-size: 16px;
    margin-top: 40px;
}
.form-related a {
    color: #907a4e;
}
.form-section .alert {
    margin: 0 0 25px;
}
.form-section h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
a.forg-pass {
    color: #907a4e;
    margin-left: 6px;
}
a.forg-pass:hover {
    color: #856c42;
}
.checkout-proceed h1 {
    margin-bottom: 70px;
    line-height: 80px;
}
.checkout-proceed h2 {
    font-size: 27px;
    margin-bottom: 15px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #907a4e;
    background-color: #907a4e;
}
.custom-control.custom-checkbox a {
    color: #907a4e;
    font-weight: 600;
}
.delivery-info-box {
    margin-left: 90px;
}
.success-page h2 {
    font-size: 35px;
    margin-top: 50px;
}
.gdpr-box .custom-control-label {
    font-size: 14px;
    padding-bottom: 20px;
}
.gdpr-box .error {
    bottom: 0;
    margin: 0;
}
.cstm-btn-alert {
    margin: 0.3125em;
    padding: 0.625em 2em;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    background: #3085d6;
    color: #fff;
    font-size: 1.0625em;
}
.cstm-btn-next {
    background: #676565;
}
.cstm-btn-cart {
    background: #907a4e;
}
.cstm-btn-cart:hover,
.cstm-btn-next:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    color: #fff;
}
.swal2-content h3 {
    font-size: 23px;
    margin-top: 0;
    color: #907a4e;
    margin-bottom: 40px;
}
.eu-wrapper {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#main-footer .eu-wrapper {
    background: none;
}
.resultbox,
.search-box input {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset, 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.search-box .btn-search{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%);
}
.search-box .icon-search {
    font-size: 38px;
}
.eu-wrapper img {
    height: 32px;
}
.home-eu {
    position: fixed;
    bottom: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.home-eu.go-bottom {
    bottom: 0 !important;
}
.error-page-main {
    padding: 0 0 100px;
}
.error-page-main h2 {
    color: #907a4e;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 15px;
}
.search-box.inner {
    margin-bottom: 60px;
}
.search-box input {
    border-radius: 0;
    padding: 26px 80px 25px 40px;
    font-size: 30px;
    font-weight: 400;
    border-color: transparent;
    height: auto;
}
.search-box input::placeholder {
    opacity: .5;
}
.search-box input:focus {
    border-color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset, 0 0 28px rgba(0, 0, 0, 0.1);
    outline: 0;
}
.search-box button {
    position: relative;
    font-size: 14px;
    line-height: 13px;
    right: 0;
    top: 0;
    padding: 28px;
    color: #907a4e;
}
.search-box button:hover {
    color: #856c42;
    opacity: 0.75;
}
.search-text-success {
    color: green;
}
.resultbox {
    background: #fff;
    padding: 30px;
    margin-top: -1px;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    z-index: 5;
}
.resultbox ul li a {
    font-size: 24px;
    line-height: 26px;
    color: #2b2b2b;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: block;
}
#samples-modal h4 {
    color: #93794d;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 25px;
}
#samples-modal .modal-dialog {
    max-width: 550px;
}
.related-text {
    padding-bottom: 90px;
}
.nl-btn {
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    background: #fff;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #efefef;
    color: #bababa;
}
.nl-btn span {
    margin-right: 8px;
    font-weight: 300;
}
.nl-btn:hover {
    background: #ccc;
    color: #fff;
}
.newsletter-form-wrapper .form-check-input{
	margin-top: 7px;
}
.newsletter-form-wrapper .check-group{
	position: relative;
}
.newsletter-form-wrapper .check-group .form-error{
	position: absolute;
	bottom: 0;
}
.nl-alert{
	background: transparent;
	border: none;
	color: #5a6772;
	padding: 0;
}
.nl-bigger-text{
	line-height: 1.2;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 25px;
    margin-top: 10px;
    display: block;
}
.nl-smaller-text{
	font-size: 0.75rem;
    display: block;
}
.check-group a{
	color: #93794d !important;
}
.nl-alert-wrapper{
	background: #93794d;
	color: #fff;
    font-size: 1.25rem;
}
.nl-link{
	color: #907a4e;
	font-size: 0.75rem;
}
.scl {
    margin-top: 30px;
    display: flex;
}
.material-symbols-outlined{
	vertical-align: middle !important;
}
.cart-top .material-symbols-outlined{
	color: #5a6772;
    font-size: 32px;
    font-weight: 300;
}
.material-symbols-outlined.filled{
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-outlined.hearth-icon{
	font-size: 18px;
    color: #907a4e;
}
.volume-icon{
	font-size: 60px !important;
}
.awards-swiper .swiper-button-next, .awards-swiper .swiper-button-prev{
    color: #907a4e !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0 !important;
}
@font-face {
    font-family: FontfabricUniNeueBlack;
    src: url("/assets/fonts/FontfabricUniNeueBlack.eot");
    src: url("/assets/fonts/FontfabricUniNeueBlack.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueBlack.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueBlack.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueBlack.ttf") format("truetype");
}
@font-face {
    font-family: FontfabricUniNeueBook;
    src: url("/assets/fonts/FontfabricUniNeueBook.eot");
    src: url("/assets/fonts/FontfabricUniNeueBook.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueBook.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueBook.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueBook.ttf") format("truetype");
}
@font-face {
    font-family: FontfabricUniNeueHeavy;
    src: url("/assets/fonts/FontfabricUniNeueHeavy.eot");
    src: url("/assets/fonts/FontfabricUniNeueHeavy.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueHeavy.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueHeavy.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueHeavy.ttf") format("truetype");
}
@font-face {
    font-family: FontfabricUniNeue;
    src: url("/assets/fonts/FontfabricUniNeueBold.eot");
    src: url("/assets/fonts/FontfabricUniNeueBold.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueBold.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueBold.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueBold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: FontfabricUniNeue;
    src: url("/assets/fonts/FontfabricUniNeueRegular.eot");
    src: url("/assets/fonts/FontfabricUniNeueRegular.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueRegular.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueRegular.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueRegular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: FontfabricUniNeue;
    src: url("/assets/fonts/FontfabricUniNeueLight.eot");
    src: url("/assets/fonts/FontfabricUniNeueLight.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueLight.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueLight.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueLight.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: FontfabricUniNeue;
    src: url("/assets/fonts/FontfabricUniNeueThin.eot");
    src: url("/assets/fonts/FontfabricUniNeueThin.eot") format("embedded-opentype"), url("/assets/fonts/FontfabricUniNeueThin.woff2") format("woff2"), url("/assets/fonts/FontfabricUniNeueThin.woff") format("woff"),
        url("/assets/fonts/FontfabricUniNeueThin.ttf") format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: MyCreativeLandAbsoluteBeautyScriptRegular;
    src: url("/assets/fonts/MyCreativeLandAbsoluteBeautyScriptRegular.eot");
    src: url("/assets/fonts/MyCreativeLandAbsoluteBeautyScriptRegular.eot") format("embedded-opentype"), url("/assets/fonts/MyCreativeLandAbsoluteBeautyScriptRegular.woff2") format("woff2"),
        url("/assets/fonts/MyCreativeLandAbsoluteBeautyScriptRegular.woff") format("woff"), url("/assets/fonts/MyCreativeLandAbsoluteBeautyScriptRegular.ttf") format("truetype");
}
