/* 
Theme Name:		 Gruble
Description:	 Gruble is a child theme of Shamrock
Author:			 Thomas Jacobsen
Author URI:		 http://verdimedia.no
Template:		 shamrock
Version:		 1.0.0
Text Domain:	 gruble
*/


/*
    Add your custom styles here
*/


@import "feide.css";

body.page-template-elementor_theme h1.entry-title {
	display: none;
}

body.page-template-elementor_theme #animation_container {

	top: 25px;
}

body.page-template-elementor_theme #primary {
	width: 100% !important;
}


body.page-template-elementor_theme #main {
	max-width: 1300px !important;
    margin: 0px auto !important;
}

body.woocommerce-checkout .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

body.woocommerce-checkout .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    right: 15px;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    padding: 0;
    padding-left: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
color: #000 !important;
}

.woocommerce-MyAccount-content #password_current,
.woocommerce-MyAccount-content #password_1,
.woocommerce-MyAccount-content #password_2,
.woocommerce-MyAccount-content label[for="password_current"],
.woocommerce-MyAccount-content label[for="password_1"],
.woocommerce-MyAccount-content label[for="password_2"] {
    display: none !important;
}

.woocommerce-EditAccountForm fieldset {
	display: none !important;
}