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

/* HProc Category Menu */
.hproc-category-menu {
	background: #ffffff;
	padding: 8px 16px 8px 16px;
	box-shadow: 0px 2px 24px 0px rgba(68, 64, 60, 0.08);
}

/* A */
.hproc-category-menu a {
	color: #44403C;
}

/* Active / Selected Style */
.hproc-category-menu ul > li.hproc-category-menu-item-active > div > a {
	font-weight: bold;
	
}
.hproc-category-menu ul > li.hproc-category-menu-item-selected > div > a {	
	font-weight: bold;
	font-size: 1rem;
	color: #44403C;
}

/* Toggle (Button) */
.hproc-category-menu li.hproc-category-menu-item div.hproc-category-menu-item-row .hproc-category-menu-toggle-button {
	width: 16px;
	height: 16px;
}

/* Li (Border) */
.hproc-category-menu ul.hproc-category-menu-level-1 > li.hproc-category-menu-item {
	border-bottom: 1px solid #E7E5E4;
}
.hproc-category-menu ul.hproc-category-menu-level-1 > li.hproc-category-menu-item:last-child {
	border-bottom: 0;
}

/* A (Padding) */
.hproc-category-menu ul.hproc-category-menu-level-2 li.hproc-category-menu-item > div > a {
	padding: 0.5rem 1.5rem;
}

.hproc-category-menu ul.hproc-category-menu-level-3 li.hproc-category-menu-item > div > a {
	padding: 0.5rem 2.0rem;
}

.hproc-category-menu ul.hproc-category-menu-level-4 li.hproc-category-menu-item > div > a {
	padding: 0.5rem 2.5rem;
}
.wc-block-components-panel__button[aria-expanded=true] {
    padding-top: 8px !important;
}

/* Produktnamn i kassan */
.wc-block-components-product-name {
	font-size: 1.25rem !important;
}

/* Cheque ikon (Fortnox) */
#radio-control-wc-payment-method-options-cheque__label {
	display: flex;
    justify-content: space-between;
}
#radio-control-wc-payment-method-options-cheque__label::after {
   content: url('/wp-content/themes/hello-theme-child-master/images/checkout/fortnox_24.png');
}

/* Checkout Fields for Blocks (overrides) */
.checkout-fields-for-blocks {
	margin-bottom: 2em;
}

.woocommerce-MyAccount-content .checkout-fields-for-blocks ul.additional-information-details {
	background-color: #ffffff;
	padding: 1em 2em !important;
	
	color: var(--general-text-color, #69727d);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.woocommerce-order .checkout-fields-for-blocks ul.additional-information-details {
	font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box;
}

/* PDF Fakturor */
.order-details thead th {
  color: black;
  border-bottom: solid #000;
  border-width: 1px 0;
}