/*
border-radius: 8px;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
*/

/*
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
*/

/*
border-radius: 4px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
*/

/*
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
*/
     



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
}

input,
textarea {
   font-family: 'Poppins', sans-serif;
}

#div-testo-caricamento {
  width: 40%;
  margin-top: 250px;
  margin-left: 450px;
}

#testo-caricamento {
  position: relative;
  text-align: center;
  font-size: 70px;
  color: #FFFFFF;
  -webkit-text-stroke: 3px #f2f2f2;
  text-transform: uppercase;
}

#testo-caricamento::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #000000;
  -webkit-text-stroke: 0px #f2f2f2;
  border-right: 3px solid #000000;
  overflow: hidden;
  animation: animate 3s linear infinite;
}

                                                            @keyframes animate {

                                                              0%,10%,100% {
                                                                width: 0%;
                                                              }

                                                                  70%,90% {
                                                                    width: 100%;
                                                                  }
                                                                }

ol {
  list-style-type: circle;
}

a {
  text-decoration: none;
  color: #555;
}

hr {
  margin-top: 20px;
  margin-left: 8%;
  margin-right: 8%;
  color: #555;
  z-index: 0;
}

span {
  color: #555;
}

video {
  margin-left: 225px;
  margin-top: 10px;
}

.container-home {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 0px solid #000000;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

                                                    @media (max-width: 600px) {
                                                      .navbar {
                                                        height: 50px;
                                                      }
                                                    }

.container {
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

p {
  color: #555;
}

.col-2-home {
  position: absolute;
  left: 33%;
}

.col-2-home a {
  margin-left: 50px;
}

.titolo-header {
  float: left;
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
  margin-left: 20px;
}

.navbar img {
   width: 70px;
   height: 60px;
   margin-left: 25px;
   margin-top: 7px;
}

                                                      @media (max-width: 600px) {
                                                      .titolo-header {
                                                        font-size: 10px;
                                                        margin-top: 5px;
                                                        margin-left: 10px;
                                                      }

                                                      .navbar img {
                                                        width: 35px;
                                                        height: 30px;
                                                        margin-left: 15px;
                                                        margin-top: 0;
                                                      }
                                                    }


.container {
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.row-tuttle-le-categorie {
  margin-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.col-1 {
  flex-basis: 100%;
  min-width: 300px;
  margin-top: 100px;
}

.home h1 {
  text-align: center;
  font-size: 45px;
}

                                                    @media (max-width: 600px) {
                                                      .home h1 {
                                                        font-size: 35px;
                                                        text-align: center;
                                                      }

                                                      .home {
                                                        margin-bottom: 50px;
                                                      }
                                                    }

.home p {
  text-align: center;
}


                                                    @media (max-width: 600px) {
                                                      .home p {
                                                        font-size: 13px;
                                                        text-align: center;
                                                      }
                                                    }

.home a {
  display: inline-block;
  margin-left: 620px;
}

.col-2 {
  flex-basis: 50%;
  min-width: 300px;
}

.col-2 h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}

.col-2 h3 {
  padding-top: 20px;
}

.col-2 p {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.btn {
  display: inline-block;
  background: #FF0000;
  color: #FFFFFF;
  padding: 8px 30px;
  margin: 70px 0 0 0;
  border: 2px solid #FF0000;
  border-radius: 8px;
  transition: 0.4s;
}

.btn:hover{
  background: #FFFFFF;
  color: #000000;
}

.btn-form {
  display: inline-block;
  background: #FF0000;
  color: #FFFFFF;
  text-align: center;
  width: 40%;
  margin: 70px 0;
  padding: 10px;
  border: 2px solid #FF0000;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s;
}

.btn-form:hover{
  background: #FFFFFF;
  color: #000000;
}

.header {
  background: radial-gradient (#fff, #ffd6d6);
}

.header .row {
  margin-top: 30px;
}

.categories {
  margin: 70px 0;
}

.col-3 {
  border-radius: 8px;
  flex-basis: 30%;
  min-width: 250px;
  margin-bottom: 30px;
  transition: transform 0.5s;
}

.col-3:hover {
    transform: translateY(-10px);
}


.col-3 img {
  width: 100%;
}

.small-container {
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}


.col-4 {
  flex-basis: 25%;
  padding: 20px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform 0.5s;
}



.title {
  font-size: 32px;
  text-align: center;
  position: relative;
  line-height: 60px;
  color: #555;
  margin-bottom: 50px;
  padding-top: 50px;
}

.title::after {
  content: '';
  background: #FF0000;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

                                          @media (max-width: 600px) {
                                            .title {
                                              font-size: 23px;
                                            }

                                            .row img, .row-tuttle-le-categorie img {
                                              width: 30%;
                                            }
                                          }

h4 {
  color: #555;
  font-weight: normal;
}

.col-4 p {
  font-size: 13px;
}

.rating .fa {
  color: #FF0000;
}

.fa-shopping-cart {
  position: absolute;
  color: #555;
  transition: 0.4s;
  font-size: 35px;
  float: right;
  right: 3.5%;
  top: 37px;
}

                                                    @media (max-width: 1100px) {
                                                      .fa-shopping-cart {
                                                        right: 9%;
                                                      }
                                                    }

                                                    @media (max-width: 600px) {
                                                      .fa-shopping-cart {
                                                        color: #000000;
                                                        font-size: 24px;
                                                        top: 22px;
                                                        right: 12%;
                                                      }
                                                    }

.fa-shopping-cart:hover {
  color: #FF0000;
}

.col-4:hover {
  transform: translateY(-10px);
}

#btn-home {
  text-align: center;
}

#btn-home a {
  width: 300px;
  text-align: center;
}

                                                    @media (max-width: 600px) {
                                                      #btn-home a {
                                                        font-size: 13px;
                                                        width: 250px;
                                                        margin-bottom: 0px;
                                                        margin-top: 20px;
                                                      }
                                                    }

/* testimonial */

.testimonial {
  padding-top: 100px;
}

.testimonial .col-3 {
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.5s;
}

.testimonial .col-3:hover {
  transform: translateY(-10px);
}

.testimonial .col-3 img {
  width: 50px;
  margin-top: 20px;
  border-radius: 50%;
}

.fa.fa-quote-left {
  font-size: 34px;
  color: #FF0000;
}

.col-3 p {
  font-size: 12px;
  margin: 12px 0;
  color: #777;
}

.testimonial .col-3 h3 {
  font-weight: 600;
  color: #555;
  font-size: 16px;
}

                                                    @media (max-width: 600px) {
                                                      .testimonial {
                                                        margin-left: 10%;
                                                        margin-right: 10%;
                                                      }

                                                      .testimonial .col-3 {
                                                          padding: 10px 15px;
                                                      }

                                                      .fa.fa-quote-left {
                                                        font-size: 20px;
                                                      }

                                                      .testimonial .col-3 img {
                                                        width: 30px;
                                                        border-radius: 50%;
                                                      }

                                                      .testimonial .col-3 h3 {
                                                        color: #555;
                                                        font-size: 14px;
                                                      }
                                                    }

/* footer */

footer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 150px;
  padding: 50px 100px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

footer .container .sec {
  margin-right: 30px;
}

footer .container .sec.aboutus {
  width: 40%;
}

footer .container h2 {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 15px;
}

footer p {
  transition: 0.4s;
}

footer p:hover {
  color: #FF0000;
}

footer .container h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FF0000;
}

.sci {
  margin-top: 20px;
  display: flex;
}

.sci li {
  list-style: none;
  margin-right: 10px;
}

.sci li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.5s;
}

.sci li a:hover {
  background: #FF0000;
}

.sci li a, .fa-instagram, .fa-envelope {
  color: #FFFFFF;
  font-size: 20px;
}

.quickLinks {
  position: relative;
  width: 25%;
}

.quickLinks ul li {
  list-style: none;
}

.quickLinks ul li a {
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.4s;
}

.quickLinks ul li a:hover {
  color: #FF0000;
}

.copyrightText {
  width: 100%;
  background: #000000;
  padding: 8px 100px;
  text-align: center;
}

                                                      @media (max-width: 600px) {

                                                        footer {
                                                          padding-left: 30px;
                                                          padding-right: 30px;
                                                        }

                                                        footer .container {
                                                          padding: 0;
                                                          margin: 0;
                                                          justify-content: left;
                                                          display: block;
                                                        }

                                                        footer .container h2 {
                                                          float: left;
                                                          font-size: 20px;
                                                          width: 100%;
                                                        }

                                                        footer .container h2:before {
                                                          content: '';
                                                          position: absolute;
                                                          bottom: -5px;
                                                          left: 0%;
                                                          width: 15%;
                                                          height: 2px;
                                                          background: #FF0000;
                                                        }

                                                        footer .container .sec {
                                                          width: 100%;
                                                          margin-bottom: 40px;
                                                        }

                                                        footer .container .sec p {
                                                          text-align: justify;
                                                          font-size: 14px;
                                                        }

                                                        footer .container .sec.aboutus {
                                                          width: 100%;
                                                        }

                                                        .quickLinks ul li {
                                                          font-size: 14px;
                                                        }

                                                        footer .container .contact {
                                                          padding: 0;
                                                        }

                                                        footer .container .contact .sci {
                                                          float: left;
                                                          margin-bottom: 30px;
                                                        }

                                                        .copyrightText {
                                                          padding: 10px 0 10px 0;
                                                          font-size: 13px;
                                                        }
                                                      }


/* cookie alert */

.cookie-container {
  position: fixed;
  z-index: 10;
  bottom: -1000px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  padding: 20px 40px;
  transition: 1s;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #000000;
}

.cookie-btn {
  background: #000000;
  border: 0;
  color: #FFFFFF;
  padding: 12px 48px;
  font-size: 18px;
  margin-bottom: 16px;
  border: 2px solid #000000;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s;
}

.cookie-btn:hover {
  background: #FFFFFF;
  color: #000000;
}

                                                                  @media(max-width: 600px) {
                                                                    .cookie-container {
                                                                      padding: 10px 20px;
                                                                      font-size: 13px;
                                                                    }
                                                                    .cookie-btn {
                                                                      font-size: 13px;
                                                                    }
                                                                  }


/* menu */

nav {
height: 80px;
}

nav ul {
  position: absolute;
  right: 7%;
}

                                            @media (max-width: 1100px) {
                                              nav ul {
                                                display: none;
                                              }
                                            }

nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
}

nav ul li a{
  position: relative;
  padding-bottom: 5px;
}

nav ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #FF0000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s linear;
}

nav ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

#menu-open,
#menu-close {
  display: none;
  font-size: 33px;
  top: 40px;
  cursor: pointer;
  z-index: 11;
}

                                                  @media (max-width: 1100px) {
                                                    #menu-open {
                                                      position: absolute;
                                                      display: inline-block;
                                                      right: 3%;
                                                    }

                                                    #menu-close {
                                                      position: absolute;
                                                      right: 3%;
                                                    }
                                                  }

                                                  @media (max-width: 600px) {
                                                    #menu-open {
                                                      position: absolute;
                                                      display: inline-block;
                                                      right: 3%;
                                                      top: 24px;
                                                      font-size: 23px;
                                                    }

                                                    #menu-close {
                                                      position: absolute;
                                                      right: 3%;
                                                      top: 24px;
                                                      font-size: 23px;
                                                    }
                                                  }

.div-menu {
  right: 0;
  position: fixed;
  width: 0%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.div-menu ul {
  margin-top: 45px;
  font-size: 20px;
}

                                                  @media (max-width: 600px) {
                                                    .div-menu ul {
                                                      width: 100%;
                                                      font-size: 15px;
                                                      margin-left: auto;
                                                      margin-right: auto;
                                                    }
                                                  }

.div-menu ul li {
  text-align: center;
  display: block;
  line-height: 80px;
  margin: 0 15px;
}

.div-menu ul li a{
  position: relative;
  padding-bottom: 5px;
}

.div-menu ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #FF0000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s linear;
}

.div-menu ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

                                    

/* socialm media folow us */

#home-seguici-su{
  font-size: 17px;
  text-align: left;
  position: absolute;
  top: 145px;
  left: 31%;
}

#home-guarda-il-nostro-bot-su {
  font-size: 17px;
  text-align: left;
  position: absolute;
  top: 145px;
  left: 55%;
  margin-left: 10px;
}



/* avviso qualità immagine anteprima */

.avviso-qualità-immagine-anteprima {
  background-color: #f9cfd0;
  width: 100%;
  height: 50px;
  margin: auto;
  margin-bottom: 50px;
  border-left: 4px solid #FF0000;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.avviso-qualità-immagine-anteprima p {
  font-size: 14px;
  text-align: center;
  color: #FF0000;
  padding-top: 1.5%;
}

                                      @media only screen and (max-width: 600px) {
                                        .avviso-qualità-immagine-anteprima p {
                                          font-size: 10px;
                                        }
                                      }


/* dettagli prodotto */

.row-2 {
  justify-content: space-between;
  margin: 100px auto 50px;
}

select {
  border: 1px solid #FF0000;
  padding: 5px;
}

                                              @media (max-width: 600px) {
                                                select {
                                                margin-top: 20px;
                                                width: 80%;
                                                font-size: 13px;
                                                background: white;
                                                }
                                              }

select:focus {
  outline: none;
}

.page-btn {
  margin: 0 auto 80px;
}

.page-btn span {
  display: inline-block;
  border: 1px solid #FF0000;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.4s;
}

.page-btn span:hover {
  background: #FF0000;
  color: #fff;
}

/* dettagli singolo prodotto */

.singolo-prodotto-img-mobile {
  display: none;
}
.singolo-prodotto .col-2 img {
  padding: 0;
}

.singolo-prodotto .col-2 {
  padding: 20px;
}

.singolo-prodotto h4 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.singolo-prodotto input {
  width: 50px;
  height: 40px;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #FF0000;
  border-radius: 8px;
  }

input:focus {
  outline: none;
}

#dettagli-prodotto {
  font-size: 40px;
  line-height: 50px;
  margin-top: 170px;
}

.singolo-prodotto .fa {
  color: #FF0000;
  margin-left: 10px;
}

.small-img-row {
  display: flex;
  justify-content: space-between;
}

.small-img-col{
  flex-basis: 24%;
  cursor: pointer;
}

.prodotti-simili {
  margin-top: 150px;
}

#input-dissing-scelto {
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  padding: 20px;
}

#consegna-prevista-per-il {
  margin-top: 30px;
  margin-bottom: 150px;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  float: center;
}

                                            @media (max-width: 600px) {

                                              .singolo-prodotto-img-nomobile {
                                                display: none;
                                              }

                                              .singolo-prodotto-img-mobile {
                                                display: block;
                                              }

                                              .singolo-prodotto-img-mobile img{
                                                width: 80%;
                                                margin: 20px auto;
                                              }

                                              .singolo-prodotto {
                                                margin-top: 0;
                                              }

                                              .singolo-prodotto p {
                                                display: none;
                                              }

                                              #dettagli-prodotto {
                                                font-size: 20px;
                                                line-height: 1.5;
                                                margin-top: 0;
                                              }

                                              #consegna-prevista-per-il {
                                                display: block;
                                                font-size: 16px;
                                              }

                                              .prodotti-simili {
                                                margin-top: 200px;
                                              }

                                              #input-dissing-scelto {
                                                font-size: 11.5px;
                                              }

                                              #dissing-scelto-p {
                                                display: block;
                                                font-size: 12px;
                                              }

                                              #dropup-content-dirittodirecesso p {
                                              display: block;
                                              }
                                              
                                            }




/* cart items */

.cart-page {
  margin: 80px 80px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.cart-info {
  display: flex;
  flex-wrap: wrap;
}

th {
  text-align: left;
  padding: 5px;
  color: #fff;
  background: #FF0000;
  font-weight: normal;
}

td {
  padding: 10px 5px;
}

td input {
  width: 40px;
  height: 30px;
  padding: 5px;
}

td a {
  color: #FF0000;
  font-size: 12px;
}

td img {
  width: 80px;
  /* height: 80px; su tutorial è stato messo ma qui distorce l'immagine */
  margin-right: 10px;
}

.total-price {
  display: flex;
  justify-content: flex-end;
}

.total-price table {
  border-top: 3px solid #FF0000;
  width: 100%;
  max-width: 265px;
}

td:last-child {
  text-align: right;
}

th:last-child {
  text-align: right;
}

/* search bar */

.container-search-bar {
  z-index: 10;
  width: 100%;
  height: 70px;
  padding: 15px 0;
}

.search-bar {
  border: 2px solid #000000;
  padding: 0 0 0 20px;
  height: 100%;
  width: 100%;
}

.search-bar-button {
  float: right;
  height: 60%;
  width: 40px;
  border-left: 2px solid #000000;
  margin-top: 7px;
}

.search-bar-button .fa-search {
  float: right;
  margin-right: 11px;
  margin-top: 3px;
  cursor: pointer;
}

.search-bar input {
  color: #555;
  font-size: 16px;
  border: none;
  height: 100%;
  width: 85%;
}

.tips-search-bar {
  display: none;
  z-index: 2;
  background: #FFFFFF;
  position: relative;
  border: 2px solid #000000;
  border-top: none;
  text-align: center;
}

.tips-search-bar p {
  padding: 10px;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
}

.tips-search-bar p:hover {
  color: #FF0000;
}


                                                          @media (max-width: 600px) {

                                                            .search-bar {
                                                              border: 2px solid #000000;
                                                            }
                                                            
                                                            .search-bar input {
                                                              font-size: 13px;
                                                            }

                                                            .tips-search-bar p {
                                                              font-size: 14px;
                                                            }
                                                          }

/* account page */

.form input, button{
  border:none;
  outline: none;
  background: none;
  margin-bottom: 40px;
}

.cont{
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 900px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;

}

.form{
  position: relative;
  width: 640px;
  height: 100%;
  padding: 50px 30px;
  -webkit-transition:-webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.form h2{
  width: 100%;
  font-size: 30px;
  text-align: center;
}

.form label{
  display: block;
  width: 260px;
  margin: 25px auto 0;
  text-align: center;
}

.form label span{
  font-size: 14px;
  font-weight: 600;
  color: #505f75;
  text-transform: uppercase;
}

.form input{
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(109, 93, 93, 0.4);
  text-align: center;
}

.form button{
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 36px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}


.forgot-pass{
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #0c0101;
  cursor: pointer;
}

.forgot-pass:hover{
  color: red;
}

.social-media{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.social-media ul{
  list-style: none;
}

.social-media ul li{
  display: inline-block;
  cursor: pointer;
  margin: 25px 15px;
}

.social-media img{
  width: 40px;
  height: 40px;
}

.sub-cont{
  overflow: hidden;
  position: absolute;
  left: 640px;
  top: 0;
  width: 900px;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
}

.cont.s-signup .sub-cont{
  -webkit-transform:translate3d(-640px, 0, 0);
          transform:translate3d(-640px, 0, 0);
}

.img{
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 360px;
}

.img:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
  height: 100%;
  background-image: url(immagini/account/sfondo.png);
  background-size: cover;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.img:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cont.s-signup .img:before{
  -webkit-transform:translate3d(640px, 0, 0);
          transform:translate3d(640px, 0, 0);
}

.img-text{
  z-index: 2;
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #000000;
  -webkit-transition:-webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.img-text h2{
  margin-bottom: 10px;
  font-weight: normal;
}

.img-text p{
  font-size: 14px;
  line-height: 1.5;
}

.cont.s-signup .img-text.m-up{
  -webkit-transform:translateX(520px);
          transform:translateX(520px);
}

.img-text.m-in{
  -webkit-transform:translateX(-520px);
          transform:translateX(-520px);
}

.cont.s-signup .img-text.m-in{
  -webkit-transform:translateX(0);
          transform:translateX(0);
}


.sign-in{
  padding-top: 65px;
  -webkit-transition-timing-function:ease-out;
          transition-timing-function:ease-out;
}

.cont.s-signup .sign-in{
  -webkit-transition-timing-function:ease-in-out;
          transition-timing-function:ease-in-out;
  -webkit-transition-duration:1.2s;
          transition-duration:1.2s;
  -webkit-transform:translate3d(640px, 0, 0);
          transform:translate3d(640px, 0, 0);
}

.img-btn{
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-left: 80px;
  margin-top: 40px;
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}



.img-btn span{
  color: #FFFFFF;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack:center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition:-webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;;
}

.img-btn span:hover{
  color: #000000;
}

.img-btn span.m-in{
  -webkit-transform:translateY(-72px);
          transform:translateY(-72px);
}

.cont.s-signup .img-btn span.m-in{
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.cont.s-signup .img-btn span.m-up{
  -webkit-transform:translateY(72px);
          transform:translateY(72px);
}

.sign-up{
  -webkit-transform:translate3d(-900px, 0, 0);
          transform:translate3d(-900px, 0, 0);
}

.cont.s-signup .sign-up{
  -webkit-transform:translate3d(0, 0, 0);
          transform:translate3d(0, 0, 0);
}



/* termini e condizioni */

.termini-etc {
  margin: 20px;
}
.termini-etc  img {
  margin-left: auto;
  margin-bottom: 20px;
}

.termini-etc h1 {
  text-align: center;
  margin-bottom: 50px;
}

.termini-etc ol {
  list-style-type: decimal;
}

.termini-etc li {
  text-align: justify;
}

.termini-etc p {
  color: #000000;
  text-align: justify;
}

#termini-etc-cookie-list {
  padding-left: 5em;
}

#img-cookie {
  margin: 20px 480px;
  width: 204px;
  height: 220px;
}

                                                          @media (max-width: 600px) {
                                                            .termini-etc ol,
                                                            .termini-etc p {
                                                              font-size: 13px;
                                                            }
                                                          }

/* dropup */

.diritto-di-recesso  {
  text-decoration: underline;
  cursor: pointer;
}

.diritto-di-recesso p,
#dropup-content p {
  text-align: justify;
  color: #555;
  font-size: 13px;
}

#dropup-content {
  position: fixed;
  display: none;
  left: 17%;
  top: 25%;
  background-color: #FFFFFF;
  width: 65%;
  overflow: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  z-index: 2;
}

#dropup-content .fa-times {
  float: right;
  font-size: 25px;
  cursor: pointer;
}

                                                          @media (max-width: 600px) {
                                                            #dropup-content .fa-times {
                                                              font-size: 15px;
                                                            }

                                                            #dropup-content {
                                                              top: 11%;
                                                              width: 80%;
                                                              left: 10%;
                                                            }

                                                            #dropup-content p {
                                                              display: block;
                                                            }
                                                          }


/* aiuto */


.container-aiuto {
  margin: 30px 0;
  text-align: center;
}

.container-aiuto h1 {
  font-size: 40px;
}

.container-box-aiuto {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px 0;
}

.box-aiuto {
  color: #000000;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  height: auto;
  margin: 20px;
  padding: 20px;
  display: flex;
  transition: transform 0.5s;
  cursor: pointer;
}

.box-aiuto:hover {
  transform: translateY(-10px);
}

.box-aiuto i {
  font-size: 50px;
}

.box-aiuto p {
  font-size: 13px;
}

.text-box-aiuto {
  margin-left: 20px;
  text-align: left;
}

                                                                @media (max-width: 1100px) {
                                                                  .container-box-aiuto {
                                                                    display: block;
                                                                  }

                                                                  .box-aiuto {
                                                                    margin: 40px auto;
                                                                    width: 50%;
                                                                  }
                                                                }

                                                                @media (max-width: 600px) {
                                                                  .container-aiuto {
                                                                    margin: auto 20px;
                                                                  }

                                                                  .container-aiuto p {
                                                                    font-size: 13px;
                                                                  }

                                                                  .box-aiuto {
                                                                    width: 90%;
                                                                  }

                                                                  .box-aiuto i {
                                                                    font-size: 30px;
                                                                    margin-top: 5px;
                                                                  }

                                                                  .box-aiuto h3 {
                                                                    font-size: 15px;
                                                                  }

                                                                  .box-aiuto p {
                                                                    font-size: 11px;
                                                                  }
                                                                }






/* chi siamo */

.media-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  width:100%;
}

.media-container iframe,  
.media-container object,  
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chi-siamo p {
  font-size: 17px;
  text-align: center;
  margin-top: 100px;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 50px;
}

                                                        @media (max-width: 600px) {
                                                          .chi-siamo p {
                                                            font-size: 13px;
                                                            line-height: 2;
                                                            margin-left: 20px;
                                                            margin-right: 20px;
                                                            margin-top: 50px;
                                                          }
                                                        }


/* FAQ */

.faq h1 {
  text-align: center;
  margin: 32px 0;
  font-size: 40px;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.accordion-item-header {
  padding: 8px 48px 8px 16px;
  min-height: 56px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header .fa-plus {
  position: absolute;
  right: 30px;
  font-size: 18px;
  transition: 0.4s;
}

.accordion-item-header.active .fa-plus {
  transform: rotate(-45deg);
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 16px;
  line-height: 24px;
  font-size: 14px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #FF0000, transparent) 1;
}

.accordion select {
  margin-bottom: 40px;
  width: auto;
  max-width: 100%;
  padding: 7px;
  display: inline;
}
                                                                                                @media(max-width: 600px) {
                                                                                                  .accordion {
                                                                                                    font-size: 13px;
                                                                                                  }

                                                                                                  .accordion-item-header .fa-plus {
                                                                                                    position: absolute;
                                                                                                    right: 20px;
                                                                                                    font-size: 14px;
                                                                                                    transition: 0.4s;
                                                                                                  }

                                                                                                  .accordion-item-body-content {
                                                                                                    font-size: 12px;
                                                                                                  }

                                                                                                  .accordion select {
                                                                                                    font-size: 11px;
                                                                                                  }
                                                                                                }




/* modulo di aiuto */

.contact-modulo-di-aiuto {
  margin: 50px 0;
}

.contact-modulo-di-aiuto h2 {
  font-size: 40px;
  text-align: center;
} 
.contact-modulo-di-aiuto p {
  text-align: center;
  margin: 0 10%;
}

.container-modulo-di-aiuto {
  margin: 100px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.container-modulo-di-aiuto form input,
.container-modulo-di-aiuto form textarea {
  display: flex;
  width: 40%;
  height: 30px;
  margin: 20px auto;
  padding: 15px 10px;
  border: 2px solid rgb(204, 204, 204);
  border-radius: 8px;
  outline: none;
  transition: 0.4s;
}

.container-modulo-di-aiuto form textarea {
  resize: none;
  height: 200px;
}

.container-modulo-di-aiuto form input:focus,
.container-modulo-di-aiuto form textarea:focus {
  border: 2px solid rgb(134, 134, 134);
}

.container-modulo-di-aiuto form input[type="radio"] {
  float: left;
  margin-left: 30%;
  width: 15px;
}

.container-modulo-di-aiuto form input[type="file"] {
  height: 55px;
}

.container-modulo-di-aiuto form label {
  position: absolute;
  left: 40%;
  margin-top: 21px;
}
                                                                    @media (max-width: 600px) {
                                                                      .contact-modulo-di-aiuto h2 {
                                                                        font-size: 40px;
                                                                      }

                                                                      .contact-modulo-di-aiuto p {
                                                                        font-size: 13px;
                                                                      }

                                                                      .container-modulo-di-aiuto form input,
                                                                      .container-modulo-di-aiuto form textarea {
                                                                        width: 80%;
                                                                        border: 1px solid rgb(204, 204, 204);
                                                                      }

                                                                      .container-modulo-di-aiuto form input:focus,
                                                                      .container-modulo-di-aiuto form textarea:focus {
                                                                        border: 1px solid rgb(134, 134, 134);
                                                                      }

                                                                      .container-modulo-di-aiuto form input[type="radio"] {
                                                                        float: left;
                                                                        margin-left: 12%;
                                                                        width: 15px;
                                                                      }

                                                                      .container-modulo-di-aiuto form label {
                                                                        position: absolute;
                                                                        left: 25%;
                                                                        margin-top: 26px;
                                                                        font-size: 13px;
                                                                      }
                                                                    }


/* ringraziamento invio modulo */

.ringraziamento-invio-modulo {
  text-align: center;
  margin-top: 60px;
}


                                                                    @media (max-width: 600px) {
                                                                      .ringraziamento-invio-modulo {
                                                                        text-align: center;
                                                                        margin-top: 60px;
                                                                      }

                                                                      .ringraziamento-invio-modulo p {
                                                                        font-size: 13px;
                                                                      }
                                                                    }

/* validazione form */








/* media jquery for less than 600 screen size */

                                   @media only screen and (max-width: 600px) {
                                      .row {
                                        text-align: center;
                                      }

                                      .row h1 {
                                          margin-left: 0px;
                                          margin-right: 0px;
                                          margin-top: 50px;
                                      }

                                      .row-tuttle-le-categorie, .row-tuttle-le-categorie p {
                                          text-align: center;
                                      }

                                        .hr-divisore {
                                          align-items: center;
                                          align-items: center;
                                          min-width: 400px;
                                          width: 700px;
                                        }

                                        p {
                                          text-align: center;
                                        }



                                        .col-2, .col-3, .col-4 {
                                          flex-basis: 100%;
                                        }

                                        .single-product .row {
                                          text-align: left;
                                        }

                                        .single-product .col-2 {
                                          padding: 20px 0;
                                        }

                                        .single-product .h1 {
                                          font-size: 26px;
                                          line-height: 32px;
                                        }

                                        .cart-info p {
                                           display: none;
                                         }
                                       }

/* torna su */

.torna-su {
  position: fixed;
  right: 2%;
  bottom: 3%;
  padding: 10px 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 3;
}

                                            @media (max-width: 600px) {
                                              .torna-su {
                                                font-size: 12px;
                                                bottom: 1.5%;
                                              }
                                            }