/*
Theme Name: Autima Child Theme
Theme URI: http://demo.roadthemes.com/autima/
Author: Plaza-Themes
Author URI: http://www.plazathemes.com/
Description:  Autima Child Theme
Version: 1.5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Text Domain: autima
Template: autima

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.order-tokped {
    background-color: #00aa5b !important;
    color: #FFF;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border: 2px solid #00aa5b;
    border-radius: 5px;
    cursor: pointer;
}

.order-tokped:hover {
    background-color: #0F9155 !important;
    color: #FFF;
    border-color: #0F9155;
}




@media screen and (max-width:769px) {

    .cart .whatsapp-order-button,
    .cart .order-tokped {
        font-size: 12px !important;
        margin-top: 3px;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}