/*	==================================================
Theme Name:   Xstore Child
Theme URI:    https://xstore.8theme.com
Description:  Custom Child of XStore Theme
Author:       Digital Boutique
Author URI:   https://digital-boutique.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
*	=============================================== */

/*	--------------------------------------------------
 * 	GLOBAL: Base Styles
 *	----------------------------------------------- */
::selection { color: #FFF; background: #C00; }
body.bordered { border-top: 0 none !important; }
body.bordered .body-border-top { height: 0 !important; }


/*	--------------------------------------------------
 * 	HEADER: Area Mods
 *	----------------------------------------------- */
#masthead .menu-item.item-design > a {
	line-height: 1;
	padding: 0 20px;
	border-radius: 8px;
	background-color: #ED1C24;
}
#masthead .menu-item.item-design > a > span { color: #FFF; }
#masthead .menu-item.item-design > a:hover { background: #292929; }




/*	--------------------------------------------------
 * 	FOOTER: Area Mods
 *	----------------------------------------------- */
#colophon .row_newsletter .wpcf7-form {
	position: relative;
}
#colophon .row_newsletter .wpcf7-form .wpcf7-text {
	padding-right: 160px;
}
#colophon .row_newsletter .wpcf7-form .wpcf7-submit {
	position: absolute;
	right: 2px; top: 2px;
}
#colophon .row_widgets p {
	margin-bottom: 0;
}




/*	--------------------------------------------------
 * 	PAGES: Default Title Area
 *  NOTE : CSS with > is required here
 *	----------------------------------------------- */
.template-content > .page-wrapper > .page-heading {
	display: flex;
	min-height: 240px;
	margin-bottom: 50px;
	align-items: center;
	background-color: #000;
}
.template-content > .page-wrapper > .page-heading .title {
	color: #fff; font-weight: bold;
	font-size: 64px; line-height: 1;
}
.template-content > .page-wrapper > .page-heading .breadcrumbs { display: none; }




/*	--------------------------------------------------
 * 	CONTENT: Area Mods
 *	----------------------------------------------- */
#page-content .page-heading {
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}
#page-content .page-heading .breadcrumbs {
	margin-bottom: 25px;
}

#page-content .elementor-widget-text-editor ul {
	margin: 0 0 15px 15px;
}






/*	--------------------------------------------------
 * 	SHOP: Product Grid Items
 *	----------------------------------------------- */
#shop-content .shop-products .product [data-et-holder="pa_size"] {
	display: none;
}




/*	--------------------------------------------------
 * 	SHOP: Sidebar Widgets
 *	----------------------------------------------- */
#shop-content .shop-sidebar .etheme_widget_brands .widget-title {
	margin-bottom: 15px;
}
#shop-content .shop-sidebar .etheme_widget_brands li {
	width: 48%; margin: 1%;
	display: inline-block;
}
#shop-content .shop-sidebar .etheme_widget_brands li a {
	display: block;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
#shop-content .shop-sidebar .etheme_widget_brands li a img {
	width: 100%; height: auto;
}
#shop-content .shop-sidebar .etheme_widget_brands li a:hover {
	background-color: #F0F0F0;
}
#shop-content .shop-sidebar .etheme_widget_brands li.all-items {
	width: 100%;
	text-align: center;
	color: #454545; background: #F5F6F7;
}
#shop-content .shop-sidebar .etheme_widget_brands li.all-items a:hover {
	font-weight: bold; 
	color: #000; background: #F0F0F0;
}





/*	--------------------------------------------------
 * 	SHOP: Single Product Page
 *	----------------------------------------------- */

/* Hide Woo Brands */
.single-product #cont_prod-info .product_meta .posted_in:last-child {
	display: none;
}

/* Related Products: Hide Cats & Sizes */
.single-product #cont_related .swiper .product .products-page-cats,
.single-product #cont_related .swiper .product [data-et-holder="pa_size"] {
	display: none;
}

