@charset "UTF-8";
.overall-wrapper {
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
h1 {
	font-weight: bold;
	font-size: 52px;
	font-size: clamp(36px, 5vw, 52px);
	line-height: 1.2em;
}

@media all and (max-width: 767px) {
	h1 {
		font-size: clamp(36px, 6vw, 52px);
	}
}

h2 {
	font-weight: bold;
	font-size: 32px !important;
	font-size: clamp(25px, 4.5vw, 32px) !important;
	line-height: 1.2em;
}

@media all and (max-width: 767px) {
	h2 {
		font-size: 32px !important;
		font-size: clamp(20px, 5vw, 32px) !important;
	}
}

h3 {
	font-weight: bold;
	font-size: 24px !important;
	font-size: clamp(20px, 4vw, 24px) !important;
	line-height: 1.2em;
}

@media all and (max-width: 767px) {
	h3 {
		font-size: 24px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

.btn.btn-default,
a.btn.btn-default {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.btn.btn-default::before,
a.btn.btn-default::before {
	display: none;
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

@media all and (max-width: 767px) {
	.retino-badge-panel {
		display: none !important;
	}
}

.type-page aside.sidebar,
.in-blog aside.sidebar,
.in-vyhledavani aside.sidebar {
	display: none;
}

.pagination-wrapper .pagination-top a.pagination-link,
.pagination-wrapper .pagination a.pagination-link {
	color: #e20144;
}

.pagination-wrapper .pagination-top a.pagination-link:hover,
.pagination-wrapper .pagination a.pagination-link:hover {
	color: #fff;
	background-color: #e20144;
}

.pagination-wrapper .pagination-top .js-scroll-top,
.pagination-wrapper .pagination-top a,
.pagination-wrapper .pagination .js-scroll-top,
.pagination-wrapper .pagination a {
	color: #e20144;
}

.pagination-wrapper .pagination-top .js-scroll-top:hover,
.pagination-wrapper .pagination-top a:hover,
.pagination-wrapper .pagination .js-scroll-top:hover,
.pagination-wrapper .pagination a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.pagination-wrapper a.next.pagination-link:hover,
.pagination-wrapper a.up.pagination-link:hover {
	color: #fff !important;
}

.pagination-wrapper .current {
	color: #000;
}

.pagination-wrapper .pagination-loader span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #fff;
	color: #000;
	border-color: #e20144;
}

.pagination-wrapper .pagination-loader span:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #000;
	background-color: #fff;
	border-color: #e20144;
}

.products.products-related,
#productsAlternative > .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products.products-related .product .ratings-wrapper .availability,
.products.products-related .p .p-desc,
#productsAlternative > .products .product .ratings-wrapper .availability,
#productsAlternative > .products .p .p-desc {
	display: block !important;
}

.products-block > div {
	width: 100%;
}

.products-block > div:nth-child(3n) {
	border-right-style: solid;
}

.products {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
}

.products .product {
	border: 1px solid #e6e6e6 !important;
}

.product {
	background-color: #fff;
	position: relative;
}

.product .p {
	padding: 0 10px;
}

.product .p .name {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 21px;
	/* identical to box height */
	text-transform: uppercase;
	color: #000;
}

.product .p-desc {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	color: #7f7f7f;
	min-height: 85px;
	max-height: 85px;
	overflow: hidden;
}

.product .ratings-wrapper {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product .ratings-wrapper .availability {
	-webkit-box-flex: unset !important;
	-ms-flex: unset !important;
	flex: unset !important;
}

.product .btn.btn-cart,
.product .btn.btn-primary,
.product a.btn.btn-primary {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.product .btn.btn-cart::before,
.product .btn.btn-primary::before,
.product a.btn.btn-primary::before {
	display: none;
}

.product .btn.btn-cart:hover,
.product .btn.btn-primary:hover,
.product a.btn.btn-primary:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.product .pr-list-unit {
	display: none;
}

.product .p .price strong {
	font-style: normal;
	font-weight: bold;
	font-size: 18px !important;
	line-height: 27px;
	color: #e20144;
}

body:not(.mobile) .product:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media all and (max-width: 1440px) {
	.products {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media all and (min-width: 768px) and (max-width: 992px) {
	.products {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width: 600px) {
	.products {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.product .p-desc {
		display: none;
	}
}

@media all and (max-width: 450px) {
	.product .p-bottom > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.flag {
	text-align: left !important;
}

/* XXX Header */
.search-whisperer-empty {
	color: #000;
}

.search-whisperer-documents > a {
	color: #e20144;
}

.search-whisperer-documents > a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.search-whisperer-products .p-name {
	color: #000;
}
.search-whisperer-products .price {
	color: #e20144;
}

/* .search-whisperer-products .price {
  width: 100%;
  text-align: center;
} */

@media all and (min-width: 768px) {
	.header-contacts,
	.top-navigation-bar {
		display: none;
	}
}

.header-top {
	font-size: 16px !important;
}

.header-top > div {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	-ms-flex-preferred-size: fit-content;
	flex-basis: fit-content;
}

.header-top .search {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-top-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.header-top-links a {
	color: #000;
	font-weight: bold;
}

.header-top-links a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.header-top #formSearchForm {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.header-top #formSearchForm fieldset {
	position: relative;
}

.header-top #formSearchForm fieldset::before {
	content: url('/user/documents/upload/miranda/img/icons/ico-search-header.png');
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: transparent;
	position: absolute;
	left: 10px;
	top: 6px;
}

.header-top #formSearchForm fieldset .search-input {
	font-size: 16px;
	padding-left: 38px;
	padding-right: 10px;
	max-width: 280px;
}

.header-top #formSearchForm fieldset button[type='submit'] {
	display: none;
}

.header-top .navigation-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 20px;
	margin-left: 20px;
}
body.template-11.mobile-header-version-1:not(.paxio-merkur):not(.venus) #header .cart-count {
	position: relative !important;
	top: 0 !important;
}

.header-top .navigation-buttons a,
.header-top .navigation-buttons span {
	color: #000;
}

.header-top .navigation-buttons a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.header-top .navigation-buttons a::before {
	margin-right: 10px !important;
}

.header-top .navigation-buttons a:hover {
	background-color: transparent;
}

.header-top .navigation-buttons a:hover span {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.header-top .navigation-buttons a[data-target='login']:before,
.header-top .navigation-buttons .top-nav-button-account:before {
	content: url('/user/documents/upload/miranda/img/icons/ico-login.png');
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.header-top .navigation-buttons a[data-target='cart']::before {
	content: url('/user/documents/upload/miranda/img/icons/ico-basket.png');
}

.header-top .navigation-buttons a[data-target='cart'] i {
	display: none;
}

.cart-widget .cart-widget-product-name a {
	color: #000;
	font-weight: normal;
}

.cart-widget .cart-widget-product-name a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.cart-widget .cart-widget-product-name > span {
	color: #e20144 !important;
}

.cart-widget .cart-free-shipping strong {
	color: #000;
}

.cart-widget .btn.btn-conversion,
.cart-widget a.btn.btn-conversion {
	background-color: #e20144;
	color: #fff;
	border: none;
	font-weight: bold;
}

.login-widget h2 {
	color: #000;
}

.login-widget .login-wrapper .password-helper a {
	color: #000;
}

.login-widget .login-wrapper .password-helper a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.login-widget .btn.btn-secondary,
.login-widget a.btn.btn-secondary {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.login-widget .btn.btn-secondary::before,
.login-widget a.btn.btn-secondary::before {
	display: none;
}

.login-widget .btn.btn-secondary:hover,
.login-widget a.btn.btn-secondary:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.cart-widget,
.login-widget {
	top: 76px !important;
}

.cart-widget::before,
.login-widget::before {
	display: none !important;
}

@media all and (max-width: 1200px) {
	.header-top {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 20px;
	}
	.header-top .search {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	.header-top .navigation-buttons {
		margin-left: 0;
		gap: 10px;
	}
	.header-top #formSearchForm fieldset .search-input {
		max-width: 175px;
	}
	.header-top .navigation-buttons a[data-target='login']::before,
	.header-top .navigation-buttons .top-nav-button-account::before {
		height: 26px;
	}
	.header-top .navigation-buttons a[data-target='login'] span,
	.header-top .navigation-buttons .top-nav-button-account span {
		display: none;
	}
}

@media all and (max-width: 991px) {
	.header-top > div:first-of-type {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.header-top-links a,
	.header-top #formSearchForm fieldset .search-input {
		font-size: 12px;
	}
}

@media all and (max-width: 767px) {
	.search-window-visible .header-top .search {
		padding: 10px 0;
	}
	.top-navigation-bar {
		display: none;
	}
	#header {
		padding: 20px 0;
		margin: 0;
	}
	#header::before {
		display: none;
	}
	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-top > div {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.header-top > div .site-name {
		text-align: left !important;
		padding-top: 4px;
	}
	.header-top > .responsive-tools {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: unset !important;
		flex-basis: unset !important;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		gap: 10px;
	}
	.header-top > .navigation-buttons {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.header-top .search {
		position: absolute;
		background-color: #fff;
		bottom: -75px;
		z-index: 1;
		width: 100%;
		right: 0;
	}
	.header-top #formSearchForm {
		width: 80%;
		margin: 0 auto !important;
	}
	.header-top #formSearchForm fieldset .search-input {
		max-width: unset;
	}
	.header-top .navigation-buttons a[data-target='cart'] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative !important;
		top: unset !important;
		right: unset !important;
	}
	.header-top .navigation-buttons a[data-target='cart']::before {
		content: url('/user/documents/upload/miranda/img/icons/ico-mobile-basket.png');
		margin: 0 !important;
	}
	.header-top .navigation-buttons a[data-target='cart'] .cart-price {
		display: block !important;
		margin-top: 9px;
		color: #b3b3b3;
	}
	.responsive-tools {
		padding: 0;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.responsive-tools > a {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-item-align: start;
		align-self: flex-start;
		color: #b3b3b3;
	}
	.responsive-tools > a::before {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.responsive-tools > a:hover {
		color: #e20144 !important;
		text-decoration: underline !important;
	}
	.responsive-tools > a[data-target='search']::before {
		content: url('/user/documents/upload/miranda/img/icons/ico-search-header.png');
	}
	.responsive-tools > a[data-target='login']::before {
		content: url('/user/documents/upload/miranda/img/icons/ico-mobile-login.png');
	}
	.responsive-tools > a[data-target='navigation'] {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: initial;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.responsive-tools > a[data-target='navigation']::before {
		content: url('/user/documents/upload/miranda/img/icons/ico-mobile-hamburger.png');
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: 54px;
		background: transparent;
	}
	.user-action .user-action-in > div {
		top: 113px;
	}
}
.order-button-suffix {
	margin-top: 4px;
	padding-bottom: 0;
}
@media all and (max-width: 450px) {
	.header-top .navigation-buttons {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-top: 16px;
	}
	.header-top .responsive-tools a[data-target='search'],
	.header-top .responsive-tools a[data-target='login'] {
		margin-top: 12px;
	}
	.header-top .navigation-buttons a[data-target='cart'] .cart-price {
		display: none !important;
	}
	.header-top .navigation-buttons a[data-target='cart'] i {
		display: block;
		right: -11px;
		top: -5px;
		background: #e20144;
	}
}

/* XXX header top resety pre kosik (podstranku) */
@media all and (max-width: 767px) {
	.ordering-process .header-top a[data-target='search'],
	.ordering-process .header-top a[data-target='login'] {
		display: none;
	}
	.ordering-process .header-top a[data-target='navigation'] {
		right: 2vw;
		padding: 2px;
	}
}

.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a:hover {
	color: #000;
}

#navigation .navigation-in {
	background-color: #e20144;
}

#navigation .navigation-in ul li a {
	font-size: 16px !important;
}

#navigation .navigation-in ul li b {
	font-weight: bold !important;
}

#navigation .menu-level-1 {
	color: #fff;
}

#navigation .menu-level-1 > li {
	border: none;
}

#navigation .menu-level-2 li a > span {
	color: #000;
}

#navigation .menu-level-2 li a > span:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

#navigation .menu-level-3 li > a {
	color: #e20144;
}

#navigation .menu-level-3 li > a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

@media all and (min-width: 768px) {
	#navigation {
		height: 64px;
	}
	#navigation .navigation-in {
		top: unset;
		bottom: 0;
	}
	#navigation .navigation-in .menu-level-1 > li > a {
		padding: 25px 20px;
	}
}

@media all and (max-width: 767px) {
	#navigation {
		padding: 0;
	}
	#navigation .navigation-in {
		background-color: #fff;
	}
	#navigation .navigation-in ul li b {
		color: #000;
	}
}

@media all and (min-width: 1921px) {
	#header {
		position: relative;
	}
	#header::before {
		height: 64px;
		width: 1920px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #e20144;
		content: '';
	}
	#header::before {
		display: none !important;
	}
}

#header {
	position: relative;
}

#header::before {
	height: 64px;
	width: 1920px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e20144;
	content: '';
}

#header .menu-helper {
	margin-right: 20px;
	top: 114px;
}

#header .menu-helper span {
	font-size: 16px !important;
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .menu-helper::after {
	content: url('/user/documents/upload/miranda/img/icons/ico-menu-helper-arrow.png');
	background-color: transparent;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 1px;
}

#header .menu-helper ul li a b {
	color: #000;
	font-weight: bold;
}

#header .menu-helper ul li a b:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

#header .menu-helper ul li a span {
	color: #000;
	font-weight: normal;
}

#header .menu-helper ul li a span:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

#header .menu-helper li {
	position: relative;
}

#header .menu-helper li .submenu-arrow {
	position: absolute;
	right: 10px;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* XXX Breadcrumbs */
.breadcrumbs {
	border: none !important;
	margin: 20px 0;
}

.breadcrumbs::before {
	display: none !important;
}

.breadcrumbs #navigation-first a {
	padding-left: 0 !important;
}

.breadcrumbs #navigation-first a .sr-only {
	position: initial;
	margin: 0;
	clip: unset;
}

.breadcrumbs span a {
	padding-right: 0;
	padding-left: 5px;
}

.breadcrumbs span a::before {
	display: none;
}

.breadcrumbs span a::after {
	content: '/';
	background-color: transparent;
	-webkit-transform: unset;
	transform: unset;
	color: #000;
	position: initial;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 5px;
}

.breadcrumbs span a span {
	color: #e20144;
}

.breadcrumbs span a span:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.breadcrumbs > span:last-child > span {
	padding-left: 5px !important;
}

@media all and (min-width: 768px) {
	.breadcrumbs {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.breadcrumbs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.breadcrumbs span a {
		padding: 0;
	}
	.breadcrumbs span:last-child > span {
		padding: 0 !important;
	}
}

/* XXX Footer */
#footer > .footer-links-icons {
	display: none;
}

#footer .custom-footer__categories {
	/* .categories .topic > a {
		font-weight: bold;
	} */
}

#footer .custom-footer__categories span.cat-trigger {
	display: none !important;
}

#footer .custom-footer__categories .categories .topic.active > a,
#footer .custom-footer__categories .categories .topic.child-active > a,
#footer .custom-footer__categories .categories li.active > a {
	color: #e20144 !important;
	background-color: transparent !important;
}

#footer .custom-footer__categories .categories .topic:first-of-type > a {
	padding-top: 0 !important;
}

#footer {
	background-color: #f2f2f2;
}

#footer ul a:hover,
#footer a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

#footer h4 {
	font-weight: bold;
	font-size: 24px !important;
	font-size: clamp(20px, 4vw, 24px) !important;
	line-height: 1.2em;
	color: #000;
	text-transform: none;
}

@media all and (max-width: 767px) {
	#footer h4 {
		font-size: 24px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

#footer .custom-footer {
	background-color: #f2f2f2;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
	grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
	padding: 50px 0;
	border: none !important;
}

#footer .custom-footer > div {
	width: 100%;
}

#footer .news-item-widget {
	margin-bottom: 20px;
}

@media all and (max-width: 991px) {
	#footer .custom-footer {
		-ms-grid-columns: 1.5fr 1fr 1fr;
		grid-template-columns: 1.5fr 1fr 1fr;
		gap: 20px 0;
	}
}

.footer-show > div {
	display: block !important;
}

.footer-show > h4::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (max-width: 767px) {
	.categories .topic.child-active > a {
		padding: 5px 0;
	}
	.categories ul a {
		padding: 5px 0;
	}
	.categories li.active > a {
		background-color: #f2f2f2;
	}
	.categories li.active > a:hover {
		background-color: #f2f2f2;
	}
	.categories .topic.child-active > a {
		color: #e20144;
	}
	#footer > .footer-rows {
		background-color: #f2f2f2;
	}
}

@media all and (max-width: 767px) {
	#footer .custom-footer {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 0;
		width: 75%;
		margin: 0 auto;
	}
	#footer .custom-footer .newsletter-wrapper {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 80px;
	}
	#footer .custom-footer .newsletter-wrapper .footer-logo-wrapper p {
		width: 50%;
	}
	#footer .custom-footer .footer-contact-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#footer .custom-footer .footer-contact-wrapper h3 {
		text-align: center;
	}
	#footer .custom-footer .footer-contact-wrapper .footer-contact-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer .custom-footer .custom-footer__section4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	#footer .custom-footer .custom-footer__section5 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	#footer .custom-footer .custom-footer__categories {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	#footer .custom-footer .footer-icons {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer .custom-footer .footer-icons h3 {
		color: #000;
		text-align: center;
	}
	#footer .custom-footer .footer-icons > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	#footer .custom-footer .custom-footer__section4 > h4,
	#footer .custom-footer .custom-footer__section5 > h4,
	#footer .custom-footer .custom-footer__categories > h4 {
		text-align: center;
		position: relative;
	}
	#footer .custom-footer .custom-footer__section4 > h4:hover,
	#footer .custom-footer .custom-footer__section5 > h4:hover,
	#footer .custom-footer .custom-footer__categories > h4:hover {
		cursor: pointer;
	}
	#footer .custom-footer .custom-footer__section4 > h4:after,
	#footer .custom-footer .custom-footer__section5 > h4:after,
	#footer .custom-footer .custom-footer__categories > h4:after {
		content: url('/user/documents/upload/miranda/img/icons/ico-footer-menu.svg');
		position: absolute;
		right: 0;
	}
	#footer .custom-footer .custom-footer__section4 > div,
	#footer .custom-footer .custom-footer__section5 > div,
	#footer .custom-footer .custom-footer__categories > div {
		display: none;
		text-align: center;
	}
}

@media all and (max-width: 550px) {
	#footer .custom-footer {
		width: 90%;
	}
}

@media all and (max-width: 420px) {
	.categories .topic > a,
	.categories .topic.child-active > a {
		padding-left: 30px;
	}
	.categories ul a {
		padding-left: 50px;
	}
	#footer .custom-footer .custom-footer__section4 > h4,
	#footer .custom-footer .custom-footer__section4 > div,
	#footer .custom-footer .custom-footer__section5 > h4,
	#footer .custom-footer .custom-footer__section5 > div,
	#footer .custom-footer .custom-footer__categories > h4,
	#footer .custom-footer .custom-footer__categories > div {
		text-align: left;
	}
}

#footer .newsletter-wrapper .footer-logo-wrapper {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
}

#footer .newsletter-wrapper .footer-logo-wrapper img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-right: 15px;
}

#footer .newsletter-wrapper .footer-logo-wrapper p {
	margin: 0;
}

#footer #formNewsletterWidget fieldset > div:first-of-type::before {
	content: url('/user/documents/upload/miranda/img/icons/ico-footer-newsletter.svg');
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 10px;
}

#footer #formNewsletterWidget fieldset > div:first-of-type input[type='email'] {
	padding: 10px;
	padding-left: 40px;
}

#footer #formNewsletterWidget br {
	display: none;
}

#footer #formNewsletterWidget .consents {
	margin: 10px 0;
}

#footer #formNewsletterWidget .consents label {
	padding: 0;
}

#footer #formNewsletterWidget .consents a {
	color: #e20144;
}

#footer #formNewsletterWidget .consents a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

#footer #formNewsletterWidget button[type='submit'] {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
	position: initial;
}

#footer #formNewsletterWidget button[type='submit']::before {
	display: none;
}

#footer #formNewsletterWidget button[type='submit']:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

#footer #formNewsletterWidget button[type='submit']::before {
	display: none;
}

@media all and (max-width: 767px) {
	#footer .footer-contact-wrapper h3 {
		text-align: center;
	}
}

#footer .footer-contact-wrapper > div {
	margin-bottom: 30px;
}

#footer .footer-contact-wrapper h3 {
	width: 100%;
	text-align: left;
	color: #000;
	margin-top: 0;
}

#footer .footer-contact-wrapper .footer-contact-links {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

#footer .footer-contact-wrapper .footer-contact a {
	color: #e20144;
}

#footer .footer-contact-wrapper .footer-contact a[data-name='phone'] {
	font-weight: bold;
	font-size: 24px !important;
	font-size: clamp(20px, 4vw, 24px) !important;
	line-height: 1.2em;
	margin-bottom: 10px;
}

@media all and (max-width: 767px) {
	#footer .footer-contact-wrapper .footer-contact a[data-name='phone'] {
		font-size: 24px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

#footer .footer-contact-wrapper .footer-icons > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

#footer .footer-contact-wrapper .footer-icons .footer-icon {
	margin: 0;
}

#footer .footer-bottom {
	background-color: #f2f2f2;
	border: none;
}

#footer .footer-bottom .copyright {
	color: #b3b3b3;
}

#footer .footer-bottom .copyright strong {
	color: #e20144;
}

#footer .footer-bottom #signature a.title {
	color: #b3b3b3;
}

#footer .footer-bottom #signature a.image {
	display: none;
}

#footer .footer-bottom .miranda {
	color: #e20144;
	font-weight: bold;
}

#footer .footer-bottom .miranda::before {
	content: '|';
	margin: 0 5px;
	color: #b3b3b3;
	font-weight: normal;
}

/* XXX Homepage */
.latest-contribution-box,
.middle-banners-wrapper {
	display: none;
}

.homepage-group-title,
.type-index h2 {
	font-weight: bold;
	font-size: 32px !important;
	font-size: clamp(25px, 4.5vw, 32px) !important;
	line-height: 1.2em;
	color: #000;
}

@media all and (max-width: 767px) {
	.homepage-group-title,
	.type-index h2 {
		font-size: 32px !important;
		font-size: clamp(20px, 5vw, 32px) !important;
	}
}

.homepage-box.before-carousel {
	background-color: #fff;
	border-color: #fff;
}

.type-index .products.slick-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}
.type-index .products-block .slick-slide > div:not(.product) {
	height: 50%;
}
.type-index .slick-slide .product {
	height: 100%;
}
.type-index .slick-slide .product .widget-parameter-wrapper {
	display: none;
}
.type-index .products.slick-slider .slick-slide > div {
	margin: 0 10px;
}
.type-index .products.slick-slider .slick-slide > div:first-of-type {
	margin-bottom: 20px;
}

.type-index .products.slick-slider .slick-list {
	padding: 0;
}
.product .p {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product .p .p-in {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product .p .p-bottom {
	margin-top: auto;
}

body:not(.mobile) .products.slick-slider .slick-list {
	padding-top: 26px;
	padding-bottom: 26px;
}
.products-block.slick-slider > div:nth-child(2n) {
	border: none !important;
}
.products-block .p .flags-default {
	left: -10px;
}
.flag {
	max-width: 100%;
	margin-right: 0.5em;
}

.type-index .products.slick-slider .slick-list .slick-active:first-of-type {
	border-left: none !important;
}

.type-index .products.slick-slider .slick-list .slick-active:last-of-type {
	border-right: none !important;
}

.type-index .products.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	background: transparent;
	border: none;
	padding: 0;
}

.type-index .products.slick-slider .slick-prev {
	left: 0;
}

.type-index .products.slick-slider .slick-next {
	right: 0;
}

.mobile.type-index .products.slick-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: h1;
}

.mobile.type-index .products.slick-slider .slick-list {
	padding: 0;
}

.mobile.type-index .products.slick-slider .slick-list .slick-active:first-of-type {
	border-left: none !important;
}

.mobile.type-index .products.slick-slider .slick-list .slick-active:last-of-type {
	border-right: none !important;
}

.mobile.type-index .products.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	background: transparent;
	border: none;
	padding: 0;
}

.mobile.type-index .products.slick-slider .slick-prev {
	left: 0;
}

.mobile.type-index .products.slick-slider .slick-next {
	right: 0;
}

@media all and (max-width: 767px) {
	.type-index .products.slick-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.type-index .products.slick-slider .slick-list {
		padding: 0;
	}
	.type-index .products.slick-slider .slick-list .slick-active:first-of-type {
		border-left: none !important;
	}
	.type-index .products.slick-slider .slick-list .slick-active:last-of-type {
		border-right: none !important;
	}
	.type-index .products.slick-slider .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
		background: transparent;
		border: none;
		padding: 0;
	}
	.type-index .products.slick-slider .slick-prev {
		left: 0;
	}
	.type-index .products.slick-slider .slick-next {
		right: 0;
	}
}

.type-index .homepage-box.before-carousel .col-sm-8 {
	width: 74%;
}

.type-index .homepage-box.before-carousel .col-sm-4 {
	width: 25.3%;
}

.footer-banners {
	margin: 57px auto 0 auto;
}

.footer-banners h2 {
	text-align: center;
	color: #000;
}

@media all and (min-width: 768px) {
	.footer-banners .footer-banners-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1.98fr 1fr;
		grid-template-columns: 1fr 1fr 1.98fr 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		gap: 10px;
	}
	.footer-banners .footer-banners-grid > div {
		padding: 0;
	}
	.footer-banners .footer-banners-grid > div:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.footer-banners .footer-banners-grid > div:nth-of-type(2) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.footer-banners .footer-banners-grid > div:nth-of-type(3) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-flex-item-align: self-start;
		-ms-grid-row-align: self-start;
		align-self: self-start;
	}
	.footer-banners .footer-banners-grid > div:nth-of-type(4) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-flex-item-align: self-end;
		-ms-grid-row-align: self-end;
		align-self: self-end;
	}
	.footer-banners .footer-banners-grid > div:nth-of-type(5) {
		-ms-grid-column: 4;
		grid-column: 4;
		-ms-grid-row: 1;
		grid-row: 1;
	}
}

@media all and (max-width: 767px) {
	#content .footer-banners {
		width: 100%;
		margin: 0;
		margin-top: 57px;
		padding: 0;
	}
	.footer-banners .footer-banners-grid {
		padding: 0;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.footer-banners .footer-banners-grid .footer-banner {
		padding: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
}

@media all and (max-width: 450px) {
	.footer-banners .footer-banners-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.homepage-banners-wrapper > div {
	margin: 50px auto;
}

.homepage-banners-wrapper > div h2 {
	text-align: center;
}

.hp-about > div {
	background-color: #e20144;
	padding: 30px 100px;
	width: 68%;
	margin: 0 auto;
	margin-top: -175px;
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hp-about > div h2 {
	margin-top: 0;
	color: #fff;
}

.hp-about > div p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	text-align: center;
}

.hp-about > div a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #fff;
	color: #000;
	border-color: #fff;
	margin: 0 auto;
	text-decoration: none !important;
	padding: 5px 15px;
}

.hp-about > div a:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

@media all and (max-width: 1440px) {
	.hp-about > div {
		width: 75%;
		margin-top: -120px;
	}
}

@media all and (max-width: 991px) {
	.hp-about > div {
		width: 90%;
		margin-top: -80px;
	}
}

@media all and (max-width: 767px) {
	.hp-about > div {
		width: 100%;
		padding: 10px 20px;
		margin-top: 0;
	}
}

@media all and (max-width: 500px) {
	.hp-about > img {
		width: 100%;
		margin: 0 auto;
	}
	.hp-about > div {
		width: 95%;
		margin: 0 auto;
		margin-top: -50px;
	}
}

.hp-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
}

.hp-blog-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-item {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.news-item .image {
	margin: 0;
	width: 100%;
	aspect-ratio: 4/3;
}
.news-item .image a {
	display: block;
	height: 100%;
}
.news-item .image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.news-item .text {
	display: flex;
	flex-direction: column;
}

.news-item .text time {
	order: -1;
	color: #000;
	margin-bottom: 5px;
}

.news-item .text .title {
	color: #000;
	font-weight: 700;
}
.news-item .title:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

/* .news-item .text .description {
	display: none;
} */

.hp-blog .read-more-link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
	padding: 5px 10px;
	margin: 26px 0;
}

.hp-blog .read-more-link::before {
	display: none;
}

.hp-blog .read-more-link:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.benefitBanner__item,
.benefitBanner__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.benefitBanner__link:hover .benefitBanner__data {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.benefitBanner__picture {
	margin: 0;
	margin-bottom: 10px;
}

.benefitBanner__img {
	width: 75%;
	margin: 0 auto;
}

.benefitBanner__content {
	padding: 0;
	color: #000;
}
.benefitBanner__data {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media all and (max-width: 1200px) {
	.benefitBanner {
		display: -ms-grid !important;
		display: grid !important;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}

@media all and (max-width: 767px) {
	.benefitBanner {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 0;
	}
	.benefitBanner__item {
		text-align: center;
	}
}

@media all and (min-width: 768px) {
	.benefitBanner {
		width: 747px;
	}
}

@media all and (min-width: 992px) {
	.benefitBanner {
		width: 972px;
	}
}

@media all and (min-width: 1200px) {
	.benefitBanner {
		width: 1170px;
	}
}

@media all and (min-width: 1440px) {
	.benefitBanner {
		width: 1418px;
	}
}

/* XXX Category */
.type-category #productsTop,
.type-category #content > h4,
.type-category .category-top > h4 {
	display: none;
}

.type-category .category-perex-wrapper {
	background-color: #e20144;
	padding: 45px;
	margin: 30px 0 50px 0;
}

/* .type-category .category-perex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 400px;
}

.type-category .category-perex-left {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}

.type-category .category-perex h1,
.type-category .category-perex p,
.type-category .category-perex ul {
	color: #fff;
	width: 65%;
} */

.type-category .category-perex p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
}

.type-category .category-perex-right {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	position: relative;
	position: relative;
	border: 10px solid #fff;
	border-left: none;
}

.type-category .category-perex-right::after {
	content: '';
	width: 60px;
	height: 30px;
	background: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e20144),
		color-stop(33.33%, #e20144),
		color-stop(33.33%, #fff),
		color-stop(66.66%, #fff),
		color-stop(66.66%, #e20144)
	);
	background: linear-gradient(to bottom, #e20144 0%, #e20144 33.33%, #fff 33.33%, #fff 66.66%, #e20144 66.66%);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.type-category .category-perex-right::after {
	right: -35px;
}

/* .type-category .category-perex img {
	position: absolute;
	max-width: unset;
	width: 130%;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
} */

.type-category .category-perex .subcategories-wrapper {
	width: 65%;
}

.type-category .category-perex .subcategories-wrapper img {
	display: none !important;
}

.type-category .category-perex .subcategories-wrapper b {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
}

.type-category .category-perex .subcategories {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	margin-top: 15px;
	gap: 10px;
}

.type-category .category-perex .subcategories li {
	width: 100%;
	padding: 0;
}

.type-category .category-perex .subcategories li .image {
	display: none;
}

.type-category .category-perex .subcategories a {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 0;
}

.type-category .category-perex .subcategories a::before {
	display: none;
}

.type-category .category-perex .subcategories a:hover {
	background: rgba(255, 255, 255, 0.4);
}

.type-category .category-perex .subcategories a .text {
	padding: 0;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 1440px) {
	.type-category .category-perex img {
		width: 160%;
		right: -20px;
	}
}

@media all and (max-width: 1200px) {
	.type-category .category-perex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/* .type-category .category-perex img {
    width: 265%;
    right: -25%;
    top: -36%;
  } */
	.type-category .category-perex-left {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.type-category .category-perex-right {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
}

@media all and (max-width: 992px) {
	.type-category {
		position: relative;
	}
	.type-category .category-perex {
		min-height: unset;
	}
	.type-category .category-perex p,
	.type-category .category-perex ul {
		width: 100%;
	}
	.type-category .category-perex img {
		width: 80%;
		position: initial;
		transform: none;
	}
	.type-category .category-perex-left {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.type-category .category-perex-right {
		position: absolute;
		border: none;
		min-height: 150px;
		width: 175px;
		right: 16vw;
		top: 260px;
		text-align: right;
	}
	.type-category .category-perex-right::after {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.type-category .category-perex-wrapper {
		padding: 20px;
		padding-top: 20px;
	}
	.type-category .category-perex h1 {
		margin: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.type-category .category-perex .subcategories-wrapper {
		width: 100%;
	}
	.type-category .category-perex .subcategories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.type-category .category-perex .subcategories li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.type-category .category-perex .subcategories a {
		padding: 10px;
	}
	.type-category .category-perex-right {
		right: 0;
		width: 280px;
		top: 130px;
		display: none;
	}
}

.type-category aside.sidebar,
#filters {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background-color: #f2f2f2;
}

.type-category aside.sidebar #manufacturer-filter,
#filters #manufacturer-filter {
	max-height: 500px;
	overflow: auto;
}

.type-category aside.sidebar .filter-sections,
#filters .filter-sections {
	background-color: #f2f2f2;
}

.type-category aside.sidebar h4,
.type-category aside.sidebar .filter-label,
.type-category aside.sidebar .slider-header,
#filters h4,
#filters .filter-label,
#filters .slider-header {
	color: #000;
}

.type-category aside.sidebar .filter-count,
#filters .filter-count {
	display: none;
}

.type-category aside.sidebar input[type='checkbox'] + label::before,
.type-category aside.sidebar input[type='radio'] + label::before,
#filters input[type='checkbox'] + label::before,
#filters input[type='radio'] + label::before {
	border-radius: 4px;
	background-color: #fff;
}

.type-category aside.sidebar input[type='checkbox']:checked + label:before,
#filters input[type='checkbox']:checked + label:before {
	border-color: #fff;
}

.type-category aside.sidebar input[type='checkbox']:checked + label::after,
#filters input[type='checkbox']:checked + label::after {
	background-color: #e20144;
}

.type-category aside.sidebar .ui-slider .ui-slider-range,
#filters .ui-slider .ui-slider-range {
	background-color: #e20144;
}

.type-category aside.sidebar .ui-slider-horizontal .ui-slider-handle::after,
#filters .ui-slider-horizontal .ui-slider-handle::after {
	background-color: #e20144;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
}

.type-category aside.sidebar .ui-slider-handle,
#filters .ui-slider-handle {
	background: #fff;
}

.type-category aside.sidebar #clear-filters a,
#filters #clear-filters a {
	color: #e20144;
}

.type-category aside.sidebar .filter-section a,
#filters .filter-section a {
	color: #e20144;
}

.type-category aside.sidebar .filter-section a:hover,
#filters .filter-section a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.type-category aside.sidebar .advanced-parameter-inner,
#filters .advanced-parameter-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 4px solid #fff;
}

.type-category .category-header {
	background: #fff;
	border-bottom: 1px solid #e20144;
}

.type-category .category-header > div {
	display: none;
}

.type-category .category-header > form {
	width: 100%;
	text-align: end;
}

.type-category .category-header label {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	color: #7f7f7f;
}

.type-category .category-header input[type='radio']:checked + label,
.type-category .category-header input[type='radio'] + label:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

@media all and (max-width: 991px) {
	.type-category .category-header fieldset {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		padding-bottom: 10px;
	}
	.type-category .category-header label {
		padding: 0 !important;
		text-align: left;
	}
}

@media all and (max-width: 767px) {
	.type-category .category-header fieldset {
		-ms-grid-columns: (1fr) [5];
		grid-template-columns: repeat(5, 1fr);
	}
	.type-category .category-header label {
		text-align: center;
	}
}

@media all and (max-width: 550px) {
	.type-category .category-header fieldset {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.type-category .category-header label {
		text-align: left;
	}
}

/* XXX Detail */
.type-detail .sidebar {
	display: none;
}

.type-detail .p-image-wrapper .flags {
	display: none;
}

.type-detail .p-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.type-detail .p-detail .products-related-header {
	font-weight: bold;
	font-size: 32px !important;
	font-size: clamp(25px, 4.5vw, 32px) !important;
	line-height: 1.2em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #000;
}

@media all and (max-width: 767px) {
	.type-detail .p-detail .products-related-header {
		font-size: 32px !important;
		font-size: clamp(20px, 5vw, 32px) !important;
	}
}

.type-detail .p-detail .products-related {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.type-detail .p-detail .browse-p {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

@media all and (max-width: 991px) {
	.type-detail .p-detail .products-related {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
	}
	.type-detail .p-detail .products-related .product {
		max-width: 300px;
	}
	.browse-p {
		margin: 20px auto 50px auto;
	}
}

@media all and (max-width: 767px) {
	.type-detail .p-detail .products-related-header {
		text-align: center;
	}
	.type-detail .p-detail .products-related {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.type-detail .p-detail .products-related .product {
		max-width: unset;
	}
}

@media all and (min-width: 992px) {
	.type-detail .p-image-wrapper {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.type-detail .p-image-wrapper .p-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
	}
	.type-detail .p-image-wrapper .p-thumbnails-wrapper {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
	}
	.type-detail .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails {
		height: 100%;
		margin-bottom: 0;
		overflow-y: auto;
	}
	.type-detail .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails-inner {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.type-detail .p-image-wrapper,
	.type-detail .p-info-wrapper {
		width: 50%;
		padding-right: 0;
	}
}

.type-detail .product-top .detail-parameters a,
.type-detail .product-top a[href='#description'] {
	color: #e20144 !important;
}

.type-detail .product-top .detail-parameters a:hover,
.type-detail .product-top a[href='#description']:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.type-detail .product-top > div:first-of-type {
	display: none;
}

.type-detail .product-top .p-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-thumbnail.highlighted::before,
.show360image.highlighted::before,
.p-thumbnail:hover::before,
.show360image:hover::before {
	background-color: #e20144;
}
a.link-icon:hover,
a.link-icon:focus,
a:hover,
.link-like:hover,
a:focus,
.link-like:focus {
	color: #e20144;
}

.type-detail .product-top .flags {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.type-detail .p-info-wrapper .flags-extra {
	display: none;
}

.type-detail .product-top .p-detail-inner-header {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.type-detail .p-detail-inner-header h1 {
	line-height: 1.2em;
}

.type-detail .product-top .stars-wrapper {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.type-detail .product-top .p-short-description {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.type-detail .product-top .availability-value {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.type-detail .product-top .p-buy-block {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.type-detail .product-top .p-buy-block .price-save {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.type-detail .product-top .p-buy-block .p-final-price-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.type-detail .product-top .p-buy-block .add-to-cart {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.p-info-wrapper .p-final-price-wrapper .price-standard::before {
	content: 'Běžně: ';
}

.p-info-wrapper #dklabBanplusIkony {
	order: 9;
	padding-top: 0;
}

.type-detail .product-top .social-buttons-wrapper {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.type-detail .product-top .social-buttons-wrapper .link-icons {
	margin: 0;
}

.type-detail .product-top .availability-value + .detail-parameters {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.type-detail .product-top .availability-value + .detail-parameters tr {
	display: flex;
	align-items: center;
}
.type-detail .product-top .p-info-wrapper .availability-value + .detail-parameters th {
	padding-left: 0;
	font-weight: 400;
}
.type-detail .product-top .p-info-wrapper .availability-value + .detail-parameters td {
	padding-right: 0;
	font-weight: 400;
}
.variant-list select,
.surcharge-list select {
	width: auto;
}
.type-detail .product-top .detail-parameters {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 10;
}

.type-detail .product-top .p-info-wrapper > p {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 11;
	margin-bottom: 0;
}

@media all and (max-width: 991px) {
	.type-detail .product-top > div:first-of-type {
		display: block;
	}
	.p-detail-inner-header h1 {
		color: #000;
	}
}

.type-detail .product-top .p-info-wrapper h1 {
	margin: 10px 0;
	color: #000;
}

.type-detail .product-top .p-info-wrapper .stars-wrapper {
	margin-bottom: 20px;
}

.type-detail .product-top .p-info-wrapper .p-short-description {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	color: #7f7f7f;
}

.type-detail .product-top .p-info-wrapper .availability-value span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
}

.type-detail .product-top .p-info-wrapper .availability-value .availability-label {
	font-weight: bold;
	color: #4baa28 !important;
}

.type-detail .product-top .p-info-wrapper .availability-value .availability-amount {
	color: #7f7f7f;
}

.type-detail .product-top .p-info-wrapper .p-buy-block {
	padding: 20px 10px;
	border: 10px solid #e20144;
	position: relative;
	border: 10px solid #e20144;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.type-detail .product-top .p-info-wrapper .p-buy-block::after {
	content: '';
	width: 40px;
	height: 30px;
	background: #e20144;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		color-stop(33.33%, #fff),
		color-stop(33.33%, #e20144),
		color-stop(66.66%, #e20144),
		color-stop(66.66%, #fff)
	);
	background: linear-gradient(to bottom, #fff 0%, #fff 33.33%, #e20144 33.33%, #e20144 66.66%, #fff 66.66%);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.type-detail .product-top .p-info-wrapper .p-buy-block::after {
	right: -25px;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .price-save {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	font-weight: bold;
	font-size: 52px;
	font-size: clamp(36px, 5vw, 52px);
	line-height: 1.2em;
	color: #e20144;
}

@media all and (max-width: 767px) {
	.type-detail .product-top .p-info-wrapper .p-buy-block .price-save {
		font-size: 52px;
		font-size: clamp(45px, 6vw, 52px);
	}
}

.type-detail .product-top .p-info-wrapper .p-buy-block .p-final-price-wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	margin-bottom: 0;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .p-final-price-wrapper strong {
	margin: 5px 0;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart {
	-ms-grid-column: 3;
	grid-column: 3/3;
	margin-bottom: 0;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart button {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
	padding: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart button::before {
	display: none;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart button:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart button::before {
	display: none;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .quantity {
	position: relative;
	padding: 0 20px;
	border-style: solid;
	border-radius: 0;
	border-color: #b3b3b3;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .quantity input {
	width: 40px;
	text-align: center;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .increase,
.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .decrease {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .increase::before,
.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .decrease::before {
	color: #e20144;
	background-color: #fff;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .increase {
	left: 0;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .increase::before {
	content: '+';
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .decrease {
	right: 0;
	left: unset;
}

.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .decrease::before {
	content: '-';
}

.type-detail .product-top .p-info-wrapper .social-buttons-wrapper {
	margin: 20px 0 30px 0;
}

.type-detail .product-top .p-info-wrapper .detail-parameters:nth-of-type(1) tr {
	background-color: transparent !important;
}

.type-detail .product-top .p-info-wrapper .detail-parameters tr,
.type-detail .product-top .p-info-wrapper .detail-parameters th {
	color: #000;
}

.type-detail .product-top .p-info-wrapper .detail-parameters th,
.type-detail .product-top .p-info-wrapper .detail-parameters td {
	padding: 10px;
}

.type-detail .product-top .p-info-wrapper .detail-parameters td {
	text-align: right;
}

.type-detail .product-top .p-info-wrapper .detail-parameters tr:nth-of-type(1n) {
	background-color: #f2f2f2;
}

.type-detail .product-top .p-info-wrapper .detail-parameters tr:nth-of-type(2n) {
	background-color: #fff;
}

.type-detail .product-top .p-info-wrapper .detail-parameters td {
	font-weight: bold;
}
.p-info-wrapper .p-final-price-wrapper .price-standard {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.3em;
}
.p-info-wrapper .price-final {
	font-size: 36px;
}
@media (max-width: 767px) {
	.p-info-wrapper .price-final {
		font-size: 28px;
	}
}
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info {
	text-decoration: none;
	font-size: 12px;
}
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info span {
	background-color: #e20144;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 0.5em;
	font-style: italic;
	cursor: pointer;
}
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info__content {
	position: absolute;
	display: none;
	bottom: calc(100% + 6px);
	left: 0;
	padding: 10px;
	width: max-content;
	font-size: 12px;
	line-height: 16px;
	max-width: 300px;
	background-color: #fff;
	opacity: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info.visible .price-info__content {
	display: block;
}
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info span:hover + .price-info__content,
.p-info-wrapper .p-final-price-wrapper .price-standard .price-info span:focus + .price-info__content {
	display: block;
}

@media all and (max-width: 1439px) {
	.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart .quantity {
		width: 94px;
		text-align: center;
	}
}

@media all and (max-width: 991px) {
	.type-detail .product-top .p-info-wrapper .p-buy-block {
		width: 95%;
		margin: 0 auto;
	}
}

@media all and (max-width: 767px) {
	.type-detail .product-top .p-info-wrapper .p-buy-block {
		margin-top: 0;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		margin-top: 20px;
	}
}

.type-detail .benefitBanner.position--benefitProduct {
	display: none !important;
}

.type-detail .shp-tabs-holder {
	border-bottom: 1px solid #e20144;
	background-color: #fff;
}

.type-detail .shp-tabs-holder > ul {
	background: #fff;
	margin-bottom: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.type-detail .shp-tabs-holder .shp-tab a {
	background-color: #fff;
	border-bottom: 1px solid #e20144;
	border-top: 1px solid white;
	color: #000;
}

.type-detail .shp-tabs-holder .shp-tab a:hover {
	color: #e20144;
}

.type-detail .shp-tabs-holder .shp-tab.active a {
	font-weight: bold;
	color: #e20144;
	border: 1px solid #e20144;
	border-bottom-color: #fff;
}

.type-detail #description .extended-description,
.type-detail #description .basic-description > h3 {
	display: none;
}

.type-detail #description li::marker {
	color: #4baa28;
}

.type-detail .btn.btn-primary {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.type-detail .btn.btn-primary::before {
	display: none;
}

.type-detail .btn.btn-primary:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

/* XXX O nas + Prodejny */
.in-o-nas #content .content-inner,
.in-prodejny #content .content-inner {
	max-width: unset !important;
}

.in-o-nas header h1,
.in-prodejny header h1 {
	display: none;
}

.in-o-nas .about-us h1,
.in-o-nas .about-us h2,
.in-o-nas .about-us h3,
.in-o-nas .about-us h4,
.in-o-nas .about-us p,
.in-o-nas .about-us b,
.in-o-nas .about-us strong,
.in-prodejny .about-us h1,
.in-prodejny .about-us h2,
.in-prodejny .about-us h3,
.in-prodejny .about-us h4,
.in-prodejny .about-us p,
.in-prodejny .about-us b,
.in-prodejny .about-us strong {
	color: #000;
}

.in-o-nas .about-us h1,
.in-prodejny .about-us h1 {
	text-align: center;
	font-size: 72px;
	font-size: clamp(36px, 6vw, 72px);
}

.in-o-nas .about-us h2,
.in-prodejny .about-us h2 {
	margin: 20px 0;
	font-size: 36px;
	font-size: clamp(25px, 4vw, 36px);
}

.in-o-nas .about-us-img-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.in-o-nas .about-us-img-wrapper img {
	width: calc(33.3333333333% - 13.334px);
	margin-right: 20px;
}
.in-o-nas .about-us-img-wrapper img:last-of-type {
	margin-right: 0;
}
.in-o-nas .about-us-top a {
	width: 33.3333333333%;
}

.in-o-nas .about-us-top img {
	width: 100%;
}

.in-o-nas .about-us-bot b {
	font-size: 18px;
}

.in-o-nas .about-us-bot-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 19px;
}

.in-o-nas .about-us-bot-text p {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

/* XXX Blog - podstranka */
.in-blog #content .content-inner {
	max-width: unset;
}

.in-blog h1 {
	text-align: center;
	color: #000;
}

#newsWrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 20px;
}

@media all and (max-width: 450px) {
	.in-blog #newsWrapper {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.in-blog .news-item .description {
		margin: 0 auto;
	}
}

/* XXX Vyhledavani - podstranka */
.in-vyhledavani h2 {
	text-align: center;
	color: #000;
}

.in-vyhledavani h2 strong {
	color: #e20144;
}

.in-vyhledavani .search-results-group h4 {
	color: #000;
}

.in-vyhledavani .search-results-group a {
	color: #e20144;
}

.in-vyhledavani .search-results-group a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.in-vyhledavani #products-found h4 {
	color: #000;
}

.in-vyhledavani .search-next-wrap a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.in-vyhledavani .search-next-wrap a::before {
	display: none;
}

.in-vyhledavani .search-next-wrap a:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.in-vyhledavani ::marker {
	color: #000;
}

/* XXX Košík - podstránka */
.ordering-process .overall-wrapper {
	background-color: #fff;
}

.ordering-process .cart-empty a,
.ordering-process .cart-empty .link-like {
	color: #e20144;
}

.ordering-process .cart-empty a:hover,
.ordering-process .cart-empty .link-like:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.ordering-process .cart-empty .col-md-4 {
	display: none;
}

.ordering-process .cart-empty .col-md-8 {
	width: 100%;
}

.ordering-process h1,
.ordering-process h2,
.ordering-process h3,
.ordering-process h4 {
	color: #000;
}

.ordering-process .site-msg-custom.step-1 {
	display: none;
}

.ordering-process .cart-table tr td.p-name a {
	color: #000;
	font-weight: bold;
}

.ordering-process .cart-table tr td.p-name a:hover {
	color: #e20144 !important;
	text-decoration: underline !important;
}

.ordering-process .show-related,
.ordering-process .unit-value {
	display: none;
}

.ordering-process th,
.ordering-process .price-final {
	color: #000;
}

.ordering-process td,
.ordering-process th {
	padding: 15px 5px !important;
	text-align: left !important;
}

.ordering-process .p-price.p-cell span strong {
	font-weight: normal;
}

.ordering-process .cart-content {
	padding: 0;
}

/* .ordering-process .col-md-4 {
	display: none;
} */

/* .ordering-process .col-md-8 {
	width: 100%;
} */

/* @media all and (max-width: 767px) {
	.ordering-process .col-md-8 {
		width: 95%;
		margin: 0 auto;
	}
} */

@media all and (min-width: 768px) {
	.ordering-process .cart-header {
		background-color: #f2f2f2;
		border-color: #f2f2f2;
		min-height: 240px;
		margin: 50px 0;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 50px;
		background-image: url('/user/documents/upload/miranda/img/cart/cart-step-dots.png');
		background-repeat: repeat-x;
		background-position-y: center;
	}
	.ordering-process .cart-header li {
		width: 100%;
		background-color: #f2f2f2;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ordering-process .cart-header li:nth-of-type(1) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.ordering-process .cart-header li:nth-of-type(2) {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.ordering-process .cart-header li:nth-of-type(2) a,
	.ordering-process .cart-header li:nth-of-type(2) strong {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.ordering-process .cart-header li:nth-of-type(3) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.ordering-process .cart-header li strong,
	.ordering-process .cart-header li a {
		border: none !important;
		padding: 0;
	}
	.ordering-process .cart-header li span {
		color: #000;
		margin-top: 30px !important;
	}
	.ordering-process .cart-header li span::before {
		background: #fff;
		color: #e20144;
		border-color: #fff;
		font-weight: bold;
		margin-bottom: 15px !important;
		font-size: 24px;
		line-height: 53px;
		width: 56px;
		height: 56px;
	}
	.ordering-process .cart-header li.active span {
		color: #e20144;
	}
	.ordering-process .cart-header li.active span::before {
		background: #e20144;
		color: #fff;
		border-color: #e20144;
		font-weight: bold;
	}
	.ordering-process .cart-header .step span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		display: block;
	}
	.ordering-process .cart-header .step span::before {
		display: block;
		margin: 0 auto;
	}
}

@media all and (max-width: 767px) {
	ol.cart-header li a span,
	ol.cart-header li strong span {
		color: #e20144;
	}
	.ordering-process .cart-header .step {
		padding-left: 18px;
	}
}

.ordering-process table.cart-table td {
	border: none;
	border-bottom: 1px solid #e6e6e6;
}

.ordering-process table.cart-table .cart-table .cart-p-image img {
	width: 100px !important;
}

.ordering-process table.cart-table form.quantity-form .quantity {
	position: relative;
	padding: 0 20px;
	border-style: solid;
	border-radius: 0;
	border-color: #b3b3b3;
}

.ordering-process table.cart-table form.quantity-form .quantity input {
	width: 40px;
	text-align: center;
}

.ordering-process table.cart-table form.quantity-form .increase,
.ordering-process table.cart-table form.quantity-form .decrease {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
}

.ordering-process table.cart-table form.quantity-form .increase::before,
.ordering-process table.cart-table form.quantity-form .decrease::before {
	color: #e20144;
	background-color: #fff;
}

.ordering-process table.cart-table form.quantity-form .increase {
	left: 0;
}

.ordering-process table.cart-table form.quantity-form .increase::before {
	content: '+';
}

.ordering-process table.cart-table form.quantity-form .decrease {
	right: 0;
	left: unset;
}

.ordering-process table.cart-table form.quantity-form .decrease::before {
	content: '-';
}

@media all and (max-width: 767px) {
	.ordering-process table.cart-table tr:first-of-type {
		border-color: #e20144;
		padding-left: 0;
	}
	.ordering-process table.cart-table tr:first-of-type th {
		padding-left: 0 !important;
	}
	.ordering-process table.cart-table tr:first-of-type > th:nth-of-type(n + 2) {
		display: none;
	}
	.ordering-process table.cart-table td {
		border: none;
	}
	.ordering-process table.cart-table tr {
		padding: 0 !important;
		border-color: #e6e6e6;
	}
	.ordering-process table.cart-table tr:nth-last-child(2) {
		border-color: #fff !important;
	}
	.cart-table tr.related {
		display: none !important;
	}
	.ordering-process table.cart-table .p-availability {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.ordering-process table.cart-table .p-availability .p-label {
		display: none !important;
	}
	.ordering-process table.cart-table .p-availability .availability-amount {
		margin-left: 5px;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .cart-p-image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-name {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 3;
		grid-column: 2/5;
		width: 100%;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-availiability {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 3;
		grid-column: 2/5;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-quantity {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-price {
		-ms-grid-column: 3;
		grid-column: 3;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-total {
		-ms-grid-column: 4;
		grid-column: 4;
	}
}

@media all and (max-width: 450px) {
	.ordering-process table.cart-table tr:nth-of-type(n + 2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-quantity {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-column: 3/5;
		padding: 5px 0 !important;
		margin-left: 30%;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-price {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-total {
		-ms-grid-column: 3;
		grid-column: 3;
	}
}

@media all and (max-width: 375px) {
	.ordering-process table.cart-table tr:nth-of-type(n + 2) .p-quantity {
		margin-left: 5%;
	}
}

.ordering-process .cart-summary {
	background-color: #f2f2f2;
	padding: 25px 30px;
	border-top: 1px solid #e20144;
}

.ordering-process .cart-summary .delivery-time {
	color: #000;
}

.ordering-process .cart-summary > h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold !important;
}

.ordering-process .cart-summary .extras-wrapper > div {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	padding: 0;
}

.ordering-process .cart-summary .extras-wrapper .price-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ordering-process .cart-summary .extras-wrapper .price-wrapper > * {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	color: #7f7f7f;
}

.ordering-process .cart-summary .extras-wrapper .price-wrapper strong.price-primary {
	font-weight: bold;
	font-size: 24px !important;
	font-size: clamp(20px, 4vw, 24px) !important;
	line-height: 1.2em;
	color: #e20144;
}

@media all and (max-width: 767px) {
	.ordering-process .cart-summary .extras-wrapper .price-wrapper strong.price-primary {
		font-size: 24px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

.ordering-process .cart-summary .extras-wrapper .extra.delivery::before {
	color: #4baa28;
}

.ordering-process .cart-summary .extras-wrapper .extra.delivery span {
	color: #000;
}

.ordering-process .cart-summary .extras-wrapper .extra.delivery strong {
	color: #4baa28;
}

.ordering-process .cart-summary .extras-wrapper .price-range div {
	background-color: #4baa28;
}

.ordering-process .cart-summary .discount-coupon {
	padding: 0;
}

.ordering-process .cart-summary .discount-coupon::before {
	display: none;
}

.ordering-process .cart-summary .discount-coupon form {
	position: relative;
}

.ordering-process .cart-summary .discount-coupon input {
	padding-left: 50px;
	height: 44px;
}

.ordering-process .cart-summary .discount-coupon button {
	position: absolute;
	left: 10px;
	padding: 0;
	background-color: transparent !important;
	border: none;
}

@media all and (max-width: 767px) {
	.ordering-process .cart-summary .delivery-time {
		padding-left: 0;
	}
	.ordering-process .cart-summary .extras-wrapper > * {
		margin-bottom: 20px;
	}
}

@media all and (min-width: 768px) {
	.ordering-process .back-shopping-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 30px 0 50px 0;
	}
	.ordering-process .back-shopping-link a.next-step-back,
	.ordering-process .back-shopping-link a.btn {
		font-style: normal;
		font-weight: normal;
		font-size: 14px !important;
		line-height: 21px;
		padding: 5px 15px;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		text-transform: full-size-kana;
	}
	.ordering-process .back-shopping-link a.next-step-back::before,
	.ordering-process .back-shopping-link a.next-step-back::after,
	.ordering-process .back-shopping-link a.btn::before,
	.ordering-process .back-shopping-link a.btn::after {
		display: none;
	}
	.ordering-process .back-shopping-link a.next-step-back {
		border: 1px solid;
		font-style: normal;
		font-weight: normal;
		font-size: 14px !important;
		line-height: 21px;
		background-color: #fff;
		color: #000;
		border-color: #e20144;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.ordering-process .back-shopping-link a.next-step-back:hover {
		-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		color: #000;
		background-color: #fff;
		border-color: #e20144;
	}
	.ordering-process .back-shopping-link a.btn {
		font-style: normal;
		font-weight: normal;
		font-size: 14px !important;
		line-height: 21px;
		background-color: #e20144;
		color: #fff;
		border-color: #e20144;
		text-transform: full-size-kana;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	.ordering-process .back-shopping-link a.btn::before {
		display: none;
	}
	.ordering-process .back-shopping-link a.btn:hover {
		-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		background-color: #e20144;
		border-color: #e20144;
	}
}

@media all and (max-width: 767px) {
	.back-shopping-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 10px;
		width: 95%;
		margin: 20px auto;
	}
	.back-shopping-link .next-step-back {
		border: 1px solid;
		font-style: normal;
		font-weight: normal;
		font-size: 14px !important;
		line-height: 21px;
		background-color: #fff;
		color: #000;
		border-color: #e20144;
		padding: 5px 15px;
		position: initial;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		text-indent: unset;
		display: block;
		height: auto;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.back-shopping-link .next-step-back:hover {
		-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		color: #000;
		background-color: #fff;
		border-color: #e20144;
	}
	.back-shopping-link .next-step-back::before {
		display: none;
	}
	.back-shopping-link #continue-order-button,
	.back-shopping-link #orderFormButton,
	.back-shopping-link #submit-order {
		font-style: normal;
		font-weight: normal;
		font-size: 14px !important;
		line-height: 21px;
		background-color: #e20144;
		color: #fff;
		border-color: #e20144;
		text-transform: full-size-kana;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 5px 15px;
	}
	.back-shopping-link #continue-order-button::before,
	.back-shopping-link #orderFormButton::before,
	.back-shopping-link #submit-order::before {
		display: none;
	}
	.back-shopping-link #continue-order-button:hover,
	.back-shopping-link #orderFormButton:hover,
	.back-shopping-link #submit-order:hover {
		-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		background-color: #e20144;
		border-color: #e20144;
	}
	.back-shopping-link #continue-order-button::after,
	.back-shopping-link #orderFormButton::after,
	.back-shopping-link #submit-order::after {
		display: none;
	}
}

.ordering-process.in-krok-1 .form-group.form-group-wrapped label,
.ordering-process.in-krok-1 .payment-info b,
.ordering-process.in-krok-1 .form-group > select.form-control,
.ordering-process.in-krok-1 .payment-shipping-price {
	color: #000;
}

.ordering-process.in-krok-1 #content a {
	color: #e20144;
}

.ordering-process.in-krok-1 .question-tooltip {
	background-color: #4baa28;
	border-color: #4baa28;
}

.ordering-process.in-krok-1 .co-box h4::before {
	color: #4baa28;
}

.ordering-process.in-krok-1 #orderFormButton {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.ordering-process.in-krok-1 #orderFormButton::before {
	display: none;
}

.ordering-process.in-krok-1 #orderFormButton:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

.ordering-process.in-krok-1 #orderFormButton::after {
	display: none;
}

.ordering-process.in-krok-2 .co-box h4::before {
	color: #4baa28;
}

.ordering-process.in-krok-2 input[type='checkbox'] + label,
.ordering-process.in-krok-2 .form-group label,
.ordering-process.in-krok-2 .country-flag .shp-flag-label {
	color: #000;
}

.ordering-process.in-krok-2 a.btn.btn-secondary,
.ordering-process.in-krok-2 #submit-order {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

.ordering-process.in-krok-2 a.btn.btn-secondary::before,
.ordering-process.in-krok-2 #submit-order::before {
	display: none;
}

.ordering-process.in-krok-2 a.btn.btn-secondary:hover,
.ordering-process.in-krok-2 #submit-order:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

/* XXX Košík popup */
#cboxLoadedContent > div .h1,
#cboxLoadedContent > div .h2 {
	color: #000;
}

#cboxLoadedContent > div a.btn-conversion {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 21px;
	background-color: #e20144;
	color: #fff;
	border-color: #e20144;
	text-transform: full-size-kana;
}

#cboxLoadedContent > div a.btn-conversion::before {
	display: none;
}

#cboxLoadedContent > div a.btn-conversion:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	background-color: #e20144;
	border-color: #e20144;
}

#cboxLoadedContent > div .extra.delivery::before {
	color: #4baa28;
}

#cboxLoadedContent > div .extra.delivery span {
	color: #000;
}

#cboxLoadedContent > div .extra.delivery span strong {
	color: #4baa28;
}

#cboxLoadedContent > div .extra.delivery .price-range div {
	background-color: #4baa28;
}

#cboxLoadedContent > div .advanced-order-suggestion {
	font-weight: bold;
	font-size: 24px !important;
	font-size: clamp(20px, 4vw, 24px) !important;
	line-height: 1.2em;
}

@media all and (max-width: 767px) {
	#cboxLoadedContent > div .advanced-order-suggestion {
		font-size: 24px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

#cboxLoadedContent > div #products .product:hover {
	-webkit-transform: none !important;
	transform: none !important;
}

/* XXX 404 */
.in-404 h1 {
	color: #000;
}
@media screen and (max-width: 767px) {
	.type-index .content-wrapper.container .row > div {
		padding-left: 0;
		padding-right: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
}
.p-detail-info > div:not(.flags) {
	display: none;
}

.content-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.in-404 h1 {
	text-align: center;
}

.product .p .image .flag-discount {
	display: none;
}
.products-block .p .flags-default {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.header-banner {
	position: relative;
	color: #fff;
}
.header-banner .texts {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 45%;
	padding: 3rem 0 3rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.header-banner .title-text {
	font-size: clamp(25px, 4.5vw, 32px);
	font-weight: 700;
	margin-bottom: 2rem;
}
.header-banner span {
	display: block;
}
.p-info-wrapper .quantity input {
	height: 47px;
}
/* .header-banner a {
  padding: 1em 1.5em;
  background-color: #000;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
} */
.price-save {
	display: flex;
	flex-direction: column;
}
.price-save .price-usetrite {
	font-size: 0.3em;
	line-height: 1em;
	color: #000;
}
.prices .price-usetrite {
	font-size: 0.8em;
	line-height: 1em;
	color: #000;
}

.dobirka-popup {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.dobirka-popup > div {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
	max-width: 480px;
	padding: 2rem;
}
.dobirka-popup h2 {
	margin-top: 0;
}
.dobirka-popup .btn {
	border: none;
	color: #fff !important;
}
.dobirka-popup .btn-accept {
	background-color: seagreen;
}
.dobirka-popup .btn-decline {
	background-color: #e20144;
}
.homepage-box.welcome-wrapper {
	display: none;
}
.navigation-buttons > a:not(.cart-count) {
	width: auto;
	height: auto;
	padding: 0;
	text-align: left;
}
.navigation-buttons > a::before {
	line-height: 0 !important;
}
.responsive-tools > a[data-target='search'] {
	margin-right: 0;
}
.responsive-tools > a[data-target='login'] {
	display: flex;
}
.responsive-tools {
	flex-wrap: nowrap;
}
.personal-collection-point p.em {
	display: none;
}
.personal-collection-point {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.personal-collection-point > h3 {
	flex: 0 1 200px;
}
.personal-collection-point > p {
	flex: 1 1 auto;
	margin: 0;
}
.personal-collection-point > p:last-child {
	flex: 0 1 125px;
}
.personal-collection-point h3 {
	margin: 0;
}
@media (max-width: 767px) {
	#header .site-name {
		position: initial;
	}
	.scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
	.scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
		transform: none;
	}
	#header {
		top: 0;
	}
	body.template-11.mobile-header-version-1 #dklabBanplusNadHlavickou {
		top: 0 !important;
	}
	.type-index .overall-wrapper {
		padding-top: 0;
	}
	.overall-wrapper {
		padding-top: 0;
	}
	.type-category .category-perex-wrapper {
		margin-top: 0;
	}
	.type-index .content-wrapper.container .row > div {
		margin-left: 0;
		margin-right: 0;
	}
	.personal-collection-point {
		flex-direction: column;
		align-items: flex-start;
	}
	.personal-collection-point > h3,
	.personal-collection-point > p:last-child {
		flex: 1 1 auto;
	}
	header#header .site-name img {
		max-width: 100%;
	}
}
.mobile .next-to-carousel-banners {
	text-align: center;
}
.order-summary-item.price {
	border-top-color: #e20144;
}
#dlouhy-popis {
	scroll-margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.type-detail .product-top .p-info-wrapper .p-buy-block {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}
	.type-detail .product-top .p-info-wrapper .p-buy-block .add-to-cart {
		grid-column-start: 1;
		grid-column-end: span 2;
		margin-top: 20px;
	}
}

.personal-pickup-points-trigger {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	padding: 10px;
	background-color: transparent;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}
.personal-pickup-points-trigger::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	border-style: none solid solid none;
	transform: rotate(45deg);
	position: relative;
	top: -3px;
}
.personal-pickup-points-trigger label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
@media (max-width: 480px) {
	.personal-pickup-points-trigger label {
		flex-wrap: wrap;
	}
}
.personal-pickup-points-trigger label .payment-shipping-price {
	margin-left: auto;
}
.personal-pickup-points {
	max-height: 0;
	overflow: hidden;
}
.personal-pickup-points b {
	font-weight: 400;
}
.personal-pickup-points .radio-wrapper {
	border: none;
}
.personal-pickup-points.active {
	max-height: unset;
	overflow-y: auto;
}

/*# sourceMappingURL=levnoshop.css.map */
