/* 
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 */
/* vipps checkout */
.vipps_checkout_widget_wrapper label {
    color: #000;
}

.vipps_checkout_widget_wrapper .vipps_checkout_widget .vipps_checkout_widget_button {
	color: #000;
}

.vipps_checkout_widget_wrapper .vipps_checkout_widget .vipps_checkout_widget_button:hover {
	color: #fff;
}

/* non elementor */
body:not([class*=elementor-page-]) .site-main {
	max-width: 1360px;
	padding: 120px 40px;
}

@media (max-width: 767px) {
	body:not([class*=elementor-page-]) .site-main {
		padding: 60px 20px;
	}
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
	color: var(--e-global-color-text);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	box-shadow: unset;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	padding: 27px 24px;
    border: 1px solid #DEDEDE;
    box-shadow: unset;
	border-radius: 4px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: var(--e-global-color-primary);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-span {
	color: var(--e-global-color-secondary);
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	display: none;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding: 0;
}

.woocommerce div.product form.cart .variations tbody tr:nth-child(n+2) th.label {
	padding-top: 32px;
}

.woocommerce div.product form.cart .variations label {
	text-transform: none;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: transparent !important;
    border: none;
    position: absolute;
}

body .qib-button-wrapper .minus.qib-button {
    left: 0;
}

body .qib-button-wrapper .plus.qib-button {
    left: 100px;
}

.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .qty {
	 width: 141px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 24px;
    margin-top: -4px !important;
}