/*
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.1.1
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tested up to: 5.4.2
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;
}

a:focus,
textarea:focus, 
input:focus, 
button:focus, 
select:focus {
	outline: -webkit-focus-ring-color auto 1px !important;
	outline: Highlight auto 1px !important;
}

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;
}

.admin-bar header.menu-wrapper {
	top: 30px;
}

@media only screen and (max-width: 767px) {
	.admin-bar header.menu-wrapper {
	    top: 50px;
	}

	li.menu-button a {
		width: min-content;
		color: #fff;
		border-radius: 45px;
		padding: 7px 15px;
		margin: 10px 0;
	}
}

