/*
Theme Name: SGD_PRO1
Theme URI: https://frieling24.de
Description: SGD PRO THEME 
Author: Ricardo Schwarz
Author URI: https://frieling24.de
Version: 1.4.3
License: MIT License
License URI: http://opensource.org/licenses/MIT
Tags:
*/


#site-title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/* CSS-Styling für das Popup */
    /* Stile für das Popup */
    .wako-popup-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* semi-transparentes Schwarz */
      z-index: 9998; /* Hinter dem Popup, aber vor anderen Elementen */
    }

    .wako-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      z-index: 9999;
    }

    /* Stile für den Schließen-Button */
    .wako-popup-close-btn {
      position: absolute;
      top: 5px;
      right: 10px;
      cursor: pointer;
    }
.woocommerce-message {
	display:none;
}

/* Gallery Thumbs */
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 11.2%;
  float: left;
  margin: 4px 4px 2px 0px;
  border: 0px solid;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
  border: 2px solid #3da9ac;
}


/* WOO TABS */
.panel.wc-tab{
background-color: #ffffff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #eee;
  background-color: #fbf8f8;
  color: #515151;
  border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid #3da9ac;
  background-color: #fff;
  color: #3da9ac;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  border: 1px solid #3da9ac;
  width: 0px;
  height: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid transparent;
  width: 0px;
  height: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}


.woocommerce-product-gallery__image img {
  width: 71% !important;
  height: auto;
  box-shadow: none;
  margin-left: auto !important;
  margin-right: auto !important;
}