/*!
Theme Name: BRESYS
Theme URI: http://underscores.me/
Author: Bresys Informatika Kft - Hungary
Author URI: https://bremersystems.eu
Description: Theme based on underscores.me theme - lightweight and compatible with elementor and more... enjoy!
Version: 2.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bresys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BRESYS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* CSS BY KARSTEN BREMER */

.woocommerce ul.products li.product a img {
	border-bottom:1px solid #D2D2D2;
}

.woocommerce a.added_to_cart {
	display:block;
}

.hiddeninfo {
	background: #004994;
    color: white;
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 18px;
	    margin: 1rem auto;
	display: table;
}

.woocommerce-form.woocommerce-form-login.login {
	height:auto !important;
}
.single-product .hiddeninfo {
	    margin: 0;
    margin-bottom: 3rem;
}

#order_payment_heading {
	    font-size: 24px;
    font-weight: 500;
}

.product p.wc-gzd-additional-info {
	margin:0;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	padding:1rem;
}

.pdf_button {
	border:1px solid;
	border-radius:5px;
	padding:.5rem 1rem;
}

.pdf_button img {
	position:relative;
	top:8px;
	margin-right:.8rem;
}

.elementor-menu-cart__toggle .hiddeninfo {
	display: none !important;
}

.woocommerce-form.woocommerce-form-register.register label {
	font-weight:bold;
}

.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
	width:100% !important;
}

@media (max-width:1023px) {
	#doublesec {
		background: var(--e-global-color-secondary); 
}
	
	#doublesec .elementor-background-overlay {
		opacity: 0;
	}