


.container-sredina {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 1225px !important;
  background-color: #fff;
}

.content-section {
  background-color: #fff;
  margin-bottom: 40px;
}

.header-section {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(242,242,242,1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(242,242,242,1);
  box-shadow: 0px 3px 10px 0px rgba(242,242,242,1);
}

.row-container {
  display: table;
  width: 100%;
  /*border-right: 1px solid #e5e5e5;*/
}

.kategorija {
  display: table-cell;
  width: 306px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.kategorija-top {
  display: table-cell;
  width: 306px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.kategorija:hover, .kategorija-top:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
  z-index: 9999;
}

.naziv-kategorije {
  height: 85px;
}

.naziv-kategorije > h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: roboto condensed;
  font-weight: 300;
  text-align: center;
  padding: 23px 17px 0 17px;
  z-index: 9999;
}

.naziv-kategorije > h2 > a {
  color: #000;
}

.btn-otocek {
  display: inline-block;
  padding: 15px 0 35px 0;
}

.btn-otocek > a {
  background: #005aab none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  font-family: roboto condensed;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 10px 12px 25px;
  text-transform: uppercase;
}

.btn-otocek > a:hover {
  background: #0067c3 none repeat scroll 0 0;

}
.btn-otocek i {
  border: solid 1px #fdc131;
  border-radius: 50%;
  background-color: #fdc131;
  color: #000;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 3px;
  display: inline-flex;
  vertical-align: middle;
  padding: 5px;
}


/*===================== Carousel ==============================*/
.izdelek {
  display: table-cell;
  width: 245px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height:280px;
}

.izdelek.zadnji {
  border-right: 1px solid #e5e5e5;
}

.izdelek:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
  z-index: 9999;
}

.izdelek img {
  padding: 15px 17px 0 17px;
}

.izdelek > h2 {
  font-size: 15px;
  line-height: 22px;
  font-family: roboto condensed;
  font-weight: 400;
  text-align: left;
  padding: 15px 17px 0 17px;
}

.izdelek > h2 > a {
  color: #000;
}

.izdelek > h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding: 10px 17px 15px 17px;
}

.izdelek > h3 > .precrtana-cena {
  float: right;
  font-weight: 400;
  color: #bbb;
  text-decoration: line-through;
}

.izdelek > h4 {
  font-size: 12px;
  text-align: left;
  font-family: roboto condensed;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 17px 16px 17px;
}
.znacka-popust {
  position: absolute;
  background-color: #c99a4d;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  margin-left: 85px;
  width: 85px;
  font-family: roboto condensed;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;

}

.carousel {
  margin-bottom: 60px;
  padding: 0;
}

.carousel-control {
  left: -25px;
  height: 50px;
  width: 50px;
  color: #c99a4d;
  text-shadow: none;
  background-color: #fff;
  line-height: 57px;
  background-image: none!important;
  border: 1px solid #e5e5e5;
  margin-top: 155px;
  opacity: 1;
}

.carousel-control:hover, .carousel-control:focus {
  color: #c99a4d;
  opacity: 1;
}

.carousel-control.right {
  right: -25px;
}

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -45px;
  margin-right: -19px;
  margin-top: 7px;
}

.carousel-indicators li {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 5px 0 0;
  padding-right: 10px;
}

.carousel-indicators .active {
  background: #c99a4d;
  width: 30px;
  border: none;
  margin-right: 5px;
}
