/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* Product single - tabs */
.woocommerce-Tabs-panel--description table {
	max-width: 500px;
	border-collapse: collapse;
	height: auto !important
}
.woocommerce-Tabs-panel--description table tr {
	border-top: 0.8px solid #e1e1e1;
	height: auto !important
}
.woocommerce-Tabs-panel--description table tr:last-of-type {
	border-bottom: 0.8px solid #e1e1e1;
}
.woocommerce-Tabs-panel--description table tr td {
	vertical-align: middle;
	height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
}
.woocommerce-Tabs-panel--description table tr td:first-of-type {
	padding-left: 1em;
}
.woocommerce-Tabs-panel--description table tr td:last-of-type {
	padding-right: 1em;
}
.woocommerce-Tabs-panel--description table tr td h2 {
	text-align: left;
	margin-bottom: 0;
}
.woocommerce-Tabs-panel--description table tr td p {
	margin-bottom: 0;
}

/* Product single - swatches */
ul.st-swatch-size-large li.type-label.selected {
	font-weight: bold;
	background-color: #efefef;
}

/* Webshop - sidebar */
.post-type-archive-product .etheme-elementor-sidebar .widget-title {
	font-size: 1.5rem;
}
.etheme_sidebar-widgets-count-aside .widget_product_categories ul li > a {
	font-weight: 500;
	color: #777;
}
.post-type-archive-product .etheme-elementor-off-canvas_content {
	overflow-y: hidden;
}

/* Checkout */
#vp-woo-pont-show-map {
	font-size: 0.85rem;
    background-color: var(--et_btn-dark-bg-color);
    border: 1px solid var(--et_btn-dark-br-color);
    color: var(--et_btn-dark-color);
    padding: 0.95rem;
}