﻿.cart-promo {
    padding: 16px 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.cart-promo p {
    margin: 0;
}

.cart-promo strong {
    font-weight: 600;
    color: #b1c61e;
}

.cart-promo a {
    color: #b1c61e;
    font-weight: 600;
    text-decoration: none;
}

.cart-promo a:hover {
    text-decoration: underline;
}