.n_values {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}

.n_values thead th{
  border: 1px solid black;
  }

.n_values tbody td{
    border: 1px solid black;
}



  .cart-table {
    font-family: Georgia;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 0;
  }

  .cart-table td, .cart-table th {
    border: 1px solid #ddd;
    padding: 4px;
  }

  .cart-table td {
    background-color: #fefdfa;
    text-overflow: ellipsis;
  }


  .cart-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #796339b3;
    color: white;
  }

.div_kosarice{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  background: transparent;
}

.cart_addons{
  text-decoration: none;
  color: #acacac;
  font-style: oblique;
  text-transform: uppercase;
  margin-bottom: 0px;
}


.stevilka_mize {
  margin-top: auto;
  color: white;
  margin-right: 5px;
}


.obvestilo {
  bottom:0;
  right: 0;
  left: 0;
  padding:10px;
  text-align:center;
  background-color:green;
  background-repeat:no-repeat;
  background-size:contain;
  transition: 2s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  margin-left: -15px;
  color: white;
  position:fixed;
}

.gumb_naroci {
  position: absolute;
  right: 30px;
  margin-top: 12%;
}

.language_icon {
  margin-top: 5px;
  margin-right: -10px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}



.slika {
  float: left;
  font-size: 30px;
  text-align: center;
  margin-left: 5%;
  margin-bottom: 30px;
  width: 45%;
  height: 20%;
}

.slika img {
  width: 100%;
  height: 100%;
}


.popup {
  margin-left: -15px;
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  left: 14%;
  overflow: auto;
  z-index: 12;
}

.galerija {
  margin-top: 30px;
}

.popup-vsebina {
  width: 80%;
  height: 80%;
  opacity: 1;
  border-radius: 4px;
}


.button_order {
    text-align: center;
    margin-top: 24px;
    width: 100%;
    display: block;
}


.widget-small.product_show {
    /*background-color: #cc8800a6;*/
    background-color: #1515144d;
    border: 2px solid;
    border-radius: 3px;
    border-color: #c80;
}


@media only screen and (max-width: 768px) {
  .popup {
    margin-left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    left: 0px;
    z-index: 12;
  }
}


.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}
