.ecommerce_form_control {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.ecommerce_submit {
    color: #000 !important;
    background-color: #d4cfc9 !important;
}
.ecommerce_submit:hover { border: 1px solid #000 !important; }

.ecommerce-modal-close {
    margin-top: -20pt !important;
    font-size: 20pt !important;
}

.ecommerce-form-actions {
 text-align: right;
}

#ecommerce-sticky-side {
    position:fixed;
    top:50%;
    transform:translateY(-50%);
    left:0;
    display: block;
    align-items: center;
    z-index: 8;
    opacity: 1.0;
    background-color: #222222;
}

.ecommerce_sticky-side-viber {
    height: 32pt;
    width: 32pt;
    line-height: 32pt;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #7b519c;
}
.ecommerce_sticky-side-viber i { color: #fff }


.ecommerce_sticky-side-whatsapp {
    height: 32pt;
    width: 32pt;
    line-height: 32pt;
    text-align: center;
    font-size: 26pt;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #3db94d;
    }
.ecommerce_sticky-side-whatsapp i { color: #fff; }


.ecommerce_sticky-side-modal-form {
    height: 32pt;
    width: 32pt;
    line-height: 32pt;
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #333333;
    }
.ecommerce_sticky-side-modal-form i {
    font-size: 22pt !important;
    color: #fff;
}


@media only screen

    and (min-device-width: 320px)
    and (max-device-width: 812px) {

    .ecommerce_sticky-side-phone {
        height: 32pt;
        width: 32pt;
        line-height: 32pt;
        text-align: center;
        font-size: 16pt !important;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        background-color: #d4cfc9;
    }
    .ecommerce_sticky-side-phone i {

        color: #000 !important;
        font-size: 16pt !important;
    }

}

@media only screen

    and (min-device-width: 813px) {

        .ecommerce_sticky-side-phone { display: none; }
}
