/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.container_padding {
	padding: 50px 5% 50px 5%;
}

.container_padding_tb {
	padding: 0px 5% 0px 5%;
}



/***** SINGEL PRODUCT *****/

.woocommerce .product .elementor-jet-single-add-to-cart .variations tbody>tr:nth-child(odd)>td, .woocommerce .product .elementor-jet-single-add-to-cart .variations tbody>tr:nth-child(odd)>th, .woocommerce .product .elementor-jet-single-add-to-cart .variations tbody>tr:hover>td, .woocommerce .product .elementor-jet-single-add-to-cart .variations tbody>tr:hover>th {
	background-color: #f3f3f3;
}


.woocommerce table.shop_attributes td {
	padding-left: 10px;
}


.variations tr:last-of-type {
	display: none;
}

/***** KURV *****/

.elementor-menu-cart__product-name small {
	display: block ;
}

.elementor-menu-cart__product-name small a {
	font-size: 12px !important;
	font-weight: normal !important;
}


/***** PRODUCT ADDONS *****/

ul.pewc-product-extra-groups {
	padding: 25px !important;
}

ul.pewc-checkbox-group-wrapper {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.pewc-product-extra-groups li.pewc-item {
	margin-bottom: 25px !important;
}
ul.pewc-product-extra-groups li.pewc-item:last-of-type {
	margin-bottom: 0px !important;
}

ul.pewc-product-extra-groups .pewc-field-label {
	font-weight: bold !important;
	margin-bottom: 10px;
}


