/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Text Domain: salient-child
Version: 1.0
*/

ul.tabs.wc-tabs,
span.tagged_as,
span.meta-category.nectar-inherit-label,
.nectar-social.fixed,
.allgemein {
    display: none!important
}

span.posted_in {
    margin-top: 20px;
}

@media (max-width: 1300px) {
    .work-gallery h2 {
        max-width: 500px!important;
    }
}

/* Styling für das angehängte Shipping-Label */

.price-shipping {
    font-size: .9rem!important;
    margin-left: .5rem;
    vertical-align: middle;
    color: #666;
}

.product-meta .price-shipping .shipping-link {
  display: none;
  /* font-size: .5rem !important;
  line-height: 1rem !important; 
  padding: 0; */
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove) {
     font-size: 1rem;
}

.price-shipping .shipping-link {
    text-decoration: underline;
    color: inherit;
}