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

/*
    Add your custom styles here
*/

/*Gradient CTA*/
.elementor-cta .elementor-cta__bg-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.7021183473389356) 0%, rgba(0,0,0,0) 100%)!important;
}
/*Punktlister*/
ul {
    margin-bottom: 15px;
}
/*Skjemafelter*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 43px;
}
@media only screen and (min-width: 641px){
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 13px 25px 13px 25px;
	}}

/*Innholdsfortegnelse*/
li.elementor-toc__list-item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
/***********************
*****HANDLEKURV******
************************/
/*Meldinger*/
.woocommerce-message {
    border-top-color: #001c38;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e2e6eb;
}
.woocommerce-message::before {
    color: #073979;
}
/*Tabell*/
/*Tabeller*/
table td, table th {
    border: 0px
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 0px;
}
.product-name a {
    color: #1a1a1a!important;
    font-weight: 400;
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border: 0px;
    border-bottom: 1px solid#ddd;
}
.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
    border-radius: 1px;
	margin: 0 0px 80px 0;
}
.woocommerce table.shop_table td {
    border: 0px;
    background-color: transparent;
}
td.actions {
    border-top: 1px solid#ddd!important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent!important;
    border: none!important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: 0px;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    padding: 15px;
    border: 1px solid#ddd;
    border-radius: 5px;
}
/*Produktbilde i tabell*/
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 120px;
    background-color: #F9F9F9;
}
/*Knapper*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3D9BE9;
	border-radius: 100px;
	padding-top: 20px;
    padding-bottom: 20px;
}
button.button:hover {
    color: #fff!important;
}
a.checkout-button.button.alt.wc-forward:hover {
	color: #fff;
	background-color: #50A6ED!important;
}
a.button.wc-backward {
    background-color: #3D9BE9;
    color: #fff;
    border-radius: 100px;
}
a.button.wc-backward:hover {
    background-color: #50A6ED;
	color: #fff;
}
/***********************
*****KASSE**************
************************/
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0px;
}
/*To kolonner på desktop*/
@media (min-width: 992px){
    #customer_details{
        width: 43%;
        float: left;
		margin-right: 30px;
    }
    #order_review_heading{
        width: 40%;
        float: left;
    }
    #order_review {
        width: 53%;
        float: left;
        padding-right: 50px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}
/*Knapp*/
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
button#place_order:hover {
    background-color: #50A6ED;
}
/*Sluttpunkter - felt*/
p#billing_address_2_field {
    display: none!important;
}
p#billing_country_field {
    display: none;
}
p#billing_postcode_field {
    width: 45%;
    float: left;
}
p#billing_city_field {
    width: 45%;
    float: right;
    margin-top: -88px;
}