.top-navigation-bar {
	background: #f2be99;
	background: #502C1E;
	background: #452416;
	color: #f2be99;
	border: none;
	padding: 0.5em 0 !important;
	}
.top-navigation-bar a { color: #f2be99; }
.category-title {
	background: #f2be99;
	box-sizing: border-box;
	padding: 7vh 5vw 0.75em 5vw;
	margin: 0;
	}
.manufacturerDetail .category-title { padding-left: 0; padding-right: 0; }
.category-perex, .manufacturerDetail {
	background: #f2be99 url("/graphics/eshop/zigzag-bottom-white.svg") repeat-x 0 100%;
	background-size: 25px 20px;
	color: #502C1E;
	box-sizing: border-box;
	padding: 0 5vw 7vh 5vw;
	}
.welcome-wrapper {
	background: #f2be99 url("/graphics/eshop/zigzag-bottom-white.svg") repeat-x 0 100%;
	background-size: 25px 20px;
	color: #502C1E;
	box-sizing: border-box;
	padding: 7vh 5vw 7vh 5vw;
	}

.homepage-group-title::before, .homepage-group-title::after,
.category-title::before, .category-title::after,
.products-related-header::before, .products-related-header::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 30px;
	margin: 0 0.3em 0 0;
	top: 5px;
	position: relative;
	background: url("/graphics/eshop/bracket-brown.svg") no-repeat 50% 0;
	background-size: contain;
	}
.homepage-group-title::after,
.category-title::after,
.products-related-header::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin: 0 0 0 0.3em;
	}


#footer {
	background: #d9d8d7;
	background-size: 25px 20px;;
	color: #3d4543;
	position: relative;
	padding-top: 60px;
	}
#footer::before {
	content: "";
	display: block;
	background: url("/graphics/eshop/zigzag-bottom-white.svg") repeat-x 0 0;
	background-size: 25px 20px;
	transform: rotate(180deg);
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	}
.footer-bottom {
	background: #d9d8d7;
	border-top: 1px solid #e1e0e0;
	}
.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover { color: #fff !important; }
.news-item-widget h5 { line-height: 170% !important; }
.instagram-widget a {
	position: relative
	}
.instagram-widget > a img {
	width: 100%;
	height: 100%;
	  object-fit: cover;
	} - 10px)
	.benefitBanner__content { padding-right: 1em; } 
.instagram-follow-btn { background: #d9d8d7; }

#productDiscussion, .shp-tabs-row,
.social-buttons-wrapper { display: none; }

.benefitBanner { align-items: start; color: #878787; border-top: 1px solid #d9d8d7; border-bottom: 1px solid #d9d8d7; margin: 2em auto; padding: 2em 0 1em 1em; }
.benefitBanner__content { padding-right: 1em; } 
.benefitBanner__item {   }

/*.top-navigation-bar .container::after {
	content: '<a href="https://eshop-pekarstvikrizak-cz.translate.goog/?_x_tr_sl=cs&_x_tr_tl=de&_x_tr_hl=cs&_x_tr_pto=wapp&_x_tr_sch=http">Deutsch</a>';
	}*/

.reviews {
	  -moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 60px;
		-webkit-column-gap: 60px;
		column-gap: 60px;
		width: 100%;
		box-sizing: border-box;
	}
	.review {
	  width: 100%;
	  height: auto;
		margin: 20px 0;
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		padding-bottom: 40px;
	}
.review figure { margin: auto 0; }
.review img { width: 100%; }
.review h3 a:hover { text-decoration: underline; }
@media only screen and (min-width: 480px) and (max-width: 767px) {
		.reviews {
		  -moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			}
	}
@media only screen and (max-width: 479px) {
	.reviews {
	  -moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		}
}