/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-text-editor ul li {
    list-style: none;
  }

.elementor-widget-text-editor ul li::before{
	  color: #3aaa35;
	  content: "\2022";
	  font-weight: bold;
	  display: inline-block;
	  margin-left: -1em;
	  width: 1em;
	  font-size: 20px;
	
}

.current-menu-item .sub-arrow svg path{
	fill: #fff !important;
}

/* Offerteaanvraag form */

#rfq_cart_shop_table tr{
	border-width: 0px !important;
}

.rfq_cart_wrapper h1{
	display: none !important;
}

.rfq_cart_wrapper tr, .rfq_cart_wrapper td, .rfq_cart_wrapper th {
	border-width: 0px !important;
}

.rfq_cart_wrapper .button{
	background-color: #2aa9e1 !important;
}

.rfq_cart_wrapper .button:hover{
	background-color: #1f1f1f !important;
}


.rfq_cart_wrapper table{
	border-collapse: collapse !important;
	border-width: 0px !important;
	border-radius: 25px !important;
}

.rfq_cart_wrapper table tbody>tr:nth-child(odd)>th{
	background-color: #f0faf1 !important;
}

.rfq_cart_wrapper .info_td, .rfq_cart_wrapper .cart_td{
	background-color: #f0faf1 !important;
}

.rfq_cart_wrapper tr.woocommerce-cart-form__cart-item{
	background-color: #ffffff !important;
}

.rfq_cart_wrapper #rfq_message{
	width: 100% !important;
}