#artikal{
	margin-bottom: 2%;
}

.artikal-container{
	width: 90%;
	margin: auto;
}

.artikal-osnovno{
	width: 100%;
	margin: auto;
}

.artikal-porucivanje-container{
	width: 90%;
	margin: auto;
}

.artikal-slajder{
  width: 35%;
	float: left;	
}

.artikal-blizi-opis{
	width: 30%;
	float: left;
  margin-left: 2%;
  margin-right: 2%;
}

.artikal-blizi-opis-content{
	width: 90%;
	margin: auto;
    border-bottom: 1px solid #e5e5e6;
  padding-bottom: 5%; 
}

.artikal-blizi-opis-content span{
	font-weight: 700;
}

.artikal-blizi-opis-dostava span{
	font-weight: 500 !important;
	margin-left: 5px;
}

.artikal-blizi-opis-dostava{
	width: 100%;
}

.artikal-blizi-opis-dostava a{
	border: 2px solid #e5e5e6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
}

.share-artikal-div{
  text-align: center;
}

.artikal-porucivanje{
	width: 30%;
	float: left;
	border: 2px solid #e5e5e6;
}

.artikal-porucivanje-oblik p{
  padding-left: 2%;
  padding-top: 2%;
        border-bottom: 20px solid #b5a41f;
        color: #000;
      border-left: 0px solid transparent;
      border-right: 25px solid transparent;
      height: 0;
      width: 50px;
}

.artikal-porucivanje-cena{
	font-size: 2rem;
	font-weight: 500;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.artikal-porucivanje-cena-span{
  font-size: 1.5rem;
	font-weight: 500;
}

.artikal-porucivanje-sifra{
	font-size: 1rem;
	font-weight: 500;
	padding-top: 0;
	margin-top: 1%;
	margin-bottom: 0;
}

.artikal-porucivanje-stanje, .artikal-porucivanje-rok{
	display: flex;
	align-items: center;
}

.artikal-porucivanje-stanje p{
	margin-left: 5%;
}

.artikal-porucivanje-rok p{
	margin-left: 5%;
}

.artikal-porucivanje-rok{
	margin-bottom: 4%;
}

.artikal-porucivanje-ostalo-icon{
	float: left;
	border: 1px solid #b5a41f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.artikal-porucivanje-ostalo-icon:not(:first-child){
	margin-left: 5%;
}

.artikal-porucivanje-ostalo-icon img{
	border-radius: 50%;
}

.artikal-porucivanje-korpa form{
	margin: auto;
	width: 100%;
}

.artikal-porucivanje-kolicina-boxes{
  width: 100%;
}

.artikal-porucivanje-kolicina-box1{
  float: left;
  width: 20%;
}

.artikal-porucivanje-kolicina-box1 input{
  text-align: center;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
.artikal-porucivanje-kolicina-box1 input::-webkit-outer-spin-button,
.artikal-porucivanje-kolicina-box1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.artikal-porucivanje-kolicina-box1 input[type=number] {
  -moz-appearance: textfield;
}

.artikal-porucivanje-kolicina-box2{
  float: left;
}

.artikal-porucivanje-kolicina-dugme-dodaj-u-korpu{
  margin-top: 5%;
}

.artikal-porucivanje-kolicina-dugme-dodaj-u-korpu span{
  display: flex;
  justify-content: center;
  align-items: center;
}

.artikal-porucivanje-korpa form button{
	background-color: #b5a41f;
  border: none;
  outline: none;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.artikal-karakteristike-odabir{
	border-bottom: 2px solid #b5a41f;
}

.artikal-karakteristike-odabir span{
	border: 2px solid #b5a41f;
	border-bottom: 2px solid #fff;
	padding: 5px 5px 0px 5px;
	margin-left: 5%;
}

#tabela-proizvoda table{
    border-collapse: collapse;
    width: 100%;
}

#tabela-proizvoda td, #tabela-proizvoda th {
    padding: 8px;
  padding-left: 5%;
    
}

#tabela-proizvoda tr:nth-child(even){background-color: #f2f2f2;}

#tabela-proizvoda tr:hover {background-color: #b5a41f;}

#tabela-proizvoda th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid #b5a41f;
}

.tabela-proizvoda-box{
    width: 50%;
    float: left;
}

.tabela-proizvoda-box table{
    border-radius: 20px;
}

	/* Slajder */

.slider-container {
	width: 100%;
  position: relative;
}

.slider-container img {
    border: 1px solid #e5e5e6;;
    border-radius: 10px;
	width: 100%;
}

.slide-slider {
	display: none;
}

.next-slider,
.prev-slider {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    user-select: none;
    color:#231f20;
    border:1px solid rgb(181, 164, 31, 0.2);
    display:inline-block;
    font-size: 18px;
    transition: 0.5s;
}

.next-slider:hover,
.prev-slider:hover{
    background:#b5a41f;
    color:#fff;
}

.next-slider {
    right: -2px;
    border-radius: 5px 0 0 5px;
}

.small-images-slider {
    width: 95%;
    margin: auto;
}

.small-image-slider {
	float: left;
	width: 22%;
    padding: 5px;
}

.small-image-slider:hover {
	cursor: pointer;
}

.slider-fade{
    animation: slajder-fade 2s;
}

/* Slajder */

 #myImg {
  border-radius: 5px;
  cursor: zoom-in;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
