html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../img/assets/background.jpg');
    background-color: black;
    background-size: contain;
    background-repeat: no-repeat;
}

body.blog,
body.single,
body.page:not(.home) {
	background-image: url('../img/assets/BG-produkty.jpg');
}

body.archive {
	background-size: 85%;
    background-position-x: -55%;
	background-position-y: 30px;
	background-image: url('../img/assets/BG-produkty.jpg');
}

body.page.page-id-1351,
body.page.page-id-1361 {
	background-size: 75%;
    background-position-x: 75%;
	/*background-position-y: 30px;*/
	background-image: url('../img/assets/bg-muz-tmave-vpravo.jpg');
}

body.page.page-id-1351 {
	background-image: url('../img/assets/bg-muz.jpg');
}

@media (min-width: 768px) {
	body.page.page-id-1351 {
		background-position-x: 140%;
	}
	
	body.page.page-id-1361 {
		background-position-x: 170%;
	}
}

body.term-36,
body.term-16, 
body.term-33,
body.term-34 {
	background-size: 75%;
    background-position-x: -60%;
	background-position-y: 210px;
	background-image: url('../img/assets/bg-muz-tmave-vlevo.jpg');
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a {
    display: inline-block;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

iframe {
	max-width: 100%;
}

.breadcrumb {   /*reseting bootstrap*/
    display: block;
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 0;
	border-right: 1px solid #E6D9CA;
	font-family: 'Open Sans', sans-serif;
}

.breadcrumb.active {
	background-color: #EEE;
}

.breadcrumb .children-cat-menu {
	position: absolute;
	background-color: white;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 5px 0;
	width: 100%;
	z-index: 1000;
	font-size: 16px;
	line-height: 30px;
}

.breadcrumb .children-cat-menu ul {
	margin-bottom: 0;
}

.breadcrumb .children-cat-menu li {
	padding: 0 20px;
}

.breadcrumb .children-cat-menu li:hover,
.breadcrumb .children-cat-menu li.active {
	background-color: #F0E8DF;
}

.carret {
    display: inline-block;
}

.carret div {
    border-right: 1px solid #E6D9CA;
}

.carret div:first-child {
    transform: skew(30deg);
}

.carret div:last-child {
    transform: skew(-30deg);
}

@media (max-width: 500px) {
	section#header .logo {
		width: 70%;
		float: left;
	}
}

section#homepagePicture {
    height: calc(100vh - 315px);
}

section#homepagePicture > .pictureWrapper {
    overflow: hidden;
    margin: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 50px);

}

section#homepagePicture picture {
    overflow: hidden;
    position: absolute;
    max-width: 100vw;
    z-index: 1;
    display: block;
}

section#homepagePicture img {
    max-width: 100vw;
    position: relative;

}

section#header {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
}

@media (max-width: 767px) {
	section#header {
		position: absolute;
	}
}

.admin-bar section#header {
	margin-top: 32px;
}

section#header:not(.smaller) {
    height: 181px;
}

section#header header {
    padding-top: 25px;
    width: 76%;
    margin: 0 auto;

}

section#header .flexBox {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
	section#header .flexBox {
		display: block;
	}
}

section#header .flexBox > .wrapper {
    display: block;
}

section#header .flexBox > .wrapper.second {
    display: flex;
}

@media (max-width: 767px) {
	section#header .flexBox .wrapper {
		text-align: center;
	}
	
	section#header .flexBox .wrapper:not(.second) {
		position: relative;
		left: -20%;
	}
	
	section#header .flexBox > .wrapper.second {
		display: block;
	}
}

section#header .flexBox .since {
    font-family: 'Open Sans', sans-serif;;
    font-size: 11px;
    color: #E6D9CA;
    letter-spacing: 1.2px;
    text-align: left;
    display: inline-block;
    margin-left: 30px;
}

@media (max-width: 767px) {
	section#header .flexBox .since {
		display: block;
		text-align: center;
		margin-left: -180px;
		margin-bottom: 20px;
	}
}

section#header .flexBox .contactWrapper img {
    display: inline-block;
    width: 14px;
}

section#header .flexBox .contactWrapper p {
    text-align: right;
}

section#header .flexBox .contactWrapper .phone {
    font-family: 'Open Sans-Light', sans-serif;
    color: #E6D9CA;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 300;
}

section#header .flexBox .contactWrapper .phone > span {
    font-family: 'Open Sans', sans-serif;;
    font-weight: 300;

}

section#header .flexBox .contactWrapper.email {
    padding-top: 2px;
}

section#header .flexBox .contactWrapper.email img {
    width: 12.7px;
}

section#header .flexBox .contactWrapper.email a {
    font-family: 'Open Sans', sans-serif;;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    padding-top: 3px;
    float: right;
    text-decoration: underline;
}

@media (max-width: 767px) {
	section#header .flexBox .contactWrapper.email a {
		float: none;
	}
}

section#header .flexBox .contactWrapper.languages {
    margin-left: 20px;
}

@media (max-width: 767px) {
	section#header .flexBox .contactWrapper.languages {
		position: absolute;
		top: 25px;
		right: 10px;
	}
}

section#header .flexBox .contactWrapper.languages img {
    width: 18px;
}

section#header .flexBox .contactWrapper.languages p {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.74px;
}

section#header .flexBox .contactWrapper.languages .dropdown {
    width: 12px;
    margin-left: 5px;
}

section#header nav {
    margin-top: 40px;
    position: relative;
    /*right: 8px;*/
}

section#header nav li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgb(240, 240, 240);
    letter-spacing: 0;
    line-height: 21px;
    display: inline-block;
	border-bottom: 3px solid transparent;
}

@media (max-width: 1024px) {
	section#header nav {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	section#header nav > ul {
		background-color: black;
		display: none;
		position: relative;
		top: -45px;
	}
	
	section#header nav li {
		display: block;
		border-bottom: 1px solid #DECBB7;
	}
	
	section#header nav li:last-of-type {
		border-bottom: 0;
	}
	
	section#header nav li.divider {
		display: none;
	}
}

section#header nav li.divider {
    padding-right: 6px;
}

section#header nav li:not(.divider) {
    padding: 7px 16px;
    cursor: pointer;
}

@media (max-width: 860px) {
	section#header nav li:not(.divider) {
		padding: 7px 10px;
	}
}

section#header nav li.active {/*
    background-color: rgb(240, 240, 240);
    color: black;*/
    border-bottom: 3px solid #DECBB7;
    color: #DECBB7;
}

section#header nav li.dropdownParent::after {
    background-image: url('../img/assets/Sipka@2x.png');
    width: 12px;
    height: 6px;
    display: inline-block;
    margin-left: 4px;
    background-size: 12px 6px;
    content: '';
}

section#header nav > ul > li:hover {/*
    background-color: rgb(240, 240, 240);
    color: black;*/
    border-bottom: 3px solid rgba(222, 203, 183, 0.8);
}

section#header nav li.divider {
    width: 1px;
    color: rgba(222,203,183,0.48);
    position: relative;
    bottom: 2px;
    font-size: 11px;
    padding-bottom: 2px;
}

section#header nav ul .dropdown {
    display: none;
    position: absolute;
    width: 240px;
    margin-left: -16px;
    margin-top: 10px;
    background-color: white;
    padding: 14px 0;
}

section#header nav ul .dropdown li {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    padding: 7px 28px;
}

section#header nav ul .dropdown li:first-child {
    margin-bottom: 8px;
}

section#header nav ul .dropdown li:hover {
    background-color: #F0E8DF;
}

section#header nav li a {
    color: inherit;
}

section#header nav li:not(.dropdownParent) a {
    display: block;
}


section#header nav ul .dropdown li img {
    width: 12px;
    float: right;
    transform: rotate(-180deg);
    position: relative;
    top: 6px;
}

@media (max-width: 767px) {
	section#header nav ul .dropdown {
		position: relative;
		margin-left: 0;
		width: 100%;
	}
}

section#header nav .menu-icon {
	border: 2px solid #DECBB7;
	border-radius: 2px;
	position: relative;
    top: -45px;
}

@media (min-width: 768px) {
	section#header nav .menu-icon {
		display: none;
	}
}

@media (max-width: 425px) {
	section#header nav .menu-icon {
		left: 30px;
	}
}

section#header.smaller {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
	section#header.smaller {
		display: none;
	}
}

section#header.smaller header {
    padding-top: 15px;
    transition: all 0.4s ease;
}

section#header.smaller header .flexBox {
    display: inline-block;
    float: right;
    transition: all 0.4s ease;
}

section#header.smaller header .flexBox .wrapper:not(.second) {
    /*transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;*/
}

section#header.smaller header .flexBox .wrapper.second {
    float: right;
}

section#header.smaller header nav {
    display: inline-block;
    float: left;
    margin-top: 12px;
    transition: all 0.4s ease;

}

#spaceTaker {
    height: 181px;
}

section#homepagePicture > .wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 0;
}

section#homepagePicture > .wrapper .text {
    width: 490px;
    float: right;
    margin-right: 9%;
    display: inline-block;
}

section#homepagePicture > .wrapper h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    color: #E6D9CA;
    letter-spacing: 0;
    line-height: 63px;
    font-weight: 300;
    margin-bottom: 20px;
}

section#homepagePicture > .wrapper h1 span {
    font-weight: 600;
}

section#homepagePicture > .wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #DECBB7;
    letter-spacing: 0;
    line-height: 36px;
}

section#homepagePicture > .wrapper .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    padding: 3px 60px;
    background: #DECBB7;
    border-radius: 3px;
    margin-top: 20px;
}

@media (max-width: 580px) {
	section#homepagePicture {
		height: auto !important;
		margin-bottom: 30px;
	}
	
	section#homepagePicture > .wrapper .text {
		width: 82%;
	}
	
	section#homepagePicture > .wrapper h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

section#categories nav {
    display: flex;
}

section#categories .categoryWrapper {
    flex: 33.33%;
    position: relative;
	cursor: pointer;
}

@media (max-width: 768px) {
	section#categories nav {
		display: block;
	}
	
	section#categories .categoryWrapper {
		flex: 100%;
	}
}


section#categories .categoryWrapper img {
    width: 100%;
    height: 100%;
}

section#categories .categoryWrapper p {
    position: absolute;
    left: 50%;
    top: 40%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
}

section#discount {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    flex-wrap: nowrap;
    background-color: white;
}

section#discount p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #433633;
    letter-spacing: 0.39px;
    text-align: right;
}

@media (max-width: 500px) {
	section#discount {
		display: block;
		text-align: center;
		height: auto;
		padding-bottom: 30px;
	}
	
	section#discount p {
		text-align: center;
		padding: 20px 0;
	}
}

a.btn,
.wpcf7 .btn,
section#discount a.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 5px 15px;
    background: #DECBB7;
    border-radius: 3px;
    margin-left: 15px;
}

@media (max-width: 767px) {
	a.btn {
		margin-bottom: 10px;
	}
}

section#text {
    background: url('../img/assets/BG-1@2x.jpg') no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

section#text.about {
	background-image: url('/wp-content/uploads/2019/12/BG-2.jpg');
}

section#text .textWrapper {
    margin-left: 17.2%;
    margin-top: 65px;
    margin-bottom: 2.7%;
    width: 52%;
    display: inline-block;
}

@media (max-width: 1024px) {
	section#text .textWrapper {
		margin-left: 5%;
		width: 90%;
	}
}

section#text h1,
section#content h1 {
    font-family: Roboto-Regular, sans-serif;
    /*font-size: 36px;*/
    color: #DECBB7;
    letter-spacing: 0;
    line-height: 48px;
    /*font-weight: 100;*/
    margin-bottom: 30px;
}

section#text h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #DECBB7;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 100;
    margin-bottom: 30px;
}

@media (max-width: 1366px) {
	section#text h4 {
		font-size: 35px;
	}
}

section#text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #E6D9CA;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
}

section#text .oval {
    opacity: 0.25;
    background-image: linear-gradient(227deg, #C3C8CE 0%, #293034 76%);
    width: 263px;
    height: 390px;
    border-radius: 50%;
    transform: skew(5deg);
    position: absolute;
    left: -65px;
    top: 18%;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

section#pre-content {
	background-color: transparent;
	color: white;
	padding-top: 30px;
}

.page-id-1351 section#pre-content,
.page-id-1361 section#pre-content {
	width: 60%;
}

section#pre-content h1 {
	font-family: Roboto-Regular, sans-serif;
	/*font-size: 60px;*/
	color: #E6D9CA;
	letter-spacing: -0.2px;
	/*line-height: 60px;*/
	margin-bottom: 15px;
}

section#pre-content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	color: #E6D9CA;
	letter-spacing: 0;
	line-height: 36px;
}

section#content {
    background-color: white;
	padding: 15px;
	padding-top: 30px;
}

@media (min-width: 768px) {
	.page-id-1361 section#content {
		padding: 30px;
	}
}

section#content.no-bg,
.page-id-1351 section#content {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.page-id-1351 section#content .wp-block-column {
	background-color: white;
}

section#pre-content p,
section#content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*color: #E6D9CA;*/
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
	text-align: justify;
}

section#content p.has-text-align-center {
	text-align: center;
}

section#content > p,
section#content > h2,
section#content > h3,
section#content > h4,
section#content > ul,
section#content > .wp-block-columns,
section#content > .wpcf7 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.page-id-1361 section#content > p,
.page-id-1361 section#content > h2,
.page-id-1361 section#content > h3,
.page-id-1361 section#content > h4,
.page-id-1361 section#content > ul,
.page-id-1361 section#content > .wp-block-columns,
.page-id-1361 section#content > .wpcf7 {
	width: 100%;
}

section#content.no-bg > p,
section#content.no-bg > h1,
section#content.no-bg > h2,
section#content.no-bg > h3,
section#content.no-bg > h4,
section#content.no-bg > ul,
section#content.no-bg > .wp-block-columns,
section#content.no-bg > .wpcf7 {
	width: 100%;
	color: white;
}

section#content.no-bg > h1,
section#content.no-bg > h2,
section#content.no-bg > h3,
section#content.no-bg > h4 {
	color: #DECBB7;
}
	
section#content .wp-block-embed-youtube iframe {
	width: 100%;
}

section#content .wp-block-group__inner-container {
	padding: 10px;
}

section#content a:not(.btn) {
	text-decoration: underline;
}

section#content ol li {
	list-style-type: decimal;
	font-family: 'Open Sans', sans-serif;
}

section#content ul {
	padding-left: 20px;
}

section#content ul li {
	list-style-type: disc;
	font-family: 'Open Sans', sans-serif;
}

.page-id-1361 section#content .checklist {
	height: 100%;
}

.page-id-1361 section#content .checklist .wp-block-group__inner-container {
	padding: 30px;
}

.page-id-1361 section#content .checklist ul {
	padding-left: 5px;
}

.page-id-1361 section#content .checklist ul li {
	list-style-type: none;
}

.page-id-1361 section#content .checklist ul li:before {
	content: '✓';
	left: -5px;
    position: relative;
    font-weight: bold;
}

.page-id-1361 .wp-block-image.size-large {
	margin-bottom: 0;
}

.wp-block-image img {
	height: auto;
}

section#content ul.wc-block-grid__products {
	padding-left: 0;
}

@media (max-width: 1199px) {
	.page-id-1351 section#content a.btn {
		max-width: 85%;
		white-space: normal;
		margin-left: 0;
	}
	
	.page-id-1351 section#content > .wp-block-columns,
	.page-id-1351 section#pre-content {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.page-id-1351 section#content .wp-block-column:first-of-type {
		margin-bottom: 30px;
	}
}

.page-id-1922 section#content > .wp-block-group:not(.has-background) > .wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

.page-id-1922 section#content > .wp-block-group:not(.has-background) > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-group {
	height: 100%;
}

.page-id-1922 section#content .wp-block-handpicked-products li {
	list-style-type: none;
}

.page-id-1922 section#content .wp-block-handpicked-products img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.page-id-1922 section#content .wp-block-group__inner-container {
		padding: 30px;
	}
}

.page-id-1922 section#content .wp-block-group__inner-container .wp-block-columns {
	margin-bottom: 0;
}

section#blog {
	padding-top: 30px;
}

section#blog h1 {
	font-family: Roboto-Regular, sans-serif;
/*	font-weight: 100;
	font-size: 48px;*/
	color: #E6D9CA;
	letter-spacing: -0.2px;
	/*line-height: 52px;*/
}

section#blog p {
	margin-bottom: 15px
}

section#blog img {
	width: 100%;
	margin-bottom: 15px
}

section#blog .blog-card a {
	background-color: white;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 24px;
	width: 100%;
}

section#blog .blog-card a span {
	margin: 10px;
/*	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;*/
    display: block;
	font-size: 16px;
}

/*@media (min-width: 897px) {
	section#blog .blog-card a span {
		height: 96px;
	}
}

@media (min-width: 1176px) {
	section#blog .blog-card a span {
		height: 72px;
	}
}

@media (min-width: 1200px) {
	section#blog .blog-card a span {
		height: 96px;
	}
}

@media (min-width: 1581px) {
	section#blog .blog-card a span {
		height: 120px;
	}
}*/

section#blog .content {
	background-color: white;
	padding: 30px;
}

section#blog a.menu-item {
	background-color: white;
	padding-bottom: 10px;
	margin-bottom: 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 36px;
	width: 100%;
}

section#blog a.menu-item img {
	margin-bottom: 0;
}

section#blog a.menu-item span {
	margin: 10px;
    display: block;
}

section#statistics {
    background-color: #DECBB7;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section#statistics .statisticWrapper {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 58px;
	width: 24%;
}

@media (max-width: 768px) {
	section#statistics {
		display: block;
	}
	
	section#statistics .statisticWrapper {
		width: 49%;
		display: inline-block;
	}
}

@media (max-width: 475px) {
	section#statistics .statisticWrapper {
		width: 100%;
	}
}

section#statistics .statisticWrapper p {
    color: #433633;
    letter-spacing: 0;

}

section#statistics .statisticWrapper p:first-child {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 2px;
}

section#statistics .statisticWrapper p:last-child {
    font-size: 16px;
    color: #433633;
    line-height: 30px;
}

section#map {
    overflow: hidden;
}

section#map .address {
    display: none;
    position: absolute;
    background-color: white;
    width: 300px;
}

section#map #gMap {
    width: 100vw;
    height: 420px;
}

.gm-style .gm-style-iw-d {
	font-size: 14px;
}

.gm-style .gm-style-iw-d strong {
	font-weight: bold;
}

section#footer {
    background-color: white;
}

section#footer footer {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

section#footer .logoWrapper {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
}

section#footer .logoWrapper .socialSites {
    float: right;
    position: relative;
    right: 10%;
}

#bigWrapper {
    margin: 0 auto;
    width: 76%;
}

section#breadcrumbs {
    display: block;
    background-color: rgba(230, 217, 202, 90);
    border-radius: 3px;
    /*overflow: hidden;*/
}

section#breadcrumbs .breadcrumb {
    display: inline-block;
    border-radius: 3px 3px 0 0;
    position: relative;
    cursor: pointer;
	border-right: 1px solid rgba(230, 217, 202, 90);
}

@media (max-width: 500px) {
	section#breadcrumbs .breadcrumb {
		width: 100%;
	}
}

section#breadcrumbs .breadcrumb:first-child {
	border-bottom-left-radius: 3px;
}

section#breadcrumbs .breadcrumb:not(:first-child) {
    /*margin-left: -5px;*/
}

section#breadcrumbs .breadcrumb:last-child {
    padding-right: 5px;
}

section#breadcrumbs .breadcrumb p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    display: inline-block;
    padding: 21px 15px 19px 40px;
    cursor: pointer;
}

section#breadcrumbs .breadcrumb img {
    width: 12px;
    float: right;
    position: relative;
    top: 27px;
    margin-left: 105px;
	margin-right: 15px;
}

section#breadcrumbs .breadcrumb:last-child img {
    margin-right: 20px;
}

section#breadcrumbs .breadcrumb .carret {
    float: right;
    width: 18px;
}


section#breadcrumbs .breadcrumb .carret div {
    height: 30px;
}

section#breadcrumbs .breadcrumb:last-child .carret div {
    border-width: 30px;
}

section#breadcrumbs .children-cat-menu ul li a {
	width: 100%;
}

section#smallBreadcrumbs {
    margin-top: 8px;
    margin-bottom: 3px;
}

section#smallBreadcrumbs p,
section#smallBreadcrumbs a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #DECBB7;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

section#smallBreadcrumbs .carret {
    width: 4px;
    margin: 0 18px;
}

section#smallBreadcrumbs .carret div {
    height: 4.5px;
    border-width: 1.5px;
}

section#smallBreadcrumbs .carret div:first-child {
    transform: skew(40deg);
}

section#smallBreadcrumbs .carret div:last-child {
    transform: skew(-40deg);
}

section#filters {
    height: 60px;
}

@media (max-width: 500px) {
	section#filters {
		height: 90px;
	}
}

section#filters .wrapper {
    float: right;
	position: relative;
}

section#filters p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 15px;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #EDE6D5;
    margin-right: 12px;
}

section#filters .btn {
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

section#filters .btn img {
    width: 12px;
}

section#filters .filter_window {
	text-align: left;
	background-color: white;
	padding: 10px;
	border-radius: 6px;
	color: black;
	position: absolute;
	top: 60px;
	z-index: 15;
}

section#filters .filter_window.sizes {
	right: 0;
}

section#filters .filter_window.lace_filter {
	right: 0;
}

section#filters .filter_window:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}

section#filters .filter_window.sizes:after {
	left: 35%;
}

section#filters .filter_window.lace_filter:after {
	left: 60%;
}


section#filters .filter_window label {
	width: 49%;
	margin-bottom: 10px;
	font-weight: normal;
}

section#filters .filter_window label:first-of-type {
	width: 100%;
}

/* Base for label styling */
section#filters .filter_window [type="checkbox"]:not(:checked),
section#filters .filter_window [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
section#filters .filter_window [type="checkbox"]:not(:checked) + label,
section#filters .filter_window [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
section#filters .filter_window [type="checkbox"]:not(:checked) + label:before,
section#filters .filter_window [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.5em; height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
section#filters .filter_window [type="checkbox"]:not(:checked) + label:after,
section#filters .filter_window [type="checkbox"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: black;
  transition: all .2s;
}
/* checked mark aspect changes */
section#filters .filter_window [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
section#filters .filter_window [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
section#filters .filter_window [type="checkbox"]:disabled:not(:checked) + label:before,
section#filters .filter_window [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
section#filters .filter_window [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
section#filters .filter_window [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
section#filters .filter_window [type="checkbox"]:checked:focus + label:before,
section#filters .filter_window [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

section#filters .filter_window hr {
	margin: 10px 0;
	border-color: #DECBB8;
	
}

section#category-text {
	margin: 50px 0;
	color: white;
}

h1 + section#category-text {
	margin-top: 15px;
}

section#wigs {
    /*visibility: hidden;*/
    overflow: hidden;
    margin-bottom: 50px;
}

section#wigs .brandName {
    display: flex;
}

section#wigs .brandName.category:not(:first-of-type) h2,
section#wigs .companyWrapper div:not(:first-child) .brandName {
    margin-top: 50px;
}

section#wigs h1,
section#wigs .brandName h2,
section#wigs .brandName h3,
section#wigs .brandName p {
    font-family: Roboto-Regular, sans-serif;
    font-size: 16px;
    color: #DECBB7;
    letter-spacing: 1.11px;
    white-space: nowrap;
}

section#wigs h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

section#wigs .brandName h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

section#wigs .brandName span {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: 15px;
    margin-left: 4px;
    border-bottom: 1px solid rgba(222,203,183,0.48);
}

section#wigs .wigsWrapper {
    padding-top: 15px;
    overflow: hidden;
    display: grid;
    grid-column-gap: 4px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 0fr;
}

@media (max-width: 768px) {
	section#wigs .wigsWrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 600px) {
	section#wigs .wigsWrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 500px) {
	section#wigs .wigsWrapper {
		grid-template-columns: 1fr 1fr;
	}
}

section#wigs .wigsWrapper > .wrapper {
    display: inline-block;
}

section#wigs .wigsWrapper .wig {
    cursor: pointer;
	position: relative;
}

section#wigs .wigsWrapper .wig img {
    width: 100%;
    /*to, ze obrazky maji stejny pomer stran je reseno v js*/
    object-fit: cover;
}

section#wigs .wigsWrapper .wig .product-tags {
	position: absolute;
	bottom: 65px;
	right: 0;
}

section#wigs .wigsWrapper .wig .product-tag {
	background-color: white;
	border-radius: 3px;
	color: #A59386;
	margin-right: 5px;
	padding: 1px 5px;
	font-size: 12px;
}

section#wigs .wigsWrapper .wig p {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    background-color: white;
    padding: 10px 0 0 0;
    height: 46px;
	text-align: center;
}

@media (max-width: 1199px) {
	section#wigs .wigsWrapper .wig p {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	section#wigs .wigsWrapper .wig p {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	section#wigs .wigsWrapper .wig p {
		line-height: 18px;
		height: 50px;
	}
}

section#wigs .wigsWrapper .info {
    padding: 30px 35px 35px 35px;
    position: relative;
    background-color: #E6D9CA;
    overflow: hidden;
    grid-column: span 2;
	min-height: 230px;
}

section#wigs .wigsWrapper .info p:first-child {
    font-size: 30px;
    color: #433633;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}

section#wigs .wigsWrapper .info p:nth-child(2) {
    font-size: 14px;
    color: #433633;
    letter-spacing: 0;
    line-height: 18px;
    padding-bottom: 15px;
}

section#wigs .wigsWrapper .info .btn {
    background-color: white;
    border-radius: 3px;
    padding: 2px 18px 4px 18px;
}

section#wigs .wigsWrapper .info .btn:hover {
    background-color: #DECBB7;
}

section#wigs .wigsWrapper .info img {
    position: absolute;
    bottom: 25px;
    width: 45%;
    right: 15px;
    min-width: 120px;
    max-width: 100%;
}

section#detail {
    padding-bottom: 30px;
    padding-top: 25px;
}

section#detail::after {
    content: '';
    width: 0;
    height: 0;
    position: relative;
    top: 66px;
    left: calc(50vw - 70px);
    border-left: 70px solid  rgba(255, 255, 255, 0);
    border-right: 70px solid  rgba(255, 255, 255, 0);
    border-top: 15px solid black;
}

section#detail .back {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}

section#detail .back i {
    margin-right: 15px;
}

section#detail .wigDetail {
    margin: 10px auto 0 auto;
    width: 80%;
    position: relative;
    display: flex;
}

@media (max-width: 1280px) {
	section#detail .wigDetail {
		width: 100%;
	}
}

section#detail .wigDetail .allImages {
    width: calc(9% - 15px);
    display: inline-block;
    margin-right: 20px;
}

section#detail .wigDetail .allImages img {
    width: 100%;
    cursor: pointer;
    border: 3px solid transparent;
}

section#detail .wigDetail .allImages img:not(:first-child) {
    margin-top: -3px;
}

section#detail .wigDetail .allImages img.current {
    border: 3px solid #E6D9CA;;
}

section#detail .wigDetail .currentImage {
    width: calc(60% - 20px);
    display: inline-block;
    margin-right: 20px;
}

section#detail .wigDetail #zoom {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
}

section#detail .wigDetail .text {
    width: 29%;
    display: inline-block;
}

section#detail .wigDetail .text p {
    display: inline-block;
}

section#detail .wigDetail .text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #E6D9CA;
    letter-spacing: 0.5px;
    line-height: 48px;
    padding-bottom: 10px;
    font-weight: 300;
}

section#detail .wigDetail .text .type {
    font-size: 12px;
    color: #DECBB7;
    letter-spacing: 0;
    line-height: 24px;
    border: 1px solid #E6D9CA;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 1px 8px;
}

section#detail .wigDetail .text .moreAttributes td {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    line-height: 24px;
}

section#detail .wigDetail .text .moreAttributes td:first-of-type {
    font-size: 12px;
    color: #DECBB8;
    padding-bottom: 2px;
	padding-right: 10px;
	vertical-align: top;
}

section#detail .wigDetail .text .moreAttributes td:last-of-type {
    font-size: 16px;
    color: #E6D9CA;
}

section#detail .wigDetail .text .description {
    font-size: 12px;
    color: #DECBB8;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
}

@media (max-width: 767px) {
	section#detail .wigDetail {
		width: 100%;
		display: block;
	}
	
	section#detail .wigDetail .allImages {
		width: calc(18% - 15px);
		vertical-align: top;
	}
	
	section#detail .wigDetail .currentImage {
		width: calc(83% - 20px);
		margin-right: 0;
	}
	
	section#detail .wigDetail .text {
		width: calc(80% - 20px);
		margin-left: 18%;
		margin-top: 30px;
	}
	
	.single-product #bigWrapper {
		width: calc(100% - 20px);
	}
}

section#anotherWigs {
    background-color: white;
    padding-bottom: 75px;
}

section#anotherWigs h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #A59386;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    padding: 15px 0 25px 0;
}

section#anotherWigs .owlWrapper {
    position: relative;
}

section#anotherWigs .owl-carousel {
    width: 75%;
    margin: 0 auto;
}

section#anotherWigs .owl-carousel .owl-item {
    cursor: pointer;
}

section#anotherWigs .owl-carousel .owl-item:not(.current) {
    opacity: 0.6;
}

section#anotherWigs .owl-nav {
    display: block;
    position: absolute;
    top: calc(50% - 36px);
    width: 100%;
	height: 0px;
}

section#anotherWigs .owl-nav button {
    width: 33px;
    height: 73px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#anotherWigs .owl-nav button:focus {
    outline: none;
}

section#anotherWigs .owl-nav button:first-child {
    background-image: url(../img/assets/Arrow@2x.png);
    right: 70px;
}

section#anotherWigs .owl-nav button:last-child {
    background-image: url(../img/assets/Arrow-r@2x.png);
    float: right;
    left: 70px;
}

@media (max-width: 767px) {
	section#anotherWigs .owl-nav button:first-child {
		right: 50px;
	}

	section#anotherWigs .owl-nav button:last-child {
		left: 50px;
	}
}

section#anotherWigs .owl-nav button span {
    display: none;
}

section#anotherWigs .owlWrapper .currentImageBorder {
    position: absolute;
    z-index: 2;
    border: 6px solid #E6D9CA;
    top: -6px;
    color: transparent;
    display: inline-block;
}

@media (max-width: 1920px) {
    body {
        background-image: url('../img/assets/background.jpg');
    }
}

@media (max-width: 1440px) {
    body {
        background-image: url('../img/assets/background-1440.jpg');
    }

    section#text {
        background-image: url('../img/assets/BG-1.jpg');

    }
}

@media (max-width: 768px) {
    body {
        background-image: url('../img/assets/background-768.jpg');
    }
}

@media (max-height: 710px) {
    section#homepagePicture  > .wrapper {
		margin-top: 0;
    }
	
	section#homepagePicture {
		height: calc(100vh - 275px);
	}
}




/* Misc */
.brown-links a {
	color: #decbb7;
}

section#content ul.blocks-gallery-grid {
	padding-left: 0;
}