/*
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 */

#top{
	max-width: 95% !important;
}

.page-id-3334 .container,.page-id-3384 .container{
	padding-right: 0px;
	padding-left: 0px;
}
h1{	letter-spacing: 9px !important;	}
h2{	letter-spacing: 6px !important;	}
h3{	letter-spacing: 5px;	}
h4{	letter-spacing: 4px;	}
h5{	letter-spacing: 3px;	}
h6{	letter-spacing: 2px;	}

.rfq_cart_wrapper .rfq_shop_table_customer_info_div .rfq-shop-table_customer_info td{
	border-width:0px;	
}
.shop_table.cart.shop_table_responsive.rfq-shop-table_customer_info th{
	border-style: none !important;	
}
.product_cat-fashion .stock {
	display: none;
}