/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* Ubersicht - Preisauszeichnung */
body.dim-body1 .price .title-h5 small.woocommerce-price-suffix
{
	display: inline-block;
	font-size: 60%;
}


/* Versand ausblenden */*
body.dim-body1 .woocommerce .shop_table .shipping,
body.dim-body1 .woocommerce .shop_table .shipping-address,
xxx.xxx
{
	display: none;
}

/* Wishlist Add-to-cart-button */
body.dim-body1 .woocommerce .gem-table.wishlist-content .shop_table.cart .product-add-to-cart .add_to_cart_button a.gem-button,
yyy.yyy
{
	background-color: var(--thegem-to-styled-color1);
	color: white;
}
body.dim-body1 .woocommerce .gem-table.wishlist-content .shop_table.cart .product-add-to-cart .add_to_cart_button a.gem-button:hover,
yyy.yyy:hover
{
	background-color: black;
	color: white;
}
body.dim-body1 .woocommerce-mini-cart.cart_list .dqa_termin
{
	margin: 0 0 0 90px;
}


/* Team Person Breadcrumb */
body.dim-body1 .dim-team-person-breadcrumb ul,
body.dim-body1 .dim-team-person-breadcrumb ul li
{
	list-style-type: none;
}
body.dim-body1 .dim-team-person-breadcrumb ul li:before { display: none; }
body.dim-body1 .dim-team-person-breadcrumb ul li:not(:last-child)::after
{
	top: 45%;
}
