.grecaptcha-badge {
	visibility: hidden;
}

/* Rozdeleni dopravy podle statu */
#choose-country .country-box {
	border: 1px solid #e6e6e6;
	float: left;
	padding: 1em !important;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 2% !important;
}

#choose-country select {
	height: 50px;
	width: 100%;
	font-weight: bold;
	border: 1px solid #e6e6e6;
	margin-bottom: 2%;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
}

#choose-country .country-box:nth-child(odd) {
	margin-right: 2%;
}

#choose-country .country-box:hover,
#choose-country select:hover {
	border: 1px solid #000;
	cursor: pointer;
}

#choose-country .country-box img {
	border: 1px solid #e6e6e6;
}

#choose-country .country-box span {
	margin-left: 10px;
	font-weight: bold;
}

#choose-country .country-box input {
	margin-right: 10px;
	height: 16px;
	width: 16px;
}

#choose-country .country-box img,
#choose-country .country-box span,
#choose-country .country-box input {
	vertical-align: middle;
}

@media only screen and (max-width: 820px){
	#choose-country .country-box,
	#choose-country select {
		display: block;
		width: 98%;
		margin: 1%;
		float: none;
	}

	#choose-country .country-box:nth-child(odd) {
		margin-right: 1%;
	}
}

/* platba kartou tlacitko */
.system_payment {
	text-align: center;
}

.system_payment .btn {
	color: #fff;
	background: #1ca9ea;
	border-color: #1ca9ea;
}

.system_payment .btn:hover {
	background: #1687bb;
	border-color: #1687bb;
}

.footer-copyright .payments a:lang(cs) {
	display: flex;
	justify-content: center;
	align-content: center;
}

footer .footer-copyright .inside .payments {
	flex-wrap: nowrap;
}

footer .footer-copyright .inside .payments img {
	max-height: 1.8rem;
	max-width: 30rem;
}

@media (max-width: 829px) {
	footer .footer-copyright .inside .payments img {
		max-height: 1.5rem;
	}
}

.no-link {
	color: inherit;
	text-decoration: none;
	cursor: inherit;
	filter: grayscale(1);
	opacity: .5;
}

.brands ul li a.no-link:hover {
	filter: grayscale(1);
	opacity: .5;
}

/* Uprava nadpisu na HP */
.homepage-title {
	position: absolute;
	top: 0;
	left: -999vw;
	overflow: hidden;
	text-indent: -999vw;
}

/* Uprava velikosti ikon u podkategorii */
.category-products .subcategories ul li a img {
	width: 3rem;
}
