/* Webfont */

@import url('https://fonts.googleapis.com/css?family=Nunito:400,500,700,900&display=swap');

@media screen and (min-width: 1px) {
  .container, .container-lg {
    max-width: 1440px;
  }
}

/* Base CSS */

body {
	background-color: #fff;
	margin:0;
	font-family: 'Nunito', sans-serif;
	font-size:19px;
	color:#444;
	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:#444;
	text-decoration:none;
	outline: 0;
  transition: all 0.2s ease-out;
}
a:hover, a:focus {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.post-page-content a, .post-content a:visited {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.post-page-content a:hover, .post-content a:focus {
	color:#21ade4;
	outline: 0;
}
.a1, .a1:visited {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.a1:hover, .a1:focus {
	color:#444;
	text-decoration:none;
	outline: 0;
}
.a1-brend, .a1-brend:visited {
	color:#2a9ad7;
	text-decoration:none;
	outline: 0;
}
.a1-brend:hover, .a1-brend:focus {
	color:#000;
	text-decoration:none;
	outline: 0;
}
.a1-header, .a1-header:visited {
	color:#6c7a83;
	text-decoration:none;
	outline: 0;
}
.a1-header:hover, .a1-header:focus {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.a1-header2, .a1-header2:visited {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.a1-header2:hover, .a1-header2:focus {
	color:#6c7a83;
	text-decoration:none;
	outline: 0;
}
.a2, .a2:visited {
	color:#444;
	text-decoration:none;
	outline: 0;
}
.a2:hover, .a2:focus {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
}
.a3, .a3:visited {
	color:#21ade4;
	text-decoration:none;
	outline: 0;
	font-weight:400;
}
.a3:hover, .a3:focus {
	color:#21ade4;
	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: 'Nunito', sans-serif;
	font-weight:normal;
	line-height:1.4em;
	color:#000;
}
h1 {
	font-size:33px;
	color:#444;
	margin: 0 0 22px 0;
	font-weight:600;
	line-height:1.4em;
	/* text-transform:uppercase; */
}
h2 {
	font-size:23px;
	color:#444;
	margin: 5px 0 15px 0;
	font-weight:600;
}
h3 {
	font-size:20px;
	color:#444;
	margin: 20px 0 20px 0;
	font-weight:600;
	line-height:1.8em;
}
h4 {
	font-size:18px;
	color:#444;
	margin: 20px 0 15px 0;
	font-weight:600;
}
h5 {
	font-size:14px
}
h6 {
	font-size:11.9px
}

.fs-7 {
  font-size: 0.93rem !important;
}



/*--- Custom ----------------------------------------------*/

.proizvod{}
.proizvod .row > .col-lg-2 {
	border: 1px solid #ddd;
	margin-left:-1px; margin-bottom:-1px; width:calc(33.333333333333333333333333% + 1px);
	padding-top:45px;
}
.proizvod .row > .col-lg-2:hover {
	border: 1px solid #ddd;
	margin-left:-1px; margin-bottom:-1px; width:calc(33.333333333333333333333333% + 1px);
	box-shadow:0 10px 20px 0 rgba(0,0,0,0.23);
	z-index:1;
}

figure {
    margin: 0 0 0;
}

ul, ol {
    margin: 0 0 0 0;
}
ul {
    margin-top: 0px;
    margin-bottom: 30px;
}

blockquote {
  border-left: 4px solid #D6284A;
	line-height: 1.7em;
	padding:15px;
	margin: 0 0 1rem 25px;
	background-color: #f4f4f4;
}
.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: #444;
	font-weight:600;
}

.bg-page {
   background: url(../img/bg-page.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed; */
}

.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;
}

.info-box { padding:45px 30px 15px; margin:15px 10px; text-align:center; background-color:#D6284A; border-bottom: 2px solid #555555; }
.info-box:hover { padding:45px 30px 15px; background-color:#ffdd33; }
.info-box h1 { color:#000; font-size:32px; margin: 25px 0 20px 0; }
.info-box p { color:#000; font-size:14px; text-transform:uppercase; font-weight:700; line-height:1.5em; margin-top:15px;}
.info-box a, .info-box a:visited { color:#000; text-decoration:none; outline: 0; display: block; }
.info-box a:hover, .info-box a:focus { color:#000; text-decoration:underline; outline: 0; }

.info-box2 { padding:45px 30px 15px; margin:15px 10px; text-align:center; background-color:#0089cd; border-bottom: 2px solid #0b4a7e; color: #fff; }
.info-box2:hover { padding:45px 30px 15px; background-color:#0b4a7e; }
.info-box2 h1 { color:#fff; font-size:32px; margin: 25px 0 20px 0; }
.info-box2 p { color:#fff; font-size:14px; text-transform:uppercase; font-weight:700; line-height:1.5em; margin-top:15px;}
.info-box2 a, .info-box2 a:visited { color:#fff; text-decoration:none; outline: 0; display: block; }
.info-box2 a:hover, .info-box2 a:focus { color:#fff; text-decoration:underline; outline: 0; }


.nopadding {
 padding: 0 !important;
 margin: 0 !important;
}

.okvir { border: solid 1px #ced6df; }

.divider-1 {
    border-bottom: 1px solid #DADADA;
    background-color: #DADADA;
    height: 1px;
    margin: 0.5em 0px 2.5em;
}
.divider-1 span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: #D6284A;
    margin-top: -1px;
}

.site-footer {
	font-size: 16px;
	color: #b4b4b4;
  background-color: #fff;
}
.site-footer a {
	color:#b4b4b4;
}
.site-footer a:hover {
	color:#fff;
	text-decoration: none;
}

#pre-footer {
  text-align:center; 
  background: url(../img/bg-pre-footer.png) top;
}
#pre-footer a {
  color: #444;
}
#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: #444;
}

.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:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:solid 1px #ced6df;
	border-left:solid 1px #ced6df;
	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 #b7bfc7;
	/* border-left:solid 4px #D6284A; */
	padding:8px 15px;
	background-color:#fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.20);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.20);
}
.wpcf7 input[type="submit"]
{
	color:#ffffff;
	background-color:#008fd3;
	border:solid 0px #008fd3;
	font-size: 19px;
	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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* 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;


	font-family: 'Nunito', sans-serif;
}
.wpcf7 input[type="submit"]:hover
{
	color:#fff;
	border:solid 0px #29a2dc ;
	background-color:#29a2dc ;
}

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;
	font-family: 'Nunito', sans-serif;

	/* 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: #545454;
	font-size: 15px;
	font-weight:600;
	padding: 5px 30px 5px;
	background: #fff;
	border: 1px solid #dddddd;
	box-shadow: rgba(50, 50, 93, 0.10) 0px 5px 7px -2px, rgba(0, 0, 0, 0.10) 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: 5px;
}

.btn-cat:active, .btn-cat:hover {
	border: 1px solid #01a0df;
	color: #fff;
	background: #01a0df;
}


/* Back to top button */

#btn-back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  background: #40b8e7;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
  color: #fff;
  z-index: 1;
}
#btn-back-to-top:hover {
  background: #01a1e0;
}

.icon-bx-up-arrow-alt {
  font-size: 23px;
  color: #ffffff;
  margin: -12px 0 0 -8px;
}


/* 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: #444; }
  .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:13px;
	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(144, 202, 227, 0.68);
  color: #444;
  width:100%;
  height:100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin: -13px 0 0 -13px;
}
.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:15px; /* 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: #444;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  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(60, 130, 192, 0.2);
}
.sm-mint ul {
  background: rgba(60, 130, 192, 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: -13px; /* 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: 4px 18px 3px;
    color: #fff;
    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: #fff;
    background-image: linear-gradient(to top right, #21ade4, #2e3192);
		/* background-color: #d6284a;
    /* border-top: 1px solid #d6284a;
    border-bottom: 1px solid #d6284a; */
	}
	.sm-mint a.current {
	  color: #fff;
		/* background-color: #b3c03f; /* Add */
	}
  .sm-mint a.highlighted {
    /* background: #D6284A; */
    background-image: linear-gradient(to top right, #21ade4, #2e3192);
    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: -2px;
    right: 18px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #fff  transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .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, #21ade4, #2e3192);
    border-radius: 0 0 0 4px;
    /* box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); */
    padding:0 12px 4px 12px; /* Add */
    border-radius: 0 0 25px 25px;
    margin-top:0px !important;
  }
  .sm-mint ul ul {
    border-radius: 25px;
  }
  .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 20px;
    color: #fff;
    border-radius: 50px;
		line-height: 1.7em;
    font-size: 17px;
  }
  .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, #2e3192, #21ade4);
	  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: 10px;
    margin-top: -4px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
  }
  .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 #fff;
  }
  .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 {
		/* margin-top:-11px;
		box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
	}
	.aws-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
    width: 100%;
   }
   .aws-search-result .aws_result_title {
     font-weight:500;
   }
   .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: 46px;
   }
   .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: 6px !important;
   }
   .aws-container .aws-search-form .aws-search-btn {
   padding: 0;
   line-height: 10px;
   width: 50px;
   margin-left: 8px;
   background-color: #21ade4;
   border: 1px solid #21ade4;
   }
   .aws-container .aws-search-form .aws-search-btn:hover {
   background-color: #01a0df;
   border: 1px solid #01a0df;
   }
   .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 #ccc;
     text-align: left;
     font-size: 15px;
   }
     .aws-search-result .aws_result_price {
   display: block;
   padding: 2px 0;
   color: #444;
   }
   .aws-search-result .aws_result_price del, .aws-search-result .aws_result_price ins {
   background: none;
   padding: 0 8px 0 0;
   opacity: 1;
  }
  #benefits-home {
   margin-top: 0px;
   position: relative;
   z-index:9;
  }
  .benefits-container {
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
   border-radius: 0;
   text-align: center;
	}
  .benefits {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   position: relative;
   color: #444;
   padding: 15px 15px 0 15px;
   text-align: center;
	}
  .benefits:nth-child(2n) {
   background: linear-gradient(315deg, #fff 0%, #f4f4f4 100%);
   padding: 15px 15px 0px 15px;
   border-radius: 0;
   text-align: center;
  }
  .brendovi-padding {
    padding: 60px 0 50px;
  }
  .header-ikone {
    display:inline-block;
    margin:0px 7px 0;
  }
  .header-ikone:first-child {
    display:inline-block;
    margin:0 7px 0 0;
  }

  .svi-brendovi::before, .svi-brendovi::after {
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transition: 1s;
    content: "";
    height: 10px;
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .svi-brendovi::before {
    top: -10px;
  }
  .svi-brendovi::after {
    bottom: -10px;
  }

  #brendovi {
    margin: 60px auto 0;
  }
  .brendovi-info-padding {
    position: relative;
    border: 10px solid #e4e4e4;
    -webkit-tap-highlight-color: transparent; z-index: 0;
    transition: 1s;
    padding: 48px 40px 48px 48px;
    cursor: pointer;
    margin:0 0 45px 0 !important;
    text-align: center;
  }

  .margin-banner:nth-child(1) {
    margin-top:-15px;
  }
  .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) {
  #benefits-home {
   margin-top: 30px;
   position: relative;
   z-index:9;
  }
  #benefits-footer {
   margin:60px 0 30px;
   position: relative;
  }
  .benefits-container {
   box-shadow: 0 8px 30px 0 rgba(0,0,0,0.20);
   border-radius: 0;
	}
  .benefits {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   position: relative;
   color: #444;
   padding: 25px 15px 10px;
   text-align: center;
	}
  .benefits:first-child {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   padding: 25px 15px 10px;
   border-radius: 0;
   text-align: center;
  }
  .benefits:last-child {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   padding: 25px 15px 10px;
   border-radius: 0;
   text-align: center;
  }
  .aws-container {
    /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
    width: 100%;
    /* margin-top: -10px; */
   }
   .aws-search-result .aws_result_title {
     font-weight:500;
   }
   .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: 46px;
   }
   .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: 6px !important;
   }
   .aws-container .aws-search-form .aws-search-btn {
   padding: 0;
   line-height: 10px;
   width: 50px;
   margin-left: 8px;
   background-color: #21ade4;
   border: 1px solid #21ade4;
   }
   .aws-container .aws-search-form .aws-search-btn:hover {
   background-color: #01a0df;
   border: 1px solid #01a0df;
   }
   .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 #ccc;
     text-align: left;
     font-size: 15px;
   }
     .aws-search-result .aws_result_price {
   display: block;
   padding: 2px 0;
   color: #444;
   }
   .aws-search-result .aws_result_price del, .aws-search-result .aws_result_price ins {
   background: none;
   padding: 0 8px 0 0;
   opacity: 1;
  }
  .brendovi-padding {
    padding: 70px 0 60px;
  }
  .header-ikone {
    display:inline-block;
    margin:0 10px;
  }
  .header-ikone:first-child {
    display:inline-block;
    margin:0 7px 0 0;
  }

  .svi-brendovi::before, .svi-brendovi::after {
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transition: 1s;
    content: "";
    height: 10px;
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .svi-brendovi::before {
    top: -10px;
  }
  .svi-brendovi::after {
    bottom: -10px;
  }
  #brendovi {
    margin: 90px auto 90px;
  }

  .margin-banner:nth-child(1) {
    margin-top:0px;
  }
  .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) {
  #benefits-home {
   margin-top: 45px;
   position: relative;
   z-index:9;
  }
  .benefits-container {
   box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
   border-radius: 0;
  }
  .benefits {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   position: relative;
   color: #444;
   padding: 32px 15px 14px;
   text-align: center;
  }
  .benefits:first-child {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   position: relative;
   color: #444;
   padding: 32px 15px 14px;
   border-radius: 0;
   text-align: center;
  }
  .benefits:last-child {
   background: linear-gradient(315deg, #f4f4f4 0%, #fff 100%);
   position: relative;
   color: #444;
   padding: 32px 15px 12px;
   border-radius: 0;
   text-align: center;
  }
	.aws-container {
	 /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
   width: 100%;
	}
	.aws-search-result .aws_result_title {
    font-weight:500;
  }
  .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: 46px;
  }
  .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: 6px !important;
  }
  .aws-container .aws-search-form .aws-search-btn {
  padding: 0;
  line-height: 10px;
  width: 50px;
  margin-left: 8px;
  background-color: #21ade4;
  border: 1px solid #21ade4;
  }
  .aws-container .aws-search-form .aws-search-btn:hover {
  background-color: #01a0df;
  border: 1px solid #01a0df;
  }
  .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 #ccc;
    text-align: left;
    font-size: 15px;
  }
  .aws-search-result .aws_result_price {
  display: block;
  padding: 2px 0;
  color: #444;
  }
  .aws-search-result .aws_result_price del, .aws-search-result .aws_result_price ins {
  background: none;
  padding: 0 8px 0 0;
  opacity: 1;
 }

  .brendovi-padding {
    padding: 60px 0 45px;
  }
  .header-ikone {
    display:inline-block;
    margin:0 4px;
  }

  #brendovi {
    margin: 90px auto 90px;
  }
}

 @media (min-width: 1200px) {
  #benefits-home {
   margin: 30px 0 30px;
   position: relative;
   z-index:9;
  }
  .benefits-container {
   /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); */
   border-radius: 0;
   overflow: hidden; background: linear-gradient(to right, #fff, white, white, #fff);
  }
  .benefits {
   background: linear-gradient(315deg, #f5f5f5 0%, transparent 100%), url('../img/bg-trust.png');
   position: relative;
   color: #545454;
   padding: 26px 20px 10px;
   text-align: center;
   transform:skewX(-20deg);
   -ms-transform:skewX(-20deg);
   -webkit-transform:skewX(-20deg);
   border-radius: 0 0 0 0;
	}
  .benefits:first-child {
   background: linear-gradient(315deg, #f5f5f5 0%, transparent 100%), url('../img/bg-trust.png');
   position: relative;
   color: #444;
   padding: 26px 20px 10px;
   border-radius: 0;
   text-align: center;
   border-radius: 0 0 0 0;
  }
  .benefits:last-child {
   background: linear-gradient(315deg, #f5f5f5 0%, transparent 100%), url('../img/bg-trust.png');
   position: relative;
   color: #444;
   padding: 26px 20px 10px;
   border-radius: 0;
   text-align: center;
   border-radius: 0 0 0 0;
   }
  .benefits-invert {
   transform:skewX(20deg);
   -ms-transform:skewX(20deg);
   -webkit-transform:skewX(20deg);
   }

  .header-ikone {
    display:inline-block;
    margin:-3px 10px 0;

  }
  #brendovi {
    margin: 90px auto 60px;
  }

  .margin-banner:nth-child(1) {
    margin-top:30px;
  }
  .margin-banner:nth-child(1) img {
  border-radius: 0 60px 60px 60px;
  }
  .margin-banner:nth-child(1):hover img {
  opacity: 0.82;
  transition: opacity .3s;
  }
}

@media (max-width: 1440px) {
  .brendovi-padding {
    padding: 0;
  }
  .brendovi-info-padding {
    position: relative;
    border: 10px solid #e4e4e4;
    -webkit-tap-highlight-color: transparent; z-index: 0;
    transition: 1s;
    padding: 48px 40px 48px 48px;
    cursor: pointer;
    margin-left:15px;
  }
}

@media (min-width: 1440px) {
  .brendovi-padding {
    padding: 0;
    margin-left: -20px;
  }
  .brendovi-info-padding {
    position: relative;
    border: 10px solid #e4e4e4;
    -webkit-tap-highlight-color: transparent; z-index: 0;
    transition: 1s;
    padding: 48px 40px 48px 48px;
    cursor: pointer;
    margin-left:-6px;
  }
  .benefits-container {
   /* box-shadow: 0 10px 40px 0 rgba(0,0,0,0.0); */
   border-radius: 0;
   width:1440px;
   overflow: hidden; 
   background: linear-gradient(to right, #fff, white, white, #f5f5f5);
   border-radius: 0 0 0 0;
	}
}


/* Tabs block */

.tabs {
  max-width: 1490px;
  margin: 90px auto 60px;
  padding: 0;
  font-size:16px; /* Add */
  font-weight:600; /* Add */
  /* text-transform:uppercase; /* Add */
}
@media (max-width: 992px) {
  .tabs {
    margin: 50px 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: #000000;
  /* border-right: 1px solid #fff; */
  text-align: center;
  color: #fff;
  text-decoration: none;
	/* border-bottom: 5px solid #D6284A;*/
	padding-top:14px;
	border-radius: 15px 50px 15px 50px;
  margin: 0 5px;
}
#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, #21ade4, #2e3192);
}
#tab-button .is-active a {
  /* background: #D6284A; */
  background-image: linear-gradient(to top right, #21ade4, #2e3192);
  position: relative;
}
#tab-button .is-active a:hover {
  /* background: #D6284A; */
  background-image: linear-gradient(to top right, #21ade4, #2e3192);
}
#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: #248ecf;
	border-width: 10px;
	margin-left: -10px;
}

.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;
}



@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:#21ade4; 
  font-size:26px; 
  margin: -2px 1px 0;
  opacity: 0.80;
}

.icon-social-share:hover {
  color:#444; 
}



/* Modal CSS */

.modal-dialog {
 max-width: 800px;
 margin: 60px auto;
 border:4px solid #21ade4;
}
.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: 'Nunito', 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 { /* Add */
  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: #21ade4;
}


/* 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: #21ade4;
    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 #21ade4;
		-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: #21ade4;
		border: 3px solid #21ade4;
    color: #fff !important;
}

.post-page-content a, .post-content a:visited {
	color:#444;
	text-decoration:none;
	outline: 0;
}
.post-page-content a:hover, .post-content a:focus {
	color:#21ade4;
	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: #21ade4;
}
.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: #21ade4;
}

.wp-block-column h2 {
  font-weight:700;
  color:#343434;
}

/* 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;
}

.faq-title {
  text-align: center;
  padding-bottom: 20px;
}

.faq { /* Add */
  background-image:url(../img/bg-faq.png);
  padding:75px 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-family: 'Nunito', sans-serif;
  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: 2px solid #96d2ea;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #444;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #21ade4;
}

.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;
  }
}

#popularne-kategorije {
  max-width: 100%; 
  overflow-x: hidden;
}  
.popularne-kategorije {
  position: relative;
  z-index: 1;
}
.popularne-kategorije::before, .popularne-kategorije::after {
  content: "";
  position: absolute;
  display: block;
  width: 323px;
  height: 125px;
  left: -342px;
  bottom: 134px;
  background-image: url(../img/kategorije-before.png);
}
.popularne-kategorije::after {
  z-index: -1;
  left: auto;
  right: -342px;
  background-image: url(../img/kategorije-after.png);
}


/*!
 * 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: #000; }

.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: 32px;
    height: 4px;
    background-color: #000;
    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: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 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); }


/* Ultimate FAQ */

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
  text-decoration: none;
  float: left;
  text-align: center;
  width: 35px;
  height: 35px;
  width: auto;
  height: auto;
  margin-top: 6px;
  margin-right: 15px;
  padding: 2px 0px 0px 2px;
  line-height: 1;
  border-style: solid;
  border-width: 0;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  display: inline-block;
  font-size: 19px !important;
  margin: 0 auto;
}
.ewd-ufaq-faq-body {
  padding-left: 42px !important;
}