/* fix for Woocommerce Product Table v2.4+ */
.page-id-947 table.wc-product-table .button.reveal-link-button,
.page-id-947 table.wc-product-table .button.gotten-link-button {
	white-space: normal;
    margin-top: 5px !important;
    height: auto !important;
    line-height: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.dataTables_filter .wc-product-table-reset {
    position: relative;
}

/* fix Rehub theme v7.9.8+ */
.main-side {
    min-height: 0;
}

/* remove price from compare block @ v7.9+ */
.re-compare-item > div:not(.mb5):last-child {
    display: none;
}

/* bring back bold on compare prices for price page @ v7.9+ */
.price-woo-compare-chart {
	font-weight: bold;
	margin-bottom: 15px;
}

/* lead form redesign */
#lead-form {
	
}
#lead-form .wpb_wrapper .vc_column_container:nth-child(1) {
	padding-top: 60px;
	padding-left: 60px; /* 75 - 15 from .vc_column-inner */
    padding-right: 25px; /* 40 - 15 from .vc_column-inner */
}
#lead-form .wpb_wrapper .vc_column_container:nth-child(2) {
	padding-top: 60px;
    padding-left: 25px; /* 40 - 15 from .vc_column-inner */
    padding-right: 60px; /* 75 - 15 from .vc_column-inner */
}
@media (max-width: 1023px) {
	#lead-form .wpb_wrapper .vc_column_container:nth-child(1),
	#lead-form .wpb_wrapper .vc_column_container:nth-child(2) {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}
#lead-form .vc_column_container .vc_column-inner {
	padding-top: 0;
}
#lead-form h2.vc_custom_heading {
	font-size: 26px;
    text-transform: uppercase;
	line-height: 1;
    letter-spacing: 0.4px;
}
#lead-form .caldera-grid label:not(.caldera-forms-gdpr-field-label) {
	font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #112d4e;
	padding-left: 10px;
}
#lead-form .caldera-grid .checkbox-inline label {
	font-size: 14px;
}
#lead-form .caldera-grid .form-control {
    border: none;
    background: #f0f0f0;
    border-bottom: 3px solid #211764;
    border-radius: 0;
    box-shadow: none;
}
#lead-form .caldera-grid .form-control:hover {
    border-color: #7b889d;
}
#lead-form .caldera-grid .form-control:focus {
    border-color: #3578e2;
}
#lead-form .caldera-grid .has-error .form-control {
    border-color: #a94442;
}
#lead-form .caldera-grid input.form-control {
	height: 46px;
	font-family: "Montserrat", arial;
}
#lead-form .caldera-grid .btn-default {
	float: none;
    margin-top: 18px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
}
/* sidebar */
.lead-form-sidebar ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 52px;
    position: relative;
    color: #a597fe;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 500;
}
.lead-form-sidebar ul li i {
    color: #ecf3f9;
    font-size: 26px;
    position: absolute;
    left: -52px;
    top: 4px;
}
.lead-form-sidebar ul li strong {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.atwu_regular_price {
    font-size: 85%;
    opacity: .3;
    color: #111;
    font-weight: 400;
    text-decoration: line-through;
}

/* fix "cannot scroll checkout" */
body.woocommerce-checkout {
	overflow: auto;
}
body form.woocommerce-checkout {
	overflow: hidden;
	padding-top: 15px;
}

/* prevent WC buttons hover to distort display */
.woocommerce a.button,
.woocommerce-page a.button {
	border: 1px solid transparent;
}

/* fix (hide/remove) bullets on WooCommerce AJAX Products Filter */
.post ul.berocket_aapf_widget li{
	list-style-type: none;
}

/* fix My Account miss-alignment */
.woocommerce-account .woocommerce {
	overflow: hidden;
}

/* fix Bestelgegevens with large urls in text */
.woocommerce-table__product-name a {
    word-break: break-all;
}
/* + better product meta alignment */
.woocommerce-table__product-name .wc-item-meta li {
	float: none;
}

/* improve user menu - hide duplicate menu item */
.user-dropdown-intop-menu .menu-item.user-editorders-link-intop {
	display: none !important;
}
/* improve user menu general styling */
.user-dropdown-intop-menu li {
	padding-bottom: 0;
}

/* fix "dark" header changed to white issues */
.header_top_wrap.dark_style .user-ava-intop:after,
.main-nav.dark_style .user-ava-intop:after,
#main_header.dark_style .textlogo a,
#main_header.dark_style .textlogo,
#main_header.dark_style .sloganlogo,
#main_header.dark_style .logo-section .user-ava-intop:after,
#main_header.dark_style .logo-section .rh-header-icon,
#main_header.dark_style .logo-section .heads_icon_label,
.main-nav.dark_style .dl-menuwrapper button i,
.main-nav.dark_style .dl-menuwrapper .rh-header-icon,
#main_header.dark_style #re_menu_near_logo li a,
#main_header.dark_style a.header-link-add {
	color: #112d4e;
}
#re_menu_near_logo li {
	padding-bottom: 0;
}

/**
 * improve yith-wcwl button styling in WC Product Table
 */
/* hide theme's wishlist icons, use default yith-wcwl ones */
.yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
  display: none;
}
/* fix default yith-wcwl icon */
.yith-wcwl-add-button a.add_to_wishlist i {
  font-family: FontAwesome; /* bring back original font */
  margin-left: -16px; /* proper icon position */
}
a.add_to_wishlist .yith-wcwl-icon {
  margin-bottom: 10px; /* offset text */
  margin-top: 2px;
}
/* move button at right on WC Product Table */
.wc-product-table .yith-wcwl-add-to-wishlist,
.atwu_header_wishlist .yith-wcwl-add-to-wishlist {
  float: right;
  margin-top: 0;
}
.wc-product-table .yith-wcwl-add-button a.add_to_wishlist,
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist,
.wc-product-table .yith-wcwl-add-button a.delete_item,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item,
.wc-product-table .yith-wcwl-add-button a.move_to_another_wishlist,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  line-height: 20px !important;
  /* margin-top: -4px !important; */
  margin-left: 10px;
  width: 30px;
  height: 30px !important;
  padding: 4px 6px 4px 23px !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: transparent !important;
  font-size: 18px !important;
}
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist {
  line-height: 30px !important;
  width: 40px;
  height: 40px !important;
  padding: 9px 11px 9px 28px !important;
}
/* .wc-product-table .yith-wcwl-add-button a.add_to_wishlist:before,
.wc-product-table .yith-wcwl-add-button a.delete_item,
.wc-product-table .yith-wcwl-add-button a.move_to_another_wishlist {
  font-size: 18px !important;
}
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist:before,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist {
  font-size: 28px !important;
} */
.wc-product-table .yith-wcwl-add-button a.add_to_wishlist:hover,
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
.wc-product-table .yith-wcwl-add-button a.delete_item:hover,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item:hover,
.wc-product-table .yith-wcwl-add-button a.move_to_another_wishlist:hover,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist:hover {
  border: none;
  box-shadow: 0 -1px 2px 0 rgba(60,64,67,0.1), 0 5px 10px 0 rgba(60,64,67,0.14);
  background-color: transparent !important;
  /* font-size: 18px !important; */
}
.wc-product-table .yith-wcwl-add-button a.add_to_wishlist .yith-wcwl-icon,
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist .yith-wcwl-icon,
.wc-product-table .yith-wcwl-add-button a.delete_item .yith-wcwl-icon,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item .yith-wcwl-icon,
.wc-product-table .yith-wcwl-add-button a.move_to_another_wishlist .yith-wcwl-icon,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist .yith-wcwl-icon {
  /* color: #E32F2F; */
  color: #e46b58;
}
.wc-product-table .yith-wcwl-tooltip,
.atwu_header_wishlist .yith-wcwl-tooltip {
  display: none !important;
}
/* single product */
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist {
  margin-top: -10px;
  font-size: 28px !important;
}
.atwu_header_wishlist .yith-wcwl-add-button a.add_to_wishlist .yith-wcwl-icon,
.atwu_header_wishlist .yith-wcwl-add-button a.delete_item .yith-wcwl-icon,
.atwu_header_wishlist .yith-wcwl-add-button a.move_to_another_wishlist .yith-wcwl-icon {
  margin-left: -21px;
}

/**/
.yith-wcwl-add-button .feedback {
  display: none;
}
