body .inner-banner {
background-image: none !important;
background: transparent;
color: #333;
/* height: 350px; */
padding: 10px 0;
}
body .inner-banner a{
color: #333;
}
body .inner-banner .bg-overlay{
background: transparent;
}
a {
    color: #434343;
    text-decoration: underline;
}

.woocommerce table.shop_attributes th {
    width: 200px;
	
}

/* Company */
#wi_as_company{
	width:19px;
	transform:translatex(207px) translatey(-7px);
	margin-right:5px;
}

/* 320px and smaller screen sizes */
@media (max-width:320px){

	/* Company */
	#wi_as_company{
		width:21px;
		transform:translatex(116px) translatey(13px);
	}
	
}

/* Terms */
#terms{
	width:16px;
	transform:translatex(471px) translatey(-8px);
}

/* 599px and smaller screen sizes */
@media (max-width:599px){

	/* Terms */
	#terms{
		width:16px;
		transform:translatex(204px) translatey(26px);
		margin-right:0px;
	}
	
}

/* 400px and smaller screen sizes */
@media (max-width:400px){

	/* Terms */
	#terms{
		width:16px;
		transform:translatex(203px) translatey(26px);
	}
	
}

/* 320px and smaller screen sizes */
@media (max-width:320px){

	/* Terms */
	#terms{
		width:16px;
		transform:translatex(57px) translatey(86px);
		
	}
	
}

/* Link */
.main-navigation .menu-item:nth-child(6) a{
	background-color:#d04343 !important;
	
}
/* Štýl pre kontajner tlačidiel */
.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Zmenšená medzera medzi tlačidlami */
}

@media (max-width: 768px) {
    .button-container {
        flex-direction: column; /* Na mobiloch pod sebou */
        align-items: center;
        gap: 10px; /* Väčšia medzera na mobiloch pre lepšiu čitateľnosť */
    }
}

/* Základné štýly pre tlačidlá */
.btn {
    display: inline-block;
    font-size: 14px; /* Menšie písmo pre užšie tlačidlá */
    padding: 10px 20px; /* Užšie tlačidlá */
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none; /* Odstránenie podčiarknutia */
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Štýl pre tlačidlo "CHCEM SÚŤAŽIŤ" */
.chcemsutazit {
    background-color: #007bff; /* Modrá farba */
}

.chcemsutazit:hover {
    background-color: #0056b3; /* Tmavšia modrá pri hover */
    transform: scale(1.05); /* Jemné zväčšenie pri hover */
}

/* Štýl pre tlačidlo "NAČÍTAŤ ĎALŠIE SÚŤAŽE" */
.nacitatdalsie {
    background-color: #ff0000; /* Červená farba */
}

.nacitatdalsie:hover {
    background-color: #cc0000; /* Tmavšia červená pri hover */
    transform: scale(1.05); /* Jemné zväčšenie pri hover */
}
