/**
 *  2014-2020 Prestashoppe
 *
 *  @author    Prestashoppe
 *  @copyright 2014-2020 Prestashoppe
 *  @license   Prestashoppe Commercial License
 */

.pre-preorderonwhatsapp {
    margin-top: 15px;
}
.pre-preorderonwhatsapp-list {
    background: #ffffff;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 3px;
}
.pre-preorderonwhatsapp .whatsapp-button {
    background-image: url('../img/whatsappw.png');
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    color: #ffffff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    text-decoration: none;
    
}
.pre-preorderonwhatsapp-list .whatsapp-button {
    background-image: url('../img/whatsappg.png');
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    color: #5cbe4a;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 16px;
    background-position: left center;
    padding: 0px 6px 0px 20px;
}
.pre-preorderonwhatsapp .whatsapp-button-size-small {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 5px;
    padding: 3px 6px 3px 25px
}
.pre-preorderonwhatsapp .whatsapp-button-size-medium {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 4px;
    padding: 4px 6px 4px 30px
}
.pre-preorderonwhatsapp .whatsapp-button-size-large {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 8px;
    padding: 8px 6px 8px 30px
}
