/*
 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
*/

/** ================================= UTILITY ======================================= **/
.black_link{
	color: #000 !important;
	transition: all .5s;
}
.black_link:hover{
	color: #C6C6C6 !important;
}

/** ================================= UTILITY ======================================= **/



/** ================================= HEADER ======================================= **/

/** ================================= TOP HEADER ======================================= **/
.reverse-link-icon .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item a{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 11px;	
}
/** ================================= TOP HEADER ======================================= **/
/** ================================= BURGER MENU ======================================= **/
/* Logo nella burger button in alto */
.et-mini-content .et_element .elementor-widget-container a{
	width: 56%;
}
/** ================================= BURGER MENU ======================================= **/

/** ================================= HEADER ======================================= **/

/** ================================= FOOTER ======================================= **/
.link-white{
	color: #fff;
}

.link-white:hover{
	color: #c6c6c6;
}

/** ================================= FOOTER ======================================= **/

/** ================================= BREADCRUMB PRODUCT ======================================= **/
.single-product .woocommerce-breadcrumb .span-title{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Libre Baskerville, serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
    line-height: 1.5;
}
/** ================================= BREADCRUMB PRODUCT ======================================= **/


/** ================================= CATEGORY BLOCK ======================================= **/
/*
.categories-mask.text-center {	
	display: none;
}
*/
/** ================================= CATEGORY BLOCK ======================================= **/
