/*
Theme Name: PlantaVet Shop
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

ul#header-contact > li:nth-child(2) a{
    color: #00982f;
}

.product p.wc-gzd-additional-info{
    margin-top: 0;
    margin-bottom: 0;
}
.single-product .shipping-costs-info, .single-product .tax-info{
    display: block !important;
}
body.login #login .custom-message{
    display: none;

}

body.login .custom-message{
    max-width: 670px;
}

body.login .noch_kein_kunde .info {
    font-size: 11px;
    background: #99d6ac;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}


span.wpcf7-form-control-wrap.zustimmung-datenschutz input[type='checkbox']{
    margin-bottom: 0;
}
#cookie-notice .cn-button {
    margin-bottom: 0;
    border-color: #fff;
}
div.products .product p.shipping-costs-info, div.products .product p.tax-info, ul.products li p.shipping-costs-info, ul.products li p.tax-info{
    display: block !important;
    margin: 0 !important;
}

ul.product_list_widget li p.wc-gzd-additional-info{
    margin: 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}