@font-face {
  font-family: "Gothic";
  src: url(gothic-regular.ttf);
}

.sfondo_biscotto input[type=text]{
		border: none !important;
		width: 70%;
		background: transparent;
		color: white;
		text-align: center;
		font-family: "Gothic";
		text-transform: uppercase;
}

.sfondo_biscotto input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-family: "Gothic";
		text-transform: uppercase;
  
}

.sfondo_biscotto input[type=text]::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

.sfondo_biscotto input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.sfondo_biscotto{
	background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    /*position: absolute;*/
    width: 301px;
    height: 229px;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.quantity, .single_add_to_cart_button{
	height: 50px; 
}

.cart{
	align-items: center;
}

.product-name > .checkout_message ~ .checkout_message {
    display: none;
}

@media only screen and (max-width: 600px){
	.sfondo_biscotto{
		margin-left: auto;
		margin-right: auto;
	}
	
	.cart{
		display: block !important;
	}
}