/*
Theme Name: Bazar Child
Theme URI: http://demo.yithemes.com/bazar/
Version: 3.1.3
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

*/

/* Below you can write your style */

.widget{
 border: 0 !important;
}
#header-sidebar .widget.text-image{
	border: none;
}
#header-sidebar .widget.text-image h3{
	float: none;
	display: inline-block;
}
#header-sidebar .widget.text-image .text-image{
	float: left;
}

.hide-topbar h3 {
	display: inline;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #c5c3c3;
    font-style: normal;
    font-weight: 400;
	
}
.hide-topbar i {
    line-height: 18px;
}

#topbar-left h3 {
  display: inline;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #c5c3c3;
    font-style: normal;
    font-weight: 400;
}

img.onsale{
    z-index: 0 !important;
}
a.woocommerce-main-image.zoom img{
	height: 100%;
	width: auto;
}

.wpb_wl_images {
    width: 58%;
    float: left;
    display: block;
    margin: -40px 0 -30px -40px;
    background-color: aqua;
    padding: 5px;
    height: 100%;
    position: absolute !important;
}