



/* ######### products ######### */

.product-info .breadcrumbs {
  display: none;
}

.products .woocommerce_de_versandkosten {
    display: none;
}

.products .woocommerce-de_price_taxrate {
    display: none;
}



/* Swatches-im-Bestellformular-korrigieren 

span.ux-swatch__text {
    display: none;
}

.ux-swatch img {
    width: 35px !important;
    height: auto !important;
}

*/

/* swatches-ausgewähltes-feld-schwarzer-rahmen */
/*
.variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 2px black !important;
}
*/

/* Im-Video-Archiv-Youtube-Link-ausblenden */
.ytp-impression-link {
    display: none!important;
    visibility: hidden!important;
}

/* YITH-Produkt-Filter */

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image {
    border-radius: 0!important;
}

/* Mobil-Filter-Abstand */

@media (max-width: 1024px) {
  .category-filter-row {
    padding: 30px 0px 10px 0px;
  }
}

/* navigation-ausgewählter-menüpunkt-fetter */

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover 
{
    color: black!important;
    font-weight: 500!important;
}

/* Geo-MyWP-Link-in-Karte-ausblenden */

.gmw-info-window-inner h3, .gmw-standard-info-window .gmw-info-window-inner h4, .gmw-standard-info-window .gmw-info-window-inner h5 
{
  pointer-events: none;
}

.gmw-standard-info-window .gmw-info-window-inner .gmw-info-window-element.title, .gmw-standard-info-window .gmw-info-window-inner h3, .gmw-standard-info-window .gmw-info-window-inner h4, .gmw-standard-info-window .gmw-info-window-inner h5 
{
  pointer-events: none;
}


/* YITH-Wishlist */

.yith-wcwl-add-to-wishlist {
  margin-bottom: 10px!important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  align-items: baseline!important;
}


.yith-wcwl-wishlistaddedbrowse {
  align-items: baseline!important;
}

.yith-wcwl-add-button body {
  font-weight: 100!important;
}


.image-tools.top.right {
  display: none;
}


#yith-wcwl-popup-message {
  font-weight: 400!important;
  line-height: 24px!important;
  text-align: left!important;
  left: 30%!important;
}

.show-title-form a.button {
  display: inline-block!important;
}

.variation dt {
margin: -3px 5px 0 0!important;
}

.wishlist-title {
  margin-bottom: 50px;
}

/*
.asnp-esb-productBadge-1 {
display: none;
}
*/

.yith-wcwl-share .show-for-medium {
    display: inline-block!important;
}

/* Produktname in der Katalogdarstellung versal */

.woocommerce-loop-product__title a {
    text-transform: uppercase!important;
}


/* asnp-sale-badge */

.asnp-sale-badge-image-wrapper {
    display: block!important;
}


/* Auf Bestellformular Lieferdatum ausblenden */

.bestellformular .pi-edd {
    display:none;
}

.bestellformular .pi-edd-product {
    display:none;
}
/* Im Header-Bottom Link-Größe anpassen */
/*
.nav>li>a {
    font-size: 100%;
}

.header-bottom-nav > li > a {
    line-height: 0px!important;
}

@media only screen and (max-width: 600px) {
    .header-bottom-nav > li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#main-menu > div > ul > li.html.custom.html_topbar_right {
    display: none;
}
*/

/* Weihnachtsseite Produkt/Preis-Infos ausblenden */
/*
.weihnachten_products .woocommerce_de_versandkosten {
    display: none;
}

.weihnachten_products .woocommerce-de_price_taxrate  {
    display: none;
}

*/


/* Single-Product-Seitenbreite Text */

@media screen and (min-width: 850px) {
    .large-10 {
        flex-basis: 50%!important;
        max-width: 50%!important;
    }
}


