/*
Theme Name:   GlobalZT 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
*/
.woocommerce-Tabs-panel table{
	margin: 10px auto;
   border-collapse: collapse;
}
.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
   padding: 5px;
   border: 1px solid black;
   text-align: center;
}
.woocommerce-Tabs-panel table tr:first-child{
	background-color:#004596;
	color:white;
}
.woocommerce-Tabs-panel a{
	display:none;
}

.download button{
	background-color:#3078EA;
	color:white;
	padding:7px;
	border-radius:10px;
	transition:.5s;
	border-color:transparent;
}
.download button:hover{
	background-color:white;
	color:#3078EA;
	border-color:#7A7A7A33;
}
.woocommerce table.wishlist_table tr:first-child td, .woocommerce table.wishlist_table tr:first-child th, table tr:first-child td, table tr:first-child th{
	padding-top:5px;
	vertical-align: middle;
}
.woocommerce .elementor-2010 .elementor-element.elementor-element-22f6ace .woocommerce-product-gallery img{
	border:1px solid #7A7A7A33;
	border-radius:10px;
}