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

/*
Hides title from title area
*/
/* .single-product #page-title .page-title-inner {
	display: none;
} */

/* Hides product list overlay */
.woo-product-overlay {
	display: none;
}

/* Hides gallery overlay */
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before {
	content: none;
}

/* Variations select box */
table.variations .label {
	padding-right: 5px;
}

table.variations td {
	display: flex;
}

/* Displays product price striked out */
.products .sale .product-info .price del {
	display: inline-block; 
}

.portfilio-top-panel {
	margin-top: 20px !important;
}