/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.elementor-post__text {
	display: flex !important;
}

.elementor-post__read-more {
	margin-top: auto;
}

p.has-base-background-color.has-background {
	padding: 16px;
}

.elementor-button, .checkout-button, .add_to_cart_button, #place_order, .single_add_to_cart_button {
	-webkit-box-shadow: 12px 12px 10px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 12px 12px 10px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 12px 12px 10px 0px rgba(0,0,0,0.25) !important;
}

.stock{
	display:none !important;
}

@media only screen and (min-width: 991px) {
  
	.bordered{
		border: 2px solid #ef3c3b !important;
	}
	.bordered:hover{
		border: 2px solid #4f7a2d !important;
	}
}

.shippingText{ text-align:center; color: #ff0000; font-size:1.2em; font-weight:bold; padding:5px;}

/*.swiper-android .swiper-slide, .swiper-wrapper {
    background: rgba(0, 0, 0, 1);
}*/

.woocommerce-invalid{
	border-color: #a00 !important;
}

.woocommerce-validated{
	border-color: #7ad03a !important;
}

.fizetesimodok{
	margin-top:15px;
	margin-bottom:15px;
}

#elementor-lightbox-slideshow-single-img{
	display:none !important;
	
}