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

.single_direct_checkout_button {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.elementor-menu-cart__product-price.product-price {
	display: none;
}

.cross-sells-table .wapf-wrapper {
	margin-bottom: 0;
}

.cross-sells-table .wapf-field-description {
	padding-left: 5px;
	opacity: 0.6;
}

.smm-cfwc-custom-field-wrapper-cross {
	margin-bottom: 10px;
}

.cross-sells-table .wapf-field-container {
	padding-bottom: 5px;
}

table.cross-sells-table td {
	padding: 10px;
}

.woocommerce div.product form.cart table.cross-sells-table td {
	padding-left: 10px;
}

.woocommerce .elementor .cross-sells-table img {
  max-height: 110px;
  width: auto;
}

.woocommerce-message.price-banner {
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 20px;
}

.woocommerce-message.price-banner::before {
  content: "";
}

.woocommerce-message.price-banner::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "Klik hier \e02f";
  font-family: WooCommerce;
  font-size: 12px;
}