/*
 Theme Name:   Abadiy Child
 Theme URI:    http://abadiy.com/storefront/
 Description:  Storefront for Point of Sale
 Author:       Sherzod Babayev
 Author URI:   http://abadiy.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         abadiy, store, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/
.site-search, .hidden_country {display: none;}
header {margin-bottom: 10px!important;}
.woocommerce-products-header {display: none;}
@media (min-width: 768px) {
	#site-header-cart {
		position: fixed;
    top: 30px;
    right: 30px;
    background: #03a9f4;
    border-radius: 50px;
    width: 100px;
    height: 100px;
		text-align: center;
}
	
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
	width: 500px;
    left: -400px;
    display: block;
}
	}
.widget_shopping_cart a {color: black !important;}
#site-header-cart .count {
		display: block;
}
#site-header-cart span .woocommerce-Price-currencySymbol {display: inline;}
#site-header-cart a {color: white}
.site-header-cart .cart-contents::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0.2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "";}
.site-header-cart .cart-contents::after {display: none;}
.storefront-breadcrumb, .woocommerce-result-count, .woocommerce-ordering {display: none;}
#content .woocommerce .woocommerce-info {margin-bottom: 0.617924em; padding: 0.617924em 0.617924em 0.617924em 1.617924em; }
#content .woocommerce .woocommerce-info:before {left: 0.4em; top: 0.7em;}
.entry-header .entry-title {font-size: 2.0em;
    font-weight: bold;}