/* Webfont */

@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Container */

@media screen and (min-width: 1px) {

  .container,
  .container-lg {
    max-width: 1440px;
  }
}

/* Base CSS */

body {
  background-color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #545454;
  padding-top: 0px;
  /*	background:url(../images/bg.gif) 50% 0 no-repeat fixed; */
  height: 100%;
  font-weight: 400;
  line-height: 1.8em;
}

a,
a:visited {
  color: #545454;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease-out;
}

a:hover,
a:focus {
  color: #f59399;
  text-decoration: none;
  outline: 0;
}

.post-page-content a,
.post-content a:visited {
  color: #f59399;
  text-decoration: none;
  outline: 0;
}

.post-page-content a:hover,
.post-content a:focus {
  color: #f59399;
  outline: 0;
}

.a1,
.a1:visited {
  color: #f59399;
  text-decoration: none;
  outline: 0;
}

.a1:hover,
.a1:focus {
  color: #545454;
  text-decoration: none;
  outline: 0;
}

.a1-brend,
.a1-brend:visited {
  color: #93b6a8;
  text-decoration: none;
  outline: 0;
}

.a1-brend:hover,
.a1-brend:focus {
  color: #747474;
  text-decoration: none;
  outline: 0;
}

.a1-header-top,
.a1-header-top:visited {
  color: #79a291;
  text-decoration: none;
  outline: 0;
}

.a1-header-top:hover,
.a1-header-top:focus {
  color: #f59399;
  text-decoration: none;
  outline: 0;
}

.a1-header,
.a1-header:visited {
  color: #93b6a8;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
}

.a1-header:hover,
.a1-header:focus {
  color: #f59399;
  text-decoration: none;
  outline: 0;
}

.a2,
.a2:visited {
  color: #545454;
  text-decoration: none;
  outline: 0;
}

.a2:hover,
.a2:focus {
  color: #a8975d;
  text-decoration: none;
  outline: 0;
}

.a3,
.a3:visited {
  color: #a8975d;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
}

.a3:hover,
.a3:focus {
  color: #a8975d;
  text-decoration: underline;
  outline: 0;
}

.a1-footer,
.a1-footer:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
}

.a1-footer:hover,
.a1-footer:focus {
  color: #e4e4e4;
  text-decoration: none;
  outline: 0;
}

.a1-footer2,
.a1-footer2:visited {
  color: #b4b4b4;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
  font-size: 18px;
}

.a1-footer2:hover,
.a1-footer2:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo Paaji 2", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  color: #000;
}

h1 {
  font-size: 36px;
  color: #93b6a8;
  margin: 0 0 22px 0;
  font-weight: 600;
  line-height: 1.4em;
  /* text-transform:uppercase; */
}

h2 {
  font-size: 23px;
  color: #545454;
  margin: 5px 0 15px 0;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  color: #545454;
  margin: 20px 0 20px 0;
  font-weight: 600;
  line-height: 1.8em;
}

h4 {
  font-size: 18px;
  color: #545454;
  margin: 20px 0 15px 0;
  font-weight: 600;
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 11.9px
}

.fs-7 {
  font-size: 13px !important;
}

hr {
  width:190px; background-color:transparent; border-top: 5px dotted #f59399; height:0; opacity: 0.95; margin-top:15px;
}



/*--- Custom ----------------------------------------------*/

.header-top {
  background-image: linear-gradient(to top, #e2ece9, #e2ece9); 
  font-size:14px; 
  color:#545454; 
  border-bottom:0px solid #ddd;
  position: relative;
}
.header-top-after {
  content: '';
  height: 11px;
  width: 100%;
  background: url(../img/header-top-pattern.png) center;
  position: relative;
  bottom: 1px;
}

.footer-top-before {
  content: '';
  height: 60px;
  width: 100%;
  background: url(../img/footer-top-pattern.png) center;
  position: relative;
  /* bottom: 1px; */
}

figure {
  margin: 0 0 0;
}

ul,
ol {
  margin: 0 0 0 0;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
}

blockquote {
  border-left: 4px solid #93b6a8;
	line-height: 1.7em;
	padding:25px;
	margin: 0 0 1rem 25px;
	background-color: #f9f9f9;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.10em;
  font-style: italic;
  line-height: 1.6;
  padding: 20px 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1em;
  text-align: right;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
  color: #f59399;
  font-weight: 600;
}

.bg-page {
  background-image: linear-gradient(#fff, #fff1e6);
}

.wp-block-embed-youtube {
  margin-top: 40px;
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 4px 0 8px;
  margin: 0;
}

.heateor_sss_horizontal_sharing .heateorSssSharing,
.heateor_sss_standard_follow_icons_container .heateorSssSharing {
  margin-right: 4px;
}



.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.okvir {
  border: solid 1px #ddd;
}


.site-footer {
  font-size: 15px;
  color: #646464;
  background-color: #fff;
}
.site-footer a {
  color: #646464;
}
.site-footer a:hover {
  color: #f59399;
  text-decoration: none;
}
.site-footer .a1-footer {
  color: #f59399;
}
.site-footer .a1-footer:hover {
  color: #93b6a8;
  text-decoration: none;
}
.site-footer h2 {
  color:#545454;
  font-size:21px; 
  font-weight:600;
}
.site-footer hr {
  width:64px; background-color:transparent; border-top: 3px dotted #f59399; height:0; opacity: 0.95; margin-top:-3px;
}


#pre-footer {
  text-align: center;
  background: url(../img/bg-pre-footer.png) top;
}

#pre-footer a {
  color: #545454;
}

#pre-footer a:hover {
  color: #848484;
}

.pre-footer {
  /* padding: 70px 0 55px;
  background: #f2f1f0; 
  background-image: linear-gradient(#fff, #fff); */
  text-align: center;
  font-size: 15px;
  color: #545454;
}

.pre-footer h4 {
  font-size: 20px;
  margin: 20px 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 400;
  color: #545454;
}

.pre-footer .btn-pre-footer {
  font-size: 15px;
  padding: 12px 26px;
  background: #008fd3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: 500;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

.pre-footer .btn-pre-footer:hover {
  background: #29a2dc;
}


/* Contact Form 7 ----------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {

  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ddd;
  border-left: solid 1px #ddd;
  color: #606264;
  padding: 8px 15px;
  width: 100%;
  margin-bottom: 8px;
  /* Add */
}

.wpcf7 textarea

/* Add */
  {
  height: 190px;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 textarea:hover

/* Add */
  {
  border: solid 1px #b4b4b4;
  /* border-left:solid 4px #D6284A; */
  padding: 8px 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.form-control:focus {
  box-shadow: none !important;
}

.wpcf7 input[type="submit"] {
  color: #ffffff;
  background-color: #93b6a8;;
  border: solid 0px #93b6a8;;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.0em;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  padding: 19px 30px;
  -webkit-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0);
  box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
  color: #fff;
  border: solid 0px #f59399;
  background-color: #f59399;
}

div.wpcf7 .wpcf7-form-control {
  max-width: 100%;
}

/* Add for responsive */

wpcf7-form p {
  color: #040404;
}

/* Add */

.wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0 1em;
}

/* Add */



.btn1,
.btn1:link,
.btn1:visited {
  margin: 0 0 30px 0;
  color: #D6284A;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px 10px;
  background: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4s);
  cursor: pointer;

  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;

  -webkit-border-radius: 70px 25px;
  -moz-border-radius: 70px 25px;
  border-radius: 70px 25px;
}

.btn1:active,
.btn1:hover {
  border: 3px solid #D6284A;
  color: #fff;
  background: #D6284A;
}

.btn2,
.btn2:link,
.btn2:visited {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px 10px;
  background: #D6284A;
  border: 3px solid #D6284A;
  -webkit-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4s);
  cursor: pointer;
  
  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;

  -webkit-border-radius: 70px 25px;
  -moz-border-radius: 70px 25px;
  border-radius: 70px 25px;
}

.btn2:active,
.btn2:hover {
  border: 3px solid #D6284A;
  color: #fff;
  background: #D6284A;
}

.btn-cat,
.btn-cat:link,
.btn-cat:visited {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 30px 5px;
  background: #f59399;
  border: 1px solid #f59399;
  box-shadow: rgba(50, 50, 93, 0.08) 0px 5px 7px -2px, rgba(0, 0, 0, 0.08) 0px 2px 5px -3px;
  cursor: pointer;

  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
}

.btn-cat:active,
.btn-cat:hover {
  border: 1px solid #93b6a8;
  color: #fff;
  background: #93b6a8;
}


/* Back to top button */

#btn-back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  background: #f6aeb2;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #fff;
  z-index: 1;
}

#btn-back-to-top:hover {
  background: #f59399;
}

.icon-bx-up-arrow-alt, .icon-maps-arrow {
  font-size: 20px;
  color: #ffffff;
  margin: -12px 0 0 -7px;
}


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #bbbbbb;
  margin-top: -45px;
  /* Add */
  margin-right: -16px;
  /* Add */
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #545454;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top: 15px;
  /* Add */
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* Image hover */

.thumb-box {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden;
  /*	-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.20); /* Add */
  /*	-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.20); /* Add */
  /*	box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.20); /* Add */

}

.thumb-box-overlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.thumb-box {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  background-image: url(../img/logo-pozadina.jpg);
  padding: 0px;
  opacity: 0.99;
}

.thumb-box a {
  color: transparent;
}

.thumb-box a:hover .thumb-box-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  /* background-color: rgba(0, 0, 0, 0.45); */
  background-image: linear-gradient(-15deg, rgba(243, 35, 48, 0.60), rgba(245, 147, 153, 0.60));
  color: #545454;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  margin: -12px 0 0 -12px;
}

.thumb-box-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px;
  /* Add */
}



/* SmartMenus  */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}


/* SmartMenus theme sm-mint*/

.sm-mint {
  border-top: 0px solid #8db863;
  border-bottom: 0px solid #8db863;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add */
  margin-left: -24px;
  /* Add */
  margin-right: -24px;
  /* Add */
}

.sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
  padding: 9px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #545454;
  font-family: "Baloo Paaji 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  text-decoration: none;
  /* text-transform: uppercase; */
}

.sm-mint a.current {
  /* background-color: #b3c03f; /* Add */
}

.sm-mint a.disabled {
  color: #cccccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}

.sm-mint a .sub-arrow::before {
  content: '+';
}

.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-mint li {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.sm-mint ul {
  background: rgba(224, 158, 85, 0.075);
}

.sm-mint ul a,
.sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active {
  border-left: 8px solid transparent;
}

.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
  width: 100%;
  /* Add */
}

.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */

  #site-navigation {
    /* Add */
    line-height: 0;
    float: center;
    text-align: left;
  }

  #main-menu {
    display: inline-block;
  }

  .sm-mint ul {
    position: absolute;
    /* width: 12em; */
  }

  .sm-mint li {
    float: left;
  }

  /* .sm-mint > li:first-child {
	  border-top: 0;
		background-color: #D6284A;
		width: 210px;
	} */

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li,
  .sm-mint.sm-rtl ul li,
  .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a,
  .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap>li>a,
  .sm-mint .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
    margin-left: 3px;
    /* Add */
    margin-bottom: 0;
    /* Add */
  }

  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 5px 18px 6px;
    color: #79a291;
    border-radius: 50px;
    font-size: 17px;
    margin: 9px auto 9px;
    text-transform: uppercase;
    /* border-top: 1px solid transparent;
    margin-top: -1px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px; */
  }

  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active {
    /* background: transparent; */
    color: #f59399;
    /* background-image: linear-gradient(to top right, #a8975d, #2e3192); */
    background-color: #fff;
    /* border-top: 1px solid #d6284a;
    border-bottom: 1px solid #d6284a; */
  }

  .sm-mint a.current {
    /* color: #3F3F3F; */
    /* background-color: #b3c03f; /* Add */
  }

  .sm-mint a.highlighted {
    /* background: #D6284A; */
    /* background-image: linear-gradient(to top right, #a8975d, #2e3192); */
    color: #f59399;
    background-color: #fff;
    /* box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); */
    /* border-radius: 50px; */
    /* border-bottom: 1px solid #c7843b; */
    /* margin-top: -1px; /* Add */
  }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }

  .sm-mint a.has-submenu {
    padding-right: 35px;
  }

  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -6px;
    right: 18px;
    width: 0;
    height: 0;
    /* border-width: 6px 4.02px 0 4.02px; */
    border-style: solid dashed dashed dashed;
    border-color: #93b6a8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;

    border: solid #93b6a8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .sm-mint a:hover .sub-arrow,
  .sm-mint a:focus .sub-arrow,
  .sm-mint a:active .sub-arrow {
    /* border-color: #3f3f3f transparent transparent transparent; */
    border: solid #f59399;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .sm-mint a.highlighted .sub-arrow {
    /* border-color: #3f3f3f transparent transparent transparent; */
    border: solid #f59399;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .sm-mint a.disabled .sub-arrow {
    /* border-color: #3f3f3f transparent transparent transparent; */
    border: solid #927d34;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .sm-mint a .sub-arrow::before {
    display: none;
  }

  .sm-mint li {
    border-top: 0;
  }

  .sm-mint ul {
    border: 0;
    /* background: #D6284A; */
    background-image: linear-gradient(to top right, #f59399, #f59399);
    border-radius: 0 0 0 4px;
    /* box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); */
    padding: 0 0 4px 0;
    /* Add */
    border-radius: 0 0 8px 8px;
    margin-top: 0px !important;
  }

  .sm-mint ul ul {
    border-radius: 8px;
  }

  .sm-mint ul a,
  .sm-mint ul a:hover,
  .sm-mint ul a:focus,
  .sm-mint ul a:active,
  .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 6px 30px;
    color: #fff;
    border-radius: 0px;
    line-height: 1.7em;
    font-size: 16px;
  }

  .sm-mint ul a.current {
    /* color: #edb4bc; */
    /* background-color: #b3c03f; /* Add */
  }

  .sm-mint ul a:hover,
  .sm-mint ul a:focus,
  .sm-mint ul a:active,
  .sm-mint ul a.highlighted {
    /* background: #b5223e; */
    background-image: linear-gradient(to top right, #a5c4b8, #a5c4b8);
    color: #fff;
    box-shadow: none;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 40px;
  }

  .sm-mint ul a .sub-arrow {
    right: 15px;
    margin-top: -4px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3f3f3f;

    border: solid #fff;
    /* Add */
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .sm-mint ul a:hover .sub-arrow,
  .sm-mint ul a:focus .sub-arrow,
  .sm-mint ul a:active .sub-arrow,
  .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #3f3f3f;

    border: solid #fff;
    /* Add */
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #c7843b;
  }

  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #F6FFED;
    height: 20px;
  }

  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8db863 transparent;
  }

  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent;
  }

  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }

  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }

  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #8db863;
  }

  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #8db863 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }

  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul a:hover .sub-arrow,
  .sm-mint.sm-rtl ul a:focus .sub-arrow,
  .sm-mint.sm-rtl ul a:active .sub-arrow,
  .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #8db863;
  }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }

  .sm-mint.sm-vertical a:hover,
  .sm-mint.sm-vertical a:focus,
  .sm-mint.sm-vertical a:active,
  .sm-mint.sm-vertical a.highlighted {
    background: #8db863;
    color: #fff;
    box-shadow: none;
  }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }

  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8db863;
  }

  .sm-mint.sm-vertical a:hover .sub-arrow,
  .sm-mint.sm-vertical a:focus .sub-arrow,
  .sm-mint.sm-vertical a:active .sub-arrow,
  .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }

  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #8db863;
  }

  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}


/* Add - Adding a menu toggle button on small screens */

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 10px 0 3px;
  display: none;
  /* Add */
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 3px;
  width: 24px;
  background: #72bf44;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked)~#main-menu {
  display: none;
}

#main-menu-state:checked~#main-menu {
  display: block;
}

@media (min-width: 992px) {

  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked)~#main-menu {
    display: block;
  }
}


/* Add - Adding a menu toggle button on small screens */

#menu-button {
  /* style it as you like... */
}

#menu-button:before {
  content: url();
}

#menu-button.collapsed:before {
  content: url();
}

#main-menu.collapsed {
  display: none;
}

@media (min-width: 992px) {

  /* hide the button in desktop view */
  #menu-button {
    display: none;
  }

  /* always show the menu in desktop view */
  #main-menu.collapsed {
    display: block;
  }
}


/* Responsive points */

@media (max-width: 768px) {
  .aws-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
    width: 100%;
  }

  .aws-search-result .aws_result_title {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    color: #f59399;
    font-size: 14px;
  }

  .aws-container .aws-search-form .aws-search-btn_icon {
    fill: currentColor;
    line-height: 24px;
    color: #fff;
    margin-left: 4px;
    ;
  }

  .aws-container .aws-search-form .aws-form-btn {
    background: #fff;
    /* border: 1px solid #c4c4c4; */
  }

  .aws-container .aws-search-form {
    position: relative;
    width: 100%;
    float: none !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: stretch;
    height: 48px;
    background-color: transparent;
  }

  .aws-container .aws-search-form *,
  .aws-search-result {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    border-radius: 4px !important;
  }

  .aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 10px;
    width: 50px;
    margin-left: 0px;
    background-color: #f59399;
    border: 1px solid #f59399;
  }

  .aws-container .aws-search-form .aws-search-btn:hover {
    background-color: #f27981;
    border: 1px solid #f27981;
  }

  .aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    /* Add */
    font-weight: 600;
    /* Add */
    background-color: #e4e4e4;
    /* Add */
  }

  .aws_result_price .saved-sale {
    display: none;
  }

  .aws-container .aws-search-field {
    border: 1px solid #e2ece9;
    text-align: left;
    font-size: 15px;
    /* background-color: #fff; */
    background: linear-gradient(to top, #f5f9f8, #f5f9f8);
    color: #747474;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .aws-search-result .aws_result_price {
    display: block;
    padding: 2px 0;
    color: #545454;
  }

  .aws-search-result .aws_result_price del,
  .aws-search-result .aws_result_price ins {
    background: none;
    padding: 0 8px 0 0;
    opacity: 1;
  }

  .benefits {
    font-family: "Baloo Paaji 2", sans-serif;
    background: linear-gradient(315deg, transparent 0%, transparent 100%);
    position: relative;
    color: #fff;
    text-align: left;
    padding: 0 20px 0 15px;
    border: 0px solid #e4e4e4;
    margin: 0 auto;
  }
    .benefits h2 {
    color: #7fa596;
    font-size: 20px;
    font-weight: 700;
  }

  .benefits p {
    font-size: 16px;
    margin-top: -18px;
    color: #747474;
  }

  .header-ikone {
    display: inline-block;
    margin: 0 17px;
  }

  .header-ikone {
    display: inline-block;
    margin: 0px 15px 0;
  }

  .header-ikone:first-child {
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .margin-banner:nth-child(1) {
    margin-top: 24px;
  }

  .margin-banner:nth-child(1) img {
    border-radius: 29px;
    height: 102.4%;
  }

  /* .margin-banner:nth-child(1):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  } */

  .margin-banner:nth-child(2) {
    margin-top: 15px;
  }

  .margin-banner:nth-child(2):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  }
}

@media (min-width: 768px) {
  .header-ikone {
    display: inline-block;
    margin: 0 3px;
  }

  .aws-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
    width: 100%;
  }

  .aws-search-result .aws_result_title {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    color: #f59399;
    font-size: 14px;
  }

  .aws-container .aws-search-form .aws-search-btn_icon {
    fill: currentColor;
    line-height: 24px;
    color: #fff;
    margin-left: 4px;
    ;
  }

  .aws-container .aws-search-form .aws-form-btn {
    background: #fff;
    /* border: 1px solid #c4c4c4; */
  }

  .aws-container .aws-search-form {
    position: relative;
    width: 100%;
    float: none !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: stretch;
    height: 48px;
    background-color: transparent;
  }

  .aws-container .aws-search-form *,
  .aws-search-result {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    border-radius: 4px !important;
  }

  .aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 10px;
    width: 50px;
    margin-left: 0px;
    background-color: #f59399;
    border: 1px solid #f59399;
  }

  .aws-container .aws-search-form .aws-search-btn:hover {
    background-color: #f27981;
    border: 1px solid #f27981;
  }

  .aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    /* Add */
    font-weight: 600;
    /* Add */
    background-color: #e4e4e4;
    /* Add */
  }

  .aws_result_price .saved-sale {
    display: none;
  }

  .aws-container .aws-search-field {
    border: 1px solid #e2ece9;
    text-align: left;
    font-size: 15px;
    /* background-color: #fff; */
    background: linear-gradient(to top, #f5f9f8, #f5f9f8);
    color: #747474;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .aws-search-result .aws_result_price {
    display: block;
    padding: 2px 0;
    color: #545454;
  }

  .aws-search-result .aws_result_price del,
  .aws-search-result .aws_result_price ins {
    background: none;
    padding: 0 8px 0 0;
    opacity: 1;
  }

  .benefits {
    font-family: "Baloo Paaji 2", sans-serif;
    background: linear-gradient(315deg, transparent 0%, transparent 100%);
    position: relative;
    color: #fff;
    text-align: left;
    padding: 0 40px 0 0;
    border: 0px solid #e4e4e4;
  }
    .benefits h2 {
    color: #7fa596;
    font-size: 20px;
    font-weight: 700;
  }

  .benefits p {
    font-size: 16px;
    margin-top: -18px;
    color: #747474;
  }

  .header-ikone {
    display: inline-block;
    margin: 0 17px;
  }

  .header-ikone:first-child {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .margin-banner:nth-child(1) {
    margin-top: 24px;
  }

  .margin-banner:nth-child(1) img {
    border-radius: 29px;
    height: 100.8%;
  }
  
  /* .margin-banner:nth-child(1):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  } */

  .margin-banner:nth-child(2) {
    margin-top: 0px;
  }

  .margin-banner:nth-child(2):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  }
}

@media (min-width: 992px) {
  .aws-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
    width: 100%;
  }

  .aws-search-result .aws_result_title {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    color: #f59399;
    font-size: 14px;
  }

  .aws-container .aws-search-form .aws-search-btn_icon {
    fill: currentColor;
    line-height: 24px;
    color: #fff;
    margin-left: 4px;
    ;
  }

  .aws-container .aws-search-form .aws-form-btn {
    background: #fff;
    /* border: 1px solid #c4c4c4; */
  }

  .aws-container .aws-search-form {
    position: relative;
    width: 100%;
    float: none !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: stretch;
    height: 48px;
    background-color: transparent;
  }

  .aws-container .aws-search-form *,
  .aws-search-result {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    border-radius: 4px !important;
  }

  .aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 10px;
    width: 50px;
    margin-left: 0px;
    background-color: #f59399;
    border: 1px solid #f59399;
  }

  .aws-container .aws-search-form .aws-search-btn:hover {
    background-color: #f27981;
    border: 1px solid #f27981;
  }

  .aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    /* Add */
    font-weight: 600;
    /* Add */
    background-color: #e4e4e4;
    /* Add */
  }

  .aws_result_price .saved-sale {
    display: none;
  }

  .aws-container .aws-search-field {
    border: 1px solid #e2ece9;
    text-align: left;
    font-size: 15px;
    /* background-color: #fff; */
    background: linear-gradient(to top, #f5f9f8, #f5f9f8);
    color: #747474;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .aws-search-result .aws_result_price {
    display: block;
    padding: 2px 0;
    color: #545454;
  }

  .aws-search-result .aws_result_price del,
  .aws-search-result .aws_result_price ins {
    background: none;
    padding: 0 8px 0 0;
    opacity: 1;
  }

  .header-ikone {
    display: inline-block;
    margin: -3px 20px 0;
  }

  .header-ikone:last-child {
    display: inline-block;
    margin: -3px 0 0 13px;
  }
}

@media (min-width: 1200px) {
  .header-ikone {
    display: inline-block;
    margin: -3px 20px 0;
  }

  .header-ikone:last-child {
    display: inline-block;
    margin: -3px 0 0 13px;
  }

  .margin-banner:nth-child(1) {
    margin-top: 24px;
  }

  .margin-banner:nth-child(1) img {
    border-radius: 29px;
    height: 100%;
  }

  /* .margin-banner:nth-child(1):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  } */

  .margin-banner:nth-child(2) {
    margin-top: 15px;
  }

  .margin-banner:nth-child(2):hover img {
    opacity: 0.82;
    transition: opacity .3s;
  }
}

@media (min-width: 1440px) {
  .benefits-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.0); */
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(to right, #1e1e1e, white, white, #4b4b4b);
    border-radius: 0 0 0 0;
  }
}


/* Tabs block */

.tabs {
  max-width: 1490px;
  margin: 60px auto 90px;
  padding: 0;
  font-size: 15px;
  /* Add */
  font-weight: 700;
  /* Add */
  /* text-transform:uppercase; /* Add */
}

@media (max-width: 992px) {
  .tabs {
    margin: 30px auto 60px;
  }
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 60%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#tab-button li {
  display: table-cell;
  width: 30%;
}

#tab-button li a {
  display: block;
  /* padding: .75em; */
  background: #93b6a8;
  /* border-right: 1px solid #fff; */
  text-align: center;
  color: #fff;
  text-decoration: none;
  /* border-bottom: 5px solid #D6284A;*/
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 50px;
  margin: 0 8px;
}

#tab-button li:not(:first-child) a {
  border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  /* background: #D6284A; */
  background-image: linear-gradient(to top right, #f59399, #f59399);
}

#tab-button .is-active a {
  /* background: #D6284A; */
  background-image: linear-gradient(to top right, #f59399, #f59399);
  position: relative;
}

#tab-button .is-active a:hover {
  /* background: #D6284A; */
  background-image: linear-gradient(to top right, #f59399, #f59399);
}

#tab-button .is-active a:after {
  /* Add */
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 27, 47, 0);
  border-top-color: #f59399;
  border-width: 13px;
  margin-left: -13px;
}

.tab-contents {
  padding: .5em 2em 1em;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}


.tab-button-outer {
  display: none;
}

.tab-contents {
  margin-top: 20px;
  padding: 0;
}

.tab-select-outer {
  /* Add */
  margin: -30px 0 -50px 40px;
}

.tab-select-outer select {
  background-color: #fff;
  padding: 8px 15px 5px;
  border: 1px solid #dddddd;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(221, 221, 221);
  border-left: 5px solid #93b6a8;
  margin: 28px 0 0 -26px;
}



@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    /*  z-index: 2; */
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0px;
    padding: 0;
  }
}


/* IcoMoon */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-social-share {
  color: #f59399;
  font-size: 24px;
  margin: -2px 1px 0;
  opacity: 0.80;
}

.icon-social-share:hover {
  color: #93b6a8;
}



/* Modal CSS */

.modal-dialog {
  max-width: 800px;
  margin: 60px auto;
  border: 4px solid #a8975d;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: 0px;
  top: -40px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #204d74;
}


/* Mapbox marker */

.marker {
  background-image: url('../img/mapbox-icon.png');
  background-size: cover;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 290px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: "Baloo Paaji 2", sans-serif;
}


/* Hide the reCAPTCHA badge */

.grecaptcha-badge {
  visibility: hidden;
}



/* Wishlist */

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  font-size: 1.1rem;
  margin: 21px 0 0 12px;
}

.yith-wcwl-add-to-wishlist {
  margin: 0px 0 20px;
}

.add-to-wishlist-before_image {
  position: inherit;
}


.yith-meta {
  margin: 0 0 25px;
  padding: 0;
  font-size: 16px;
}

table.wishlist_table {
  font-size: 90%;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #f59399 ;
}


/* Bootstrap 4 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
}


/* WP buttons */

.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
}

.wp-block-button {
  color: #fff;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #a8975d;
  border: none;
  border-radius: 70px 25px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px 10px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #a8975d;
  -webkit-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 14px -17px rgba(0, 0, 0, 0.4s);


  /* CSS Transition */
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.wp-block-button__link:hover {
  background-color: #a8975d;
  border: 3px solid #a8975d;
  color: #fff !important;
}

.post-page-content a,
.post-content a:visited {
  color: #545454;
  text-decoration: none;
  outline: 0;
}

.post-page-content a:hover,
.post-content a:focus {
  color: #f59399;
  outline: 0;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #f59399;
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 3px solid;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
  color: #f59399;
}

.wp-block-column h2 {
  font-weight: 600;
  color: #545454;
}

/* Mailchimp */

@media (min-width: 768px) {
  #mce-EMAIL {
    width: 625px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  #mce-EMAIL {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

}


/* jQuery Scroll to Top Control */

#topcontrol {
  z-index: 999;
}


/* Show div on scrollDown after ---px */

.mycarttop {
  position: fixed;
  right: 0;
  z-index: 10000;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 0 12px;
  transition: all 1s;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.20);
}

.hide {
  opacity: 0;
  right: -100%;
}

.show {
  opacity: 1;
}


/* Besplatna dostava - naslovnica */

.besplatna-dostava {
  font-size: 17px;
}

.besplatna-dostava a:hover {
  color: #3c82c0;
}

@media (max-width: 768px) {
  .besplatna-dostava {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
  position: relative; /* Add */
  z-index: 1; /* Add */
}

.faq-list::before { /* Add */
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 240px;
  left: -54px;
  bottom: 40px;
  background-image: url(../img/faq-before.png);
}

@media (max-width: 1200px) {
  .faq-list::before { /* Add */
    display: none;
  }
}

.faq-title {
  text-align: center;
  padding-bottom: 20px;
}

.faq { /* Add */
  background-image:url(../img/bg-faq.png);
  padding:70px 15px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list p {
  font-size:17px;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #ddd;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px 0 0;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  border-top: 1px dotted #93b6a8;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #545454;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #f59399;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


/* Slider - before and after */

#before-after-slider {
  max-width: 100%;
  overflow-x: hidden;
}

.before-after-slider {
  position: relative;
  z-index: 1;
}

.before-after-slider::before,
.before-after-slider::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 600px;
  left: -315px;
  bottom: 25px;
  background-image: url(../img/slider-before.png);
}

.before-after-slider::after {
  z-index: -1;
  left: auto;
  right: -315px;
  background-image: url(../img/slider-after.png);
}

@media (max-width: 1200px) {
  .before-after-slider::before,
  .before-after-slider::after { /* Add */
    display: none;
  }
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
  
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #f59399;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #93b6a8;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Page - before and after */

#stranica {
  max-width: 100%;
  overflow-x: hidden;
}

.stranica {
  position: relative;
  z-index: 1;
}

.stranica::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 520px;
  left: -365px;
  top: -95px;
  background-image: url(../img/page-before.png);
}


/* Footer after */

.footer-after {
  position: relative; /* Add */
  z-index: 1; /* Add */
}

.footer-after::after { /* Add */
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 148px;
  bottom: 35px;
  z-index: 999;
  left: auto;
  right: -40px;
  background-image: url(../img/footer-after.png);
}

@media (max-width: 1200px) {
  .footer-after:after { /* Add */
    display: none;
  }
}


/* Responsive Tables in Woo tab */

.woocommerce-Tabs-panel tbody tr:nth-of-type(1n) {background-color: #fff;}
.woocommerce-Tabs-panel tbody tr:nth-of-type(2n) {background-color: #ffffff;}
.woocommerce-Tabs-panel th {background-color:#fff;font-weight:bold;color:#545454;}
.woocommerce-Tabs-panel tbody tr td {height:40px; border-top: 1px solid #dddddd; line-height: 1.42857143; padding:8px;}