html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, form {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Maven Pro', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  background-color: #E0E0E0;
}
a {
  border: 0;
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
div {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
input, textarea, select {
  font-family:inherit;
}
input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #212121;
}
/* evita che form si colori di giallo in chrome */
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
input:focus {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#username::-webkit-input-placeholder, #password::-webkit-input-placeholder{
  font-family: 'Maven Pro', Arial, sans-serif;
}
#username:-ms-input-placeholder, #password:-ms-input-placeholder{
  font-family: 'Maven Pro', Arial, sans-serif;
}
#username:-moz-placeholder, #password:-moz-placeholder{
  font-family: 'Maven Pro', Arial, sans-serif;
}
#username::-moz-placeholder, #password::-moz-placeholder{
  font-family: 'Maven Pro', Arial, sans-serif;
}
#t::-webkit-input-placeholder {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #909090;
  font-size: 17px;
}
#t::-webkit-input-placeholder {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #909090;
  font-size: 17px;
}
#t::-webkit-input-placeholder {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #909090;
  font-size: 17px;
}
#t::-webkit-input-placeholder {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #909090;
  font-size: 17px;
}

.floatLeft {
  float: left;
  display: inline;
}
.floatRight {
  float: right;
  display: inline;
}
.hidden {
  overflow: hidden;
}
.opacity {
  background-color: #303030;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.upper {
  text-transform: uppercase;
}
.trasparent {
  background-color: transparent!important;
}
.cursor {
  cursor: pointer;
}
.red-commet {
  color: #ED1C24;
}
.grey2{
  background-color: #C5C5C5!important;
}
#logo-cont h1, #logo-cont h2 {
  font-family: Arial, sans-serif;
}

#info-cookies {
  position: fixed;
  bottom:0;
  width:100%;
  background-color: #ED1C24;
  z-index: 1000;
}
#info-cookies p {
  max-width: 1024px;
  margin: 12px auto;
  padding: 0 70px 0 10px;
  font-size: 18px;
  line-height: 18px;
  text-align: justify;
  color: #FFFFFF;
}
.cookies-ok {
  width: 40px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin-top: -2px;
  margin-right: -60px;
  text-decoration: none;
  height: 21px;
  padding: 0;
  background-color: #FFFFFF;
  color: #1E1E1E;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.close-login, #close-login-resp {
  display: none;
}

#main-container {
  width: 100%;
  background-color: #FFFFFF;
}
#header-container {
  width: 100%;
  background-color: #E0E0E0;
  border-bottom: 2px solid #ED6368;
}

#box-login{
  display: none;
}
.login input {
  width: 230px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  padding: 10px;
}
.login-button{
  width: 250px;
  height: 40px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  background-color: #ED1C24;
  color: #FFFFFF;
  text-transform: uppercase;
}
.login-reg-button{
  background-color: #909090!important;
}
.login-button a{
  display: block;
  padding: 10px;
}
.separator-login{
  border-top: 1px solid #909090;
  height: 14px;
}
.profilo-login{
  font-size: 19px;
  margin-bottom: 15px;
}

.focus h2{
  text-transform: uppercase;
  padding: 0 25px 20px;
  color: #ED1C24;
  font-size: 20px;
}
.focus p{
  font-size: 18px;
  padding: 0 25px 25px;
}
.focus img{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}

#footer-cont{
  padding: 40px 20px;
  border-top: 2px solid #909090;
  background-color: #E0E0E0;
}
#footer-cont2{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
#footer-cont a{
  font-style: italic;
}
#foot-sinte{
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.social{
  margin: 0 4px;
}
.form-ricercaHome{
  padding: 20px;
}
.ricercaHome-title{
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  color: #ED1C24;
  padding-bottom: 15px;
  border-bottom: 2px solid #ED6368;
}
.ricercaHome-titleform{
  margin-bottom: 10px;
  font-size: 19px;
}
.ricercaHome-text {
  width: 98%;
  margin: 0 0 20px;
  background-color: #FFFFFF;
  padding: 0 0 0 1.5%;
  font-size: 17px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #C5C5C5;
}
.ricercaHome-submit {
  width: 50%;
  height: 30px;
  line-height: 30px;
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.blocco-filtro-cont{
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.blocco-filtro-tit{
  padding: 10px;
  background-color: #E0E0E0;
}
.blocco-filtro{
  padding: 10px;
}
.input-famiglialeghe{
  margin-top: 4px; margin-bottom: 8px;
}
.blocco-filtro-colorefamiglialega{
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.blocco-filtro-submit{
  text-transform:uppercase;
  background-color: #909090;
  color: #FFFFFF;
  margin: 0 10px 10px;
  display: block;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 17px;
}
.blocco-filtro-shape-cont{
  margin-bottom: 5px;
  position: relative
}
#blocco-filtro-shape-label img{
  position: absolute;
  top: -2px;
  left: 18px;
}
#blocco-filtro-shape-label span{
  margin-left: 33px;
}
.blocco-filtro-dimensioni-cont{
  padding: 80px 15px 50px;
  position: relative;
}
.blocco-filtro-dimensioni-tit{
  position: absolute;
  top: 10px;
  left: 10px;
}
.prodotto h2{
  line-height: 22px;
  color: #ed1c24;
  font-size: 18px;
  margin-bottom: 20px;
}
.prodotto-tipo-cont{
  margin-bottom: 10px;
}
.prev-tipo-cont{
  margin-bottom: 20px;
}
.prodotto-blocco-lega{
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
}
.prev-blocco-lega{
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
}
.prodotto-blocco-lega-tit{
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
}
.prev-blocco-lega-tit{
  height: 38px;
  line-height: 38px;
  margin-left: 15px;
}
.prodotto-blocco-sezione-tit{
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
}
.prev-blocco-sezione-tit{
  height: 38px;
  line-height: 38px;
  margin-left: 20px;
}
.prodotto-dim{
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px
}
.prev-dim{
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 18px
}
.prodotto-prop{
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px
}
.prev-prop{
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 18px
}
.form-prev{
  margin-top: 20px!important;
}
.button-prev{
  position: absolute;
  text-align: center;
  bottom:10px;
  right:10px;
  width: 45%;
  background-color: #909090;
  color: #FFFFFF;
  text-transform: uppercase;
}
.button-prev a{
  padding: 6px 8px;
  display: block;
}
.ias-trigger-next{
  text-align: center;
  cursor: pointer;
  float: left;
  line-height: 120px;
  background-color: #E0E0E0;
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  text-transform: uppercase;
  position: relative;
  padding: 40px 1% 40px;
  border: 1px solid #E0E0E0;
}
input.error {
  border-color: #CD1316!important;
}
select.error {
  border-color: #CD1316!important;
}
.form-txt{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
}
.txt{
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.form-title, .title{
  margin-bottom: 28px;
  font-size: 26px;
  line-height: 30px;
}
.form-sottotitolo{
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  border-bottom:1px solid #e0e0e0;
  padding-bottom: 20px;
}
.prev-text{
  margin: 20px 0 0;
  font-size: 20px;
}
.blocco-filtro input{
  margin-bottom: 7px;
}
.prezzo-cont{
  margin:40px 0;
  padding:20px;
  background-color: #E0E0E0;
}
.prezzo-cont-item{
  margin-bottom: 8px;
}
.prezzo-cont-space{
  height: 15px;
}
table.basket th, table.orders th {
  padding: 0 1%;
  background-color: #C5C5C5;
  color: #FFFFFF;
  height: 36px;
}
table.basket th.c1 {
  width: 9%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.basket th.c2 {
  width: 13%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.basket th.c3 {
  width: 17%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.basket th.c4 {
  width: 30%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.basket th.co3 {
  width: 26%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.basket th.co4 {
  width: 39%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}

table.orders th.c1 {
  width: 35%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
table.orders th.c2 {
  width: 13%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}

table.basket td, table.orders td {
  padding: 0 1%;
}
table.basket td.c1 {
  width: 9%;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.basket td.c2 {
  width: 13%;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.basket td.c3 {
  width: 17%;
  text-align: center;
  line-height: 18px;
  padding: 30px 2% 30px 2%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.basket td.c4 {
  width: 30%;
  text-align: center;
  line-height: 18px;
  padding: 30px 2% 30px 2%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.basket td.co3 {
  width: 26%;
  text-align: center;
  line-height: 18px;
  padding: 30px 2% 30px 2%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.basket td.co4 {
  width: 39%;
  text-align: center;
  line-height: 18px;
  padding: 30px 2% 30px 2%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}

table.orders td.c1 {
  width: 35%;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}
table.orders td.c2 {
  width: 13%;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
}

table.basket tr.tot {
  padding: 0 1%;
}
table.basket tr.tot .c5 {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #E0E0E0;
}
table.basket tr.tot .c6 {
  font-weight:bold;
  height: 50px;
  line-height: 50px;
  background-color: #E0E0E0;
  font-size: 17px;
  text-align: center;
}
table.basket tr.tot .c7 {
  font-weight:bold;
  height: 50px;
  line-height: 50px;
  background-color: #E0E0E0;
  font-size: 17px;
  padding-right: 2.5%;
  text-align: right;
}
table.basket tr.tot .c8 {
  font-weight:bold;
  height: 50px;
  line-height: 50px;
  background-color: #C5C5C5;
  font-size: 17px;
  padding-right: 2.5%;
  text-align: right;
}
table.basket tr.tot .c9 {
  font-weight:bold;
  height: 50px;
  line-height: 50px;
  background-color: #C5C5C5;
  font-size: 17px;
  text-align: center;
}
.carrtxt{
  margin: 25px 0;
}
#modpag, #modcons{
  margin-bottom: 28px;
}
.form-cc{
  width: 100%;
  max-width: 900px;
  position: relative;
  margin-bottom: 7px;
}
.form-cc input{
  width: 9%;
  height: 18px;
  border: 1px solid #e0e0e0;
  display: block;
  margin-top: 6px;
}
.form-cc label{
  width: 91%;
  padding: 0;
  margin-top: 2px;
}
.form-cc label.error{
  top: -42px;
  right: 0;
}
.form-cc-titolo{
  margin-right: 10px;
}
.form-cc-inputtext{
  line-height: 38px;
  position: relative;
}
.form-cc-inputtext{
  line-height: 38px!important;
}
.form-cc-inputcheck{
  margin-top: 12px!important;
}
.form-cc-inputtext label{
  width: auto!important;
}
#vettore{
  width: 50%;
  height: 38px;
  line-height: 20px;
  padding: 0 1.9%;
  border: 1px solid #e0e0e0;
  display: block;
  margin-left: 20px;
  margin-top: 0;
}
#indcons, #indfatt {
  margin-bottom: 30px;
}

@media (min-width: 20px) {
  #login-under1024, #boxLogin-under1280, #menu-container-under1024, #focus-under1024-over1280, #aprifiltri {
    display: block;
  }
  #login-over1024, #menu-container-over1024, #menu-container-over1280, #boxLogin-over1280, #resp-box-height, #focus-1024, #filtro-cont, #resp-1204, #chiudifiltri {
    display: none;
  }
  #header {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 80px;
  }
  .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    min-height: 600px;
    background-color: #FFFFFF;
  }
  .margin-container{
    margin: 5% 20px 0;
  }
  .form, .form-prev, .cont-txt{
    width: 100%;
    max-width: 900px;
    padding: 0 0 5% 0;
    margin: 0 auto;
  }
  #logo-cont {
    width: 165px;
    margin: 10px;
  }
  #logo-cont img {
    width: 60px;
    height: 60px;
  }
  #payoff {
    width: 100px;
    margin-left: 5px;
    height: 50px;
    margin-top: 5px;
  }
  #logo-cont h1 {
    text-align: center;
    font-size: 20px;
  }
  #logo-cont h2 {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
  }
  .login-cont-resp {
    position: absolute;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    width: 35px;
    right: 43px;
    line-height: 40px;
    text-align: center;
    background-color: #C5C5C5;
  }
  .right-container {
    height: 40px;
    margin: 0 10px 20px 185px;
    padding-top: 20px;
    position: relative;
  }
  .topright-container{
    width: 100%;
    height: 40px;
  }
  .bottomright-container{
    display: none;
  }
  .top-flag{
    height: 40px;
    width: 35px;
    background-color: #C5C5C5;
  }
  .top-flag img{
    width:35px;
    height:40px;
  }
  .top-cart{
    position: absolute;
    width: 35px;
    height: 40px;
    right: 86px;
    float: right;
    display: inline;
    background-color: #C5C5C5;
  }
  .top-cart img{
    width: 28px;
    height: 28px;
    margin: 9px 4px;
  }
  .top-cat-text{
    display: none;
  }
  .top-cat-count{
    position: absolute;
    top: 3px;
    left: 12px;
    font-size: 17px;
  }
  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 68px;
    right: 43px;
    background-color: #C5C5C5;
    z-index: 100000;
  }
  .box-search{
    width: 94%;
    height: 288px;
    position: relative;
    margin: 0 3% 5%;
    /*background-color: #EFEFEF;*/
    background-color: #E0E0E0;
  }
  .box-search-table{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .box-search-middle{
    display: table-cell;
    vertical-align: middle;
  }
  .bs-cont{
    background-color:#EFEFEF;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 280px;
  }
  #owl-slide{
    width: 94%;
    margin: 0 3% 5%;
  }
  .titolo-areaslide-strip-top{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
  }
  .titolo-areaslide-top{
    width: 90%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    line-height: 50px;
    z-index: 2000;
    text-align: right;
  }
  .titolo-areaslide-top h1{
    font-size: 26px;
    color: #FFFFFF;
  }
  .focus{
    background-color: #EFEFEF;
    width: 94%;
    margin-bottom: 5%;
    margin-left: 3%;
  }
  .focus-margin{
    margin-right: 3%;
  }
  .footer-logo{
    width: 50%;
    height: 60px;
    margin: 0 0 30px;
    text-align: left;
  }
  .footer-social{
    width: 144px;
    height: 40px;
    margin: 0 auto 40px;
  }
  #footer p{
    margin-bottom: 30px;
  }
  .prodotto-cont{
    margin-left: 0;
  }
  .prodotto{
    position: relative;
    width: 92%;
    margin: 0 0 5% 3%;
    padding: 3% 3%;
    border: 1px solid #E0E0E0;
  }
  .no-prodotto{
    margin: 0 0 5% 3%;
    padding: 1% 1% 60px;
  }
  .ias-trigger-next{
    width: 94%;
    margin: 0 0 5% 3%;
  }
  .filtro-container{
    width: 94.3%;
    margin: 0 3%;
  }
  .button-filter{
    width: 94.3%;
    margin: 0 3% 20px;
    background-color: #E0E0E0;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    color: #303030;
    text-transform: uppercase;
    cursor: pointer;
  }
  .form .form-field{
    width: 100%;
    max-width: 900px;
    margin-bottom: 10px;
    position: relative;
  }
  .form .form-field .form-label {
    width: 100%;
    height: 25px;
    padding: 0 1.5% 0 0;
    font-size: 18px;
    margin-top: 2px;
  }
  .form .form-field input{
    width: 96%;
    height: 38px;
    line-height: 20px;
    padding: 0 2%;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 18px;
    margin-top: 2px;
  }
  .form .form-field-data{
    line-height: 38px;
    margin-bottom: 25px;
    position: relative;
  }
  .form .form-field-data .form-label {
    width: 100%;
    line-height: 25px;
    padding: 0 1.5% 0 0;
    font-size: 18px;
    margin-top: 2px;
  }
  .form .form-field-data input{
    width: 96%;
    height: 38px;
    line-height: 20px;
    padding: 0 2%;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 18px;
    margin-top: 2px;
  }
  .filtro-text{
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 18px;
    margin: 10px;
  }
  .form .form-field textarea{
    line-height: 20px;
    padding: 2%;
    font-size: 18px;
    width: 96%;
    height: 140px;
    border: 1px solid #e0e0e0;
    display: block;
  }
  #formaddprodotto textarea{
    line-height: 20px;
    padding: 2%;
    font-size: 18px;
    width: 96%;
    height: 140px;
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    display: block;
  }
  .form-prev .form-field{
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    position: relative;
  }
  .form-prev .form-field .form-label {
    width: 100%;
    height: 25px;
    padding: 0 1.5% 0 0;
    font-size: 18px;
    margin-top: 2px;
  }
  .form-prev .form-field input{
    width: 96%;
    height: 38px;
    line-height: 20px;
    padding: 0 2%;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 18px;
    margin-top: 2px;
  }
  .form-prev .form-field textarea{
    line-height: 20px;
    padding: 2%;
    font-size: 18px;
    width: 96%;
    height: 140px;
    border: 1px solid #e0e0e0;
    display: block;
  }
  .form .form-field label.error, .form-prev .form-field label.error{
    font-size: 14px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 70px;
    text-align: right;
    color: #CD1316;
  }
  .form .form-field-textarea label.error{
    top: 7px!important;
  }
  .form .form-field-data label.error{
    font-size: 14px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 120px;
    text-align: right;
    color: #CD1316;
  }
  .form #modpag label.error, .form #modcons label.error {
    font-size: 14px;
    position: absolute;
    width: 50%;
    top: -25px;
    text-align: left;
    color: #CD1316;
    left: 0;
  }
  .form-cc-inputtext label.error {
    font-size: 14px;
    position: absolute;
    width: 100%!important;
    left: 53%!important;
    top: 28px!important;
    color: #CD1316;
  }
  .prev-form-col{
    width: 100%;
  }
  .submit-button{
    display: block;
    padding: 10px;
    width: 28%;
    margin-top: 10px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  .submit-cart-button{
    display: block;
    padding: 10px;
    width: 52%;
    margin-top: 10px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  #cart-resp, #orders-resp{
    display: block;
  }
  #cart, #orders{
    display: none;
  }
  .cart-resp-cont{
    width: 100%;
    border-bottom: 1px solid #BFC0C1;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cart-resp-text{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
  }
  .cr2{
    line-height: 26px;
  }
  .cart-resp-tot{
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .cart-button{
    display: block;
    padding: 10px;
    width: 35%;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  .acquista{
    margin-left: 20px;
    background-color: #C5C5C5!important;
  }
}

@media (min-width: 480px) {

}

@media (min-width: 650px) {
  .prodotto{
    position: relative;
    width: 43.6%;
    margin: 0 0 2% 3%;
    padding: 2% 2%;
    border: 1px solid #E0E0E0;
  }
  .no-prodotto{
    margin: 0 0 2% 3%;
    padding: 1% 1% 60px;
  }
  .ias-trigger-next{
    width: 43.6%;
    margin: 0 0 2% 3%;
  }
  .filtro-container{
    width: 94.8%;
    margin: 0 3%;
  }
  .button-filter{
    width: 94.8%;
    margin: 0 3% 20px;
    background-color: #E0E0E0;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    color: #303030;
    text-transform: uppercase;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .titolo-areaslide-strip-top{
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
  }
  .titolo-areaslide-top{
    width: 90%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    line-height: 90px;
    z-index: 2000;
    text-align: right;
  }
  .titolo-areaslide-top h1{
    font-size: 40px;
    color: #FFFFFF;
  }
}

@media (min-width: 1024px) {
  #login-over1024, #menu-container-over1024, #focus-1024, #filtro-cont, #resp-1204 {
    display: block;
  }
  #login-under1024, #boxLogin-over1280, #menu-container-over1280, #menu-container-under1024, #focus-under1024-over1280, #aprifiltri, #chiudifiltri {
    display: none;
  }
  #header {
    height: 120px;
  }
  #logo-cont {
    width: 295px;
    margin: 20px;
  }
  #logo-cont img {
    width: 80px;
    height: 80px;
  }
  #payoff {
    width: 140px;
    margin-left: 5px;
    height: 65px;
    margin-top: 15px;
  }
  #logo-cont h1 {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }
  #logo-cont h2 {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
  }
  .login-cont {
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    width: 155px;
    font-size: 16px;
    text-align: center;
    background-color: #C5C5C5;
    text-transform: uppercase;
    margin-right: 20px;
  }
  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 56px;
    right: 56px;
    background-color: #C5C5C5;
    z-index: 500;
  }
  .top-cart{
    position: relative;
    width: 90px;
    height: auto;
    float: right;
    display: inline;
    margin-right: 20px;
    background-color: transparent;
    top:0;
    right: 0;
  }
  .top-cart img{
    width:31px;
    height:31px;
    margin: 0;
  }
  .top-cat-text{
    display: block;
    position: absolute;
    top: 10px;
    left: 29px;
  }
  .top-cat-count{
    position: absolute;
    top: -2px;
    left: 9px;
    font-size: 17px;
  }
  .top-flag{
    width: auto;
    height:27px;
    background-color: transparent;
  }
  .top-flag img{
    width:36px;
    height:27px;
  }
  .right-container {
    height: 80px;
    margin: 0 20px 20px 270px;
    padding-top: 20px;
    position: relative;
  }
  .topright-container{
    width: 100%;
    height: 27px;
    margin-bottom: 24px;
  }
  .bottomright-container{
    width: 100%;
    height: 36px;
    position: relative;
    display: block;
  }
  .margin-container{
    margin: 4% 20px 0;
  }
  .form, .form-prev, .cont-txt{
    width: 100%;
    max-width: 900px;
    padding: 0 0 4% 0;
    margin: 0 auto;
  }
  .form-prev .form-field{
    width: 100%;
    max-width: 900px;
    margin-bottom: 15px;
    position: relative;
  }
  .box-search{
    width: 48%;
    height: 288px;
    position: relative;
    margin: 0 4% 4% 0;
    /*background-color: #EFEFEF;*/
    background-color: #E0E0E0;
  }
  #owl-slide{
    width: 100%;
    margin: 0 0 4%;
  }
  #owl-slide img{
    display: block;
    width: 100%;
    height: auto;
  }
  .focus{
    background-color: #EFEFEF;
    width: 48%;
    margin-bottom: 4%;
    margin-left: 0;
  }
  .focus-margin{
    margin-right: 4%;
  }
  .footer-logo{
    width: 150px;
    height: 150px;
    margin: 0 20px 0 0;
  }
  .footer-logo img{
    float: left;
    display: inline-block;
  }
  #footer{
    max-width: 984px;
    min-height: 100px;
    margin: 0 auto;
  }
  #footer p{
    margin-bottom: 30px;
  }
  .prodotto{
    position: relative;
    width: 45.6%;
    margin: 0 0 2% 2%;
    padding: 2% 2%;
    border: 1px solid #E0E0E0;
  }
  .no-prodotto{
    margin: 0 0 2% 2%;
    padding: 1% 1% 60px;
  }
  .ias-trigger-next{
    width: 45.6%;
    margin: 0 0 2% 2%;
  }
  .prodotto-cont{
    margin-left: 250px;
  }
  .filtro-container{
    width: 250px;
    margin: 0;
  }
  .form .form-field{
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    position: relative;
  }
  .form .form-field .form-label {
    width: 20%;
    height: 40px;
    padding: 0 1.5% 0 0;
    margin-top: 2px;
  }
  .form .form-field input{
    width: 74.2%;
    height: 38px;
    line-height: 20px;
    padding: 0 1.9%;
    border: 1px solid #e0e0e0;
    display: block;
    margin-top: 2px;
  }
  .form .form-field label.error {
    font-size: 14px;
    position: absolute;
    width: 100%;
    right: 3px;
    top: 43px;
    text-align: right;
    color: #CD1316;
  }
  .form .form-field-textarea label.error {
    top: 7px!important;
  }
  .form .form-field-data .form-label {
    width: 55%;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5% 0 0;
    margin-top: 2px;
  }
  .form .form-field-data input{
    width: 20%;
    height: 38px;
    line-height: 20px;
    padding: 0 1.9%;
    border: 1px solid #e0e0e0;
    display: block;
    margin-top: 2px;
  }
  .form .form-field-data label.error {
    font-size: 14px;
    position: absolute;
    width: 100%;
    right: 19.5%;
    top: 32px;
    text-align: right;
    color: #CD1316;
  }
  .prev-form-col{
    width: 48%;
  }
  .submit-button{
    display: block;
    padding: 10px;
    width: 18%;
    margin-top: 10px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  .submit-cart-button{
    display: block;
    padding: 10px;
    width: 30%;
    margin-top: 10px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  .cart-button{
    display: block;
    padding: 10px;
    width: 18%;
    margin-top: 10px;
    margin-bottom: 30px;
    float: right;
    text-align: center;
    background-color: #E0E0E0;
  }
  .acquista{
    margin-left: 20px;
    background-color: #C5C5C5!important;
  }
  #cart, #orders{
    display: block;
  }
  #cart-resp, #orders-resp{
    display: none;
  }
  .basket, .orders{
    width: 100%;
    font-size: 15px;
  }
  .form-cc-inputtext label.error {
    font-size: 14px;
    position: absolute;
    width: 100%!important;
    left: 57.5%!important;
    top: 28px!important;
    color: #CD1316;
  }
}

@media (min-width: 1280px) {
  #menu-container-over1280, #boxLogin-over1280, #focus-under1024-over1280, #resp-box-height {
    display: block;
  }
  #menu-container-over1024, #boxLogin-over1024, #menu-container-under1024, #boxLogin-under1280, #focus-1024 {
    display: none;
  }
  #payoff {
    width: 210px;
    margin-left: 5px;
    height: 50px;
    margin-top: 25px;
  }
  .menu-container{
    margin-right: 200px;
    margin-left: 340px;
    height: 120px;
  }
  .right-container {
    width: 155px;
    height: 80px;
    margin: 20px;
    padding: 0;
    float: right;
    display: inline;
    position: relative;
  }
  .topright-container{
    width: 100%;
    height: 27px;
    margin-bottom: 17px;
  }
  .bottomright-container{
    float: right;
    display: inline;
  }
  .top-cart{
    position: relative;
    width: 90px;
    float: left;
    display: inline;
    margin-right: 0;
  }
  .login-cont {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    width: 155px;
    font-size: 16px;
    text-align: center;
    background-color: #C5C5C5;
    text-transform: uppercase;
    margin-right: 0;
  }
  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 85px;
    right: 0;
    background-color: #C5C5C5;
    z-index: 500;
  }
  .margin-container{
    margin: 3% 20px 0;
  }
  .form, .form-prev, .cont-txt{
    width: 100%;
    max-width: 900px;
    padding: 0 0 3% 0;
    margin: 0 auto;
  }
  .box-search{
    width: 31.333%;
    height: auto;
    position: relative;
    margin: 0 3% 3% 0;
    /*background-color: #EFEFEF;*/
    background-color: #E0E0E0;
  }
  #owl-slide{
    width: 65.666%;
    margin: 0 0 3%;
  }
  .focus{
    background-color: #EFEFEF;
    width: 31.333%;
    margin-bottom: 3%;
    margin-left: 0;
  }
  .focus-margin{
    margin-right: 3%;
  }
  .prodotto{
    position: relative;
    width: 29%;
    margin: 0 0 2% 2%;
    padding: 1% 1%;
    border: 1px solid #E0E0E0;
  }
  .no-prodotto{
    margin: 0 0 2% 2%;
    padding: 1% 1% 60px;
  }
  .ias-trigger-next{
    width: 29%;
    margin: 0 0 2% 2%;
  }
}

@media (min-width: 1400px) {
  .prodotto{
    position:relative;
    width: 20.8%;
    margin: 0 0 2% 2%;
    padding: 1% 1%;
    border: 1px solid #E0E0E0;
  }
  .no-prodotto{
    margin: 0 0 2% 2%;
    padding: 1% 1% 60px;
  }
  .ias-trigger-next{
    width: 20.8%;
    margin: 0 0 2% 2%;
  }
}

@media (min-width: 1520px) {
  #logo-cont {
    width: 295px;
    margin: 20px 20px 20px 0;
  }
  .right-container {
    width: 155px;
    height: 80px;
    margin: 20px 0 20px 20px;
    position: relative;
  }
  .menu-container{
    margin-right: 180px;
    margin-left: 320px;
    height: 120px;
  }
  .margin-container{
    margin: 3% 0 0;
  }
}