h3{padding: 15px 0 8px 0; font-size: 1.4rem}
h4{padding: 10px 0 5px 0; font-size: 1.1rem}

.cookies tr:nth-child(even) {background: #eee}
.cookies tr:nth-child(odd) {background: #FFF}
table.cookies {border: 1px solid #ccc}

.cookie-notice-container {
    padding: 15px 30px 5px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.cn-button.bootstrap {
    color: #fff;
    background: #555;
	padding: 10px 60px;
}

#cn-accept-cookie.cn-button.bootstrap {
    color: #fff;
    background: #81A3A8;
	padding: 10px 60px;
}
#cn-close-notice {
    display: none;
}

#cookie-notice .cn-button {
    margin: 0 6px 10px 6px;
    border: none;
}
#cookie-notice #cn-refuse-cookie.cn-button {
    margin-right: 10px;
}

.cn-revoke-cookie.cn-button.bootstrap {
    color: #fff;
    background: #00ADEF;
	display: table;
	width:100%;
	padding: 10px;
	margin-bottom: 40px;
}

.wp-block-file {
    position: relative;
}
.wp-block-file .wp-block-file__button {
	  position: absolute;
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.5% 2.992em 0;
    position: relative;
    width: 23.05%;
    margin-left: 0;
    background: #fff !important;
    padding: 10px !important;
    box-sizing: border-box !important;
	  border: 1px solid #ddd;
}
.woocommerce ul.products li.product .button {
    position: absolute;
	  bottom: 10px;
	  left: 10px;
	  width: calc(100% - 20px);
	  box-sizing: border-box;
	
}
span.price {
    padding-bottom: 60px;
}
.post-type-archive-product .woocommerce-breadcrumb {
    display: none;
}
.woocommerce ul.products li.product a img {
    opacity: 1;
	  transition: all 0.3s ease-out;
}
.woocommerce ul.products li.product a img:hover {
    opacity: 0.6;
}
.woocommerce ul.products li.product h2:hover {
    color: #81A3A8 !important;
}

.post-type-archive-product .background, .single-product .background, .page-id-183 .background, .page-id-184 .background { display: none;
}

.post-type-archive-product #intro, .single-product #intro, .page-id-183 #intro, .page-id-184 #intro {
    height: 0px;
    padding: 0px 10px;
}


@media only screen and (max-width: 800px) {
.wp-block-file .wp-block-file__button {
	  position: relative;
    top: 0;
    right: auto;
	  width: 100%;
	  display: block;
	  box-sizing:border-box;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0;
}
}