/*
 Theme Name:   Enoteca di Piazza
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Italiano/Inglese */
#testo-it:lang(en), .testo-it:lang(en) {
		display:none!important;
}

#testo-en:lang(it), .testo-en:lang(it) {
		display:none!important;
}
#help_tooltip-it:lang(en) {
		display:none;
}
#help_tooltip-en:lang(it) {
		display:none;
}

/* 
*Carrello aperto 
*/
.sub-menu-dropdown .container {
	width: 100%!important;
    max-width: 100%!important;
}
.sub-menu-dropdown .container .elementor-section {
	width: 100%!important;
    left: 0px!important;
}

@media all and (min-width: 1254px) {
	.carrello_aperto .woodmart-close-side-opened {
		visibility: hidden!important;
	}
	.carrello_aperto .website-wrapper, .carrello_aperto .whb-sticky-shadow.whb-sticked .whb-main-header {
		width: calc(100% - 340px)!important;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease , -webkit-transform .25s ease;
	}
	.carrello_aperto .cart-widget-side {
		transform: none!important;
		box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
	}
	.carrello_aperto .sub-menu-dropdown .container .elementor-section {
		width: calc(100% - 340px)!important;
	}
}

@media all and (max-width: 1580px) {
	.carrello_aperto .elementor-section {
    width: 100%;
    padding-left: 15px!important;
	padding-right: 15px!important;
    position: relative;
    left: 0px;
}	
	.carrello_aperto .col-md-12, .carrello_aperto .col-12 {
		padding: 0px!important;
	}
}


/*
*   Termometro
*/
#risparmio-spedizione {
 	margin-top: 20px;
    padding-left: 5px;
	padding-right: 30px;
    font-family: 'Lato';
    font-style: italic;
	font-size:16px;
    color: #666;
}
.page-id-36988 .help_tooltip, .page-id-8 .help_tooltip {
    position: absolute;
    right: 44px;
    top: 90px;
    color: #fff;
    background-color: #000;
    display: block;
    width: 18px;
    border-radius: 100%;
    text-align: center;
    font-size: 11px;
    height: 18px;
    font-weight: 700;
}
.page-id-36988 .tooltip, .page-id-8 .tooltip {
    position: absolute;
    z-index: 1070;
    visibility: hidden;
    text-transform: none;
    letter-spacing: .3px;
    font-weight: 400;
    font-size: 11px;
    pointer-events: none;
    opacity: 1!important;
    background-color: #333;
    width: 250px;
    right: 30px;
    padding: 10px;
}
.help_tooltip:hover .tooltip {
   visibility: visible;
}
.page-id-36989 .help_tooltip, .page-id-9 .help_tooltip {
    color: #333;
    background-color: #fff;
    display: block;
    width: 18px;
    border-radius: 100%;
    text-align: center;
    margin-top: 9px;
    font-size: 11px;
    height: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.page-id-36989 .tooltip, .page-id-9 .tooltip {
    position: absolute;
    opacity: 1!important;
    background-color: #333;
    width: 250px;
    left: 100px;
    padding: 10px;
    color: #fff;
}

#thermometer {
    border-radius: 12px;
    height: 30px;
    width: 250px;
    float: left;
    margin-left: 0;
    margin-top:10px;
    margin-bottom:10px;
    position: relative;
}
.cart-widget-side #thermometer{
    margin-top:20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#thermometer .track {
    background: #efefef none repeat scroll 0 0;
    border-radius: 15px;
    height: 30px;
    left: 20px;
    margin: 0 auto;
    position: relative;
	margin-right: 15px;
}
.track .linea{
    width: 4px;
    height: 15px;
    float: left;
    background-color: #424242;
    display: inline;
    z-index: 100;
    position: relative;
    margin-left: 45px;
    left: 25px;
}
#thermometer .progress {
    background: #ac4455 none repeat scroll 0 0;
    border-radius: 0 23px 23px 0;
    bottom: 0;
    top:5px;
    height: 20px;
    left: 0;
    margin-left:-5px;
    position: absolute;
    width: 0%;
    z-index: 100;
}

.ship-thermo{
    display: inline-flex;
	width: 100%;
}

#progressAmount {
    display:none!important;
}
#thermometer .amount {
    color: black;
    display: inline-block;
    font-weight: bold;
}
#thermometer .progress .amount {
    color: #ac4455;
    left: 0;
    padding: 0 0 0 25px;
    position: absolute;
}
.bulb {
    background: #efefef none repeat scroll 0 0;
    /* border: 2px solid #696969; */
    border-radius: 50%;
    top:-17px;
    display: block;
    left: 0;
    padding: 10px;
    position: absolute;
}

.inner-bulb {
    background-color: #ac4455;
    border-radius: 50%;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
}
svg.icona-free{
    max-width: 52px;
    max-height: 44px;
    margin-left: 18px;
    fill:#424242;
}

@media only screen and (max-width: 768px) {
    .inner-bulb {
    height: 25px;
    width: 25px;
}
	.bulb {
    padding: 7px;
    top: -10px;
}	
	#thermometer {
    width: 150px;
}
	.track .linea {
    width: 3px;
    height: 10px;
    margin-left: 24px;
    left: 23px;
}
	#thermometer .track {
    height: 20px;
}
	#thermometer .progress {
    top: 4px;
    height: 11px;
}
}

/*  Bollino punteggio enoteca di piazza*/
.bollino-free {
	display:none!important;
}
.product-images .labels-rounded {
    top: 15px!important;
    left: 15px!important;
}
.product-images .labels-rounded {
    top: 15px!important;
    position: absolute!important;
    left: 15px!important;
}
.product-images .bollino-free {
    top: 90px;
    position: absolute;
    left: 15px;
    font-size: 9px;
    line-height: 1.2;
    padding-top: 18px;
}
.product-images .bollino-free #free {
    font-size: 13px;
}
.labels-rounded .out-of-stock {
    background-color: #de4d4d!important;
}
.product-images .out-of-stock  {
    font-size: 13px!important;
}
.product-images .product-labels {
    align-items: unset!important;
}
.product-images .award-edp{
    height: 62px!important;
    width: 62px!important;
}
.product-images .award-edp h4{
    line-height: 2rem;
}
.award{
    float: left;
    margin-right: 15px;
    background-color: #ac4455;
    border-radius: 50%;
    overflow: hidden;
    height: 42px;
    width: 42px;
}
.award .name, .award .value{
    margin-bottom: 0;
    height: 21px;
    text-align: center;
    font-family: "Lato",Arial,Helvetica,sans-serif;
}
.award .name{
    line-height: 20px;
    background-color: #efefef; 
}
.award .value{
    line-height: 16px;
    color: #efefef;
}
.award-edp{
    background-color: #4a62a5;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 99;
    margin-right: 22px;
    position: absolute;
    left: 15px;
    top: 235px;
}
.award-edp h4{
    color: #efefef;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7rem;
    font-size: 1.3rem;
    text-align: center;
}
.award-edp hr{
    width: 60%;
    margin: 1px auto 0px auto;
    border-top: 0px;
	color:#fff!important;
}
.award-edp h6{
    font-size: 14px;
    color: #fff;
    line-height: 0.8rem;
    text-align: center;
}
.product-images img.bollino-bio{
    width: 62px!important;
    height: 62px!important;
    position: absolute;
    z-index: 99;
    border-radius: 62px;
    top: 163px;
    left: 15px;
}
.product-grid-item img.bollino-bio{
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    z-index: 99;
    left: 7px;
    top: 119px;
    border-radius: 50px;
}
.bollino-free{
    height: 62px;
    width: 62px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
    background-color: #ffec65;
    padding-top: 8px;
    line-height: 1.2rem;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-weight: 600;
}

.product-images .labels-rounded .product-label{
    min-width: 62px!important;
    min-height: 62px!important;

}
.product-element-top .bollino-free{
    height: 50px;
    width: 50px;
    margin-left: 0;
    font-weight: bold;
    top: 63px;
    left: 7px;
    border-radius: 50px;
    padding-top: 14px;
    position: absolute;
    font-size: 8px;
    line-height: 1;
}
.product-element-top .bollino-free #free{
    font-size: 12px;
}
.product-element-top .award-edp{
    top: 175px;
    position: absolute;
    left: 7px;
}
.single-product-page .summary-inner .price{
    margin-top: 20px;
}
tr.odd{
    background-color: #e8e8e8;
}
@media only screen and (max-width: 768px) {
    #thermometer{
        margin-bottom: 20px;
    }
}


/* BOLLINI MOBILE */
@media only screen and (max-width: 1024px) {
    .labels-rounded .out-of-stock {
    font-size: 10px;
}
}
@media only screen and (max-width: 480px) {
    .product-images img {
        object-fit: cover;
        margin-bottom: 10px;
        height: 340px;
    }
}


.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

/* Bollini Mobile */

@media only screen and (max-width: 1212px) {

.product-element-top .bollino-free {
        height: 35px;
        width: 35px;
        font-size:5px;
        padding-top: 7px;
        top: 58px!important;
    }
    
.product-element-top .bollino-free #free {
    font-size: 10px;
}
    
.product-grid-item img.bollino-bio  {
        width: 35px!important;
        height: 35px!important;
        position: absolute;
        top: 100px;
        }
    
.award-edp {
    height: 30px;
    width: 30px;
}
    
.product-element-top .award-edp {
    display:none!important;
    }
    
.labels-rounded .out-of-stock {
    font-size: 7px;
}
    
.product-labels {
    max-width: 20%;
}
    
    
    .woodmart-add-btn .add-to-cart-loop {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
    
    
}

@media only screen and (min-width: 530px) {
   .labels-rounded .out-of-stock {
    font-size: 10px;
} 
    
}


/* Pulsante continua a fare acquisti */

.coupon {
    display: inline-block!important; 
}

#ritorna-al-negozio-it, #ritorna-al-negozio-en {
    color: #fff;
    background-color: #ac4455;
    margin-top: 40px;
}

#ritorna-al-negozio-it:lang(en) {
		display:none;
}

#ritorna-al-negozio-en:lang(it) {
		display:none;
}

/* dimensione bottiglia */
#trattino {
	display: none;
}

/* TAB Mobile */

@media (max-width: 1024px) {
.tabs-layout-tabs {
    display: block!important;
    margin-top: 80px;
}
.tabs-layout-tabs .tabs li a {
    padding-top: 10px!important;
    margin-top: 10px;
}
}


/* Disponibilità home e shop */
body.single-product .product-preorder
{
    margin-top: 15px;
	margin-bottom:15px;
    font-size: 20px;
}
body.single-product .product-preorder .preorder-date
{
    font-weight: 700;
}

li.woocommerce-mini-cart-item .product-preorder
{
    margin-bottom: 15px;
    font-size: 14px;
}
li.woocommerce-mini-cart-item .product-preorder .preorder-date
{
    font-weight: 700;
}

div.woocommerce-checkout-review-order .product-preorder
{
    color: darkred;
}
div.woocommerce-checkout-review-order .product-preorder .preorder-date
{
    font-weight: 700;
}

.shipping-preorder
{
    text-align: center;
    color: darkred;
}
.product-grid-item .product-preorder {
	position: relative;
    top: -12px;
    font-size: 15px;
}
.preorder-date {
	font-weight: 600;
}
.product-preorder {
	color: #ac4455!important;
}


/* cassa di legno */
.woocommerce-wooden-case {
    background-color: #ac4455;
}
.woocommerce-wooden-case th {
    color: #fff;
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    font-family: 'Lato';
}
.woocommerce-wooden-case td {
    padding: 20px 20px 20px 0px;
}
.order-total th, .order-total td {
    border-width: 0px;
    padding-top: 24px;
    padding-bottom: 22px;
}
select#casse-legno {
    color: #fff;
    border-color: #fff;
    filter: brightness(2);
}
.woocommerce-checkout tfoot .cart_item .product-boxes, .woocommerce-extra-product, .descrizione-extra-fattura {
    display: none;
}
.add-product-1 {
    display: table-row;
}
option {
    color: #333!important;
}

#applica-sconto {
    width: 100%;
    position: relative;
    top: 1px;
    background-color: #ac4455;
    color: #fff;
}
#edit, #add {
    width: 30px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    background: #ac4455;
    border-radius: 100px;
    padding: 5px;
    pointer-events: auto;
    cursor: pointer;
}

#cart-subtotal .woocommerce-Price-amount bdi {
    font-size:24px!important;
    position: relative;
    top: 3px;
}

.campi-prodotto-extra {
    margin-top:10px!important;
    margin-bottom:10px!important;
}
#aggiorna {
    margin-top: 14px !important;
    margin-bottom: 15px !important;
    font-family: lato;
    background-color: #ac4455;
    color: #fff;
    width: 100%;
}
.woocommerce-extra-product td:last-child {
    text-align: left !important;
}
.campi-prodotto-extra * {
    border-color: rgba(129, 129, 129, 0.2)!important;
    color: #777!important;
}
.minus:hover, .plus:hover {
    color: #fff !important;
}
.required {
    border: none!important;
    color: #E01020!important;
    font-size: 16px!important;
    line-height: 1!important;
}
.woocommerce-extra-product label, #edit-price label {
    font-family: lato!important;
    line-height: 1.4 !important;
}
textarea, input, select {
    font-family: lato!important;
    color: #333;
    font-style: normal!important;
}
textarea::placeholder, input::placeholder, select::placeholder {
    font-family: lato!important;
    font-style: normal!important;
}
.descrizione-extra {
    font-style: italic;
    color: #333;
}
.shipping-zone #billing_first_name_field, .shipping-zone #billing_last_name_field, .shipping-zone #billing_company_field, .shipping-zone #billing_codice_fiscale_field, .shipping-zone #billing_p_iva_field, .shipping-zone #billing_codice_sdi_field, .shipping-zone #billing_address_1_field, .shipping-zone #billing_address_2_field, .shipping-zone #billing_postcode_field, .shipping-zone #billing_city_field, .shipping-zone #billing_phone_field, .shipping-zone #billing_cellulare_field, .shipping-zone #billing_email_field {
    display: none!important;
}
.shipping-zone .shipping-zone #billing_p_iva_field, .shipping-zone #billing_p_iva_field * {
     display: none!important;
}
.woocommerce-extra-product th, .woocommerce-extra-product td {
    vertical-align: top!important;
}
.woocommerce-extra-product label {
    margin-bottom: 0px!important;
}
.payment_method_cheque input, input#payment_method_other_payment {
    transform: scale(1.5);
    margin-left: 4px;
    margin-right: 10px!important;
}
.payment_method_cheque label, label[for="payment_method_other_payment"] {
    font-size: 16px!important;
}

/* RIMUOVI PRODOTTO */
a.remove {
    color: red!important;
    display: block;
    float: left;
    font-size: 28px!important;
    padding: 0px 15px 0px 0px;
}

.checkout-order-review .place-order {
    display: none!important;
}
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    width: 97.3%!important;
    margin: auto!important;
}


.woocommerce-form-coupon-toggle {
    display: none!important;
}

tr.order-total td strong {
    display: inline-block!important;
}

#numero-prodotti {
    font-size: 24px;
    color: #ac4455;
    font-weight: 600;
}
.campi-aggiuntivi .optional {
    display: none!important;
}
.main-nav {
    flex: none!important;
}
a.glink {
    text-decoration: none;
    margin-left: 10px;
}
.toggle .woopgg-group-label {
    padding: 12px 20px!important;
    margin-bottom: 20px;
}
.woocommerce-additional-fields {
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    padding-bottom: 20px;
    margin-bottom: 40px !important;
    margin-top: 20px;
}
fieldset {
    margin-bottom: 0px!important;
    padding: 0px!important;
    border: none!important;
}
.select2-container--focus {
    width: 100%!important;
    max-width: 100%;
}




.Wccp_Section_Wrapper .shop_table .shipping-zone, .Wccp_Section_Wrapper .shop_table .remove, .wc-return-to-cart, .Wccp_Section_Wrapper .shop_table #edit, .Wccp_Section_Wrapper .shop_table tr.woocommerce-extra-product {
    display: none!important;
} 
.Wccp_Section_Wrapper .shop_table>thead:first-child {
    display: none!important;
}
.Wccp_Details a {
    color: #ac4455!important;
    font-size: 20px!important;
    font-weight: 600!important;
}
#Wccp_Confirmation_Page h2, .Wccp_Details h3 {
    font-size: 30px!important;
    margin-top: 30px!important;
}
.woocommerce-account-fields .woocommerce-form__label {
    font-family: 'Playfair Display'!important;
}