/*
Theme Name: TLS Theme
Author: Twow
Author URI: https://twow.it
Version: 1.0.5
Text Domain: tls-theme
*/

#TicketRestaurantBox {
    background: #212121;
    border-radius: 15px;
    padding: 0.5rem 1rem;

}

#TicketRestaurantBox h2 {
    margin-top: 0rem;
}

#TicketRestaurantBox .TicketRestaurantButton {
	border: 2px solid white;
	background-color: white;
}

#TicketRestaurantBox .tableVouchers .rowVoucher span.onethird, #TicketRestaurantBox .tableVouchers .bottomrowVoucher span.onethird {
	color: #fff;
}

#TicketRestaurantBox .logoutButton .logoEdenredTC {
	width: 33%;
}

@media only screen and (min-width: 400px) {
        
    .woocommerce-checkout-payment {
        width: 400px;
    }
	#TicketRestaurantBox {
		width: 500px;
	}
}


/*PopUp WPML*/
	 
.wcml-cart-dialog-confirm { 
	width:80% !important;
}

.wcml-cart-dialog-confirm { 
	color:#000 !important;
}
	 
p.wcml-cart-dialog-title { 
	color:#000 !important;
}

p.wcml-cart-dialog-content  { 
	color:#000 !important;
}
	
button#wcml-cart-dialog-switch { 
	color:#fff !important;
}

button#wcml-cart-dialog-stay { 
	color:#fff !important;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0!important;
}
