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

/* Mini cart */
.elementor-menu-cart__subtotal {
    padding-bottom: 20px !important;
    border-bottom-width: 0px !important;
    border-bottom: none !important;
    text-align: left !important;
}   

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
border: none !important;
min-height: 36px !important;
width: 100% !important;
margin-bottom: 50px !important;

}

.elementor-menu-cart__main {
	width: 450px !important;
}

/* Hide QTY selector single producrt */
.elementor-jet-single-add-to-cart .cart .quantity .input-text {
    display: none;
}

.elementor-menu-cart__footer-buttons .vipps-express-checkout {
background-color: 	#ff5b24!important;
width: 100% !important;
margin: 0px !important;
margin-bottom: 10px !important;
}

.elementor-menu-cart__footer-buttons .button.vipps-express-checkout img
{
filter: none !important;}

.woocommerce .added_to_cart {
display: none !important;
}

.woocommerce-info.vipps-info {
    display: none;
}

.roxar th {
	display: none;
    font-size: 16px;
    color: black;
    text-align: start !important;
	border: none;
	color: black !important;
	
}

.roxar {
    border: 0px;
    //border-bottom: 1px solid black;
	color: black !important;
	
}

.roxar td {
    font-size: 14px;
		border: none;
    color: black;
}

// Custom checkout.....

.kco-extra-checkout-fields {
    max-width: 50%;
    margin: auto;
}

.klarna-checkout-select-other-wrapper {
     display: none;
 }


.woocommerce-product-attributes-item__label {
    text-align: start;
    border: none;
    background: transparent !important;
}

.woocommerce-product-attributes-item__value {
    background: transparent !important;
    border: none !important;
    vertical-align: middle !important;
}

// Custom mini cart
.mc_remove_item {
font-family: inherit;
line-height: 1.5;
margin: 0;
overflow: visible;
text-transform: none;
width: auto;
-webkit-appearance: button;
display: inline-block;
text-align: center;
white-space: nowrap;
user-select: none;
border: 1px solid #CC3366;
transition: all 0.3s;
box-sizing: border-box;
cursor: pointer;
font-size: 15px;
font-weight: 600;
color: var(--e-global-color-6f6bd1a4);
background-color: #252536;
border-style: none;
border-radius: 0;
padding: 10px 20px;
background: green;
}