﻿body{
    font-family:'Open Sans';
    padding:0;
    margin:0;
    font-size:15px;
}

.Container{
    width:950px;
    margin:0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ScrittaOverGioielli{
    right:10px;
    bottom:20px;
    text-align:center;
    background-color:#ffffff;
    padding:20px;
/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255,255,255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255,255,255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#HprChiSiamo{
    display:none !important;
}

.Corpo100Desktop{
    width:100%!important;
}

.Corpo80Desktop{
    width:80% !important;
}

.Corpo50Desktop{
    width:50% !important;
}

.Corpo33Desktop{
    width:33% !important;
}


#BtnTornaAlSitoMobile, #BtnTornaAlSitoMobileDaCarrello{
    display:none;
}

.Padding10x5Desktop {
    padding: 10px 5px !important;
}

/***********************
    MENU TOP
***********************/
.BoxMenu {
    margin:0;
    float:left;
    padding:20px 9px;
    text-align:center;
    height:55px;
    font-size:0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left:0;
}


/***********************
    UPGRADE
***********************/


.Testo0e9{
    font-size:0.72em;
}

.Testo1e1{
    font-size:90%;
}

.Testo2{
    font-size:140%;
}
.Testo3{
    font-size:200%;
}
/******************* HEADER MOBILE **************/

#LoginMobile{
    display:none;
}

#LoggatoMobile{
    display:none;
}

#ElencoMenuMobile, #ElencoCategorieMobile{
    display:none;
}

#LblNomeProdottoMobile, #LblNomeProdotto2Mobile{
    display:none;
}

#BtnTornaAlSitoMobile, #BtnTornaAlSitoMobileDaCarrello{
    display:none;
}


/***********************
    ARTICOLI
***********************/


.page {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #6b6b6b;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.ArticoloFotoAltezza{
    height:250px;
}

@keyframes Compari {
  0% {
    top:340px;
  }
  100% {
    top:235px;
  }
}

#ArticoloBottom{
    display:none;
    top:235px;
}

#ArticoloTopBottom{
    top:290px;
}

#ArticoloTop:hover + #ArticoloBottom{
    display:block;
    animation: Compari 0.5s normal;
}

#ArticoloBottom:hover{
    display:block;
}


/***********************
   FILTRI
***********************/

.FiltroBottom{
    display:none;
    margin-top:10px;
}

.FiltroTop:hover .FiltroBottom{
    display:block;
}

.FiltroBottom:hover{
    display:block;
}


#FiltriScoll.fixed {
      position: fixed;
      top: 0;
      left:0;
      z-index:99999;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 7px 0px rgba(50, 50, 50, 0.75);
}

/***********************
   SCHEDA ARTICOLO
***********************/


h1.SchedaArticolo{
    font-size:24px;
    font-weight:lighter;
}

/***********************
   CARRELLO
***********************/

#LblNomeProdottoMobile, #LblNomeProdotto2Mobile{
    display:none;
}
