/*
Theme Name:  Test Site 2
Theme URI:   http://generatepress.com
Description: WordPress theme for Test Site. Implemented 2018.
Author:      Peter Islin Nielsen
Author URI:  https://essens.info/
Template:    generatepress
Version:     6.0
Tags:        two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.woocommerce-result-count {
    display: none;
}
.product-category .count {
    display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce-breadcrumb {
    display: none;
}
.tax-product_cat .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb {
    display: block;
} 
.woocommerce-products-header__title.page-title {
    display: none;
}
.tax-product_cat .woocommerce-products-header__title.page-title,
.single-product .woocommerce-products-header__title.page-title {
    display: block;
}

/*
Flyout Box
*/

.popupaoc-link {
	background-color: #b3985a;
	background-image: url('https://compass-group.dk/wp-content/themes/compass-group/assets/images/cg-globe-icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	height: 80px;
	line-height: 80px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 175px;
	width: 80px;
	z-index: 99999;
}
.popupaoc-link:hover {
	background-color: #444444;
}
.custombox-slide.custombox-content.custombox-open.custombox-top {
	animation-name: slideInRight;
}
.custombox-slide.custombox-content.custombox-close.custombox-top {
	animation-name: slideOutRight;
}
.custombox-open.custombox-overlay {
	opacity: 0.85 !important;
}
.paoc-popup-modal {
	top: 0;
}
.paoc-popup-modal-cnt {
	background-color: #b3985a;
	color: #ffffff;
	padding: 0;
}
.paoc-popup-modal-cnt h2 {
	font-family: "oswald",sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
.paoc-popup-modal-cnt p {
	font-family: "freight-sans-pro",sans-serif;
	line-height: 1.8em;
}
.paoc-popup-modal-cnt a {
	background-color: #444444;
	border: 2px solid #444444;
	color: #ffffff;
	display: table;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin: 0 auto;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	width: auto;
}
.paoc-popup-modal-cnt a:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
	transition: all .3s ease;
}
.paoc-popup-close {
	background-color: #444444;
	background-image: url('https://compass-group.dk/wp-content/themes/compass-group/assets/images/cg-close-icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	height: 40px;
	line-height: 40px;
	right: 10px;
	top: 10px;
	transition: all .3s ease;
	width: 40px;
}
.paoc-popup-close:hover {
	background-color: #6d6f69;
	transition: all .3s ease;
}
.custombox-lock {
	overflow: auto !important;
} 