
/* 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;
}

#footer {
	padding-top: 0px !important;
}

/* 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;
	margin-bottom: -1px;
  	margin-right: -1px;
}

.subcategories li a {
	height: 100px !important;
}

.subcategories li a .text{
	display: block !important;
}

/* Rozbalena navigacia nastavenie border */


/* 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: -1px !important;
	margin-left: -1px !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;
}

.one-column-body table.detail-parameters tbody tr th{
	vertical-align: middle;
}

/* Produkt border */
#products .product{
	border: 1px solid #ccc !important;
	margin-left: -1px;
  	margin-bottom: -1px;
}

/* 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) {
	 .navigation-buttons a {
        color: white !important;
    }

	.navigation-window-visible #navigation {
		margin-top: 32px !important;
	}

	.navigation-window-visible .navigation-buttons a:last-child{
		color: black !important;
	}

	.search-window-visible .navigation-buttons a {
		color: white !important;
	}


}

@media (max-width: 767px) {
    #header .search {
        display: none;
    }

	#header .nahradny-diel {
		flex: 0 0 auto;
		order: 3;
		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;
	}
}


/* ZAC Kategorie uprava 22.8.2025 */

.categories a {
  font-size: 16px;
  font-weight: 600;
}

.box.box-sm.box-filters {
  margin-bottom: -1px;
}

.categories {
  border: 1px solid #ddd;
  overflow: hidden;
  font-family: Arial, sans-serif;
  margin-bottom: -1px;
}

.categories .categories {
  border-bottom: 1px solid #ddd;
}

.categories .categories:last-child {
  border-bottom: none;
}

.categories .topic a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding-left: 33px;
}

.categories .topic a:hover {
  background-color: #f8f9fa;
  text-decoration: underline !important;
}

.categories .expandable .expanded {
	font-weight: 600;
}


#categories .expandable > .topic > a > span, #categories .expandable > a > span {
  top: unset !important;
  margin-left: 2px;
}

ul.expanded li {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

ul.active.expanded {
  list-style: none;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}


#categories .categories.expanded:not(:has(.categories.expanded)) {
  border-left: 3px solid #0073e6;
}

#categories > .categories.expanded > .topic.active,
#categories > .categories.expanded > .topic.child-active {
/* border-left: 4px solid #0073e6; */
  padding-left: 6px;
  background-color: #e6f3ff;
}

@media (min-width: 992px) {
  .description-inner .extended-description {
	position:sticky;
	top: 30%;
  }

  #cart-widget {
	margin-top: 34px !important;
  }
}

/* #categories > .categories.active.expanded > ul > li.active > a {
  border-left: 4px solid #0073e6;
  margin-left: 0px !important;
} */

.extended-description p {
  font-size: 21px;
  text-align: center;
}

/* #categories .categories.active.expanded li.active > a {
  color: #0073e6;
  font-weight: bold; 
  border-left: 4px solid #0073e6;
  margin-left: 0px;
} */

#categories .categories.active.expanded li.active > a {
  color: #0073e6;
  font-weight: bold; 
  border-left: 4px solid #0073e6;
  margin-left: 0px;

  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #0073e6;
}

table[class="detail-parameters"] {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.8;
}

table[class="detail-parameters"] th,
table[class="detail-parameters"] td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

table[class="detail-parameters"] tr:nth-child(even) {
  background-color: #f6f6f6;
}

table[class="detail-parameters"] tr:nth-child(odd) {
  background-color: #ffffff;
}

table[class="detail-parameters"] th {
  font-weight: 600;
  color: #222;
  width: 35%;
  white-space: nowrap;
}

table[class="detail-parameters"] tbody tr td {
  line-height: 1.9;
  text-align: right;
  color: #111;
}

table[class="detail-parameters"] th *,
table[class="detail-parameters"] td * {
  background: transparent !important;
}

table[class="detail-parameters"] tbody tr th::after {
  border-top-style: unset !important;
}

/* li.expanded > a, li.expanded > a .cat-trigger {
  color: #0073e6 !important;
} */

@media (min-width: 1200px) {
  .extended-description {
    flex: 0 1 auto;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #content-wrapper {
    margin-top: 25px;
	}

	.dklab-delivery-box.position-above-header {
    margin: 0px !important;
    padding: 5px !important;
    font-size: 110%;
    margin-top: 32px !important;
}

}

#categories .cat-trigger{
	padding-left: 10px;
}

#categories .expandable > .topic > a > span, #categories .expandable > a > span {
  bottom: auto;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: unset !important;
  left: 0;
  line-height: 12px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 15px;
  width: unset !important;
  z-index: 1;
}

ul.active.expanded li {
  border-bottom: 1px solid #ddd;
}

ul.active.expanded li:last-child {
  border-bottom: none;
}

ul.active.expanded li.active > a {
  font-weight: 600;
  color: #0073e6;

}

.categories .active > a > .cat-trigger, .categories .child-active > a > .cat-trigger {
  display: none !important;
}
.categories .active > a, .categories .child-active > a{
	padding-left: 2px !important;
}

ul.active.expanded li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #000;
  text-decoration: none;
  padding-left: 33px;
}

ul.active.expanded li a:hover {
  background-color: #f8f9fa;
  text-decoration: underline !important;
}

ul.active.expanded li a .cat-trigger {
  margin-left: auto;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
ul.active.expanded a {
	font-size: 15px;
  font-weight: 500;
}

.radio-wrapper.active {
  background: linear-gradient(135deg, #e8fdf2, #d2f5dc) !important;
  border: 2px solid #4caf50 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

@media (min-width: 1200px) {
  .in-krok-1 #content-wrapper.container{
    max-width: 90% !important;
    width: 90% !important;
  }
}

.radio-wrapper {
  border: 1px solid #e1e1e2 !important;
  margin-bottom: -1px;
}

/* KON Kategorie uprava 22.8.2025 */


#content-wrapper{
    margin-top: 31px;
}

@media (max-width: 480px) {
    #cart-widget{
        margin-top:31px;
    }
}

.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;
}

.nahradny-diel-mobil{
		display: none !important;
	}

.ratings-wrapper .availability {
  min-height: 40px !important;
  max-height: 40px !important;
}

@media (min-width: 1200px) {
	#productsTop .ratings-wrapper .availability {
	min-height: 110px !important;
	max-height: unset !important;
	}

	#productsTop .p-bottom div .prices {
		min-height: unset !important;
		max-height: unset !important;
	}

	#productsTop .name {
		min-height: 110px !important;
	}
}


/* .ratings-wrapper {
	min-height: 111px;
}

.ratings-wrapper .availability {
	min-height: 111px;
}

.products-inline > div .p .p-in .p-in-in .name {
  word-wrap: break-word !important;
  min-height: 110px !important;
}

.p-bottom div .prices {
  min-height: unset;
  max-height: unset;
}

ratings-wrapper .availability {
  min-height: 83px !important;
} */


img.shp-tab-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.shp-tab a.shp-tab-linkTab {
  display: block; 
  width: 100%;
  height: 100%;
}

@media (width >= 767px) {
  #js-plugin-header.plugin-fixed-header.active {
    z-index: 9000 !important;
  }
}

.form-group.js-validated-element-wrapper.consents.consents-first {
  width: 101%;
}

/* 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;
	}

	.nahradny-diel{
		display: none;
	}

	.nahradny-diel-mobil{
		display: block !important;
		margin-left: 10px;
		margin-bottom: 10px;
		
	}
	.nahradny-diel-mobil a {
		text-decoration: underline;
		color: white;
		padding-left: 5px;
	}

	.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;
}