/*
Theme Name: Porto Child ZH
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

div.porto-posts-grid.artist_artworks span.category-list,
div.porto-posts-grid.artist_artworks div.out-of-stock 
{
	display:none;
}

.porto-cp-attr-table {
	overflow: visible !important;
  width: 100% !important;
}

.zh_price_info {
	display: block;
	font-weight: 400;
	font-size: 0.7rem;
}

.page-top > .container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.product-layout-transparent .woocommerce-product-gallery__wrapper {
	align-items: start !important;
}

#artistpage_info img {
	max-height: 350px !important;
	width: auto;
}

.product_meta .sold_out {
  font-size: 1.2rem !important;
  color: red !important;
}

.zh_sort_dropdown {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

sr7-fonttest-wrap {
  display:none;
}

@media (max-width: 500px) {
    .product-summary-wrap table.variations {
      display: grid;
      grid-template-columns: 1fr; /* Eine Spalte */
    }

    .product-summary-wrap table.variations tr {
      display: grid;
      grid-template-columns: 1fr; /* Eine Spalte */
      margin-bottom: 10px;
    }

    .product-summary-wrap table.variations td {
      display: block;
      text-align: left;
      padding: 5px;
    }
  }
