/*
Theme Name: Fiorello
Theme URI: http://fiorello.mikado-themes.com
Description: A Flower Shop and Florist WooCommerce Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: fiorello
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.the_times{
    color: #000;
    font-size: 18px;
    text-align: center;
    position: relative;
}
.to_the_times{
    display: none;
}
.ttime_mob{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 50px 10px 20px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0px 7px 0px #333;
}
.ttime_mob .tclose{
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17px;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
}

@media(max-width:1024px){
    .the_times{
        display: none;
    }
    .to_the_times{
        display: block;
        position: absolute;
        right: 0;
        padding: 5px;
        cursor: pointer;
    }
    .to_the_times i{
        font-size: 20px;
    }
}

#billing_first_name_field{width: 100% !important;}


