@media(max-width: 767px) {
	.type-product .breadcrumbs {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.p-detail-inner .p-short-description {
		padding-top: 30px
	}
}

@media(min-width: 768px) {
	.type-product .breadcrumbs {
		padding: 0px 20px 11px 20px;
	}
}

@media(min-width: 992px) {
	.type-product .breadcrumbs {
		width: unset !important;
		padding-left: 0 !important;
	}
}

@media(min-width: 768px) {
	.p-detail-inner {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.p-detail-inner h1 {
	padding-bottom: 15px
}

.p-detail-inner .p-detail-inner-header,
.p-detail-inner .p-short-description {
	margin-bottom: 40px
}

.p-detail-inner-header-mobile,
.p-detail-inner-header-mobile .h1 {
	padding-bottom: 25px;
}

.p-to-cart-block {
	background: unset;
	padding: unset;
}

.extended-description ::after {
	display: none;
}

.extended-description tr {
	border-bottom: solid 1px #e4e4e4;
}

@media(min-width: 768px) {
	.extended-description table {
		font-size: 16px;
	}
}

.extended-description th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.extended-description table.detail-parameters {
	width: calc(100% - 40px);
	max-width: 768px;
	text-align: right;
	margin: auto;
}

.extended-description>p {
	text-align: center;
}

.extended-description th {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.extended-description td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.extended-description {
	width: 100%;
	background: transparent;
	padding: 50px 0px 50px 0px;
	margin-top: 30px;
}

.extended-description>p {
	font-size: 24px;
}

.extended-description table.detail-parameters tbody tr th .row-header-label {
	background-color: transparent !important;
}


table.detail-parameters tbody tr th .row-header-label {
	background-color: transparent;
}


.extended-description .doporuceni ul {
	list-style: none !important;
}

.shp-tabs,
.shp-tabs-holder {
	background-color: #f4f4f4;
}

.shp-tabs-holder ul.shp-tabs .shp-tab.active {
	background-color: #eaf5fd;
	text-decoration: none;
}

.shp-tab-link {
	color: white;
}

.shp-tabs-holder ul.shp-tabs .shp-tab.active>a {
	color: black;
}

.type-product .buttons-wrapper.social-buttons-wrapper {
	display: none;
}

.type-product .shp-tabs-holder ul.shp-tabs {
	font-weight: 700;
	margin-left: 0;
	margin-right: auto;
}

@media (min-width: 992px) {
	.shp-tabs-wrapper .tab-content .tab-pane {
		margin-left: 0;
		margin-right: auto;
		width: 100%;
	}
}

.shp-tabs,
.shp-tabs-holder {
	background-color: #363530;
	border-color: #363530;
}

span.variant-label {
	padding-bottom: 0 !important;
	font-size: 18px;
	font-weight: 600;
	font-size: 0;
}

span.variant-label::after {
	content: "Vyberte velikost";
	display: inline-block;
	font-size: 18px;
	margin-top: 20px;
}

table.detail-parameters tbody tr th:after {
	display: none;
}

table.detail-parameters tbody tr th {
	font-weight: 600;
}

@media (min-width: 768px) {
	.type-product .shp-tabs-holder {
		position: relative;
	}

	.type-product .shp-tabs-holder::before {
		content: "";
		position: absolute !important;
		top: 0 !important;
		width: 100vw !important;
		height: 100% !important;
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		right: 50%;
		background: #363530 !important;
		border-top: 1px solid #363530;
		z-index: -1 !important;
	}
}

.type-product .variant-table {
	position: relative;
	background: #eaf5fd;
	padding-block: 40px;
}

@media (min-width: 768px) {
	.type-product .variant-table::before {
		content: "";
		position: absolute !important;
		top: -1px !important;
		width: 100vw !important;
		height: 100% !important;
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		right: 50%;
		background: #eaf5fd !important;
		border-top: 1px solid #efeded;
		z-index: -1 !important;
	}
}

.type-product .col-sm-12.shp-tabs-row.responsive-nav {
	margin-bottom: 0;
}

.type-product .table-row {
	background: white;
	padding: 15px 20px !important;
	margin: 10px 0;
}

.type-product .shp-tab-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: white;
}

.type-product .shp-tabs-holder ul.shp-tabs .shp-tab:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	text-decoration-color: white;
}

.type-product .shp-tabs-holder ul.shp-tabs .shp-tab.active:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	text-decoration-color: black;
}

.type-product div#tab-content {
	padding-top: 40px;
}

.type-product div#variants {
	margin-top: -40px;
}

.type-product .variant-description-moved {
	border-top: none !important;
}

.type-product .variant-price-wrap .price-additional {
	font-size: 13px;
}

.quantity .decrease:hover:before,
.quantity .increase:hover:before {
	background-color: #eaf5fd;
	color: black;
}

.type-product .availability-amount {
	color: black !important;
}

.p-final-price-wrapper {
	flex-basis: 100%;
	flex: 0 1 100% !important;
}

.show-tooltip.acronym[data-original-title] {
	border: none !important;
}

.variant-grid-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	align-items: start;
}

.variant-main-header {
	margin-bottom: 8px;
}

.variant-main-name {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.variant-sub-codes,
.section-availability {
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	font-weight: 400 !important;
}

.variant-sub-codes span,
.variant-sub-codes .productEan,
.variant-ean-block,
.section-availability strong,
.supplier-variant-text {
	font-weight: 400 !important;
}

.variant-sub-codes span,
.variant-sub-codes .productEan,
.variant-ean-block {
	display: block;
}

@media (min-width: 992px) {
	.type-product .table-row {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	.variant-grid-container {
		display: flex;
		flex-direction: row;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		flex-grow: 1;
		margin-right: 20px;
		gap: 0;
	}

	.section-info {
		padding-right: 20px;
	}

	.section-availability {
		padding-left: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 80px;
	}
}

@media (max-width: 991px) {
	.type-product .variant-price-wrap {
		margin-top: 15px;
		display: block;
		text-align: left;
	}
}

.supplier-recommended-price {
	font-size: 13px;
	color: #888;
	display: block;
}

table.detail-parameters th span.row-header-label:after {
	content: ":";
}

table.detail-parameters th span.p-code-label:after {
	content: "" !important;
}

.type-product .variant-price-wrap {
	margin-right: 20px;
}

span.p-code-label.row-header-label::before {
	content: "Náš kód:";
	font-size: 16px;
	font-weight: 600;
}

span.p-code-label.row-header-label {
	font-size: 0;
}

@media(max-width: 767px) {
	.type-product .variant-table {
		position: relative;
		background: #eaf5fd;
		padding-block: 10px;
		padding-inline: 10px;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.navigation-window-visible #navigation .menu-level-1>li>a {
		padding-right: unset;
		max-width: 300px;
		font-weight: 700;
	}

	#navigation .menu-level-1 li.copy {
		background: white;
		color: black !important;
	}

	#navigation .menu-level-1 li.copy a {
		background: white;
		color: black !important;
	}

	.sortingToggle {
		border: 0px !important;
	}

	.custom-filters-dropdown {
		flex-direction: column;
		align-items: flex-start !important;
	}

	form.variant-submit fieldset {
		display: flex;
	}

	.variant-table .btn-cart {
		height: 52px;
		width: 52px;
	}
}


/*
.productEan {
	display: flex !important;
	flex-direction: row !important;
	align-items: baseline;
	gap: 5px;
} */

.product-slider>div .p-in-in {
	display: flex;
	flex-direction: column;
}

.product-slider>div .p .availability {
	font-size: 14px;
}

.product-slider>div .p .availability {
	margin-bottom: 20px;
}

.product-slider .p-bottom .price-additional {
	color: #aaa;
	font-size: 15px;
	order: 2;
}

.product-slider>div .p .p-bottom>div .prices {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 2px;
}

.product-slider .p-bottom .prices {
	line-height: 1.4;
}

.product-slider>div .p .p-bottom>div .prices .price-final {
	flex-basis: 100%;
	font-size: 20px;
}

.product-slider div.product {
	background: #fff;
	padding: 5px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin: 0px;
}

.product-slider>div .p .p-bottom {
	padding: 20px 0 0;
}

.hidden-links a {
	background-color: #363530 !important;
}

.product-slider>div .p .p-bottom>div .p-tools .btn {
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.type-product div#tab-content::before {
		content: "";
		position: absolute !important;
		top: 0px !important;
		width: 100vw !important;
		height: 100% !important;
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		right: 50%;
		background: #eaf5fd !important;
		border-top: 1px solid #efeded;
		z-index: -1 !important;
	}
}

.type-product div#tab-content {
	padding-top: 0;
	background: #eaf5fd;
	padding-block: 45px;
}


@media(max-width: 479px) {
	.extended-description table.detail-parameters {
		width: 100%;
	}

	.one-column-body table.detail-parameters tbody tr th {
		min-width: unset !important;
	}
}