body {
	color: #000;
	background-image: url('stars.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1919px) {
  .col-xxxl-1 { width: 8.333333%; }
  .col-xxxl-2 { width: 16.666667%; }
  .col-xxxl-3 { width: 25%; }
  .col-xxxl-4 { width: 33.333333%; }
  .col-xxxl-5 { width: 41.666667%; }
  .col-xxxl-6 { width: 50%; }
  .col-xxxl-7 { width: 58.333333%; }
  .col-xxxl-8 { width: 66.666667%; }
  .col-xxxl-9 { width: 75%; }
  .col-xxxl-10 { width: 83.333333%; }
  .col-xxxl-11 { width: 91.666667%; }
  .col-xxxl-12 { width: 100%; }
}

.err {
	font-size: 72px;
	font-weight: bold;
}

.fffa {
	background-color: rgba(255,255,255,0.8);
}

.fff {
	background-color: #fff;
}

.separator {
	width: 100%;
	height: 40px;
}

h1, h2, h3 {
	font-size: 32px;
	font-weight: bold;
}

a {
	color: #006daa;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #421dac;
}

.btn-primary {
	background-color: #522c66;
	border: #522c66;
}

.btn-danger {
	border: #006daa;
}

.nadhlava {
	z-index: 999;
	height: 26px;
	background-color: #522c66;
	position: relative;
	top: 0;
	width: 100%;
}

.nadhlava a{
	color: #fff;
	padding-right: 20px;
}

.nadhlava a:hover{
	color: #fff;
	text-decoration: underline;
}

.svg-mikro {
	position: relative;
	top: 2px;
	display: none;
}

@media screen and (max-width: 992px) {
.svg-mikro {
	display: inline-block;
}
}

.nadhlavareset {
	margin: 0!important;
	padding: 0!important;
}

.navbar {
    width: 100%;
    z-index: 1000;
    background-color: black;
    backdrop-filter: blur(3px);
    transition: height 0.3s ease, background-color 0.3s ease;
    height: 100px;
    position: relative;
}

.nav-lik-special {
	position: relative;
}

.fmenu .nav-item .nav-link.nav-lik-special {
    margin-left: 0 !important;
	position: relative;
}

@media screen and (min-width: 992px) {
.nav-lik-special {
    margin-left: 40px;
}
}


.navbar-toggler-icon {
	width: 1em;
	height: 1em;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
    padding: 0 15px;
    line-height: 100px;
    transition: box-shadow 0.3s ease;
    box-shadow: inset 0 -5px 0 transparent;
	font-weight: bold;
}

.navbar-nav .nav-link:hover {
    box-shadow: inset 0 -5px 0 #522c66;
	color: #fff;
	text-decoration: none;
}

.navbar-nav .nav-link.active {
    box-shadow: inset 0 -5px 0 #006daa;
	color: #fff;
}

.navbar.shrink {
    height: 55px;
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar.shrink .nav-link {
    line-height: 55px;
}

@media screen and (max-width: 992px) {
.navbar-nav {
	z-index: 1000;
    background-color: #000;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100vw;
}

.navbar-nav .nav-link {
	line-height: 50px;
}

}

.navbar-brand {
	max-height: 100%;
}

.navbar-brand i {
	font-size: 14px;
}

.svg-min {
	position: relative;
	top: -5px;
}

.hbg-a {
	height: 356px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('hbg-a.jpg');
	text-align: center;
	color: #000;
}

.maly {
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
	color: grey;
}

.mainban {
	padding-top: 500px;
	height: 800px;
	background-image: url('img/homebanner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	font-size: 24px;
	font-weight: bold;
    color: #fff;
}

.mainban h1 {
	font-size: 48px;
	font-weight: bold;
}

@media screen and (max-width: 992px) {
.mainban {
	padding-top: 400px;
	font-size: 20px;
}

.mainban h1 {
	font-size: 40px;
}
}

.homeinfobox {
	position: relative;
	vertical-align: top;
	width: 25%;
	display: inline-block;
	height: 320px;
	border-top: 10px solid #006daa;
	box-shadow: 0px 0px 10px 0px #888888;
	margin: 30px;
	border-radius: 0px 0px 50px 0px;
	padding: 20px;
}

.homeinfobox h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

.homeinfobox p {
	margin-top: 10px;
}

.homeinfobox img {
	height: 100px;
}

.homeinfobox .btn {
	width: 180px;
	position: absolute;
	bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
.homeinfobox {
	width: 30%;
    margin: 10px;
}
}

@media screen and (max-width: 992px) {
.homeinfobox {
	width: 40%;
    margin: 20px;
}
}

@media screen and (max-width: 768px) {
.homeinfobox {
	width: 80%;
    margin: 20px;
}
}

.akcent {
	color: #006daa;
}

.bartos img {
	width: 100%;
}

.modra {
	position: relative;
    background: rgb(9,19,40);
    background: linear-gradient(86deg, rgba(9,19,40,1) 0%, rgba(15,39,91,1) 100%);
	color: #d1d1d1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.innerik {
	position: absolute;
	top: -95px;
	z-index: -1;
}

.fotter {
	background-color: #242424;
	padding-top: 30px;
	color: #959595!important;
}

.fotter a {
	color: #959595!important;
}

.fotterrik {
	position: relative;
	top: 10px;
	height: 150px;
}

.poptatban {
	background-image: url('img/poptatban.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	color: #fff;
	text-align: center;
	padding-top: 100px;
}

@media screen and (max-width: 992px) {
.poptatban {
	padding-top: 70px;
}
}

.special {
	border-top: 10px solid #006daa;
	border-left: 5px solid #006daa;
	border-radius: 20px 0 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
    display: none; /* Skrytí před nahráváním */
    animation: pulse 1.5s infinite alternate;
}

#progress {
    width: 0%;
    height: 20px;
    background-color: #006daa !important;
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: bold;
    transition: width 0.3s ease-in-out;
}

@keyframes pulse {
    0% { background-color: #f3f3f3; }
    100% { background-color: #e0e0e0; }
}

.alert-primary {
	background-color: #006daa;
	color: #fff;
}

.prdobal {
	margin-top: 20px;
}

.prd {
	width: 100%;
	height: 450px;
	display: block;
	border-top: 10px solid #006daa;
	box-shadow: 0px 0px 10px 0px #888888;
	border-radius: 0px 0px 50px 0px;
	padding: 0px 30px 30px 30px;
}

.prd {
	color: #424242;
}

.prd:hover {
	color: #006daa;
}

.prdimg {
	width: 100%;
	height: 260px;
	position: relative;
}

.prdimg .prdimgimg {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.minivarobal {
	position: absolute;
	bottom: 0;
	right: 0;
}

.minivar {
	width: 40px;
	margin-left: 10px;
	box-shadow: 0px 0px 10px 0px #c2c2c2;
}

.prdcontent {
	padding-top: 10px;
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.cena {
	color: #006daa;
}

.swiper {
    width: 100%;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 500px;
    width: 100%;
}

.mySwiper {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 500px;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
.swiper-slide img {
    height: 350px;
}

.mySwiper2 {
    height: 350px;
}
.mySwiper .swiper-slide {
    height: 350px;
}
.mySwiper {
    height: 70px;
}
}

.radio-box {
    display: flex;
    border: 2px solid #ddd;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    width: 48%;
	height: 65px;
	margin-bottom: 10px;
	margin-right: 1%;
	float: left;
	font-size: 16px;
}

@media screen and (max-width: 992px) {
.radio-box {
    width: 100%;
	margin-right: 0;
}
}

.radio-box p {
    padding: 0;
	margin: 0;
}
        
.radio-box input {
    display: none;
}
        
.radio-box label {
    width: 100%;
    cursor: pointer;
}
        
.radio-box:has(input:checked) {
    border-left: 2px solid #006daa;
	background-color: #edf1f7;
}

.varimgcontainer {
	height: 55px;
}

.varimgcontainer img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
	position: relative;
	top: -7px;
}

.carticon {
	display: block;
	position: absolute;
	top: 30px;
    left: 24px;
	background-color: red;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

@media screen and (max-width: 992px) {
.carticon {
	top: 5px;
    left: 30;
}
}

.incart span {
	padding-top: 2px;
}

.sale-table:nth-child(odd) {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.sale-table:nth-child(even) {
    background-color: white;
    padding-bottom: 20px;
}

.sale-table b {
    padding-top: 20px;
    display: block;
}

.sale-table:hover {
    background-color: #d3e5ed;
}

.anavbar {
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.anavbar a {
	color: #fff;
	display: inline-block;
	padding: 10px;
}

.form-inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}

.tablerow {
	border: 1px solid lightgrey;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tablerow:hover {
	background-color: #f9f0ff;
}