body, td, tr{
	font-size: 12px;
}

#menu_container_mobile{
	display: none;
}

#header_image{
	object-fit: cover;
	width: auto;
    height: 100%;
	object-position: left;
	max-width: 100%;
	filter: saturate(0.7);
}

#header_image_container{
	height: 90px;
}

#menu_container{
	height: 20px;
	position: sticky;
    top: 0;
    z-index: 90;
}

#menu_container a{
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
	font-size: 15px;
	height: 35px;
	transition: 0.15s linear background-color;
}

#menu_container table{
	height: 35px;
	-webkit-box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.5); 
	box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.5);
	background-color: #dadbc3 !important;
}

#menu_container a:hover {
    background-color: rgba(255,255,255,0.5) !important;
}

#sidebar{
	/*max-width: 134px;*/
	background-color: #838374 !important;
}

#sidebar table{
	border-collapse: collapse;
	border: none;
	border: 1px solid rgba(0,0,0,0);
}

#sidebar *:not(input){
	background-color: #838374 !important;
}

#sidebar a, #sidebar b, #sidebar td{
	color: #f7f7f7;
}

#second_sidebar{
	/*margin-left: -145px;*/	
	/*display: block;*/
}

#products_container{
	padding-right: 14px;
	padding-top: 10px;
	padding-left: 14px;
	vertical-align: top;
}

#mobile_header{
	display: none !important;
}

table#page_container{
	width: 1200px;
	max-width: 100%;
	table-layout: fixed;
	/*min-height: 1000px;*/
}

a:link, a:hover, a{
	font-size: 12px;
}

td.item table, td.item td{
	width: 100%;
}

td.item td{
	position: relative;
}

td.item p[align=left]{
	min-height: 30px;
}

td.item div{
	width: 100% !important;
	text-align: center;
}

#product_image{
	padding-top: 15px;
	box-sizing: border-box;
}

td.item img, #product_image img{
	width: 100%; /*Compatibilità*/
	width: fit-content;
	max-width: 100%;
	/*height: fit-content;*/
	height: auto;
	min-height: 150px;
    max-height: 150px;
	position: relative;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

td.item img:before, #product_image img:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
	height: 100%;
    background-image: url(https://icon-library.com/images/not-found-icon/not-found-icon-28.jpg);
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
	background-color: white;
}

.lamp2{
	display: inline !important;
	visibility: hidden !important;
}

tr.item td{
	position: relative;
	padding: 5px;
	box-sizing: border-box;
}

tr.item .product_image{
	display: block;
	min-width: 150px;
	min-height: 150px;
	/*height: 100%;*/
	width: 100%;
    object-fit: contain;
    position: relative;
}

tr.item img.product_image:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://icon-library.com/images/not-found-icon/not-found-icon-28.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

tr.item table.product_list_buttons{

	bottom: 5px;
}

tr.item a{
	line-break: anywhere;
}

tr.item_cart td{
	position: relative;
}

tr.item_cart img.product_image:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://icon-library.com/images/not-found-icon/not-found-icon-28.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
	left: 0;
    top: 0;
}

td#sidebar table{
	width: 90%;
}

.item_cart .product_image{
	width: 150px;
    height: auto;
}

.item_cart .cart_button{
	height: 10px;
    width: 15px;
    font-size: 10px;
    padding: 0;
    line-height: 7px;
    text-align: center;
}

#cookie_usage_container_id{
	position:fixed;
	z-index:500;
	bottom:0;
	margin:0;
	background-color:rgba(0, 0, 0, 0.8);
	text-align:left;
	color: #FFFFFF;
	font-size: 1.5em;
	width: 100%;
	left: 0;
	right: 0;
}

#cookie_buttons{
	float: right;
	bottom: 10px;
	right: 10px;
}

.cookie_button{
	cursor: pointer;
	border:0;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 1);
	font-size: 18px;
	padding: 8px 10px;
	min-width: 150px;
	margin-left: 20px;
}

a.text{
	text-decoration: underline;
}

.empty_td{
	display: none;
}

.blink {
  animation: blinker 1.4s cubic-bezier(0.88, 0.06, 0.87, 0.07) infinite;
}

.blink.delay {
  animation-delay: 0.7s;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

td#sidebar input[type="text"]{
	width: 100% !important;
    height: 30px;
	box-sizing: border-box;
	padding: 5px;
	background-color: rgba(255,255,255,0.74);
    border: 0;
    border-radius: 3px;
}

td#second_sidebar{
	background-color: #838374 !important;
}

table#categories_list td, table#categories_list a{
	color: #f7f7f7;
}

table#categories_list{
	width: 90%;
}

table#categories_list, table#categories_list td{
	background-color: #838374 !important
}

td#second_sidebar table td div{
	height: 14px !important;
    width: 200px !important;
    word-break: break-all;
    line-height: 14px;
    white-space: break-spaces;
}

table#products_table{
	width: 100%;
}

table#products_table.fixed{
	table-layout: fixed;
}

table#products_list{
	width: 100% !important;
}

table#products_list + table{
	width: 100% !important;
}

table#prices_table{
	width: 100%;
}

td#products_container select{
	height: 30px !important;
}

td#products_container input[name="piLOGIN"]{
	width: 150px;
}

td#products_container input[name="cfLOGIN"]{
	width: 180px;
}

.amz-grey-button{
	width: calc(50% - 18px);
}

table#anagrafica_table_container{
	margin: 0 auto;
}

input[name="PEC"], input[name="codiceutente"]{
	width: 90% !important;
}

table#anagrafica_table{
	border: 0;
}

input#buy_button{
	background-color: #FFD814;
	border: 0;
	border-radius: 19px;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
	white-space: nowrap;
	padding: 0 15px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83); 
	box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83);
	color: #343333;
	float: left;
	margin: 0 5px;
}

input#buy_button:hover{
	background-color: #F7CA00;
}

table#product_buy{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

table#product_buy .cornetta{
	right: 250px;
	left: auto;
	top: 8px;
}

.yellow_button{
	background-color: #FFD814;
	border: 0;
	border-radius: 8px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	white-space: nowrap;
	padding: 2px 35px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83); 
	box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83);
	color: #343333;
}

.yellow_button:hover{
	background-color: #F7CA00;
}

.grey_button{
	background-color: #d1d1d1;
	border: 0;
	border-radius: 8px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	white-space: nowrap;
	padding: 2px 35px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83); 
	box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.83);
	color: #343333;
}

.grey_button:hover{
	background-color: #c1c1c1;
}

input#qty_input{
	height: 23px;
	font-size: 15px;
	float: left;
}

#categories_table{
	table-layout: fixed;
}

#categories_table tr td:nth-child(1){
	width: 1%;
}

#categories_table tr td:nth-child(2):not(.cat_width_ric) font{
	width: 0;
    display: inline-block;
}

#categories_table tr td:nth-child(2){
	width: 100%;
}

#categories_table tr td:nth-child(3){
	width: 1%;
	display: none;
}

#categories_table tr td:nth-child(3).ric{
	display: table-cell;
}

#categories_table tr td:nth-child(3) a:nth-child(1){
	overflow-x: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
    display: inline-block;
}

#categories_table tr td:nth-child(2) a:nth-child(1){
	overflow-x: hidden;
	text-overflow: ellipsis;
	max-width: 650px;
    display: inline-block;
}

#categories_container{
	width: 100%;
}

.categorie{
	font-size: 15px;
	word-break: break-word;
}

.categorie2{
	font-size: 12px;
}

.cat_width_ric{
	width: 50px !important;
}

.quantitaParentiProdotti *{
	display: inline-block;
	margin: 10px 5px 0px 5px;
}

td.product_cart div{
	width: 230px !important;
}

.cornetta{
	position: absolute;
	left: 0;
	bottom: 4px;
}

input[name="prodotto"], input[name="pdesc"]{
	width: calc(100% - 10px);
}

input[type="radio"].client_type_button{
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

input[type="radio"].client_type_button + label span{
	font-size: 48px;
	color: white;
	margin-top: 15px;
	margin-bottom: 5px;
}

input[type="radio"].client_type_button + label {
    background-color: #d8d9c9;
    border-radius: 5px;
    border: 1px solid black;
    /*box-shadow: 0 0 17px -10px #000000;*/
    margin: 5px;
    color: black;
	cursor: pointer;
	display: block;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	transform: translateY(10px);
	width: 200px;
}

input[type="radio"].client_type_button + label:hover{
	background-color: #b8b99e;
}

input[type="radio"].client_type_button:checked + label{
	/*background-color: #464639;*/
}

#user_menu{
	display: inline-block;
	position: relative;
}

#user_menu a{
	min-width: 138px;
	text-align: center;
}

#user_menu > a:nth-child(1){
	background-color: rgba(108, 114, 87, 0.18);
}

#dropdown_user_menu a{
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	color: #f7f7f7;
}

#dropdown_user_menu{
	display: none;
	position: absolute;
	width: 100%;
	background-color: #838374 !important;
	-webkit-box-shadow: 0px 8px 15px 1px rgba(0,0,0,0.5); 
	box-shadow: 0px 8px 15px 1px rgba(0,0,0,0.5);
}

#user_menu:hover #dropdown_user_menu{
	display: block;
}

span.message {
    display: block;
	border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
	font-size: 12px;
}

span.message.good{
    background-color: lightgreen;
    border: 1px solid green;
}

span.message.bad{
    background-color: #ffd2d2;
    border: 1px solid red;
}

.add_remove_cart{
	width: 100px;
}

.add_remove_cart form{
	width: calc(100% - 40px);
	padding-left: 15px;
	padding-right: 5px;
}

.dialog-button{
	width: calc(50% - 8.5px);
	margin: 5px auto 10px auto;
}

#price_container{
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	margin-top: 18px;
	border-radius: 5px;
	padding-top: 5px;
	width: auto !important;
}

#price_container td{
	padding: 5px 20px 5px 20px;
}

.discount_crossed{
    text-decoration: line-through;
    text-decoration-thickness: 2.2px;
    text-decoration-color: red;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	text-align: center;
	font-size: 12px !important;
}

#lista_botteghe a font{
	text-decoration: underline;
}

#footer_container > td:nth-child(1){
	background-color: #838374 !important
}

h1{
	font-size: 12pt;
}

a.pallino_webp{
	position: relative;
}

a.pallino_webp:after{
	content: ' \25CF';
    position: absolute;
    font-size: 25px;
	color: black;
	display: none;
}

a.pallino_webp.pallino_verde:after{
	color: green;
	display: inline-block;
}

#scheda_product_title{
	text-align: right;
}

@media only screen and (max-width: 900px){
	
	#scheda_product_title{
		text-align: center;
	}

	.add_remove_cart form{
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top: -30px;
		display: block;
		float: inherit;
		max-width: 80%;
	}
	
	.hide{
		display: none;
	}

	#user_menu{
		width: 100%;
		margin-top: 15px;
	}
	
	#user_menu_mobile{
		color: #42412C;
	}
	
	#user_menu #dropdown_user_menu{
		position: static;
		display: block;
		-webkit-box-shadow: none; 
		box-shadow: none;
	}
	
	#dropdown_user_menu a{
		text-align: center;
	}
	
	#user_menu_default{
		margin-top: 15px !important;
		display: block;
	}
	
	#func_menu.hide, #func_menu2.hide, #user_menu.hide, #user_menu_default.hide{
		display: none;
	}
	
	td#second_sidebar table td div{
		height: 24px !important;
		line-height: 20px;
		width: 100% !important;
		text-overflow: clip;
		overflow: hidden;
	}
	
	#categories_table tr td:nth-child(2) a:nth-child(1){
		overflow-x: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		display: inline-block;
	}
	
	#categories_table tr td:nth-child(2) nobr{
		word-wrap: normal;
		white-space: nowrap;
	}
	
	#categories_table tr td:nth-child(2){
		width: 95%;
	}
	
	body{
		padding: 0;
	}
	
	html.noscroll, body.noscroll{
		overflow-x: hidden;
	}
	
	p{
		font-size: 18px;
	}
	
	textarea{
		max-width: 100%;
	}
	
	input[type="text"]{
		max-width: 100%;
	}
	
	h1{
		font-size: 18px;
	}
	
	td{
		font-size: 16px;
	}

	a:link, a:link span{
		font-size: 16px;
	}
	
	span{
		margin: 0 !important;
	}
	
	nobr{
		word-wrap: break-word;
		white-space: break-spaces;
	}
	
	.show_mobile{
		display: table-cell !important;
	}
	
	#mobile_header{
		display: none !important;
	}	

	table#page_container{
		max-width: 100% !important;
		width: 100% !important;
		table-layout: auto;
		min-width: 0;
		min-height: 0;
	}

	#sidebar{
		display: none;
		position: absolute;
		width: 100%;
		max-width: 100%;
		font-size: 16px !important;
		height: 100%;
		margin: 0;
		z-index: 999;
	}

	#sidebar table{
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	#sidebar table input[type="text"]{
		width: calc(100% - 8px) !important;
	}

	#sidebar *{
		font-size: 16px !important;
	}

	.empty_td_mobile{
		display: none;
	}

	#header_image_container{
		width: 100%;
		height: 130px;
	}

	#header_image{
		max-width: 100%;
	}

	#products_container{
		padding: 10px 10px !important;
		width: 100%;
	}
	
	#products_container.hide{
		display: none;
	}
	
	#products_container a{
		word-break: break-word;
	}
	
	#products_container img{
		max-width: 100%;
		height: auto;
	}
	
	#products_table table{
		max-width: 100%;
		width: 100% !important;
		table-layout: fixed;
	}

	#products_table{
		width: 100%;
		overflow-x: clip;
	}
	
	table#products_table.fixed{
		table-layout: auto;
	}
	
	#products_table .item{
		display: block;
		width: 100%;
		float: left;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}

	#products_table .item *:not(b){
		font-size: 18px;
	}

	#products_table .item a b{
		white-space: break-spaces;
		word-break: break-word;
	}	

	#products_table .item table{
		width: 100% !important;
		max-width: 100%;
		table-layout: fixed;
	}
	
	#products_table .item table td{
		width: 100%;
		text-align: center;
	}

	#products_table .item img:not(.SpriteInterfaccia){
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	
	#products_table .item img.SpriteInterfaccia{
		display: none;
	}

	#products_table .item table div[align="left"]{
		width: 100% !important;
	}
	
	tr.item td{
		position: static;
	}

	#products_table #product_image{
		display: block;
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	#products_table #product_image img{
		width: 100%;
		height: auto;
	}

	#products_table #product_price{
		display: block;
		font-size: 16px;
		width: calc(100% - 20px);
		padding: 10px;
	}
	
	#products_table #product_buy{
		table-layout: auto;
	}
	
	#products_table #product_buy .cornetta{
		text-align: center;
		display: none;
	}
	
	#products_table #product_buy form{
		text-align: center;
	}
	
	td.item img{
		min-height: 150px;
		max-height: 100%;
	}
	
	input#buy_button{
		width: 65%;
		height: 50px;
		font-size: 20px;
		float: none;
		min-width: 210px;
		margin-top: 5px;
	}
	
	#products_table #product_price table{
		table-layout: auto;
		text-align: center;
	}
	
	#products_table #product_price table td{
		text-align: center;
	}
	
	#products_table #product_buy table td{
		display: block;
		text-align: center;
	}
	
	#footer_container{
		max-width: 100%;
	}

	#footer_container td table{
		max-width: 100%;
		table-layout: fixed;
		display: none;
	}

	#shinystat_container{
		display: none;
	}

	#menu_container{
		display: none;
		z-index: 999;
	}
	
	#menu_container font{
		display: none;
	}

	#menu_container_mobile{
		/*background-color: #d7c47c;*/
		padding: 5px 5px 8px 12px;
		margin: 0;
		display: table-cell;
		height: 40px;
		background-color: #dadbc3 !important;
		top: 0;
		z-index: 90;
		-webkit-box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.5); 
		box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.5);
		background-color: #dadbc3 !important;
		filter: drop-shadow(0 0 6px black);
	}

	#menu_container_mobile #menu_button{
		font-size: 35px;
	}
	
	#menu_container_mobile #right_button{
		font-size: 35px;
		float: right;
		margin-right: 10px;
	}

	#menu_container table{
		background-color: #838374 !important;
		table-layout: fixed;
		width: 100%;
	}

	#menu_container table td{
		display: block;
		width: 100%;
		text-align: center;
	}

	#menu_container table td:nth-child(1){
		margin-top: -15px;
	}

	#menu_container a{
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 0;
		height: 60px;
		line-height: 60px;
		color: #f7f7f7;
	}

	#menu_container a font{
		font-size: 20px !important;
	}

	#second_sidebar{
		position: absolute;
		display: none;
		right: 0;
		height: fit-content;
		width: 100%;
		word-break: break-word;
		margin: 0;
		z-index: 999;
		min-height: calc(100% - 118px);
	}
	
	#second_sidebar > table{
		width: 70%;
	}
	
	#second_sidebar font b{
		font-size: 16px;
	}
	
	#second_sidebar td[colspan="1"]{
		font-size: 16px;
	}
	
	#second_sidebar td div{
		height: auto !important;
		width: 100% !important;
		font-size: 16px;
	}
	
	#second_sidebar #products_table{
		width: 70%;
		border: 2px solid black;
	}
	
	#second_sidebar #products_table .item img{
		width: calc(100% - 10px);
		height: auto;
	}
	
	#categories_table td:nth-child(2){
		width: 90%;
	}
	
	img.dimensione{
		max-width: 90% !important;
		height: auto;
	}
	
	img.dimensione:hover{
		-ms-transform: scale(1,1) !important;
		-webkit-transform: scale(1,1) !important;
		-moz-transform: scale(1,1) !important;
		-o-transform: scale(1,1) !important;
	}
	
	input[name="quantita"]{
		font-size: 20px;
	}
	
	input[type="image"].card.SpriteInterfaccia{
		transform: scale(1.5);
		margin-left: 10px;
	}
	
	table#products_list{
		border: 0;
	}
	
	table#products_list tr.item{
		margin: 20px auto;
		border: 2px solid #C8AC4A;
		width: calc(100% - 4px);
		position: relative;
		padding-bottom: 50px;
	}
	
	tr.item table.product_list_buttons td{
		display: block;
	}
	
	table#products_list tr.item > td{
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	table#products_list tr.item td.product_cart{
		position: absolute;
		bottom: 5px;
		left: 0;
	}
	
	td.product_cart div{
		width: 100% !important;
	}
	
	td.product_cart input#qty_input{
		visibility: hidden;
		height: 0;
		width: 0;
		margin: 0;
		border: 0;
		padding: 0;
	}
	
	.item_cart input#qty_input{
		float: none !important;
	}
	
	table#products_list tr.item td.product_cart input#buy_button{
		width: 100%;
	}
	
	table#products_list tr.item td.product_cart td:nth-child(2){
		display: none;
	}
	
	
	#products_table .item_cart img:not(.SpriteInterfaccia){
		width: 100%;
		height: auto;
	}
	
	table#products_list tr.item_cart{
		margin: 20px auto;
		border: 2px solid #C8AC4A;
		width: calc(100% - 2px);
		position: relative;
	}
	
	table#products_list tr.item_cart font{
		font-size: 20px;
	}
	
	table#products_list tr.item_cart > td{
		display: block;
		width: 100% !important;
		margin: 0;
		border: 0 !important;
		padding: 10px;
		box-sizing: border-box;
	}
	
	table#products_list tr.item_cart ul{
		display: block;
		float: inherit;
		width: 110px;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		margin-bottom: 45px;
	}
	
	table#products_list tr.item_cart ul li{
		display: block;
		float: left;
		transform: scale(3,3);
		margin: 0 20px;
	}
	
	table#products_list tr.item_cart td.product_cart{
		position: absolute;
		bottom: 15px;
	}
	
	table#products_list thead{
		display: none;
	}
	
	td.add_remove_cart{
		position: relative;
	}
	
	.add_remove_cart input{
		font-size: 20px;
		width: 80px;
	}
	
	table#buttons_table{
		margin: 0 auto;
		width: 80%;
	}
	
	table#buttons_table td{
		display: block;
		text-align: left !important;
		width: auto;
	}
	
	table#prices_table{
		max-width: calc(100% - 10px);
	}
	
	table#prices_table thead{
		float: left;
		 width: 46%;
	}
	
	table#prices_table tbody{
		float: right;
		width: 54%;
	}
	
	table#prices_table td{
		display: block;
		width: calc(100% - 8px);
	}
	
	table#prices_table tr{
		display: block;
		width: 100%;
	}
	
	table#prices_table td#totale_cell::after {
		content: "\a\a";
		white-space: pre;
	}
	
	select{
		font-size: 20px;
	}
	
	
	input[type="submit"][name="invia_stato"]{
		font-size: 18px;
		margin-top: 20px;
	}
	
	input[type="image"][name="Login"]{
		transform: scale(1.8) translateX(-20%);
	}
	
	input[type="text"]{
		font-size: 16px;
	}
	
	td#BordoAltoBassoSinistro{
		display: block;
		width: 100%;
		border-top: 2px solid #8f8556;
		border-left: 2px solid #8f8556;
		border-right: 2px solid #8f8556;
		border-bottom: none;
	}
	
	td#BordoAltoBassoDestro{
		display: block;
		width: 100%;
		border-top: none;
		border-left: 2px solid #8f8556;
		border-right: 2px solid #8f8556;
		border-bottom: 2px solid #8f8556;
	}
	
	table#payments_list{
		margin-left: 50%;
		transform: translateX(-50%);
	}
	
	table#payments_list td{
		display: block;
	}
	
	table#payments_list td#info_td::after{
		content: "\a\a";
		white-space: pre;
	}
	
	table#addresses_list td{
		display: block;
	}
	
	table#anagrafica_table > tbody > tr > td{
		display: block;
		width: calc(100% - 8px);
		text-align: left;
	}
	
	table#table_c td, table#table_s td, table#table_c1 td, table#table_s1 td{
		display: block;
	}
	
	table#tabella_fat_el{
		max-width: 100%;
		min-width: 0;
	}
	
	table#tabella_fat_el td{
		display: block !important;
	}
	
	table#anagrafica_table input[type="text"], table#anagrafica_table input[type="email"]{
		max-width: calc(100% - 8px);
	}
	
	table#anagrafica_table select{
		max-width: calc(100% - 2px);
	}
	
	table#contacts_number td{
		display: block;
		width: auto;
	}
	
	#cookie_usage_container_id{
		left: 0;
		margin-left: 0;
		width: 100%;
		font-size: 16px;
	}
	
	#cookie_usage_container_id #cookie_buttons{
		float: none;
	}
	
	#cookie_usage_container_id .cookie_button{
		width: 100%;
		height: 50px;
		margin: 5px auto;
	}
	
	button.yellow_button, button.grey_button{
		width: 100%;
	}
	
	.address-block {
		width: calc(100% - 10px);
		box-sizing: border-box;
		height: auto !important;
	}
	
	.buttons{
		width: 100%;
		box-sizing: border-box;
	}
	
	.amz-button .amz-span .amz-text{
		font-size: 16px;
	}
	
	.amz-grey-button{
		width: 100%;
		box-sizing: border-box !important;
		font-size: 16px !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.block p {
		font-size: 18px;
	}
	
	.address-block p b {
		font-size: 20px;
		white-space: normal !important;
	}
	
	.address-block .buttons{
		position: static;
	}
	
	#categories_table strong{
		overflow-x: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		display: inline-block;
	}
	
	input#qty_input{
		height: 42px;
		font-size: 20px;
		float: none;
		width: 200px !important;
		margin: 15px 0;
	}
	
	#categories_table tr td:nth-child(2):not(.cat_width_ric) font{
		display: none;
	}
	
	.dialog-button{
		width: 100%;
	}
	
	.edit{
		position: static !important;
		width: 100% !important;
		margin: 5px 0;
		margin-top: 10px !important;
	}
	
	#user_menu > a:nth-child(1){
		background-color: transparent;
	}
}

@media only screen and (max-width: 800px){
	#header_image_container{
		height: 90px;
	}
}

@media only screen and (max-width: 520px){
	#header_image_container{
		height: 60px;
	}
}