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: #e05e60;
}

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


header {
}

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

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

}


.naslov-parent {
	background:#404657;
	padding-bottom: 100px;

	background-repeat: no-repeat;
	background-size: cover;
}

.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:#3c763d;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:3px;
}

.dostava {
	margin-top: 0;
}

.naslov-right {
	width: 50%;
	float: right;
	display: flex;
	justify-content: center;
}

.naslov-img {

	max-width: 100%;

}

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

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

.button:hover {
	-webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
	-moz-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: #e02c1f;
}

.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: 100%;
	display: inline-block;
	font-size: 14px;
}

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

.tabela {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 10px;

}

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

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

th {
	color: #e05e60;
}

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

.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;
	transition: .3s;
}

.btn-order:hover {
	-webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
	-moz-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: #e02c1f;
}

.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: 1024px) {
	.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;
	}

	.spodnjaslika {
		display: none;
	}


	#huk_cookie_prefernce_panel {
		padding: 5px 0px 0px 0px !important;
	}

	.cookie-text {
		max-width: 90%;
	}

}



@media screen and (max-width: 1024px) {

	.opis {
		width: 100% !important;
	}

	.tabela {
		width: 100% !important;
	}

	.spodnjaslika {
		max-width: 60% !important;
	}

	.naslov-left {
		width:100%;
	}

	.naslov-right {
		width: 100%;
	}

}
