.wololinia {
	display: flex;
    justify-content: space-between;
    position: relative;
}

.wololinia input {
	width: 49%;
	margin-top: 12px;
	border-width: 0 0 1px 0;
	border-color: #21351e;
	font-family: "Grotesk", Sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #21351e;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}

.wololinia ::placeholder {
	color: #21351e;
}

#wolorodo {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 0.65em;
	font-family: "Montserrat", Sans-serif;
}

#wolorodo p {
	margin-bottom: 8px;
	line-height: 1.3em;
	text-align: justify;
}

#wolorodo label {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#wolorodo input {
	vertical-align: top;
}

#wolobutton input {
	font-family: "Grotesk", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
    padding: .5rem 2rem;
    font-size: 1.2em;
    border: 0;
    background: #1F321C;
    color: #fff;
    margin: 0 auto;
    display: block;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#wolobutton input:hover {
	background-color: #f9c013;
}

.rodomore {
	display: none;
}

#wolorodoread {
	font-weight: bold;
}

#wolorodoread:hover {
	text-decoration: underline;
	cursor: pointer;
}

#wolorodo a {
	font-weight: bold;
}

#wolorodo a:hover {
	text-decoration: underline;
}

.rodomore {
	padding-left: 1em;
}

#confirm_bar p {
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	margin: 0;
	color: #4F8A10;
	font-weight: bold;
	font-size: 0.8em;
}

#confirm_bar {
	background-color: #DFF2BF;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #4F8A10;
}

@media (max-width:767px) {
	#wolobutton input {
		width: 100%;
	}
}

#wolorodo label {
	font-weight: 400;
	color: #1F321C;
}


/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-2bf4a474 */

.newslinia {
	display: flex;
    justify-content: space-between;
    position: relative;
}

.newslinia input {
	width: 49%;
	margin-top: 12px;
	border-width: 0 0 1px 0;
	border-color: #21351e;
	font-family: "Grotesk", Sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #21351e;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}

.newslinia ::placeholder {
	color: #21351e;
}

#newsrodo {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 0.6em;
	font-family: "Montserrat", Sans-serif;
}

#newsrodo p {
	margin-bottom: 8px;
	line-height: 1.3em;
	text-align: justify;
}

#newsrodo label {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#newsrodo input {
	vertical-align: top;
}

#newsbutton {
	display: flex;
	justify-content: center;
}

#newsbutton input {
	font-family: "Grotesk", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
    padding: .5rem 2rem;
    font-size: 1.2em;
    border: 0;
    background: #1F321C;
    color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.newsrodomore {
	display: none;
	padding-left: 1em;
}

#newsrodoread {
	font-weight: bold;
}

#newsrodoread:hover {
	text-decoration: underline;
	cursor: pointer;
}

#newsconfirm_bar p {
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	margin: 0;
	color: #4F8A10;
	font-weight: bold;
	font-size: 0.9em;
}

#newsconfirm_bar {
	background-color: #DFF2BF;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #4F8A10;
}

#newsrodo a {
	font-weight: bold;
}

#newsrodo a:hover {
	text-decoration: underline;
}

@media (max-width:767px) {
	#newsbutton input {
		width: 100%;
	}
}

#newsrodo label {
	font-weight: 400 !important;
	color: #1F321C !important;
}

.postcode-info {
    position: absolute;
    width: calc( 50% - .5rem );
    font-size: .75rem;
    right: 0;
    bottom: -1rem;
    text-align: center;
    background: #1f321c;
    color: #fff;
    padding: .5rem;
    border-radius: .25rem;
    transform: translateY(100%);
	display: none;
	z-index: 10;
}

.postcode-info:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 50, 28, 0);
	border-bottom-color: #1f321c;
	border-width: 8px;
	margin-left: -8px;
}

input:focus + .postcode-info {
    display: block;
}


#kraj {
	font-family:"Grotesk";
	width:100%;
	border-width:0 0 1px 0;
	border-color:#21351e;
	padding:5px 0;
	text-transform:uppercase;
	font-weight:500 !important;
	background: #fff;
	margin: 1rem 0;
}
   
#kraj option{padding:0 !important; margin:0;
	font-size: 0.9em;
}

.abroad-form {
	max-width: 600px;
	margin: 2rem auto 0;
}

.abroad-form .wololinia input {
	width: 100%;
}