
/* Nakupny kosik biela farba */
.cart-price,  #header .navigation-buttons a[data-target="cart"]{
		color:white;
}

/* Vrchna navigacia, pozadie a farba textu */
.top-navigation-bar {
		background-color: #141C28;
		border-color: #141C28;
		color: white;
}

/* Vypnutie v paticke */
#footer .site-name {
		display: none;
}

/* V breadcrumbse predposledny v ceste zafarbeny na modro */
.breadcrumbs span:nth-last-of-type(2) a span {
		color: var(--color-primary) !important;
}

/* Predposledny v breadcrumbse farba podla stranky a text boldom  */
.breadcrumbs span:nth-last-of-type(2) a {
		text-decoration-color: var(--color-primary) !important;
		font-weight: bold;
}

/* Pre vacsie displeje ako 768 pixelov */
@media (min-width: 768px) {

	/* Vyhladavaci riadok, pozadie biele a farba textu cierna */
	#header .search-form .search-input{
		background-color: white !important;
		color: black !important;
		border-color: transparent !important;
	}

	/* Lupa v tomto texte cierna */
	#formSearchForm{
		color: black !important;
	}

	/* Placeholder text v searchi ciernou */
	.query-input::placeholder {
		color: black;
		opacity: 1;
	}
}

/* Padding vo footer */
.custom-footer {
	padding-left: 25px;
	padding-top: 25px;
}

/* Footer farba a velkost */
#footer>.container, .footer-bottom {
	background-color: #141C28;
	width: 100%;
}

/* Footer prvky farba biela a bez podciarknutia */
#footer .contact-box a, #footer .news-item-widget a, #footer .password-helper a, #footer ul a, #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer prvky farba modra a bez podciarknutia */
#footer .news-item-widget a:hover, #footer .contact-box:hover, #footer .contact-box a:hover, #footer ul a:hover, #footer .social-box ul li span a:hover, #formNewsletterWidget a:hover, #footer a:hover {
	color: #00B0E8;
	text-decoration: none;
}

/* Biela farba pre dane prvky*/
.header-top .btn.cart-count .cart-price, .top-navigation-bar .dropdown button, .top-navigation-bar a, .form-group label.confirmation, .form-group label.whole-width, .copyright, .contact-box ul li>span:before {
	color: #E6E6E6;
}

/* H4 vo footer biely, font-size a velkost textu */
#footer h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}

/* Farba kosiku */
.navigation-buttons a{
	color: white;
}


.toggle-window{
	color: white !important;
}

/* Wrapper stranky padding */
.overall-wrapper{
	padding-bottom: 0px !important;
}

/* Dostupnost na predajniach */
.shkDetailStock__title{
	color: black !important; 
}

/* Zmeni farbu ked nie je na sklade */
.shkDetailStock__row.shkDetailStock__row--warehouse.shkDetailStock__row--stockEmpty {
	color: #6c757d;
	font-weight: bold;
}
    

.shkDetailStock__row.shkDetailStock__row--warehouse.shkDetailStock__row--inStock {
	font-weight: bold;
}

.shkDetailStock__row.shkDetailStock__row--warehouse.shkDetailStock__row--stockEmpty a {
	color: #6c757d;
}

	 
.shkDetailStock a {
	color: var(--shk5-text-stock);
}

/* Socialne media v paticke */
.social-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 5%;
}
	
/* Prvok socialnych medii */
.social-box li {
	display: inline-flex;
	align-items: center;
}

/* Obrazok socialnych medii */
.social-box img {
	height: auto;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}

/* Pri kategoriach nastavit border */
.subcategories.with-image li{
		border: 1px solid #ccc !important;
}

.subcategories li a {
	height: 100px !important;
}

.subcategories li a .text{
	display: block !important;
}

/* Rozbalena navigacia nastavenie border */
ul.expanded li {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

/* Posledny v navigacii bez borderu */
ul.expanded li:last-child {
	border-bottom: none;
}

/* Kategorie spodny border*/
.categories{
	border-bottom: 1px solid #ccc;
}

/* Zobrazene obrazky spodny border */
.display-image{
	border-bottom: 1px solid #ccc;
}

/* Posledny obrazok bez borderu */
.display-image:last-child {
	border-bottom: none;
}

/* Pre obrazovky do 767px */
@media (max-width: 767px) {
	/* banner */
	.banner {
		min-height: unset !important;
		margin-bottom: 0px !important;
	}	
}

/* vypnutie p-code */
.detail-parameters .p-code{
	display: none !important;
}

/* Rozmery pre socialny box */
.social-box ul li{
	max-width: 40px;
	max-height: 40px;
}

/* Velkost fontu vo footer */
.footer-bottom{
	font-size: 10px;
}

/* Newsletter farba */
.whole-width{
	color: black !important;
}

/* Styl pre varianty */
ul#products-variant {
	list-style: none;
	padding: 0;
	display: flex;
	background: #fff
}

/* Tlacidlo pre nedostupnost styl */
.btn-nedostupne {
	display: inline-block;
	padding: 5px 20px;
	background-color: #dc3545 !important;
	color: white !important;
	border-radius: 5px;
	font-weight: 900 !important;
	text-transform: none !important;
	text-decoration: underline !important;
	width: 80%;

}

/* Hover tlacidla pre nedostupne */
.btn-nedostupne:hover {
	background-color: #c82333 !important;
}

/*  */
[data-testid="recapItemPrice"] {
	width: 25%;
	text-align: right !important;
}

[data-testid="paymentMethod"].inactive-child {
  display: none !important;
}

.payment-info .sublabel-description{
	color: red;
}

/* Chat */
.link-icon-chat::before{
	display: none;
}

/* Vypnutie zobrazenia kodu */
.mobile-code{
	display: none !important;
}

/* Vypnutie zobrazenia ceny pre mobil */
.price-mobile {
	display: none !important;
}

/* Vypnutie zobrazenia dostupnosti pre mobil */
.availability-wrap-mobile{
	display: none !important;
}

/* Hodnotenie a znacka */
.ratings-and-brand {
	display: block;
}

/* Hodnotenie produktu */
.stars-wrapper {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

/* Znacka produktu */
.brand-wrapper{
	margin-left: 0px !important;
}

/* Varianty produktu */
#products-variant{
	margin-bottom: 0px;
}


.shp-tab-linkTab, .shp-tab.active{
	background: #f8f8f8 !important;
}

/* Tlacidlo pre vratenie sa na vrch stranky */
#return-to-top{
	bottom: 85px;
}

/* Vlajocky pri produktoch */
.flags-td {
	position: relative;
	max-width: 0px;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
}

/* Zoznam vlajociek */
.flags-zoznam {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

/* Pocet produktov pri kupovani */
.buy-row input.amount {
	width: 100%;
	text-align: left !important;
	margin-right: 10px !important;
}

/* Varianty produktov, jedna varianta */
#products-variant .shp-tab {
	display: inline-block;
	padding: 5px;
}

/* Varianty produktov, jedna styly */
#products-variant .shp-tab.active{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

/* Varianty produktov, ak neaktivne */
#products-variant .shp-tab:not(.active) {
	border-bottom: 1px solid black;
}

/* Produkty na vrchu stranky v kategorii */
#productsTop .product {
	border: 1px solid #ccc;
	margin-bottom: 0px !important;
}

/* Ceny */
.p-bottom div .prices{
	min-height: 80px;
	max-height: 80px;
}

/* Produkty na vrchu */
.products-top.products-inline .p{
	height: 0% !important;
}

/* Obrazok vo variantach */
.shp-tab-img{
	max-width: 90px;
	max-height: 90px;
}

/* Dostupnost vo variantach */
#products .product div .p-in .p-in-in .ratings-wrapper .availability{
	white-space: nowrap;
  	overflow: hidden;        
  	text-overflow: ellipsis;
}

.products-block>div .p .p-code {
	color: black !important;
	background-color: white !important;
	right: 0px !important;
	top: 0px !important;
}

/* Produkt border */
#products .product{
	border: 1px solid #ccc !important;
}

/* Cena bez DPH */
.prices .price-final{
	font-size: 28px !important;
}

@media (min-width: 768px) {
	#header .header-top-wrapper>div {
		flex: 2 1 auto;
	}

	.search {
		flex: 0 1 33.333333% !important;
	}
}

@media (max-width: 767px) {
    #header .search {
        display: none;
    }

	#header .nahradny-diel {
		flex: 0 0 auto;
		order: 2;
		margin-top: 0.5rem;
		margin-left: 1rem;
		text-align: center;
	}

	#header .site-name {
		flex: 0 0 auto;
		order: 1;
	}

	#header .search {
		order: 3;
		display: none;
	}

	#header .navigation-buttons {
		flex: 0 0 auto;
		order: 4;
	}
}

.nahradny-diel a {
	color: white !important;
	text-decoration: underline !important;
}

.top-navigation-menu-item-external-123{
	display: none !important;
}

/* Ak je zlava tak tento styl */
#products .product .prices:has(.price-save){
	background-color: red;
	border-radius: 8px;
	margin-left: 50px;
	margin-right: 50px;
	color:white;
}

/* Ostatne ceny */
.prices:has(.price-save) .price-standard,
.prices:has(.price-save) .price-save{
	color:black;
}

/* Cena */
#products .product .price-additional{
	background-color: white;
	width: 100%;
}

/* Vypnutie hodnotenia */
#description .description-inner .basic-description .rate-wrapper{
	display: none !important;
}

.basic-description p {
	display: inline;
}

/* Pre nedostupne v tabulke */
.product-wrap-tr .availabilityTab .btn-nedostupne{
	background-color: white !important;
	color: red !important;
}

/* Homepage nastavenie */
.homepage-group-title{
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.products-inline > div .p .p-in .p-in-in .name{
	word-wrap: break-word !important;
}

/* Pre zariadenia do 992px */
@media (max-width: 992px) {
	/* Vypnutie tabulky pre mobily */
	/* .products-variant-holder{
		display: none !important;
	}
		
	
	#products-variant-content{
		display: none !important;
	} */

	/* Zobrazenie poctu a kupit do jedneho riadku */
	#checkoutSidebar .form-group{
		background-color: #f7f7f7;
		margin-bottom: 0px !important;
		padding-left: 10px;
	}

	.subcategories li a .text{
		word-wrap: break-word;
	}

	/* li.col-xs-6.col-sm-6.col-lg-3.col-xl-3 .image img {
    width: 210px !important;
    height: 150px !important;
	} */

	/* Dostupnost pre mobil */
	.availability-wrap-mobile{
		display: block !important;
	}

	/* .subcategories.with-image li a .image img{
		max-height: 140px !important;
		max-width: 100px !important;
	} */

	/* Cena */
	.prices .price-final{
		font-size: 20px !important;
	}

	/* Cena */
	.prices .price-standard, .prices.price-save{
		font-size: 14px !important;
	}

	/* Cena */
	.price-additional{
		margin-top: -4px;
	}

	/* Cena pri zlave */
	#products .product .prices:has(.price-save){
		background-color: red;
		border-radius: 8px;
		margin-left: 15px;
		margin-right: 15px;
		color:white;
	}

	/* Produkty */
	#products .product{
		margin-bottom: 0px !important;
	}

	/* Titulok */
	.title{
		display: none !important;
	}

	/* Navigacia */
	.user-action-visible a[data-target="navigation"] {
		color: black !important;
	}

	/* maximalna vyska a sirka obrazku v menu tabulky */
	.shp-tab-img{
		max-width: 90px !important;
		max-height: 90px !important;
	}

	/* nastavenie aby sa tabulka zarovnala na pocet obrazkov */
	.products-variant-tabs {
		display: flex;
		flex-wrap: wrap;
	}

	/* vypnutie hlavicky tabulky */
	#products-variant-content table thead {
	  display: none !important;
	}

	/* nastavenie velkosti celej tabulky a aby nepretekala */
	#products-variant-content {
		overflow-x: hidden;
		width: 100%;
		max-width: 100%;
	}

	/* Dostupnost */
	.products-block > div .p .availability{
		min-height: 20px;
		max-height: 20px;
	}

	/* Tabulka riadok */
	td{
		text-align: center;
	}

	/* Tabulka kod */
	td.code {
		display: none;
	}
	
	/* Tabulka telo */
	.tbody{
		margin: 0px;
		padding: 0px;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	/* Kupit riadok */
	.buy-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 1px;
		margin-bottom: 2px;
	}
	
	/* Pocet na kupenie */
	.buy-row input.amount {
		margin-right: 0px !important;
	}

	/* Vlajky zoznam */
	.flags-zoznam {
		position: relative !important;
		max-width: 120%;
	}
	
	/* Vlajka zo zoznamu */
	.flags-zoznam .flag {
		font-size: 10px;        
		padding: 2px 4px;        
		line-height: 1.2;         
		border-radius: 3px;       
		display: inline-block;
		width: auto;              
		white-space: nowrap;     
	}

	/* Alternativne produkty tabulka */
	[class^="tabAlternativeProducts"] table {
		width: 100%;
		table-layout: fixed;
	}

	/* Nazov */
	.nameTab{
		margin-top: 50%;
	}

	
	.nameTab a{
		display: block;
		max-width: 80px !important;
		font-size: 13px;
		margin-top: -50%;
	}

	/* Pocet na kupenie */
	.buy-row-amount{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1px;
	}

	/* Kod pre mobil */
	.mobile-code {
		display: block !important;
		text-align: center;
		font-size: 10px;
		color: #444;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	  }
	
	
	/* Obrazok */
	.picture {
		position: relative !important;
		text-align: center;
	}
	
	/* Obrazok */
	.picture img {
		height: auto;
		max-width: 90px;
		max-height: 90px;
		display: block;
		margin-left: 0;
	}

	/* Obrazok */
	.product-wrap-tr .picture{
		min-width: 0px !important;
	}


	.columns-mobile-2 .products-block > div .p .p-code{
		display: block !important;
	}

	/* Cena pre mobil */
	.price-mobile {
		display: block !important;
	}

	/* Cena */
	.priceTab{
		display: none;
	}

	/* Dostupnost */
	.availabilityTab{
		display: none !important;
	}

	/* Dostupnost */
	.availability-wrap{
		font-size: 10px;
	}

	/* Cena pre mobil */
	.availability-wrap .price-mobile{
		font-size: 18px !important;
	}

	/* Produkt z tabulky */
	tr.product-wrap-tr{
		border-bottom: 2px solid black;
	}

}

/* Carousel */
.product-slider-pagination{
	display: none;
}

/* Cena */
.cenaTab{
	padding-left: 50px;
}

thead tr .availability{
	padding-right: 50px;
}

.headers .availability,
.alternative-variants .availability {
	width: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.advanced-parameter-inner {
	border-radius: 5px;
}

.sidebar-inner>div h4 {
	font-weight: 900;
	font-size: 18px;
	color: #000;
}

.box-bg-variant .categories a {
	border-bottom-color: inherit;
	color: #000;
}

div#description .top-desc {
	display: inline-block;
}

div#description .h3 {
	font-family: var(--template-headings-font), sans-serif;
	font-size: 26px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

div#description .h3 span {
	color: #00a0cd;
}

div#description .h4 {
	font-family: var(--template-headings-font), sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 30px;
}

div#description .h5 {
	font-family: var(--template-headings-font), sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

div#description .value {
	text-align: center;
}

div#description .middle-desc .one-line {
	width: 100%;
	display: inline-block;
}

div#description .middle-desc .one-line .col-sm-6 {
	padding: 0 5px;
}

div#description .border {
	border: 1px solid #dadada;
	padding: 15px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

div#description .h6 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin-left: 10px;
}

.product-wrap-tr .picture {
	max-width: 300px;
	min-width: 150px;
	margin-left: 0px !important;
}
#products-variant-content table {
	width: 100%;
}

#products-variant-content table .picture {
	margin-left: 20px;
}

#products-variant-content table th.nameTab {
	width: 50%;
	left:0px;
}

#products-variant-content table .nameTab {
	padding: 10px;
}

#products-variant-content table img {
	mix-blend-mode: multiply;
}

#products-variant-content thead {
	background: #f8f8f8;
	height: 50px;
	border-bottom: 1px solid #d0d0d0;
}

#products-variant-content thead th {
	text-align: left;
	color: #000;
}

#products-variant-content th.availability {
	width: 200px;
}

#products-variant-content td {
	border-bottom: 1px solid #d0d0d0;
}

#products-variant-content tbody>tr:nth-of-type(even) {
	background-color: #f8f8f8;
}

#products-variant-content .priceTab {
	font-size: 18px;
	width: 80px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}

.price-mobile{
	font-size: 18px !important;
	text-align: center;
	text-align: right;
	font-weight: bold;
}

#products-variant-content .quantity input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-style: normal;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 23px;
}

#products-variant-content .quantity .decrease,
#products-variant-content .quantity .increase {
	cursor: pointer;
	height: 13px;
	position: absolute;
	width: 13px;
}

#products-variant-content .quantity .decrease:before,
#products-variant-content .quantity .increase:before {
	font-size: 10px;
	height: 100%;
	left: 0;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#products-variant-content .quantity .decrease {
	border-style: solid none none solid;
	border-width: 1px;
	left: auto;
	right: 0;
	top: 12px;
}

#products-variant-content .btn.add-to-cart-button:before,
#products-variant-content .btn.btn-cart:before,
#products-variant-content a.btn.add-to-cart-button:before,
#products-variant-content a.btn.btn-cart:before {
	display: none;
}

#products-variant-content button.btn.btn-plain.btn-cart.add-to-cart-button,
#products-variant-content .btn.add-to-cart-button,
#products-variant-content .btn.btn-cart,
#products-variant-content a.btn.add-to-cart-button,
#products-variant-content a.btn.btn-cart {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 20px !important;
	text-transform: none;
	white-space: nowrap;
	color: #000 !important;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	font-size: 14px;
}

#products-variant-content th.product-tools {
	min-width: 150px;
}

#products-variant-content span.quantity {
	margin-right: 10px;
}

#products-variant .shp-tab{
	width: 100px;
	height: 100px;
}

li.shp-tab.active {
	background: #f8f8f8;
}

li.shp-tab.active a {
	background: #f8f8f8;
}

li.shp-tab.active img {
	mix-blend-mode: multiply;
}

.code.border-right {
	margin-right: 20px;
}

a.btn.btn-default.p-all {
	display: none;
}

tr.product-wrap-tr {
	position: relative;
}

td.availability {
	position: relative;
}

.flags {
	margin-top: 2px;
	display: flex;
}

.flags span.flag {
	margin-right: 3px;
}