/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.col-md-3 {
    width: 15%;
}

.header-top a.header-cart-btn:not(:hover) {
    color: #ffffff;
}

.header-top a:not(.btn):not(.nav-link) {
    color: #ffffff;
}

p {
    border: 0px solid #e5e7eb;
    margin: 0px;
    color: #1d2021;
    font-size: 18px;
    letter-spacing: -0.16px;
    line-height: 1.5;
    padding-top: 1rem;
    font-family: 'ff-good-web-pro', sans-serif;
}

ul, li {
    color: #1d2021;
    font-family: 'ff-good-web-pro', sans-serif;
    font-size: 18px;
    letter-spacing: -0.16px;
    line-height: 1.5;
}

li {
    margin-bottom: 1rem;
}
