/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

/* Breadcrums Style */
.breadcrumbs {
    font-size: 16px;
	/*font-weight: bold;*/
    margin: 5px 0;
    color: #ffffff; 
}


.breadcrumbs a {
    color: #ffffff;
	/*font-weight: bold;*/
    text-decoration: none;
}

.breadcrumbs a:hover {
	color: #333;
	/*font-weight: bold;*/
    text-decoration: none;
}

.breadcrumbs .separator {
    margin: 0 5px;
	/*font-weight: bold;*/
    color: #ffffff; 
    content: ">";
}

/* WooCommerce Breadcrums Style */
.woobreadcrumbs {
    font-size: 16px;
	/*font-weight: bold;*/
    margin: 5px 0;
    color: #ffffff; 
}


.woobreadcrumbs a {
    color: #ffffff;
	/*font-weight: bold;*/
    text-decoration: none;
}

.woobreadcrumbs a:hover {
	color: #333;
	/*font-weight: bold;*/
    text-decoration: none;
}

.woobreadcrumbs .separator {
    margin: 0 5px;
	/*font-weight: bold;*/
    color: #ffffff; 
    content: ">";
}

/* Current Page Title Style */ 

.current-page-title h1 {
    text-align: center; 
    line-height: 1.5; 
    margin: 20px 0; 
	color: #FFFFFF !important;
    font-family: "Montserrat", Sans-serif;
   /* font-size: 32px;*/
   /* font-weight: 600;*/
    text-transform: uppercase;
}

