@font-face {
  font-family: 'lobster';
  src: url('fonts/Lobster-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #FFF;

}

h1, h2, h3, h4, h5 {
	color: #E14F66;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: 'lobster';
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

p, pre {
	margin: 1em 0;
	font-size: 1em;
}

a {
	outline: medium none !important;
	text-decoration: none !important;
}

.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e1644f;
  background-image: -moz-linear-gradient(top,#e1504f,#e1814f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e1504f),to(#e1814f));
  background-image: -webkit-linear-gradient(top,#e1504f,#e1814f);
  background-image: -o-linear-gradient(top,#e1504f,#e1814f);
  background-image: linear-gradient(to bottom,#e1504f,#e1814f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0504f', endColorstr='#ffe1814f', GradientType=0);
  border-color: #e1814f #e1814f #c25821;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e1814f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}

button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #e1814f;
  *background-color: #dd7139;
}

.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #d86225 \9;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}


/*  >-- Header --< */
#header-wrapper{
	background: #FFF;
	padding: 0px 0;
}


#header-wrapper #logo_text {
	height: auto !important;
}

#header-wrapper .logo-text {
	color: #E14F66;
	font-size: 3em;
	font-family: 'lobster';
	padding: 17px 0px 5px 0px;
	line-height: 60px;
	width: 100%;
}

#header-wrapper .logo-slogan {
	color: #E14F66;
	font-size: 1.2em;
	padding: 5px 0px 5px 10px;
	width: 100%;
}

#languages {
	margin-top: 25px;
}

#languages img {
	margin: 3px;
	border: 0px;
}
/*  >-- Header end --< */

/*  >-- Nav bar --< */

.navbar-wrapper {
	background: #E14F66;
}

.navbar-inverse {
	background-color: #E14F66;
	border-color: #E14F66;
}

.navbar-inverse .navbar-nav>li>a {
 color: #FFF;
 z-index: 5;
 padding: 15px 10px !important;
}

.navbar {
	margin-bottom: 0px;
	border: 0px;
}

.navbar-header {
	background: #EEE;
}

.menu-item {
	padding: 13px;
	font-size: 24px;
	color: #E14F66;
	display: inline-block;
}
.menu-item span{
	padding: 13px;
	font-size: 24px;
	display: none;
}

.main-categories ul > li {
margin: 0 0px 0 0;
position: relative;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}

.main-categories ul > li:hover {
	background-color: #EEE;
}

.main-categories ul > li:hover > a {
	color: #E14F66 !important;
    z-index: 5;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
	background-color: #E14F66;
	border-color: #E14F66;
}

.dropdown-menu>li>a {
	color: #FFF;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #EEE;
}


.new-item::before {
    height: 25px;
    width: 25px;
    background: #a5d000;
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


.new-item::after {
    width: 25px;
    height: 25px;
    background: #a5d000;
    content: "NOVO";
    font-size: 9px;
    color: #192ece;
    position: absolute;
    right: 0;
    top: 5px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(15deg);
    z-index: 2;
}
/*  >-- Nav bar end --< */
/*  >-- Carousel --< */
.carousel-caption {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.carousel-caption h1{
	font-family: 'lobster';
	color: #E14F66;
	font-size: 4em;
}

.carousel-caption h3{
	font-size: 2em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
}

.carousel-caption a {
    color: inherit;
}

.carousel-caption a:hover {
    color: #9c3142;
}
/*  >-- Carousel end --< */

/*  >-- Content --< */
section {
	display: block;
}

#main-body-wrapper {
	background: #FFF;
	padding: 30px 0;
	float: left;
	width: 100%;
}

#leftsidebar .widget {
	border: 1px solid #CCC;
	padding: 20px;
	overflow: hidden;
}

.widget:first-child {
	margin-top: 0;
}

#leftsidebar h3 {
	color: #E14F66;
	border-bottom: 1px solid #CCC;
	font-size: 1.7em;
	font-family: 'lobster';
}

.widget h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
	line-height: normal;
}

.textwidget p {
	text-align: justify;
}

#leftsidebar .signup-from {
	overflow: hidden;
}

#leftsidebar .signup-from input {
	background: #FFF;
	width: 100%;
	width: 93.8% \0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
	border: 1px solid;
	border-color: #CCCCCC;
}

#leftsidebar .signup-from .btn-rodonit {
	background: #E14F66;
	float: right;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: none;
	line-height: normal;
}

.sender-subs-embed-form-ejroWe button.submit-button {
    background-color: #E14F66;
    border-radius: 0px;
    color: #ffffff;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px !important;
    min-height: 26px !important;
    padding: 0px;
    font-weight: 700;
    float: right !important;
}

.sender-form-button.is-fullwidth {
    display: flex;
    width: 33% !important;
}

#login_form {
	overflow: hidden;
}

#login_form input {
	background: #FFF;
	width: 100%;
	width: 93.8% \0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
	border: 1px solid;
  border-color: #CCCCCC;
}

#login_form .btn-rodonit {
	background-color: #E14F66;
    border-radius: 0px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    min-height: 50px;
    padding: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 100%;
}

.username {
	text-align: left !important;
}

#text-1, #text-2 {
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
	overflow: hidden;
}

li.kolekcije {
    list-style: none;
}

li.kolekcije a {
    color: #E14F66;
    font-size: 1.1em;
    font-weight: 500;
}

#text-2 h3 {
	padding: 0;
}

#text-3 {
	padding-top: 20px;
}

.img-left img{
	max-width:100%;
	height: auto;
}


#contentsidebar #sp-online-shipping {
  width: 100%;
  float: left;
	padding-bottom: 20px;
}

.online-shipping-wrapper {
  border: 1px solid #E14F66;
	padding: 20px 0px;
  cursor: pointer;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#contentsidebar #sp-online-shipping .online-shipping-wrapper .online {
  font-size: 36px;
	background: #FFF;
  color: #333;
  border: 1px solid #333;
	border-radius: 50%;
  float: right;
  position: relative;
  height: 75px;
  width: 75px;
  font-size: 36px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  overflow: hidden;
}

#contentsidebar #sp-online-shipping .online-shipping-wrapper .online i {
  position: absolute;
  top: 22%;
  left: 30%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

#contentsidebar #sp-online-shipping .online-shipping-wrapper strong {
  text-transform: uppercase;
  padding: 15px 0px 10px 0px;
  font-size: 1.6em;
  float: left;
  font-weight: normal;
}

#contentsidebar #sp-online-shipping .online-shipping-wrapper strong span {
  color: #E14F66;
}

#post-2 {
	padding-left: 15px;
	padding-right: 15px;
}

.txt {
	float: left;
	margin: 0;
}

.action_box {

}

#home-galerija {
    height: 200px;
}

div#novo-2025 {
    display: grid;
}

.home-stranice li a {
	color: #E14F66;
	display: block;
}

.home-stranice li a:hover {
	color: #A1A2A2;
}

.home-stranice li a img {
	border: none;
	clip: rect(0px 200px 200px 0px);
    height: 150px;
}

.home-stranice li {
	height: 180px;
	padding-left: 0;
	list-style: none;
    text-align: center;
}

#stalci-prstenje {
    margin-bottom: 10px;
    display: block;
    height: 200px;
}

.category_promo {
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
	text-align: center;
    padding-top: 100px;
}

.category_promo a {
    font-size: 2em;
    color: #fff;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

img.promo_img {
    width: auto;
    height: 200px;
    width: auto !important;
    height: 200px !important;
    display: block;
    min-height: 200px !important;
    min-width: 200px !important;
    object-fit: cover;
}
/*  >-- Content end --< */

/*  >-- Footer --< */

#bottom-wrapper {
	background: #E5EAE3;
	width: 100%;
  float: left;
}

#text-bottom {
	margin: 0 30px;
}

#text-bottom h3 {
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
	padding: 20px;
	overflow: hidden;
}

#bottom-wrapper .textwidget p i {
  color: #E14F66;
	padding-right: 5px;
  font-size: 18px;
}

.menu-bottom li{
	margin: 1em 0;
  list-style: none;
	margin-left: 14px;
	position: relative;
}

.menu-bottom-item a {
	color: #333;
	font-size: 1em;
  display: block;
	position: relative;
}

.menu-bottom-item a:hover {
	color: #E14F66;
}

.contact-wrapper {
	margin: 0;
  list-style: none;
}

.footer {
	background: #191E23;
	color: #A1A2A2;
}

.copy {
	font-size: 1em;
}

.menu-footer {
	display: inline-block;
	list-style: none;
	margin: 1em 5px;
	float: right;
}

.menu-footer li {
	display: inline-block;
	font-size: 1em;
	padding: 0 5px;
}

.menu-footer li a {
	color: #E14F66;
	font-size: 1em;
}

.menu-footer li a:hover {
	color: #A1A2A2;
}

/*  >-- Footer end --< */

/*  >-- Proizvodi --< */

.slike .container {
	width: 100%;
}

li#stalci {
    text-align: center;
}

.stranice li a {
	color: #E14F66;
	display: block;
}

.stranice li a:hover {
	color: #A1A2A2;
}

.stranice li a img {
	border: none;
	position: absolute;
	clip: rect(0px 166px 150px 0px);
	height: 120px;
}

.stranice li {
	width: 166px;
	height: 150px;
	padding-left: 0;
	list-style: none;
	margin: 15px;
}

.red {
	color: #E14F66;
	font-weight: 500;
}


.sifra {
	text-align: center;
	position: absolute;
	left: 0;
  bottom: 0;
	padding-bottom: 10px;
}

.home_sifra {
	text-align: center;
	left: 0;
  bottom: 0;
	padding-bottom: 10px;
}

.cijena {
	text-align: center;
	position: absolute;
	color:	#fff;
	font-weight: 600;
	padding-left: 5px;
		/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/*  >-- Proizvodi end --< */


/***** RIBBON   *****/
.wrapper {
  position: relative;
  align: center;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 5px;
}

.ribbon-green {
  font: bold 10px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

/* straničenje css */

#paging {
	text-align: center;
	  margin: 0 auto;
}
#paging ul {
  clear: both;
}

#paging ul {
  padding: 0px;
  list-style:none;
}
#paging ul li {
  display: inline;
}
#paging ul a {
  text-decoration:none;
  padding:5px 10px;
}

ul.red {
	outline:10px solid red;
}

.simplePagerNav {
  display:inline-block;
  padding-left: 0;
  margin: 20px 0;
	border-radius: 4px;
}

.simplePagerNav li{
  display:block;
	float: left;
}

.simplePagerNav>li:first-child>a, .simplePagerNav>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.simplePagerNav>li:last-child>a, .simplePagerNav>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.simplePagerNav>li>a, .simplePagerNav>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #E14F66;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.simplePagerNav>li>a:hover, .simplePagerNav>li>span:hover, .simplePagerNav>li>a:focus, .simplePagerNav>li>span:focus {
  color: #E14F66;
  background-color: #EEE;
  border-color: #DDD;
}

/*  >-- Partner forma --< */
#intro_text {
	text-align: center;
}

.btn-rodonit {
	background: #E14F66;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: none;
	line-height: normal;
}

.btn-rodonit:hover {
	background: #E14F66;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: none;
	line-height: normal;
}
/*  >-- Partner forma end --< */

.text-info {
	color: #333;
	text-align: justify;
}

/* Nove kolekcije KAT page */
#novo-2018 > h2 {
    text-align: center;
}

.content_box {
    clear: both;
}

.category_sifra {
	text-align: center;
	left: 0;
    bottom: 0;
	padding-bottom: 10px;
}

.category-stranice {
    padding-left: 0 !important;
    width: 100%;
    display: block;
}

.category-stranice li a {
	color: #E14F66;
	display: block;
}

.category-stranice li a:hover {
	color: #A1A2A2;
}

.category-stranice li a img {
    border: none;
    height: 140px;
    width: auto;
    object-fit: cover;
    width: auto !important;
    height: 150px !important;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    min-height: 150px !important;
    min-width: 200px !important;
    object-fit: cover;
}

.category-stranice li {
    height: auto;
    width: 25%;
    list-style: none;
    text-align: center;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
}



@media only screen and (max-width: 768px) {
  #leftsidebar {
    display: none;
  }
  #contentsidebar {
    margin-right: 0;
    width: 100%;
  }
}
