html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif, Arial, Times, helvetica, Tahoma, sans-serif, sans, Verdana;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    color: #27292b;
}

.chiudi {
    clear: both;
    height: 0px;
}

.separacart {
    clear: both;
    height: 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

.sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.flexdiv {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexdivcenter {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.flexdivacapo {
    flex-flow: row wrap;
    justify-content: space-between;
}

.flexdivacapoleft {
    flex-flow: row wrap;
}

.bkg_black_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    background: rgba(0,0,0, 0.5);
    z-index: 5;
    /*display:none;*/
}

.nero {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.2);
}

.nerooperazioni {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.2);
    display: none;
}

.alertseleziona {
    position: fixed;
    z-index: 20;
    width: 90%;
    height: 30%;
    left: 5%;
    top: 35%;
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 40px;
    text-align: center;
    font-size: 1.5em;
    display: none;
}

.chiudialert {
    position: absolute;
    left: -11px;
    top: -12px;
}

.content {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.contentprod {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.spostatop {
    position: relative;
    height: 60px;
}

.top {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    padding: 10px 0px;
    z-index: 20;
    border-bottom: 1px solid #cccccc;
}

.logo {
    position: relative;
    width: 35%;
    height: 100%;
    float: left;
}

.logo a {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo a img {
    position: relative;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}

.menu_top {
    position: relative;
    width: 60%;
    height: 100%;
    float: left;
    text-align: center;
    display: none;
}

.menu_top li {
    display: inline-block;
    padding: 0px 10px;
    line-height: 40px;
}

.menu_top li a {
    position: relative;
    width: auto;
    height: 100%;
    color: #000000;
}

.menu_top li a:after {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    border-bottom: solid 1px #000000;
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.menu_top li a:hover:after {
    transform: scaleX(1);
}

.top_cart {
    position: relative;
    float: left;
    width: 45%;
    height: 100%;
    line-height: 40px;
    padding-left: 20px;
    opacity: 0;
}

.top_cart a {
    position: relative;
    color: #000000;
}

.top_cart a:after {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    border-bottom: solid 1px #000000;
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.top_cart a:hover:after {
    transform: scaleX(1);
}

.float_rgt {
    float: right;
}

.float_lft {
    float: left;
}


.contslide {
    position: relative;
    width: 100%;
    height: calc(40% - 60px);
}

.contslidepage {
    position: relative;
    width: 100%;
    height: calc(50% - 60px);
}

.slick-list, .slick-track {
    position: relative;
    height: 100% !important;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
    padding: 0 !important;
}

.slideimage {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideimagecatprod {
    position: relative;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.slidetit {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #696969;
    font-size: 2em;
    letter-spacing: 0px;
    text-shadow: 0px 0px 2px #ffffff;
    font-weight: bolder;
}

.content {
    position: relative;
    width: 95%;
}

.introdesc {
    position: relative;
    width: 100%;
    padding: 50px 0px 100px 0px;
    font-size: 1.2em;
}

.boxvetrina {
    position: relative;
    width: 50%;
    padding: 0px 10px;
    height: 250px;
    float: left;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.boxvetrina:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: scale(1.05);
}

.boxconsigliato {
    height: 300px !important;
}

.imgvetrina {
    position: relative;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.titprod {
    position: relative;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
}

.prezzoprod {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.1em;
    text-align: center;
    color: #000000;
}

.footer {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #cccccc;
    padding: 100px 0px;
}

.boxfooter {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 20px;
    line-height: 22px;
    padding-bottom: 50px;
}

.titfooter {
    position: relative;
    width: 100%;
    height: auto;
    font-weight: 600;
    padding-bottom: 30px;
}

.linkfooter a {
    display: inline-block;
    padding: 5px 0px;
    color: #000000;
}

.linkfooter a:hover {
    color: #cccccc;
}

.socialfooter a {
    display: inline-block;
    margin-right: 5px;
    color: #000000;
}

.socialfooter a:hover {
    color: #cccccc;
}

.boxfooter input[type=text] {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 250px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.boxfooter input[type=submit] {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-top: 20px;
}
.boxfooter .tijiao{
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-top: 20px;
}

.col_sxprod {
    width: 100%;
    float: left;
}

.imgsx {
    position: relative;
    width: 100%;
    /*height: 450px;*/
    min-height: 250px;
    padding-bottom: 20px;
    /*    border: 1px solid #000000;
        overflow: hidden*/
}

.imgsx img {
    position: relative;
    width:100%;
    /*    left: -15%;
        top: -100px;*/
    height: auto;
}

.col_dxprod {
    position: relative;
    width: 100%;
    float: right;
}

.titprodscheda {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-weight: 600;
    font-size: 2em;
}

.subtitprodscheda {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 10px;
    color: #696969;
    font-size: 1.1em;
}

.introprod {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.descbreve {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    line-height: 20px;
}

.contopzioni {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.extboxopz {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: left;
    margin: 1px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.extboxopz:hover {
    border: 1px solid #000000;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.boxopz {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}



.boxopzactive {
    border: 1px solid #000000;
}

.titopz {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    color: #696969;
}

.contfil input[type=radio] {
    display: none;
}

.contfil {
    position: relative;
    padding: 0px 0px;
}

.contfil .radiosel {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #cccccc;
    color: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contfil .radiosel:hover {
    color: #ffffff;
    background-color: #000000;
}

.radioselactive {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.boxprezzo {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    font-size: 1.5em;
}

.contprezzo {
    position: relative;
    width: auto;
    height: auto;
    float: left;
}

.contacquista {
    position: relative;
    width: auto;
    height: auto;
    float: right;
}

.contacquista a {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 0.7em;
}

.contacquista a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.titinfo {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    color: #696969;
}

.descrizioneestesa {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 22px;
}

.titcat {
    position: relative;
    width: 70%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 70px;
    border: 2px solid #cccccc;
    /*font-weight: 600;*/
    font-size: 1.5em;
    text-align: center;
}

.imagecatelenchi {
    position: relative;
    width: 45%;
    float: right;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 100px;
    display: none;
}

.imagecatelenchileft {
    position: relative;
    width: 45%;
    margin-right: 50px;
    margin-left: 10px;
    float: left;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 100px;
    display: none;
}

.boxelprodotti {
    position: relative;
    width: 50%;
    padding: 0px 10px;
    height: 250px;
    float: left;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.boxelprodotti:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: scale(1.05);
}
/* menu tendina */

.tendina {
    position: absolute;
    width: auto !important;
    /*right: 0;*/
    display: none;
    text-align: left;
    padding: 25px 100px 25px 25px !important;
    background:rgba(255,255,255, 0.8);
    z-index: 101;
    /*border: 1px solid #ff0000;*/
}

.tendina li {
    display: block;
    width: auto;
    /*line-height: 125px;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding: 0px;
    font-size: 1em;
    text-transform: lowercase;

}

.tendina li a {
    margin:0px;
    float: none;
    border: 0;
    line-height: 30px;
    width: auto;
    display: block;
    border-bottom: 0;
    /*font-style: italic;*/
    text-transform: initial
}

.tendina li a:hover {
    color: #cccccc;
}

.tendina li a::after {
    border-bottom: 0;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 5px 10px !important;
    color: white;
    border-radius: 5px !important;
    font: 0.8em 'Exo 2', Sans-Serif !important;
    text-transform: uppercase;
    box-shadow: none !important;

}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 22px;
    top: -20px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ffffff;
}

.carrellotop {
    position: absolute;
    width: 335px;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
    z-index: 999;
    right: -65px;
    border:1px solid #cccccc;
    line-height: normal;
    display: none;
}

.carrellotop a:after {
    border: 0;
}

.titcarttop {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-size: 1em;
    text-align: center;
    color: #696969;
}

.imgcarttop {
    position: relative;
    width: 30%;
    height: 100px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
}

.txtcarttop {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    padding: 0px 15px;
    font-size: 0.8em;
    line-height: 15px;
}

.prezzocarttop {
    position: relative;
    width: 20%;
    height: auto;
    float: left;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
}

.titolocarttop {
    position: relative;
    font-size: 1.3em;
    font-weight: 600;
    height: auto;
}

.rigacarttop {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.tastocancellatop {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 15px;
}

.tastocancellatop a {
    color: #ff0000;
}

.tastocancellatop a:hover {
    color: #000000;
}

.tastocancellatop a:after {
    border: 0;
}

.totaletop {
    position: relative;
    width: 50%;
    text-align: right;
    float: right;
    font-size: 0.8em;
}

#totcarttop {
    font-size: 1.7em;
    font-weight: bolder;
}

.cassatop {
    position: relative;
    width: 50%;
    text-align: left;
    float: left;
    font-size: 1em;
    margin-top: 5px;
}


.cassatop a {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
}

.cassatop a:hover {
    background-color: #000000;
}

/* carrello */

.contstep {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    text-align: center;
}

.boxstep {
    position: relative;
    width: 25%;
    padding: 10px 0px;
    float: left;
    text-align: center;
    border-left: 1px solid #cccccc;
    font-size: 0.75em;
}

.boxstep:first-of-type {
    border: 0;
}


.textgrey {
    color: #cccccc;
}

.boxstep a {
    color: #000000;
}

.boxstep a:after {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    border-bottom: solid 1px #000000;
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.boxstep a:hover:after {
    transform: scaleX(1);
}


.rigacart {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #000000;
}

.imgcart {
    position: relative;
    width: calc(15% - 10px);
    height: 100px;
    margin-right: 10px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.txtcart {
    position: relative;
    width: 25%;
    height: auto;
    float: left;
    font-size: 0.8em;
    color: #000000;
    line-height: 15px;
}

.titoloartcart {
    font-weight: bolder;
    font-size: 1.2em;
    color: #000000;
}

.quantitacart {
    position: relative;
    width: 20%;
    height: auto;
    float: left;
    font-weight: bolder;
    color: #000000;
    font-size: 1em;
    text-align: center;
}

.prezzoart {
    position: relative;
    width: 17.5%;
    height: auto;
    float: left;
    font-weight: bolder;
    color: #000000;
    font-size: 0.9em;
    text-align: right;
}

.totaleartcart {
    position: relative;
    width: 17.5%;
    height: auto;
    float: left;
    font-weight: bolder;
    color: #000000;
    font-size: 0.9em;
    text-align: right;
}

.cancellacart {
    position: relative;
    width: 5%;
    height: auto;
    float: left;
    font-weight: bolder;
    color: #000000;
    font-size: 0.9em;
    text-align: right;
}

.cancellacart a {
    color: #ff0000;
}

.cancellacart a:hover {
    color: #000000;
}

.totalecart {
    position: relative;
    width: auto;
    float: right;
    height: auto;
    font-size: 1em;
}

.continua {
    position: relative;
    float: left;
    height: auto;
    width: auto;
    margin-top: 5px;
}

.continua a {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
}

.continua a:hover {
    background-color: #000000;
}

.resptastoacq {
    display: block;
}

/* registrazione */


.col_sx {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.col_dx {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
}

.titoliform {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    font-size: 1.5em;
    font-weight: 600;
}

.registrati input[type=text], .registrati input[type=password], .registrati select {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.registrati input[type=submit] {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-bottom: 20px;
}

.labelinput {
    position: relative;
    width: 100%;
    height: 40px;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.labeltitoli {
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

.errorelogin {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid #ff0000;
    color: #ff0000;
    display: none;
}

input.error, select.error, textarea.error {
    border: 1px solid red !important;
}

#menulogin  {
    margin-right: 50px;
    float: left;
    display: none;
}

.bandacarrello {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #cccccc;
    margin-bottom: 20px;
}

.checkpagamento {
    position: relative;
    width: 10%;
    float: left;
    text-align: left;
    padding-right: 20px;
    padding-top: 10px;
}

.nomepagamento {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.nomepagamento img {
    max-width: 200px;
    margin-bottom: 10px;
}


.sxbanda {
    position: relative;
    width: 60%;
    float: left;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formbanda {
    position: relative;
    width: 100%;
    float: left;
}

.dxbanda {
    position: relative;
    width: 25%;
    float: right;
    text-align: right;
    font-size: 1.2em;
    font-weight: bolder;
    padding-top: 10px;
}

.formbanda input[type=text] {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 50%;
    background-color: #ffffff;
    float: left;
}

.formbanda input[type=submit] {
    border: 1px solid #696969;
    padding: 7px;
    width: 30%;
    background-color: #696969;
    float: left;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
}

.eliminabuono {
    padding-top: 10px;
    font-size: 0.9em;
}

.back_white {
    background-color: #ffffff;
}

#totaleordine {
    font-size: 1.7em;
    font-weight: bolder;
}

.submitacquista {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.2em;
    font-weight: 600;
    border: 0;
    margin-bottom: 20px;
}

.submitacquista:hover {
    background-color: #000000;
}

.linkcond {
    color: #696969;
}

.linkcond:hover {
    text-decoration: underline;
}

/**/

.titolipagine {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 2em;
    font-weight: 600;
}

.sottotitolipagine {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 1.2em;
    font-weight: 300;
    color: #696969;
}

.imgprincipale {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.descrizionepagine {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 1.2em;
    font-weight: 300;
    color: #000000;
    line-height: 25px;
}

.descrizionepagine a {
    color: #000000;
}

.descrizionepagine a:hover {
    color: #696969;
}

.imggallcont {
    position: relative;
    width: calc(50% - 20px);
    height: 200px;
    margin: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.logtop {
    display: none;
}

/**/

.ituoiordini table {
    width: 100%;
}

.ituoiordini table td {
    border: 1px solid #cccccc;
    padding: 5px;
    font-size: 0.9em;
}

.ituoiordini table tr:nth-child(1) {
    font-weight: bolder;
    color: #ffffff;
    background-color: #999999 !important;
}

.ituoiordini table tr:nth-child(odd) {
    background: #ffffff;
}
/*  Define the background color for all the EVEN background rows  */
.boxteituoiordinistoprod table tr:nth-child(even) {
    background: #E2DFDE;
}

.intestazioneordine {
    position: relative;
    /*padding-top: 10px;*/
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    color: #27292b;
}

.intestazioneordine:hover {
    background-color: #cccccc;
}

.boxintestazioneordine {
    position: relative;
    width: 50%;
    padding: 5px 10px;
    height: auto;
    float: left;
    line-height: 20px;
    font-size: 0.8em;
}

.dettaglioordine {
    padding-bottom: 30px;
}

.prodcorr {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.contfiltri {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
}

.contfiltri a {
    color: #000000;
}

.contfiltri a:hover {
    color: #696969;
}

.boxcatfiltri {
    display: inline-block;
    padding: 7px 15px;
    background-color: #f5f5f6;
    margin: 0px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.boxfiltro {
    display: inline-block;
    padding: 5px 10px;
    line-height: 20px;
}

.boxfiltro input[type=checkbox] {
    display: none;
}

.immaginefiltro {
    height: 20px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #cccccc;
    margin-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.filtrihidden {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}

.filtriselezionati {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

.filtriselezionati a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #696969;
    margin: 0px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
}

.filtriselezionati a:hover {
    background-color: #cccccc;
    color: #000000;
}



/**/

.width_15 {
    width: 15%;
}

.width_35 {
    width: 35%;
}

.width_40 {
    width: 20%;
}

.width_33 {
    width: 33%;
    float: left;
    padding-right: 20px;
}

.width_50 {
    width: 50%;
    float: left;
}

.width_100 {
    width: 100%;
}

.height_70 {
    height: 70px;
}

.height_15 {
    height: 15px;
}

.eliminabuono {
    display: none;
}

.eliminabuono a {
    color: #000000;
}

.eliminabuono a:hover {
    color: #ff0000;
}

.nodisplay {
    display: none;
}

.display {
    display: block;
}

.boxevidenza {
    position: fixed;
    width: 90%;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    left: 5%;
    background-color: #ffffff;
    z-index: 999;
    padding: 50px;
    color: #000000;
    line-height: 25px;
    font-size: 1.1em;
    border: 5px solid #cccccc;
    /*text-align: center;*/
}

.boxevidenza input[type=text] {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 250px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.boxevidenza input[type=submit] {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-top: 20px;
}

.boxevidenzatit {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.4em;
    color: #ffffff;
    padding-bottom: 30px;
    font-style: italic;
}

.chiudibox {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -30px;
    top: -30px;
}

.chiudibox img {
    max-width: 100%;
}

.contbannersped {
    position: absolute;
    width: 100%;
    top: 60px;
}

.bannernatale {
    position: relative;
    width: 100%;
    background: rgba(255,0,0, 0.7);
    padding: 10px;
    text-align: center;
    /*top: 60px;*/
    color: #ffffff;
    z-index: 9;
    font-weight: 600;
}

.bannerspedtop {
    position: relative;
    width: 100%;
    background: rgba(0,0,0, 0.4);
    padding: 10px;
    text-align: center;
    /*top: 60px;*/
    color: #ffffff;
    z-index: 9;
    font-weight: 600;
}

.contattileft {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
}

.contattiright {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    font-size: 0.8em;
}

.contattiright input[type=text], .contattiright select {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.contattiright input[type=submit] {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-bottom: 20px;
}
.contattiright .tijiao {
    padding: 10px 15px;
    height: auto;
    background-color: #696969;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
    border: 0;
    margin-bottom: 20px;
}

.contattiright textarea {
    border: 1px solid #cccccc;
    padding: 7px;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

/* icona responsive */

.contieniicona {
    position: absolute;
    background:#000000;
    display:inline-block;
    border-radius:500px;
    position: absolute;
    padding:10px;
    cursor:pointer;
    top: -5px;
    right: 0;
    display: block;
}
.icocircle {
    width:30px;
    height:30px;
    position:relative;
}
.icoline {
    position: absolute;
    height: 3px;
    width:100%;
    background:white;
    border-radius:8px;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.icotop {
    top:24%;
}
.icomiddle {
    top:48%;
}
.icobottom {
    top:70%;
}
.icoicon.icoclose .icotop {
    transform:rotate(45deg);
    top:48%;
}
.icoicon.icoclose .icomiddle, .icoicon.icoclose .icobottom {
    transform:rotate(-45deg);
    top:48%;
}

.menucomparsa {
    width: 80%;
    padding: 20px;
    height: auto;
    min-height: 100%;
    right: 100%;
    position: fixed;
    z-index: 9999999;
    /*background-color: #1b1b1b;*/
    background-color: #ffffff;
    top: 60px;
    text-align: left;
    z-index: 90;
}

.menucomparsa ul {
    width: auto;
    padding-top: 10px;
}

.menucomparsa li {
    display: block;
    height: 35px
}
.menucomparsa li a {
    position: relative;
    width: auto;
    padding: 0px ;
    color: #000000;
    font-size: 1.1em;
}

.menucomparsa li a:hover {
    /*color: #04c4d9;*/
    color: #696969;
}

.menucomparsa li a:after {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -15px;
    left: 0%;
    /*border-bottom: solid 1px #04c4d9;*/
    /*border-bottom: solid 1px #cd1e25;*/
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.menucomparsa li a:hover:after {
    transform: scaleX(1);
}

.menucomparsa a.menutop_active {
    color: #cd1e25;
}

.menucomparsa a.menutop_active:after {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -15px;
    /*border-bottom: solid 1px #04c4d9;*/
    border-bottom: solid 1px #cd1e25;
    transform: scaleX(1);
}

.subtendina {
    padding-bottom: 20px;
}

#resplogin li {
    padding-left: 10px;
    font-size: 0.9em;
    height: 25px;
}

/* instagram */

.linkinsta {
    width: 100%;
    height: auto;
}

.box_insta {
    position: relative;
    width: 100%;
    height: auto;
    /*float: left;*/
    padding: 10px;
    border:1px solid #ffffff;
    color: #000000;
    line-height: 20px;
    font-size: 1.1em;
}

.box_insta_img {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.neroinsta {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.2);
}

.box_insta_img .neroinsta {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.box_insta_img:hover .neroinsta {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.box_insta_img .neroinsta p {
    padding: 30px;
    width: calc(100% - 60px);
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    word-wrap: break-word;
    font-size: 0.9em;
}

.box_insta_img:hover .neroinsta p {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/**/

.infoaggiuntive {
    position: relative;
    padding: 100px 0px;
    background-color: #f5f5f6;
    margin-top: 50px;
    line-height: 20px;
}

.infoaggiuntive td {
    padding: 0px 25px;
}


.infoaggiuntive table td:first-child {
    width: 20% !important;
}

.infoaggiuntive img {
    max-width: 100% !important;
}


.titsugg {
    font-weight: bolder;
    font-size: 1.2em;
    padding-bottom: 50px;
}

.contloghi {
    text-align: center;
}

.contloghi img {
    display: block;
    padding: 50px 0px;
    max-width: 150px;
    margin: 0 auto;
}

.milestone {
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    display: none;
}

.milestone img {
    max-width: 100%;
    padding: 20px;
}

.milestonemobile {
    padding-top: 200px;
}