.basket-coupon-alert-section{
    padding: 10px 0 5px 0;
}
.close-link{
    cursor: pointer;
}
.close-link:hover{
   text-decoration: underline;
}
.price span.price__new__row{
    width: 115px;
}
div.sub-news {
    margin-top: 30px;
}
.removeCoupon{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #474747;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-shadow: inset 0 -10px #0808081a;
    box-shadow: inset 0 -10px #0808081a;
    font-family: "Gilroy";
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.removeCoupon:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px #959595;
    box-shadow: inset 0 -1px #959595;
}
.basket-coupon-alert{
    margin-bottom: 10px;
}