body {
  font-family: 'Montserrat', sans-serif;
  color: #51595d;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
}

a {
  text-decoration: none;
  color: #ce1719;
}

h3 {
  color: #ce1719;
  font-size: 2em;
  margin-top: 0;
}


header {
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

*,
*:after,
*:before {
  box-sizing: border-box;
}


.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  user-select: none;

  &>* {
    margin: .5rem 0.5rem;
  }
}



.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;

  &:checked+.checkbox-tile {
    border-color: #CE1719;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    color: #CE1719;

    &:before {
      transform: scale(1);
      opacity: 1;
      background-color: #CE1719;
      border-color: #CE1719;
    }

    .checkbox-icon,
    .checkbox-label {
      color: #CE1719;
    }
  }

  &:focus+.checkbox-tile {
    border-color: #CE1719;
    box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;

    &:before {
      transform: scale(1);
      opacity: 1;
    }
  }
}

.checkbox-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 91%;
  min-height: 7rem;
  border-radius: 0.5rem;
  border: 2px solid #CE1719;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(#000, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 50px;

  &:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  &:hover {
    /* border-color: #CE1719; */

    &:before {
      /* transform: scale(1);
      opacity: 1; */
    }
  }
}

.checkbox-icon {
  transition: .375s ease;
  color: #494949;
}

.checkbox-label {
  color: #707070;
  transition: .375s ease;
  text-align: center;
}



.phone {
  margin: 0;
  text-align: right;
  color: #fff;
  font-size: 16px;
  padding-top:20px;
  padding-bottom: 150px;
  font-weight: normal;
}

.phone a {
  color: #dcb441;
  text-decoration: none;
  font-size: 18px;
}


.naslov-parent {
  /*background:#404657;*/
  padding-bottom: 100px;
  /*background-image: url('assets/bg-badelj.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background: rgb(0,98,51);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,98,51,1)), color-stop(60%, rgba(0,98,51,0.5676645658263305)), to(rgba(240,240,240,1)));
  background: -webkit-linear-gradient(top, rgba(0,98,51,1) 0%, rgba(0,98,51,0.5676645658263305) 60%, rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(top, rgba(0,98,51,1) 0%, rgba(0,98,51,0.5676645658263305) 60%, rgba(240,240,240,1) 100%);
  background: linear-gradient(180deg, rgba(0,98,51,1) 0%, rgba(0,98,51,0.5676645658263305) 60%, rgba(240,240,240,1) 100%);
}

.naslov-left {
  width: 50%;
  float: left;
  color: #fff;
}

.naslov-left h3 {
  text-align: left;
  font-size: 60px;
  font-weight: 700;
}

.naslov span {
  font-size: 45px;
}

.price {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.price-orange {
  color: rgba(206, 23, 25, .72);
}

.dostava {
  margin-top: 0;
}

.naslov-right {
  width: 50%;
  float: right;
}

.naslov-img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

.naslov {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 30px;
    font-weight: 400;
}

.button {
  background: #ce1719;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button:hover {
  -webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  background: rgba(206, 23, 25, .92);

}

.button a {
  padding: 15px;
  display: block;
  color: #fff;
}

.produkt-img-parent {
  font-size: 0;
}

.produkt-img {
  width: 50%;
  max-width: 700px;
  display: inline-block;
}

.cena {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 50px;

}

.cena-inner {
  width: 80%;
  margin: 0 auto;
  background: rgba(50,50,50,0.3);
  color: #fff;
  padding: 25px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
}

.cena-inner h4 {
  font-weight: normal;
  font-size: 20px;
}

.stara-cena {
  text-decoration: line-through;
}

.proizvod {
  padding: 75px 0;
  background: #f0f0f0;
  text-align: center;
}

.proizvod-inner p {
  display: inline-block;
  width: 50%
}

.proizvod p span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.proizvod-inner p:first-child {
  float: left;
}

.proizvod-inner p:nth-child(2) {
  float: right;
}

.opis-parent {
  padding: 75px 0;
  font-size: 0;
  line-height: 30px;
}

.opis {
  width: 65%;
  display: inline-block;
  font-size: 14px;
}

.opis-inner {
  padding-right: 25px;
}

.tabela {
  width: 35%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-top: 58px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

td, th {
    border: 1px solid #f0f0f0;
    text-align: left;
    padding: 15px;
}

th {
  color: #ce1719;
}

tr:nth-child(even) {
    background-color: #f0f0f0;
}

.dnevni-vnos {
  display: table;
  margin: 0 auto;
}

.forma {
  background: #f0f0f0;
  padding: 75px 0;
  text-align: center;
}

.form-group {
  display: inline-block;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  text-align: left;
  /*padding: 20px;*/
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}


.container-contact {
  width: 30%;
  margin: 0 auto;
}

input, textarea, select { 
    border-radius: 15px;
    padding: 16px;
    font-size: 16px;
    line-height: 15px!important;
    border: none;
    width: 91%;
    background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #e34135;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 65, 53, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 65, 53, 0.6);
}

.select-parent {
  width: 100%;
  border-radius: 15px;
    display:inline-block;
    overflow:hidden;
}

select {
  width: 100%;
  height: 51px;
}



.opomba {
  width: 100%;
}

#agree {
  margin-bottom: 20px;
  width: auto;
}

.splosni-pogoji span {
  vertical-align: middle;
  font-size: 15px;
}

.btn-order {
  display: block;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #ce1719;
}

.btn-order:hover {
  -webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  background: rgba(206, 23, 25, .92);
}

.alert-danger {
  color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

footer {
  padding: 30px 0;
}

.copyright {
  float: left;
}

.izdelava-spletne-strani {
  float: right;
}


.middlename {
  display: none!important;
}

.obvezno {
  font-size: 14px;
}


.novice .novice-text {
  display: inline;
  font-weight: normal;
  vertical-align: middle;
  font-size: 15px;
}

.novice,
.splosni-pogoji {
  width: 95%;
}

.splosni-pogoji {
  margin-top: 12px!important;
  margin-bottom: 12px!important;
}

#newsletter {
	width: auto;
}

#agree {
	margin-bottom: 0;
}


.novice {
	margin-bottom: 18px!important;
}

@media screen and (max-width: 1600px) {
  .container-contact {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .container-contact {
    width: 70%;
  }

  .naslov-right {
    margin-top: 100px;
  }

  .copyright,
  .izdelava-spletne-strani {
    float: none;
    text-align: center;
  }

  .izdelava-spletne-strani {
    margin-top: 15px;
  }
}

@media screen and (max-width: 699px) {
  .form-group input,
  .form-group textarea {
    width: 150px;
  }

  .naslov-left,
  .naslov-right {
    float: none;
    width: 100%;
  }

  .opis-inner {
    padding: 0;
  }

  .opis,
  .tabela {
    width: 100%;
  }

  .tabela {
    margin-top: 20px;
  }
  
  .price-orange {
    /*color: #fff;*/
  }

}

@media screen and (max-width: 550px) {
  
  .container,
  .container-contact {
    width: 85%;
  }
  
  .opis {
    text-align: justify;
    line-height: 20px;
  }
  
  .opis,
  .tabela {
    font-size: 13px;
  }
  
  .form-group {
    width: 100%;
    margin: 0;
  }

  .form-group input,
  .form-group textarea {
    width: 85%;
  }

  .naslov-left h3 {
    font-size: 40px;
  }

  .naslov span {
    font-size: 30px;
  }

  .proizvod-inner p {
    width: 100%;
  }
  
  .phone {
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    text-align: center;
  }
  
  	#huk_cookie_prefernce_panel {
		padding: 5px 0px 0px 0px !important;
	}
	
	.cookie-text {
		max-width: 90%;
	}
  
  
}