.woocommerce-loop-product__title  {
		padding-right: 0px!important;
}

.woocommerce-loop-product__title a {
    font-size: 0.8em;
    display: flex;
    justify-content: center;
		text-align: center;
}

.nm-shop-loop-product-wrap {
		border: 1px solid black;
    padding: 5px;
}

#nm-cart-panel .total {
    font-size: .8rem;
	align-items: flex-end;
	border-top: 0px solid white;
}

.products .price {
    display: inline-flex;
    padding-top: 2px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    flex-direction: column;
}

span.woocommerce-Price-amount.amount {
	float:right;
	font-size: 1rem;
	font-weight: 600;	
}

.nm-cart-panel-summary {
    font-size: 1rem;
    background: #ededed;
}

p.mini-cart-discount {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
    font-weight: 600;
}

/*EXTRAS*/
.wed_estimated_date_text {
  background-color: #ffe5e5; /* zartes Pastell-Rot */
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 5px 12px;
  margin-bottom: 16px;
  margin-top: 8px;
  color: #8a1f1f; /* passender Rotton für Text */
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
}

.wed_estimated_date_text:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

.wc-pao-addon-10021235-1705256755-0 {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); /* feiner Lift */
  padding: 16px;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
}

.wc-pao-addon-10021235-1705256755-0:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* etwas stärker beim Hover */
}



/*PREIS*/
.price {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 15px!important;
  width: 100%;
  padding: 5px;
  background-color: #f9fafb;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
  text-align: center;
  user-select: none;
  cursor: default;
}

.price + * {
  margin-top: 0;
  padding-top: 10px;
}

.woocommerce-price-suffix {
  display: block;
  margin-top: 4px;
  font-size: 0.55rem;
  color: #6b7280;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

/*Beschreibung-Design*/
.woocommerce-product-details__short-description.entry-content {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  padding: 5px 28px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  max-width: 100%;
  transition: box-shadow 0.3s ease;
  font-weight: 600;
}

.woocommerce-product-details__short-description.entry-content:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.woocommerce-product-details__short-description.entry-content ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc inside;
  color: #555;
}

.woocommerce-product-details__short-description.entry-content ul li {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 0.95rem;
}

/*Bemerkung-Design*/
.wc-pao-addon-name {
  display: inline-block;
  padding: 0 2px;
  font-weight: 600;
  font-size: 1rem;
  color: #1abc9c;
  background-color: #e6f7f4;
  border-radius: 8px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  user-select: none;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.6);
}

/*Bemerkung-Design-Ende*/

.wc-block-components-notice-banner span,
.nm-shop-notice span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #FCC961;
  padding: 15px;
  border-radius: 20px;
  color: black;
}

/*KASSE Text kleiner*/
#nm-widget-panel .product_list_widget li a {
  font-size: 1em;
}

.nm-cart-panel-summary-inner {
  padding: 0 0 37px;
  overflow: hidden;
}

.no-touch .nm-cart-panel-summary {
  border-top: 1px solid white;
}

#nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
  background: whitesmoke;
}

#nm-widget-panel .total {
  border-top: 0px solid #e1e1e1;
  border-bottom: 0px solid #e1e1e1;
}

#nm-widget-panel .buttons a:first-child {
  background: none !important;
  color: white !important;
}

#nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
  display: none;
}

#nm-widget-panel .nm-quantity-wrap .quantity {
  display: inline-block;
  margin-left: 0px;
  background: none;
}

/*Startseite 4Crits*/
.descriptionprice {
  font-size:16px;
  margin-bottom:10px;
  line-height:1.4;
  font-weight:700;
}

.paybutton {
  vertical-align: middle!important;
  font-size:14px;
  margin-top:2px;
}

rs-static-layers { background-color: aliceblue; z-index: -1!important; }

.fl-col-group.fl-node-a4kipcyzf52m { line-height:1; }

.fl-row-content-wrap {
  padding-top:10px;
  padding-bottom:10px;
  line-height:1.8;
}

.second_content { padding-top: 12px; }

.nm-product-share-wrap { display: none; }

.wc-pao-addon { padding-top: 1px; }

.nm-single-product-showcase { padding: 46px 0 5px; }

.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
}

.wc-block-components-button:not(.is-link) {
  background: #74A662;
  border: 2px solid black;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-weight: 700;
  color: black;
}

/*TOP-BAR*/
.nm-top-bar {
  background: whitesmoke;
  border-bottom: 1px solid black;
}

.fpd-wrapper>fpd-main-wrapper .fpd-product-stage { background: white; }
/*KONFIGURATOR*/
.fpd-wrapper>fpd-main-wrapper { background: white; }

.fpd-container fpd-module-uploads .fpd-upload-image>.fpd-price {
  display:none;
  font-size: 0px;
  line-height: 1;
}

span.fpd-tool-text-stroke,
span.fpd-tool-text-shadow,
div.fpd-tool-fill-opacity.fpd-input { display:none; }

.fpd-container .fpd-color-panel>.fpd-scroll-area {
  height: auto;
  max-height: 200px;
  margin-bottom: 10px;
}

.fpd-container .fpd-color-palette .fpd-item,
.fpd-container .fpd-patterns-wrapper .fpd-item {
  border-radius:0px;
}

fpd-main-bar>fpd-element-toolbar>.fpd-tools-nav {
  flex: 0 100px!important;
  flex-flow: column;
  align-items: center;
  border-right: 1px solid var(--fpd-border-color);
}

.fpd-sidebar .fpd-navigation {
  flex: initial;
  overflow: auto;
}

.product .summary .price {
    justify-content: center;
}

/*Lieferzeit-Padding*/
.wed_estimated_date_text { padding-bottom: 5px; }

/*Herz*/
.nm-product-share-wrap {
  padding-top: 0px;
  overflow: hidden;
}

/* Plugin Footer Icons*/
.jetpack_widget_social_icons ul {
  display: flex;
  margin: 0 0 1.5em;
  padding: 0;
  justify-content: space-between;
  max-width:200px;
}




.wc-pao-addon { padding-top: 12px; }

#fpd-start-customizing-button.fpd-inline {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.nm-footer-widgets .widget .nm-widget-title {
  color: #282828;
  font-weight: 900;
}

.product .summary .button { font-family: inherit; margin-top: 10px; }

.product .summary .product_title { font-weight: 600; }

.nm-quantity-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.nm-quantity-wrap .quantity { background: white; }

.product .nm-quantity-wrap.qty-hide .qty {
  color: #282828;
  text-align: center;
}

.product .summary { float: right; padding-left: 0px; }

.product.thumbnails-vertical .summary {
  padding-top: 20px;
  padding-right: 0px;
}

/*Maximumbreite für Editor*/
.summary-col-5 .summary { width: 100%; }

@media (min-width: 1280px){
  .summary-col-5 .summary {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/*Konfigurationsbutton*/
.touch .layout-static-buttons-on-touch .nm-shop-loop-actions > a,
.layout-static-buttons .nm-shop-loop-actions > a {
  display: block;
  background: #212121;
  text-align: center;
  letter-spacing: 2px;
  color:whitesmoke;
  margin: 0;
  padding: 7px 0px;
  border: 0px;
  font-size:0.9em;
}

/*Abstand Smartphone Version Top*/
@media (max-width: 550px){
  .nm-single-product-showcase {
    padding-top: 15px!important;
    padding-bottom: 10px;
  }
}

/*addon-woocommerce*/
div.product-addon-totals { display: none; }

/*Shop Preis und Zusatz hover effect*/
.touch.has-hover .products.has-action-links:not(.attributes-position-details) li:hover .price,
.no-touch .products.has-action-links li:hover .price { opacity:1!important; }

/*Preisfarbe und Dicke*/
.products .price .amount {
  color: #282828!important;
  font-weight: 600;
}

/*ADD TO CART BUTTON*/
.widget form > button,
input[type=submit],
.button {
  background: #ffc961!important;
  color: black!important;
  border: 2px solid black;
}
