/*
Theme Name: Etruscan Child
Theme URI: https://etruscan.qodeinteractive.com
Description: A child theme of Etruscan
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: etruscan
Template: etruscan
*/


/* global */
.d-none {
	display: none !important;
}

.global-color-btn-neg {
	border-color: var( --e-global-color-primary );
}
.global-color-btn-neg .qodef-layout--outlined:hover {
	border-color: var( --e-global-color-primary );
	color: white;
	background: var( --e-global-color-primary );
}

/** header social networks */
.qodef-widget-holder.qodef--right {
	display: none !important;
}
/** share pinterest */
a.pinit-button.custom   {
	display: none !important;
}

/* header fixed */
.qodef--right .widget.widget_block.qodef-top-bar-widget {
	font-family: 'Lato';
	font-style: normal;
	font-size: 12px;
}

/* side area */
#qodef-side-area {
	background-image: unset;
}

/* about */
.page-id-3095 .soc-icons a {
	color: #444444!important;
}

.soc-icons a:hover {
	opacity: .6;
}

/* Shop */
.minggarden-shop .product .woocommerce-LoopProduct-link:hover {
	color: #f0f1f4;
}

.minggarden-shop .qodef-woo-product-image-inner .button {
	color: #444444!important;
}

.minggarden-shop .qodef-woo-product-image-inner .added_to_cart, 
.minggarden-shop .qodef-woo-product-image-inner .button, 
.minggarden-shop .qodef-woo-product-image-inner .yith-wcqv-button, 
.minggarden-shop .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist {
	border-color: #444444!important;
}

/* single product */

.sku_wrapper {
	display: none !important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
	width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .qodef-woo-thumbnails-wrapper {
	display: flex;
	overflow: scroll;
	margin-top: 2%;
	gap: 2%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	width: 32%;
	min-width: 32%;
}

/* forms */
#contact-form .qodef-contact-form-7 button[type="submit"] {
	background: var( --e-global-color-primary );
}

#contact-form .qodef-contact-form-7 button[type="submit"]:hover {
	border-color: var( --e-global-color-primary );
	color: var( --e-global-color-primary );
	background: transparent;
}

/***************************/
/***** Pre-Order Label *****/
/***************************/
.product.onbackorder .woocommerce-product-gallery__wrapper::before,
body:not(.single-product) .product.onbackorder .qodef-woo-product-image::before,
.related .product.onbackorder .qodef-woo-product-image::before {
	content: 'Pre-order';
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	padding: 5px 32px;
	font-size: 18px;
	line-height: 1;
	font-style: italic;
	font-family: Cormorant,serif;
	background: #fff;
	color: #000;
}

.product.onbackorder .woocommerce-product-gallery__wrapper::before {
	right: unset;
	z-index: 1;
}