
.empty {
    height: 50px;
}
#store .storeheader {
	position: relative;
	z-index: 0;
	text-align: center;
	}

#store .header-filter {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 0
}

#store .storeheader img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 38.58vw;
	z-index: -1;
}

#store .storeheader h3 {
	padding: 33.2px 21.303vw 0;
	text-align: center
}

#store .storeheader p {
	padding: 6px 16.911vw 18px;
	text-align: center
}

#store .storeheader a.button-text {
	z-index: 1;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 57px
}

#store .header-filter .filter {
	z-index: 1
}

#store .header-filter .filter button {
	background-color: unset;
	padding-right: 33px;
	cursor: pointer;
	display: inline-flex;
}

#store .header-filter .filter button h4 {
	font-family: gill-sans-nova, sans-serif;
	font-size: 16px;
  letter-spacing: 0.8px;
}

#store .header-filter .filter button:last-child {
	padding-right: unset
}

#store .header-filter .filter .active-filter h4 {
	color: #5f5921
}

#store .all-products {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	width: 80.524vw;
	margin: 0 auto;
	padding-bottom: 25px;
}

@media only screen and (max-width:991px) {
#store .all-products {
		width: 50.524vw;
	}
}

#store .all-products .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0 20px 0;
}

#store .all-products .products .product-name{
    min-height: 80px;
}

@media only screen and (max-width:1440px) {
#store .all-products .products .product-name{
    min-height: 100px;
}
}

#store .all-products .products .hide {
	display: none
}

#store .all-products .products .show {
	display: block
}

#store .all-products .products .product {
	min-width: 255px;
	width: 18.5vw;
	margin-bottom: 25px;
}

#store .all-products .products .product .product-image {
	width: 100%
}

#store .all-products .products .product .product-image img {
	/*width: 176px;*/
	width: auto;
	height: 539px;
	-o-object-fit: contain;
	object-fit: contain
}

#store .all-products .products .product .product-image .detail-image[src=""] {
	display: none
}

#store .sets {
	background-color: #f4f3eb;
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	display: block;
	/* -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center; */
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
}

#store .sets .page-title {
	font-size: 35px;
	margin-bottom: 50px;
}


#store .sets .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#store .sets .products .hide {
	display: none
}

#store .sets .products .show {
	display: block
}

#store .sets .products .product {
	min-width: 255px;
	width: 18.5vw;
	padding-bottom: 30px;
	padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

#store .sets .products .product .product-image {
	width: 100%
}

#store .sets .products .product .product-image img {
	width: 198px;
	height: 198px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}

#store .sets .products .product .product-image .detail-image[src=""] {
	display: none
}

#store .sets .product-name {
	font-family: baskerville;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .44px;
    padding: 15px 0 0 0;
    margin-bottom: 0;
    font-weight: 400;
}

@media only screen and (max-width:767px) {
.filter {
display: contents;
justify-content: center;
}

#store .header-filter .filter .active-filter h4 {
	text-decoration: underline;
}

#store .all-products .products .product {
	margin-bottom: 100px;
}



#store .sets .products .product {
	margin-bottom: 40px;
}

#store .sets .products .product:last-child {
	margin-bottom: 0;
}

#store .storeheader img {
    height: 60.58vw;
}

#store .sets .page-title{
	padding:0 20px;
}

#store .storeheader .shop-header {
	padding: 33.2px 13.303vw 0;
}

#store .header-filter .filter button {
    padding-right: 0;
    }

}




.close-filter {}

#store .header-filter button.filter.filter-button.close-filter:before {
 font-family: "Font Awesome 5 Free";
    content: '\f057';
}



