@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.show-mobile {
  display: block;
}
.hide-mobile {
  display: none !important;
}

.box1-1,
.box1-3h,
.box1-3 {
  width: 100%;
  box-sizing: border-box;
  padding: 1%;
}

.box1-8 {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 1%;
}

.box1-10 {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0.5%;
}

.banner-footer2 {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
  padding: 6vw 5px;
}

.container {
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}

header {
  min-height: 40px;
}

header .logo {
  float: left;
  width: 150px;
  overflow: hidden;
  padding-top: 10px;
}
header .logo img {
  width: 100%;
}
header .logo .lingue {
  width: 40%;
  padding-top: 5px;
}
header .logopayoff {
  width: 60%;
}
header .payoff {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 8px;
}
header .carrello {
  float: left;
  width: 250px;
  margin-left: 5px;
  padding-top: 15px;
}

header .carrello .carrellotxt {
  font-size: 12px;
}

header .carrello .carrelloval {
  font-size: 16px;
  line-height: 16px;
}
header .carrello .ico-carrello {
  width: 50px;
}

.selectRicercaInterna {
  width: 100%;
}

.opzionivarie {
  width: 660px;
}
.puliscisessione {
  width: 225px;
}
.altreopzioni {
  width: 435px;
}

.chosen-container-single .chosen-single.chosen-default span {
  font-size: 20px;
}
.shadowselect {
  display: none;
}

header .iconeMobile {
  display: block;
  background: #000;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  padding: 0 2%;
  border-bottom: 1px solid white;
}

/* ICONE MOBILE */
header .searchTop {
  width: 50px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  float: right;
  padding: 8px 0 0 0;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
  height: 50px;
  cursor: pointer;
  position: relative;
}
header .searchTop i {
  color: white;
  font-size: 30px;
}
header .loginTop {
  width: 50px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  float: right;
  padding: 8px 0 0 0;
  text-align: center;
  border-left: 1px solid white;
  height: 50px;
  position: relative;
  cursor: pointer;
}
header .loginTop i {
  color: white;
  font-size: 30px;
}
header .loginTop .logged {
  color: #d71920;
  font-size: 20px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
header .carrTop {
  width: 50px;
  height: 50px;
  float: right;
  padding: 0 0 0 0;
  margin-right: 4px;
  text-align: center;
  position: relative;
}
header .carrTop i {
  color: white;
  font-size: 30px;
  height: 50px !important;
  padding: 9px 0 5px 6px;
}
header .carrTop .carrellopieno {
  color: #d71920;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  right: 3px;
  border-left: 0;
  height: auto !important;
}
header .searchTop .ricercapieno {
  color: #d71920;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  right: 3px;
  border-left: 0;
  height: auto !important;
}
.slide {
  background-size: auto 100%;
  height: 250px;
}
.slide .slidebkg {
  border: 0px;
  width: 100%;
  float: none;
  background-color: rgba(215, 25, 32, 0.8);
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  height: 120px;
}
@media (max-width: 400px) {
  .slide .slidebkg {
    height: 150px;
  }
}
.slide .containertextslide {
  width: 100%;
}
.slide .containertextslide > div {
  width: 55%;
}
.slide .containertextslide > div > span {
  width: 100%;
  display: inline-block;
}
.slide .containertextslide > div > a {
  bottom: 50px;
  position: absolute;
  right: 10px;
}
.slide .slidebkg .slidetesti {
  height: auto;
  padding: 10px;
}
.slide .slidebkg .slidetesti .titoloslide {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  width: 100%;
}
.slide .slidebkg .slidetesti .titolettoslide {
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}

.logPanel {
  position: fixed;
  width: 100%;
  background-color: #e6e6e6;
  top: 50px;
  margin-left: -2%;
  padding: 5px 20px 12px 20px;
  text-align: right;
  font-size: 16px;
  display: none;
}
.ricercaPanel {
  position: fixed;
  width: 100%;
  background-color: #e6e6e6;
  top: 50px;
  margin-left: -2%;
  padding: 5px 20px 12px 20px;
  text-align: right;
  font-size: 16px;
  display: none;
}
.ricercaPanel .select-top-title {
  font-size: 20px;
  line-height: 14px;
}

.ricercaPanel .filtro img {
  width: auto;
  max-width: 100%;
  float: left;
}
.ricercaPanel .chosen-container {
  width: 100% !important;
}
.ricercaPanel .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
}
.ricercaPanel .chosen-container-single .chosen-single span {
  text-align: left;
  line-height: 40px;
}
.ricercaPanel .chosen-container-single .chosen-single div b {
  background: rgba(0, 0, 0, 0) url('./chosen-sprite.png') no-repeat scroll
    center center / 50% auto;
}
.ricercaPanel .chosen-container .chosen-results li {
  text-align: left;
}
.ricercaPanel .trovaButton {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.ricercaPanel .selectRicerche .selectRicerca {
  z-index: auto;
}
.ricercaPanel .opzionivarie {
  width: 90%;
}
.ricercaPanel .puliscisessione {
  width: 40%;
  font-size: 15px;
  background-size: 15px auto;
}
.ricercaPanel .altreopzioni {
  width: 60%;
  font-size: 15px;
}
.ricercaPanel .ricercaavanzata .col-12m {
  width: 100%;
  margin: 0 auto;
}
.ricercaPanel .ricercaavanzata .col-12m > span {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.ricercaPanel .opzionivarie .brMobile {
  display: none;
}
@media (max-width: 390px) {
  header .logo {
    float: left;
    overflow: hidden;
    padding-top: 15px;
    width: 90px;
  }
  .ricercaPanel .puliscisessione {
    line-height: 20px;
    width: 35%;
  }
  .ricercaPanel .altreopzioni {
    line-height: 20px;
    width: 65%;
  }
  .ricercaPanel .opzionivarie .brMobile {
    display: block;
  }
}
.selectRel {
  display: none;
}
/* ICONE MOBILE */

header .fastsearch input {
  border: 2px solid black;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  width: 85%;
}
header .fastsearch .arrow::before {
  border-color: #d71920 transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 10px 30px 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 2;
}
header .fastsearch .arrow::after {
  border-color: transparent #d71920;
  border-image: none;
  border-style: solid;
  border-width: 0 10px 30px 0;
  content: '';
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 2;
}
header .fastsearch .arrow {
  background-color: #d71920;
  background-image: url('../images/arrow-rw.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 30px;
  margin-left: -2px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 25px;
}
header .fastsearch .arrow:hover {
  background-color: #a91419;
}
header .fastsearch .arrow:hover::after {
  border-color: transparent #a91419;
}
header .fastsearch .arrow:hover::before {
  border-color: #a91419 transparent;
}

#risultatiricercaKP2 {
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  padding: 20px;
  z-index: 200;
  min-width: 400px;
  width: 90%;
  margin: 2% 5%;
}
#risultatiricercaKP2 span {
  font-family: 'Aller Display';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
#risultatiricercaKP2 a {
  border: 1px solid #fff;
  margin: 5px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
}
#risultatiricercaKP2 a b {
  color: #d71920;
}
#risultatiricercaKP2 a:hover {
  border: 1px solid #d71920;
  color: #d71920;
}
#risultatiricercaKP2 a span {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: 'Aller Regular';
  color: black;
}
.selectRel {
  position: relative;
  z-index: 20;
}

.contenuto-right {
  width: 98%;
  margin: 0 1%;
}

.fasciarossaobliqua {
  width: calc(50% - 10px);
  border-bottom: 240px solid #d71920;
  height: 240px;
}
.containerhalffascia {
  width: 285px;
  height: 240px;
}

.containerhalffascia2 {
  width: 350px;
}
#iscriviNewsletter input {
  width: 180px;
}
#iscriviNewsletter button {
  width: 115px;
}
.containerfull {
  margin: 0 auto;
  width: 100%;
}
footer .containerfull {
  width: 100%;
}
.shop-cart ul.tabs {
  margin-top: 0;
}
.shop-cart ul.tabs a {
  font-size: 11px;
}

.right-cl-cart {
  margin-left: 0%;
  width: 100%;
  font-size: 11px;
}

.container80 {
  margin: 0 5%;
  width: 90%;
}
.boxCoupon .exeCarrelloD .dettagli {
  line-height: 20px;
}

.exeCarrelloB .aggiungi-carrello {
  width: 200px;
}
.exeCarrelloA .dettagli {
  width: 200px;
  padding-right: 20px;
}

.aggiungi-carrello {
  background-size: auto auto, auto 55%;
}
.exeCarrelloC .aggiungi-carrello {
  padding-left: 35px;
}

.exeCarrelloD .dettagli::before {
  border-width: 0 20px 31px 0;
  top: 0px;
}

.shop-cart .product-total {
  width: 14%;
}

.shop-cart .product-remove {
  display: none;
}

#attenzioneOrdine span {
  font-size: 18px;
}

.datiProdotto .printpage {
  font-size: 17px;
  padding-right: 10px;
  width: 155px;
}
.datiProdotto .boxSharePrint {
  background-color: transparent;
}
.datiProdotto .printpage {
  display: none;
}
.datiProdotto .share {
  font-size: 16px;
  width: calc(80% - 20px);
}
.datiProdotto .share .share-icon {
  width: 20px;
}

.slick-slider.slidecorrelati {
  margin: 0 auto;
  width: calc(100% - 80px);
}
.garaBox .titologaraBox {
  font-size: 28px;
  line-height: 28px;
}

.paginazione {
  height: 60px;
}
.paginazione #vista-icone {
  clear: left;
}
.paginazione #articoliperpagina_chosen {
  clear: left;
}

.circle-text {
  margin-top: 0px;
  margin-right: 0;
}
.circle-text div hr {
  border: 0 none;
  height: 2px;
  margin: 4px 10px;
  width: 70%;
}

#menu-display span {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.circle-text::after {
  background: transparent;
  padding-bottom: 0px;
}
#menu {
  top: 50px;
}

.fasciarossaobliqua {
  width: 100%;
  border: 0px;
  background-color: #d71920;
  padding: 2%;
  height: auto;
}
.fasciarossaobliqua .containerhalffascia {
  height: auto;
  width: 100%;
}
.fasciarossaobliqua .iscriviti {
  font-size: 20px;
}
.fasciarossaobliqua .iscrivitismall {
  font-size: 15px;
}
.containerhalffascia2 {
  width: 100%;
}

#veloceRicerca3 input {
  border: 2px solid black;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  width: 85%;
}
#veloceRicerca3 .arrow::before {
  border-color: #d71920 transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 10px 30px 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 2;
}
#veloceRicerca3 .arrow::after {
  border-color: transparent #d71920;
  border-image: none;
  border-style: solid;
  border-width: 0 10px 30px 0;
  content: '';
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 2;
}
#veloceRicerca3 .arrow {
  background-color: #d71920;
  background-image: url('../images/arrow-rw.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 30px;
  margin-left: -2px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 25px;
}
#veloceRicerca3 .arrow:hover {
  background-color: #a91419;
}
#veloceRicerca3 .arrow:hover::after {
  border-color: transparent #a91419;
}
#veloceRicerca3 .arrow:hover::before {
  border-color: #a91419 transparent;
}

#risultatiricercaKP3 {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  left: 0;
  margin: 2% 5%;
  padding: 20px;
  position: absolute;
  width: 90%;
  z-index: 200;
  overflow-y: auto;
}
#risultatiricercaKP3 .col-6 {
  width: 100%;
}
#risultatiricercaKP3 span {
  font-family: 'Aller Display';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
#risultatiricercaKP3 a {
  border: 1px solid #fff;
  display: block;
  margin: 5px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#risultatiricercaKP3 a b {
  color: #d71920;
}
#risultatiricercaKP3 a:hover {
  border: 1px solid #d71920;
  color: #d71920;
}
#risultatiricercaKP3 a span {
  color: black;
  font-family: 'Aller Regular';
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0;
  margin-left: 5px;
}
#risultatiricercaKP3 img {
  height: 50px;
  width: 50px;
}

.titoloHome span {
  font-size: 22px;
}

.lineanews .titoloNews {
  font-size: 20px;
}
footer > .containerfull > .container.flessibile.centratoverticale {
  display: block;
}
footer > .containerfull > .container.flessibile.centratoverticale > .col-5 {
  width: 100%;
}
footer > .containerfull > .container.flessibile.centratoverticale > .col-7 {
  width: 100%;
}
footer
  > .containerfull
  > .container.flessibile.centratoverticale
  > .col-5
  .linkcfc {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
footer
  > .containerfull
  > .container.flessibile.centratoverticale
  > .col-5
  .col-1 {
  width: 10%;
  margin: 0 auto;
}

footer .ssocial {
  box-sizing: border-box;
  margin: 0;
  padding-right: 10px;
  width: 50%;
}
footer .isocial {
  margin: 0;
  padding: 0 8px;
  width: 13.3333%;
}

.titoloCategoria {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
}
.lineacategorie .categoriaBox {
  margin-bottom: 10px;
}
.lineacategorie + .clear20 {
  display: none;
}

.paginazione.flessibile.giustificato2 {
  display: block;
  height: 120px;
}
.paginazione.flessibile.giustificato2.h60px {
  height: 60px;
}
.paginazione.flessibile.giustificato2 #vista-icone {
  clear: none;
  width: 25px;
}
.paginazione.flessibile.giustificato2 #vista-lista {
  width: 25px;
}
.paginazione.flessibile.giustificato2 > div {
  width: 100%;
  float: left;
  position: relative;
}

.contenutodettaglio .immaginiProdottoSlide {
  width: 100%;
  margin: 0 auto;
}
.contenutodettaglio .datiProdotto {
  width: 100%;
  margin: 0 auto;
}
.contenutodettaglio .col-tabs {
  width: 100%;
  margin: 0 auto;
  padding-right: 0px;
}

.contenutodettaglio .submenud {
  display: block;
  width: 100%;
}
.contenutodettaglio .submenud .celerileft.col-3.margin-right-2 {
  width: 100%;
  margin: 0;
}
.contenutodettaglio .submenud .celerileft.col-3.margin-right-2 img {
  width: 100px;
}
.contenutodettaglio .submenud .assistenzaleft.col-3.margin-right-1 {
  width: 100%;
  margin: 0;
}
.contenutodettaglio .submenud .imgpagamenti.col-3 {
  width: 80%;
  margin: 0 10%;
}

.celerileft img {
  width: 150px;
}

.imgpagamenti {
  display: block;
  margin: 0 auto;
  width: 150px;
}

.colonneinverse {
  flex-direction: column-reverse;
}
.colonneinverse > div {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
}
.bottonerd {
  margin-right: 10px;
}

.shop-cart ul.tabs li.tab1 {
  width: 100%;
}
.shop-cart ul.tabs li.tab2 {
  width: 100%;
}
.shop-cart ul.tabs li.tab3 {
  width: 100%;
}
.shop-cart ul.tabs li.tab4 {
  width: 100%;
}
.shop-cart ul.tabs li.tab5 {
  width: 100%;
}

.col-tabs {
  padding: 0px;
}
.col-tabs ul.tabs li.tab1 {
  width: 100%;
}
.col-tabs ul.tabs li.tab2 {
  width: 100%;
}
.col-tabs ul.tabs li.tab3 {
  width: 100%;
}
.col-tabs ul.tabs li.tab4 {
  width: 100%;
}
.col-tabs ul.tabs li.tab5 {
  width: 100%;
}

.col-tabs ul.tabs li a {
  width: 100%;
  margin: 0px;
}
.col-tabs ul.tabs li a::before {
  border-width: 0px;
}
.col-tabs ul.tabs li a::after {
  border-width: 0px;
}

.shop-cart .panes #tab2 .exeCarrelloB .bottonerd {
  float: left !important;
}
.shop-cart .panes #tab3 .exeCarrelloB .bottonerd {
  float: left !important;
}

#attenzioneOrdine .fa-info-circle {
  font-size: 30px;
}

.product-quantity a .glyphicon-remove {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-ritiri {
  width: 100%;
}
.box-ritiro {
  width: 100%;
}
.box-pagamento {
  width: 100%;
}

.paginagallery .box1-6 {
  float: left;
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 1%;
}
.ias-spinner img {
  width: 50px;
}

.box-icona .info-icona-hide {
  display: none !important;
}

.contNews {
  display: flex;
  flex-direction: column;
}

.newsCol3 {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.newsCol9 {
  width: 100%;
  order: -1;
}

.newsCol9 .col-6 {
  width: 100%;
  padding: 0 1rem;
}

.celerileft {
  width: 50%;
  margin-top: 20px;
  float: left;
}

.assistenzaleft {
  float: left;
  padding-left: 20px;
  margin-top: 20px;
}

.imgpagamenti {
  margin-left: 20px;
  float: left;
}

.exeProd .spinner {
  float: left;
  clear: left;
  margin-top: 20px;
}

footer .container .col-7 {
  padding-top: 15px;
}

@media (max-width: 500px) {
  .celerileft {
    width: 100%;
  }
}

div.bgk-black:nth-child(6) > div:nth-child(1) > span:nth-child(1) {
  display: none;
}

div.bgk-black:nth-child(6) {
  display: none;
}

.lineagare {
  display: none;
}

.col-7 {
  display: none;
}
