/* column width of items cell in cart */
/* end */
/* ===========================================================================================================
	FORMS
============================================================================================================= */
/*
* customButton(larghezza, altezza, coloreFont, coloreSfondo, coloreFontHover, coloreSfondoHover, coloreBordo, coloreBordoHover)
*/
/*
* customBox(larghezza, coloreFont, coloreSfondo, coloreFontHover)
*/
/*
* customLink(colore, coloreHover, align, TextDecoration, TextTransform, is Block?)
*/
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

/* MIXIN FOR FIXED WIDTH INNER CONTAINER */
/*
html, body {
	background: $white;
	font-family: $font-georgia;
	font-size: 14px;
	color: $gray;
}

#otherCountriesBody {
	margin-bottom: 20px;

}

.othercountryForm {
	.hiddenSubmit {
		display: none;
	}

	input {
		display: block;
		width: 280px;
		margin-bottom: 20px;
	}

	.fakeSelect {
		display: block;
		width: 292px;
	}

	#privacy {
		margin: 20px 0;
	}
}*/
