/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/* BEGIN WEBSOLS DEFAULTS: */

/* Scroll-top button ook op mobiel: */
.responsive #scroll-top-link.avia_pop_class {
	display: block;
	visibility: visible;
	opacity: 0.7;
}

/* Wordbreak op mobiel en desktop: */
.flex_column.av_one_fifth {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
  }
@media screen and (min-width:768px) and (max-width:1366px) {
	.flex_column.av_one_fifth,
	.flex_column.av_one_fourth,
	.flex_column.av_one_third {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		overflow-wrap: break-word;
	}
}
@media screen and (max-width:468px) {
	.flex_column {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		overflow-wrap: break-word;
	}
}
/* END WEBSOLS DEFAULTS */

/* BEGIN CUSTOM SITE STUFF */

@font-face {
    font-family: 'Helvetica Neue LT Pro 87 Heavy Condensed';
    src: url('fonts/Helvetica Neue LT Pro 87 Heavy Condensed.eot');
    src: url('fonts/Helvetica Neue LT Pro 87 Heavy Condensed.eot?#iefix') format('embedded-opentype'),
         url('fonts/Helvetica Neue LT Pro 87 Heavy Condensed.woff2') format('woff2'),
         url('fonts/Helvetica Neue LT Pro 87 Heavy Condensed.woff') format('woff'),
         url('fonts/Helvetica Neue LT Pro 87 Heavy Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.single-product #av_section_1,
.single-product .posted_in {
	display:none;
}
.template-shop .product_meta {
    top: 0px;
}
#top .price, #top .price span, #top del, #top ins {
    font-size: 30px;
    line-height: 100%;
	margin: 20px 0px;
}
#top .price {
	display:block;
}
#top form.login, #top form.register {
    border-radius: 0px;
}
.woocommerce-page .u-column2.col-2 .button {
    float: none;
}

input.wcpt-search-input[type="search"] {
	margin-bottom: 0px !important;
}
/*product foto, weer aan op 27-1-2022 */ 
/*.product .single-product-main-image, .shop_table .product-thumbnail{
	display:none;	
}*/

/*.pum-container .pum-content.popmake-content {
	top:50%;
	transform:translateY(-50%);
}*/
.pum-container .pum-content.popmake-content p {
	font-size:18px;
}