#address2 {
	display: none;
}

#giorniWrapp {
	display: none;
}

.stoccaggio {
	margin-bottom: 15px;
}

.stoccaggio input {
	width: 100%;
	cursor: pointer;
}

.shipping-method .box-footer {
	cursor: pointer;
}

.payment-method .box-footer {
	cursor: pointer;
}

.file-upload input[type='file'] {
  display: none;
}

.resp-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.resp-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.resp-table table tr td img {
  width: 50px;
  margin-right: 10px;
}

.resp-table table tr th.prodotto {
  width: 200px;
}

.resp-table table tr th.quantita {
  width: 156px;
}


.resp-table table tr th.elimina {
  width: 80px;
}

.resp-table table th,
.resp-table table td {
  padding: .625em;
  text-align: center;
}

.resp-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.resp-table table tr td.prodotto-row {
	text-align: left;
}

.totale {
	margin-top: 1rem;
	padding-left: 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}

.totale .totale-sum {
	position: absolute;
	right: 110px;
	top: 0;
}

.resp-table input,
.resp-table textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.resp-table input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.resp-table input::-webkit-outer-spin-button,
.resp-table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.resp-table .input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.resp-table .input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: 0;
}

.resp-table input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .resp-table table {
    border: 0;
  }

  .resp-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .resp-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .resp-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .resp-table table tr td.prodotto-row {
		text-align: right;
	}

	.resp-table table tr td img {
		margin-right: 0;
	}

	.resp-table table tr td .product-name {
		padding-top: 0.5rem;
		display: block;
	}
  
  .resp-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .resp-table table td:last-child {
    border-bottom: 0;
  }

  .resp-table .input-group {
  	margin: 0;
  	display: inline;
  }

  .totale .totale-sum {
		right: 15px;
	}

  #customer-order .blockquote h2 {
		font-size: 1.4rem;
	}
}
