* {
  box-sizing: border-box;
}

html,
body {
  max-width: 1920px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: black;
  font-family: "Lora", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Secular One', sans-serif;
  color: #ffffff;
  margin: 5px;
}

a {
  text-decoration: none;
  color: inherit;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  padding: 0.5rem 1rem;
  background: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.08em;
  font-family: "Lora", serif;
  transition: 1.5s;
}

.btn-big {
  padding: 0.7rem 1.3rem;
  line-height: 1.3rem;
}

.btn:hover {
  color: white !important;
  background: rgb(74, 92, 255);
  border-radius: 5px;
  transition: 1.5s;
}

.text-input {
  padding: 0.7rem 1rem;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  color: #444;
  line-height: 1.5rem;
  font-size: 1.2em;
  font-family: "Lora", serif;
}

.msg {
  width: 100%;
  margin: 5px auto;
  padding: 8px;
  border-radius: 5px;
  list-style: none;
}

.success {
  color: #3a6e3a;
  border: 1px solid #3a6e3a;
  background: #bcf5bc;
}

.error {
  color: #884b4b;
  border: 1px solid #884b4b;
  background: #f5bcbc;
}

/* NAVBAR */

/* CAMPO RICERCA */


#searchInput {
  color: black;
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 25px;
  font-size: 1.2rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Risultati della ricerca */
#searchResults {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 100;
  margin-top: 5px;
  display: none;
}

.result {
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.result:hover {
  background-color: #f4f4f4;
}

.result:last-child {
  border-bottom: none;
}

/* Visualizza i risultati quando ci sono */
#searchResults.show {
  display: block;
}

/* Contenitore dei risultati */
.result span {
  font-size: 0.9rem;
  color: #777;
  display: block;
  margin-top: 5px;
}

/* Sezione dei prodotti */
#productsContainer {
  padding: 20px;
  margin-top: 50px;
}

header {
  background: rgba(0, 0, 0, 0.699);
  height: 66px;
}

header * {
  color: white;
}

header .logo {
  float: left;
  height: inherit;
  margin-left: 2em;
}

header .logo-text {
  margin: 9px;
  font-family: 'Secular One', sans-serif;
}

header .logo-text span {
  color: rgb(74, 92, 255);
}

header ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header ul li .elencolaterale{
  line-height: 40px
}

header ul li {
  float: left;
  position: relative;
}

header ul li ul {
  position: absolute;
  top: 66px;
  right: 0px;
  width: 180px;
  display: none;
  z-index: 88888;
  transition: 1.5s;
}

header ul li:hover ul {
  display: block;
}

/*MENU LATERALI */

.nav li .sub-menu .sub-menu-autoparlanti {
  position: absolute;
  top: 0;
  right: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.nav li .sub-menu .espandi:hover .sub-menu-autoparlanti {
  display: block;
}

.nav li .sub-menu .sub-menu-autoparlanti .sub-menu-woofer {
  position: absolute;
  top: 0;
  right: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.nav li .sub-menu .sub-menu-autoparlanti .espandi2:hover .sub-menu-woofer{
  display: block;
}

.nav li .sub-menu .sub-menu-subwoofer {
  position: absolute;
  top: 0;
  right: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.nav li .sub-menu .espandi:hover .sub-menu-subwoofer {
  display: block;
}

.nav li .sub-menu .sub-menu-amplificatori{
  position: absolute;
  top: 0;
  right: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.nav li .sub-menu .espandi:hover .sub-menu-amplificatori {
  display: block;
}


/*MENU LATERALI */

header ul li ul li {
  width: 100%;
}

header ul li ul li a {
  padding: 10px;
  background: black;
  color: rgb(255, 255, 255);
}

header ul li ul li a.logout {
  color: red;
}

header ul li ul li a:hover {
  background: rgba(13, 118, 255);
}

header ul li a {
  display: block;
  padding: 21px;
  font-size: 1.1em;
  text-decoration: none;
  transition: 1.5s;
}

header ul li a:hover {
  background: rgba(13, 118, 255);
  transition: 1.5s;
  border-radius: 35px 35px;
}

header .menu-toggle {
  display: none;
}

header .menu-toggle2 {
  display: none;
}

header .menu-toggle3 {
  display: none;
}

header .menu-toggle4 {
  display: none;
}

.immagine2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 40%;
  pointer-events: none;
}

.immagine4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:60%;
  height: 40%;
  pointer-events: none;
}

.logo {
  margin: -50px;
  width: 28%;
  height:100%;
}

.page-wrapper {
  min-height: 100%;
}

.page-wrapper a:hover {
  color: rgba(13, 118, 255);
}

/* POST SLIDER */

.post-slider {
  position: relative;
}

.post-slider .slider-title {
  text-align: center;
  margin: 30px auto;
}

.post-slider .post-wrapper {
  color: white;
  width: 40%;  /* Grandezza visiva */
  height: 220px;   /* Grandezza visiva */
  margin: 0px auto;
  overflow: hidden;
  padding: 5px 0px 10px 0px;
}

.post-slider .post-wrapper .post {
  width: 300px;
  height: 330px;
  margin: 0px 10px;
  display: inline-block;
  /* background: rgba(74, 92, 255, 0.582); */
  border-radius: 5px;
  box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
}

.post-slider .post-wrapper .post .post-info {
  height: 130px;
  padding: 0px 5px;
}

.post-slider .post-wrapper .post .slider-image {
  width: 100%;
  height: 150px;  /* Grandezza occuapta */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.post-slider .next {
  position: absolute;
  top: 50%;
  right: 450px;
  font-size: 2em;
  color: rgb(74, 92, 255);
  cursor: pointer;
}

.post-slider .prev {
  position: absolute;
  top: 50%;
  left: 450px;
  font-size: 2em;
  color: rgb(74, 92, 255);
  cursor: pointer;
}

/* CONTENT */

.content {
  width: 90%;
  margin: 30px auto 30px;
}

.content .main-content {
  width: 70%;
  float: left;
}

.content .main-content.single {
  background: white;
  padding: 20px 50px;
  font-size: 1.1em;
  border-radius: 5px;
}

.content .main-content.single .post-title {
  text-align: center;
  margin-bottom: 40px;
}

.content .main-content .post {
  width: 95%;
  height: 270px;
  margin: 20px auto;
  border-radius: 5px;
  background: rgba(74, 92, 255, 0.582);
  position: relative;
}

.content .popular .post {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}

.content .popular .post img {
  height: 60px;
  width: 75px;
  float: left;
  margin-right: 10px;
}

.content .main-content .post .post-preview i {
  color: #ffffff;
  font-size: 0.8em;
}

.content .main-content .post .preview-text {
  color: white !important;
  line-height: 1.5em;
  font-size: 1.03em;
}

.content .main-content .post .read-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 0px;
  color: rgb(255, 255, 255) !important;
  border-radius: 5px;
  transition: 1.5s;
  
}

.content .main-content .post .read-more:hover {
  background: rgb(0, 0, 0);
  color: white !important;
  border-radius: 5px;
  transition: 1.5s;
}

.content .main-content .post .post-image {
  width: 40%;
  height: 100%;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content .main-content .post .post-preview {
  color: white;
  width: 60%;
  padding: 10px;
  float: right;
}

.content .main-content .recent-post-title {
  margin: 20px;
}

.content .sidebar {
  width: 30%;
  float: left;
}

.content .sidebar.single {
  padding: 0px 10px;
}

.content .sidebar .section {
  background:  rgba(74, 92, 255, 0.582);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content .sidebar .section .section-title {
  margin: 10px 0px 10px 0px;
}

.content .sidebar .section.search {
  margin-top: 80px;
}

.content .sidebar .section.topics ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #e0e0e0;
}

.content .sidebar .section.topics ul li a {
  color: white;
  display: block;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s;
}

.content .sidebar .section.topics ul li a:hover {
  padding-left: 10px;
  transition: all 0.3s;
}

/* AUTH PAGES */

.auth-content {
  width: 30%;
  margin: 50px auto;
  padding: 20px;
  background: rgba(74, 92, 255, 0.582);
  border-radius: 5px;
}

.auth-content .form-title {
  color: white;
  text-align: center;
}

.auth-content form div {
  color: white;
  margin-bottom: 10px;
}

.auth-content form p {
  color: white;
  text-align: center;
}

.auth-content form p a {
  color: white;
  text-decoration: underline;
}

.btn.btn-big  {
  padding: 0.5rem 1rem;
  background: #000000;
  color: rgb(255, 255, 255);
  border: 1px solid white;
  border-radius: 0.25rem;
  font-size: 1.08em;
  font-family: "Lora", serif;
  transition: 1.5s;
}

.btn.btn-big:hover {
  color: rgb(0, 0, 0) !important;
  background: rgb(74, 92, 255);
  border: 1px solid black;
  border-radius: 5px;
  transition: 1.5s;
}


/* FOOTER */

.footer {
  background: #303036;
  color: #d3d3d3;
  height: 400px;
  position: relative;
}

.footer .footer-content {
  height: 350px;
  display: flex;
}

.footer .footer-content .footer-section {
  flex: 1;
  padding: 25px;
}

.footer .footer-content h1,
.footer .footer-content h2 {
  text-align: center;
  color: white;
}

.footer .footer-content .about h1 span {
  font-family: 'Secular One', sans-serif;
  color: rgb(74, 92, 255);
}

.footer .logo2 {
  margin-left: -0.5em;
}

.logo2 {
  margin: -20px;
  width: 65%;
  height:40%;
}

.footer .footer-content .about .contact p {
  display: block;
  margin-bottom: 8px;
  margin-right: -20px;
}

.footer .footer-content .about .socials a {
  color: white;
  border: 1px solid gray;
  width: 45px;
  height: 41px;
  padding-top: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1.3em;
  border-radius: 5px;
  transition: all 3s;
}

.footer .footer-content .about .socials a:hover {
  border: 1px solid rgb(74, 92, 255);
  color: white;
  transition: all .3s;
}

.footer .footer-content .links ul a {
  color: white;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  transition: all .3s;
}

.footer .footer-content .links ul a:hover {
  color: rgb(74, 92, 255);
  margin-left: 15px;
  transition: all .3s;
}

.footer .footer-content .contact-form .contact-input {
  background: #272727;
  color: rgb(74, 92, 255);
  margin-bottom: 10px;
  line-height: 1.5rem;
  padding: 0.9rem 1.4rem;
  border: none;
  border-radius: 5px;
}

.footer .footer-bottom {
  background: #343a40;
  color: #686868;
  height: 50px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 20px;
}

/* Sezione Ampli */

.prodotti {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 10px;
}

.P_Prodotti .ttwiter{
  text-align: center;
}

.prodotti .prodotti-content .quat {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.prodotti .prodotti-content .ott {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.prodotti .prodotti-content .bas4 {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.immagine h1{
  text-align: center;
}

.immagine_prodotti{
  display: block;
  height: auto; 
  width: auto; 
  max-width: 380px; 
  max-height: 380px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

/*Parte Test */

.P_Prodotti h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.container-prodotti {
  margin: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28.5rem, 1fr));
  gap:0rem;
}

.container-prodotti .quat {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.container-prodotti .ott {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.container-prodotti .bas4 {
  background: #006edb;
  color: #d3d3d3;
  border:15px solid black;
  border-radius: 25px;
  pointer-events: none;
  height: 585px;
}

.container-prodotti .prodotto_anim {
  flex: 1;
  padding: 25px;
}

.container-prodotti h1{
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.container-prodotti p{
  color: rgb(255, 255, 255);
  text-align: left;
  pointer-events: none;
}

.container-prodotti h1,
.container-prodotti h2{
  text-align: center;
  color: rgb(0, 0, 0);
  pointer-events: none;
}

.container-prodotti .quat h1 span {
  font-family: 'Secular One', sans-serif;
  color: rgb(74, 92, 255);
}

.container-prodotti .quat p {
  color: #ffffff;
}

.container-prodotti .ott p {
  color: #ffffff;
}

.container-prodotti .bas4 p {
  color: #ffffff;
}











/*PRODOTTI*/


.prodotti .prodotti-content {
  height: 575px;
  display: flex;
}

.prodotti .prodotti-content .prodotto_anim {
  flex: 1;
  padding: 25px;
}

.prodotti h1{
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.prodotti p{
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.prodotti .prodotti-content h1,
.prodotti .prodotti-content h2{
  text-align: center;
  color: rgb(0, 0, 0);
  pointer-events: none;
}

.prodotti .prodotti-content .quat h1 span {
  font-family: 'Secular One', sans-serif;
  color: rgb(74, 92, 255);
}

.prodotti .prodotti-content .quat p {
  color: #ffffff;
}

.prodotti .prodotti-content .ott p {
  color: #ffffff;
}

.prodotti .prodotti-content .bas4 p {
  color: #ffffff;
}



/* Contenitore */

.contenitore {
  background: #ffffff;
  color: #d3d3d3;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contenitore .contenitore-content {
  height: 350px;
  display: flex;
}

.contenitore .contenitore-content .contenitore-section {
  flex: 1;
  padding: 25px;
}

.contenitore .contenitore-content h1,
.contenitore .contenitore-content h2{
  color: rgb(0, 0, 0);
}

.contenitore .contenitore-content .about h1 span {
  font-family: 'Secular One', sans-serif;
  color: rgb(74, 92, 255);
}

.contenitore .contenitore-content .about p {
  color: #000000;
}

.contenitore .contenitore-content .links p {
  color: #000000;
}

.contenitore .contenitore-content .contact-form p {
  color: #000000;
}



/* SLIDER */

.slider{
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}

.slides{
  margin-left: auto;
  margin-right: auto;
  width: 500%;
  height: 700px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 100%;
  height: 100%;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

#radio5:checked ~ .first{
  margin-left: -80%;
}


.my_bttn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 35px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ffffff;
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  font-weight: bold;
}


.my_bttn:hover{
  transform: scale(1.05) 
             translateY(-5px);
}

@media only screen and (min-width: 1920px) and (max-width: 3440px) {

  html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}
  body {
    display: table-cell;
    vertical-align: middle;
    padding:3rem 2rem;
    height: 100%;
    margin: 0 auto;
    background: black;
    font-family: "Lora", serif;
  }

  

}


@media only screen and (max-width: 1600px) {
  .logo {
    margin: -25px;
    width: 28%;
    height:100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 50%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 250px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 250px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}


@media only screen and (max-width: 1440px) {
  .logo {
    margin: -25px;
    width: 28%;
    height:100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 55%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 150px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 150px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }

  .footer {
    background: #303036;
    color: #d3d3d3;
    height: 400px;
    position: relative;
  }

  .prodotti {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }
}


@media only screen and (max-width: 1366px) {
  
  .post-slider .post-wrapper {
    color: white;
    width: 55%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 90px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 90px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}


@media only screen and (max-width: 1280px) {

  .slider{
  height: 700px;

}

.slides{
  height: 700px;
}
  .post-slider .post-wrapper {
    color: white;
    width: 60%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}


@media only screen and (max-width: 1600px) {
  .logo {
    margin: -25px;
    width: 28%;
    height:100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 50%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 250px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 250px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}


@media only screen and (max-width: 1440px) {
  .logo {
    margin: -25px;
    width: 28%;
    height:100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 55%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 150px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 150px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }

  .footer {
    background: #303036;
    color: #d3d3d3;
    height: 400px;
    position: relative;
  }

  .prodotti {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }
}


@media only screen and (max-width: 1366px) {
  
  .post-slider .post-wrapper {
    color: white;
    width: 55%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 90px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 90px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}



@media only screen and (max-width: 1280px) {
  .post-slider .post-wrapper {
    color: white;
    width: 60%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
}


@media only screen and (max-width: 1024px) {

  .slider{
  height: 600px;
}

.slides{
  height: 600px;

}

  .logo {
    margin: -20px;
    width: 28%;
    height:100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 70%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .post-slider .next {
    position: absolute;
    top: 40%;
    right: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }
  
  .post-slider .prev {
    position: absolute;
    top: 40%;
    left: 70px;
    font-size: 2em;
    color: rgb(74, 92, 255);
    cursor: pointer;
  }

  .footer {
    background: #303036;
    color: #d3d3d3;
    height: 470px;
    position: relative;
  }

  .prodotti {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }
}
/* MEDIA QUERIES */

@media only screen and (max-width: 934px) {

  .content {
    width: 100%;
  }

  .auth-content {
    width: 50%;
  }

  .content .main-content .post {
    width: 100%;
  }

  .content .main-content {
    width: 100%;
    padding: 10px;
  }

  .content .sidebar {
    width: 100%;
    padding: 10px;
  }

  .content .sidebar .section.search {
    margin-top: 30px;
  }

  .footer {
    height: auto;
  }

  .footer .footer-content {
    height: auto;
    flex-direction: column;
  }

  .footer .footer-content .contact-form {
    padding-bottom: 90px;
  }

  .footer .footer-content .contact-form .contact-btn {
    width: 100%;
  }

  .footer .logo2 {
    margin-left: -0.5em;
  }
  
  .logo2 {
    margin: -20px;
    width: 100%;
    height:40%;
  }

  .immagine_prodotti {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: 50%;
  }



  .prodotti {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .prodotti .prodotti-content {
    height: auto;
    flex-direction: column;
  }

  .container-prodotti {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  /* INFO */

  .contenitore {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .contenitore .contenitore-content {
    height: auto;
    flex-direction: column;
  }

  .contenitore .contenitore-content .contact-form {
    padding-bottom: 90px;
  }

  .contenitore .contenitore-content .contact-form .contact-btn {
    width: 100%;
  }

  .post-slider .post-wrapper {
    color: white;
    width: 60%;  /* Grandezza visiva */
    height: 220px;   /* Grandezza visiva */
    margin: 0px auto;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
  }

  .contenitore .contenitore-content {
    height: auto;
    flex-direction: column;
  }

  .contenitore .contenitore-content .contact-form {
    padding-bottom: 90px;
  }

  .contenitore .contenitore-content .contact-form .contact-btn {
    width: 100%;
  }

  /*Sottomenu */

  .nav li .sub-menu .sub-menu-autoparlanti{
    position: relative;
    display: block;
    left: 20px;
  }

  .nav li .sub-menu .sub-menu-autoparlanti {
    display: none;
  }

  .nav li .sub-menu .sub-menu-autoparlanti .sub-menu-woofer{
    position: relative;
    display: block;
    left: 20px;
  }

  .nav li .sub-menu .sub-menu-autoparlanti .sub-menu-woofer{
    display: none;
  }

  

}

@media only screen and (max-width: 770px) {
  
  .my_bttn {
    bottom: 15px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    font-size: 10px; /* Increase font size */
  }

  .slider{
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .slides{
    margin-left: auto;
    margin-right: 50px;
    width: 500%;
    height: 250px;
    display: flex;
  }

  .immagine2 {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  .immagine4 {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  /* INFO */

  .immagine3 {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    width: 100%;
    height: 50%;
  }

  header {
    position: relative;
  }

  .auth-content {
    width: 60%;
  }

  .main-content-wrapper {
    padding: 10px;
  }

  header ul {
    width: 100%;
    background: rgba(0, 0, 0, 0.808);
    max-height: 0px;
    overflow: hidden;
  }

  .showing {
    max-height: 100em;
  }

  header ul li {
    width: 100%;
  }
  

  header ul li ul {
    position: static;
    display: none;
    width: 100%;
  }

  header ul li:hover ul {
    display: none;
  }
  

  header ul li ul li a {
    padding: 10px;
    color: white;
    padding-left: 50px;
  }

  header ul li ul li a:hover {
    background: rgba(13, 118, 255);
  }


  header ul li ul li a.logout {
    color: red;
  }

  header .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.9em;
  }

  header .menu-toggle2 {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 1.9em;
  }

  header .menu-toggle3 {
    display: block;
    position: absolute;
    right: 23px;
    top: 8px;
    font-size: 1.5em;
  }

  header .menu-toggle4 {
    display: block;
    position: absolute;
    right: 43px;
    top: 8px;
    font-size: 1.3em;
  }

  header .logo {
    margin-left: 0.5em;
  }

  .logo {
    margin: -5px;
    width: 40%;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {

    /*TEST TELEFONO*/

    .container-prodotti {
      margin: 0px;
      position: static;
      display: block;
      width: 100%;
      height: auto;
      
    }

    .container-prodotti p {
      font-size: 14px;
    }

  
     /*FINE-TEST*/

  .logo {
    margin: -5px;
    width: 65%;
    height: 100%;
  }

  .content .main-content .post {
    height: auto;
  }

  .auth-content {
    width: 90%;
  }

  .content .main-content.single {
    padding: 10px 20px;
  }

  .content .main-content .post .post-image {
    width: 100%;
  }

  .content .main-content .post .post-preview {
    width: 100%;
  }

  .content .main-content .post .read-more {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
  }

  .post-slider .next {
    right: 10px;
  }

  .post-slider .prev {
    left: 10px;
  }
}

