.combined-shipping .combined-whatsapp  a.whats {
    background-color: #2db742;
    border-color: white;
    box-shadow: none;
    align-items: center !important;
}

.combined-shipping .combined-whatsapp  a.whats:hover {
    border-color: #2db742;
    background-color: white;
}

.combined-shipping a.whats:hover i,
.combined-shipping a.whats:hover span {
    color: #2db742 !important;
    border-color: #2db742;
}

.combined-shipping .combined-whatsapp a {
    text-align: center;
    max-width: 70%;
    width: 230px;
    border: 3px solid transparent;
    display: flex;
}

.combined-shipping .combined-whatsapp a i {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
}

.combined-shipping .combined-whatsapp a span {
    color: #fff !important;
    display: block !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    margin-top: 0 !important;
}