/*
Theme Name: Onoelixir Child
Template: onoelixir
Theme URI: https://onoelixir.gr/
Description: Onoelixir Theme.
Author: 3www.gr
Author URI: https://3www.gr/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

div.fc-form-modal button.fc_close{
    padding:5px 0px !important;
}

.woocommerce.single-product .product .summary .price span{
    font-size: 38px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
span.amount>.decimals{
    font-size:20px !important;
}

span.amount>.decimals{
    top:0px !important;
    margin-left:0px !important;
}

span.amount>.decimals_separator{
    display:inline-block !important;
}

.scheme_default .woocommerce ul.products li.product .post_data .post_tags{
    display: none !important;
}

h1,h2,h3,h4,h5,h6{
    text-transform: none !important;
}

.scheme_default dt,
.scheme_default b,
.scheme_default strong,
.scheme_default em,
.scheme_default mark,
.scheme_default ins,
.scheme_default{
    color:#000 !important;
}

.oder_mobile_footer{
    display:none;
}

header .sc_layouts_row_type_compact .sc_layouts_menu_nav li>a{
    padding: 1.3em 1em 1em 1em !important;
}

@media screen and (max-width:480px){
    .oder_mobile_footer{
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        z-index: 9999;
        background-color: #895425;
    }

    .oder_mobile_footer a{
        position:relative;
        display:block;
        padding:15px 20px;
        color:#fff !important;
        text-decoration: none;
    }
}