/*
Theme Name: Porto Herkules
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.elementor-slides-wrapper h2.elementor-heading-title {
	text-shadow: 0px 0px 10px #000000;
}

.elementor-slides-wrapper .elementor-heading-title {
	text-shadow: 0px 0px 10px #000000;
}




/* Home Header */

@media (max-width: 575px) {
  .intro-banner img {
	object-position: 65% !important;
  }
}

/* Woocommerce */

/* Lieferadresse ausblenden */

.woocommerce-shipping-fields {
	display: none !important;
}


#side-nav-panel .share-links {
  display: none;
}

/* Home */

/* Falls das Bild im Page Header ist */
.home .page-content {
	margin-top: 100px;
}

/* Content */

.elementor-element-bf1eef4 .porto-ibanner-layer {
	left: 50%;
	right: unset;
	transform: translateX(-50%);
	top: 5% !important;
	bottom: unset;
}

@media (max-width:1599px) and (min-width:992px) {
	.elementor-element-81d3252 .porto-ibanner-layer {
		left: 3% !important;
	}
}

/* Shop Sidebar */
.woocommerce-page .sidebar-content ul li a:hover, .woocommerce-page .sidebar-content ul li.current > a {
	color: #2390C1;
}

/* Product Page */

/* Product Page Button */

.btn,
.single_add_to_cart_button {
	background: transparent linear-gradient(261deg, #2390C1 0%, #003D77 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
	opacity: 1;
}
.btn:hover, .btn:focus, .btn:active,
.single_add_to_cart_button:hover {
	color: #040404;
	background: #FFA700 !important;
}

/* Product Page Filter */

.filter-item-list .filter-item {
	background: transparent linear-gradient(261deg, #2390C1 0%, #003D77 100%) 0% 0% no-repeat padding-box;
	color: white;
	border-radius: 6px;
	border: 0;
}

.filter-item-list .active .filter-item, .filter-item-list .filter-item:not(.disabled):hover {
	color: #040404;
	background: #FFA700;
}

.filter-item-list a.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}

/* Woocommerce Filter */

.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a, .woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a {
	background: transparent linear-gradient(261deg, #2390C1 0%, #003D77 100%) 0% 0% no-repeat padding-box;
	color: white;
	border-radius: 10px;
	border: 0;
	transition: color 0.3s,background-color 0.3s,border-color 0.3s;
}

.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a:hover, .woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a, .woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen span, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen span, .woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a:hover, .woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a, .woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen span, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen span {
	color: #040404;
	background: #FFA700;
}

/* Footer */

.footer h2 {
	+color: white !important;
}