#D3B879@font-face {
  font-family: 'FFSHAMELFAMILY-SANSONEBOLD';
  src: url('fonts/FFSHAMELFAMILY-SANSONEBOLD.ttf') ;
  font-weight:900;
}
@font-face {
  font-family: 'FFSHAMELFAMILY-SANSONE';
  src: url('fonts/FFSHAMELFAMILY-SANSONEBOOK.ttf') ;
  font-weight:400;
}

div,a,span,ul,ol,p,input[type=submit]{
	font-family:'FFSHAMELFAMILY-SANSONE' !important;
	line-height: 1.6em !important;	
	font-weight:400;
}

h1,h2,h3,h4,h5,h6{
	font-weight:900;
	font-family: 'FFSHAMELFAMILY-SANSONE' !important;
	line-height: 1.3em !important;
}

/*my account page - my order*/
.woocommerce-info
{
	position: relative;
	border: 4px solid #d3b879;
}
 .woocommerce-info .button
{	
	right:unset !important;
	left: 26px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul > li > a
	{
		background-color: #D3B879 !important;
	}
.woocommerce-MyAccount-navigation ul > li.is-active a, .woocommerce-MyAccount-navigation ul > li a:hover, .woocommerce-MyAccount-navigation ul > li a:focus
{
	color: #D3B879 !important;
	background-color: #f0f2f5 !important;
}
.woocommerce-account .woocommerce-MyAccount-content
{
	min-height:450px !important
}