#infinite-footer {
	display: none;
}

.woocommerce-additional-fields__field-wrapper {
	margin-left: -25px;
	margin-top: -30px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Bas */
.woocommerce-cart {
	color: #143065;
	font-family: Inter;
}

/* Produktnamn */
.woocommerce-cart .product-name a {
	font-weight: 500;
	font-size: 18px;
	color: #143065;
}

/* Dölj kupong & uppdatera-knapp */
.woocommerce-cart .coupon,
.woocommerce-cart button[name="update_cart"] {
	display: none !important;
}

/* Checkout-knapp */
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
	color: #fff;
	background-color: #4DA7CA;
	border: 1px solid #4DA7CA;
	border-radius: 8px;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
	background-color: #165B76;
	border-color: #165B76;
}

/* Tvåkolumnslayout */
.woocommerce-cart .cart-collaterals {
	float: none !important;
	max-width: none !important;
}

.woocommerce-cart .woocommerce > form.woocommerce-cart-form,
.woocommerce-cart .woocommerce > .cart-collaterals {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.woocommerce-cart .woocommerce > form.woocommerce-cart-form {
	width: 55%;
}

.woocommerce-cart .woocommerce > .cart-collaterals {
	width: 42%;
}

.woocommerce-cart .cart_totals {
	width: 100% !important;
}

/* Totals-rubrik */
.woocommerce-cart .cart-collaterals h2 {
	font-size: 20px;
	font-weight: 600 !important;
	color: #143065;
}

/* Mobil */
@media (max-width: 768px) {
	.woocommerce-cart .woocommerce > form.woocommerce-cart-form,
	.woocommerce-cart .woocommerce > .cart-collaterals {
		width: 100%;
	}
}

/* Tabellreset */
.woocommerce-cart thead {
	display: none;
}

.woocommerce-cart table,
.woocommerce-cart tr,
.woocommerce-cart td,
.woocommerce-cart th {
	border: none;
}

.woocommerce-cart th.product-price,
.woocommerce-cart td.product-price {
	display: none;
}

/* Padding & spacing */
.woocommerce-cart td {
	padding-left: 52px;
	padding-right: 52px;
}

.woocommerce-cart-form__contents {
	padding: 10px 10px 0;
}

/* Quantity */
.woocommerce-cart .quantity input.qty {
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	font-weight: 600;
	text-align: center;
}

.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button {
	opacity: 1;
}

/* Produkt-rad (flex) */
.woocommerce-cart tr.cart_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.woocommerce-cart td.product-quantity {
	flex: 0 0 auto;
}

.woocommerce-cart td.product-subtotal {
	flex: 1 1 100%;
	font-size: 17px;
	font-weight: 700 !important;
	margin-bottom: -20px;
}

/* Remove-ikon */
.woocommerce-cart td.product-remove {
	position: absolute !important;
	top: 23px;
	right: 12px;
	width: auto !important;
}

.woocommerce-cart td.product-remove a {
	display: block;
	width: 23px;
	height: 23px;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	text-indent: 0 !important;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6M9 7h6m2 0H7m3-3h4a1 1 0 011 1v2H9V5a1 1 0 011-1z'/%3E%3C/svg%3E") no-repeat center;
	background-size: 23px 23px;
	opacity: 0.6;
	cursor: pointer;
}

.woocommerce-cart td.product-remove a::before,
.woocommerce-cart td.product-remove a::after {
	content: none !important;
	display: none !important;
}

.woocommerce-cart td.product-remove a:hover {
	opacity: 1;
}

/* Box-border */
.woocommerce-cart table.shop_table {
	border: 1px solid #e6e6e6;
}

.woocommerce-cart td,
.woocommerce-cart th {
	border: none !important;
}

.woocommerce-cart .cart_totals {
	border: 1px solid red;
	box-sizing: border-box;
}

.woocommerce-cart .cart_totals {
	border: 1px solid #e6e6e6 !important;
	box-sizing: border-box;
}


.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
	margin-bottom: 0px;
	width: 100%;
}

















/* Produktkort */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Titel */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
}

/* Pris */
.woocommerce ul.products li.product .price {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}



/* Aktiv kategori – bakgrund */
body.tax-product_cat.term-laddboxar .menu-laddboxar,
body.tax-product_cat.term-lastbalansering .menu-lastbalansering,
body.tax-product_cat.term-laddkablar .menu-laddkablar,
body.tax-product_cat.term-kabelhallare .menu-kabelhallare,
body.tax-product_cat.term-laddstolpar-elbilsladdning .menu-laddstolpar,
body.tax-product_cat.term-tillbehor-till-laddbox .menu-tillbehor,
body.tax-product_cat.term-varmestyrning-smart .menu-varmestyrning {
  background-color: black !important;
}

/* Aktiv kategori – text + ikon */
body.tax-product_cat.term-laddboxar .menu-laddboxar *,
body.tax-product_cat.term-lastbalansering .menu-lastbalansering *,
body.tax-product_cat.term-laddkablar .menu-laddkablar *,
body.tax-product_cat.term-kabelhallare .menu-kabelhallare *,
body.tax-product_cat.term-laddstolpar-elbilsladdning .menu-laddstolpar *,
body.tax-product_cat.term-tillbehor-till-laddbox .menu-tillbehor *,
body.tax-product_cat.term-varmestyrning-smart .menu-varmestyrning * {
  color: #ffffff !important;
}





/* GENERELLA KORT */
.pewc-product-extra-groups .pewc-item {
    border: 2px solid #d9dfe8;
    border-radius: 12px;
    padding: 20px;
		padding-bottom: 0px;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    list-style: none;
}

.pewc-product-extra-groups .pewc-item:hover {
    border-color: #b9c7db;
    background: #f8fbff;
}

/* CHECKBOX / RADIO KORT */
.pewc-preset-style .pewc-checkbox-form-label,
.pewc-preset-style .pewc-radio-form-label,
.pewc-preset-style .pewc-item-field-wrapper,
.pewc-preset-style .pewc-item-checkbox label {
    margin-bottom: -10px;
}

/* Text */
.pewc-product-extra-groups .pewc-checkbox-form-label > span:not(.pewc-theme-element):not(.required),
.pewc-product-extra-groups .pewc-radio-form-label > span:not(.pewc-theme-element):not(.required) {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 1.35;
    flex: 1;
    margin: 0;
}

/* Checkbox/radio-rutan */
.pewc-product-extra-groups .pewc-theme-element {
    border: 1.5px solid #cfd8e3;
    border-radius: 6px;
}

/* Aktivt kort */
.pewc-product-extra-groups .pewc-item.pewc-item-checkbox:has(input[type="checkbox"]:checked),
.pewc-product-extra-groups .pewc-item.pewc-item-radio:has(input[type="radio"]:checked) {
    border-color: #eef5ff !important;
    background: #eef5ff !important;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.25);
}

/* Rutan när vald */
.pewc-product-extra-groups .pewc-checkbox-form-label input[type="checkbox"]:checked ~ .pewc-theme-element,
.pewc-product-extra-groups .pewc-radio-form-label input[type="radio"]:checked ~ .pewc-theme-element {
    background: #5b9ae6;
    border-color: #5b9ae6;
}

/* CUSTOM CHECKBOX (pao-toggle-checkbox) */
.pao-toggle-checkbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 6px !important;
    border: 1px solid #d0d5dd !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

.pao-toggle-checkbox:checked {
    background-color: #4A90E2 !important;
    border-color: #4A90E2 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* SELECT KORT */
.pewc-product-extra-groups .pewc-item.pewc-item-select {
    display: grid !important;
    grid-template-columns: auto auto 1fr !important;
    align-items: center !important;
    gap: 12px !important;
}

.pewc-product-extra-groups .pewc-item.pewc-item-select > input.pao-toggle-checkbox {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.pewc-product-extra-groups .pewc-item.pewc-item-select > .pewc-item-field-image-wrapper {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.pewc-product-extra-groups .pewc-item.pewc-item-select > .pewc-item-field-wrapper {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

/* Aktivt select-kort */
.pewc-product-extra-groups .pewc-item.pewc-item-select.active {
    border-color: #eef5ff !important;
    background: #eef5ff !important;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.25) !important;
}

/* Hover */
.pewc-product-extra-groups .pewc-item.pewc-item-select:hover {
    border-color: #b9c7db;
}

/* BILD */
.pewc-product-extra-groups .pewc-item-field-image-wrapper {
    width: 80px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pewc-product-extra-groups .pewc-item-field-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: none !important;
}

/* TEXTDEL */
.pewc-product-extra-groups .pewc-item-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.pewc-product-extra-groups .pewc-field-label {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #111;
}

.pewc-product-extra-groups .required {
    display: none;
}

/* DROPDOWN */
.pewc-product-extra-groups .pewc-select-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
		margin-bottom: 15px;
}

.pewc-product-extra-groups select.pewc-form-field {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    padding: 0 38px 0 14px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #111;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
	height: 34px !important;
}



/* PRODUCT -> COLUMN */
.pewc-item-products-column {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    padding: 8px 25px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.pewc-product-extra-groups {
    padding: 0 !important;
    margin: 0 !important;
}

.pewc-item-products-column > input.pao-toggle-checkbox {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.pewc-item-products-column > .pewc-item-field-wrapper {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.pewc-item-products-column .pewc-checkbox-image-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 1px !important;
    border: none !important;
}

.pewc-item-products-column .pewc-checkbox-image-wrapper label {
    width: 90px !important;
    padding: 0 !important;
    margin-right: 15px !important;		
}

.pewc-item-products-column .pewc-checkbox-image-wrapper label img {
    width: 100% !important;
    display: block !important;
    box-shadow: none !important;
    background: none !important;
}

.pewc-item-products-column .pewc-checkbox-desc-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 1 !important;
    gap: 12px !important;
}

.pewc-item-products-column .pewc-radio-image-desc {
    flex: 1 !important;
    margin: 0 !important;
}

.pewc-item-products-column .pewc-radio-image-desc a {
    color: #1d1f1e !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 150px !important;
    display: block !important;
}

.pewc-item-products-column .pewc-column-variants-wrapper,
.pewc-item-products-column .pewc-column-price-wrapper {
    margin: 0 !important;
}

.pewc-item-products-column .pewc-column-price-wrapper {
    white-space: nowrap !important;
    align-self: center !important;
}

.pewc-item-products-column select {
    width: 220px !important;
    height: 34px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #111 !important;
}

/* Aktivt product->column kort */
.pewc-item-products-column.is-active {
    background-color: #eef5ff !important;
    border-color: #eef5ff !important;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.25) !important;
}

.pewc-item-products-column.is-active .pewc-checkbox-image-wrapper {
    background-color: #eef5ff !important;
}

/* Dölj extra pris och add-wrapper */
.pewc-item-products-column .pewc-variation-price {
    display: none !important;
}

.pewc-column-add-wrapper {
    display: none !important;
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper.checked {
    border: none !important;
}

/* MOBIL */
@media (max-width: 768px) {
    .pewc-product-extra-groups select.pewc-form-field {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .pewc-product-extra-groups .pewc-item.pewc-item-select > .pewc-item-field-image-wrapper {
        width: 55px !important;
        flex: 0 0 55px !important;
    }

    .pewc-item-products-column {
        gap: 1px !important;
        padding: 5px 12px !important;
    }

    .pewc-item-products-column .pewc-checkbox-image-wrapper label {
        width: 60px !important;
    }

    .pewc-item-products-column .pewc-checkbox-desc-wrapper {
        gap: 5px !important;
    }
}

/* Sektionstitlar */
.pewc-group-heading-wrapper h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #111 !important;
 		margin-bottom: 8px !important;
}

.pewc-group-content-wrapper {
    margin-bottom: 40px !important;
}

/* Brödtext */
.pewc-group-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: #555 !important;
    margin-bottom: 10px !important;
}

/* Standardinstallation */
.pewc-item:has(.pewc-information-fields) {
    border-width: 2px !important;
    padding: 30px !important;
    cursor: default !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	  border-color: #b7cff5 !important;
    background: #eef5ff !important;
}

.pewc-item:has(.pewc-information-fields) input.pao-toggle-checkbox {
    display: none !important;
}

.pewc-item:has(.pewc-information-fields) table {
    display: none !important;
}

.pewc-item:has(.pewc-information-fields) .pewc-item-field-wrapper {
    text-align: center !important;
    align-items: center !important;
		height: 30px;
}

.pewc-item:has(.pewc-information-fields) .pewc-field-label {
		font-style: Inter;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.pewc-item-checkbox .pewc-checkbox-form-label {
    display: flex !important;
    align-items: center !important;
}

.pewc-item-checkbox .pewc-checkbox-form-label > span:not(.pewc-theme-element) {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex: 1 !important;
}

.pewc-item-checkbox .pewc-separator {
    display: none !important;
}

.pewc-item-checkbox .pewc-checkbox-price::before {
    content: '+ ' !important;
}

.pewc-item-checkbox .pewc-checkbox-price {
    white-space: nowrap !important;
}

.pewc-item-checkbox:not(.pewc-item-products-column) .pewc-theme-element {
    background: #fff !important;
}

.pewc-item-checkbox:not(.pewc-item-products-column) .pewc-checkbox-form-label input[type="checkbox"]:checked ~ .pewc-theme-element {
    background: #5b9ae6 !important;
    border-color: #5b9ae6 !important;
}

#pewc-options-total-label,
#pewc-grand-total-label,
#pewc-options-total,
#pewc-grand-total {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
		color: black;
}

#pewc-grand-total-label,
#pewc-grand-total {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}