/*
Theme Name: MaxStorePro - Child
Version: 1.0
Description: A child theme of MaxStore PRO
Template: maxstore-pro
Author: Administrator
*/
@import url("../maxstore-pro/style.css");
/* Your awesome customization starts here */

#breadcrumbs

	.text-right {
    text-align: left;

}
.woocommerce .breadcrumbs-inner a:first-child:before {
    font-family: 'FontAwesome';
    content: '\f015';
    margin-right: 5px;
}
.woocommerce-wishlist .breadcrumbs-inner a:first-child:before {
    display: none;
}


.header-categories .accordion-toggle {
    padding: 0 15px 0 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #444;
    display: table-cell;
    height: 40px;
    line-height: 14px;
    position: relative;
    vertical-align: middle;
}

.header-categories #collapseOne {
    position: absolute;
    top: 100%;
    z-index: 1000;
    background-color: white;
    min-width: 200px;
    padding: 15px;
    border: 1px solid #D3D3D3;
    left: 0;
}
.top-cat-img img{
	background-color:#fff !important;
}

    