/*
Theme Name: Online Sale
Theme URI: http://www.wow-themes.com/demo/wp/onlinesale
Author: the Wowthemes team
Author URI: http://wow-themes.com/
Description: The 2014 theme for WordPress is a fully responsive theme that looks great on any device. Features include Visual Composer page builder with its own widgets, styling for post formats on single views, and an optional choose your own sidebar for each post and page. Make it yours with a custom menu and advanced Theme Options.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, left-sidebar, flexible-width, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: online_shop
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url("css/bootstrap.css");
@import url("css/global.css");
@import url("css/preset.css");
@import url("css/reset.css");
@import url("css/grid.css");
@import url("css/media-queries.css");
@import url("css/animate-custom.css");

@import url("css/superfish-modified.css");
@import url("css/jquery.ui.slider.css");
@import url("css/fonts/stylesheet.css");
@import url("css/icons/font-awesome.css");
@import url("css/icons/font-theme.css");





.quick-access > ul > li .shopping-cart-wrapper .shoppingcart, .quick-access > ul > li .shopping-cart-wrapper .cart-checkout-link {
    display: none;
}

/*--------------------custome--------------------------*/
		
		
form.product_form {
	display: inline-block;
	float: left;
	height: 40px;
	width: 50px;
}

#pb-left-column form.product_form {
	width: auto;
	display:block;
	float: none;
}

.wpsc_buy_button.btn-circle{
	background-color: #FFFFFF;
	height: 40px;
	padding: 5px 33px;
	right: -33px;
	top: 1px;
	width: auto;
}

body {
	font-size: 14px;
}

.sf-menu li:hover, .sf-menu li.current-menu-item {
background-color: #000;
}