/*
Theme Name: Morning Vibes Child
Description: Child theme for Morning Vibes v2020. Holds the fixes that must survive any change to the parent theme.
Author: Cia Amelija
Template: Morning_vibes_v2019
Version: 1.0.0
*/

/* The theme prints two cart links in the nav; hide the duplicate. */
.nav a.cart { display: none !important; }

/* Free-shipping line under the product price. */
.amelija-shipping-note {
    display: block;
    margin: 10px 0 0;
    font-size: 13px;
    letter-spacing: .04em;
    color: #2E4B40;
}