/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.26
*/

body {
  margin: 0;
  background: #f4f4f4;
  font-family: 'Arial', sans-serif;
}

.promo-section {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: white;
}

.promo-left {
  position: relative;
  background: #031021;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.content h1 {
  color: white;
  font-size: 32px;
  line-height: 1.2;
}

.content h1 span {
  color: #ffc700;
  font-size: 48px;
  font-weight: bold;
}

.lines {
  height: 4px;
  width: 100px;
  background: #ccc;
  margin: 20px auto;
}

.decorations {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
}

.deco {
  position: absolute;
  background: #ffc700;
  height: 40px;
  transform: skewY(-20deg);
  right: -20px;
}

.deco-top {
  top: -20px;
  width: 60px;
}

.deco-middle {
  top: 120px;
  width: 30px;
}

.deco-bottom {
  bottom: -20px;
  width: 80px;
}

.promo-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.promo-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  border: none;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

.btn:hover {
  background: white;
}
.row-1110 {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
}
/* Marcin */
.opinie  p {
	font-weight: 600;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
		background: #FFC107 !important; 
}
.max-width {
	max-width: 1100px;
	margin: 0 auto;
}

.woocommerce-category-description-bottom {
	margin-bottom: 80px;
}

footer .footer4 h2{
	    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-size: 15px;
	line-height: 18px;
}
footer .footer4 .widget {
	margin-bottom: 15px;
}
footer p {
	color: #fff !important;
}
footer .img-whatsapp {
	width:20px; 
	height: 100%;
	margin-right:5px;
}

.img-border img {
	border: 1px solid #ff000000;
    border-radius: 25px;
} 

/* whatsapp */
.whatsapp-toggle-wrapper {
  position: fixed;
  top: 60%;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s;
}

.whatsapp-numbers {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.whatsapp-numbers a {
  display: flex;
  align-items: center;
  background-color: #28a81a;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

.whatsapp-numbers a:hover {
  background-color: #1ebe57;
}

.whatsapp-numbers img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Mobile / Desktop visibility */
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

/*  */

.buttony > div > div > div {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}

.floating-faq {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #a2d2ff; /* Passe ggf. deine Markenfarbe an */
  color: white;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: background-color 0.3s, transform 0.2s;
}

.floating-faq:hover {
  background-color: #7fb7e5; /* Dunklerer Farbton beim Hover */
  transform: scale(1.1);
}
.faq a {
	font-size: 16px;
	font-weight: 600;
}
.shop-container.shop-sidebar-header .woocommerce-category-description-bottom ul li{
	margin-left: 28px;
	
}

.shop-container.shop-sidebar-header .woocommerce-category-description-bottom ul {
	margin-bottom: 20px;
	
}

.shop-container.shop-sidebar-header .woocommerce-category-description-bottom ol li{
	margin-left: 28px;
	
}

.shop-container.shop-sidebar-header .woocommerce-category-description-bottom ol {
	margin-bottom: 20px;
	
}
