/*	==================================================
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
 *	----------------------------------------------- */
/* Desktop Horizontal Header Menu */
#masthead .etheme-elementor-nav-menu.horizontal .menu-item.button {
	line-height: 1;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #ED1C24;
}
#masthead .etheme-elementor-nav-menu.horizontal .menu-item.button:hover {
	border-color: #000;
	background-color: #292929;
}
#masthead .etheme-elementor-nav-menu.horizontal .menu-item.button .elementor-item {
	padding: 0 0 10px;
	color: #FFF; line-height: 1;
}
#masthead .etheme-elementor-nav-menu.horizontal .menu-item.button:hover .elementor-item {
	padding: 0 0 10px;
}

/* Tablet & Mobile Vertical Menu */
#masthead .etheme-elementor-nav-menu.vertical .menu-item.button {
	padding: 0;
	max-width: 150px;
	margin: 15px auto 0;
	border-radius: 5px; background-color: #ED1C24;
}
#masthead .etheme-elementor-nav-menu.vertical .menu-item.button:hover {
	border-color: #000;
	background-color: #292929;
}
#masthead .etheme-elementor-nav-menu.vertical .menu-item.button .elementor-item {
	border: 0 none;
	padding: 12px 20px;
	color: #FFF; font-size: 15px;
}


#masthead .etheme-modal-popup-content .etheme-search-form { grid-gap: 0; }
@media only screen and (min-width: 1200px) {
	#masthead .etheme-modal-popup-content .container {
		max-width: none;
	}
}




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






/*	--------------------------------------------------
 * 	PORTFOLIO: Landing Page
 *	----------------------------------------------- */
.page-template-portfolio .portfolio-wrapper {
	padding-top: 50px;
}
.page-template-portfolio .portfolio-item .portfolio-image {
	border-radius: 10px;
	background-color: rgba(140, 228, 255, .5);
}
.page-template-portfolio .portfolio-item .portfolio-descr {
	padding: 10px 15px;
	background-color: rgba(0,0,0, .5);
}
.page-template-portfolio .portfolio-item .portfolio-item-inner {
	border-radius: 10px;
	border: 1px solid #E1E1E1;
}
.page-template-portfolio .portfolio-item .portfolio-descr .posted-in {
	display: none;
}
.page-template-portfolio .portfolio-item .portfolio-descr .project-title a {
	font-size: 18px;
}
.page-template-portfolio .portfolio-item .portfolio-item-inner:hover .portfolio-descr {
	background-color: rgba(0,0,0, 1.0);
}



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






/*	--------------------------------------------------
 * 	SHOP: Cart & Checkout
 *	----------------------------------------------- */
.etheme-elementor-off-canvas .product_list_widget .variation { display: block; }
.etheme-elementor-off-canvas .product_list_widget .variation .variation-VendorSKU { display: none; }

.etheme-elementor-off-canvas .product_list_widget .variation dt { color: #900; font-weight: 500; }
.etheme-elementor-off-canvas .product_list_widget .file_upload-meta .file_upload-meta-item { padding: 0; }
.etheme-elementor-off-canvas .product_list_widget .file_upload-meta .file_upload-meta-item a { font-size: 14px; }
.etheme-elementor-off-canvas .product_list_widget .file_upload-meta .file_upload-meta-img {
	padding: 5px;
	background-color: #999;
	outline: 1px dotted #ccc;
	width: auto; height: auto; max-width: 100%;
}
