:root {
  --input-padding-x: .75rem;
  --input-padding-y: .65rem;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	background-color: #fff;
}
html, body {
    height: 100%;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v29-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v29-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v29-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v29-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v29-latin-ext_latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v29-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v29-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v29-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v29-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v29-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v29-latin-ext_latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}


header {
	margin-bottom: 20px;
}
img.lazy.loading {
    background: transparent url(../images/loader.gif) no-repeat 50% 50%;
}
.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space30 { margin-top:30px; }
.space50 { margin-top:50px; }
.space100 { margin-top:100px; }

.opacity {
        opacity: 0.7;  /* Opacity for Modern Browsers */
        filter: alpha(opacity=70);  /* Opacity for IE8 and lower */
        zoom: 1;  /* Fix for IE7 */
    }

a, a:hover, a:focus {
	color: #FF0200;
}
.box_header {
	border-bottom: 1px solid #999;
}
.row-striped:nth-of-type(odd){
  background-color: #efefef;
  display: inline-block;
  width: 100%;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	color: #333333;
}
h3 {
	color: #FF0200;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	color: #676767;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 35px;
}
h4 {
	font-size: 20px;
font-weight: 400 !important;
color: #444 !important;
	margin-top: 30px;
	margin-bottom: 15px;
}
.wsmenu02-list {
    margin-top: 35px!important;
}
.wsmenu02 > .wsmenu02-list > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 28px;
    font-size: 18px;
    display: block;
    color: #000;
    padding: 0px 8px;
    text-transform: uppercase;
    border-right: 1px solid rgba(0,0,0,0.10);
    text-decoration: none;
    position: relative;
}
.headertopleft {
  float: left;
}
.headertopleft li a {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400 !important;
    display: block;
    color: #fff;
    padding: 0px 20px 0px 2px;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    text-transform: none;
}
 .headertopright {
   float: right;
   text-align: right;
 }

 .headertopright a {
   line-height: 32px;
   color: #fff;
   font-size: 14px;
   padding: 0px 12px;
   float: right;
 }

 .headertopright a:hover {
     text-decoration: none;
   background-color: #272B37;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #505050;
    display: block;
    transition: 0.3s;
}
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 70px;
}
.blueround {
    color: #0080FF;
    font-size: 12px;
    margin-left: 10px;
}
/* The ribbons */
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 38px;
  letter-spacing: 1px;
  color: #f0f0f0!important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1;
  font-weight: 700;
}
.sticky-top {
  max-height: 100vh;
  overflow: auto;
}
/* Custom styles */
.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 10px;
  left: -70px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #FF0200;}
.corner-ribbon.orange{background: #e82;
	font-size: 11px;
	top: 15px;
left: -65px;
}
.corner-ribbon.yellow{background: #ec0;}

.dotred {
 height: 10px;
 width: 10px;
 background-color: #FF0200;
 border-radius: 50%;
 display: inline-block;
 position: absolute;
bottom: 12px;
right: 12px;
}
.dotyelow {
 height: 10px;
 width: 10px;
 background-color: #FFA737;
 border-radius: 50%;
 display: inline-block;
 position: absolute;
bottom: 12px;
right: 12px;
}
.dotgreen {
 height: 10px;
 width: 10px;
 background-color: #4CAF50;
 border-radius: 50%;
 display: inline-block;
 position: absolute;
bottom: 12px;
right: 12px;
}
.labelred {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 8px;
 background-color: #FF0200;
 border-radius: 2px;
 display: inline-block;
 position: absolute;
 bottom: 7px;
 right: 7px;
}
.labelyelow {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 8px;
 background-color: #FFA737;
 border-radius: 2px;
 display: inline-block;
 position: absolute;
 bottom: 7px;
 right: 7px;
}
.labelgreen {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
 padding: 3px 8px;
 background-color: #4CAF50;
 border-radius: 2px;
 display: inline-block;
 position: absolute;
bottom: 7px;
right: 7px;
}
.labelredview {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 3px 8px;
 background-color: #FF0200;
 border-radius: 2px;
 display: inline-block;
}
.labelyelowview {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 3px 8px;
 background-color: #FFA737;
 border-radius: 2px;
 display: inline-block;
}
.labelgreenview {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
 padding: 3px 8px;
 background-color: #4CAF50;
 border-radius: 2px;
 display: inline-block;
}
.stockgreen{
	z-index: 1;
	font-size: 13px;
    font-weight: 400;
    color: #fff;
  padding: 3px 8px;
  background-color: #4CAF50;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px;
}
.stockyelow{
	z-index: 1;
	font-size: 13px;
    font-weight: 400;
    color: #fff;
  padding: 3px 8px;
  background-color: #FFA737;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px;
}
.stockyelow1 {
top: 35px!important;
}
.energylabel {
    width: 225px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 25px 0;
}
.hometop h1 {
	color: #FF0200;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
}
.tablekar {
	color: #676767;
}
.tablekar th{
	width: 30%;
}
.form-horizontal h4{
	font-size: 22px;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 30px;

}
.form-horizontal .form-group {
    margin: 15px!important;
}
/* .form-horizontal .has-feedback .form-control-feedback {
    margin-top: 10px;
} */
.form-group input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 20px;
}
	#wrap {
  min-height: 100%;
	height: auto !important;
  margin: 0 auto 0px;
  padding: 0px;
}
.vertline {
	height: 25px;
	border-right: 1px solid #fff;
	display: inline;
	margin-right: 15px;
}
.toast, .toastprojekt {
	cursor: pointer;
	font-size: 1rem;
	color: #FFF;
	background-color: #4caf50;
}
.toast-body {
    padding: 15px 25px;
}
.toast.show, .toastprojekt.show {
    z-index: 11111;
    position: fixed !important;
}
.alert > .naziv {
	font-weight: 700;
	margin-top: 10px;
}
.alert-light {
	color: #fff;
background-color: #9E2064;
border-color: #9E2064;
font-size: 26px;
text-align: center;
text-shadow: none;
}
.main {
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainhome {
    margin-top: 15px;
    padding-top: 0;
    margin-right: -15px !important;
    padding-bottom: 0px;
    margin-left: -15px !important;
}
.mainw {
	margin-top: 0;
	padding-top:0;
	margin-right: -15px!important;
	padding-bottom: 0px;
	margin-left: -15px!important;
}
.box_green {
  background-color: #25b570!important;
  color: #fff!important;
}
.boxw {
	padding: 5px;
	position: relative;
}
.boxpay {
	height: 235px;
	min-height: 200px;
	text-align: center!important;
	padding: 20px;
}
.boxpay h3{
	font-size: 20px;
    color: #333;
}
.boxpay img{
	max-width: 100%;
}
.boxpay .paket{
	width: 150px;
}
.boxview .cijena{
	padding-left: 0;
}
.content {
	padding-left: 20px;
	padding-right: 0;
}
.content h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 15px;
	line-height: 48px;
}
.content h2{
	margin-top: 0;
}
.content .cijena span:first-child{
	padding-right: 7px;
}
.content .modal-dialog {
    width: 700px;
    max-width: 700px;
}
.modal-dialog img {
    width: 100%;
}
.modal-dialog .carousel-control-next {
    width: 15%;
    right: 0%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color: rgba(0,0,0,0);
font-size: 28px;
color: #fff;
}
.modal-dialog .carousel-control-prev {
    width: 15%;
    left: 0%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color: rgba(0,0,0,0);
font-size: 28px;
color: #fff;
}
.contentview .z-add-to-cart {
    width: 50%;
}
.contentview .z-add-to-cartn {
    width: 50%;
}
.contentview img {
    max-width: 100%;
	height: auto!important;
}
.contentview .datumdolaska{
	display: block;
	text-align: left;
	width: 100%;
	color: #4CAF50;
	margin: 15px 0;
}

.col-md-gallery {
	position: relative;
	overflow: hidden;
}
.carousel {
    margin-bottom: 25px !important;
    border: 0px none #FFF;
}
.carousel-control-prev {
    left: -10px;
}
.carousel-control-next {
    right: -10px;
}
.carousel-control-prev, .carousel-control-next {
width: 0;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,.8);
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #FF0200;
}
.modal-body .carousel {
    margin-bottom: 0!important;
}

.boxgray {
	padding: 20px 5px 0 5px;
	margin-bottom: 30px;
    background-color: #333;
}
.boxgraycat {
    background-color: #333;
	color: #fff!important;
}
.boxgraycat  h3 {
    color: #fff!important;
}
.boxw hr {
    border-top: 1px solid #eee;
}
.boxw2 {
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 100%;
	display: inline-block;
}
.fixed-top .navbar-brand {
    height: 60px;
}
.red {
	color: #FF0200;
	}
.red1  {
	background-color: #333;
	color: #fff;
	display:block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.red1:hover  {
	background-color: #fff;
	color: #333;
	text-decoration: none;
	}
.big {
	font-size: 33px;
	}
.inline-block {
	display: inline-block !important;
}
.basket2 {
	margin-top: 28px;
    color: #000;
}
.basket2 div {
    background-color: #FF0200;
	border-radius: 20px;
	color: #fff;
	float: right;
	padding: 4px 10px;
	font-weight: 700;
	margin-top: -15px;
}
.oznaka-toptrade {
	background-image: url(../images/logo-top-trade.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.oznaka-toptrade-kom {
    background-image: url(../images/logo-top-trade.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}
.oznaka-toptrade-list {
	background-image: url(../images/logo-top-trade.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1;
}
.addbasket {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	background-color: #FF0200;
	border: 0px none;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.addbasket:hover {
	background-color: #333;
	background-image: none;
	color: #FFF;
	text-decoration: none;
	border: 0px none;
}
a.link_red {
	color: #FF0200;
	font-weight: bold;
	text-decoration: none;
}
a.link_red:hover {
	text-decoration: underline;
}
.borderless td {
    border: none !important;
}
.kom .list-group-item {
    padding: 10px 25px;
    margin-bottom: 20px;
}
.kom .list-group-item .fas {
    margin-right: 15px;
}
.list-group-item h4 {
    color: inherit !important;
    font-size: 18px;
    text-align: center;
}
.login {
	font-family: 'Oswald', sans-serif;
	color: #000;
	float: right;
	margin-top: 12px;
	font-weight: 400;
    line-height: 22px;

}
.login a{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 18px;
	padding-left: 0;
text-transform: uppercase;
background-color: #f7f7f7;
border: 1px solid #ccc;
display: block;
padding: 5px;
text-align: center;
border-radius: 5px;
}
.login a:hover {
    background-color: #fff !important;
text-decoration: none;
color: #c00 !important;
}
.navlogin h4 {
    margin-top: 20px;
}
.navbar-custom a {
	color: #777;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	font-size: 15px;
}
.navbar-custom .tel {
	color: #FF0200;
}
.navbar-text{
	color: #777;
	padding: 13px;
	margin: 0px;
	}
.navbar-top li{
	padding: 0px;
	color: #777;
	}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: rgba(255, 255, 255, 0.2);
	outline: 0 none;


}
.navbar-brand {
	float: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 1px;
	padding-right: 1px;
}
.navbar-brand-footer {
	height: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
}
.topnavbar2 {
	background-color: #333;
	margin-bottom: 0px;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topnavbar {
	background-color: #FF0200;
	margin-bottom: 0px;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topnavbar .nav li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #FF0200;
}
.topnavbar .form-group {
    margin-bottom: 0px;
}
.topnavbar .wsmenu-list {
	text-align: right;
    float: right;
    margin-top: 0 !important;
    width: auto;
}
.topnavbar .wsmenu-list > li > a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400!important;
    display: block;
    color: #fff;
    padding: 0px 20px 0px 2px;
    line-height: 32px;
    text-decoration: none;
    /* position: relative; */
    font-size: 14px;
	text-transform: none;
}
.topnavbar .wsmenu-list > li > a:hover {
    background-color: transparent !important;
text-decoration: underline;
color: #fff !important;
}

.topnavbar .btn-info, .topnavbar .btn-warning {
	padding-left: 15px!important;
	margin-right: 15px!important;
}
.topnavbar .wsmenu-list > li .btn-info:hover, .topnavbar .wsmenu-list > li .btn-warning:hover {
	text-decoration: none!important;
	background-color: #333!important;
}
.boxponuda {
	background-color: #f7f7f7;
	margin-bottom: 25px;
	padding-top: 25px;
}
.boxyellow {
	color: #fff;
background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
font-size: 14px;
padding: 3px 10px;
margin-top: 5px;
}
.contentview .boxyellow {
	width: 50%;
}
.boxsearch {
	padding-top: 16px;
background-color: #cdcdcd;
}
.boxsearchkom {
	margin-top: -20px;
	margin-bottom: 20px;
}
#searchbox {
    position: relative;
	/* margin-top: 22px; */
}
.search {
	box-shadow: none;
	color: #000;
	font-size: 16px;
	/* transition: all 0.3s ease 0s; */
	width: 100%;
	height: 45px;
	/* background-attachment: scroll; */
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* margin-top: 0px;
	margin-right: 20px; */
	padding-top: 10px;
	background-color: #fff;
	/* background-image: url(../images/transparent.png);
	background-repeat: no-repeat;
	background-position: -231px -2px; */
	border: 1px solid #ddd;
	border-radius: 0;
}
.search:focus {
	/* box-shadow: none;
	color: #000;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	width: 420px; */
	border: 1px solid #FF0200;

}
.search input {

	color: #FFF;
	}
.boxdialux {
	background-image: url(../images/dialux.jpg);
	min-height: 450px;
	margin-bottom: 25px;
	color: #000;

}
.boxdialux .logodialux{
	padding: 40px 0;
}
.boxdialux p {
	padding: 10px 0 20px 0;
	font-size: 15px;
	color: #333;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
ul.nav-wizard {
  /* background-color: #f9f9f9;
  border: 1px solid #d4d4d4; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 46px;
  height: 47px;
  /* border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; */
  z-index: 11;
  content: " ";
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  /* border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; */
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
    background-color: #eeeeee;
    color: #333;
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: middle;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #333;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: #eee;
  color: #c00;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #eeeeee;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #fff;
  background: #c00;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #c00;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #fff;
  background: #c00;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
  text-decoration: none;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.nav-wizard li:last-child::before {
    border-left: 0px solid #d4d4d4;
}
ul.nav-wizard .active ~ li:last-child::after {
    border-left: 0px solid #ededed;
}
ul.nav-wizard .disabled, ul.nav-wizard .disabled a {
cursor: not-allowed;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
	font-size: 17px;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #FF0200!important;
	background-image: none;
	color: #FFF;
}
.navbar {
    padding: 0 0 25px 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
	/* display: block !important; */
}
.collapse:not(.show) {
    display: block;
}
.navbar-toggle {
    display: none;
}
#subnav {
    z-index: 1;
	width: 100%;
}
#subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#subnav li {
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
	float: none;
}
#subnav a {
	font-size: 15px;
    padding-left: 10px;
    font-weight: 400;
    color: #000000;
    position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 15px;
    display: flex;
    zoom: 1;
    line-height: 20px;
}
#subnav a:hover {
    color: #FF0200;
    text-decoration: none;
	background-color: transparent;
}
#subnav .separator {
	border-bottom: 3px solid #999 !important;
}
#subnav .leftcat {
    min-width: 20px;
	width: 20px;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 5px;
    padding-bottom: 5px;
	max-height: 26px;
}
#subnav .leftcatfix {
    background-color: #ececec;
	border-bottom: 1px solid #dedede;
}
#subnav .arrowleft{
	color: #FF0200;
	width: 20px;
	padding-left: 5px;
}
#subnav .arrowleft.transparent{
	width: 24px;
visibility: hidden;
}
#subnav .blue {
	background-color: #0C4DA2!important;
	color: #fff!important;
}
#subnav .blue a{
	color: #fff!important;
}
#subnav .blue:hover{
	background-color: #FF0200!important;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.nav-pills {
background-color: #dedede;
color: #605d5c;
	display: block;
	border: 0;
	margin-bottom: 0px;
	border-radius: 0;
}
.nav-pills ul {
  padding: 10px 0;
  margin: 0;
}
.nav-pills li:first-child  {
  margin-left: -15px;
  display: table-cell;
}
.nav-pills li {
  display: table-cell;
  padding-right: 45px;
}
.nav-pills li a {
    color: #605d5c;
	text-shadow: none;
	font-size: 15px;
}
.nav-pills .open {
	background-color: #333!important;
border-radius: 0;
color: #fff;
}
.nav > li > a:hover {
	color: #FFF;
	border-radius:0;
	/* background-color: #FF0200; */
	background-image: none;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: 45px;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transpare
      <input name="samosku" type="hidden" id="samosku" value="-1">nt;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
  pointer-events:none;
}
footer {
	position: relative;
	background-color: #fff;
	bottom: 0px;
	color: #000;
	margin-top: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
footer a {
	color: #000!important;
	text-decoration: none!important;
	font-size: 15px;
}
footer a:hover {
	color: #000!important;
	text-decoration: underline!important;
}
footer h3 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
footer h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}
.bottom-add-to-card {
    display: block;
    position: fixed;
    right: 60px;
    bottom: 20px;
text-decoration: none;
color: #FFF;
border-radius: 0;
background-color: #FF0200;
font-size: 15px;
padding: 7px 15px;
padding-top: 8px;
padding-bottom: 7px;
z-index: 1;
box-shadow: 0 0 15px #999;
}
.bottom-add-to-card:hover {
color: #FFF;
background-color: #333;
text-decoration: none;
}
.side-animated {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .3s;
}
.side-right {
    right: 0;
    float: right;
    left: auto;
}
.side {
    position: fixed;
    top: 20%;
	right: 0;
    /* width: 3pc; */
    z-index: 2222;
    background: none;
}
.side ul {
    /* margin:0; */
	/* padding: 0; */
	/* right: 0; */
	/* display: block !important; */
	/* width: 100%; */
}
.side li {
margin: 0;
padding: 0;
float: none;
/* height: 52px; */
list-style: none;
cursor: pointer;
}
.slideInright {
    -webkit-animation-name: slideInright;
    animation-name: slideInRight;
}
.side li a {
    background-color: #FF0200;
	color: #fff;
	width: 62px;
	padding: 10px 15px;
	transition: width .15s ease-in-out;
	float: right;
	white-space: nowrap;
	display: flex;
	position: relative;
position: relative;
margin-bottom: 2px;
}
.side span{
    padding: 5px 0 4px 15px;
}
.side a:hover {
    /* width: 82px; */
	width: 250px;
	color: #fff;
	text-decoration: none;
}

.boxfooter {
	background-color: #ececec;
	padding: 0;
	margin: 10px 0;
	color: #000;
	position: relative;
}
.logo-footer {
	height: 60px;
    margin: 5px 0;
}
.footertop a{
	font-size: 14px;
	color: #000;
	/* margin-right: 12px; */
	display: inline-block !important;
	padding: 10px;
}
.text-md-right {
	/* margin-top: 12px; */
    text-align: right !important;
}
.footertop {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}
.footerblack {
	background-color: #fff;
	border-top: 1px solid #eee;
	padding: 15px;
	margin-top: 5px;
	font-size: 13px;
	color: #000;
}
.footerblack a {
	color: #000!important;
	text-decoration: underline!important;
}
.footerblack a:hover {
	color: #000!important;
	text-decoration: none!important;
}
#cookiesdisplay {
	background-color: #000;
	position: fixed;
	z-index: 99999;
	min-height: 80px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	transition: all 1s ease 0s;
	width: 100%;
	bottom: 0;
	left: 0;
}
#cookiesdisplay p{
	color: #CCC; font-size: 14px; line-height: 20px; margin: 10px 235px 10px 100px; padding: 10px 0; position: relative; text-align: left;
}
#cookieAgreee{
	border: 2px solid #000;
	border-radius: 4px;
	color: #FFF !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	right: -140px;
	top: 10px;
	background-color: #FF0200;
}
#cookieAgreee:hover {
	color: #000 !important;
	background-color: #fff;
	text-decoration: none;
}
label.error1 {
	font-weight:normal;
	color:#FF0200 !important;
	text-align:center;
	font-size: 1.4em;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
form.cmxform label.error1 { display: none; }
.well {
	background-image: none;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
.well h1 {
    margin-top: 0;
    padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
    font-size: 30px;
color: #676767;
}
.well span {
	color: #FF0200;
}
.breadcrumb > li + li::before {
    content: "/";
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	font-size: 15px;
	padding: 0 0 15px 0;
	color: #FF0200;
	margin-bottom: 15px;
}
.breadcrumb a{
	color: #FF0200;
	font-size: 14px;
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.thumb-img6 {
	width:100%;
	height:100px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
}
.thumb6 {
	width: auto;
height: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img4 {
	width:200px;
	height:180px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	float: left;
}
.thumb4 {
	width:200px;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img3list {
	width:100%;
	/* min-height: 100px; */
	height: auto;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	position: relative;
}

.thumb3list {
	height:100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	/* margin-bottom: 20px; */
}
.thumb-img3 {
	width:100%;
	min-height: 100px;
	height:200px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	background-color: #fff;
	border-bottom: 2px solid #FF0200;
	position: relative;
}

.thumb3 {
	height:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.thumb3custom {
	width: 100%!important;
}
.thumb-img2 {
	width:100%;
	height:170px;
	padding:12px 0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	background-color: #fff;
}
.thumb2 {
	height:100%;
    max-width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img1 {
	width:100%;
	height:260px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
}

.thumb1 {
	height:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img0 {
	width:100%;
	height:154px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumb0 {
	width:auto;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	text-align: center;
	height: auto;
}
.thumb-img5 {
	text-align: center;
	width:100%;
	height:auto;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumb5 {
	width:100%;
	height:auto;
	overflow: hidden;
}

.thumb-img-gal {
	width:100%;
	height:125px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumbgal {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-left {
	width:100%;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 0px;
	height: 150px;
}
.thumbleft {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.tabbable {
	margin-top: 20px;
}
.table-kom h5 a{
    color: #333;
    font-weight: 700;
    font-size: 17px;
}
.tablecustom {
	font-size: 15px;
}
.tablecustom .btn-custom {
    font-size: 14px;
    margin-bottom: 0px;
    margin-right: 0;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}
.colright {
    text-align: right;
}
.kosaricaexec {
    margin-bottom: 20px;
}
.table {
	font-size: 15px;
}
.table h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.table h3 a {
    font-size: 17px;
    line-height: 1;
    color: #333;
    font-weight: 400;
}
.tablecustom .alert-success {
    white-space: nowrap;
    margin-top: 10px;
}
.tableracuni .alert-success {
    white-space: nowrap;
}
.producthome {
	display: block;
	width: 100%;
	height: 260px;
	text-align: left;
	transition: all 0.5s ease 0s;
	margin-bottom: 10px;
	border-radius: 0px;
	position: relative;
	background-color: #fff;
}
.producthome h3{
	margin-top:160px;
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 15px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.producthome h3:hover{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: rgba(255, 0, 0, 0.9)!important;
}
.productlist {
	text-align: left;
	transition: all 0.5s ease 0s;
	margin-bottom: 25px;
	border-radius: 0px;
	position: relative;
	padding: 0px;
	font-weight: normal;
	color: #000;
	border: 1px solid #ececec;
	background-color: #ececec;
	overflow: hidden;
}
.productlist h3 {
	display: block;
	margin: 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-size: 20px;
}
.productlist h3 a{
	font-size: 15px;
	line-height: 17px;
	padding: 0;
	color: #000;
	font-weight: 700;
}
.productlist h3 a:hover{
	color: #FF0200;
	text-decoration: none;
}
.productlist:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.productlist .sku {
	margin-bottom: 7px;
	font-size: 13px;
	display: block;
}
.productlist .sku span{
    font-weight: 700;
	color: #FF0200;
}
.productlist p {
	font-size: 14px;
	line-height: 18px;
}
.productlist .corner-ribbon.top-left {
    left: -55px;
}
.productlist .char {
	position: absolute;
	bottom: 7px;
	left: 17px;
	padding: 5px 10px;
	font-size: 16px;
	color: #696763;
	background-color: #f7f7f7;
	text-align: center;
	border: 1px solid #ddd;
}
.productlist .char span{
	font-size: 20px;
	font-weight: 700;
	color: #FF0200;
}
.productlist .labelgreen {
	top: 7px;
    bottom: auto;
}
.productlist .labelyelow {
	top: 7px;
    bottom: auto;
}
.productlist .corner-ribbon.orange {
    left: -49px;
}
.productlist .z-quantity {
    width: 100%;
	height: 34px;
}
.productlist .z-quantityn {
    width: 100%;
	height: 34px;
}
.productlist .cart-wrapper {
    width: 100%;
    display: block;
	height: auto;
}
.productlist .z-add-to-cart {
    height: 100%;
    display: block;
padding: 10px 12px;
margin-top: 15px;
width: 100%;
}
.productlist .z-add-to-cartn {
    height: 100%;
    display: block;
padding: 10px 12px;
margin-top: 15px;
width: 100%;
}
.productlist .z-quantity .input-number {
    padding: 21px 5px;
}
.productlist .thumb3list {
  height: 150px;
  width: auto;
}
.boxviewslike {
	width: 75px;
}
.profile-header {
  display: table;
}
.profile-pic {
  float: none;
      display: table-cell;
	  vertical-align: top;
}
.profile-pic.listslika {
	width: 280px;
vertical-align: middle;
  background-color: #fff;
}
.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
	padding: 15px;
text-align: center;
right: 15px;
}
.product {
	height: 515px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 25px;
	border-radius: 0px;
	position: relative;
	padding: 0px;
	font-weight: normal;
	color: #000;
	border: 1px solid #ececec;
	background-color: #ececec;
	overflow: hidden;
}
.product:hover {
	/* background: none repeat scroll 0 0 #fff;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none; */
	box-shadow: 0px 0px 10px #999;
}
.product:hover .btn-custom2 {
	/* background: none repeat scroll 0 0 #fff;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	box-shadow: 0px 0px 10px #999; */
	/* border: 1px solid #999; */
	opacity: 1;
	z-index: 11;
}
.product .btn-custom2 {
	z-index: -1;
	position: absolute;
	margin-top: 32%;
	padding: 6px 30px;
	font-size: 16px;
	font-weight: 700;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	display: inline-table;
	opacity: 1;
	transition: all .3s;
}

.product .btn-custom2.close {
	z-index: -1;
	opacity: 0;
}

.product:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.product .sku {
    margin: 0 5px;
	margin-bottom: 7px;
	font-size: 13px;
	display: block;
}
.product .sku span{
    font-weight: 700;
	color: #FF0200;
}
.product .info {
    font-weight: 400;
    color: #FF0200;
	font-size: 15px;
line-height: 18px;
}
.product .btn-custom2:hover {
	background-color: #333;
	color: #fff !important;
	opacity: 1;
}
.product h3 {
	display: block;
	margin: 10px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.1;
    font-size: 20px;
}
.product h3 a{
	font-size: 15px;
	line-height: 17px;
	padding: 0;
	color: #000;
	font-weight: 700;
}
.product h3 a:hover{
	color: #FF0200;
	text-decoration: none;
}
.product .boxinfo {
	padding: 0;
}
.product p {
	font-size: 14px;
	line-height: 18px;
    padding: 0 10px;
}
.product .kosarica{
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: #ececec;
	z-index: 1;
}
.product .char {
	position: absolute;
	bottom: 7px;
	left: 7px;
	padding: 5px 10px;
	font-size: 16px;
	color: #696763;
	background-color: #f7f7f7;
	text-align: center;
	border: 1px solid #ddd;
}
.product .char span{
	font-size: 20px;
	font-weight: 700;
	color: #FF0200;
}
.productdate {
	display: block;
	color: #333;
	font-size: 14px;
}
.product-related-header {
	font-size: 15px;
	border-top: 2px solid #FF0200;
background-image: none;
color: #000!important;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 20px;
}
.product-related-header h3 {
color: #000;
margin-top: 20px;
}
.kosaricaexec .z-add-to-cart{
	width: 100%;
	display: block;
}
.kosaricaexec .z-quantity {
    width: 100%;
	height: auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.kosaricaexec .z-quantity .input-number-decrement, .kosaricaexec .z-quantityn .input-number-decrementn, .kosaricaexec .z-quantity .input-number-increment, .kosaricaexec .z-quantityn .input-number-incrementn {
    height: 35px;
}
.kosaricaexec .z-quantity .input-number {
    height: auto!important;
}
.kosaricaexec .z-pop {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
}
.kosaricaexecnest .z-add-to-cartn{
	width: 100%;
	display: block;
}
.kosaricaexecnest .z-quantityn {
    width: 100%;
	height: auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.kosaricaexecnest .z-quantityn .input-number-decrementn, .kosaricaexecnest .z-quantityn .input-number-decrementn, .kosaricaexecnest .z-quantityn .input-number-increment, .kosaricaexecnest .z-quantityn .input-number-incrementn {
    height: 35px;
}
.kosaricaexecnest .z-quantityn .input-numbern {
    height: auto!important;
}
.kosaricaexecnest .z-popn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
}
/*.content img {
	height: auto;
	max-width: 100%;
}*/
.boxview {
	background-color: #ececec;
border: 1px solid #ccc;
padding: 15px;
margin-top: 15px;
margin-bottom: 15px;
}
.boxview h3{
	margin-top: 0;
	color: #333;
	font-size: 20px;
}
.boxview h4 {
    font-size: 16px;
    margin-top: 22px;
}
.cijena{
	font-family: 'Oswald', sans-serif;
	color: #FF0200;
	display: inline-block;
	font-size: 27px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: 700;
}
.cijena span{
	display: inline;
	font-size: 16px;
	font-weight: 700;
	padding-left: 5px;
}
.cijenapopust{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	color: #999;
	text-decoration: line-through;
}
.cijenapopust span{
	display: inline;
	font-size: 16px;
	font-weight: 700;
	padding-left: 5px;
}
.cijenaeur {
    white-space: nowrap;
}
.kosarica{
	bottom: 5px;
}
.kosarica .info {
    font-weight: 400;
    color: #FF0200;
	font-size: 15px;
line-height: 18px;
}
.gallery {
	display: block;
	height: 220px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
}
.gallery a {
    color: #2871ad;
}
.gallery:hover {
	box-shadow: 0px 0px 10px #999;
}
.gallery:hover a img {
    transform: scale(1.1) rotate(0deg);
}
.gallery .label{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #E06D5E;
	border-radius: 0px;
	margin-top: 0px;
	position: absolute;
	display: inline-block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.label-default{
	background-color: #DF4C4C;
	letter-spacing: 0.05em;
	background-image: none;
	border-radius:0px;
}
.description {
	min-height: 107px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.promotion {
	top: 10px;
	height: 60px;
	left: 10px;
	position: absolute;
	width: auto;
	z-index: 1;
}
.discount {
    background-color: #FF0200;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 65px;
	width: 65px;
    padding: 15px 7px;
	border-radius: 100px;
}
.discount2 {
	background: none repeat scroll 0 0 rgba(255, 0, 0, 0.8) !important;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	height: 100%;
	padding: 3px 8px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.home {
	display: block;
	font-size: 15px;
	height: 265px;
	text-align: left;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border-radius:0px;
	color: #000;
	background-color: #fff;
	border: 1px solid #dedede;
}
.home h5 {
	line-height: 18px;
  }
.home h5 a{
    font-size: 14px;
	font-weight: 700;
	color: #000;
}
.home h5:hover , .home a:hover {
	color: #FF0200;
}
.home h6{
	font-size: 14px;
	bottom: 5px;
left: 15px;
position: absolute;
}
.home .description {
	color: #605d5c;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 50px;
}
.home .cijena {
	bottom: 15px;
position: absolute;
left: 15px;
}
.menu-wrapper-left {
		width: 250px;
}
.card {
	margin-bottom: 30px;
}
.card > .card-header {
	background-color: #333333;
	background-image: none;
	color: #FFF;
	border-radius: 0px;
}
.card-body h4 {
	margin-top: 10px;
	font-weight: bold;
}
.card-body h4 a {
	color: #494949;
}
/* #carousel-example-generic .carousel-control {
    width: 40px !important;
	top: 40%;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,.8);
} */
.carousel-control:focus, .carousel-control:hover {
    color: #FF0200;
}
.big_img {
	max-width: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.big_img_p {
	max-width: 100%!important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.iconheader{
	color: #fff;;
}
.iconfooter{
	color: #333;;
}
.faiconsfooter {
	color: #FF0200;
	margin-right: 25px;
	margin-top: 10px;
}
.fa-viber {
	color: #fff;
	background-color: #7D559D;
	padding:7px 5px;
	border-radius: 5px;
}
.fa-whatsapp {
	color: #fff;
	background-color: #00C200;
	padding:7px 5px;
	border-radius: 5px;
}
.socicon {
	color: #4C6CB4;
	margin-right: 10px;
}
.socialIcon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 15px 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
}
.socialIcon a {
    background: none repeat scroll 0 0 #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    padding: 6px 3px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 35px;
}
.socialIcon a:hover {
	color: #fff;
	background-color: #FF0200;
}
.socialIcon .plus a {
    padding: 0px;
}
.tabs-group{
	display: block;
}
.nav-tabs > li > a {
	background-color: #959595;
	color: #fff;
	font-weight: 700;
}
.nav-tabs > li.active > a {
    color: #000;
}
/* .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
} */
.nav-tabs > li > a:hover {
color: #fff !important;
background-color: #FF0200!important;
}
.tab-content > .active {
	border-bottom: 1px  solid  #ddd;
	border-left: 1px  solid  #ddd;
	border-right: 1px  solid  #ddd;
	padding: 15px;
	font-size: 15px;
}
.tab-content iframe {
  width: 100%;
}
.priceold {
	font-size: 15px;
	color: #999;
	text-decoration: line-through;
	margin-right: 30px;
}
.price {
	font-size: 28px;
	display: block;
	color: #FF0200;
	font-weight: 700;
	border-radius: 0px;
	padding-top: 0;
	padding-bottom: 20px;
}
.priceporuka {
	font-size: 18px;
	display: block;
	color: #FF0200;
	font-weight: 700;
	border-radius: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mojcontainer {
    display: none;
}
.btn-location {
    background-image: linear-gradient(to bottom,#eee 0,#ccc 100%);
    background-repeat: repeat-x;
    border-color: #eee;
	color: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	font-size: 18px;
	padding: 12px 30px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px!important;
}
.btn-location:focus, .btn-location:hover {
    background-image: linear-gradient(to bottom,#ddd 0,#ccc 100%);
}
.btn-location.active, .btn-location.active:hover  {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
	background-image: none;
}
.btn-moj {
    cursor: pointer;
    display: block;
    position: relative;
	border-radius: 0;
	background-color: #fff;
	color: #FF0200;
	border: 2px solid #FF0200;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	padding: 2px 15px;
	margin-bottom: -23px;
	z-index: 1;
}
.btn-moj:hover {
	background-color: #333;
	color: #fff;
	border: 2px solid #333;
	text-decoration: none;
}
.btn-trazi {
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 2px;
    /* width: 40px; */
	border-radius: 0;
	background-color: #fff;
	color: #FF0200;
	/* font-weight: 700; */
	font-size: 20px;
}
.btn-trazi:hover {
	background-color: #fff;
	color: #000;
}
.btn-kosarica {
	color: #999;
}
.btn-custom
{
	background-color: #FF0200;
	color: #FFF;
	font-size:16px;
	margin-bottom: 0px;
	margin-right: 13px;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
	border-radius: 30px;
	white-space: normal;
}
.btn-custom:hover
{
	background-color: #333;
	color: #fff !important;
}
.btn-custom1 {
    font-size: 18px;
    border-radius: 5px;
    color: #444444;
    background: transparent;
    border: 1px solid #444444;
    padding: 10px 20px;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease-in-out 0s;
}
.btn-custom1:hover, .btn-custom1:focus {
    color: #fff;
    background: #444444;
    transition: all 0.3s ease-in-out 0s;
}
.btn-custom2 {
	background-color: #333;
	color: #FFF;
	font-size:18px;
	font-weight: 400;
	margin-bottom: 0px;
	border-radius: 20px;
	padding-bottom: 5px;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.btn-custom2:hover {
	background-color: #333;
	color: #fff !important;
	opacity: 1;
}
.btn-custom3 {
	background-color: #FFA737;
	color: #fff;
	font-size:16px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 13px;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
}
.btn-custom3:hover {
	background-color: #333;
	color: #fff !important;
}
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 0;
	background-color: #FF0200;
	/* font-size: 14px; */
	display: inline;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	z-index: 11;
		}

		.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
	color: #000;
	text-decoration: none;
		}
.pagination > li > a,
.pagination > li > span,
.pagination > li > button {
	color: #666;
}
.page-item.active .page-link {
	color: #fff;
	background-color: #333;
	border-color: #666;
}
label.error1 {
	font-weight:normal;
	color:#FF0200 !important;
	text-align:center;
	font-size: 1.4em;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
label.error1 { display: none; }
/*FILTER CSS ZVONE*/
.z_h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0 20px 0 20px;
}

.z_section {
  display: inline-block;
  width: 100%;
  padding: 14px 0 0 0;
  vertical-align: top;
	margin-bottom: 20px;
	position: relative;
}

.z_filter {
  border: 1px solid #d3d3d3;
}
.z_filter ul {
  font-weight: bold;
  color: #676767;
  margin: 0;
  line-height: 1.1;
  padding: 10px 0 0 0;
}
/* .z_filter ul ul {
  max-height: 150px;
  overflow-y: scroll;
} */
.z_filter ul ul li {
  height: auto;
  max-height: 4em;
  padding: 0;
  transition: max-height .3s 0 ease-in;
  overflow: visible;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
	padding: 0 20px;
}
.z_filter ul .collapse li {
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.z_filter li {
  list-style-type: none;
  padding: 0;
}
.z_filter a {
  text-decoration: none;
  padding: 0 20px 10px 20px;
  display: block;
  border-bottom: 1px solid lightgray;
  margin-top: 10px;
  font-size: 14px;
  color: #676767;
}
.z_filter .second {
  text-decoration: none;
  padding: 0 20px 10px 20px;
  display: block;
  border-bottom: 1px solid lightgray;
  padding-top: 10px;
  font-size: 14px;
  background-color: #ff0;
color: #000;
}
.z_filter .btn_send_filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
  background: #ec2027;
  color: #FFF;
  -webkit-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.75);
  box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.75);
  font-weight: 700;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
  transition: all .3s;
}
.z_filter .btn_send_filter:hover
{
  /* box-shadow: 0 0 0 0; */
  background-color: #b60017;
}
.z_arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid red;
  border-right: 1px solid red;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  float: right;
  margin-right: 0px;
  transition: -webkit-transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
.z_arrow.closed {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid red;
  border-right: 1px solid red;
}

.z_filter a:link, .filter a:visited {
  color: #000;
}
.z_filter a:hover {
  color: #000;
}
input[type='checkbox'] {
  margin: 0 12px 0 0;
}

#resetFilter {
	position: absolute;
    top: 15px;
    right: 70px;
    margin: 0;
    padding: 0;
	border: 0;
	font-weight: 700;
	font-size: 11px;
	padding: 3px 2px;
	transition: .3s;
}

#filter-1 {
	position: fixed;
    height: 100%;
    width: 300px;
    z-index: 99999;
    background: #ebebeb;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: scroll;
    top: 0;
    right: 0;
    padding: 12px 5px;
    -webkit-box-shadow: -3px 0px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 0px 17px -6px rgba(0,0,0,0.75);
    box-shadow: -3px 0px 17px -6px rgba(0,0,0,0.75);
    transform: translateX(320px);
    transition: all .3s;
}
#filter-1 .content-wrapper {
  overflow-y: scroll;
  height: calc(100% - 50px);
}

#filter-1.draw {
	transform: translateX(0px);
}

#filter-1::-webkit-scrollbar {
	width: 0px;  /* Remove scrollbar space */
	background: transparent;  /* Optional: just make scrollbar invisible */
}

#filter-1::-webkit-scrollbar-thumb {
	background: orange;
}

#filter-1 > .z_h4 {
	margin-bottom: 5px;
	display: inline;
}

/* #filter-1 > #resetFilter {
	margin-top: 40px;
} */

#filter-1 > .close {
	/* height: 60px; */
  margin-right: 15px;
	cursor: pointer;
	position: relative;
	z-index: 1111111;
	display: block;
}

#filter-1 > .close  i {
	font-size: 24px;
}

#openFilter {
	margin-bottom: 15px;
	background: #b60017;
	color: #FFF;
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: 0;
	font-weight: 700;
	text-decoration: none;
	-webkit-box-shadow: 0px 5px 21px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 21px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 21px -10px rgba(0,0,0,0.75);
	transition: all .3s;
}

#openFilter:hover {
	box-shadow: 0 0 0 0;
}

#openFilter > span {
	margin-left: 10px;
	font-weight: 700;
}

#openFilterMob {
	margin-bottom: 15px;
	background: #b60017;
	color: #FFF;
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: 0;
	font-weight: 700;
	margin-top: 10px;
	text-decoration: none;
}


.nav-pills > li + li {
	margin-left: 0px;
}

.cart-wrapper {
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 42px;
	background: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.datumdolaska{
	display: block;
	text-align: center;
	width: 100%;
	color: #4CAF50;
}
.cart-wrapper.view {
	margin-top: 20px;
}

.z-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 50%;
	height: 100%;
  }
  .z-quantityn {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	height: auto;
  	position: relative;
  	-webkit-transition: all .3s;
  	transition: all .3s;
  	width: 42%;
  	height: 100%;
	float: left;
    }

.z-quantity .input-number {
	width: 34%;
	height: 100%;
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
}
.z-quantityn .input-numbern {
	width: 34%;
	height: 100%;
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	height: 45px;
}
.z-quantity .input-number-decrement,
.z-quantityn .input-number-decrementn,
.z-quantity .input-number-increment,
.z-quantityn .input-number-incrementn  {
	height: 100%;
	width: 34%;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }

.z-quantity .input-number-decrement,
.z-quantityn .input-number-decrementn,
.z-quantity .input-number-increment,
.z-quantityn .input-number-incrementn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	line-height: 1em;
	background: #b60017;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	height: 45px;
  }

.z-quantity .input-number-decrement {
	border-bottom: 1px solid #cdcdcd;
}
.z-quantityn .input-number-decrementn {
	border-bottom: 1px solid #cdcdcd;
}
.z-quantity .input-number-decrement:hover, .z-quantityn .input-number-decrementn:hover,
.z-quantity .input-number-increment:hover, .z-quantityn .input-number-incrementn:hover {
	background: #ff1a1a;
}

.z-quantity .input-number-decrement:active, .z-quantityn .input-number-decrementn:active,
.z-quantity .input-number-increment:active, .z-quantityn .input-number-incrementn:active {
	background: #ddd;
}
.btn-secondary {
	background: #b60017;
	color: #FFF;
	border: 0 none;
}
.z-cart-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	height: 48px;
  }


.z-cart-quantity .cart-input-number {
	width: 34%;
	height: 100%;
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
}

.z-cart-quantity .input-number-decrement,
.z-cart-quantityn .input-number-decrementn,
.z-cart-quantity .input-number-increment,
.z-cart-quantityn .input-number-incrementn {
	height: 100%;
	width: 34%;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }

.z-cart-quantity .input-number-decrement,
.z-cart-quantityn .input-number-decrementn,
.z-cart-quantity .input-number-increment,
.z-cart-quantityn .input-number-incrementn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	line-height: 1em;
	background: #b60017;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
  }

.z-cart-quantity .input-number-decrement {
	border-bottom: 1px solid #cdcdcd;
}
.z-cart-quantityn .input-number-decrementn {
	border-bottom: 1px solid #cdcdcd;
}
.z-cart-quantity .input-number-decrement:hover, .z-cart-quantityn .input-number-decrementn:hover,
.z-cart-quantity .input-number-increment:hover,.z-cart-quantity .input-number-incrementn:hover  {
	background: #ff1a1a;
}

.z-cart-quantity .input-number-decrement:active, .z-cart-quantityn .input-number-decrementn:active,
.z-cart-quantity .input-number-increment:active, .z-cart-quantity .input-number-incrementn:active {
	background: #ddd;
}

.z-cart-quantity .hide {
	display: none;
}
.cart-wrapper {
    /* height: auto; */
    display: flex;
	/* display: block; */

}
.z-add-to-nest-program {
	position: relative;
	z-index: 2;
	/* left: 0;
	bottom: 0; */
	border: 0;
	background-color: #4CAF50;
	color: #fff;
	padding: 5px 12px;
	cursor: pointer;
	display: block;
}
.z-add-to-nest-program:hover {
	background-color: #333;
	color: #fff;
}
.z-add-to-nest-program-view {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 0;
	background-color: #4CAF50;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}
.z-add-to-nest-program-view:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.z-add-to-nest-program-delete {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border: 0;
	background-color: #b60017;
	color: #fff;
	padding: 5px 12px;
	cursor: pointer;
}
.z-add-to-nest-program-delete:hover {
	background-color: #333;
	color: #fff;
}
.z-add-to-nest-program-view-delete {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 0;
	background-color: #b60017;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}
.z-add-to-nest-program-view-delete:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.z-add-to-projekti {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border: 0;
	background-color: #4CAF50;
	color: #fff;
	padding: 5px 12px;
	cursor: pointer;
}
.z-add-to-projekti:hover {
	background-color: #333;
	color: #fff;
}
.z-add-to-projekti-delete {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border: 0;
	background-color: #b60017;
	color: #fff;
	padding: 5px 12px;
	cursor: pointer;
}
.z-add-to-projekti-delete:hover {
	background-color: #333;
	color: #fff;
}
.z-add-to-projekti-view {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 0;
	background-color: #4CAF50;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}

.z-add-to-projekti-view i {
	margin-right: 7px;
}

.z-add-to-projekti-view:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.z-add-to-projekti-view-delete {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 0;
	background-color: #b60017;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}

.z-add-to-projekti-view-delete i {
	margin-right: 7px;
}

.z-add-to-projekti-view-delete:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.z-add-to-cart {
	/* width: 50%; */
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	color: #FFF;
	font-weight: 700;
	padding: 10px 12px;
	outline: 0;
	border: 0;
	border-radius: 0px;
}

.z-add-to-cart i {
	margin-right: 7px;
}

.z-add-to-cart:hover {
	color: #FFF;
	background: #b60017;
	text-decoration: none;
}
.z-add-to-cartn {
	width: 53%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	color: #FFF;
	font-weight: 700;
	padding: 5px 12px;
	outline: 0;
	border: 0;
	border-radius: 0px;
	float: right;
	font-size: 13px;
}

.z-add-to-cartn i {
	margin-right: 7px;
}

.z-add-to-cartn:hover {
	color: #FFF;
	background: #b60017;
	text-decoration: none;
}
.z-pop {
	position: absolute;
	background: yellow;
	color: #222;
	z-index: 999;
	bottom: 90px;
	/* padding: 6px 30px; */
	left: 50%;
    width: 180px;
	margin-left: -90px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	border: 3px solid red;
}

.z-pop > span {
	margin-left: 10px;
	font-size: 16px;
}

.z-pop.view {
	left: 100%;
	margin: 0;
	bottom: 0;
}

.z-pop-cart {
	position: absolute;
	background: yellow;
	color: #222;
	z-index: 999;
	bottom: 90px;
	/* padding: 6px 30px; */
	left: 50%;
    width: 180px;
	margin-left: -90px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	border: 3px solid red;
}

.z-pop-cart > span {
	margin-left: 10px;
	font-size: 16px;
}

.z-error-kolicina {
	position: fixed;
	right: 0;
	top: 300px;
	display: flex;
	align-items: center;
	background: #b60017;
	padding: 20px 40px;
	color: #FFF;
	font-weight: 700;
	z-index: 999;
	max-width: 300px;
}

.z-error-kolicina > .left {
	width: 30%;
}

.z-error-kolicina > .left > i {
	margin-right: 20px;
	font-size: 48px;
}

.z-error-kolicina > .right {
	width: 70%;
}

.z-error-kolicina > .right > p {
	margin: 0;
	padding: 0;
}

.price-euro { font-weight: normal!important; font-size: 14px; color: grey!important; }
small .price-euro { font-size: 12px; }
.price-tooltip i { text-decoration: none; color: #FF0200; font-size: 14px; margin-left: 5px; }

.solarne_container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.solarne_container > ul, .solarne_container > div, .solarne_reverse_container > ul, .solarne_reverse_container > div{
  flex: 1;
}
.solarne_reverse_container{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.solarne_cjenik{
  text-align: center;
}
.solarne_cjenik h2{
  margin-bottom: 20px;
}
.solarne_cjenik > div{
  font-size: 20px;
}
.solarne_projekti{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.solarne_projekti > div{
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}
.solarne_projekti .solarne_projekti_img_container{
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.solarne_projekti .solarne_projekti_img_container img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  transition: 0.5s ease;
}
.solarne_projekti .solarne_projekti_img_container:hover img{
  transform: scale(1.05);
}
.solarne_projekti > div h3{
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom,transparent,#000);
  margin-bottom: 0;
  color: #fff;
  font-size: 22px !important;
  width: 100%;
  padding: 20px;
}

@media(min-width: 992px){
  .openFilter2{
    display: none !important;
  }
}

@media (max-width: 767px) {

header {
	   min-height: 52px;
	   margin-bottom: 13px;
}
.box-login-mob{
    top: 50%;
transform: translateY(-50%);
position: relative;
}
.controls .prev { left: 30%!important; }
.controls .next { right: 30%!important; }
.sticky-top {
  z-index: 998;
}
.headertopleft {
    width: 240px;
  float: none;
  border-bottom: 1px solid;
border-bottom-color: rgba(0, 0, 0, 0.13);
}
.headertopleft li a {
  color: #333;
}
.d-inline-block {
  display: block!important;
}
.headertopleft li {
  padding: 3px 10px;
}
.home h5 {
  line-height: 16px;
}
.navbar-header {
    width: 100%;
}
.collapse:not(.show) {
    display: none;
}
.boxkm {
    margin-top: 50px;
}
.oznaka-toptrade {
	right: 7px;
	top: 40px;
}
.oznaka-toptrade-list {
	right: 22px;
	top: 40px;
}
.loginb2b {
    float: right;
    right: 80px;
position: relative;
color: #333;
top: 12px;
}
.loginb2b a {
color: #333;
padding-top: 15px;
font-size: 22px;
}
.loginb2b span{
    position: absolute;
    top: -5px;
    right: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px;
    border: 2px solid #FF0200;
    line-height: 16px;
}
.mojcontainer {
    display: block;
	margin-top: 52px;
}
.btn-moj {
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    color: #FF0200;
    border: 2px solid #FF0200;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 0 2px;
    margin-bottom: -40px;
    z-index: 1;
	min-height: 45px;
}
.navbar {
    margin-bottom: 10px;
    padding: 0;
}
.topnavbar .wsmenu-list > li > a {
    font-family: 'Oswald';
    font-weight: 700!important;
    display: block;
    color: #000;
}
.topnavbar .wsmenu-list > li > a:hover {
    text-decoration: none;
    color: #FF0200 !important;
}
.topnavbar .wsmenu-list {
    text-align: left;
    float: none;
    width: 240px;
}
.topnavbar .label-primary, .topnavbar .label-warning {
    padding-left: 15px !important;
    margin-right: 0px !important;
}
.label-primary {
    background-color: #337ab7!important;
	color: #fff!important;
	font-size: 15px!important;
}
.label-warning {
    background-color: #f0ad4e!important;
	color: #fff!important;
	font-size: 15px!important;
}

.loginmob {
	font-family: 'Oswald';
	padding: 0px 0px 0px 0;
	font-size: 18px;
font-weight: 700;
display: block;
text-transform: uppercase;
	color: #000;
    top: 50%;
transform: translateY(-50%);
position: absolute;
}
.row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    direction: rtl;
  }

  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	display:inline-block;
    direction: ltr;
	width: 100%;
}
.corner-ribbon {
    width: 185px;
    font-size: 14px;
	line-height: 25px;
}
.corner-ribbon.orange {
    left: -55px;
	top: 22px;
}
.productlist .corner-ribbon.orange {
    left: -40px;
}
.labelred {
 top: 7px;
 bottom: auto;
}
.labelyelow {
 top: 7px;
  bottom: auto;
}
.labelgreen {
 top: 7px;
  bottom: auto;
}
.stockgreen {
    top: 38px;
}
.stockyelow {
top: 38px;
}
.stockyelow1 {
top: 68px!important;
}
.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.well {
    margin-bottom: 1px;
}
.well h2 {
	font-size: 20px;
    margin-bottom: 10px;
}
.content h1 {
    margin-bottom: 20px;
    line-height: 30px;
	font-size: 20px;
}
.content h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contentview table td {
	width: 100%;
 display: block;
 padding: 10px;
}
.contentview table td img{
	margin: 0!important;
	padding: 0!important;
}
.contentview .z-add-to-cart {
    width: 80%;
}
.contentview .z-add-to-cartn {
    width: 80%;
}
.z-quantity {
    width: 45%;
}
.z-quantityn {
    width: 45%;
}
.sidebarmob .advsearch-circle{
	display: block;
	background-color: #FF0200;
	color: #fff;
	position: relative;
	z-index: 98;
	padding: 10px 15px;
	cursor: pointer;
}
.advsearch-circle span{
	margin-left: 15px;
}
.sidebarmob {
	overflow: auto;
	position: fixed;
	z-index: 1103;
	height: 100%;
	width: 240px;
	left: -240px;
	top: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.openadvsearch {
	display: block!important;
	width: 100%;
	left: 0px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	/* overflow: hidden; */
}
.headeradvsearch {
	/* right: 0; */
    color: #FFF !important;
    background-color: #333;
    text-decoration: none;
	padding: 7px 18px;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.headeradvsearch:hover {
    color: #FFF !important;
    background-color: #FF0200;
	text-decoration: none;
}
.boxsearch {
    padding-top: 0;
    margin-top: 52px;
}
.boxsearchkom {
	padding-top: 5px!important;
	margin-top: -15px!important;
}
.content {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
footer {
	height: auto;
	font-size: 15px;
	padding-top: 0;
}
footer h3 {
font-size: 20px;
}
footer h4 {
    line-height: 22px;
	font-size: 16px;
margin-top: 10px;
margin-bottom: 7px;
}
.footertop {
    top: 0;
    transform: translateY(0);
    position: relative;
}
.boxfooter {
	padding: 10px;
    text-align: center;
}

.text-md-right {

    margin-top: 12px;
    text-align: center!important;

}
ul.nav-wizard li {
    margin-bottom: 5px;
}
h1 {
	line-height: 38px;
    font-size: 28px;
}
#searchbox {
    position: relative;
    margin-top: 0;
}
.mainw {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.mainhome {
    margin-top: 6px;
}
.boxw {
    padding-bottom: 15px;
    padding-top: 0;
	padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
.boxpay {
    height: 190px;
    min-height: 190px;
    padding: 15px;
}
.boxpay .paket {
    width: 100px;
}
.headerkosaricamob {
    color: #333 !important;
    position: absolute;
	padding: 5px 10px;
	z-index: 101;
	right: 5px;
}

.basket2 {
    margin-top: 9px;
    color: #000;
}
.basket2 div {
	padding-right: 8px;
padding-left: 8px;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: -7px;
	font-size: 15px;
	display: inline;
	float: none;
}

#cookiesdisplay p {
    color: #CCC;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 162px 10px 9px;
    padding: 10px 0;
    position: relative;
    text-align: left;
}
thead th:not(:first-child) {
       display: none;
   }

   td, th {
       display: block;
   }

   td[data-th]:before  {
       content: attr(data-th);
   }
.table .col1 {
	width: 100%;
	/* clear: left;
	float: left; */
display: inline-block;
 white-space: normal!important;
 /* border-top: 0 none !important; */
 font-size: 15px!important;
 padding: 3px 15px;
}
.table .col2 {
	width: 50%;
	float: left;
 display: block;
 white-space: normal!important;
 border-top: 0 none !important;
}
.colright {
    text-align: right;
    float: right;
}
.table tr {
    width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table tbody {
   border-bottom: 1px solid #ddd;
}
.table, .table .priceold {
font-size: 14px!important;
}
.table .price {
font-size: 14px!important;
font-weight: bold;
}
.modal-dialog {
    margin-top: 62px;
}
.content .modal-dialog {
  width: auto;
  max-width: 700px;
}
.product-related-header {
    font-size: 14px;

}
.price {
	display: block;
}
.btn-secondary {
    margin-bottom: 15px;
	padding: 6px 12px;
}
.search {
	width: 100%;
	margin: 14px 0 10px 0;
	height: 35px;
}
.btn-trazi {
    font-size: 15px;
	top: 3px;
}
  .visible-xs {
    display: block !important;
  }
  .navbar-brand {
	padding: 0;
}
.navbar-right{
	float: right;
}
/* .nav > li {
	float: none;
} */
.navbar-top{
	display: inline-block;
}
.navbar-top > li:first-child {
    margin-left: 15px;
}
.navbar-header  li  {
float: left;
	padding: 15px;
}
  .navbar-default {
		position: absolute;
	}
	.nav-pills > li:first-child {
    margin-left: 0px;
}
	.navbar-custom .nav li a {
   background-color: #333;
   display:block;
}
.navbar-custom .nav li a {
	padding: 10px;
	float: none;
}
.nav-pills > li {
	display: block !important;
	float:none;
}
	#slidingbar-area {
		display: none;
	}
	#topbar {
		display: none;
	}
	.navbar-default {
		top: 0 !important;
		height: auto !important;
		float: none !important;
	}
	.navbar-collapse .nav {
		float: none !important;
	}
	.navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		border-top-color: #E1E1E1 !important;
		border-top-width: 1px !important;
		border-top-style: solid !important;
		line-height: 20px !important;
		height: auto !important;
		margin: 0;
	}
	.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		background-color: #007AFF !important;
		color: #FFFFFF !important;
	}
	.navbar-nav, .dropdown-menu {
		margin-top: -1px !important;
		padding-top: 0;
		margin-bottom: 0 !important;
	}
	#subnav {
    width: auto;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-toggle {
		background-color: #f4f4f4;
		border: 1px solid #dedede;
		border-radius: 0;
		display:block;
		margin: 0;
		margin-bottom: 8px;
		padding: 10px;
		width: 100%;
		font-size: 18px;
		font-weight: 700;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF !important;
		height: 3px;
	}
	.navbar-default .navbar-nav .menu-search > a:hover, .navbar-default .navbar-nav .menu-search > a:focus {
		background: none !important;
		color: #007AFF !important;
	}
	.search-box {
		top: 3px;
		right: 3px;
		bottom: auto;
		margin: 0 !important;
		border: none !important;
		box-shadow: none;
		background: none;
	}
	.search-box .arrow {
		display: none;
	}
	.search-box .popover-content {
   		padding: 0 !important;
	}

	.grid-container {
		display: block;
	}
	/* Tabs Left*/
	.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
		border-right-color: #dddddd;
	}
	.tabs-left .nav-tabs {
		float: none;
	}
	.tabs-left .tab-content {
		border-top: none;
	}
	.carousel {
    margin-top: 0!important;
}
.socialIcon {
    padding-top: 5px;
    padding-bottom: 15px;
}
.col-md-gallery {
    text-align: center;
}
.big_img_p {
max-height: 270px;
    max-width: auto!important;
	margin-bottom: 5px;

}
  .thumb-img0 {
	height:auto !important;
}
.thumb0 {
    width: 100%;
	height:auto !important;
    padding: 0px;
    margin: 0px;
    transition: all 0.5s ease 0s;
    text-align: center;
    /* min-height: 190px; */
}
.thumb-img1 {
    height: 155px;
}

.thumb2 {
    width: auto;
	max-height: 85px;
	height: auto;
}
.thumb-img2 {
	padding-top: 0;
  height:auto !important;
}
.thumb3 {
	max-height: 220px;
    height: auto;
    width: auto;
}
.thumb-img3 {
  height:auto !important;
  padding-bottom: 0!important;
}
.thumb-img4 {
  height:auto !important;
}
.thumb-img5 {
	height:auto !important;
}
.thumb3list {
    max-height: 100px;
    height: auto;
    width: auto;
}
.big_img {
    width: 100%;
}
.jackbox {
    margin-left: 0px!important;
}
.breadcrumb {
    margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.profile-pic {
    float: none;
    display: block;
    width: 100%;
	text-align: center;
}
.profile-pic.listslika {
    width: 100%;
    border-bottom: 2px solid #FF0200;
}
.productlist h3 a {
    margin: 10px;
	font-size: 14px;
}
.productlist p {
    margin: 10px;
}
.bottom-column {
    float: none;
	display: block;
    text-align: center;
    right: 0;
    width: 100%;
	padding-bottom: 0;
}
.productlist .cart-wrapper {
    width: 100%;
    display: flex;
    height: 42px;
}
.productlist .z-add-to-cart {
    display: flex;
    margin-top: 0;
    width: 50%;
}
.productlist .z-add-to-cartn {
    display: flex;
    margin-top: 0;
    width: 50%;
}
.productlist .z-quantity {
    width: 42%;
    height: 42px;
}
.productlist .z-quantityn {
    width: 42%;
    height: 42px;
}
.productlist .labelgreen {
    right: 22px;
}
.productlist .labelyelow {
    right: 22px;
}
.productlist .char {
    left: 22px;
}
.profile-header {
    display: block;
}
.product {
	height: auto !important;
	margin-bottom: 13px;
}
.product .kosarica {
    position: relative;
}
.product h3 {
    margin: 5px;
}
.product h3 a {
    font-size: 16px;
    line-height: 15px;
}
.product .boxinfo  {
    /* font-size: 14px;
    line-height: 17px; */
    padding: 0;
}
.productdate {
    font-size: 16px;
}
.productdate .tooltip {
font-size: 16px;
padding: 10px;
}
.product .char {
    padding: 3px 7px;
    font-size: 13px;
}
.product .char span {
    font-size: 18px;
}
.producthome {
    height: 155px;
}
.producthome h3 {
    margin-top: 95px;
font-size: 17px;
    padding: 11px;
}
.post_081_content {
    padding: 0!important;
}
.cijena {
    font-size: 27px;
    padding-top: 7px;
}
.home {
	height: 210px;
}
.home .cijena {
    bottom: 0;
    position: relative;
    left: 0;
	float: right;
}
.menu-wrapper-left {
			width: 100%;
		}

#openFilter {
	display: none;
}
.openFilter2{
  display: flex !important;
}
.solarne_container, .solarne_reverse_container{
  flex-direction: column;
}
.solarne_projekti{
  flex-direction: column;
  align-items: stretch;
}
}
@media (min-width: 768px) and (max-width: 991px) {
header {
	min-height: 52px;
	margin-bottom: 12px;
}
.controls .prev { left: 40%!important; }
.controls .next { right: 40%!important; }
.sticky-top {
  z-index: 998;
}
.headertopleft {
    width: 240px;
  float: none;
  border-bottom: 1px solid;
border-bottom-color: rgba(0, 0, 0, 0.13);
}
.headertopleft li a {
  color: #333;
}
.d-inline-block {
  display: block!important;
}
.headertopleft li {
  padding: 3px 10px;
}
.loginb2b {
    float: right;
    right: 180px;
position: relative;
color: #333;
top: 15px;
}
.loginb2b a {
color: #333;
padding-top: 15px;
font-size: 22px;
}
.loginb2b span{
    position: absolute;
    top: -7px;
    right: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px;
    border: 2px solid #FF0200;
    line-height: 16px;
}
.headertopleft {
  margin-left: 10px;
}
.z-add-to-cart {
  font-size: 15px;
  padding: 10px 10px;
}
.home h5 {
  line-height: 16px;
}
.collapse:not(.show) {
    display: none;
}
.boxkm {
    margin-top: 50px;
}
.mojcontainer {
    display: block;
	margin-top: 52px;
}
.topnavbar .wsmenu-list {
    text-align: left;
    margin-top: 0 !important;
    float: left;
    width: 240px;
}
.btn-moj {
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    color: #FF0200;
    border: 2px solid #FF0200;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    padding: 5px 15px;
    margin-bottom: -40px;
    z-index: 1;
}
.navlogin h4 {
    margin-top: 14px;
}
.navbar-header {
	float: none;
    width: 100%;
}
.navbar-left,.navbar-right {
	float: none !important;
}
.navbar-toggle {
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    border-radius: 0;
    display:block;
    margin: 0;
    margin-bottom: 8px;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.navbar-toggle .icon-bar {
    background-color: #FFFFFF !important;
    height: 3px;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in{
	display:block !important;
}
.topnavbar .wsmenu-list > li > a {
    font-family: 'Oswald';
    font-weight: 700!important;
    display: block;
    color: #000;
    padding: 10px 32px 10px 15px;
    font-size: 17px;
}
.topnavbar .wsmenu-list > li > a:hover {
    text-decoration: none;
    color: #FF0200 !important;
}
.topnavbar .label-primary, .topnavbar .label-warning {
    padding-left: 15px !important;
    margin-right: 0px !important;
}
.label-primary {
    background-color: #337ab7!important;
	color: #fff!important;
	font-size: 15px!important;
}
.label-warning {
    background-color: #f0ad4e!important;
	color: #fff!important;
	font-size: 15px!important;
}
.loginmob {
	font-family: 'Oswald';
	/* padding: 20px 32px 10px 0; */
	font-size: 19px;
font-weight: 700;
display: block;
text-transform: uppercase;
	color: #000;
    top: 50%;
transform: translateY(-50%);
position: absolute;
}
.well h2 {
font-size: 24px;
}

.contentview .z-add-to-cart {
    width: 55%;
}
.contentview .z-add-to-cartn {
    width: 55%;
}
.content {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.sidebarmob .advsearch-circle{
	display: block;
	background-color: #FF0200;
	color: #fff;
	position: relative;
	z-index: 98;
	padding: 10px 15px;
	cursor: pointer;
}
.advsearch-circle span{
	margin-left: 15px;
}
.sidebarmob {
	overflow: auto;
	position: fixed;
	z-index: 1103;
	height: 100%;
	width: 240px;
	left: -240px;
	top: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.openadvsearch {
	display: block!important;
	width: 100%;
	left: 0px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	/* overflow: hidden; */
}
.headeradvsearch {
	/* right: 0; */
    color: #FFF !important;
    background-color: #333;
    text-decoration: none;
	padding: 9px 18px;
display: block;
margin-top: 10px;
text-align: center;
font-size: 20px;
font-weight: 700;
}
.headeradvsearch:hover {
    color: #FFF !important;
    background-color: #FF0200;
	text-decoration: none;
}
.boxsearch {
    padding-top: 0;
    margin-top: 52px;
}
.boxsearchkom {
	padding-top: 5px!important;
	margin-top: -20px!important;
}
.btn-trazi {
    font-size: 15px;
    top: 3px;
}
.search {
width: 100%;
margin: 15px 0 5px 0;
height: 35px;
}
footer {
	height: auto;
}
#searchbox {
    position: relative;
    margin-top: 0;
}

.headerkosaricamob {
    color: #333 !important;
    position: absolute;
    padding: 5px 10px;
    z-index: 101;
    right: 20px;
}
.boxpay .paket {
    width: 120px;
}
.basket2 {
    margin-top: 9px;
    color: #000;
	right: 35px;
}
.basket2 div {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 3px;
	display: inline;
	float: none;
}
.boxw {
    padding: 5px 0;
}
.cijena {
    font-size: 24px;
}
/* .mainw {
    margin-right: -25px !important;
    margin-left: -25px !important;
} */
  .visible-sm {
    display: block !important;
  }

    .navbar-brand {
	font-size: 32px;
}
.carousel {
    margin-top: 0!important;
}
.modal-dialog {
    margin-top: 62px;
}
  .thumb-img0 {
	height: 145px !important;
}
.thumb0 {
    /* height: 270px; */
	width: 100%;
	height: auto!important;
}
.thumb-img1 {
    height: 200px;
}
.thumb3 {
	max-height: 150px;
    height: auto;
    width: auto;
}
.thumb-img3 {
  height:auto !important;
  padding-bottom: 0!important;
  min-height: 150px;
}

.panel-title {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 16px;
}
.panel-body .thumb-img3 {
  height:auto !important;
}

.thumb-img5 {
	height:auto !important;
}
.content h1 {
font-size: 26px;
line-height: 38px;
}
.productlist .char {
	left: 22px;
}
.productlist .labelgreen {
    top: 7px;
    bottom: auto;
}
.productlist .labelyelow {
	top: 7px;
    bottom: auto;
}
.product {
	height: 475px !important;
}
.producthome {
    height: 200px;
}
.producthome h3 {
    padding: 12px;
    font-size: 16px;
	margin-top: 120px;
}
.content h1 {
    padding-left: 0;
    padding-right: 0;
}
.menu-wrapper-left {
	width: 100%;
}
#openFilter {
	display: none;
}
.openFilter2{
  display: flex !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.controls .prev { left: 40%!important; }
.controls .next { right: 40%!important; }
.headertopleft {
  margin-left: 10px;
}
.wsmenu-list > li > a {
    font-size: 16px;
    padding: 0px 10px;
	line-height: 24px;
}
.wsmenu02 > .wsmenu02-list > li > a {
    font-size: 17px;
}
.wsmenu02-list {
    margin-top: 28px !important;
}
.btn-moj {
    font-size: 14px;
    margin-top: 16px;
    padding: 5px;
    /* margin-bottom: -40px; */
	/* min-height: 47px; */
}
.login {
    margin-top: 6px;
}
.login a {
    font-size: 16px;
}
.visible-md {
    display: block !important;
}

.contentview .z-add-to-cart {
    width: 50%;
}
.contentview .z-add-to-cartn {
    width: 50%;
}
.boxw {
    padding: 0;
}
.navbar-brand {
	font-size: 32px;
}
.product {
    height: 535px;
}
.z-add-to-cart {
    font-size: 15px;
}
.z-add-to-cartn {
    font-size: 14px;
}
.productlist .char {
	left: 22px;
}
.thumb0 {
    width: 100%;
}
.thumb-img0 {
	height:13em !important;
}
.nav-pills li:first-child {
	display: inline-table;
}
.nav-pills li {
	font-size: 15px;
    padding-right: 15px;
	display: inline-table;
}
.nav-pills li:last-child {
    padding-right: 0;
}
}


/*NAV MOBILE TEST*/
@media only screen and (max-width: 780px) {
	/* .wsmenu-click, .wsmenu-click02 {
		height: 100%;
		width: 17%;
		background: #b60017;
		color: white;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-top: 1px solid rgba(0,0,0,0.13);
		border-bottom: 1px solid rgba(0,0,0,0.13);
		margin: 0;
	} */

	/* .wsmenu-click.ws-activearrow, .wsmenu-click02.ws-arrow {
		align-items: flex-start;
	}

	.wsmenu-click.ws-activearrow i, .wsmenu-click02.ws-arrow i {
		margin-top: 13px;
	} */

	/* .wsmenu-click02 i {
		margin: 0;
	}

	.wsmenu-submenu .fa {
		margin: 0;
	} */

	.wsmenu-click02 .wsmenu-rotate {
		align-items: flex-start;
		align-self: flex-start;
		margin-top: 13px;
	}

	.wsmenu > .wsmenu-list > li > a {
		font-family: 'Oswald';
		padding: 10px 32px 10px 15px;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;
	}
}

#filter-1 li ul {
	/* height: 0; */
	transition: all .3s;
	/* padding: 0 0 0 0; */
  padding: 10px 0 10px 0;
}

#filter-1 li ul.open {
	height: 150px;
	padding: 10px 0 0 0;
}
@media (max-width: 374px) {
    .controls .next {
    right: 22% !important;
    }
    .controls .prev { left: 22%!important; }
}

.sticky-top{
  overflow: visible !important;
}
.sticky-top > div{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.sticky-top > div::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
.sticky-top .navbar{
  position: unset;
}

.custom_dropdown_menu, .custom_dropdown_menu2 {
  position: absolute !important;
  left: 100% !important;
  opacity: 0 !important; 
  pointer-events: none !important;
  overflow-y: auto !important;
  max-height: 300px !important;
  height: auto !important;
  min-width: 300px !important;
  transition: opacity 0.3s ease;
  z-index: 100;
  width: 17em;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.25s;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.custom_dropdown_menu{
  overflow: visible !important;
}
.custom_dropdown_menu > div{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.custom_dropdown_menu > div::-webkit-scrollbar, .custom_dropdown_menu2::-webkit-scrollbar{
  display: none; /* Chrome, Safari, and Opera */
}

.main_categories:hover > .custom_dropdown_menu, .custom_dropdown_menu > div > li:hover > .custom_dropdown_menu2 {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media(max-width: 992px){
  .custom_dropdown_menu, .custom_dropdown_menu2{
    display: none !important;
  }
}
.loader_container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
