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



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    font-size: 17px;
}

.av-main-nav > li > a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
}

.avia-menu-fx{
    display: none;
}

.header_bg{
    opacity: 1;
}

#header_meta{
    padding-top: 10px;
    padding-bottom: 10px;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{
	background-color:#f2f2f2;
}

.sub_menu li{
    border: none;
}

.sub_menu>ul>li>a, .sub_menu>div>ul>li>a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.header_color .sub_menu>ul>li>a{
    color: #fff;
}

#top .header_color .sub_menu ul li a:hover{
    color: #80D01E;
}

.header_color .sub_menu li.current_page_item > a{
    color: #fff !important;
}

.cart_dropdown_link{
    font-size: 25px !important;
}

.title_container{
    background-color: #F2F2F2;
    border-bottom: none;
    padding-top: 20px;
    border-top: none;
}

.title_container .breadcrumb{
    left: 50px;
    right: 0;
    font-size: 13px;
}

.breadcrumb-title{
    display: none !important;
}

.trail-end{
    color: #BEBEBE
}

.phone-info.with_nav span{
    font-size: 15px;
    color: #fff;
    padding-left: 20px;
    background-image: url(img/bolt-solid.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-right: 15px;
    margin-top: 2px !important;
    font-weight: 400;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.current-menu-item .avia-menu-text{
    border-bottom: 5px solid #80D01E;
    padding-bottom: 5px;
    
}

/* layout */

.avia-section-large .content, .avia-section-large .sidebar{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* knoppen */

#top .main_color .avia-color-theme-color-highlight{
    background-color: #80D01E;
    border: none;
    padding: 12px 20px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-image: none !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}

#top .main_color .avia-color-theme-color-highlight:hover{
    padding-right: 35px !important;
    background-image: url(img/bolt-solid-btn-black.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}

#top .main_color .avia-color-theme-color{
    background-color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #80D01E;
    background-image: none !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}

#top .main_color .avia-color-theme-color:hover{
    padding-right: 35px !important;
    background-image: url(img/bolt-solid-btn.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}

.button{
    background-color: #000!important;
    border: none!important;
    padding: 15px 20px!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #80D01E !important;
}

#top table.shop_table .actions .button{
    width: auto !important;
}

/* algemeen */

.content, .sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
}

.shadow{
    text-shadow: #80D01E 2px 2px 0px;
}

.cta-logo img{
    opacity: 0.4 !important;
}

.cta-tekst h2{
    font-weight: 400 !important;
    line-height: 38px !important;
}

.gform_required_legend{
    display: none;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
    background-color: #fff!important;
    border: 1px solid #BEBEBE!important;
    padding: 10px 15px!important;
    font-family: 'Oswald', sans-serif !important;
    border-radius: 0px!important;
    color: #000!important;
    font-size: 17px!important;
}

.gform-field-label, #top .form-row label{
    font-size: 14px !important;
    font-weight: 600!important;
    text-transform: uppercase!important;
}

.gfield_required.gfield_required_asterisk{
    color: #FF0000 !important;
}

.gform_button.button{
    font-family: 'Oswald', sans-serif !important;
    background-color: #000!important;
    border: none!important;
    padding: 11px 20px!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #80D01E!important;
    transition: 0.3s all;
    background-image: none !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}

.gform_button.button:hover{
    padding-right: 35px !important;
    background-image: url(img/bolt-solid-btn.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 14px!important;
    transition: 0.3s all;
}


/* footer */

.footer-links p{
    line-height: 36px;
}


#socket .container{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#socket .copyright{
    float: none;
    font-size: 15px;
    font-weight: 300;
}

/* woocommerce */

.shop_columns_3 .products .product {
    margin: 0 4% 4% 0;
    width: 30.6%;
}

.template-shop{
    padding: 0px;
}

.single-product .template-shop{
    padding-top: 20px;
}

.template-shop{
    border-top: none;
}

.main_color .woocommerce-MyAccount-navigation-link.is-active{
    background-color: #000;
}

.main_color .woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
}

.product_title.entry-title{
    font-size: 38px !important;
}

.woocommerce-Price-amount.amount, .woocommerce-Price-currencySymbol{
    font-size: 22px !important;
    color: #80D01E;
    font-weight: 400 !important;
}

.woocommerce-Price-currencySymbol{
    padding-right: 5px;
}

.template-shop .single-product-main-image .images a{
    border: none;
    padding: 0px;
}

.single_add_to_cart_button{
    background-color: #80D01E!important;
    border: none!important;
    padding: 13.5px 20px!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #000!important;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus{
    background-color: #000;
    color: #fff;
    border: #000;
    background-image: none;
    font-size: 20px;
}

#top div .quantity input.qty{
    border-color: #000;
    color: #000;
}

.single-product .cart{
    padding-top: 40px;
}

.product_meta{
    display: none;
}

#top .av-cart-counter{
    background-color: #80D01E;
    color: #000;
    margin-top: -18px;
} 

.variations_form.cart{
    background-color: transparent;
    border: none !important;
    padding: 0px!important;
}

.single_variation_wrap{
    margin-left: 0px;
}

.variations th, .variations td{
    padding-left: 0px !important;
}

.variations .label label{
    font-size: 18px!important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin-bottom: 5px;
}

.cfvsw-swatches-option:not( .cfvsw-label-option, .cfvsw-image-option ) .cfvsw-swatch-inner{
    border: none;
}

.cfvsw-swatches-option{
    background-color: transparent;
    border: none;
}

.reset_variations{
    display: none;
}

.cfvsw-swatches-option .cfvsw-swatch-inner{
    width: 42px !important;
    height: 42px !important;
}

.cfvsw-selected-label{
    display: none;
}

.cfvsw-label-option{
    border: 1px solid #BEBEBE !important;
    border-radius: 0px !important;
    padding: 0px !important;
    height: 42px !important;
}

.cfvsw-swatches-option{
    border: 1px solid #BEBEBE !important;
}

.cfvsw-swatches-option:hover{
    border-color: #000 !important;
}

.cfvsw-selected-swatch, .cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover{
    border-color: #000 !important;
}

.cfvsw-label-option .cfvsw-swatch-inner{
    font-size: 17px !important;
    color: #000 !important;
}

.cfvsw-label-option .cfvsw-selected-swatch{
    border-color: #000 !important;
}

.woocommerce-variation-add-to-cart{
    margin-top: 15px;
}

.tabs.wc-tabs{
    display: none;
}

.woocommerce-Tabs-panel{
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
}

.product-specs{
    border: none !important;
    border-top: 1px solid #BEBEBE !important;
    margin-top: 20px;
}

.product-specs td{
    background-color: #F2F2F2 !important;
    border: none !important;
    border-bottom: 1px solid #BEBEBE !important;
    padding: 10px 0px !important;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

.product-specs td strong{
    font-weight: 400;
}

.single-product #av_section_1{
    border: none;
    background-color: #F2F2F2;
}

.single-product #av_section_1 .template-page{
    padding-top: 10px;
}

.related.products h2{
    text-align: center;
    text-shadow: #80D01E 2px 2px 0px; 
    margin-bottom: 40px;
}

.USP{
    margin-left: 0px !important; 
    padding-top: 20px;
    margin-bottom: 0px;
}

.USP li{
    list-style: none;
    padding-left: 20px;
    background-image: url(img/bolt-solid.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
}

.alternate_color .inner_product, .inner_product{
    border: none;
    border-radius: 0px;
}

.avia-arrow{
    display: none;
}

.avia_cart_buttons{
    display: none;
}

.product .inner_product_header{
    background-color: #fff;
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.product .woocommerce-loop-product__title{
    font-size: 22px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    margin-bottom: 3px !important;
}

.inner_product_header .woocommerce-Price-amount.amount, .inner_product_header .woocommerce-Price-currencySymbol{
    font-size: 18px !important;
}

.woocommerce-loop-product__link{
    border-bottom: 5px solid #fff !important;
}

.woocommerce-loop-product__link:hover{
    border-bottom: 5px solid #80D01E !important;
}

.woocommerce-loop-product__link .cfvsw_variations_form{
    display: none;
}

.product-sorting{
    display: none;
}

/* account */

#top form.login, #top form.register{
    border-radius: 0px;
}

/* cart */

.shop_table.shop_table_responsive thead th{
    background-color: #000 !important;
    color: #fff;
    font-size: 17px;
    text-transform: inherit !important;
    font-weight: 400;
    padding: 11px 15px;
}

.shop_table.shop_table_responsive .woocommerce-Price-amount.amount, .shop_table.shop_table_responsive .woocommerce-Price-currencySymbol{
    color: #000000;
    font-size: 17px  !important;
    font-weight: 400;
}

#top div td.actions .coupon .input-text, #top div td.actions .coupon .input-text::placeholder{
    border-radius: 0px!important;
    color: #000!important;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: 46px;
    margin-right: 10px;
}

.coupon .button{
    background-color: #BEBEBE!important;
    color: #000!important;
}

.cart_totals h2{
    font-size: 24px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.shop_table td{
    background-color: #fff !important;
    color: #000;
}

table.shop_table th{
    font-size: 17px;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: normal;
    padding: 20px 15px !important;
    background-color: #fff !important;
    color: #000;
}

.checkout-button.button.alt.wc-forward{
    width: auto !important;
    background-color: #80D01E!important;
    color: #000!important;
    margin-top: 5px !important;
}

.woocommerce-checkout-review-order .woocommerce-Price-amount.amount, .woocommerce-checkout-review-order .woocommerce-Price-currencySymbol{
    color: #000000 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.woocommerce-checkout-payment{
    border-radius: 0px !important;
}

.woocommerce-cart-form .variation{
    color: #696969;
    font-weight: 300 !important;
    font-size: 15px !important;
    margin-top: -6px;
}

.woocommerce-cart-form  .product-name a{
    font-size: 17px!important;
    font-weight: 400 !important;
}

td.product-name dl.variation dt, dl.variation dd{
    font-weight: 400;
}

.includes_tax, .cart_item td{
    font-size: 17px !important;
    font-weight: 400 !important;
}

.sidebar_left, .template-shop{
    border: 0px !important;
}

#woocommerce_layered_nav_filters-2{
    display: none;
}

#woocommerce_product_categories-2, #woocommerce_layered_nav-2, #woocommerce_layered_nav-3{
    text-align: left;
}

#woocommerce_product_categories-2 .widgettitle , #woocommerce_layered_nav-2 .widgettitle, #woocommerce_layered_nav-3 .widgettitle{
    font-size: 20px !important;
}

.widget_product_categories li a{
    background-image: none;
    padding-left: 0px;
    font-size: 16px;
    color: #000000;
}

.main_color .sidebar a{
    color: #000;
}

.current-cat a, .product-categories a:hover{
    color: #80D01E !important;
}

#woocommerce_layered_nav-2 .cfvsw-swatches-option{
    width: 42px;
    height: 42px;
    border-radius: 25px !important;
    border : 1px solid #9c9c9c;
}

#woocommerce_layered_nav-2 .widgettitle, #woocommerce_layered_nav-3 .widgettitle{
    margin-bottom: 15px !important;
}

.cfvsw-filters li.chosen a{
    border: none !important;
    background-color: transparent;
    padding: 0px !important;
}

.cfvsw-filters li.chosen a::before{
    display: none;
}

.cfvsw-filters li{
    padding: 0 10px 0 0 !important;
}

.chosen .cfvsw-swatches-option{
    border: 1px solid #000 !important;
}

.wc-layered-nav-term a:hover{
    background-color: transparent !important;
}

.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option{
    margin: 0px !important;
}

.cfvsw-label-option{
    font-size: 17px;
    
}



#woocommerce_layered_nav-3 .cfvsw-label-option{
    min-width: 42px !important;
}

.cfvsw-filters li.chosen a{
    margin: 0px !important;
}


/* meldingen */

#top div.woocommerce-message{
    background-color: #80D01E !important;
    border-radius: 0px;
    color: #000;
    font-weight: 300;
}

#top div.woocommerce-error, #top div.woocommerce-message, #top .woocommerce-info{
    margin-bottom: 30px;
}

/* mobiel */

@media only screen and (max-width: 767px) {
    #top #wrap_all .all_colors h1{
        font-size: 36px !important;
    }
    
    .av-ln2wmtah-a46a1076693595f5e5106cfac36ffecb{
        margin-top: 0px !important;
    }
    .responsive .logo img, .responsive .logo svg{
        width: 170px;
    }
	
	.phone-info.with_nav span {
		font-size: 12px;
		color: #fff;
		padding-left: 16px;
		background-image: url(img/bolt-solid.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 11px;
		margin-right: 15px;
		margin-top: 2px !important;
		font-weight: 400;
	}
	
	.woocommerce-message{
		padding:30px!important;
		display:grid!important;
	}
	
	.woocommerce-message .button.wc-forward{
	    float: left!important;
		position: revert!important;
		margin-top: 20px!important;
		width: 100% !important;
	}
}