.actions .secondary.empty-cart-button .action.empty-cart {
    border-radius: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 1px solid #ff671d;
    padding: 0 20px;
    margin-top: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.actions .secondary.empty-cart-button .action.empty-cart:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.actions .secondary.empty-cart-button .action.empty-cart:hover span {
    color: #000;
}

.actions .secondary.empty-cart-button .action.empty-cart span {
    font-size: 16px;
    font-weight: 600;
    color: #ff671d;
}

.minicart-wrapper .minicart-widgets {
    padding: 0;
}
