/*
 Theme Name:   Storefront Child Theme
 description: >-
   A child theme of the Storefront default WordPress theme
 Author:       Johan Chandra
 Template:     storefront
 Version:      1.0.0
*/

.storefront-handheld-footer-bar ul li.home > a:before {
	content: "\f015";
}
.storefront-handheld-footer-bar ul li.raq > a::before {
    content: "\f291";
}
.storefront-handheld-footer-bar ul li.raq .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: 0.875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}
.storefront-handheld-footer-bar ul li.raq .count {
    color: #ffffff;
}
.storefront-handheld-footer-bar ul li.raq .count{
    background-color: #333333;
}
ul.site-header-cart li > a::before {
    content: "\f291";
}
ul.site-header-cart li > a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-size: 1.618em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}
ul.site-header-cart li .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: 0.875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}
ul.site-header-cart .count{
    background-color: #333333;
}
ul.site-header-cart li .count {
    color: #ffffff;
	text-align: center;
}
/*.site-header-cart {
    display: block !important;
}*/
.site-header-cart {display: none !important; }