/*
Theme Name:   	Pizzaro Child
Theme URI:    	https://demo2.chethemes.com/pizzaro/
Author:       	CheThemes
Author URI:	  	https://chethemes.com
Description:  	Pizzaro is the perfect theme for your next WooCommerce project. Designed and developed by CheThemes developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Template:     	pizzaro
Version:      	1.1.4
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	pizzaro-child
Tags:         	two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support
*/

#content { padding-top: 0 !important; }

.woocommerce-privacy-policy-text {
    max-height: 250px;
    overflow: auto;
    margin-bottom: 25px;
}

.form-row.place-order .do_delivery_msg.err {
    display: none;
}

.mphone-container {
    background-color: #23282d; color: #ffffff; float:left;
}

.mphone-container > a {
    padding-right: .7em !important;
    padding-left: .3em !important;
    color: white !important;
}

.menu-phone-empty > a {
    display: none !important;
}

div.fleft {
    float: right;
}

.menu-phone-empty .fleft a[href="#"] {
    display: none !important;
}

a.menu-phone {
    display: block !important;
    padding: 5px !important;
    font-family: 'FontAwesome';
    font-weight: 800 !important;
    font-size: 16px !important;
    color: white !important;
}

.ram-modifiers-selector > li button.ram-mod-qty, .ram-modifiers-selector input[readonly] {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .header-v3 .main-navigation, .header-v4 .main-navigation {
        margin-top: 0;
        width: inherit;
    }

    .menu-toggle {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    header#masthead {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .header-v3 .site-branding #pizzaro-logo, .header-v3 .site-branding a img {
        width: 100px;
    }
}