/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-12-26 18:29:27 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}

/* General Settings =========================================================== */
/* Product detail page text left side more distance from header  */
.product-info-main {
   padding-top: 1.5rem;
}

/* Price slider on the left side categorie  */
.ui-slider-horizontal,
.ui-slider-handle {
    background: #d54d4d !important;
}

/* header top: make black bar in header top visible  */
.page-header.type3 .main-panel-top {
    display: block !important;
    background-color: #121214;
}

/* remove 1 pixel border bottom of header top  */
.page-header .panel.wrapper::after {
    border-bottom: 0 !important;
}

.page-header .panel.wrapper .header-right {
    margin: 0 !important;
}

/* header top: make left side content invisible  */
.page-header .panel.wrapper .header-right .panel {
    display: none !important;
}

/* price label red*/
.price-box .price {
    color: #d54d4d !important;
    font-size: 1.2rem !important;
}

/* Minicart icon bubble color*/
.minicart-wrapper .action.showcart .counter.qty {
    background-color: #d54d4d !important;
}

/* hide social links on product page*/
.product-share > .share-links {
    display: none !important;
}

/* Porto – Logo größer auf Mobile */
@media (max-width: 767px) {
    .page-header .logo img {
        max-width: 130px !important;
    }
}

/* Category decription text on top. Used for sortiments */
.category-description {
    margin-top: 1rem;
    font-size: medium;
    font-family: cursive;
}

/* style the cookie dialog */
#notice-cookie-block {
    background: #fff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.18);
    text-align: center;
    cursor: default;
}

/* Baseprice Extension =========================================================== */

/* Hide base price from product grid view  */
.product .baseprice {
  visibility: hidden;
  max-height: 0;
}

/* Adapt size of base price label on product view  */
.baseprice {
  font-size: 0.8rem;
}

/* Adapt size of tax label on product view  */
.price-details .tax-details {
  font-weight: 500;
  font-size: 1rem;
}


/* Information Gruentee-Direkt =========================================================== */

/* Überschrift h1 */
.infopageh1 {

}

/* Überschrift h2 */
.infopageh2 {

}


/* Abbildungen/Verweise */
.InfoImagePlaceholder {
  float: right;
  margin: 20px;
  display: inline; /*--gegen IE6-Doubled-Float-Margin-Bug--*/
  text-align: center;
}

.InfoImagePanel {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 20px 0px;
}


.InfoImagePanel .InfoImagePlaceholder {
  margin: 20px 20px 0 20px;
}

.InfoLabelReference {
  font-weight : bold;
  font-size: 0.9em;
}

.InfoLabelText {
  font-weight : bold;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .InfoImagePanel {
     flex-direction: row;
  }

  .InfoLabelText {
    width: 50%;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  .InfoImagePanel {
     flex-direction: column;
  }

  .InfoLabelText {
    width: 100%;
    text-align: center;
  }
}


/* Box einblenden mit einer Grafik ============================================*/
.InfoTooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.InfoTooltip .InfoTooltipContent {
  visibility: hidden;
  border: 1px solid #266d00;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: -100px;
}


@media (min-width: 768px) {
  .InfoTooltip .InfoTooltipContent img {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .InfoTooltip {
  }

  .InfoTooltip .InfoTooltipContent {
    display: block;
    visibility: visible;
    position: relative;
    left: 0px;
    margin-bottom: 20px;
  }

  .InfoTooltip .InfoTooltipContent img {
    width: auto;
  }
}

/* Show the tooltip text when you mouse over the tooltip container */
.InfoTooltip:hover .InfoTooltipContent {
  visibility: visible;
}


/* minimize the height of the google translate select box from module salesource-translate-1.0.0 */
.goog-te-combo {
  min-height: 30px;
}


.InfoHoverAeraSymbol {
  height: 1em;
}

.InfoHoverAera:hover .InfoHoverBox {
 display: block;
}

.InfoHoverAera .InfoHoverBox {
 display: none;
 position: relative;
 border:1px solid #266d00;
 left: 20px;
}

@media (min-width: 768px) {
   .InfoHoverAera .InfoHoverBox {
      left: 20%;
   }
}

.HoverAera #HoverBox img {
  width: 100%;
}

/* Tabellen auf Infoseiten ==================================================*/
.InfoTable {
   padding-left: 25px;
}

.infotbl {
    border: 0px;
    background-color:#F0F0F0;
}

.infotblcol
{
    padding-left:20px;
    padding-right:20px;
}

/* Aufzäungslisten*/
.listnone
{
  list-style-type: disc;
  padding-left: 40px;
  width: 75%;
}

.infoimage
{
    float: left;
    padding: 0px 10px 0px 0px;
    display: inline; /*--gegen IE6-Doubled-Float-Margin-Bug--*/
}

.infopar {
    padding-bottom: 16px;
    font-size: 1.1rem;
}

.infopar::after {
   content: "";
   clear: both;
   display: table;
}

.infopar_wrapper {
   padding-bottom: 3em;
}


/* div zum Darstellen der Tee-Inhaltsstoffe */
.teeinhalt
{
    background-color:#266d00;
    padding-left:10px;
    color:White;
    font-size:14px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:30px;
}

.tableteename tbody tr td
{
   border-top: 1pt solid;
    padding: 5px 0 5px 0;
}

.tableteename  img {
    max-width: 350px;
}

/* Artikeldetails Hauptbereich (Zubereitung und Map) ================================================== */
.articlemain
{
   min-height:395px;
}

.articleparagraph
{
   margin-bottom: 1rem;
}

.articlebold
{
#   font-weight: bold;
   font-weight: 600;
   color: #888888;
}

/* Bild China Map in den Artikeldetails */
.articlechinamap
{
   float:right;
   width:50%;
   min-width:280px
}

/* Tabelle Zubereitung bei Artikeldetails */
.articleprepare
{
    width:255px;
    margin-bottom:15px;
}

/* Bild Zubereitung bei Artikeldetails */
.articleimageprepare
{
    padding:0px 11px 0px 11px;
}

/* Text in Tabelle Zubereitung bei Artikeldetails */
.articlepreparetext
{
   text-align:center;
   font-weight:bold;
   font-size: 12px;
}


/* Navigation auf Info Seiten */
.infonavigation {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.infobuttonnav {
    background-color: #44923a;
    border: none;
    border-radius: 4px;
    color: white !important;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.infobuttonnav:hover {
    background-color: #000000;
    color: white;
}


.infonavcontainer {
   display: flex;
   flex-direction: column;
}

.infobreadcrumbs {
  font-size: 0.75rem;
  background: #f6f6f6;
  height: 48px;
  align-content: center;
}

.breadcrumbsitems {
    list-style: none;
    padding: 0.5rem;
    margin: 0;
    display: flex;
}

.breadcrumbsitems .breadcrumbsitem {
    display: flex;
    align-items: center;
}

.breadcrumbsitems>li:not(:last-child)::after {
    position: relative;
    content: "\e81a";
    font-family: porto-icons;
    right: -1px;
    display: block;
    float: right;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: inherit;
}





