/*Colore sfondo bianco*/
body{
background-color:#ffffff;
}
/*Colore sfondo header bianco*/
#rt-header{
background-color:#ffffff;
}

#rt-logo {
margin-top:10px;
height: 38px;
}




#rt-header{
	z-index:1000;	
}

#rt-top-surround {
background-color: #ffffff;
background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
background-image: -o-linear-gradient(top,#ffffff,#dddddd);
background-image: linear-gradient(to bottom,#ffffff,#dddddd);
background-repeat: repeat-x;
filter:none;
color:#ffffff;
text-shadow: none;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
box-shadow: 0 0px 0px rgba(0,0,0,0.3);
border-bottom: 0px solid #ffffff;
}



@media screen and (max-width: 600px) {
#rt-showcase{
	display:none;
}
}





@media screen and (max-width: 600px) {


#rt-header{
z-index:auto !important;
}

.layout-mode-responsive .gf-menu-toggle {
padding: 7px 10px;
border: 1px solid #343434;
border-top: 0;
border-radius: 4px;
background-color: #2b2b2b;
background-image: -moz-linear-gradient(top,#3a3a3a,#141414);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#3a3a3a),to(#141414));
background-image: -webkit-linear-gradient(top,#3a3a3a,#141414);
background-image: -o-linear-gradient(top,#3a3a3a,#141414);
background-image: linear-gradient(to bottom,#3a3a3a,#141414);
background-repeat: repeat-x;
filter: none;
-webkit-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
position: absolute;
z-index: 2;
top: 40px;
left: 20px;
cursor: pointer;
}

.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
-webkit-transition: left 0.2s ease-out;
-moz-transition: left 0.2s ease-out;
-o-transition: left 0.2s ease-out;
transition: left 0.2s ease-out;
position: fixed !important;
top: 0;
left: -200px;
right: 0;
bottom: 0;
margin: 0 !important;
z-index: 6000;
overflow: auto !important;
background: #dc3c1d;
border: 0;
-webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.5) inset, 0px 0 0 rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.5) inset, 0px 0 0 rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 0 0px rgba(0, 0, 0, 0.5) inset, 0px 0 0 rgba(0, 0, 0, 0.3) inset;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
width: 200px;
}


}

/*Menù*/

.gf-menu .item {
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 21px;
color: #dc3c1d;
padding: 4px 8px;
text-align: left;
text-shadow: none;
text-decoration: none;
display: block;
outline: 0;
cursor: pointer;
border-right: 1px solid #dc3c1d;
}

.gf-menu li {
float: left;
display: block;
text-align: center;
text-shadow: 0px 0px 0 #ffffff;
position: relative;
padding: 0;
margin-right: 0px;
border: 0px solid transparent;
}


.gf-menu.l1 > li.active a{
color:#ffffff;
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}



.gf-menu.l1 > li.active {
background: #dc3c1d;
color:#dc3c1d;
border: 0px solid #c4c4c4;
border-radius: 0px;
text-decoration:underline;
text-shadow: 0px 0px 0 #ffffff;
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1), 0px 0px 0px #ffffff;
-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1), 0px 0px 0px #ffffff;
box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1), 0px 0px 0px #ffffff;
}

.gf-menu.l1 > li:hover {
background: #dc3c1d;
color:#ffffff !important;
border: none;
border-radius: 0px;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow:#ffffff;
}


.gf-menu.l1 > li:hover > .item .border-fixer {
display: block;
position: absolute;
height: 2px;
width: 100%;
bottom: -2px;
left: 0px;
background:#dc3c1d;
color:#ffffff;
z-index: 1001;
text-shadow: 0px 0px 0 #ffffff;
}

.gf-menu .dropdown {
margin: 0 auto;
padding: 10px 0;
position: absolute;
opacity: 0;
left: -999em;
text-align: left;
border: none;
border-top: 0;
background: #dc3c1d;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
border-radius: 0px;
-webkit-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
z-index:1000;
text-shadow: 0px 0px 0 #ffffff;
}

.gf-menu .dropdown ul li:hover > .item {
border-radius: 0px;
border: 0px solid #343434;
background: #ce8816;
border-top: 0;
text-shadow: none;
-webkit-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
}




.gf-menu .dropdown ul li:hover > .item .border-fixer {
display: block;
position: absolute;
height: 100%;
width: 2px;
right: -1px;
text-shadow: 0px 0px 0 #000000;
-webkit-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858;
-moz-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858;
box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858;
top: 0px;
background:none;
z-index: 1001;
}

.gf-menu .dropdown li:hover > .flyout {
left: 100%;
top: 1px;
margin-left: -6px;
border-top: 0;
border-radius: 0px;
text-shadow: 0px 0px 0 #ffffff;
-webkit-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 0px #343434, inset 0px 0px 0px #585858, 0px 0px 0px rgba(0,0,0,0.2);
}




.gf-menu .dropdown ul li .item:hover {

background:none;
border-bottom: 1px solid #ffffff;
text-decoration:underline;

border-radius: 0px;
text-shadow: 0px 0px 0 #000000;
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
}

.gf-menu .dropdown ul li.parent:hover > .item {
 border-radius: 0px;
}


.gf-menu .dropdown ul li a.item {

border: 0px solid #ffffff;
background:#dc3c1d;
color:#ffffff !important;
border-radius: 0px;
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
box-shadow: inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px #3c3c3c;
margin-bottom :2px;

}





.gf-menu.l2 > li:active {
background: #ffffff;
border: none;
border-radius: 0px;
padding:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color:#FFFFFF;
}

.layout-mode-responsive .gf-menu.l1 > li {
margin-right: 0px;
}

.rt-block {
padding: 0px;
margin: 0px;
}






/*
.rt-container {
margin: 0 auto;
background-color:#ffffff;
}
Fine blocco menù*/






/*Blocco showcase, ovvero immagine sotto il menù*/
#rt-showcase {
padding-top:8px;
background-color: #ffffff;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: none;
border-bottom: 0px solid #ffffff;
-webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,0.15);
-moz-box-shadow: inset 0 0px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 0px 0 rgba(0,0,0,0.15);
text-shadow: 0 0px 0px #ffffff;
}

#rt-drawer {
background: #ffffff;
border-bottom: 0px solid #000000;
-webkit-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
}

.rt-showcase-pattern {
background-image: none;
background-size: none;
background-position: none;
}
/*Fine showcase*/

/*Blocco feature, ovvero spazio riservato ai "nostri prodotti"*/
#rt-feature{
padding-top:50px;	
background-color:#ffffff;
}
/*Fine feature*/

/*Blocco feature, ovvero immagine"*/
#rt-utility{
margin-top:20px;
background-color:#ffffff;
background-position:center;
}
/*Fine utility*/

/*Blocco maintop, ovvero spazio riservato alle Curiosità"*/
#rt-maintop {
background: #ffffff;
border-bottom: 0px solid #ffffff;
box-shadow: 0 0px 0 #cecece, inset 0 0px 0px 0 rgba(0,0,0,0.1);
}
/*Colori vari alle intestazioni*/

.title, .component-content h2 {
color: #dc3c1d;
text-shadow: 1px 1px 0 #ffffff;
border-bottom: 1px solid #d1d1d1;
-webkit-box-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0 1px 0 #ffffff;
box-shadow: 0 1px 0 #ffffff;
}		

#rt-maintop .h1 {
color: #dc3c1d;
}

#rt-maintop .h2, h5, h6 {
color: #4e4d52;
}

#rt-maintop .h4 {
color: #7b240f;
}

#rt-maintop .h3 {
color: #ce8816;
}
/*Fine main-top*/

/*Blocco mainbottom, ovvero immagine"*/

#rt-fullwidth{
margin-top:15px;
background-color:#ffffff;
}

#rt-mainbottom{
background-color:#ffffff;
}


h2.title{
	padding-left:10px;

}


/*Fine mainbottom*/










/*Linee divisorie articoli*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav {
display: block;
border-top: 1px solid #d1d1d1;
}

.title, .component-content h2 {
color: #dc3c1d;
text-shadow: 1px 1px 0 #ffffff;
border-bottom: 0px solid #d1d1d1; /*elimina la linea*/
-webkit-box-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0 1px 0 #ffffff;
box-shadow: 0 1px 0 #ffffff;

}
/*Fine linee divisorie*/



.component-content .blog h2 {
margin-top: 10px;
}



/*Blocco rt-container, ovvero blocco news"*/
#rt-main .rt-container{
margin-top:15Px;
background-color:#ffffff;	
}
		/*Colori vari alle intestazioni*/
h1 {
color: #dc3c1d;
}

h3 {
color: #ce8816;
}

h4 {
color: #7b240f;
}

h2, h5, h6 {
color: #4e4d52;
}
/*Fine rt-container*/

#rt-mainbottom {
background-color:#dc3c1d;
}

form {
margin: 20px 20px 20px;
margin-top: 20px;

}

table.cart th {
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
text-align: center;
padding: 1px;
color: #ffffff;
}

#rt-mainbottom .rt-container .rt-block {
align-items:center;
margin: 10px;
border-radius: 6px;
background: #ffffff;
background-image: none;
background-image: none;
background-image: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
text-shadow: none;
border-radius: 5px;
box-shadow: 2px 2px 2px #242223;
-moz-box-shadow: 2px 2px 2px #242223;
-webkit-box-shadow: 2px 2px 2px #6e6e6e;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #FFFFFF;
filter: none;
}

#order_add_info {
width: 300px;
height: 70px;
}

/* Menu Responsive */
.responsiveMenuTheme5d.isDesktop a {
    color: #dc3c1d;
    padding: 10px 15px 10px !important;
    border-right: 1px solid #dc3c1d !important;
    text-decoration: none;
}

.responsiveMenuTheme5d.isDesktop li:hover > a, .responsiveMenuTheme5d.isDesktop li.active > a, .responsiveMenuTheme5d.isDesktop li:hover > span.separator, .responsiveMenuTheme5d.isDesktop > li:hover > span.navHeader {
    color: #ffffff !important;
    background-color: #dc3c1d !important;
	text-decoration: none !important;
}

.responsiveMenuTheme5d.isDesktop li li a, .responsiveMenuTheme5d.isDesktop li li span.separator {
	font-size: 13px;
    color: #ffffff !important;
    background: #dc3c1d !important;
    border: 5px solid #dc3c1d !important;
	/*border-radius: 0 5px 5px 5px;*/
    position: relative;
    z-index: 100;
}

.responsiveMenuTheme5d.isDesktop li.active > a {
    text-decoration: underline !important;
}

.responsiveMenuTheme5d.isDesktop li li:hover > a {
    text-decoration: underline !important;
}

.responsiveMenuTheme5d.isDesktop li li a.parent {
    background-image: url(../images/upArrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}

.responsiveMenuTheme5d.isDesktop > li > .parent, .responsiveMenuTheme5d.isDesktop > li.deeper > span {
    background-image: url(../images/downArrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 105% 50% !important;
}

/*Menu mobile*/
.toggleMenu {
    display: none;
    color: #ffffff;
    padding: 10px 15px;
	border: 1px solid #ffffff !important;
    height: 40px;
    padding: 0 0px 0 40px;
    line-height: 40px;
    border-radius: 5px;
    font-family: "Dosis","Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 15px;
}

.responsiveMenuTheme1m.isMobile > li {
    float: none;
    border: 1px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile a:hover, .responsiveMenuTheme1m.isMobile li.active > a, .responsiveMenuTheme1m.isMobile li > span.separator:hover {
    color: #ffffff;
    background-color: #D08A1A !important;
}

@media only screen and (max-width: 1024px) {
.rt-container [class*="rt-grid"] {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    z-index: 100000;
}
}

/*z-index Allert Cookies*/

div#cadre_alert_cookies {
    z-index: 1000000 !important;
}


