/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* --------- slide home */
.elementor-11 .elementor-element.elementor-element-7e13690 .elementor-slide-description {
	background-color: #ffffffcf;
    padding: 0.5em;
    border-radius: 20px;
}

/* --------- prezzi in saldo home e archivio */
li.product.sale .price del {
	text-decoration: line-through !important;
}

/* --------- prodotto singolo - gallery variazioni */
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	opacity: 1;
}

/* --------- prodotto singolo - opzioni aggiuntive */
table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
	background-color: #fff;
}

table.variations tbody tr td.value {
	vertical-align: middle;
	padding: 0;
}

table.variations tbody tr th.label {
	vertical-align: middle;
	padding: 0;
	text-align: left;
}

#wapo-total-price-table table,
.yith-wapo-option label.yith-wapo-addon-label,
.yith-wapo-option label.yith-wapo-addon-label small.option-price {
	width: 100%;	
	font-family: var(--e-global-typography-5bc3ee8-font-family), Sans-serif;
    font-size: .9em;
    font-weight: var(--e-global-typography-5bc3ee8-font-weight);
    line-height: var(--e-global-typography-5bc3ee8-line-height);
}

#wapo-total-price-table td {
    padding-left: 15px;
	
}

#wapo-total-price-table .wapo-total-order > th,
#wapo-total-price-table .wapo-total-order > td {
    color: var(--e-global-color-accent);
}

/* --------- prodotto singolo - icone accessori */
.accessoriContenitore > .elementor-widget-container {
	display: flex;
	flex-direction: row;
}

.contAccessorio {
	display: flex;
	flex-flow: column;
	width: 20%;
}

/* --------- template offerte */
.asnp-product-Price,
.asnp-post-grid-price,
.asnp-productList-wrapper,
hr,
.asnp-totalPrice-section {
	display: none;
}

.asnp-App-GridItem-wrapper {
	margin-bottom: 3em;
}

.asnp-BundleGridItem-imageBox {
    height: 300px !important;
}
.asnp-BundleGridItem-ProductBox {
	width: 300px !important;
}

div.asnp-BundleGridItem-ProductBox > div.asnp-BundleGridItem-product-info {
	width:70%;
}

div.asnp-BundleGridItem-ProductBox > div.asnp-BundleGridItem-product-info > p.asnp-product-name,
div.asnp-BundleGridItem-ProductBox > div.asnp-BundleGridItem-product-info > p.asnp-emptyList-productSelect {
	font-size: 15px !important;
}

/* --------- bundle in carrello e checkout */
.asnp-wepb-cart-bundle-item,
.asnp-wepb-cart-bundle .product-price del {
	display: none;
}

.asnp-wepb-cart-bundle .product-price ins {
	text-decoration: none;
}

/* --------- carrello - rimozione elimina da sconto imposto 20% */
.coupon-sconto20auto .woocommerce-remove-coupon {
	display: none !important;
}

/* --------- il mio account */
li.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

/* --------- nascondere tasse */
.includes_tax {
	display: none !important;
}

/* -------- bottoni aumento quantità in carrello */
.product-quantity .qib-button-wrapper div.quantity.wqpmb_quantity {
	height: initial;
	margin: 0 5px;
}

/* -------- bottoni aumento quantità in pagina prodotto singolo */
.qib-button-wrapper {
	flex-basis: initial !important;
}

div.qib-button-wrapper button.qib-button {
	margin-top: 0 !important;
}

div.e-atc-qty-button-holder > div.qib-button-wrapper > div.quantity.wqpmb_quantity input.qty {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

/* --------- widget heylight */
div.heyLight-inline.widget-summary {
	width: 100%;
}

.heyLight-inline.widget-summary div.summary-row > div:nth-of-type(2) {
	font-size: 14px;
	text-align: left;
}

/* --------- flag sezione carta di credito in pagamenti */
.ppcp-checkbox-mark {
	left: 2em;
}

/* --------- RESPONSIVE --------- */

@media screen and (max-width:767px){
	.asnp-App-GridItem-wrapper {
		justify-content: center;
    	flex-flow: column;
    	align-items: center;
	}
}