/* Webfont */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;400;500;600;700&display=swap');

@media (min-width: 1px) {
  .container {
    max-width: 1440px;
  }
}

/* Base CSS */

body {
	background-color: #fff;
	margin:0;
	font-family: 'Jost', sans-serif;
	font-size:18px;
	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-in-out;
}
a:hover, a:focus {
	color:#ed1c24;
	text-decoration:none;
	outline: 0;
}
.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:#444;
	outline: 0;
}
.a1-header, .a1-header:visited {
	color:#444;
	text-decoration:none;
	outline: 0;
}
.a1-header:hover, .a1-header:focus {
	color:#e63825;
	text-decoration:none;
	outline: 0;
}
.a2-svg-header, .a2-svg-header:visited {
	color:#444;
	text-decoration:none;
	outline: 0;
}
.a2-svg-header:hover, .a2-svg-header:focus {
	color:#ff2233;
	text-decoration:none;
	outline: 0;
}
.a2-svg-search, .a2-svg-search:visited {
	color:#a09480;
	text-decoration:none;
	outline: 0;
}
.a2-svg-search:hover, .a2-svg-search:focus {
	color:#a4c839;
	text-decoration:none;
	outline: 0;
}
.a3, .a3:visited {
	color:#ececec;
	text-decoration:none;
	outline: 0;
	font-weight:400;
}
.a3:hover, .a3:focus {
	color:#e4e4e4;
	text-decoration:underline;
	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: 'Jost', 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;
  background: linear-gradient(45deg, #2a3e92 40%, #ed1c24 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform:uppercase; 

}
h2 {
	font-size:24px;
	color:#444;
	margin: 5px 0 15px 0;
	font-weight:700;
}
h3 {
	font-size:22px;
	color:#444;
	margin: 20px 0 12px 0;
	font-weight:600;
	line-height:1.8em;
}
h4 {
	font-size:17px;
	color:#444;
	margin: 20px 0 15px 0;
	font-weight:600;
}
h5 {
	font-size:14px
}
h6 {
	font-size:11.9px
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: linear-gradient(45deg, #fff 0%, #fff 100%);
  transition: all 0.5s;
  z-index: 997;
  top: 0px;
  opacity: 0.99;
  position: relative;
  /* border-bottom: 1px solid #343434; */
}
#header.header-scrolled {
  top: 0;
}


/*--- 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: 25px;
    margin-bottom: 30px;
}
hr {
    border-top: 0px solid #fff;
    opacity: 0.90 !important;
    height: 3px;
    background-color: #fff;
    width:70px; 
    margin-top:17px;
}

blockquote {
  border-left: 4px solid #e63825;
	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: #b58ea1;
	font-weight:600;
}

.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:#e63825; 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 0px #ddd; border-radius: 8px; }

.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: #e63825;
    margin-top: -1px;
}

.site-footer {
	font-size: 17px;
	color: #ccc;
}
.site-footer a {
	color:#ccc;
}
.site-footer a:hover {
	color:#e01e2c;
	text-decoration: none;
}
.site-footer .a1 {
	color:#444;
}
.site-footer .a1:hover {
	color:#b9212f;
	text-decoration: none;
}
.site-footer h2 {
  font-size:19px;  
  color:#ccc;
}


/* WPML CSS */

.wpml-ls-link, .wpml-ls-link:visited {
  color: #444;
  }
  .wpml-ls-link:hover, .wpml-ls-link:focus {
  color: #cd071e;
  text-decoration:none;
  }
  
  
  .header_language1 {
    text-align:center;
    color:#44a2c1;
    margin: 0 2px;
  }
  .header_language1:hover {
    text-align:center;
    color:#44a2c1;
  }
  .header_language2, .header_language2:visited {
    text-align:center;
    color:#999;
    margin: 0 2px;
  }
  .header_language2:hover, .header_language2:focus {
    text-decoration:none;
    color:#44a2c1;
  }


/* Contact Form 7 ----------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea
{

	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:solid 1px #c4c4c4;
	color:#606264;
	padding:8px 15px;
	width:100%;
	margin-bottom:8px; /* Add */
  border-radius: 2px;
}
.wpcf7 textarea /* Add */
{
	height:190px;
}
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 textarea:hover /* Add */
{
	border:solid 1px #45a5bd;
	/* border-left:solid 4px #e63825; */
	padding:8px 15px;
	background-color:#fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
}
.wpcf7 input[type="submit"]
{
	color:#ffffff;
	background-color:#f2bd53;
	border:solid 0px #f2bd53;
	font-size: 14px;
	font-weight:500;
	line-height: 1.0em;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 20px 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: 2px;
	-moz-border-radius: 2px;
	border-radius: 50px;
	/* 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;
  background: linear-gradient(315deg, #bb212f 0%, #352d67 100%);
	font-family: 'Jost', sans-serif;
}
.wpcf7 input[type="submit"]:hover
{
	color:#fff;
	background-color:#444;
  background: linear-gradient(315deg, #352d67 0%, #bb212f 100%);
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

div.wpcf7 .wpcf7-form-control { max-width: 100%; } /* Add for responsive */

wpcf7-form p { color:#040404; } /* Add */



.btn1, .btn1:link, .btn1:visited {
  margin: 0 0 0 15px;
  background: #fff; 
  border: 2px solid #b4e7e6;
  color: #1b1f2a;
  border-radius: 50px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn1:active, .btn1:hover {
  border: 2px solid #b4e7e6;
  background: #fff; */
  color: #1b1f2a;
  text-decoration: none;
}

.btn2, .btn2:link, .btn2:visited {
  margin: 18px 0 0 0;
/* background: #7fa9a5; */
  background: linear-gradient(315deg, #7971a7 0%, #352b6a  100%);
  /* border: 2px solid #1b1f2a; */
  color: #fff;
  border-radius: 50px;
  padding: 7px 28px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 1px; */
  transition: 0.3s;
  height: 48px;
  display: inline-block;
}

.btn2:active, .btn2:hover {
  /* background: #5a8984; */
  background: linear-gradient(315deg, #352b6a 0%, #7971a7 100%);
  color: #fff !important;
  text-decoration: none;
}

.btn3, .btn3:link, .btn3:visited {
  margin: 18px 0 0 0;
  /* background: #7fa9a5; */
  background: linear-gradient(315deg, #bb212f 0%, #352d67 100%);
  /* border: 2px solid #1b1f2a; */
  color: #fff;
  border-radius: 50px;
  padding: 7px 28px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 1px; */
  transition: 0.3s;
  height: 48px;
  display: inline-block;
}

.btn3:active, .btn3:hover {
  /* background: #5a8984; */
  background: linear-gradient(315deg, #352d67 0%, #bb212f 100%);
  color: #fff !important;
  text-decoration: none;
}

.btn-cat, .btn-cat:link, .btn-cat:visited {
  display: inline-block;
	margin:5px;
	color: #545454;
	font-size: 15px;
	font-weight:600;
	padding: 6px 30px 6px;
	background: #fff;
	border: 1px solid #dddddd;
	-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;
	font-family: 'Raleway', 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: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-cat:active, .btn-cat:hover {
	border: 1px solid #aa8095;
	color: #fff;
	background: #aa8095;
}


/* 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: 38px;
  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: #fff;
  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-3 {
  margin: 0 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .thumb-box-3 {
    margin: 0 0 10px 0;
  }
}
.thumb-box-overlay {
  visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.thumb-box {
	background-image:url(../img/logo-pozadina.jpg);
	/* padding:15px; */
	opacity: 0.98;
  box-shadow: 0 7px 14px 0 rgba(165,120,142,0.75);
  /* border: 5px solid #fff; */
  border-radius: 8px;
}
.thumb-box:hover {
  /* border: 5px solid #e63825; */
}
.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(165,120,142,0.75); */
  background-image: linear-gradient(-15deg, rgba(185, 33, 47, 0.70), rgba(53, 43, 106, 0.90));
  color: #e63825;
  width:100%;
  height:100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin: -1rem 0 0 -1rem; 
}
.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:24px;
  margin-bottom:8px; /* Add */
  margin-left: -3px; /* Add */
  margin-right: -3px; /* Add */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.20);
}
.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: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
	/* text-transform: uppercase; */
}
.sm-mint a.current {
	/* background-color: #f4f4f4; /* 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 14px/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.1);
}
.sm-mint ul {
  background: rgba(170, 128, 149, 0.1);
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 17px;
  border-left: 10px solid transparent;
}
.sm-mint ul a.current { /* Add */
  background-color: transparent;
  border-radius: 0px;
}
.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: 1200px) {
  /* 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: #2a2929;
		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;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0); /* Add */
    margin:19px auto 13px; /* Add */
		/* margin-left: -17px; /* Add */
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 5px 20px 9px;
    color: #444;
    border-radius: 30px;
		/* text-transform: uppercase; */
		font-size: 17px;
    font-weight: 500;
    /* background: linear-gradient(315deg, #a4c839 0%, #91bb15 100%); */
    /* margin-right: 14px; */
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: transparent;
    color: #2885c7;
		background-color: transparent;
	}
  .sm a::before { /* Add */
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    /* background-color: #d4d4d4; */
    background: linear-gradient(270deg, #313080 10%, #313080 100%);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
    padding-right: 17px;
    opacity: 0.23;
  }
  /* Add */
  .sm li:hover>a:before,
  .sm .active:before {
    visibility: visible;
    width: 100%;
  }
  /* Add */
  .sm .active,
  .sm .active:focus,
  .sm li:hover>a {
    /* color: #ed1c24; */
    background: linear-gradient(45deg, #313080 40%, #c82239 60%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

	.sm-mint a.current {
	  /* color: #71cecb; /* Add */
		/* background-color: #ffde00; /* Add */
	}
  .sm-mint a.highlighted {
    background: linear-gradient(315deg, #352b6a 0%, #7971a7 100%);
    color: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
	  border-radius: 2px 2px 0 0;
	  border-bottom: 0px solid #313030;
  }
  .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: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 5px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #444 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: #ed1c24 transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #ed1c24 transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #ed1c24 transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    background: linear-gradient(315deg, #352b6a 0%, #7971a7 100%);
    border-radius: 0 2px 2px 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    padding:8px; /* Add */
    border-radius: 0 0 15px 15px;
  }
  .sm-mint ul ul {
    border-radius: 4px;
  }
  .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: 8px 20px;
    color: #fff;
    border-radius: 0;
		line-height: 1.7em;
    font-size: 18px;
    font-weight: 400;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #fff;
	  color: #2a2929;
    box-shadow: none;
    border-radius: 2px;
  }
  .sm-mint ul a.current { /* Add */
    /* background-color: #bdd770; */
    border-radius: 2px;
  }
  .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 #444;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #e63825;
  }
  .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: 1200px) {
  /* 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: 1200px) {
  /* 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) {
  .logo1 {
   margin:5px 0 0px 0;
   text-align:center;
  }
	.social {
	 margin:8px 0 8px;
	 text-align:center;
	}
	.login {
	 margin:5px 0px 25px 0;
	 text-align:center;
	 font-size:15px;
	}
  .izbornik {
    border-radius: 30px;
    background-color:transparent;
    margin-top:0px
	}
	.aws-container {
		margin:18px 0;
		box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
	}
	.aws-container .aws-search-field {
	font-size: 16px;
	padding-left: 15px;
  border: 1px solid #fff;
	}
  .aws-search-result .aws_result_title {
	color: #444;
	}
  .aws-search-result .aws_search_more {
  color: #e63825;
  }
	.aws-search-result .aws_result_price .saved-sale {
  margin-top:5px;
	font-size:12px;
	}
  .aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #fff;
    background-color: #e63825;
    font-size:14px;
    font-weight:600;
  }
  .aws-search-result .aws_search_more a:hover {
    background-color: #444;
  }
  #benefits-home {
    margin-top:20px;
    position: relative;
    z-index: 9999;;
  }
	.benefits {
    background: linear-gradient(315deg, #1f6ca0 0%, #2787c8 100%);
    position: relative;
    color: #fff;
    text-align: left;
    padding: 12px 25px 0px 35px;
  }
  .benefits h2 {
    color: #fff;
    font-size: 22px;
    font-weight:600;
  }
  .benefits p {
    font-size:15px; 
    margin-top:-18px;
  }
  .header-ikone {
    display:inline-block;
    margin:0 6px;
  }
  .stranica {
    background-color:#fff;
    padding:40px 20px;
    border-radius:2px;
  }
  .aws-container {
	 margin-top:30px;
	 box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
   width: 100%;
	}
	.aws-search-result .aws_search_more a:hover {
    background-color: #9d7087;
  }
	.aws_result_price .saved-sale {
		display: none;
	}
  .aws-container .aws-search-form .aws-form-btn {
    background: #aa8095;
  }
  .aws-container .aws-search-form .aws-form-btn:hover {
    background: #9d7087;
  }
  .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
  }
	.aws_result_price .saved-sale {
		display: none;
	}
  #kategorije {
    padding:35px 15px 60px;
  }
  .o-nama {
    padding:50px 15px 50px;
    border-radius: 30px;
    color:#fff;
    background-image: linear-gradient(180deg, transparent 60%, #000 100%), url(../img/bg-home-blur.jpg);
    background-size:cover;
  }
}

@media (min-width: 768px) {
	.logo1 {
	 margin:5px 0 -10px 0;
	 text-align:center;
	}
  .social {
   margin:8px 0 8px;
   text-align:center;
  }
	.login {
	 margin:5px 0px 25px 0;
	 text-align:center;
	 font-size:15px;
	}
  .izbornik {
   border-radius: 30px;
   background-color:transparent;
   margin-top:20px
  }
  .aws-container {
	 margin:30px auto 0;
	 box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
   width: 100%;
	}
  .aws-container .aws-search-field {
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid #fff;
  }
	.aws-search-result .aws_result_title {
    font-weight:500;
    font-size:16px;
    color: #444;
  }
  .aws-search-result .aws_result_price {
  display: block;
  padding: 2px 0;
  color: #aa8095;
  font-size:14.3px;
  font-weight:500;
  margin-top: -4px;
  }
  .aws-search-result .aws_search_more {
  color: #aa8095;
  }
  .aws-search-result .aws_search_more a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #fff;
    background-color: #aa8095;
    font-size:14px;
    font-weight:600;
  }
  .aws-search-result .aws_search_more a:hover {
    background-color: #9d7087;
  }
	.aws_result_price .saved-sale {
		display: none;
	}
  .aws-container .aws-search-form .aws-form-btn {
    background: #aa8095;
  }
  .aws-container .aws-search-form .aws-form-btn:hover {
    background: #9d7087;
  }
  .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
  }
  #benefits-home {
    margin-top:-5px;
    position: relative;
    z-index: 9999;;
  }
  .benefits {
  background: linear-gradient(315deg, #b9212f 0%, #352b6a 100%);
	position: relative;
	color: #000000;
	text-align: left;
	padding: 24px 30px 15px 36px;
  border-radius: 20px;
	}
  .benefits h2 {
    color: #fff;
    font-size: 29px;
    font-weight:600;
  }
  .benefits p {
    color: #fff;
    font-size:21px; 
    margin-top:-17px;
    opacity: 0.6;
  }
  .header-ikone {
    display:inline-block;
    margin:0 3px;
  }
  .stranica {
    background-color:#fff;
    padding:60px 75px;
    border-radius:20px;
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.15);
  }
  #kategorije {
    padding:45px 15px 60px;
  }
  .o-nama {
    padding:80px 15px 120px;
    border-radius: 30px;
    color:#fff;
    background-image: linear-gradient(180deg, transparent 48%, #000 100%), url(../img/bg-home-blur.jpg);
    background-size:cover;
  }
}

@media (min-width: 992px) {
	.logo1 {
	z-index: 1 !important;
	position:relative;
	margin:5px 0 15px 0;
	text-align:center;
	}
	.social {
	 text-align:left;
	}
  .login {
	 margin:37px 0 0 0;
	 text-align:right;
	 font-size:15px;
	}
  #kategorije {
    padding:45px 15px 60px;
  }
  .aws-container {
    width: 60%;
  }
}

 @media (min-width: 1200px) {
	.logo1 {
 	z-index: 1 !important;
 	position:relative;
 	margin:5px 0 15px 0;
 	text-align:center;
 	}
	.social {
	text-align:left;
	}
	.login {
	 margin:37px 0 0 0;
	 text-align:right;
	 font-size:15px;
	}
  #kategorije {
    padding:55px 15px 90px;
  }
}

@media (max-width: 1350px) {
  .brendovi-pocetna { width:100%; }
}

@media (min-width: 1350px) {
  .brendovi-pocetna { width:1350px; }
}


/* Tabs block */

.tabs {
  max-width: 1500px;
  margin: 0px auto 60px;
  padding: 15px 0;
  font-size:15px; /* Add */
  font-weight:600; /* Add */
  /* text-transform:uppercase; /* Add */
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 55%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: -1px;;
}
#tab-button li {
  display: table-cell;
  width: 15%;
}
#tab-button li a {
  display: block;
  padding: 0.82em;
  background: linear-gradient(0deg, transparent 0%, #fff 50%);
  border-right: 1px solid transparent;
  text-align: center;
  color: #444;
  text-decoration: none;
  border: 1px solid #e0d6db;
  border-bottom: 4px solid #c7a7b7;
	border-radius: 0;
  margin: 0 0px;
}
#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: linear-gradient(0deg, transparent 0%, #e0d6db 100%);
  border: 1px solid #e0d6db;
  border-bottom: 4px solid #b08a9d;
}
#tab-button .is-active a {
 /*  background: #fff; */
  background: linear-gradient(0deg, transparent 0%, #e0d6db 100%);
  position: relative;
  color: #444;
  margin: 0 2px;
  border: 1px solid #e0d6db;
  border-bottom: 4px solid #f4f0f2;
}
#tab-button .is-active a:hover {
  background: linear-gradient(0deg, transparent 0%, #fff 50%);
  color: #444;
  border-bottom: 4px solid #f4f0f2;
}

.tab-contents {
  padding: .5em 2em 1em;
  border-top: 0px solid #e0d6db;
  border-bottom: 0px solid #e0d6db;
}

@media (min-width: 1440px) { /* Add */
  .tab-button-outer {
    border-bottom: 1px solid #e0d6db;
    width: 1440px;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) { /* Add */
  .tab-button-outer {
    border-bottom: 1px solid #e0d6db;
    width: 100%;
    margin: 0 auto;
  }
}

.tab-contents {
  margin-top: 20px;
  padding: 0px 0px 30px;
}
.tab-select-outer { /* Add */
 margin:-80px 0 -50px 30px;
}


@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;
  }
}

@media screen and (max-width: 768px) {
  .tabs {
    margin: 105px auto -15px;
  }
  .tab-contents {
    margin-top: 0px;
  }
  .tab-button-outer {
    position: relative;
/*  z-index: 2; */
    display: none;
  }
  .tab-select-outer select {
    background-color: #fff;
    padding: 8px 15px 5px;
    border: 1px solid #dddddd;
    border-left: 5px solid #9a6c83;
    margin-left: -15px;
  }
}



/* 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:#61598a; 
  font-size:25px; 
  margin: -2px 1px 0;
  opacity: 0.80;
}

.icon-social-share:hover {
  color:#bb212f ; 
}


/* 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: 'Jost', 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;
  font-weight: 700;
  margin: 20px 0 0 17px;
}

.yith-wcwl-add-to-wishlist {
	margin: 0px 0 20px;
}

.add-to-wishlist-before_image {
  position: inherit;
}

.yith-meta {
	margin: 0 0 40px;
	padding: 0;
	background-color: #fff;
  border: 0px solid #ddd;
	font-size:16.5px;
  background: linear-gradient(315deg, #fff 0%, #fff 100%);
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #444;
}


/* Bootstrap 5 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 8px;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.py-6 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}


/* 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: #313030;
    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 #313030;
		-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: #e63825;
		border: 3px solid #e63825;
    color: #fff !important;
}

.post-page-content a, .post-content a:visited {
	color:#444;
	text-decoration:none;
	outline: 0;
  font-weight: 400;
}
.post-page-content a:hover, .post-content a:focus {
	color:#b9212f;
	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: #444;
}
.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: #444;
}


/* 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:#030303; 
  border-radius:0 0 0 12px;
  transition: all 1s;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  height: 60px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* box-shadow: 0 0px 25px 0 rgba(0,0,0,0.20); */
}
.hide {
  opacity: 0;
  right: -100%;
}
.show {
  opacity: 1;
}


/*  Responsive image grid */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0;
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}


/*!
 * 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: #ed1c24; }

.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: #2a3e92;
    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); }


/* Back to top button */

#btn-back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  background: #b9212f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  color: #fff;
  z-index: 1;
}
#btn-back-to-top:hover {
  background: #b40b1c;
}

.icon-bx-up-arrow-alt {
  font-size: 23px;
  color: #fff;
  margin: -12px 0 0 -8px;
}


/* Page - before and after */

#stranica {
  max-width: 100%;
  overflow-x: hidden;
  border-top: 2px solid #e9edf5;
  border-bottom: 2px solid #e9edf5;
  background: linear-gradient(315deg, #f2f4f9 0%, #f2f4f9 80%);
}

.stranica {
  position: relative;
  z-index: 1;
}

.stranica::before {
  content: "";
  position: absolute;
  display: block;
  width: 386px;
  height: 386px;
  left: -260px;
  top: -100px;
  background-image: url(../img/slider-before.png);
  -webkit-animation:up-down 2s ease-in-out infinite alternate-reverse both;
  -moz-animation:up-down 2s ease-in-out infinite alternate-reverse both;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


@-webkit-keyframes down-up {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes down-up {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}


/* Breadcrumb Trail */

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
  font-size: 16px;
}

.breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.trail-items li::after {
  content: "› ";
  padding: 0 0.6em;
  color: #ed1c24;
  font-weight: 600;
}

.trail-items li:last-of-type::after {
  display: none;
}


/* Blog i novosti naslovnica - before */

.blog-i-novosti {
  position: relative; /* Add */
  z-index: 1; /* Add */
}

.blog-i-novosti::before { /* Add */
  content: "";
  position: absolute;
  display: block;
  width: 102px;
  height: 212px;
  left: -102px;
  bottom: 0;
  background-image: url(../img/blog-i-novosti-naslovnica-before.png);
}

@media (max-width: 1200px) {
  .blog-i-novosti::before { /* Add */
    display: none;
  }
}

/* SVG logo simbol */

.svg-logo-simbol {
  color:#fff; 
  font-size:40px; 
  margin:8px 20px 0 0;
  opacity: 0.50;
}

@media (max-width: 1200px) {
  .svg-logo-simbol {
    display: none;
  }
}


/* Ajax Load More  */

.alm-btn-wrap {
    text-align: center;   /* centrira dugme horizontalno */
    margin-bottom: 30px;     /* razmak od sadržaja iznad */
    border: 0 solid #fff;
}

.alm-btn-wrap .alm-load-more-btn {
    display: inline-block; /* osigurava da se ponaša kao inline element */
    margin: 0 auto;        /* dodatno centriranje */
}