@import url("style.css");

#fatturadiv
{
	margin-bottom: 2rem;
}

body#tinymce.mceContentBody
{
	background:#efefef url(../images/bkg/pattern.jpg);
}
.pure-form input
{
	color: #000;
}

/*.page-image .gallery a img {
  margin-top: 4px;
  margin-right: 4px;
}
*/

/*.product.varie {
  background:#fff url(../images/cat/aarie.png) left 5px bottom 22px no-repeat;
  background-size:28px 28px;
}
*/
/*.product {
  background:#fff url() left 5px bottom 22px no-repeat;
  background-size:28px 28px;
}
*/


.breadcrumbs span
{
	cursor: pointer;
}

.page_news_container_transparent 
{
  opacity: .7;
}

#page_news {
  background: transparent;
  color: #000;
  position: relative;
  margin-left: 0;
  bottom: auto;
  left: auto;
  width: 96%;
  max-width: 600px;
  font-size: 115%;
}

#page_news p 
{
  margin: 0;
  padding: 0;
}

#page_news 
{
  display: none;
}

#page_news p:last-child
{
  padding-bottom: 20px;
}

#page_news img
{
  width: 150px;
  float:left;
  margin:0 10px 10px 0;
}

#page_news.featherlight-inner
{
  display: block;
}

#mainnews {
  padding-top: 20px;
  top: 160px;
  bottom: auto;
  height: 180px; 
  overflow-y: auto;
}

#mainnews p 
{
  margin: 0;
  padding: 0;
}

#mainnews p:last-child
{
  padding-bottom: 20px;
}

#mainnews img
{
  width: 150px;
}

#mainnews_close_button
{
	position: absolute;
	width: 1%;
	top: 2px;
	right: 10px;
	color: #d32520;
	cursor: pointer;
}

#highlights .intro {
    text-align: left;
}
.prezzoajax #ImportoTotale
{
	color: #d32520;
	font-size: 150%;
}

select[name=IDCostoSpedizione].not_too_large,
select[name=IDModalitaPagamento].not_too_large
{
max-width: 500px;
}

/*background piu scuro*/
#content
{
	background:	linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bkg/pattern.jpg);	
}

/*sistemazione combobox*/
.scombobox
{
	display: inline-block !important;
	margin: 0 !important;
	overflow: visible;
}

#page-content .scombobox-list p
{
	text-shadow: none;
	color: #000;
}

.scombobox-list
{
	overflow-x: hidden;
}

.scombobox-display
{
	height: inherit !important;
}

.scombobox-display.scombobox-invalid
{
	background-color: #fff !important;
}

input[type=file]
{
	color: #fff;
}

fieldset#fieldset_to_clone
{
	display: none;
}

#lbl_valutazione_bottone_invia
{
	margin-left: .4rem;
}

.pure-form .pure-input-1-4 
{
	width: auto;
}	

#ImportoCoupon
{
	margin-left: 1rem;
}

#ImportoCoupon:before
{
	content: '€ ';
}

#paypal-button-container 
{
	display: none;
}

#disabilita_tutto {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	height: 1000rem;
    display: none;
}

/************************************************/
@media screen and (max-width: 479px) 
{
	#mainnews
	{
		padding-top: 2%;
	}
	#mainnews.featherlight-inner img
	{
		display:none;
	}
	.pure-form .pure-input-1-4 ,
	#Testo196
	{
		width: 100%;
	}	
}
  
@media screen and (max-width: 1200px) 
{
	select[name=IDCostoSpedizione].not_too_large,
	select[name=IDModalitaPagamento].not_too_large
	{
	max-width: 300px;
	}
	
}

