.shipping-notice {
    display : flex;
    max-width: 67.7%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding : 10px 20px;
    border : 1px solid #8e0900;
}
.checkout-cart-index .shipping-notice {
    display : flex !important;
}

.shipping-notice a {
    color: #8e0900;
}

.shipping-notice span.important {
    color: #8e0900;
    font-weight: bold;
}

.shipping-notice a:hover {
    font-weight: 400;
    text-decoration: none;
}