/*
Theme Name: Krystal Shop
Theme URI: https://www.spiraclethemes.com/krystal-shop-free-wordpress-theme/
Author: Spiracle Themes
Author URI: https://www.spiraclethemes.com
Description: Krystal Shop is an ecommerce WordPress theme powered by Elementor and WooCommerce. Krystal Shop has a unique layout which is both trendy and responsive, ideal for any shopping website. Krystal Shop is easily customizable with the customizer settings and provides easy setup. Krystal Shop is available with 1 click demo import feature. Theme demo here : http://krystalwp.spiraclethemes.com/demo9/
Template: krystal
Version: 1.2.2
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tested up to: 5.8
Requires PHP: 5.6
Tags: e-commerce,right-sidebar,left-sidebar,custom-menu,featured-images,theme-options,blog,custom-colors,custom-logo,flexible-header,threaded-comments,one-column,full-width-template,sticky-post,translation-ready
Text Domain: krystal-shop
*/


html,body {   
    height: auto;
    min-height: 100%;
    width: 100%;
    letter-spacing: 0.5px;    
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}

.page-title.default{
	background: #555;
}

header nav {
	float: none;
	display: inline-block;
}

header .main-menu-wrapper {
	float: right;
	display: flex;
}

ul.cart-menu {
	float: none !important;
	display: inline-block !important;
}

@media only screen and (max-width: 767px) {

	li.menu-button a {
		width: min-content;
		color: #fff;
		border-radius: 45px;
		padding: 7px 15px;
		margin: 10px 0;
	}
}

