/*
Theme Name: Porto Child
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  ***************/


.dg-labs {
	
}
.product-summary-wrap #product-tab .dg-labs hr {
	display: block !important;
}
.dg-labs-header {
	font-size: 24px;
	margin: 0;
}
#product-tab .tab-content h2.dg-labs-title {
	font-size: 20px;
	margin: 0;
}
.dg-labs-content {
	display: flex;
	flex-wrap: wrap;
}
.dg-labs-content > div {
	flex: 0 33%;
	padding-bottom: 7.5px;
	padding-right: 5px;
}
.dg-labs-subtitle {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.woocommerce-tabs .tab-content .dg-labs p {
	font-size: 14px;
}
.woocommerce-tabs .tab-content .dg-labs p.dg-labs-sub-description {
    font-size: 12px;
    font-weight: normal;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.dg-labs-content {
		flex-direction: column;
	}
	.dg-labs-content > div {
		flex: 1;
	}
}

/* Phone Number */
#header .menu-custom-block a {
	font-size: .7em;
}
.menu-custom-block h2 { margin-bottom: 0; }

@media (max-width: 767px) {
	#header .logo {
    	max-width: 200px;
	}
}

/* Header */
.header-col.header-left {
	flex: 2;
	margin-right: 20px;
}
#header .logo {
    flex: 1;
    max-width: unset;
	width: 100%;
}
.header-col.header-right {
	flex: 1;
    width: 100%;
}
#header .searchform-popup {
	margin: 0;
}

@media (min-width: 508px) and (max-width: 991px) {
	#header .logo img {
		max-width: 300px;	
	}
}

/** FREE GIFT **/
.fgf_add_to_cart_link a {
	color: white;
}

.fgf_add_to_cart_link .button:hover {
	font-weight: 600;
}

.woocommerce-tabs#product-tab {
	order: 2;
}

.related.products {
	max-width:100%;
}

.sku_wrapper {
	display: none !important;
}