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

/* Header */
.header-wrapper {
  font-weight: bold;
}

.header-wrapper .menu .menu-item img._svg {
  width: 32px;
  height: 32px;
}

.header-wrapper .et_b_search-icon .et_b-icon + span {
  align-self: center;
}

/* Elementor Elements */
.elementor-widget-container p:last-of-type {
  margin-bottom: 0;
}

/* WooCommerce Grid */
.etheme-product-grid-content {
  text-align: center;
}
.etheme-product-grid-item .etheme-product-grid-button,
.product-slide .product-details .button:not(.compare),
.products-grid .product-details .button:not(.compare) {
  display: block;
  width: 100%;
}

.product p.wc-gzd-additional-info {
  margin: 0;
  font-size: 0.8em;
}

/* Single Product */
.product_meta .sku_wrapper,
.product_meta .gtin_wrapper,
.product_meta .products-page-cats {
  display: none;
}

.product-information p.sales-booster-live-viewing {
  margin-bottom: 0;
}

.product-information p.sales-booster-total-sales {
  margin-bottom: 3rem;
}

.product-information-inner .single_add_to_cart_button {
  padding-left: 0;
  padding-right: 0;
}

#product-addons-total {
  display: none;
}

/* Footer */
.footer-widget li a {
  padding: 0;
}

/*Cart & Checkout */
.woocommerce-cart-form__contents .product-sku,
.woocommerce-cart-form__cart-item .product-sku {
  display: none !important;
}
.woocommerce-checkout .shop_table {
  background: #fff !important;
}
.woocommerce-checkout .shop_table .wc-gzd-product-name-left {
  display: none !important;
}
