/*
Theme Name: Bazar Child
Theme URI: http://demo.yithemes.com/bazar/
Version: 2.4.8
Description: Shop Wordpress Theme
Author: Your Inspiration Themes
Author URI: http://yithemes.com
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
template: bazar

	Copyright: (c) 2012 Your Inspiration Themes.
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt

*/

@import url("../bazar/style.css");

/* Below you can write your style */

#header #logo #textual, #header #logo #textual span { color: #fff; font-size: 40px; }

#header-sidebar .widget, #header-sidebar .widget-last {
    display:inline-block; 
    vertical-align: top;
    width: 170px;
    border: 1px solid #8d8d8d;
    height: 48px;
    margin-top: -1px !important;
    margin-left: -1px !important;
}

#header-sidebar .widget.text-image { margin-top: -1px !important; padding-bottom: 18px }

#header-sidebar .widget_text.widget { 
	font-family:'Oswald', sans-serif; 
	font-size:18px; 
	color:#8d8d8d; 
	font-weight: normal;
	margin: 0;
}

#header-sidebar .widget.text-image h3 { margin-top: 0; color:#8d8d8d; }


/* === CART - SEARCH === */   
#header-cart-search { float: right; padding: 10px 0 0 10px; min-width:326px; }
#header-cart-search .cart-items, #header-cart-search .cart-subtotal { 
	border: 1px solid #e0dfdf; 
	padding: 14px 10px 7px 10px;
	float: left;
	font-family:'Oswald', sans-serif; 
	font-size:30px; 
	color:#ffffff; 
	font-weight: bold;
	text-transform: uppercase;
}                        
#header-cart-search .cart-items-icon { background: url('woocommerce/images/header-cart.png') 7px 7px no-repeat; padding-left: 69px }
#header-cart-search .cart-items span { display: block; float: left; padding-bottom: 7px }
#header-cart-search .cart-items .cart-items-label { font-size: 14px; font-weight: normal; padding-left: 10px }

#header-cart-search .cart-subtotal {
	margin-left: -1px;
	padding-bottom: 2px;
}
#header-cart-search .cart-subtotal span { display: block; float: left; padding-bottom: 7px }
#header-cart-search .cart-subtotal .cart-subtotal-decimal,
#header-cart-search .cart-subtotal .cart-subtotal-currency { 
	font-size: 14px;
	padding-left: 5px;
}
#header-cart-search .cart-subtotal .cart-subtotal-decimal { padding-left: 1px; margin-top: -8px; }
#header-cart-search .cart-subtotal .cart-subtotal-currency { font-size: 15px; margin-top: 5px; font-weight: normal }

#header-cart-search .widget_shopping_cart { float: left; margin-left: -1px }
#header-cart-search .widget_shopping_cart .widgettitle { display: none }

#header-cart-search form, #header-cart-search #search_mini { margin: 0; }
#header-cart-search #search_mini {
	font-family: 'Oswald', sans-serif; 
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 12px;
	padding: 12px 45px 11px 13px;
	background: url('woocommerce/images/header-search-mini.png') no-repeat right center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
}
::-webkit-input-placeholder { color: #939292 !important; }
:-moz-placeholder, ::-moz-placeholder { color: #939292 !important; }
:-ms-input-placeholder { color: #939292 !important; }

#header-cart-search .border { height:auto; padding:0; border:0; background:none; }