/* 

Tooplate 2114 Pixie

https://www.tooplate.com/view/2114-pixie

*/

body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}

.copyright-text {
	text-transform: uppercase;
}

.main-button a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
}
.main-button a:hover {
	opacity: 0.7;
}
.section-heading {
	margin-top: 80px;
	margin-bottom: 40px;
}
.section-heading .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.section-heading h1 {
	font-size: 22px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
}

/* Pre Header Style */
#pre-header {
	background-color: #3a8bcd;
	text-align: center;
}
#pre-header span {
	color: #fff;
	font-size: 15px;
	padding: 10px 0px;
	display: inline-block;
}

/* Header Style */
.navbar .navbar-brand {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px 0px;

    font-weight: 700;
    font-size: 22px;
    color: #3a8bcd !important;
    font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-brand:hover {
    color: #333333 !important;
}

.bg-dark {
	background-color: #fff!important;
	border-bottom: 1px solid #eee;
}
#navbarResponsive {
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 99px;
	transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-item {
	margin: 0px 15px;
	white-space: nowrap;
}
.dropdown-menu {
    min-width: 220px; /* nech je to trochu širšie */
}
.dropdown-item {
    white-space:nowrap; /* tu môže byt zalomenie ak sú názvy dlhé */
}

.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
	transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #3a8bcd;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #3a8bcd !important;  /* modrá iba pri hover/focus */
}

.navbar:after {
	width: 100%;
	height: 1px;
	background-color: #eee;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
}
.navbar-dark .navbar-toggler-icon {
	background-image: none;
}
.navbar-dark .navbar-toggler {
	border-color: #3a8bcd;
	background-color: #3a8bcd;	
	height: 50px;
	outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	font-family: 'FontAwesome';
}
/* Banner Style */
.banner {
	margin-top: 50px;
	background-image: url(../images/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px;
	background-position: center center;
}
.banner .caption {
	background-color: rgba(250,250,250,0.9);
	padding: 30px;
	max-width: 450px;
}
.banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
}
.banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
}

/* Featured Style */
.featured-items {
	margin-bottom: 70px;
}
.featured-item {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
  transition: all 0.5s;

  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.featured-item:hover {
	opacity: 0.9;
}
.featured-item img {
	width: 80%;
	display: block;
    margin: 0 auto 15px auto; /* stred + medzera pod obrázkom */
    max-width: 100%;
    height: auto;
}
.featured-item h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
	transition: all 0.5s;
}
.featured-item:hover h4 {
	color: #3a8bcd;
}
.featured-item h6 {
	color: #3a8bcd;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
    width: 100%;
}
.owl-theme .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots .active span {
	background-color: #3a8bcd!important;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #aaa;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0px 5px;
	outline: none;
}



/* Subscribe Style */
.subscribe-form {
	background-color: #3a8bcd;
	padding: 80px 0px;
	text-align: center;
}
.subscribe-form .section-heading  {
	margin-top: 0px;
}
.subscribe-form .section-heading h1 {
	color: #fff;
}
.subscribe-form .section-heading .line-dec {
	background-color: #fff;
	margin: 0 auto;
}
.subscribe-form .main-content p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 30px;
}
.subscribe-form .main-content form  {
	color: #fff;
	display: inline;
}
.subscribe-form .main-content form input {
	display: inline;
}
.subscribe-form .main-content form input {
	width: 100%;
	height: 46px;
	border: 1px solid #fff;
	background-color: transparent;
	padding-left: 15px;
	color: #fff;
	outline: none;
}
.subscribe-form .main-content form button:focus {
	color: #fff!important;
}
.subscribe-form .main-content form button {
	width: 100%;
	height: 45px;
	cursor: pointer;
	background-color: #fff;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #3a8bcd;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}


/* Footer Style */
.footer {
	text-align: center;
}
.footer ul {
	padding: 0px;
	margin: 0px;
}
.footer ul li {
	list-style: none;
	display: inline-block;
}
.footer .logo img {
	max-width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
}
.footer .footer-menu {
	margin-bottom: 40px;
}
.footer .footer-menu ul li {
	margin: 0px 15px;
}
.footer .footer-menu a {
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	transition: all 0.5s;
}
.footer .footer-menu a:hover {
	color: #3a8bcd;
	text-decoration: none;
}
.footer .social-icons {
	margin-bottom: 60px;
}
.footer .social-icons ul li {
	margin: 0px 10px;
}
.footer .social-icons a {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #aaa;
	text-align: center;
	display: inline-block;
	line-height: 33px;
	border-radius: 50%;
	font-size: 13px;
	transition: all 0.5s;
}
.footer .social-icons a:hover {
	background-color: #3a8bcd;
}

/* Sub Footer Style */
.sub-footer {
	border-top: 1px solid #eee;
	text-align: center;
}
.sub-footer p {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 60px;
}
.sub-footer a {
	color: #3a8bcd;
	text-decoration: none;
}

/* Featured Page Style */
.featured-page {
	margin: 90px 10px 40px 10px;
}
.featured-page .section-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featured-page #filters {
	margin-top: 15px;
	text-align: right;
}
.featured .featured-item {
	margin-bottom: 30px;
	text-decoration: none;
}
.featured .featured-item h4 {
	transition: all 0.5s;
}
.featured .featured-item:hover h4 {
	color: #3a8bcd;
}
#filter button {
	outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
	color: #3a8bcd!important;
	box-shadow: none!important;
}
#filters .btn-primary {
	color: #1e1e1e;
	border: none;
	font-size: 15px;
	font-weight: 700;
	background-color: transparent;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.page-navigation ul {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px  0px 0px 0px;
	margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
	display: inline-block;
}
.page-navigation ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-weight: 700;
	color: #1e1e1e;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
	background-color: #3a8bcd;
	border-color: #3a8bcd;
	color: #fff;
}



/* Single Product Style */
.single-product .product-slider {
	padding: 20px;
	border: 1px solid #eee!important;
	border-radius: 5px;
	text-align:center;
}
.flexslider {
	border: none!important;
}
#carousel {
	margin-top: 20px;
}
#carousel .slides li {
	width: 150px!important;
}
.single-product .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
}
.single-product .right-content h6 {
	color: #3a8bcd;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
}
.single-product .right-content p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-product .right-content span {
	font-size: 14px;
	color: #3a8bcd;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
.single-product .right-content label {
	font-size: 14px;
	color: #4a4a4a;
}
.single-product .right-content .quantity-text {
	margin-left: 10px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #eee;
}
.single-product .right-content .button {
	margin-left: 15px;
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}
.single-product .right-content .down-content span {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 8px;
	color: #aaa;
}
.single-product .right-content .down-content span a {
	color: #aaa;
	font-weight: 400;
	margin-left: 4px;
	transition: all 0.5s;
}
.single-product .right-content .down-content span a:hover {
	color: #3a8bcd;
}
.single-product .right-content .down-content span a:hover i {
	background-color: #3a8bcd;
}
.single-product .right-content .down-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.single-product .right-content .down-content .categories {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding: 10px 0px;
}
.single-product .right-content .down-content .share {
	border-top: 1px solid #eee;
	padding: 10px 0px;
}
.single-product .right-content .down-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}



/* About Us Style */
.about-page {
	margin-top: 10px;
    margin-bottom: 40px;
}
.about-page .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about-page .left-image img {
	max-width: 100%;
}
.about-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.about-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.about-page .right-content .share {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.about-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.about-page .right-content span a:hover i {
	background-color: #3a8bcd;
}




/* Contact Page Style */
.contact-page {
	margin-top: 50px;
    margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 30px;
}
.contact-page .right-content input {
	height: 44px;
	line-height: 44px;
}
.contact-page .right-content textarea {
	height: 200px;
	max-height: 280px;
}
.contact-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.contact-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.contact-page .right-content .share {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.contact-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.contact-page .right-content span a:hover i {
	background-color: #3a8bcd;
}
.contact-page .right-content .button {
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}






/* Responsive Style */
@media (max-width: 991px) {

	.banner {
		border-top: none;
		margin-top: 0px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 96px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(250,250,250,0.95);
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar-dark .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.featured-page #filters {
		text-align: right;
	} 
	.single-product .right-content {
		margin-top: 30px;
	}
	.about-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content .col-md-6,
	.contact-page .right-content .col-md-12 {
		padding: 0px;
	}
	.featured-page {
		margin-top: 80px;
	}
	.about-page,
	.contact-page {
		margin-top: 0px;
	}

}

@media (max-width: 767px) {
	.subscribe-form .main-content form input.button {
		margin-top: 20px;
	}
	.featured-page #filters {
		margin-top: 15px;
		text-align: left;
	} 
	.section-heading {
	margin-top: 30px;
	margin-bottom: 40px;
	}
    .about-page .left-image {
    order: 2; /* obrázok pôjde až druhý */
    }
   .about-page .right-content {
    order: 1; /* text pôjde prvý */
   }
   .featured-page {
	margin: 30px 10px 40px 10px;
}
}


// pridane CSS

/* Košík – spolocné */
.cart-link { display: inline-flex; align-items: center; }
.cart-icon { position: relative; display: inline-block; line-height: 1; }

.cart-icon .fa-shopping-cart {
  font-size: 22px; /* môžeš upravit */
  color: #1e1e1e;
}
.cart-link:hover .fa-shopping-cart { color: #3a8bcd; }

/* Badge pripevnený k ikonke */
.cart-count {
  position: absolute;
  top: -7px;          /* jemné doladenie polohy */
  right: -15px;        /* jemné doladenie polohy */
  background: #3a8bcd;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pri velmi velkých císlach nech sa badge nerozbije */
.cart-count { white-space: nowrap; max-width: 28px; overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 991.98px) {
  .cart-link.d-lg-none {
    margin-right: 35px; /* posunie košík dolava, aby nenarážal do hamburgeru */
  }
}

@media (max-width: 767px) {
  .product-slider img {
    max-width: 100%;
    height: auto;
  }
}

/* Štýl pre tabulky produktov */
/* Hlavná tabulka cien */
#ceny table {
  width: 100%;
  border-collapse: separate; /* aby sa prejavilo zaoblenie */
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 8px;        /* zaoblené rohy */
  overflow: hidden;          /* oreže obsah do radiusu */
  background: #fff;
}

#ceny th {
  background: #3A8BCD;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  color:#FFFFFF;
}

#ceny td {
  padding: 10px;
  border: 1px solid #eee;
  vertical-align: middle;
}
#ceny table tr:last-child td {
  border-bottom: none;
}

/* Vnorena tabulka */
#ceny table.vnorena {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}

#ceny table.vnorena td {
  padding: 6px 8px;
  border-bottom: 1px solid #eaeaea;
}

#ceny table.vnorena tr:last-child td {
  border-bottom: none; /* posledný riadok bez ciary */
}

#ceny table.vnorena strong {
  color: #333;
}

#ceny table.vnorena textarea,
#ceny table.vnorena input[type="text"] {
  width: 100%;
  max-width: 320px;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#ceny table.vnorena input[type="checkbox"] {
  margin-right: 5px;
}

#ceny table.vnorena button.dksk {
  background: #3a8bcd;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

#ceny table.vnorena button.dksk:hover {
  background: #2d6fa8;
}

.obj-form-close3{
	cursor:pointer;
}

/* Suché (outline) tlacidlo pre košík */
.dksk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 15px;
  border: 2px solid #3A8BCD;   /* modré orámovanie */
  background: transparent;     /* priehladné pozadie */
  color: #3A8BCD;              /* modrá ikonka/text */
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dksk i {
  margin: 0;
  font-size: 16px;
}

/* Hover efekt – vyplní sa */
.dksk:hover {
  background: #3A8BCD;
  color: #fff;
}

/* Active klik efekt */
.dksk:active {
  transform: scale(0.95);
}

.boxheadercss{
    padding: 5px;
    border: 1px solid #999999;
    border-radius: 5px;
    display:table-cell;
    margin:0px;
    color:#333333;
    background-color: #ffffff;
    text-align:left;
}
.boxbodycss{
    display:none;
}

/* KOSIK */
table.kosik {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden; /* aby zaoblenie fungovalo */
  font-size: 14px;
}

table.kosik th {
  background: #3A8BCD;
  color:#FFFFFF;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

table.kosik td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

table.kosik tr:last-child td {
  border-bottom: none;
}

table.kosik td:first-child {
  text-align: left;
}

table.kosik td .cena-peciatky3 {
  font-weight: 600;
  color: #3a8bcd; /* modrá z webu */
}

table.kosik input[type="text"] {
  width: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  font-size: 13px;
}

table.kosik select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 13px;
}

table.kosik button.dksk {
  background-color: #3a8bcd;
  border: none;
  border-radius: 5px;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

table.kosik button.dksk:hover {
  background-color: #2f6aa1;
}
button.prepocitat {
  background-color: #3a8bcd; /* modrá z webu */
  border: none;
  border-radius: 5px;
  padding: 3px 7px 3px 7px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  margin-top:5px;
}
.kskosik{
	width:15px;
}


button.prepocitat:hover {
  background-color: #2f6aa1;
}

button.prepocitat i {
  font-size: 16px;
}

a.delete-btn {
  color: #e74c3c; /* cervená */
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #f9d6d3; /* jemne cervené pozadie */
  transition: 0.2s;
}

a.delete-btn:hover {
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
}

.kosik-celkom {
  display: flex;
  justify-content: center;
  align-items: baseline; /* aby text a císlo sedeli na spodnej linke */
  margin: 25px 0;
  font-family: 'Poppins', sans-serif;
  gap: 10px; /* medzera medzi textom a sumou */
}

.kosik-celkom-text {
  font-size: 20px;
  font-weight: 600;
  color: #555;
}

.kosik-celkom-suma {
  font-size: 28px;
  font-weight: 700;
  color: #3a8bcd; /* modrá podla designu */
}


table.doprava {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

table.doprava th {
  background: #3A8BCD;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  text-align:left;
  color:#FFFFFF;
}

table.doprava td strong { 
  font-weight: 600; 
  color: #333; 
}

/* (volitelné, pre istotu) explicitne biela v hlavicke */
table.doprava th strong { 
  color: #FFFFFF; 
}

table.doprava td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-size: 14px;
}

table.doprava tr:last-child td {
  border-bottom: none;
}

table.doprava td:first-child {
  text-align: center;
  width: 40px; /* úzky stlpec pre radio */
}

table.doprava input[type="radio"] {
  accent-color: #3a8bcd; /* podpora v moderných prehliadacoch */
  cursor: pointer;
}

table.doprava tr:hover td {
  background-color: #f9f9f9;
  transition: 0.2s;
}

table.doprava strong {
  font-weight: 600;
  color: #333;
}



table.platba {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

table.platba th {
  background: #3A8BCD;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  color: #FFFFFF;
}

table.platba td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-size: 14px;
}

table.platba tr:last-child td {
  border-bottom: none;
}

table.platba td:first-child {
  text-align: center;
  width: 40px; /* úzky stlpec pre radio */
}

table.platba input[type="radio"] {
  accent-color: #3a8bcd;
  cursor: pointer;
}

table.platba tr:hover td {
  background-color: #f9f9f9;
  transition: 0.2s;
}

table.platba strong {
  font-weight: 600;
  color: #333;
}


/* Tlacidlo pod tabulkou */
.potvrdi-kosik {
  text-align: center;
  margin: 25px 0;
}

.potvrdi-kosik button {
  background-color: #3a8bcd;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  font-family: 'Poppins', sans-serif;
}

.potvrdi-kosik button:hover {
  background-color: #2f6aa1;
}


/* Obal pre obrázok + text */
.produkt-kosik {
  display: flex;
  align-items: center;
  gap: 12px; /* medzera medzi obrázkom a textom */
}

/* Obrázok – desktop */
.produkt-kosik .obrksk img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
}

/* Text */
.produkt-kosik .ppsksk {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* Mobilné zobrazenie */
@media (max-width: 768px) {
  .produkt-kosik {
    flex-direction: column; /* obrázok hore, text pod ním */
    align-items: flex-start;
  }

  .produkt-kosik .obrksk img {
    max-width: 75px;
    margin-bottom: 6px;
  }

  .produkt-kosik .ppsksk {
    font-size: 13px;
  }
}


table.faadd {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

table.faadd th {
  background: #3A8BCD;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

table.faadd td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

table.faadd tr:last-child td {
  border-bottom: none;
}

/* Input polia */
table.faadd input[type="text"] {
  width: 100%;
  max-width: 350px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 14px;
  transition: border 0.2s, box-shadow 0.2s;
}

table.faadd input[type="text"]:focus {
  border-color: #3a8bcd;
  box-shadow: 0 0 5px rgba(58,139,205,0.3);
  outline: none;
}

/* Kratke polia */
table.faadd input.kratky {
  max-width: 150px;
}

/* Info text v spodku */
table.faadd td[colspan="2"] {
  font-size: 12px;
  color: #666;
  background: #fafafa;
}


table.dodadd {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

table.dodadd th {
  background: #3A8BCD;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

table.dodadd td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

table.dodadd tr:last-child td {
  border-bottom: none;
}

/* Input polia */
table.dodadd input[type="text"] {
  width: 100%;
  max-width: 350px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 14px;
  transition: border 0.2s, box-shadow 0.2s;
}

table.dodadd input[type="text"]:focus {
  border-color: #3a8bcd;
  box-shadow: 0 0 5px rgba(58,139,205,0.3);
  outline: none;
}

/* Kratke polia */
table.dodadd input.kratky {
  max-width: 150px;
}

/* Info riadok */
table.dodadd td[colspan="2"] {
  font-size: 12px;
  color: #666;
  background: #fafafa;
  text-align: left;
}


table.reklamacia {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

table.reklamacia th {
  background: #3A8BCD; /* modrá z webu */
  color: #fff;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

table.reklamacia td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

table.reklamacia tr:last-child td {
  border-bottom: none;
}

table.reklamacia input.dlhy,
table.reklamacia input.kratky,
table.reklamacia input.mini,
table.reklamacia textarea.txtarea {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 13px;
}

table.reklamacia input.kratky {
  max-width: 150px;
}

table.reklamacia input.mini {
  max-width: 80px;
}

table.reklamacia textarea.txtarea {
  min-height: 100px;
  resize: vertical;
}

table.reklamacia .submit-btn {
  background-color: #3a8bcd;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}

table.reklamacia .submit-btn:hover {
  background-color: #2f6aa1;
}




/* ===== Modal (overlay + karta) ===== */

/* Overlay zapni len ked je inline display:block (prepína ho tvoj onclick) */
.obj_form3[style*="display:block"],
.obj_form3[style*="display: block"] {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0,0,0,0.55);
  padding: 24px;
  overflow: auto;

  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Biela „karta“ modalu */
.obj_form3[style*="display:block"] .modal-card,
.obj_form3[style*="display: block"] .modal-card {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.25);
  padding: 18px;
}

/* Krížik vpravo hore na karte */
.modal-card .obj-form-close3 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.modal-card .obj-form-close3:hover { background: #eaeaea; }

/* Jemné doladenie obsahu v karte */
.modal-card table.vnorena {
  width: 100%;
  border: 0;
  background: transparent;    /* karta už má biele pozadie */
  border-radius: 0;
  border-collapse: separate;
}
.modal-card table.vnorena td {
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
}
.modal-card table.vnorena tr:last-child td { border-bottom: none; }

.modal-card textarea,
.modal-card input[type="text"],
.modal-card input[type="number"] {
  width: 100%;
  max-width: 360px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
}

.modal-card button.dksk {
  background: #3a8bcd;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s;
}
.modal-card button.dksk:hover { background: #2f6aa1; }

/* Mobil */
@media (max-width: 576px) {
  .obj_form3[style*="display:block"],
  .obj_form3[style*="display: block"] { padding: 12px; }
  .obj_form3[style*="display:block"] .modal-card { padding: 14px; }
}


