body.id-7357 main#content:before{
    content: ' ';
    display: block;
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(/user/documents/upload/grafika/extras/back_van.jpg);
    background-repeat: repeat;
    background-size: contain;
}

body.id-7357 .breadcrumbs-wrapper{
	display:none
}
body.id-7357 main#content > div.content-inner{
	position: relative;
	padding-top: 4rem;
}
body.id-7357 div.infobox-custom-grey{
	background-color: rgba(250, 188, 2, 0.1);
}
body.id-7357 div.infobox-custom-primary{
	background-color: rgba(81, 134, 45, 0.2);
	text-align: center;
}
/* top */
body.id-5256 .breadcrumbs{
	margin:0 auto;
}
body.id-5256 .category-perex{
	text-align:center;
}
body.id-5256 #content h1{
	font-size:30px;
	font-weight:bold;
}
body.id-5256 #content h4{
	display:none;
}
body.id-5256 #productsTop{
	display:none;
}
body.id-5256 #filters{
	display:none !important;
}
body.id-5256 div.filterInfo{
	display:none;
}
/* veselé narozeniny */
body.id-5295 main#content:before{
	content: ' ';
	display: block;
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-image: url(/user/documents/upload/grafika/balloons.png);
	background-repeat: no-repeat;
	background-size: contain;
  }
  body.id-5295 main#content > div.content-inner{
	position: relative;
}
  body.id-5295 #content h1{
  text-align:center;
  }
  body.id-5295 div.breadcrumbs{
  display:none;
  }
  body.id-5295 div.coupon-text-wrapper{
  font-size:16px;
  text-align:center;
  width:80%;
  margin:0 auto;
  position:relative;
  color:#000000
  }
  body.id-5295 div.infobox-custom-grey{
	background-color: rgba(240, 240, 240, 0.5);
}
  body.id-5295 div.coupons-wrapper{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:2rem
  }
  body.id-5295 div.dis-coupon{
  border: 2px dotted #16b6b8;
	border-radius: 5px;
	vertical-align: middle;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: start;
	padding: 0;
	padding-bottom:1rem;
	position:relative;
	background-color:#ffffff
  }
  body.id-5295 h2.size-coupon{
  width:100%;
  text-align:center;
  padding:1rem 0 1rem 0 !important;
  margin:0 0 1rem 0 !important;
  font-size:32px !important;
  color:#e74c3c !important;
  background-color:#e7f7f7;
  }
  body.id-5295 div.coupons-wrapper img{
  max-width:140px;
  }
  body.id-5295 p.about-coupon{
  color:#000000;
  text-align:center;
  padding:0 1rem 1rem 1rem;
  font-size:16px;
  margin-bottom:0;
  }
  body.id-5295 p.basic-coupon-text{
  margin-bottom:0;
  }
  body.id-5295 p.code-coupon{
  border:1px dotted #16b6b8;
  border-radius:5px;
  text-align:center;
  color:#000000;
  font-weight:bold;
  font-size:18px;
  padding:7px 15px 5px 15px;
  }
  body.id-5295 div.dis-coupon a{
  border-radius:5px;
  font-size:18px;
  background-color:#16a085;
  color:#ffffff;
  font-weight:bold;
  }
  
  @media screen and (max-width: 991px){
  body.id-5295 div.coupons-wrapper{
	grid-template-columns: repeat(3,1fr);
  }
  body.id-5295 #content{
	width:100% !important
  }
  }
  
  @media screen and (max-width: 649px){
  body.id-5295 div.coupons-wrapper{
	grid-template-columns: repeat(2,1fr);
  }
  }
  @media screen and (max-width: 449px){
  body.id-5295 div.coupons-wrapper{
	gap: 0.5rem;
  }
  body.id-5295 p.about-coupon{
	font-size:12px;
  }
  body.id-5295 p.code-coupon{
	font-size:16px
  }
  body.id-5295 div.dis-coupon a{
	font-size:16px
  }
  }
  @media screen and (max-width: 389px){
  body.id-5295 div.coupons-wrapper{
	grid-template-columns: repeat(1,1fr);
  }
  }

/* slevové kupóny */
body.id-5073 aside{
	display:none;
}
body.id-5073 #content{
	width:100%;
}
body.id-5073 #content h1{
	text-align:center;
}
body.id-5073 div.breadcrumbs{
	display:none;
}
body.id-5073 div.coupon-text-wrapper{
	font-size:16px;
	text-align:center;
	width:80%;
	margin:0 auto;
}
body.id-5073 div.coupons-wrapper{
	display:grid;
	grid-template-columns: repeat(5,1fr);
	gap:2rem
}
body.id-5073 div.dis-coupon{
	border: 2px dotted #16b6b8;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom:1rem;
}
body.id-5073 h2.size-coupon{
	width:100%;
	text-align:center;
	padding:1rem 0 1rem 0 !important;
	margin:0 0 1rem 0 !important;
	font-size:32px !important;
	color:#e74c3c !important;
	background-color:#e7f7f7;
}
body.id-5073 div.coupons-wrapper img{
	max-width:140px;
}
body.id-5073 p.about-coupon{
	color:#000000;
	text-align:center;
	padding:0 1rem 1rem 1rem;
	font-size:16px;
	margin-bottom:0;
}
body.id-5073 p.basic-coupon-text{
	margin-bottom:0;
}
body.id-5073 p.code-coupon{
	border:1px dotted #16b6b8;
	border-radius:5px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:7px 15px 5px 15px;
}
body.id-5073 div.dis-coupon a{
	border-radius:5px;
	font-size:18px;
	background-color:#16a085;
	color:#ffffff;
	font-weight:bold;
}

@media screen and (max-width: 991px){
	body.id-5073 div.coupons-wrapper{
		grid-template-columns: repeat(3,1fr);
	}
}

@media screen and (max-width: 649px){
	body.id-5073 div.coupons-wrapper{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 449px){
	body.id-5073 div.coupons-wrapper{
		gap: 1rem;
	}
	body.id-5073 p.about-coupon{
		font-size:12px;
	}
}

/* slevové kupóny 2 */
body.id-5408 aside{
	display:none;
}
body.id-5408 #content{
	width:100%;
}
body.id-5408 #content h1{
	text-align:center;
}
body.id-5408 div.breadcrumbs{
	display:none;
}
body.id-5408 div.coupon-text-wrapper{
	font-size:16px;
	text-align:center;
	width:80%;
	margin:0 auto;
}
body.id-5408 div.coupons-wrapper{
	display:grid;
	grid-template-columns: repeat(5,1fr);
	gap:2rem
}
body.id-5408 div.dis-coupon{
	border: 2px dotted #16b6b8;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom:1rem;
}
body.id-5408 h2.size-coupon{
	width:100%;
	text-align:center;
	padding:1rem 0 1rem 0 !important;
	margin:0 0 1rem 0 !important;
	font-size:32px !important;
	color:#e74c3c !important;
	background-color:#e7f7f7;
}
body.id-5408 div.coupons-wrapper img{
	max-width:140px;
}
body.id-5408 p.about-coupon{
	color:#000000;
	text-align:center;
	padding:0 1rem 1rem 1rem;
	font-size:16px;
	margin-bottom:0;
}
body.id-5408 p.basic-coupon-text{
	margin-bottom:0;
}
body.id-5408 p.code-coupon{
	border:1px dotted #16b6b8;
	border-radius:5px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:7px 15px 5px 15px;
}
body.id-5408 div.dis-coupon a{
	border-radius:5px;
	font-size:18px;
	background-color:#16a085;
	color:#ffffff;
	font-weight:bold;
}

@media screen and (max-width: 991px){
	body.id-5408 div.coupons-wrapper{
		grid-template-columns: repeat(3,1fr);
	}
}

@media screen and (max-width: 649px){
	body.id-5408 div.coupons-wrapper{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 449px){
	body.id-5408 div.coupons-wrapper{
		gap: 1rem;
	}
	body.id-5408 p.about-coupon{
		font-size:12px;
	}
}
/* oblíbené */
body.id-5061 aside{
	display:none;
}
body.id-5061 #content{
	width:100%;
}
body.id-5061 #content h1{
	text-align:center;
}
body.id-5061 div.breadcrumbs{
	display:none;
}
body.id-5061 main div.content-inner{
	display:flex;
	flex-direction: column;
}
body.id-5061 div.shareFavorites{
	order:2;
	text-align:center;
}
body.id-5061 article{
	order:1;
}
body.id-5061 div.products-block{
	order:3;
}
body.id-5061 div.shareFavorites button{
	font-size:16px !important;
	padding:10px 15px !important;
	margin-top:10px;
	border-radius:5px;
	text-align:center;
}
body.id-5061 article > div{
	font-size:16px;
	text-align:center;
}
@media screen and (min-width: 992px){
	body.id-5061 .products-block>div{
		width:33.33333%!important;
	}
}
@media screen and (min-width: 1200px){
	body.id-5061 .products-block>div{
		width:25%!important;
	}
}
/* srovnání matrací */
body.id-5025 aside.sidebar{
	display:none;
}
body.id-5025 #content{
	width:100%;

}
body.id-5025 #content h1{
	text-align:center;
}
body.id-5025 #compare_description > p{
	font-size:18px;
}
body.id-5025 .row{
	display:flex;
	width:100%;
	margin:0;
}
body.id-5025 .title-col.col > h2{
	white-space: break-spaces;
	text-align: center;
}
body.id-5025 .parameter-value-col.col > p{
	white-space: break-spaces;
	text-align: center;
}
body.id-5025 .parameter-description > p{
	white-space: break-spaces;
}
body.id-5025 .row.title-row{
	position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    background-color: #ffffff;
}
body.id-5025 .row.title-row > div{
	background-color:#ffffff;
}
body.id-5025 .row.title-row img{
	-webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    width:70%;
}
/*body.id-5947 main.fixed-header .row.title-row img{
	-webkit-transform: scale(0.85);
        transform: scale(0.85);
}*/
body.id-5025 .row.parameter-name-row{
	display:block;
	margin:0;
}
body.id-5025 .row > .col{
	width:33%;
	min-width:250px;
	margin-left:15px;
	margin-right:15px;
}
body.id-5025 .row > .col:nth-child(1){
	margin-left:0;
}
body.id-5025 .row > .title-col{
	text-align:center;
	font-size:16px;
}
body.id-5025 .row > .parameter-value-col{
	border: 2px dotted #16b6b8;
    border-radius: 5px;
    background-color: #e7f7f7;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:5rem;
}
body.id-5025 .row > .parameter-value-col p{
	margin:0;
	font-weight:bold;
}

header .logo img{transition: all linear .5s}
header.fixed-header .logo img{width:100px;}

body.id-5025 .row.buttons-row{
	text-align: center;
	margin-top:4rem;
}
body.id-5025 .row.buttons-row a{
	background-color:#16b6b8;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:15px 20px;
}

@media screen and (max-width: 992px){
	body.id-5025 #content-wrapper{
		width:100%;
		padding-left:2rem;
	}
	body.id-5025 #mat_compare{
    	overflow-x: auto;
    	white-space: nowrap;
	}
	body.id-5025 #compare_description > p{
	font-size:16px;
	}
	body.id-5025 .content-wrapper.container .row{
		margin-left:0;
		margin-right:0;
	}
	body.id-5025 .row.title-row{
    top: unset;
	}
	body.id-5025 .row.image-row{
    top: unset;
	}
}

/* kampaně LP */
body.id-5037 aside.sidebar{
	display:none;
}
body.id-5037 #content{
	width:100%;
}
body.id-5037 #content h1{
	text-align:center;
}
body.id-5037 div.cam_main_wrapper{
	display: flex;
  flex-wrap: wrap;
}
body.id-5037 div.cam_main_wrapper img{
	padding:10px;
}
body.id-5037 div.cam_66{
	width:66%
}
body.id-5037 div.cam_33{
	width:33%
}

@media screen and (max-width: 649px){
	body.id-5037 div.cam_mobile_100{
	width:100%
}
body.id-5037 div.cam_mobile_50{
	width:50%
}
}

/* subscription landing page */
.id-7053 aside,
.id-7056 aside{
	display:none;
}
.id-7053 .subscribe-succes-wrapper,
.id-7056 .subscribe-succes-wrapper{
	width:70%;
	margin:0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.id-7053 h1,
.id-7056 h1{
	max-width:500px;
	margin:0 auto;
	text-align: center;
}
.id-7053 h2,
.id-7056 h2{
	text-align: center;
}
.id-7053 .subscribe-succes-wrapper h3,
.id-7056 .subscribe-succes-wrapper h3{
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
	text-align: center;
}
.id-7053 .subscribe-succes-wrapper p,
.id-7056 .subscribe-succes-wrapper p{
	color:var(--master-color_black);
	line-height:2 !important;
	width:90%;
	text-align:center;
}
.id-7053 img.subscribe-icon,
.id-7056 img.subscribe-icon{
	width:250px;
}
.id-7053 .subscribe-rooms-wrapper h2,
.id-7056 .subscribe-rooms-wrapper h2{
	text-align:center;
	margin-bottom: 4rem !important;
    margin-top: 5rem !important;
}
.id-7053 #hp_rooms_main_wrapper,
.id-7056 #hp_rooms_main_wrapper{
	flex-wrap:wrap;
	overflow: unset;
	justify-content: center;
	gap:2rem
}
.id-7053 #hp_rooms_main_wrapper .room-item,
.id-7056 #hp_rooms_main_wrapper .room-item{
	margin-left:unset !important;
	margin-right:unset !important;
	position:relative;
}
@media screen and (max-width: 991px){
	.id-7053 .subscribe-succes-wrapper,
	.id-7056 .subscribe-succes-wrapper{
		width:100%;
	}
}
/* recipes */
.type-post:has(.recipes-article) aside{
	display:none;
}
.type-post:has(.recipes-article) main#content{
	display:flex;
	justify-content: center;
}
.type-post:has(.recipes-article) main#content > .content-inner{
	display:flex;
	justify-content: center;
	width:100%;
	max-width:1099px;
}
.type-post:has(.recipes-article) h1{
	color:var(--master-color_black);
	font-weight:bold;
	font-size:36px;
	margin-bottom:0;
}
.type-post:has(.recipes-article) time{
	display:none;
}
.type-post:has(.recipes-article) .text{
	width:100%;
	color:var(--master-color_black);
}
.type-post:has(.recipes-article) .recipe-content{
	display: flex;
	gap:2rem
}
.type-post:has(.recipes-article) .recipe-ingredients{
	flex:1;
	background-color:var(--master-grey-ultralight);
	height:fit-content;
	padding:0 2rem;
	border-radius:10px;
}
.type-post:has(.recipes-article) .recipe-ingredients ul{
	list-style-type: disc !important;
	margin-left:2rem !important;
	margin-right:2rem !important;
}
.type-post:has(.recipes-article) .recipe-ingredients ul li{
	background-color:unset !important;
	padding:0 0 1rem 0 !important;
	text-align:left !important;
}
.type-post:has(.recipes-article) .recipe-ingredients ul li:before{
	content:"" !important;
}
.type-post:has(.recipes-article) .recipe-ingredients h3{
	font-weight:bold;
	font-size:20px;
	color:var(--master-color_black);
}
.type-post:has(.recipes-article) .recipe-main-content{
	flex:3;
}
.type-post:has(.recipes-article) .recipe-main-content h3{
	font-weight:bold;
	font-size:20px;
	color:var(--master-color_black);
}
.type-post:has(.recipes-article) .recipe-main-content h4{
	font-weight:bold;
	font-size:16px;
	color:var(--master-color_black);
}
.type-post:has(.recipes-article) .recipe-main-content p{
	line-height:2 !important;
}
.type-post:has(.recipes-article) .recipe-main-image{
	float: right;
	width:50%;
	margin-left:2rem;
	margin-bottom:2rem;
}
.type-post:has(.recipes-article) .recipe-main-image img{
	border-radius:10px;
}
@media screen and (max-width: 991px){
	.type-post:has(.recipes-article) .recipe-main-content{
		flex:4;
	}
	.type-post:has(.recipes-article) .recipe-ingredients ul li{
		font-size:12px;
		padding:0 0 0.5rem 0 !important;
	}
}

@media screen and (max-width: 767px){
	.type-post:has(.recipes-article) h1{
		font-size:26px;
	}
	.type-post:has(.recipes-article) .recipe-content{
		flex-direction: column;
	}
	.type-post:has(.recipes-article) .recipe-ingredients ul{
		display:flex;
		flex-wrap:wrap;
	}
	.type-post:has(.recipes-article) .recipe-ingredients ul li{
		width:33%;
	}
}
@media screen and (max-width: 599px){
	.type-post:has(.recipes-article) .recipe-ingredients ul li{
		width:50%;
	}
	.type-post:has(.recipes-article) .recipe-main-image{
		float:unset;
		width:100%;
		margin:0;
	}
}
@media screen and (max-width: 449px){
	.type-post:has(.recipes-article) .recipe-ingredients ul li{
		width:100%;
	}
}

/* how to articles */
.type-post:has(.how-to-subarticle) aside{
	display:none;
}
.type-post:has(.how-to-subarticle) main#content{
	display:flex;
	justify-content: center;
}
.type-post:has(.how-to-subarticle) main#content > .content-inner{
	display:flex;
	justify-content: center;
	width:70%;
	max-width:991px;
}
.type-post:has(.how-to-subarticle) h1{
	color:var(--master-color_black);
	font-weight:bold;
	font-size:36px;
}
.type-post:has(.how-to-subarticle) h3{
	margin-top:1rem;
	font-weight:bold;
	color:var(--master-color_black);
}
.type-post:has(.how-to-subarticle) time{
	display:none;
}
.type-post:has(.how-to-subarticle) .text{
	width:100%;
	color:var(--master-color_black);
}
.type-post:has(.how-to-subarticle) p{
	line-height:2 !important;
}
.type-post:has(.how-to-subarticle) .primary-background{
	background-color:rgba(57,182,184,0.1);
}
.type-post:has(.how-to-subarticle) .align-stretch{
	align-items: stretch;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper p{
	margin-bottom:0;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper p.note{
	font-style: italic;
	font-size:12px;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table{
	width:100%;
	margin-bottom:1rem;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table th{
	padding-top:0.3rem;
	padding-bottom:0.25rem;
	background-color:rgba(57,182,184,0.75);
	text-align:center;
	color:var(--master-color-white);
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table th:nth-child(1){
	border-top-left-radius: 10px;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table th:last-child{
	border-top-right-radius: 10px;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table td{
	width:50%;
	padding:5px 20px;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table td p{
	line-height:1.7 !important;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr td:nth-child(1){
	background-color:rgba(57,182,184,0.05);
	color:var(--master-color-primary);
	font-weight:bold;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr td:nth-child(1){
	background-color:rgba(57,182,184,0.05);
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr:nth-child(even) td:nth-child(1){
	background-color:rgba(57,182,184,0.1);
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr td{
	text-align:center;
	background-color:rgba(57,182,184,0.1);
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr:nth-child(even) td{
	text-align:center;
	background-color:rgba(57,182,184,0.2);
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr:last-child td:nth-child(1){
	border-bottom-left-radius:10px;
}
.type-post:has(.how-to-subarticle) .parameters-table-wrapper table tr:last-child td:last-child{
	border-bottom-right-radius:10px;
}
.type-post:has(.how-to-subarticle) .headline-delimiter{
	margin-top:4rem;
}

@media screen and (max-width: 767px){
	.type-post:has(.how-to-subarticle) h1{
		font-size:26px;
	}
	.type-post:has(.how-to-subarticle) main#content > .content-inner{
		width:100%;
	}	
}

/* subkategorie v článcích */
#article_subcategories{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px 15px
}
#article_subcategories > a{
    display:flex;
    background-color:var(--master-color-white);
    padding:5px 15px 5px 5px;
    align-items:center;
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.07);
    border-radius:5px;
    transform: .1s ease-in-out,box-shadow .3s ease-in-out;
    height:85px;
}
#article_subcategories > a:hover{
    box-shadow: 8px 8px 32px 0 rgba(0,0,0,.12);
    transform: translateY(-2px);
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 33%, rgba(241,250,248,1) 100%);
}
#article_subcategories > a img{
    width:75px;
    height:auto;
}
#article_subcategories > a p{
    margin-bottom:unset;
    text-align:left;
    color:var(--master-color_black);
    padding-left:10px;
}
#article_subcategories span{
	color:var(--master-color_black);
	padding-left:1rem;
	font-weight:bold;
}
@media screen and (max-width: 991px){
	#article_subcategories{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 499px){
	#article_subcategories{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* washing symbols */
#washing_symbols .infobox-data img{
	width:50px;
}
#washing_symbols .infobox-data p{
	font-size:12px;
	width:90%;
	line-height:1.2 !important;
}
@media screen and (max-width: 991px){
	#washing_symbols .infobox-data{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 499px){
	#washing_symbols .infobox-data{
		grid-template-columns: repeat(2, 1fr);
	}
}

/* articles in summary articles */
#articles_grid_how_to h3 a{
	color:var(--master-color_black)
}
#articles_grid_how_to .small-article-box:has(a:hover) h3 a{
	text-decoration:underline
}
@media screen and (max-width: 991px){
	#articles_grid_how_to {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 499px){
	#articles_grid_how_to {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* page definitions */
.config-div-hidden{
	display:none;
}
body:has(.text-color-custom-black) #content{
	color:var(--master-color_black);
}
body.type-page:has(div.width-100-page) aside{
	display:none;
}
body.type-page:has(div.width-100-page) #content{
	width:100%;
}
body.type-page:has(div.text-center-page) h1{
	text-align:center;
}

/* coupons */
#sale_coupons_wrap{
	justify-content: center;
}
#sale_coupons_wrap > div{
	width:100%;
	max-width:300px;
}
@media screen and (max-width: 991px){
	#sale_coupons_wrap > div{
		max-width:calc(50% - 2rem);
	}
}
@media screen and (max-width: 767px){
	#sale_coupons_wrap > div{
		max-width:300px;
	}
	#sale_coupons_wrap p{
		font-size:22px !important;
	}
}

/* unsub */
#anketaUnsubForm div.selection-div{
	grid-template-columns: repeat(2, 1fr);
	margin-top:1rem;
}
#anketaUnsubForm label{
	font-size:16px;
}
#anketaUnsubForm div.selection-div label:before{
	border: 2px solid #dadada;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    top: 9px;
}
#anketaUnsubForm div.selection-div input[type=checkbox]:checked+label:after{
    height: 11px;
    left: 2px;
    width: 11px;
    top: 9px;
    border-radius: 3px;
}
#anketaUnsubForm a.btn{
	background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    font-weight:bold;
    border-radius:5px;
}
@media screen and (max-width: 767px){
	#anketaUnsubForm div.selection-div{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* new LP */
body.type-category:has(.custom-marketing-category) .breadcrumbs-wrapper{
	position:absolute;
	z-index:1;
}
body.type-category:has(.custom-marketing-category) .breadcrumbs-wrapper > .breadcrumbs{
	background-color:unset;
}
body.type-category:has(.custom-marketing-category) .category-top > h1.category-title{
	display:none;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-content{
	margin-left:-40px;
	margin-right:-40px;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-header{
	display:flex;
	margin-bottom:4rem;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-video-wrapper{
	width:64%;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-headline{
	flex:1;
	padding:4rem;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-headline .headline{
	font-size: 4vw;
	font-weight:bold;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-headline .subheadline{
	font-size:14px;
	line-height:1.5;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-headline .scroller-link{
	border-width:2px;
	border-style:solid;
	border-radius:5px;
	width:fit-content;
	padding:10px 15px;
	font-weight:bold;
	background-color:unset;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-text{
	padding-left:40px;
	padding-right:40px;
	margin-bottom:4rem;
	color:var(--master-color_black);
	line-height:1.7;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-subcategories{
	padding-left:40px;
	padding-right:40px;
	margin-bottom:4rem;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-subcategories h2{
	color:var(--master-color_black);
}
body.type-category:has(.custom-marketing-category) .custom-marketing-subcategories span{
	color:var(--master-color_black);
	padding-left:1rem;
	font-weight:bold;
}
body.type-category:has(.custom-marketing-category) .custom-marketing-interactive-images{
	display:flex;
	padding-left:1.5rem;
	padding-right:1.5rem;
}
body.type-category:has(.custom-marketing-category) .interactive-image-wrapper{
	padding:2rem;
}
body.type-category:has(.custom-marketing-category) aside{
	display:none;
}
body.type-category:has(.custom-marketing-category) #filters{
	display:none;
}

/* mobile version */
@media screen and (max-width: 991px){
	body.type-category:has(.custom-marketing-category) .breadcrumbs-wrapper {
		margin-top:1rem;
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-header{
		flex-direction: column;
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-video-wrapper{
		width:100%;
	} 
	body.type-category:has(.custom-marketing-category) .custom-marketing-headline .headline{
		margin-top:0;
	}
	body.type-category:has(.custom-marketing-category) #hp_subcategories > a{
		width:calc(33% - 12px);
	}
}
@media screen and (max-width: 767px){
	body.type-category:has(.custom-marketing-category) .custom-marketing-content{
		margin-left:0;
		margin-right:0
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-header{
		margin-left:-15px;
		margin-right:-15px;
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-headline .headline{
		font-size: 10vw;
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-headline{
		padding:3rem 1rem
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-text{
		padding-left:0rem;
		padding-right:0rem
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-subcategories{
		padding-left:0rem;
		padding-right:0rem
	}
	body.type-category:has(.custom-marketing-category) #hp_subcategories > a{
		width:calc(50% - 12px);
	}
	body.type-category:has(.custom-marketing-category) .interactive-image-wrapper{
		padding:0
	}
	body.type-category:has(.custom-marketing-category) .custom-marketing-interactive-images{
		flex-direction: column;
		gap:2rem;
		padding-left:0rem;
		padding-right:0rem
	}
}
@media screen and (max-width: 499px){
	body.type-category:has(.custom-marketing-category) #hp_subcategories > a{
		width:100%;
	}
}

/* home office */
body.type-category:has(.custom-marketing-category) .breadcrumbs-wrapper > .breadcrumbs, body.type-category:has(.custom-marketing-category) .breadcrumbs-wrapper > .breadcrumbs a{
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
}
.button-hover-white:hover{
	background-color:#ffffff !important;
	color:inherit !important
}

/* rozšíření receptů */
.recipe-sidebar-with-image{
	flex:1.15;	
}
.recipe-sidebar-with-image .recipe-ingredients{
	padding-top:2rem !important;
	padding-bottom:2rem !important;
}
.recipe-sidebar-with-image .recipe-ingredients h3{
	margin-top:0;
}