/* Landing Page */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato';
  overflow-y: scroll;
  background-color: black;
  background-attachment: fixed;
  background-size: 100%;
  color: white;
}

a {
  color: grey;
}


html {
  scroll-behavior: smooth;
}

h2 {
  font-family: 'Catamaran';
  font-weight: 800!important;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #121212;
}

tr {
  height: 50px;
}

td {
  padding-left: 5px;
  padding-right: 5px;
}

.body-container {
  padding-top: 75px;
}

.linkscroll {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 1;
  margin-left: 40px;
}

.linkscroll li {
  list-style: none;
  margin-top: 12px;
}

.linkscroll li a {
    display: block;
    text-decoration: none;
    height: 16px;
    line-height: 30px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    width: 16px;
    color: black;
    margin: 4px 0;
    border-radius: 26px;
    border: 3px solid rgba(255, 255, 255, 0.8392156862745098);
    text-align: center;
}

.linkscroll li a:hover {
  background: white;
  border-color: white;
  color: black;
  text-decoration: none;
}

#container {
  width: 100%;
  height: 100vh;
  /* scroll-behavior: smooth; */
}

.contlanding {
  overflow: static !important;
}

#container .sectiondiv {
  position: relative;
  width: 100%;
  height: 100%;
}

#container h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 8em;
  text-transform: uppercase;
  color: black;
}

#container div#section1 {
  background-image: url("../img/sfondi/home.jpg");
  background-repeat: round;
  background-size: 100% 100%;
  padding-top: 1px;
  z-index: 0;
}

#container div#section2 {
  background-color: #121212;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 1px;
  z-index: 0;
  height: 70%;
}

#b3 {
  background-image: none !important;
  background-color: black !important;
}

.float-right {
  text-align: right;
}

.top3 {
  margin-top: 20px !important;
}

/* Navbar */

.logoimg {
  width: 140px;
}

#navbarNavAltMarkup {
  margin-left: 74%;
}

.navbar-brand2 {
margin-left: 2%;
}

.bg-light {
  background-color: transparent !important;
  position: absolute;
  z-index: 1;
  width: 100%;
  /*height: 10%;*/
  top: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.entra {
  padding-right: 30px !important;
  padding-left: 30px !important;
  border: 0;
  border-radius: 100px;
  text-transform: uppercase;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
}


.entra:hover {
  color:black !important;
  background: white;
}

/* .navbar-light .navbar-toggler {
  border: 2px solid white;
} */

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
  background-size: 80%;
}

@media (max-width: 1024px) {
  .navbar-brand2 {
  margin-left: 38%;
  }
}

  @media (max-width: 992px) {
    #navbarNavAltMarkup {
      margin-left: 1%;
    }
    .navbar-nav {
      padding: 20px;
    }
 }

@media (max-width: 576px) {
  .navbar-brand2 {
  margin-left: 1%;
  }
}

/* Fine navbar */


.mytitle {
  text-align: center;
  margin-top: 30px;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
}

.mytitle2 {
  font-family: 'Catamaran';
  font-weight: bold;
  font-size: 35px;
  color: white;
  text-align: center;
  margin-top: 6%;
}

#container .main {
  margin-top: 10%;
}

#container .mytext4 {
  width: 25%;
  position: absolute;
  margin-left: 18%;
  margin-top: 4.5%;
}

@media (max-width: 576px) {
.imgsection1 {
  display: none;
}

.mytitle {
  font-size: 40px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-top: 180px;
  color: white;
}

/* Sezione 1 */
#container div#section1 {
  background-image: url("../img/sfondi/home_mobile.jpg");
  background-repeat: round;
}

.linkscroll {
  display: none;
}
}

@media (max-width: 768px) {
  #container .main {
    margin-top: 20%;
  }
}

/* Fine Sezione 1 */

/* Sezione 2 */

#container .img2 {
  width: 55%;
  margin-top: 34%;
  margin-right: 0%;
  margin-left: 15%;
}

@media (max-width: 576px) {
#container div#section2 {
  height: auto;
  padding-bottom: 35px;
}

.testo2 {
  height: 500px !important;
}


#container .img2 {
  width: 40%;
  margin-top: 42%;
  margin-left: auto;
  margin-right: auto;
}

.mytitle2 {
  color: white;
  text-align: center;
  margin-top: 20%;
  font-size: 42px;
  font-family: 'Catamaran';
}

}

/* Fine sezione 2 */

/* Sezione 3 */
#container .img3 {
  width: 60%;
  margin-top: 40%;
  margin-left: 40%;
}

#container .mytext3 {
  margin-top: 32%;
  margin-left: 20%;
  width: 60%;
}

@media (max-width: 576px) {

.testo3 {
  height: 662px !important;
}

.immagine3 {
  height: 150px !important;
}

#container .mytext3 {
  margin-top: 20%;
  margin-left: 25%;
}

#container .img3 {
  width: 50%;
  margin-top: 21%;
  margin-left: 9.5%;
}

.mytitle2 {
  text-align: center;
}


}
/* Fine sezione 3 */

/* Sezione 4 */
#container .img4 {
  width: 90%;
  margin-top: 20%;
}

#container .mytext4 {
    width: 60%;
    position: absolute;
    margin-left: 28%;
    margin-top: 32%;
}

@media (max-width: 576px) {


.testo2 {
  height: 500px !important;
}


#container .mytext4 {
  margin-top: 8%;
  margin-left: 20%;
}

#container .img4 {
  width: 100%;
  margin-top: 0%;
  margin-left: 6.5%;
}

.mytitle2 {
  text-align: center;
}


}
/* Fine sezione 4 */

/* Pagina Registrati */

.bg-light2 {
  background-color: transparent;
  height: 90px;
}

.navbar-brand3 {
  margin-left: 25px;
  margin-right: 25px;
}

.myform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  color: grey;
  text-align: center;
}

.creatext {
  font-size: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.extra1 {
  margin-top: 30px;
}

.btn-crea {
  width: 100%;
}

/* Pagina Accedi */

.myform2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
/* margin-top: 6%; */
/* margin-bottom: 50px; */
/* padding: 45px; */
  padding-top: 18px;
  padding-bottom: 2px;
  color: grey;
  text-align: center;
}

.myform2 a {
  color: grey;
}



.accedibutton {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 100px;
  border: 0;
  background: transparent;
  color: white;
  border: 1px solid white;
}

.accedibutton:hover {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px;
  background: white;
  color: black;
}


/* Pagina Shop */
.icondiv {
  margin-left: 0 !important;
}

.wcicon {
  margin-right: 30px;
}
.wcicon2 {
  width: 40px;
}

.input-group-prepend {
  width: auto !important;
}

.mb-3 {
  margin-bottom: 0 !important;
  width: 68%;
  height: 45px;
  margin-right: 2%;
  margin-left: 1%;
}

.my-mb {
  margin-bottom: 0 !important;
  width: 100%;
  height: 120px;
  text-align: center;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.btn-cerca {
  background-color: #282828;
  color: white;
  border: 0;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-cerca:active {
  background-color: #5a5a5a !important;
}

.btn-cerca:hover {
  background-color: #6b6b6b !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: darkorange;
    outline: 0;
    box-shadow: none;
}

.btn-account {
  margin-right: 15px;
}

.btn-account:hover {
  color: white !important;
}

.btn-account:active {
  color: white !important;
}

.btn-account:visited {
  color: white !important;
}

.btn-account:focus {
  color: white !important;
}

.imgshop {
  width: 100%;
  padding: 0px;
}

.imgshop img {
  margin-bottom: 10px;
}

.bg-light3 {
  /* position: static;
  height: auto; */
    position: fixed;
    height: auto;
    z-index: 1000;
    width: 100%;
    background: #121212;
    padding: 2px 1rem;
}

.navbar-brand4 {
  margin-left: 8px !important;
}

.menu-mobile {
  display: none;
}

.link-t4a {
  display: none;
}



@media (max-width: 576px) {

  .menu-mobile {
    display: block;
  }

  .link-t4a {
    display: block;
    padding: 8px 10px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }

  .logoimg {
    width: 120px;
  }


  .mb-3 {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 6%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
  }

  .menu-categorie {
    padding-bottom: 20px;
    text-align: center;
  }

  .icondiv {
    display: none;
  }


  .body-container {
    padding-top: 0;
  }

  .ricerca-mobile {
     height: 60px !important;
  }

  .my-mb {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 6%;
    margin-left: auto;
    margin-right: auto;
  }

  .wcicon2 {
    width: 30px;
    margin-bottom: 13px;
  }
  .bg-light3 {
    position: static;
    height: auto;
  }

}
/* Fine pagina Shop */

/* Footer */
.font-weight-bold {
  text-align: left;
}

.list-unstyled {
  text-align: left;
}

.list-unstyled li {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer {
  background-color: black;
  color: grey;
}

footer h5 {
  color: white;
}

footer a {
    color: grey;

}

footer .container {

  padding-bottom: 25px;
}

footer hr {
  border: 1px solid #4a4a4a;
}

.footer-copyright {
  background-color: #121212;
  color: grey;
  font-size: 10px;
  text-transform: uppercase;
  text-align:center !important;
}

.megafooter {
  background-color: black;
  padding: 80px;
  font-size: 16px;

}

.generalfooter {
  background-color: #121212;
  padding: 80px;
  padding-top: 65px;
  font-size: 14px;
}

/* fine footer */

/* Prodotti artista */
.imgbackground {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.topbar {
  height: 100px;
  background-color: tranparent;
}

.topbar_artista {
  height: 318px;
  /* background-color:grey; */
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
}

.select_category {
  line-height: 100px;
  margin-left: 2%;
}

.topbar-all-artist {
  height: 120px;
  background-color: tranparent;
}

.product {
  background-color: tranparent;
  height: auto;
  margin-top: 52px;
  padding-left: 50px;
  padding-right: 50px;
}

.rettangolo {
  height: 100%;
  width: 100%;
  background-color: #282828;
  margin-left: auto;
  margin-right: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rettangolo:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 15px -6px #FFFFFF;
  box-shadow: 0px 0px 15px -6px #FFFFFF;
}

.titoloprodotto {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}

.nomeartista {
  margin-bottom: 0px;
  font-size: 12px;
  color: #bababa !important;
}

.rettangolo p {
  text-align: center !important;
  font-weight: bold;
  font-size: 20px;
}

.rettangolo img {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
}

.wavecoins {
  color: #ffa726;
}

.btnbuy {
  background-color: #222222;
  border-color: #222222;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btnbuy:hover {
  background-color: #565656;
  border-color: #565656;
  text-transform: uppercase;
}

.artisticon {
  width: 78px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #282828;
}

.artisticon_new {
    width: 190px;
    border-radius: 100%;
    position: relative;
    border: 3px solid #ffffff;
    display: inline-block;
    vertical-align: bottom;
    /* margin-top: 58%; */
    margin-right: 22px;
}

.resname {
  font-size: 28px;
  margin-bottom: auto;
  display: inline-block;
  margin-right: 10px;
}

.artistname {
  font-size: 50px;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 90px;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

.artistname_new {
  font-size: 45px;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  /* margin-left: 90px; */
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  display: inline-block;
  word-break: break-word;
}

.artistinfo {
  width: 100%;
  padding: 25px;
  height: 100%;
  line-height: 78px;
}

.artistinfo_new {
    margin-top: 180px;
    display: inline-block;

}


.ordineprezzo {
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50%;
}

.productbox {
  margin-left: auto;
  margin-right: auto;
  background-color: #121212;
  border-radius: 15px;
}


.infolink {
  width: 30px;
  height: 30px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}


@media (max-width: 576px) {

  .artistname_new {
    font-size: 40px;
    display: block;
    margin-bottom: 2px;
  }

  .artistinfo {
    line-height: 0;
  }

  .infolink {
    width: 20px;
    height: 20px;
  }

  .topbar {
    height: 100%;
  }

  .ghost {
    display: none;
  }

  .productbox {
    margin-top: 40px;
    margin-bottom: 35px;
  }

  .product {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .ordineprezzo {
    margin-left: auto;
    margin-right: auto;
  }

  .ordineprezzo p {
    text-align: center;
  }

  .imgbackground {
    background: black;
  }

  .hmobile {
    height: 154px;
  }

  .font-weight-bold {
    text-align: center;
  }
}
/* Fine prodotti artista */

/* Prodotto */
.productinfo {
width: 100%;
padding: 40px;
padding-bottom: 20px;
}

.product_name {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    text-transform: uppercase;
    word-break: break-word;
}

.productdetails {
  background-color: tranparent;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.productimage {
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin-left: 5%;
  background-size: cover;
}

.productbuy {
  color: black;
  background-color: tranparent;
  padding: 10px;
  padding-left: 0px;
}

.productbuy_nft {
  color: black;
  background-color: tranparent;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.productbuy p {
  text-align: left;
}

.btnsize {
  margin-left: 45.93px;
}

.price {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.pricewc {
  color: #ffa726;
  font-size: 24px;
  text-transform: uppercase;
}

.tabmisure {
  margin-top: 20px;
}

.product-section-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

.selected {
    border: 1px solid grey;
}

.product-section-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    cursor: pointer;
    background-size: cover;
}

.descrizione {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  color: #EAEAEA;
  text-align: justify;
}

.border {
  border: 1px solid #121212 !important;
  padding: 10px;
}

.correlati {
  margin-bottom: 30px;
  padding: 0px 15px;
}

.titolocorrelati {
  padding: 15px;
  text-transform: uppercase;
  color: white;
}

.titolonero {
  color: white !important;
  transform: uppercase;
  font-weight: bold;
}

.rettangolo2 {
  background-color: #121212;
  margin-left: auto;
  margin-right: auto;
}

.rettangolo2 p {
  text-align: center !important;
  font-weight: bold;
  font-size: 20px;
}

.rettangolo2 img {
    width: 100%;
}

.noeffect {
  color: white;
  text-decoration: none;
}

.noeffect:hover {
  color: white;
  text-decoration: none;
}

.mt80 {
  margin-top: 15px;
}

@media (max-width: 576px) {
  .topbar2 {
    height: auto !important;
  }

  .marginmobile {
    margin-top: 20px;
  }

  .margintopmobile {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 80px;
  }

  .btnsize {
    margin-left: 24px;
  }
}

/* Fine prodotto */

/* Carrello */

.titolocarrello {
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.pnc {
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  background-color: #191919;
  margin-bottom: 20px;
  border-radius: 15px;
}

.pncimg img {
  width: 70%;
  border-radius: 15px;
}

.myform-control {
  width: 50% !important;
}

.pnc-ultimo {
}

.pncwc {
  color: #ffa726;
  font-size: 20px;
}

.insertwc {
  padding: 30px;
  padding-bottom: 20px;
}

.insertcoupon {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.inputwc, .inputcoupon {
  border-radius: 0;
  margin-left: 0;
  width: 30%;
}

.applicabtn {
  background-color: #ffa726;
  color: white;
  border-color: #ffa726;
  border-radius: 0px;
}

.applicabtn:hover {
  background-color: #ffa726;
  color: white;
  border-color: #ffa726;
}

.totalebox {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 0px;
  background-color: #191919;
}

.mybold {
  font-weight: bold;
  font-size: 22px;
}

.btncarrello {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 30px;
}

.btncheckout {
  padding-left: 0;
}

.btncontinua {
  padding-right: 0px;
}

.mybtncheckout {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  color: white;
  border-radius: 100px;
  border: none;
}

.mybtncheckout:hover {
  background: white !important;
  color: black;
}

.mybtncontinua {
  background-color: transparent;
  color: white;
  border-color: white;
  border-radius: 100px;
}

.mybtncontinua:hover {
  background-color: #191919 !important;
  color: white;
  border-color: white !important;
}

@media (max-width: 576px) {
  .pncinfo p {
    margin-bottom: 0;
  }

  .pncinfo {
    margin-top: 20px;
  }

  .mt_codice_mob {
    margin-top: 20px;
  }

  .pncbutton {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pncbutton p {
    margin-bottom: 0;
  }

  .inputwc {
    width: 100%;
  }

  .inputcoupon {
    width: 100%;
  }

  .float-right {
    float: left !important;
  }

  .btncontinua {
    padding-left: 0;
  }

  .totalebox div {
    padding-left: 0;
  }
}

/* Fine Carrello */

/* Checkout */

.smallinput {
  width: 40%;
}

.formcheckout label {
   font-weight: bold;
}

.formcheckout {
  padding: 30px;
  padding-top: 0;
}

.titolofattura {
  padding: 30px;
  padding-left: 0px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}

.titoloindirizzo {
  padding-left: 0px;
  font-size: 30px;
  font-weight: bold;
}

.formcheckout .form-check-label{
   font-weight: normal !important;
}


.titolopagamento {
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
}

.btn-checkout {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border-radius: .25rem;
  border: none;
  font-size: 16px;
}

.btn-checkout:hover {
  background: white;
  border-radius: .25rem;
  color: black;
}

.btn-checkout2 {
  background-color: transparent;
  border-color: white;
  border-radius: .25rem;
  margin-bottom: 40px;
  font-size: 16px;
}

.btn-checkout2:hover {
  background-color: #343434;
  border-color: white;
  border-radius: .25rem;
}

/* Fine checkout */

/* I miei ordini */

.pnc-ultimo2 {
    border-bottom: 1px solid #191919;
    margin-bottom: 30px;
    background-color: #191919;
    color: white;
}

.pnc-ultimo2 a {
  color: white;

}

.pnc-ultimo2 a:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .pncprezzo p {
    margin-bottom: 0;
  }

  .pncprezzo {
    margin-bottom: 10px;
  }
}

.consegnato {
  color: green;
}

.annullato {
  color: red;
}

.inconsegna {
  color: darkorange;
}
/* Fine i miei ordini */

/* Le mie Wavecoins */

.wciconimg {
width: 18%;
margin-top: 70px;
}

.scrittawc {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.testowc {
  text-align: center;
}

.wcontent {
  padding: 20px;
  color: white;
}

.wcontent p {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .wciconimg {
    width: 45%;
  }
}

/* Fine le mie Wavecoins */

/* Registrati come artista */

.logoimgart {
  width: 140px;
  margin-top: 16px;
}

/* Fine registrati come artista */

/* Home artista */

.benvenutoartista {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: white;
  font-family: 'Asap', sans-serif;
}

.tacenter {
  text-align: center;
}

.homestat {
  margin-top: 50px;
  margin-bottom: 10px;
  /* margin-left: 8px; */
  /* margin-right: 8px;*/
}

.card-title2 {
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 70px;
}

.imgocchio {
  height: 65px;
  margin-top: 10px;
}

.imgcard {
  height: 60px;
  margin-top: 40px;
}

.secondrow {
  margin-top: 50px;
}

.mymarginauto {
  margin-left: auto;
  margin-right: auto;
}


.tacenter a {
  color: grey;
  text-decoration: none;
}

.tacenter a:hover {
  color: grey;
  text-decoration: none;
}

.border-secondary {
  border-color: #9e9e9e!important;
}

/* Fine home artista */

/* Gestione prodotti */

.product2 {
  background-color: transparent;
  height: auto;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
}

.titoloprodotto2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  max-width: 100%;
}

.rettangolo3 {
  width: 100%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
}

.rettangolo3 p {
  text-align: center !important;
  font-weight: bold;
  font-size: 20px;
}

.rettangolo3 img {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
}

.benvenutoartista2 {
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.pagetitle {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.posfix {
  position: relative;
}

.indice {
  width: 250px;
  position: absolute;
  margin-top: 65px;
  z-index: 1;
}

.btndelete {
  border-radius: 0;
  background-color: black;
  border-color: black;
  text-transform: uppercase;
  font-size: 12px;
}

.btndelete:hover {
  border-radius: 0;
  background-color: red;
  border-color: red;
  text-transform: uppercase;
}

.active {
  background-color: #404040 !important;
  border-color: #404040 !important;
}

.productbox2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    background-color: #191919;
    margin-bottom: 70px;
    border-radius: 15px;
}

.addbutton {
  background-color: white;
  border-color: white;
  color: black;
  border-radius: 50px;
  margin-bottom: 50px;
}

.addbutton:hover {
  background-color: darkorange;
  color: white;
  border-color: darkorange;
  border-radius: 50px;
}

.titologestione {
  margin-bottom: 50px !important;
}

@media (max-width: 576px) {
.productbox2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product2 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.indice {
  position: relative;
}

.addbutton {
  margin-bottom: 0px;
}

.ultimoprod {
  margin-bottom: 30px;
}
}

/* Fine gestione prodotti */

/* Prodotti venduti */

.pagination {
  margin-bottom: 30px;
  margin-top: 30px;
}

.cercaprodotto {
    margin-bottom: 20px !important;
    width: 40%;
    margin-right: 4%;
    margin-left: 57%;
}

@media (max-width: 576px) {
.cercaprodotto {
    margin-bottom: 20px !important;
    width: 100%;
    margin-right: 4%;
    margin-left: 0;
}

}

/* Fine prodotti venduti */

.radio-inline {
  margin-right: 20px;
}

textarea.form-control {
  min-height: 100px !important;
}

/* Add Product */
.radio-inline {
  margin-right: 20px;
}

.nopadd {
  padding-left: 0px;
}

.tagliatitle {
  padding-left: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* Nuove modifiche */
.formnav {
  width: 82%;
  display: flex;
}

.formnav-cart {
  width: 97%;
  display: flex;
}

.form-controlnew {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ordinatext {
  float: right;
  font-size: 15px;
  font-weight: normal;
  color: grey;
}

.ordinatext a {
  color: grey;
}

.textordini {
  font-size: 20px;
  font-weight: normal;
}

.alert-success {
  margin-top: 10px;
}

.alert-danger {
  margin-top: 10px;
}

.rimuovibtn {
  background-color: transparent;
  border-color: transparent;
  color: grey;
  padding-top: 0;
}

.listabtn {
  background-color: transparent;
  border-color: transparent;
  color: grey;
  padding-top: 0;
  text-align: left;
  width: 100%;
}

.rimuovibtn:hover {
  background-color: transparent;
  border-color: transparent;
  color: red;
  padding-top: 0;
  text-decoration: none;
}

.listabtn:hover {
  background-color: transparent;
  border-color: transparent;
  color: #00BCD4;
  padding-top: 0;
  text-align: left;
  text-decoration: none;
}

.rimuovibtn:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: red !important;
  padding-top: 0;
}

.listabtn:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: cadetblue !important;
  padding-top: 0;
  text-align: left;
}

.rimuovibtn:focus {
  box-shadow: none;
}

.listabtn:focus {
  box-shadow: none;
}

.formflex {
  display: flex;
}

.dimwc {
  width: 200px;
  height: 50px;
  border: 3px solid #ffa726;
}

.textwc {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}

.insertwc2 {
  padding-top: 0px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.prezzo {
  margin-top: 20px;
}

.wavecoinsnew {
  margin: 0;
  margin-bottom: 20px;
  color: #ffa726;
}

.artistlink {
  margin:0;
}

.ordinat {
  color: grey !important;
  text-align: right;
  margin-right: 4%;
  margin-top: 53px;
}

.ordinat a {
  color: grey !important;
}

.ordinatwhite {
  color: grey !important;
}

.ordinatwhite a {
  color: grey !important;
}

.tagliaunicatext {
  font-size: 15px;
  color: grey;
}

.rowpadding {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-settings {
  background-color: #4CAF50;
  border-color: #4CAF50;
  border-radius: .25rem;
}

.btn-settings:hover {
  background-color: #4bb958;
  border-color: #4bb958;
  border-radius: .25rem;
}

.didimmagine {
color: #9E9E9E;
}

@media (max-width: 576px) {
  .formnav {
    width: 100%;
  }

  .ordinat {
    line-height: 0px;
    text-align: center;
    margin-top: 0px;
  }

  .select_category {
    text-align: center;
  }

  .productinfo {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    word-break: break-all;
  }

  .titolocorrelati {
    padding: 15px;
    padding-bottom: 0px;
  }

  .rimuovibtn {
    padding-left: 0;
  }

  .listabtn {
    padding-left: 0;
  }

  .dimwc {
    width: 100%;
    border: 1px solid lightgray;
  }

  .coupon_mobile {
    width: 100%;
  }

  .btn-checkout {
    margin-bottom: 30px;
  }

  .btn-settings {
    margin-bottom: 30px;
  }

  .artistname {
    font-size: 30px;
    margin-top: 15px;
  }

  .pagination {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    margin-top: 55px;


  }

  .rettangolosearch {
    height: 100% !important;
    width: 100% !important;
    border-radius: 30px !important;
  }

  .marginresult {
    margin-top: 0px !important;
  }

  .productnew {
    margin-bottom: 0px !important;
  }

  .list-unstyled {
    text-align: center;
  }
}

.btnbuy2 {
  border-radius: 0;
  background-color: black;
  border-color: black;
  text-transform: uppercase;
  font-size: 12px;
}

.btnbuy2:hover {
  border-radius: 0;
  background-color: #121212;
  border-color: #121212;
  text-transform: uppercase;
}

.resultartista {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #ffa726;
}

.resultartista2 {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #ffa726;
}

.marginresult {
  margin-top: 30px;
}

.rettangolosearch {
  height: 100%;
  width: 30%;
  border-radius: 15px;
}

.sectionstyle {
  margin-top: 70px;
  text-align: center;
}

.titolo {
  color: #ffa726;
  margin-top: 9%;
  font-size: 48px;
  font-family: 'Catamaran';
  text-transform: none;
  font-weight: bold;
  line-height: 50px;
}


.btn-guadagna {
  text-transform: uppercase;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border: 0;
  color: white;
  font-family: 'Lato';
  border-radius: 100px;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.btn-guadagna:hover {
  text-transform: uppercase;
  background: white;
  color: black;
}


.btn-scopri-nft {
  text-transform: uppercase;
  background: linear-gradient(0deg, #9c27b0 1%, #FE4C72 100%);
  border: 0;
  color: white;
  font-family: 'Lato';
  border-radius: 100px;
  margin-top: 10px;
  padding: 10px 22px;
  font-size: 16px;
  display: inline-block;
}

.btn-scopri-nft:hover {
  text-transform: uppercase;
  background: white;
  color: black;
}

.color1 {
  background: #F6283E;
  color: white !important;
}

.color1:hover {
  background: #F6283E;
}

.color2 {
  background: #EB602A;
  color: white !important;
}

.color2:hover {
  background: #EB602A;
}

.color3 {
  background: #ffa726;
  color: white !important;
}

.color3:hover {
  background: #ffa726;
}

.btn-artista {
  border-radius: 0px;
  height: 150px;
  text-transform: uppercase;
  background-color: #121212;
  border: 0;
  margin-top: 50px;
  font-size: 25px;
}

.btn-artista:hover {
  border-radius: 0px;
  height: 150px;
  text-transform: uppercase;
  background-color: #282828;
  border: 0;
  margin-top: 50px;
  color: white;
}

.btn-artista:focus {
  border-radius: 0px;
  height: 150px;
  text-transform: uppercase;
  background-color: #282828;
  border: 0;
  margin-top: 50px;
  color: white;
}

.btn-artista:active {
  border-radius: 0px;
  height: 150px;
  text-transform: uppercase;
  background-color: white !important;
  border: 0;
  margin-top: 50px;
  color: #ffa726 !important;
}

.titolosec4 {
  color: white;
  text-align: center;
  margin-top: 16%;
  font-size: 42px;
  font-family: 'Asap', sans-serif;
}

.btn-sec4 {
  margin-top: 10px;
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.btn-sec4:hover {
  background-color: #ff9d27;
  border-color: #ff9d27;
}

.btn-sec4:active {
  background-color: #ff9d27 !important;
  border-color: #ff9d27 !important;
}

.btn-sec4:focus {
  background-color: #ff9d27 !important;
  border-color: #ff9d27 !important;
  box-shadow: none !important;
}

.activeballs {
  background-color: white !important;
  border-color: white;
}

.slogan {
  font-family: monospace;
  position: absolute;
  margin-top: 31%;
  margin-left: 74%;
  z-index: 1;
  color: gold;
  width: 175px;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

.freccia {
  position: absolute;
  margin-top: 31%;
  margin-left: 62%;
  z-index: 1;
  width: 14%;
}


.rimasti {
  color: grey;
}

.artupper {
  text-transform: uppercase;
  color: white;
}

.productbox3 {
  background-color: tranparent !important;
}

.rettangoloartista {
  height: 250px;
  width: 250px;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}

.rettangoloartista p {
  text-align: center !important;
  font-weight: bold;
  font-size: 20px;
}

.rettangoloartista img {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.informativa {
  margin-bottom: 20px;
}

.page-link {
  background-color: #191919;
  border: 1px solid #383838;
  color: #585858;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #353535;
    border-color: #383838;
}

.pagination .disabled .page-link {
  background-color: #191919;
  border: 1px solid #383838;
}

.pagination .active .page-link {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #191919;
  border-color: #383838;
}

#payment-form .numbercard {
  background: #191919;
  padding:20px;
  border: 1px solid gray;
}

#payment-form .numbercard label {
  text-transform: uppercase;
}

.spaziohr {
  margin-bottom: 18px;
}

.savemod {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}

.savemod:hover {
  background: white !important;
  color: black;

}

.savemod:disabled {
  background: grey !important;
  color: white;
}

.savemod:disabled:hover {
  background: grey !important;
  color: white;
}


.productbox2 a:hover {
  text-decoration: none;
}

.sectionstyle2 {
  margin-top: 70px;
}

.colorform {
  background-color: #191919;
  border: 1px solid #313131;
  color: white;
}

.colorform:focus {
  background-color: #191919;
  border: 1px solid #313131;
  color: white;
}

.colorbutton {
  background-color: #282828;
  color: white;
  border: 1px solid #282828;
  border-radius: 0px;
}

.colorbutton:hover {
  background-color: #6b6b6b;
  color: white;
  border: 1px solid #4e4e4e;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  background-color: #5a5a5a;
  color: #92959c;
  border: 1px solid #313131;
}

.colorbutton:focus {
  background-color: #5a5a5a;
  color: #92959c;
  border: 1px solid #313131;
}

.select_address {
  height: 50px;
  border: none;
  margin-bottom: 10px;
  background-color: #121212;
  color: white;
  border: 1px solid #282828;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.savemod2 {
  margin-right: 15px;
  border-radius: 100px;
}

@media (max-width: 576px) {

  .rettangolo {
    height: 100%;
  }

  .resultartista {
    margin-top: 30px;
  }

  .titoloprodotto {
    font-size: 18px;
    margin-top: 40px;
  }

  .sectionstyle .offset-2 {
    margin-left: 0;
  }

  .titolo {
    font-size: 52px;
    line-height: 56px;
    margin-top: 20%;
  }

  .mytitle2 {
    font-size: 38px;
    margin-top: 35px;
  }

  .titolosec4 {
    font-size: 45px;
  }

  .freccia {
    position: absolute;
    margin-top: 528px;
    margin-left: 71%;
    z-index: 1;
    width: 27%;
  }

  .bg-light {
    height: auto;
  }

  .sub4, .sub3 {
    color: #cacaca;
    font-size: 19px;
    padding: 15px;
    text-align: justify;
  }

  .btn-sec4 {
    margin-top: 32px;
  }

  .productbuy {
    color: black;
    background-color: tranparent;
    padding: 0px;
    padding-bottom: 20px;
    margin-top: 40px;
  }

  .productbuy_nft {
    padding-bottom: 12px;
    padding-right: 0px;
  }

  .correlati .titoloprodotto {
    margin-top: 20px;
  }

  .productdetails {
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

  .secondrow {
  margin-top: 0;
}

  .sectionstyle2 {
  margin-top: 0px;
}

.savemod2 {
  margin-left: 0px;
}

}

.body-info {
  background-image: url('../img/sfondi/mockup.png');
  background-color: black;
  background-size: cover;
  height: 100vh;
}

/* .frasemain {
  font-size: 35px;
  font-weight: bold;
  margin-top: 12%;
  font-family: 'Catamaran';
  line-height: 110px;
  color: #ffa726;
} */

.videoartisti {
  margin-top: 12%;
  margin-bottom: 6%;
  width:800px;
  height:450px;
}

.ideal {
  font-size: 25px;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  font-family: 'Catamaran';
  color: #ffa726;
}
/* .infomargin {
  margin-left: 35px;
  margin-right: 35px;
} */

.smallinfo {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  font-family: 'Asap', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;

}

.imginfo {
  height: 70px;
}


@media (max-width: 576px) {

  .frasemain {
    font-size: 75px;
    margin-top: 38%;
    font-family: 'Catamaran';
    line-height: 90px;
    width: 100%;
  }


  .viewpage {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin-top: 20px;
    width: 100%;
  }

  .footerfixed {
    position: relative !important;
    bottom: auto;
    left: auto;
  }

}

.landingfooter {
  margin-top: 0px;

  padding-bottom: 5px;
}


.list-group-item {
  background-color: #191919;
  border: 1px solid rgb(56, 56, 56);
  color: white;
}

.list-group-item.disabled {
  background-color: #191919;
  border: 1px solid rgb(56, 56, 56);
  color: grey;
}

.list-group-item:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: white;
}

.list-group-item.disabled:hover {
  background-color: #191919;
  border: 1px solid rgb(56, 56, 56);
  color: grey;
}

.btngeneral {
  background-color: white;
  color: black;
  border: white;
  border-radius: 50px;
}

.btngeneral:hover {
  background-color: #ffa726;
  color: white;
  border: #ffa726;
  border-radius: 50px;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.buttonsrc {
  width: 22px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.viewpage {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.viewpage:hover {
  background-color: #8080804f;
  color: white;
  border: 1px solid white;
}

.btn-delete {
    background-color: #ff000000 !important;
    color: white;
    border: none;
    padding:0;

}

.btn-delete:hover {
    background-color: #ff000000 !important;
    color: white;
    border: none;
    padding:0;
    text-decoration: underline;
}

.titolosettings {
    padding: 30px;
    padding-bottom: 0px;
    font-size: 30px;
    padding-left: 19px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.titolisettings {
  padding: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 35px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}

.sottotitolisettings {
  font-size: 18px;
}

.titolodelete {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.deletepage {
  height: 300px;
}

.footerfixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.confirmtext {
  text-align: center;
}

.contatori {
  height: 150px;
  background-color: black;
}

.numero {
  margin-top: 36px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 32px;
}

.text {
  text-align: center;
}

.iconhome {
  width: 50%;
  margin-top: 50px;
}


.icon-pag-art {
  width: 36px;
  cursor:pointer;
}

.row-menu-art {
  padding: 20px;
  border-radius: 100px;
  background: #121212;
}

.p-icon-menu-art {
  margin-bottom: 8px;
}

.link-art-icon {
  color: white;
}

.icontitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.icontitle-pag-art {
  font-size: 11px;
  text-align: center;
  cursor:pointer;
  text-transform: uppercase;
  margin-bottom: 0;
}

.col11-menu-art {
  padding-left: 30px;
  padding-right: 30px;
}

.iconsubtitle {
  font-size: 14px;
  text-align: center;
}

.btn-scopri {
  text-transform: uppercase;
  background-color: #ffa726;
  border: 0;
  color: white;
  font-family: 'Lato';
  border-radius: 100px;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.btn-scopri:hover {
  text-transform: uppercase;
  background-color: #DAB454;
}

.btn-regartista {
  text-transform: uppercase;
  background-color: #ffa726;
  border: 0;
  color: white;
  font-family: 'Asap', sans-serif;
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.btn-regartista:hover {
  text-transform: uppercase;
  background-color: #bfb2d6;
}


.club {
  margin-top: 8%;
  margin-left: 0%;
  width: 80%;
}

.wblue {
  margin-top: 15%;
  float: right;
  width: 80%;
}

.grey {
  color: #9e9e9e;
}

.black {
  color: black;
}

#container2 {
  background-color: #121212;
}

.bg-light4 {
    background-color: transparent !important;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 10%;
    top: 10px;
}

.hrstyle {
  border-top: 1px solid #282828;
  width: 81%;
}

.restaconnesso {
  float: left;
  margin-bottom: 6%;
}

.fbutton {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 100px;
  border: 0;
  background-color: #1878F3;
}

.fbutton:hover {
  background-color: #1878F3;
}

.gbutton {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 100px;
  border: 0;
  background-color: #FFFFFF;
  color: #757575;
}

.gbutton:hover {
  background-color: #FFFFFF;
  color: #757575;
}
.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.tbutton {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 100px;
  border: 0;
  background-color: #333333;
}

.tbutton:hover {
  background-color: #1DA1F2;
}


.terminicond {
  font-size: 12px;
  text-align: left;
  color: grey;
}

.terminicond2 {
  font-size: 12px;
  text-align: center;
  color: grey;
}

.terminicond2 a {
  color: grey;
}

.terminicond2 a:hover {
  color: #ffa726;
}

.marginform {
  margin-top: 30px;
}

.sexinput {
  text-align: left;
}

.datanascita {
  border-radius: 5px;
  border: none;
  text-align: center;
  background-color: #282828;
  color: grey;
}

#container2 div#sectioninfoart {
  background-image: url("../img/sfondi/regart.jpg");
  background-repeat: round;
  background-size: 100% 100%;
  padding-top: 1px;
  z-index: 0;
}

#container3 {
  background-color: black;

}

.art1 {

}

.art2 {
  padding-top: 55px;
}

.art2-nft {
  padding-top: 90px;
  padding-bottom: 25px;
}

.art3 {
  background-image: url('../img/sfondi/vendi-su-twigo.jpg');
  background-size: cover;
  text-align: center;
  color: white;
  padding:30px;
}



.smallinfo2 {
  font-size: 18px;
  margin-top: 10PX;
  text-align: center;
  color: #9e9e9e;
  margin-left: 15px;
  margin-right: 15px;
}

.btn-mail {
  text-transform: uppercase;
  background-color: #ffa726;
  border: 0;
  color: white;
  font-family: 'Asap', sans-serif;
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  margin-bottom: 40px;
  float: left;
}

.btn-mail:hover {
  text-transform: uppercase;
  background-color: #ffa726;
}

.titolosection5 {
  font-family: 'Catamaran';
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 5%;
  color: white;
  text-transform: uppercase;
}

.art4 {
  height: 110px;
}

.zoom:hover {
  transform: scale(1.05);
}

.bg-black {
  background-color: black;
  height: 90px;
  position: relative;
}

.bg-black2 {
  border-bottom: 1px solid #2e2e2e;
}

.terminicond a {
  color: grey;
}

.terminicond a:hover {
  color: #ffa726;
}

.card-body {
  padding: 0;
}

.colorbox1 {
  background-color: #262626;
}

.colorbox2 {
  background-color: #262626;
}

.colorbox3 {
  background-color: #262626;
}

.btn-anteprima {
  border-radius: 20px;
  height: 90px;
  text-transform: uppercase;
  background: #191919;
  border: none;
  color: white;

}

.btn-anteprima:hover {
  background: #2f2f2f;

}

.btn-add {
  border-radius: 5px;
  height: 80px;
  text-transform: uppercase;
  background-color: #191919;
  border: none;
  color: #6f6f6f;
  margin-bottom: 15px;
  font-size: 18px;
}

.btn-add2 {
  border-radius: 5px;
  height: 52px;
  text-transform: uppercase;
  background-color: #191919;
  border: none;
  color: #6f6f6f;
  margin-bottom: 40px;
  font-size: 18px;
}

.btn-add:hover {
  background-color: #2f2f2f;
}

.btn-add2:hover {
  background-color: #2f2f2f;
}

.bg-artist {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 10px;
}

#navbarArtist {
  margin-top: 15px;
}

#navbarArtist .nav-link {
  color: #9E9E9E;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  font-size: 14px;
  text-align: center;
}

#navbarArtist .nav-link:hover {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

#navbarArtist .activelinkartist {
  color: white;
}

.textelimina {
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.cardcolor {
  background-color: #191919;
  color: white !important;
  border-color: #191919;
  width: 90%;
  height: 190px;
  border-radius: 20px !important;
}

.cardcolor:hover {
  background-color: #2f2f2f;
  color: white !important;
  border-color: #2f2f2f;
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
}

.form-control {
  background-color: #0f0f0f;
  border-color: #282828;
  color: white;
  height: auto;
}

.form-control[readonly] {
  background-color: #0f0f0f;
  border-color: #4e4e4e;
  color: #9E9E9E;
}

.form-control[readonly]:hover {
  background-color: #0f0f0f;
  border-color: #4e4e4e;
  color: #9E9E9E;
}

.form-control[readonly]:focus {
  background-color: #0f0f0f;
  border-color: #4e4e4e;
  color: #9E9E9E;
}

.form-control:hover {
  background-color: #0f0f0f;
  border-color: #4e4e4e;
  color: white;
}

.form-control:focus {
  background-color: #0f0f0f;
  border-color: #4e4e4e;
  color: white;
}

#genre {
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  width: 150px;
  border-color: #282828;
}

select {
  border-color: #4e4e4e;
}

.control-label {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.form-control-white {
    background-color: #282828;
    border-color: #282828;
    color: grey;
}

.form-control-white:hover {
    background-color: #282828;
    border-color: #282828;
    color: grey;
}

.form-control-white:focus {
    background-color: #282828;
    border-color: #282828;
    color: grey;
}

.mbottom {
  margin-bottom: 10px;
}

.tuttigliartisti {
  background-color: transparent;
  border: 1px solid grey;
  border-radius: 5px;
  color: grey;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.tuttgliartisti:hover {
  background-color: #2f2f2f;
}

.infowc {
  color: #9E9E9E;
}

.labelmb label {
  margin-bottom: 25px;
}

.mtop {
  margin-top: 20px;
  margin-bottom: 15px;
}

.btnbuy3 {
  border-radius: 0px;
}

/* .aggiungititolo {
  display: none;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: white;
  font-family: 'Asap', sans-serif;
} */

.aggiungititolo2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
  color: white;
  /* font-family: 'Asap', sans-serif; */
}

.benvenuto-text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
  color: white;
  font-family: 'Asap', sans-serif;
}

.titolo-pitch {
  font-size: 35px;
  margin-bottom: 20px;

}

.titolo-pack-exp {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-top: 50px;
  color: white;
  font-family: 'Asap', sans-serif;
}

.exp-custom-title {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 80px;

  color: white;
  font-family: 'Asap', sans-serif;
}

.margintaglia {
  margin-top: 40px;
}

.ordinat2 {
  margin-left: 42%;
  margin-top: 50px;
  color: grey !important;
}

.ordinat2 a {
  color: grey !important;
}

.mbottom2 {
  margin-bottom: 30px;
}

.mbottom3 {
  margin-bottom: 80px;
}

.generi-active {
  background-color: #151515;
  border: 2px solid grey;
  color: #c1c1c1 !important;
  line-height: 76px !important;
}

@media (max-width: 576px) {

  .btn-artista {
    font-size: 14px;
  }

  .altezzaicone {
    height: 235px;
  }

  .titolosection5 {
    margin-top: 10%;
    font-size: 25px;
  }

  .body-info {
    background-image: url('../img/sfondi/sfondo-artista.png');
    height: auto;
    /* padding-bottom: 50px; */
    background-size: cover;
    /* background: repeating-linear-gradient(45deg, black, transparent 100px); */
  }

  .videoartisti {
    margin-top: 40%;
    margin-bottom: 6%;
    width:304px;
    height:171px;
  }

  .marginextra {
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-delete {
    margin-left: 0px;
  }

  .savemod {
    width: 100%;
  }

  .mb-left {
    margin-left: 0 !important;
  }

  .aggiungibox {
    margin-top: 80px !important;
  }

  .btn-anteprima {
    margin-bottom: 30px;
  }

  .btn-add {
    margin-bottom: 30px;
  }

  #navbarArtist {
    margin-left: 0px;
    margin-top: 30px;
  }

  #navbarArtist .nav-link {
    font-size: 18px;
    text-align: center;
  }


  .mtmobile {
    margin-top: 50px;
  }

  .mtmobile2 {
    margin-top: 15%;
  }

  .mtmobile3 {
    margin-top: 20%;
  }

  .pref {
    margin-right: -15px !important;
  }

  .imgbox-pref {
    height: 170px !important;
    line-height: 170px !important;
    font-size: 40px !important;
  }

  .generi-active {
    line-height: 166px !important;
    color: #c1c1c1 !important;
  }

  .prefbox {
    margin-bottom: 110px !important;
  }

  .myjustifyend {
      justify-content: center!important;
    }

  .myjustifystart {
        justify-content: center!important;
        margin-top: 50px;
      }

.menu-btn-mobile {
  width: 100%;
  border: 1px solid #b8b8b8 !important;
}

.row-menu-art {
  border-radius: 8px;
  padding-bottom: 0;
}

.row-menu-art .col-4 {
  padding-bottom: 30px;
}


}

.altezzamin {
  height: 450px;
}

.margintop {
  margin-top: 70px;
}

.pay-met {
  margin-top: 40px;
  margin-bottom: 60px;
}

.btn-infoart {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
  font-family: 'Lato';
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.gold {
  color: #ffa726;
}

.goldhover:hover {
  color: #ffa726;
  text-decoration: underline;
  cursor: pointer;
}

.btn-wc {
  margin-right: 15px;
  color: #ffa726 !important;
}

.btn-wc:hover {
  color: white;
}

.btn-wc:active {
  color: white;
}

.btn-wc:visited {
  color: white;
}

.btn-wc:focus {
  color: white;
}

.dropdown-menu.show {
  background-color: #282828;
  color: white;
  border-radius: 15px;
}


.dropdown-item {
  color: white;
}


.dropdown-item-esplora {
  font-size: 16px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #ffa726;
}

.dropdown-divider {
  border-top: 1px solid #1b1b1b;
  margin-top: 12px;
}

.widthmobile {
  flex-wrap: nowrap;
}

.biorow {
  margin-top: 50px;
  text-align: justify;
}

.artistname2 {
    font-size: 25px;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
}

.boxreg {
  background-color: #121212;
  width: 100%;
  margin: 5%;
  height: auto;
  text-align: left;
  display: inline-block;
}

.btnmod {
  background-color: #121212;
  color: grey;
  border-color: grey;
  margin-left: 5px;
  margin-right: 5px;
}

.btnmod:hover {
  background-color: #2f2f2f;
  color: grey;
  border-color: grey;
}

.titoloshop {
  padding: 50px;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
}

.sottotitolo {
  font-size: 22px;
  padding-left: 50px;
  padding-right: 50px;
}

.blackimp {
  background-color: black !important;
}

.entra2 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.mleft {
  margin-left: 10px !important;
}

.formc .form-control {
  height: 50px;
}

.pref {
  margin-right: 8.333333%;
}

.imgbox-pref {
  height: 80px;
  line-height: 80px;
  background-repeat: round;
  border-radius: 15px;
  font-size: 20px;
  color: grey;
  cursor: pointer;
}

.prefbox {
  height: 100px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
}

.updatebottom {
  width: 130px;
}

.addcd .control-label {
  margin-bottom: 0px;
}

.addcd .titolisettings {
  padding-bottom: 0;
}

.margintaglia b {
  margin-bottom: 5px;
  display: inline-block;
}

.servicecard {
  padding: 30px !important;
  background-color: #262626;
  font-size: 14px;
  padding-top: 20px !important;
}

.servicecard2 {
  padding: 30px !important;
  background-color: #262626;
  font-size: 14px;
  padding-top: 5px !important;
}

.mycard {
  border: 0;
  transition: transform .1s;
  margin-bottom: 30px;
  background: #262626;
}

.mycard2 {
  width: 100%;
}

.mycard:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
}

.cardexp {
  margin-bottom: 70px;
  border-radius: 15px;
}

.myjustifyend {
  justify-content: flex-end;
}

.myjustifystart {
  justify-content: flex-start;
}


.artbox img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}


.artbox img:hover {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  opacity: 0.2;
  border: 1px solid black;
}

.testohover {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 37%;
  z-index: -1;
  font-size: 20px;
  color: white;
  opacity: 1;
  text-transform: uppercase;
}

.testohover2 {
  z-index: 0 !important;
}

.squareimg {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.squareimg2 {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
}

#changesub {
  background: #191919;
  height: 32px;
  width: 120px;
  color: white;
  margin-left:2%;
}

.changesub {
  background: #191919;
  height: 40px;
  width: 120px;
  color: white;
  margin-left: 15px;
}

.product-section-thumbnail::before {
  content: "";
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

#shipping_address {
  height: 40px;
  width: 200px;
  background-color: #0f0f0f;
  border: 1px solid #4e4e4e;
  color: white;
}

/*Tariffe*/

.card-tariffa {
  background-color: #282828;
}

.card-body2 {
  padding: 30px;
}

.card-header {
  border-bottom: 1px solid #282828;
}
/* Fine Tariffe */

.green {
  color: #8bc34a !important;
}

.red {
  color: #f44336 !important;
}

.linktariffa:hover {
  color: grey;
  text-decoration: underline;
}

#parlanodinoi {
  background-color: #121212;
}

#parlanodinoi a {
  color: #ffa726;
}

#parlanodinoi a:hover {
  color: #DAB454;
}

/*servizi*/
.basic1 {
  background: #121212;
  height: 500px;
  padding: 40px;
}

.pro1 {
  background:#121212;
  height:500px;
  padding:40px;
}

.basicimg {
  height:500px;
  padding:40px;
  background-size: cover;
}

.proimg {
  height:500px;
  padding:40px;
  background-size: cover;
}



@media (max-width: 576px) {
  .basic1 {
    height: auto;
  }

  .pro1 {
    height: auto;
  }

  .basicimg {
    display: none;
  }

  .proimg {
    height: 200px;
  }

  .mbottom2 {
    margin-bottom: 0px;
  }

  .mbottom3 {
    margin-bottom: 0px;
  }

  .bg-artist {
    top: 30px;
    height: auto;
  }

  .topmargin {
    margin-top: 80px;
  }

  .addcd {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }


  .promoimg {
    width: 200px !important;
    height: 200px !important;
  }

  .sedemobile {
    padding-left: 15px !important;
    margin-top: 80px;
  }

  .plmobile {
    padding-left: 15px;
  }

  .mb-mobile {
    margin-bottom: 25px !important;
  }

  .product_name {
    font-size: 22px;
  }

}

.listabtn2 {
  text-align: left;
  padding: 0px;
  margin-top:10px;
  background-color: transparent;
  border-color: transparent;
  color: grey;
  display: inline-block;
}

.listabtn2:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.squarebox {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
}

.squarebox:hover {
  opacity: 0.2;
}

.hrspace {
  margin: 10px;
}

.bordercard {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.promoimg {
  width: 300px;
  height: 300px;
}

.salvaprefbtn {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 15px;
  color: white;
}

.salvaprefbtn:hover {
  background: white;
  color: black;
}


.inseguitobtn {
  background: transparent !important;
  border: 1px solid grey !important;
  border-radius: 15px;
}

.inseguitobtn:hover {
  background: #191919 !important;
}

.paypalbotton {
  background-image: url('/img/paypalbutton.png');
  background-size: contain;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 182px;
  height: 54px;
  cursor: pointer;
}

.inputrimuovi {
  background: transparent;
  color: white;
  font-size: 14px;
  margin-top: 12px;
  width: 80px;
  height: 28px;
  padding-left: 0px;
  margin-left: 0px;
  border: none;
  text-align: left;
  margin-top: 0;
  cursor: pointer;
}

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

.inputrimuovi:focus {
  outline: none;
}


/* POPUP */

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* FINE POPUP */

.btn-regart {
    background: rgb(243,44,68);
    background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
    border: 0;
    color: white;
    font-family: 'Lato';
    border-radius: 100px;
    margin-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.btn-regart:hover {
  background: white;
  color: black;
}

/* INIZIO MODAL */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: black;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #3c3c3c;
  width: 80%; /* Could be more or less, depending on screen size */
  color: white;
}

/* The Close Button */
.close {
  color: grey;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  text-shadow: none;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: white;
  opacity: 1;
}


/* FINE MODAL */

#modalavvisi input {
  /* display: none; */
}

#modalavvisi p {
  margin-top: 5px;
  font-size: 22px;
}

.iconhome2 {
  width: 50%;
  padding: 8px;
  cursor: pointer;
}

.iconhome2:hover {
  /* background-color: #151515; */

}

.iconhome2-active {
  /* background-color: #151515;
  outline: 2px solid #292929; */
}

.savealert {
  background-color: #ffa726;
  border-color: #ffa726;
  color: white;
}


.savealert:hover {
  color: white !important;
  background-color: #DAB454;
  border-color: #ffa726;

}

.input-group-prepend .btn {
  z-index: 1;
  border-radius: 50px;
}

.input-group-append .btn {
  z-index: 1;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.activelink {
  color: white !important;
}

/* Animazione con info prodotti shop */

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* Fine animazione con info prodotti shop */

.testosize1 {
  font-size: 20px;
}

.testosize2 {
  font-size: 60px;
}

.testosize3 {
  font-size: 30px;
}

.testosize4 {
  font-size: 14px;
}

.testosize5 {
  font-size: 40px;
}

.testosize6 {
  font-size: 25px;
}

.testosize7 {
  font-size: 12px;
}

.testosize8 {
  font-size: 25px;
}

.testosize9 {
  font-size: 16px;
}

.menu-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 576px) {

  .testosize1 {
    font-size: 16px;
  }

  .testosize2 {
    font-size: 30px;
  }

  .testosize3 {
    font-size: 20px;
  }

  .testosize4 {
    font-size: 16px;
  }

  .testosize5 {
    font-size: 30px;
  }

  .testosize6 {
    font-size: 20px;
  }

  .testosize7 {
    font-size: 16px;
  }

  .testosize8 {
    font-size: 30px;
  }

  .testosize9 {
    font-size: 20px;
  }

  .mailartista {
    width: 90% !important;
  }

  .mailartista2 {
    width: 80% !important;
  }


  .nomeprodbox {
    margin-top: 0px !important;
    font-size: 20px;
  }

  .nomeartistabox {
    margin-top: 0px !important;
    font-size: 14px !important;
  }

  .iconestreaming {
    margin-top: 40px;
  }

  .iconesocial {
    margin-right: 25px;
  }

  input.text-link {
    width: 85% !important;
  }

  .instant_search_result {
    border-left: none !important;
    border-right: none !important;
    left: 0;
    padding-top: 30px !important;
  }

  .menu-icon {
    width: 30px;
    height: 30px;
  }


}

.mailartista {
  width: 50%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #555555;
  background-color: #1e1e1e;
  padding-left: 14px;
  color: grey;
  border-radius: 5px;
}

.mailartista2 {
  width: 50%;
  height: 50px;
  margin-top: 27px;
  margin-bottom: 20px;
  border: 2px solid #555555;
  background-color: #1e1e1e;
  padding-left: 14px;
  color: grey;
  border-radius: 5px;
}

.mailartistabtn {
    border-radius: 60px;
    padding: 8px 20px;
    background: rgb(243,44,68);
    background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
    color: white;
    margin-bottom: 30px;
    border: none;
    cursor: pointer;
}

.mailartistabtn:hover {
  background: white;
  color: black;
}

.form-mail-artista {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: grey;
    text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.nomecategoriabox {
  font-size: 10px;
}

.nomeprodbox {
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.nomeartistabox {
  font-size:10px;
  color: #bababa
}

input.text-link {
  height: 50px !important;
  width: 94%;
}

.iconesocial {
  font-size: 40px;
  color: white;
  width: 5%;
  vertical-align: top;
  padding-top: 6px;
}

.iconesocialbio {
  font-size: 50px !important;
  margin-right: 30px;
}

.iconesocial-admin {
  display: inline;
  font-size: 20px;
  color: #ffa726;
  margin-right: 6px;
}


.iconestreaming {
  margin-bottom: 40px;
  margin-top: 30px;
}

.instant_search_result {
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  z-index: 100;
  border-top: none;
  left: 0;
  padding-top: 105px;
}

.instant_search_result img {
  width: 50px !important;
  height: 50px !important;
  margin: 10px;
  margin-left: 30px;
}

.instant_search_result h1 {
  font-size: 20px !important;
  margin-left: 30px;
  color: #ffa726;
}

.instant_search_result a {
  font-size: 16px !important;
  color: white;
  text-transform: uppercase;
}

.instant_search_result hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.instant_search_result div:hover {
  background: #0f0f0f;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.show_flex {
  display: flex;
}

.checkicon {
width: 7%;
margin-top: 50px;
}

.btn-feedback {
    background-color: #ffa726;
    border-color: #ffa726;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-feedback:hover {
  background-color: #DAB454;
  border-color: #DAB454;
}

.show {
  display: block;
}

.hidden-component {
  display: none;
}

.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.famargin {
  margin-right: 8px;
}

.goldfaq {
  color: #ffa726 !important;
}

.btn-filter {
  background-color: transparent;
  border-color: #4e4e4e;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-filter:hover {
  background-color: #ffa726;
  border-color: #ffa726;
}

.domanda {
  background: transparent;
  padding: 10px;
  text-align: left;
  color: white;
  border-top: 1px solid grey;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 22px;
}

.domanda:hover {
  cursor: pointer;
}

.domanda:focus {
  outline: none;
}

.risposta {
  padding-left: 20px;
  display: none;
}

.padding-laterale {
  padding-left: 30px;
  padding-right: 30px;
}

.aggiungibox {
  margin-top: 15px;
  padding-left: 18px;
  padding-right: 18px;
}

.aggiungibox2 {
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}

.draggablePanelList2 .productbox2 {
        cursor: move;
    }

.move {
  padding-left: 4%;
  padding-right: 4%;
}

.uploadimg:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
  border: 2px solid #ffa726;
  cursor: pointer;
}


.popover {
  background: #282828;
  max-width: 400px;
}

.popNFT {
  max-width: 500px !important;
  padding: 20px;
  font-size: 12px;
}

.pop-chart {
  max-width: 500px !important;
  padding: 20px;
  font-size: 12px;
}

.popMOD {
  max-width: 300px !important;
  padding: 15px;
  font-size: 12px;
  left:10px !important;
}

.popover-body {
  color: white;
}

.bs-popover-top .arrow::after {
  border-top-color: #282828;
}

.bs-popover-bottom .arrow::after {
  border-top-color: #282828;
  border-bottom-color: #282828;
}

.input-preferenze {
  display: none !important;
}

.mb-all-artists {
  margin-top: 6%;
  margin-bottom: 30px;
}

.wc_prodotto {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: relative;
  /*background: #ffa726;*/
  border-radius: 100px;
  margin-left: 94%;
  background-size: contain;
}

.resname_search {
  font-size: 28px;
  margin-bottom: auto;
  display: inline-block;
  margin-right: 10px;
  line-height: 100px;
  margin-left: 2%;
}

.search_padding {
  padding-left:80px;
  padding-right:80px;
}

.mb_search {
  margin-bottom: 70px;
}


.modalita {
  background: transparent;
  padding: 10px;
  text-align: left;
  color: white;
  border-top: 1px solid grey;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 24px;
}

.modalita:hover {
  cursor: pointer;
}

.modalita:focus {
  outline: none;
}

.tariffe {
  padding-left: 20px;
  display: none;
}

.banner {
  height: 285px;
  /*background:black;*/
  font-family: Impact, Charcoal, sans-serif;
  background: url('../img/sfondi/banner.jpg')
  ;
}

.banner_scritta {
  font-size: 110px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 285px;
}

.submenu_artista {
  background: green;
}

ul#menu {
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#menu li {
  display: block;
  margin: 2px;
  float: left; /* elementi su singola riga */
  padding-right: 20px;
}

ul#menu li a {
  color: grey;
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

ul#menu li a:hover {
  color: white;
}

.submenu-active {
  color: white !important;
  font-weight: bold;
}

.header_artista {
  height: 100%;
}

.btn_segui {
    margin-top: 210px;
    width: auto;
    background: rgb(243,44,68);
    background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
    color: white;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.btn_segui_gia {
  background: rgb(34 34 34);
  border: 1px solid #606060;
  color: white;
}

.img_header_artista {
  height: 318px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}


.submenu-item a {
  position: relative;
}

.submenu-item a:before {
    content: '';
    width: 0px;
    height: 4px;
    background: #ffa726;
    position: absolute;
    top: 100%;
    transition: 0.5s;
    border-radius: 15px;
}

.submenu-item:hover a:before{
    width: 100%;
    transform: translateX(0%);
}

.submenu-item-active a:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #ffa726;
  position: absolute;
  top: 100%;
  transition: 0.5s;
  border-radius: 15px;
}

.icon_social_info {
  margin-right: 8px;
  font-size: 25px;
}

.product_artist_name {
    font-size: 20px;
    text-align: center;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
}

.product_price {
  font-size: 20px;
  text-align: center;
  color: grey;
  margin-top: auto;
  margin-bottom: auto;
}

.btnbuy_new {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  text-transform: uppercase;
  border: none;
}

.btnbuy_new2 {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border: none;
}

.btn_dettagli_nft {
  background: transparent;
  text-transform: uppercase;
  border: 1px solid white;
}

.btnbuy_new:hover {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgb(255, 74, 96) 1%, rgb(255, 196, 47) 100%);
  text-transform: uppercase;
  border: none;
}

.btnbuy_new2:hover {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgb(255, 74, 96) 1%, rgb(255, 196, 47) 100%);
  border: none;
}

.btn_dettagli_nft:hover {
  background: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid white;

}

.select_taglie {
    width: 100%;
    height: 46px;
    padding-left: 5px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    margin-bottom: 18px;
}

#lista_desideri {
    background: transparent;
    color: grey;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

#lista_desideri:hover {
  text-decoration: underline;
}

#section_artist {
  background: #121212;
  /* height: 300px; */
  text-align: center;
}

.artist_text1 {
    font-family: 'Catamaran';
    font-weight: bold;
    font-size: 35px;
    color: #ffa726;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.artist_text2 {
  font-family: 'Catamaran';
  font-size: 25px;
  color: white;
  text-align: center;
}

#section_info_artist {
  background-image: url("../img/sfondi/home.jpg");
  background-repeat: round;
  background-size: 100% 100%;
  padding-top: 1px;
  z-index: 0;
}


.titolo_info_art {
  color: white;
  margin-top: 7%;
  font-size: 40px;
  font-family: 'Catamaran';
  text-transform: none;
  font-weight: bold;
  line-height: 50px;
}

.slogan_art {
  text-align:center;
  text-transform:uppercase;
  background: black;
  padding-top:80px;
  color:white;
  font-size: 38px;
  font-weight: bold;
}

.slogan_art_white {
  text-align:center;
  text-transform:uppercase;
  background: #222222;
  padding-top:30px;
  padding-bottom:15px;
  color: white;
  font-size: 50px;
  font-weight: bold;
}


#mod_vendita_titoli {
  padding-top: 50px;
  padding-bottom: 40px;
  background: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #ffa726;
  font-weight: bold;
  border-bottom: 2px solid #2b2b2b;
}

.mod_vendita {
  background: black;
  text-align: center;
  height: auto;
  border-bottom: 2px solid #2b2b2b;
  padding-bottom: 4%;
  padding-top: 4%;
}

.mod_col {
  margin-top: auto;
  margin-bottom: auto;
}

.mod_icon {
  height: 46px;
  margin-bottom: 8px;
}

.mod_name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section_info_art {
  background: #121212;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section_info_art2 {
  padding-top: 4%;
  padding-bottom: 6%;
}

.mod_col_descrizione {
  text-align: left;
}

.img_info_art {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.mod_icon_small {
  margin-right: 10px;
  width: 38px;
}


.mod_icon_small_div {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 14px;
}

.mod_icon_small_div:hover {
  cursor:pointer;
}

.mod_icon_small_div p {
  font-size: 10px;
  margin-top: 6px;
}


.text_only_mobile {
  display: none;
}

.my_pr {
  padding-right: 50px
}

.choose-artist-box {
  width: 180px;
  height: 180px;
}

.choose-artist-box:hover {
  width: 180px;
  height: 180px;
  border: 3px solid #ffa726;
}

#add-artist {

  width: 100%;
  height: auto;
}

#add-artist:hover {
  border: none;
}

.modal-backdrop {
  position: unset;
}

.modal-header {
  border-bottom: 0px solid #494949;
  padding-bottom: 5px;
}

.modal-title {
  color: white;
}

.modal-body {
  color: white;
}

.modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

.modal-content {
  background-color: #121212;
  border: 3px solid #383838;
}

.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.btn-addartist {
  width:33%;
  background-color: #245adf;
  border:#245adf;
}

.btn-addartist:hover {
  width:33%;
  background-color: #245adf;
  border:#245adf;
}

.input-addartist {
  width:100%;
  height:40px;
  background-color:#282828;
  border:0px;
  color:white;
  padding:5px;
}

.btn-annulla-addartist {
  background-color: transparent;
  border-color: #282828
}

.btn-annulla-addartist:hover {
  background-color: #282828;
  border-color: #282828
}

.mod-vendita {
  color: grey;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 12px;
}

.free_shipping {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffa726;
    text-align: left !important;
}

.form-control:disabled {
  background: transparent;
  border: none;
}

/* Tooltip drag and drop */

#spanhovering {
  cursor: pointer;
}
#divtoshow {
  position: absolute;
  display: none;
}
body {
  position: relative;
}

/* FINE Tooltip drag and drop */

.img_gradiente {
    background: linear-gradient(#ccc,#ccc) padding-box, /*this is your grey background*/ linear-gradient(to top, rgba(243,44,68,1), rgba(218,165,32,1)) border-box;
    color: #313149;
    border: 5px solid transparent;
    border-radius: 50%;
    display: inline-block;
}

/* PAGINA SHOP */

.slider {
  width: 95%;
  margin: 25px auto;
}

.slick-slide {
margin: 0px 2px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: white;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}

.info_product {
background: #282828;
text-align: left;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
margin-bottom:0;
text-transform: uppercase;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
padding-right: 20px;
}

.info_product_home {
      background: #2f2f2f;
      text-align: left;
      padding-left: 20px;
      font-size: 15px;
      margin-bottom: 0;
      text-transform: uppercase;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%;
      padding-right: 20px;
      margin-top: -15px;
      padding-top: 32px;
      padding-bottom: 18px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
}

.info_news_home {
  background: transparent;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
  text-transform: capitalize;
  text-overflow: ellipsis;
  max-width: 90%;
  padding-top: 32px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: black;
  margin-right: 20px;
  margin-left: 20px;
  bottom: 18px;
  position: absolute;
}

.article-title {
  background: #d6d6d6;
  color: black;
  font-weight: bold;
  font-size: 22px;
}

.article-category {
  background: green;
  padding: 10px;
  display: none;
}


.div_product {

background: black;
cursor:pointer;
transition: all ease-in-out .2s;
padding-left: 10px;
padding-right: 10px;

}

.div_product_home {

background: transparent;
cursor:pointer;
transition: all ease-in-out .2s;
padding-left: 15px;
padding-right: 15px;
position: relative;

}

.div_product_art {

background: black;
cursor:pointer;
transition: all ease-in-out .2s;

}

.div_product:hover {
transform: scale(1.02);
}

.div_product_home:hover {
transform: scale(1.02);
}

.slick-prev:before {
color: grey;
}

.slick-next:before {
color: grey;
}

.title_shop {

  font-family: 'Catamaran';
  color: #ffa726;
  font-weight: bold;
}

.title_shop:hover {

}

.title_shop_p {
  font-size: 25px;
  margin-left: 30px;
  font-family: 'Catamaran';
  color: #ffa726;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: default;
  text-transform: uppercase;
}

.info_art_shop {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.info_art_shop2 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
}

.info_art_shop3 {
    position: absolute;
    bottom: 0;
    left: 25px;
    background: rgb(66 66 66 / 70%);
    padding: 10px;
    border-radius: 50px;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.link_cat_art_shop:hover {
  color: white !important;
}

.margin_title_shop {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
}

.link_prod {
  color: white;
}

.link_prod:hover {
  color: #ffa726;
}

/* FINE PAGINA SHOP */


.div_product_home_art {
  padding-left: 15px;
  padding-right: 15px;
  position:relative;
}

.slider-artists {
  margin-top: 30px;
  margin-bottom: 25px;
}

.icona-preferiti {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;

}

.last-section {
  margin-bottom: 100px !important;
}

.icona-preferiti-hover {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;
  display: none !important;
  color: white;
}

.menu-login {
  padding: 20px 3px 20px 3px;
}

.icon-social-footer {
  font-size: 22px;
}

@media (max-width: 576px) {
  .mb-all-artists {
    margin-bottom: 0px;
  }

  .search_padding {
    padding-left:50px;
    padding-right:50px;
  }

  .resname_search {
    text-align: center;
    display: block;
  }

  .mb_search {
    margin-bottom: 0px;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }


  .sa_mob {
    margin-top: 10%
  }

  .titolo_info_art {
    padding-right: 20px;
    font-size: 30px;
    padding-left: 20px;
    line-height: 42px;
    margin-top: 50px;
  }

  .sottotitolo {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 30px;
  }

  .margin_mobile_new {
    margin-top: 115px;
  }


  #mod_vendita_titoli {
    display: none;
  }

  .mod_vendita {
    height: auto;
    padding: 30px;
  }

  .mod_col {
    text-align: center;
  }

  .text_only_mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: #ffa726;
  }

  .artisticon_new {
    margin-left: 0%;
    width: 32%;
    position: absolute;
    margin-top: 30%;
  }


  .topbar_artista {
    height: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
  }

  .artistinfo_new {
    margin-top: 72%;
  }

  .submenu_artista {
    line-height: 25px;
    margin-top: 12px;
  }

  .col-segui {

  }

  .btn_segui {
    margin-top: 18px;
  }

  #info_artista {
    margin-top: 22%;
  }

  .modal {
    overflow: auto; /* Enable scroll if needed */

  }

  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    }

    .my_pr {
      padding-right: 30px;
      margin-top: 15%;
      padding-left: 30px;
    }

    .textelimina {
      margin-bottom: 0px;
      margin-top: 50px;
    }

    .info_product {
      font-size: 10px;
    }

    .info_product_home {
      font-size: 10px;
    }

    .title_shop_p {
      margin-left: 5px;
    }

    #add-artist {
      margin-bottom: 0px;
    }

    .p-add-artist {
      margin-bottom: 0;
    }

    .info_art_shop {
      font-size: 8px;
    }

    .banner {
      height: 200px;
      background-size: cover;
    }

    .banner_scritta {
      display: none;
    }

    .img_header_artista {
      height: 170px;
    }

    .nomecategoriabox {
      font-size: 14px;
    }

    .btn-addartist {
      width: 100% !important;
    }

    .padding-laterale-mobile {
      padding-left: 35px;
      padding-right: 35px;
    }

    .subtitle-360merch {
      padding-top: 15% !important;
    }

    .subtitle-nft {
      padding-top: 15% !important;
    }

    .title_shop {
      margin-left: 5px;
    }

    .titolisettings {
      font-size: 22px;
    }

    .form-guest {
      padding-top: 0px;
      margin-bottom: 80px;
    }

    .article-title {
      background: #d6d6d6;
      padding: 5px 2px;
      color: black;
      font-weight: bold;
      font-size: 16px;
    }

}


.choose-artist-box {
  width: 100%;
  height: auto;
}

.choose-artist-box:hover {
  width: 100%;
  height: auto;
  border: 3px solid #ffa726;
}

.modal-backdrop {
  position: unset;
}

.modal-header {
  border-bottom: 0px solid #494949;
  padding-bottom: 5px;
}

.modal-title {
  color: white;
}

.modal-body {
  color: white;
}

.modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

.modal-content {
  background-color: #121212;
  border: 3px solid #383838;
}

.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.btn-addartist {
  width:33%;
  background-color: #ffa726;
  border:#ffa726;
}

.btn-addartist:hover {
  width:33%;
  background-color: #DAB454;
  border:#ffa726;
}

.input-addartist {
  width:100%;
  height:40px;
  background-color:#282828;
  border:0px;
  color:white;
  padding:5px;
}

.btn-annulla-addartist {
  background-color: transparent;
  border-color: #282828
}

.btn-annulla-addartist:hover {
  background-color: #282828;
  border-color: #282828
}

.titolosospendi {
  margin-bottom: 5px !important;
}

.btnbuy2:disabled {
  border-radius: 0;
  background-color: black;
  border-color: black;
  text-transform: uppercase;
  font-size: 12px;
  color: grey;
}

.boxfattura {
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 18px;
}

.btn_invia_fattura {
  margin-top: 25px;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.noresult {
  margin-left:30px;
  margin-bottom:30px;
  color:grey;
}

.noresult:hover {
  background-color: transparent !important;
}

.linktariffe {
  color: white;
}

.linktariffe:hover {
  text-decoration: underline;
  color: white;
}

/*Landing merch ed esperienze*/

#container-info-merch {
  background-color: #121212;
}

.section1-merch {
  background-image: url('../img/sfondi/home-merch.jpg');
  background-size: 100% 100%;
  height: 100vh;
  background-color: black;
}

.section1-nft {
  background-image: url('../img/sfondi/home-nft.jpg');
  background-size: 100% 100%;
  height: 100vh;
  background-color: black;
}


.section1-merch-360 {
  background-size: 100% 100%;
  height: 100vh;
  background-color: black;
}

.section1-exp {
  background-image: url('../img/sfondi/home-exp.jpg');
  background-size: 100% 100%;
  height: 100vh;
  background-color: black;
}

.titolo_info_merch {
  color: #ffa726;
  margin-top: 20%;
  font-size: 50px;
  font-family: 'Catamaran';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
}

.titolo_info_nft {
  color: #ffa726;
  margin-top: 20%;
  font-size: 50px;
  font-family: 'Catamaran';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
}

.titolo_merch_360 {
  color: white;
  margin-top: 20%;
  font-size: 70px;
  font-family: 'Catamaran';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
}

.titolo_info_exp {
  color: #ffa726;
  margin-top: 20%;
  font-size: 58px;
  font-family: 'Catamaran';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px;
}

.sottotitolo-merch {
  font-size: 23px;
}

.sottotitolo-merch-360 {
  font-size: 23px;
}

.sottotitolo-exp {
  font-size: 20px;
}

.btn-reg-merch {
  width: 100%;
  height: 55px;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border:none;
}

.btn-reg-nft {
  width: 100%;
  height: 55px;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, #9c27b0 1%, #FE4C72 100%);
  border:none;
}

.btn-reg-merch:hover {
  background: white;
  color: black;
}

.btn-reg-nft:hover {
  background: white;
  color: black;
}

.input-reg-merch {
  height: 55px;
  background: white;
  color: black;
}

.input-reg-merch:hover {
  height: 55px;
  background: white;
  color: black;
}

.input-reg-merch:focus {
  height: 55px;
  background: white;
  color: black;
}

.div-input-merch {
  padding-right: 0px !important;
}

.smallinfo-merch {
  text-align: center;
  font-size: 18px;
  font-family: 'Asap', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.title-section-merch {
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.title-section-merch2 {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.title-section-nft {
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
}

.title-section-exp {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.btn-contattaci-merch {
  color: white;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border: none;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  display: block;
}

.btn-contattaci-nft {
  color: white;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, #9c27b0 1%, #FE4C72 100%);
  border: none;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  display: block;
}

.btn-contattaci-merch:hover {
  background: white;
  color: black;
}

.btn-contattaci-nft:hover {
  background: white;
  color: black;
}

.btn-contattaci-exp {
  color: white;
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  border: none;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  display: block;
}

.btn-contattaci-exp:hover {
  background: white;
  color: black;
}

.icon-merch {
  height: 60px;
}

.icon-nft {
  height: 60px;
}

.workimg {
  background-image: url("../img/work.jpg");
  height: 350px;
  background-size: cover;
}

.nftimg {
  background-image: url("../img/imgnft2b.jpg");
  height: 350px;
  background-size: cover;
}

.row-servizi {
  height: 425px;
  background-color: black;
  border-bottom: 8px solid #222;
  padding: 45px 45px;
}

.titolo-servizi {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffa726;
  line-height: 45px;
}

.img-servizi-merch {
  height: 100%;
}


.container-center {
  height: 350px;
  position: relative;
  background-image: url('../img/unisciti-merch.jpg');
}

.center-text {
  margin: 0;
  position: absolute;
  top: 53%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center-text2 {
  margin: 0;
  position: absolute;
  top: 53%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-center {
  height: 350px;
  position: relative;
  background-image: url('../img/unisciti-exp.jpg');
}

.imgnft3 {
  height: 350px;
  position: relative;
  background-image: url('../img/imgnft3.jpg');
}

.center-text p {
    text-align: center;
    font-size: 55px;
    font-family: 'Catamaran';
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 200px;
    padding-right: 200px;
}

.ti-aiutiamo-nft {
  text-align: center;
  font-size: 45px;
  font-family: 'Catamaran';
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 200px;
  padding-right: 200px;
}

.row-unisciti {
  padding: 50px;
  text-align: center;
}

.offerta-early {
  color: #F44336;
  text-transform: uppercase;
  font-size: 30px;
}

.merch-img1 {
  background-image: url('../img/servizi_merch/s1.png');
  background-size: contain;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.merch-img2 {
  background-image: url('../img/servizi_merch/s2.png');
  background-size: contain;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.merch-img3 {
  background-image: url('../img/servizi_merch/s3.png');
  background-size: contain;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.merch-img4 {
  background-image: url('../img/servizi_merch/s4.png');
  background-size: contain;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.es-exp {
  height: 200px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;
  background-size: cover;
}

.es-exp1 {
  background-image: url('../img/es-exp/ape.jpg');
}

.es-exp2 {
  background-image: url('../img/es-exp/videochiamata2.jpg');
}

.es-exp3 {
  background-image: url('../img/es-exp/videosaluto2.jpg');
}

.es-exp4 {
  background-image: url('../img/es-exp/attivita.jpg');
}

.es-exp5 {
  background-image: url('../img/es-exp/eventi.jpg');
}

.es-exp6 {
  background-image: url('../img/es-exp/studio.jpg');
}

.title-es-exp {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}

.icon-merch {
  font-size: 50px;
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.icon-nft {
  font-size: 50px;
  background: linear-gradient(0deg, #9c27b0 1%, #FE4C72 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn-reg-ora {
    background: rgb(243,44,68);
    background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
    border: none;
    border-radius: 100px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
}

.btn-reg-ora:hover {
  background: white;
  color: black;
}

.btn-scopri-di-piu {
  background: transparent;
  border: 1px solid white;
  border-radius: 100px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  width: fit-content;
  margin-left: 10px;
}

.btn-scopri-di-piu:hover {
  background: white;
  color: black;
}

.calltoaction-text {
  font-size: 20px;
}

.partner-img {
  width: 100%;
}

.partner-img:hover {
  opacity: 0.4;
}

.partner-name {
  text-align: center;
  font-size: 18px;
  color: #ffa726;
}

.partner-text {
  margin-top: 10px;
  font-size: 14px;
}



.feedback-button{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;

  cursor:pointer;
  height:30px;
	min-width: 100px;
  position:relative;

	border: 1px solid #333;
  padding: 0 10px;

  background-color: #f44336;
  color: white;

	font-size: 16px;
  font-weight: bold;

  z-index: 1;
}

#rotate{
  vertical-align:top;
	transform:rotate(7deg);
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
   transform-origin: bottom right;
   top: 20%;
  right: 0;
  position: fixed;
}

/* Modal Content feedback */
.modal-content-feedback {
  background-color: black;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #3c3c3c;
  width: 100%; /* Could be more or less, depending on screen size */
  color: white;
}

.disclaimer-artist-twigo {
  font-size: 15px;
  display: inline-block;
  color: darkgrey;
}

.disclaimer-pop {
  padding: 5px 5px;
  margin-bottom: 5px;
}

.banner-360merch {
  margin-top: 50px;
}

.col-360merch {
  background-image: url('../img/sfondi/banner-360merch.png');
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.col-360merch:hover {
  opacity: 0.9;
}

.p-link {
  height: 100%;
}

.name-artist-nav {

  right: 0;
  margin-right: 35px;
  color: grey;
  cursor: pointer;
}

.name-artist-nav:hover {
  text-decoration: underline;
}

.font-link-nav {
  font-size: 14px;
}

.div-sped-diff {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.btn-accedi-menu {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  text-align: center;
  margin-bottom: 10px;
  background-color: #ffa726;
  color: white;
}

.btn-registrati-menu {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  text-align: center;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid grey;
  color: white;
}

.btn-registrati-menu:hover {
  background-color: #ffffff21;
}

.link-icona-pref {
  color: white;
}

.link-icona-pref:hover {
  color: white;
}

.video-yb-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
}


.img-testo {
  width: 100%;
  border-radius: 15px;
}

.row-testi-art {
  padding: 50px;
  margin-bottom: 50px;
}

.col-testi-art {
  background: #1b1b1b;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 50px;
}

.titolo-testo {
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 15px;
}

.row-pag-testo {
  /* padding-top: 30px; */
  padding-left: 80px;
}

.row-pag-testo2 {
  /* padding-top: 50px; */
  padding-left: 120px;
}

.img-pag-testo {
  width: 100%;
  margin-top: 30px;
  border-radius: 15px;
}

.text-song-style {
  font-size: 20px !important;
}

.testi-correlati {
  margin-top: 100px;
  margin-bottom: 50px;
}

.iconestreaming-text {
font-size: 35px !important;
}

.sidebar-testi {
  padding-right: 120px;
}

.info-testo {
  color: grey;
}

.titolo-art-testi {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 50px;
}

.show>.btn-secondary.dropdown-toggle {
  background-color: #282828;
  border-color: #282828;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.add-prod-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-menu.show {
  border: 0;
}

.drop-item-add-prod {
  padding-top: 15px;
  padding-bottom: 15px;
}

.img-testi-art {
  border-radius: 15px;
  margin-bottom: 25px;
  margin-top: 18px;
}

.div-text-pag-art {
  background: #222222;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 15px;
}


@media (max-width: 576px) {

  .section1-merch {
    background-image: url('../img/sfondi/home-merch-mobile.png');
    height: auto;
    padding-bottom: 50px;
  }

  .section1-nft-b {
    background-image: url('../img/sfondi/nft-mobile.jpg');
    height: auto;
    padding-bottom: 70px;
  }

  .section1-merch-360 {
    background-image: url('../img/sfondi/home-merch-mobile.png');
    padding-bottom: 50px;
  }

  .section1-exp {
    background-image: url('../img/sfondi/home-exp-mobile.png');
    height: auto;
    padding-bottom: 50px;
  }

  .titolo_info_merch {
    padding-right: 20px;
    font-size: 30px;
    padding-left: 20px;
    line-height: 42px;
  }

  .titolo_info_nft {
    padding-right: 20px;
    font-size: 30px;
    padding-left: 20px;
    line-height: 42px;
  }

  .titolo_merch_360 {
    padding-right: 20px;
    font-size: 30px;
    padding-left: 20px;
    line-height: 42px;
  }

  .titolo_info_exp {
    font-size: 35px;
    line-height: 42px;
  }

  .sottotitolo-exp {
    font-size: 19px;
  }

  .sottotitolo-merch {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 30px;
  }

  .sottotitolo-merch-360 {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 30px;
  }

  .center-text p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 40px;
  }

  .ti-aiutiamo-nft {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 40px;
  }

  .row-unisciti {
    padding: 30px;
  }

  .col-merch {
    height: 160px;
    margin-top: 40px;
  }

  .col-merch2 {
    height: 160px;
  }

  .row-servizi {
    height: auto;
  }

  .titolo-servizi {
    font-size: 30px;
  }

  .workimg {
    background-image: url("../img/work-mobile.png");
  }

  .btn-scopri-di-piu {
    margin-left: 0px;
  }

  .modal-content-feedback {
    background-color: #121212;
    border: 3px solid #383838;
  }

.name-artist-nav {
    margin-right: 5px;
    font-size: 14px;
    width: 25%;
    text-align: center;
}

.div-sped-diff {
  margin-bottom: 20px;
}

.col-360merch {
  background-image: url('../img/sfondi/banner-360merch.png');
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  background-size: cover;
  background-position: left;
}

.mod_col_descrizione {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#container .sectiondiv {
  position: relative;
  width: 100%;
  height: auto;
}

.btn-accedi-menu {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 7%;
    margin-right: 7%;
    width: 86%;
}

.btn-registrati-menu {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 7%;
    margin-right: 7%;
    width: 86%;
}

.slider {
  width: 100% !important;
  margin: 10px 0px;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.video-yb {
  width: 100%;
  height: auto;
}

.row-pag-testo {
  /* padding-top: 30px; */
  padding-left: 15px;
  padding-right: 15px;
}

.row-pag-testo2 {
  /* padding-top: 50px; */
  padding-left: 15px;
  padding-right: 15px;
}

.img-box-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-all-text-art {
  display: block;
  text-align: center;
}

.div_product_home_art {
  font-size: 16px;
  margin-bottom: 20px;
}

}

.multiLine {
  color: white;
  font-family: 'Lato';
  font-size: 17px;
  margin-top: 1px;
  white-space: pre-line;
  word-wrap: break-word;
}

/*prezzo prodotto nella pagina product*/
.prezzo-barrato {
  color: grey;
  font-size: 16px;
  margin-left: 4px;
}

/*prezzo prodotto barrato nel box prodotto nelle varie pagine*/
.prezzo-prod-barrato {
  color: grey;
  font-size: 16px;
  margin-left: 4px;
}

.tooltip-chart .tooltip-inner {
    width: 500px !important;
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .artistinfo_new {
    margin-top: 0px;
  }

  .header_artista {
    margin-top: 1%;
  }

  .body-info {
    background-image: url('../img/sfondi/home_artista_tablet.jpg');
    background-size: cover;
  }

  .titolo_info_art {
    font-size: 60px;
    line-height: 60px;

  }

  .my-mb {
    height: auto;
  }

  .padding-laterale {
    padding-left: 5px;
    padding-right: 5px;
  }

.menu-btn-mobile {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  width: 48%;
  margin-top: 3%;
}

.move {
  padding-left: 1%;
  padding-right: 1%;
}

.no-padding-col {
  padding-left: 0;
  padding-right: 0;
}

#container div#section2 {
  height: auto;
  padding-bottom: 5%;
}

.sectionstyle {
  margin-top: 20%;
}

.section1-merch-360 {
  background-image: url('../img/sfondi/home-merch-tablet.jpg');
}

.row-servizi {
  height: auto;
}

.btn-reg-merch {
  width: auto;
}

.btn-reg-nft {
  width: auto;
}

.section1-nft-b {
  background-image: url('../img/sfondi/nft-tablet.jpg');
  height: auto;
  padding-bottom: 40%;
  background-size: cover;
}


}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .header_artista {
    top: 30%;
  }

  .move {
    padding-left: 4%;
    padding-right: 4%;
  }

  .no-padding-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-laterale {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-info {
    background-image: url('../img/sfondi/mockup.png');
    background-size: cover;
  }

  .titolo_info_art {
    font-size: 46px;
    line-height: 50px;
    color: white;
  }

  .sectionstyle {
    margin-top: 7%;
  }

  .section1-merch-360 {
    background-image: url('../img/sfondi/home-merch.jpg');
  }

  .row-servizi {
    height: 425px;
  }

  .btn-reg-merch {
    width: 100%;
  }

  .btn-reg-nft {
    width: 100%;
  }

  .section1-nft-b {
    background-image: url('../img/sfondi/nftgirl.jpg');
    background-size: 100% 100%;
    height: 100vh;
    background-color: black;
  }


 }



/*img shop automatica*/

.box-img-promo {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

/*icona redirect */
.icon-redirect {
  font-size: 14px;
  writing-mode: tb-rl;
  margin-left: 2px;
}

.subtitle-360merch {
  text-align: center;
  padding-top: 5%;
  font-weight: bold;
  color: #ffa726;
}

.subtitle-nft {
  text-align: center;
  padding-top: 5%;
  font-weight: bold;
  color: #ffa726;
  text-transform: uppercase;
  font-size: 50px;
}

.numerino-carrello {
  background: #ffa726;
  padding-right: 5px;
  text-align: center;
  padding-left: 5px;
  border-radius: 100%;
}

.color-fucsia {
  color: #FE4C72;
}

.nft-text {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.nft-text2 {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

#times {
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  width: 150px;
  border-color: #282828;
}

.times {
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  width: 150px;
  border-color: #282828;
}


#date {
    display: inline-block;
    background-color: #0f0f0f;
    color: white;
    height: 42px;
    border-radius: 0px;
    vertical-align: top;
}


#dateScheduled {
    display: inline-block;
    background-color: #0f0f0f;
    color: white;
    height: 42px;
    border-radius: 0px;
    vertical-align: top;
}

.date {
  display: inline-block;
  background-color: #0f0f0f;
  color: white;
  height: 42px !important;
  border-radius: 0px;
  vertical-align: top;
}

.modal-content-info {
  background-color: #121212;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #3c3c3c;
  width: 100%; /* Could be more or less, depending on screen size */
  color: white;
}

.img-info-modal {
  width: 40%;
  float:left;
  margin-right:5%
}

.btn1-info-modal {
  background: transparent;
  text-transform: uppercase;
  border: 1px solid white;
}

.btn1-info-modal:hover {
  text-transform: uppercase;
  background: white;
  color: black;
  border-color:white;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: #282828f7 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #ffa726 !important;
    color: white !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
}

.select_style {
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  width: 150px;
  border-color: #282828;
  display: block;
}

.select_style_art_pag {
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  width: 150px;
  border-color: #282828;
  position: absolute;
  right: 5%;

}

.linkcombo {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
}

.linkcombo:hover {
  color: white;
  text-decoration: underline;
}


.frasecombo a {
  color: white;
}

.frasecombo a:hover {
  color: white;
}

.frasecombo {
  text-transform: uppercase;
}

.frasecombo1 {
  text-transform: uppercase;
  color: #4caf50;
}

.frasecombo2 {
  color: #f44336;
}

.laptop-tfa {
  text-align: center;
  margin-top: 3%;
}

.video-tfa {
  background-color: black;
}

.col-video-tfa {
  text-align: center;
  margin: 8%;
}

.frame-tfa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 7%;
}


.pl-box-0 {
  padding-left: 0px !important;
}

.pr-box-0 {
  padding-right: 0px !important;
}

.padd-5 {
  padding: 3rem;
  padding-bottom: 5% !important;
}

.padd-b {
  padding-bottom: 5%;
}

.btn1-tfa {

  text-transform: uppercase;
  font-family: 'Lato';
  margin-top: 2%;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  border-radius: 5px;
  background: none;
  border: 2px solid white;
  color: white;

}

.btn1-tfa:hover {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
}

.icone-cat-tfa {
  background: black;
  padding-bottom: 80px;
}

.nome-cat-tariffe {
  font-size: 70px;
}

.my-card-img-top {
  width: 30% !important;
  padding-top: 30px;
  padding-left: 30px;
}

.my-card-img-top2 {
  width: 35% !important;
  padding-top: 30px;
  padding-left: 30px;
}

.my-card-img-top-small {
  width: 25% !important;
  padding-top: 30px;
  padding-left: 30px;
}

.btn-mod-position {
  position: absolute;
  bottom: 30px;
  margin-top: 30px;
}

.mb-text {
  margin-bottom: 30%;
}

.mb-text2 {
  margin-bottom: 7%;
}

.input-collez-nft {
  width: 20%;
}

.squareimg-box {
  width: 90%;
  position: relative;
  height: 0;
  padding-bottom: 90%;
  background-size: contain;
  margin-left: 5%;
  border-radius: 15px;
}

.productbox:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 15px -6px #FFFFFF;
  box-shadow: 0px 0px 15px -6px #FFFFFF;
}

.productbox2:hover {
  -webkit-box-shadow: 0px 0px 15px -6px #FFFFFF;
  box-shadow: 0px 0px 15px -6px #FFFFFF;
}

.squareimg-vp {
  width: 80%;
  position: relative;
  height: 0;
  padding-bottom: 80%;
  background-size: contain;
  margin-left: 10%;
}

.btn-sospendi {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-sospendi:disabled {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-sospendi:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pages-padding {
  padding-left: 65px;
  padding-right: 65px;
}

.add-pack-text {
  font-size: 14px;
  text-align: center;
  color: grey;
  font-family: 'Asap', sans-serif;
  padding-left: 20%;
  padding-right: 20%;
}

.box-admin-twigo {
  background-color: #222222;
  border: 1px solid #494949;
  padding: 20px;
  margin: 20px;
}

.icon-box-admin {
  font-size: 30px !important;
}

.box-admin-twigo a {
  color: white;
}

.box-admin-twigo a:hover {
  color: white;
  text-decoration: underline;
}

.btn-pack-nft {
  cursor: not-allowed !important;
}

.btn-pack-nft:hover {
  background-color: #191919;
  color: #6f6f6f;
}

.btn-pack-nft:active {
  background-color: #191919 !important;
  color: #6f6f6f !important;
  border-color: #191919 !important;
}

.btn-pack-nft:focus {
  background-color: #191919 !important;
  color: #6f6f6f !important;
  box-shadow: none;
}

.buy-pack-merch {
  padding: 50px;
}

.bpm-text {
  padding-left: 50px;
}

.table_sped {
  width: 50%;
}


.general-padding {
  padding-left: 65px;
  padding-right: 65px;
}

.img-exp-pack {
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-exp-radius {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pack-exp-text {
  text-align: left;
  margin-left: 80px;
  margin-right: 80px;
  color: grey;
}

.exp-title {
  color: #ffa726;
}

.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  background-color: #0f0f0f;
  color: white;
  height: 42px;
  border-color: #282828;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #282828 solid;
  padding: 12px;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 2;
  right: 0px;
  top: 85%;
  width: 22%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #262626
}

.show {display:block;}

.btn-raffle {
  background-color: transparent;
  color: white;
  border-color: white;
  margin-top: 10px;
}

.btn-raffle:hover {
  background-color: #191919 !important;
  color: white;
  border-color: white !important;
}

.soldout {
  margin-top: 20px;
  color: #ffa726;
}

.title-cat-add-bundle {
  font-size: 24px;
  margin-bottom: 25px;
  color: #ffa726
}

.modal-content-boost {
/*  background-color: black;*/
  margin: 2% auto; /* 15% from the top and centered */
  padding: 10px 20px 10px 12px;
  border: 1px solid #3c3c3c;
  width: 96%; /* Could be more or less, depending on screen size */
  color: white;
  border-radius: 15px;
  background-image: url('../img/sfondi/rb2.png');
  background-size: cover;
}

#modalboost input {
  display: none;
}

#modalboost p {
  margin-top: 5px;
}

.boostBox {
  text-align: left;
  height: 140px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
/*  background: linear-gradient(45deg, #6969695c 0%, rgb(0 0 0) 100%);*/
  background: #282828;
  border: 1px solid #777777;
  width: 94%;
  margin-left: 2.5%;
  border-radius: 15px;
/*  box-shadow: rgb(255 255 255 / 0%) 0px 13px 27px -5px, rgb(232 232 232 / 33%) 0px 8px 16px -8px;*/
}

.boostBox:hover {

}

.title_preventivo {

  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

.boostBox:hover {
  background: #232323;
}

.col-boost {
  cursor:pointer;
}

.boost-active {
  background-color: #232323;
  /* box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;} */
  box-shadow: rgba(218,165,32,1) 0px 5px, rgba(225,130,42,0.3) 0px 10px, rgba(233,90,54,0.2) 0px 15px, rgba(243,44,68,0.1) 0px 20px;
}

.boostName {
  font-size: 18px;
  color: white;
}

.boostName-active {
  color: #ffa726;
  font-weight: bold;
}

.boostDescription {
  font-size: 15px;
  color: grey;
  bottom: 13px;
  position: absolute;
  width: 70%;
  margin-bottom: 0;
}

.btn-boost {
  background: rgb(243,44,68);
  background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
  text-transform: uppercase;
  border: none;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.row-esplora {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.col-esplora {
  padding: 15px 35px 25px 35px;
  border-right: 1px solid #121212;
}


.label-cat {
  margin-left: 14px;
  margin-right: 14px;
  background: #121212;
  padding: 5px;
  border-radius: 5px;
  color: #9e9e9e;
  vertical-align: super;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.label-cat a:hover {
  color: #9e9e9e;
  text-decoration: underline;
}


.img-prod-add-bundle {
  height: 60px;
}

.puntini {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.justify-content-mobile {
  justify-content: center!important;
}

.work-img {
  width: 100%;
  height: auto;
}

.col-vendi {
  padding-top: 12%;
}

.vendi-su-title {
  font-size: 40px;
}

.box-indirizzo-magazzino {
  background: #202020;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #383838;
  border-radius: 5px;
}

.form-login {
  margin-bottom: 60px;
}

.btn-prosegui-guest {
  background-color: transparent;
  color: grey;
  border-color: grey;
  border-radius: 100px;
}

/* Scritta animata */

.scritta-animata {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 5px;
}

.scritta {
  font-size: 38px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.scritta span.text {
  padding: 0;
  padding-right: 4px;
  border-right: 2px solid #747474;
  animation: blink 0.75s infinite;
}
.scritta .blue {
  color: #4480ff;
}
.scritta .green {
  color: #4caf50;
}
.scritta .yellow {
  color: #f4b400;
}
.scritta .red {
  color: #f44336;
}



@keyframes blink {
  from {
    border: none;
  }
  to {
    border-color: 2px solid #747474;
  }
}
@media screen and (max-width: 670px) {
  .scritta {
    font-size: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Fine scritta animata */

/* inizio slider trusted by */

.trusted-by {
  font-size: 22px;
  padding-top: 50px;
  padding-bottom: 15px;
}


.container-loghi {
  margin-left: -15px;
  margin-right: -15px;
  background: black;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 4));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 4));
  }
}
.slider-tb {
  background: black;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width:800px;
}
.slider-tb::before, .slider-tb::after {
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider-tb::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider-tb::before {
  left: 0;
  top: 0;
}
.slider-tb .slide-track {
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
  display: flex;
  width: calc(200px * 8);
}
.slider-tb .slide-tb {
  height: 200px;
  width: 200px;
}


/* fine slider trusted by */

.pay-mod-box {
  height: 60px;
  padding-top: 13px;
  background: #121212;
  border-top: 1px solid grey;
  cursor: pointer;
}

.pay-met-img {
  height: 60%;
  right: 0;
  position: absolute;
}

.icone-carte {
  content: url("/img/pay.png");
}

.cursor-pointer{
  cursor: pointer
}

#box-wallet-digitale {
  border-bottom: 1px solid grey;
}

/* Biglietti dei concerti */

.box-event {
  background: #282828;
  padding: 15px 30px;
  margin: 30px 50px;
  box-shadow: rgb(0 0 0) 0px 5px 15px;
  transition: transform .2s;
  border-radius: 15px;
}

.box-event-news {
  background: #282828;
  padding: 15px 30px;
  margin: 5px 50px;
  box-shadow: rgb(0 0 0) 0px 5px 15px;
  transition: transform .2s;
  border-radius: 15px;
}

.box-event-home {
  background: #282828;
  padding: 15px 30px;
  box-shadow: rgb(0 0 0) 0px 5px 15px;
  transition: transform .2s;
  border-radius: 15px;
}

.box-event:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01);
}

.box-event-home:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01);
}


.left-box {
  background: #282828;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  margin-right: 20px;
  margin-left: 35px;
}

.center-box {
  background: #282828;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 20px;
  border-left: 1px solid grey;
}

.center-box-news {
  background: #282828;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 20px;
  border-left: none !important;
}

.center-box-news2 {
  background: #282828;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 30px;
  border-left: none !important;
}

.right-box {
  background: #282828;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 35px;
  padding: 5px 5px;
  text-align: center;
}


.event-day {

  color: #ffa726;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.event-year {

  font-weight: bold;
  display: block;
  font-size: 18px;
}

.event-time {

  display: block;
  font-size: 14px;
}

.event-artist {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: normal !important;
}

.event-city {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffa726;
  line-height: normal;
  font-weight: 500 !important;
}

.event-location {
  margin-bottom: 5px;
  font-size: 14px;
}

.event-price {
  margin-bottom: 5px;
  color: #ffa726;
  font-size: 18px;
}

.btn-biglietti {

    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    color: white;
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
}

.btn-biglietti:hover {
  background: white;
  color: black;
}

.btn-artista-home {
    background: transparent;
    border: 1px solid white;
    font-weight: 600;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    color: white;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    margin-right: 25px;
    text-transform: uppercase;
}

.btn-artista-home:hover {
  background: white !important;
  color: black !important;
}

.btn-artista-home a {
  color: white;
}

.btn-artista-home:hover a {
  color: black;
}

.btn-artista-home-azzurro {
    background: #0cd4bb;
    border: 1px solid #0cd4bb;
    font-weight: 600;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    color: black;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    margin-right: 25px;
    margin-top: 30px;
}

.btn-artista-home-azzurro:hover {
  background: white !important;
  color: black !important;
}

.btn-artista-home-azzurro a {
  color: black;
}

.btn-artista-home-azzurro:hover a {
  color: black;
}


.btn-news-home {

    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    color: white;
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
}

.btn-news-home:hover {
  background: white;
  color: black;
}


.img-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.img-box-home {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.img-box-text {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.event-img-box {
  width: auto;
  display: inline-block;
}

.event-img-artist {

  width: 85px;
  border-radius: 15px;
  margin-left: 5px;

}

.event-img-news {

  width: 87% !important;
  border-radius: 15px;
  margin-left: 10px;
}

.event-img-news-home {

  width: 87% !important;
  border-radius: 15px;
  margin-left: 10px;
}

.img-text-pag-art {

  width: 80%;
  border-radius: 15px;

}


.event-select {
    background: #282828;
    height: 40px;
    width: 100%;
    color: white;
    border: 1px solid #3b3b3b;
    border-radius: 50px;
    text-align: center;
}

.event-page-title {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.event-page-header {
  margin-left: 12px;
}

.btn-filter-event {
    background: rgb(243,44,68);
    background: linear-gradient(0deg, rgba(243,44,68,1) 1%, rgba(218,165,32,1) 100%);
    border: none;
    border-radius: 100px;
    text-transform: uppercase;

    padding-left: 22px;
    padding-right: 22px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
    height: 40px;
    width: 100%;
}

.btn-filter-event:hover {
  background: white;
  color: black;
}

.col-event-view-all {
  vertical-align: middle;
  margin-right: 4%;
  text-align: right;
}

.event-view-all {
  text-align: right;
  line-height: 40px;
}

.events-list {

  margin-bottom: 50px;

}

.btn-biglietti-mobile {
  display: none;
}


.center-box-artist {
  border-left: 0;
}

.col-event-artist {
  margin-top: 20px;
  margin-bottom: 50px;
}

.box-spotify {
  margin-top: 40px;
}

.event-city-artist {
  color: white;
}

/* Fine biglietti dei concerti */

.error-page {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}


.videofullscreen {
  height: 500px;
  width:100% !important;
  object-fit: cover;

}

.ideale-per-text {
  color: #ffa726;
  font-weight: normal !important;
  font-size: 22px;
}

.no-mb {
  margin-bottom: 0px !important;
}

#page-tariffe button.domanda {
  font-size: 18px !important;
}

.section-crea-exp {
  background-color: #222222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-info-exp {
  padding-left: 200px;
  padding-right:200px
}

.esempi-exp {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 30px;
  text-transform: uppercase;

}

.container-scritta-exp {
  padding: 0px 200px;
}

.gold-exp {
  color: #ffa726;
  margin-left: 5px;
  margin-right: 5px;
}

.sfondo-logistica {
  background-image: url('../img/sfondi/sfondo-sped.png');
}

.sfondo-prod-merch {
  background-image: url('../img/sfondi/sfondo-prod-merch.png');
}

.footer-apri-shop {
  text-align: center;
  color: white;
  background: #121212;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
  font-size: 16px !important;
}

.footer-apri-shop:hover {
  text-decoration: underline;
}

/* Pagina Logistica */

.scritta-logistica {
  font-size: 26px !important;
  padding-left: 70px;
  padding-right: 70px;
}


.section_our_solution .row {
  align-items: center;
  margin-top: 120px;
  margin-bottom: 100px;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {

  background: #222222;

  border-radius: 15px;
  margin: 8px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #ffa726 !important;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: #00000012;
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
  color: #ffa726;
  font-size: 32px;
}

.solution_card .solu_title h3 {
  color: white;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
  color: white;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: #ffa726 !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 70%;
    margin: 0 auto;
  }
}


/* Fine pagina logistica */


.jumbotron {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
  }

.gallery {
    padding: 45px 45px 70px 45px;
  }

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
  }

.gallery-merch-title {
    text-align: center;
    margin-top: 10px;

}

.btn-gallery-merch {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: center;
}

.div-gallery {
  padding: 10px 10px 10px 10px;
  opacity: 0.6;
}

.div-gallery:hover {
  padding: 10px 10px 10px 10px;
  opacity: 1;
}

.img-stampe {
  border-radius: 5px;
}

.row-ticket-artist {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 50px;

}


/* home img */

.banner-ap2 {
  /* height: 320px; */
  object-fit: cover;
  border-radius: 15px;
}

.nobanner-ap2 {
  /* height: 320px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
  border-radius: 15px;
}

.banner-ap3 {
  /* height: 220px; */
  object-fit: cover;
  border-radius: 15px;
}

.nobanner-ap3 {
  /* height: 220px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
  border-radius: 15px;
}

.banner-ap5 {
  /* height: 140px; */
  object-fit: cover;
  border-radius: 15px;
}

.nobanner-ap5 {
  /* height: 140px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
  border-radius: 15px;
}

.cd-ap3 {
  /* height: 385px;
  width: 385px !important; */
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

/*fine home img */

.fa-exclamation-triangle-none {
  display: none;
}

.icon-verified {
  width: 20px;
}

.info-exp {
  color: #ffa726;
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px;
}

/* Box prodotti */

.artist-page {

  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.artist-page-box{

  background: #121212;
  padding: 25px 30px;
  border-radius: 8px;

}

.art-page-section-title {
  background: #111111;
  padding: 10px 20px;
  border-radius: 8px;
}

.art-page-name {
  display: inline-block;
  color: #ffa726;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal !important;
  margin-bottom: 20px;
}

.art-page-section-icon {
  color: #ffa726;
}

.art-page-bio {
  margin-bottom: 30px;
}

.art-page-empty-prod {
  color: grey;
}

.rettangolo img.logo-store {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}

.box-product-single-row {
  height: 80px;
  width: 100%;
  margin-bottom: 5px;
  background: #1b1b1b;
  margin-left: 0;
  border-radius: 8px;
  cursor: pointer;
}

.box-product-single-row:hover {
  box-shadow: 0 0 3px rgb(114 114 114 / 71%);
}


.logo-source {
  width: 40px;
  height: 40px;
}

.img-box-prod {
  width: 70px;
  height: 70px;
  margin-top: 5px;
  border-radius: 8px;
}

.text-box-prod {
  margin-top: 15px;
}

.btn-box-prod {
    margin-top: 22px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid grey;
    padding: 5px 15px;
    right: 18px;
    position: absolute;
    color: grey;
    cursor: pointer;
}

.btn-box-prod:hover {
  background: grey;
  color: white;
}

.source-prod {
  margin-bottom: 10px;
  margin-top: 5px;
}

.input-in-evidenza {

  margin-top: 20px;
  width: 100% !important;

}

.demo-img-evidenza {
  display: none;
  width:400px;
  height:117px;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.demo-img-evidenza:hover {
  border: 2px solid #ffa726;
}

.div-img-evidenza {
  width: 100%;
  height: 350px;
  background-size: cover;
}

.img-artist-home {
  border-radius: 30px;
  height: 250px;
  object-fit: cover;
  opacity: 0.6;
}


.right-box {
  margin-left: 15px;

}
/* AdSense */

.banner-display-ads {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-blog {
  width: 100%;
  display: block;
  border-radius: 25px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.exp-content {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: none;
}

.exp-heading {
  width: 100%;
  margin-left: 1rem;
  font-weight: 900;
  font-size: 1.618rem;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
  position: relative;
}
.exp-heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  bottom: 0;
}

.exp-description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.exp-card {
  color: white;
  cursor: pointer;
  /* width: calc(33% - 2rem);
  min-width: calc(33% - 2rem);
  height: 350px;
  min-height: 350px;*/
  width: 423px;
  height: 350px;
  perspective: 1000px;
  margin: 1rem;
  position: relative;
}

.exp-card:hover {
  color: white;
}

.exp-card2 {
  height: 288px !important;
  width: 350px !important;
}

@media screen and (max-width: 800px) {
  .exp-card {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .exp-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 290px;
  }

  .exp-content {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padd-mobile {
    padding-left: 0;
    padding-right: 0;
  }

}

.exp-front,
.exp-back {
  display: flex;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.exp-front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.exp-front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(135deg, #1a9be6, #1a57e6);
  opacity: 0.25; */
  z-index: -1;
}
.exp-card:hover .exp-front {
  transform: rotateY(180deg);
}
.exp-card:nth-child(even):hover .exp-front {
  transform: rotateY(-180deg);
}

.exp-back {
  background: #282828;
  transform: rotateY(-180deg);
  padding: 0 2em;
  font-size: 15px;
}

.exp-back2 {
  font-size: 14px;
}

.exp-back .exp-button {
  /* background: linear-gradient(135deg, #1a9be6, #1a57e6); */
}
.exp-back .exp-button:before {
  /* box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25); */
  /* background-color: rgba(26, 87, 230, 0.25); */
}
.exp-card:hover .exp-back {
  transform: rotateY(0deg);
}
.exp-card:nth-child(even) .exp-back {
  transform: rotateY(180deg);
}
.exp-card:nth-child(even) .exp-back .exp-button {
  /* background: linear-gradient(135deg, #e61a80, #e61a3c); */
}
.exp-card:nth-child(even) .exp-back .exp-button:before {
  /* box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25); */
}
.exp-card:nth-child(even):hover .exp-back {
  transform: rotateY(0deg);
}

.exp-button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.exp-button:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.exp-button:hover {
  transform: translateZ(55px);
}
.exp-button:hover:before {
  transform: translateZ(-55px);
}
.exp-button:active {
  transform: translateZ(20px);
}
.exp-button:active:before {
  transform: translateZ(-20px);
  top: 12px;
}

.form-exp-waiting-list {
  background: white;
  border-radius: 8px;
  width: 85%;
  margin: 0 auto;
  color: black;
  text-align: center;
}

.form-exp-waiting-list:hover {
  background: white;
  border-radius: 8px;
  color: black;
  text-align: center;
}

.form-exp-waiting-list:focus {
  background: white;
  border-radius: 8px;
  color: black;
  text-align: center;
}

.info-exp-back {
  margin-bottom: 30px;
}

.info-exp-back2 {
  margin-bottom: 10px;
}

.check-exp {
  font-size: 10px;
  margin-bottom: 12px;
}

/* New FE */

.box-stat-home {
  border-radius: 20px;
  background: #191919;
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-banner-home {
  border-radius: 20px;
  background: #191919;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0px;
}

.box-home-art {
  border-radius: 20px;
  background: #191919;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 50px;
}



.nav-link-artist {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 8px;
  font-size: 15px;
}

.col-menu-art-link {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;

}

.menu-art-link {

}

.col-logo-menu-art {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.col-account-menu-art {

  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
  padding-right: 30px;

}

.col-link {

  font-size: 15px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

.col-link:hover {
  border-bottom: 4px solid #ffffffab;
  color: #494949;
}

.col-link:hover a {
  color: #4d4d4d;
}

.ccol-link-art-active:hover {
  border-bottom: 4px solid #245adf;
}

.col-link-art-active:hover a {
  color: #245adf;
}

.col-link-art-active {
  border-bottom: 4px solid #245adf;
}


.row-new-menu-artist-desktop {
  height: 65px;
  background: #171717;
  border-bottom: 1px solid #262626;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.row-new-menu-artist-mobile {
  display: none;
}

.logoimg-new-art {
  width: 62%;
    background: #255adf;
    position: absolute;
    left: 30px;
    top: 0;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -30px;
}

.btn-user-menu-art {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
}

.dropdown-toggle::after {
  /* border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0; */
}

.dropdown-new-artist {

  min-width: 250px;
  padding: 30px;
  transform: translate3d(-80px, 35px, 0px) !important;
  line-height: 28px;

}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Academy */

.subtitle-academy {
  color:grey;
  text-align:center;
}

.subtitle-pitch {
  color:grey;
  text-align:left;
}

.title-video {
  text-transform: capitalize;
  margin-top: 15px;
  color: white;
  font-size: 18px;
}

.title-video-accademy {
  text-transform: capitalize;
  margin-top: 15px;
  color: white;
  font-size: 18px;
}

.details-video {
  text-transform: capitalize;
  color: grey;
}

.details-video-accademy {
  color: grey;
}

.category-video {
    text-transform: capitalize;
    color: grey;
    display: inline-block;
    background: #383838;
    border-radius: 40px;
    padding: 4px 14px;
    font-size: 12px;
}

.video-card-academy {
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 15px 15px 5px 15px !important;
}

.play-icon {
  margin-right: 8px;
  font-size: 25px;
  color: white;
  vertical-align: bottom !important;

}

.category-box-academy {
  padding: 30px;
  background: #262626;
  border-radius: 15px;
  width: 90%;
}

.cerca-video {
  margin-top: 5px;
    border-radius: 9px;
    text-align: center;
    background: #262626;
    border: none;
    padding: 5px 10px;
    color: grey;
}

.row-academy {
  padding-left: 40px;
  padding-right: 40px;
}

.filtro-category-video {
  cursor: pointer;
}

#rewind, #fast_forward {
  background: #262626;
  border-color: #262626;
  border: none;
  text-decoration: underline;
  color: grey;
  cursor: pointer;
}


/* Fine Academy */

.savemod-blue {
  background: #255adf;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}


.savemod-blue:hover {
  background: white !important;
  color: black;

}

.savemod-blue:disabled {
  background: #255adf !important;
  color: white;
}

.savemod-blue:disabled:hover {
  background: #255adf !important;
  color: white;
}

.btn-pag-art {
    background: #255adf;
    border-radius: 100px;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btn-pag-art:hover {
  background: white !important;
  color: black;

}

.btn-pag-art:disabled {
  background: #255adf !important;
  color: white;
}

.btn-pag-art:disabled:hover {
  background: #255adf !important;
  color: white;
}

.btn-masterclass {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.savemod-transparent {
  background: transparent;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid white;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 8px;
}

.savemod-transparent:hover {
  background: white !important;
  color: black;

}

.savemod-transparent:disabled {
  background: white !important;
  color: black;
}

.savemod-transparent:disabled:hover {
  background: white !important;
  color: black;
}

.savemod-transparent a {
  color: white;
}

.savemod-transparent:hover a {
  color: black;
}

.img-service {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.img-consulenze {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}


.modal-content-service {
  background-color: black;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #3c3c3c;
  width: 100%; /* Could be more or less, depending on screen size */
  color: white;
}

.box-elenco-news {
  background: #282828;
  width: 100%;
  border-radius: 15px;
  padding: 30px;
}

.div-elenco-news {
  height: 20%;
}

.p-elenco-news {
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-elenco-news {
  text-transform: uppercase;
  font-size: 22px;
}

.box-news {
  background: #282828;
  border-radius: 15px;
  padding: 20px;
}

.maggiore-home {
  font-size: 30px;
  font-weight: 300;
  margin-left: 4px;
}

.t4a_home {

  background: #255adf;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}


.menu-categorie {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.icona-login {
  font-size: 20px;
  margin-left: 6px;
  margin-right: 6px;
  color: white;
  border: 1px solid white;
  padding: 10px 12px;
  border-radius: 120px;
}

.icona-carrello {
  font-size: 20px;
  margin-left: 6px;
  margin-right: 6px;
  color: white;
}

.icona-login:hover {
  color: #ffa726;
}

.icona-carrello:hover {
  color: #ffa726;
}

.icon-t4a-home {
  width: 80%;
  padding: 50px;
}

.div-text-t4a {
  padding: 50px;
}

.link-t4a-azzurro {

}

/* Pitch */

.box-pitch {
  background-color: #242424;
  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.box-pitch2 {

  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;

}

.btn-pitch {
  background: #255adf !important;
  width: 100%;
  position: relative;
  margin-top: auto;
  bottom: 0;
  padding: 15px;
}

.logo-partner-pitch {
  width: 90%;
  margin-top: 30px;
}

.banner-home-t4a {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}

.banner-coach {
  width: 100%;
  margin-top: 50px;

}

.text-affiancamento {
  text-align: center;
}

.coach-work {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 30px;
}


/* Calendario Masterclass */

/* Price Tables */

section.pricing {
  /* background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF); */
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: #242424;
}

.pricing hr {
  margin: 10px 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 35px;
  margin: 0;
  padding: 15px;
  font-weight: bold;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  /* font-size: 80%; */
  border-radius: 5rem;
  /* letter-spacing: .1rem; */
  font-weight: bold;
  /* padding: 1rem;
  opacity: 0.7; */
  transition: all 0.2s;
}

.btn-percorsi {
  padding: 20px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.piano-attuale {
  text-align: center;
  background: #ffa726;
  color: black;
  font-weight: bold;
}

.piano-attuale-hide {
  height: 24px;
}

.numeroverde {
  margin-left: auto;
  width: 20%;
  margin-top: 12px;
}

.modal-masterclass {
  max-width: 800px !important;
}

#masterclass-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.text-mc {
  font-size: 20px;
  text-align: center;
  padding: 10px 0px;
}

/* Community */

.box-post-community {
  border-radius: 20px;
  background: #262626;
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 25px;
  cursor: pointer;
  border: 1px solid #40402c80;
}

.box-post-community:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 4px 15px -5px rgba(255,255,255,0.7);
  box-shadow: 0px 10px 13px -7px #000000, 0px 4px 15px -5px rgba(255,255,255,0.7);
}

.box-post-community-pinned {
  border-radius: 20px;
  background: #262626;
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 25px;
  cursor: pointer;
  border: 3px solid #c7ff2c;
}

.box-post-community-pinned:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 4px 15px -5px rgba(255,255,255,0.7);
  box-shadow: 0px 10px 13px -7px #000000, 0px 4px 15px -5px rgba(255,255,255,0.7);
}

.left-community {
  padding-left: 50px;
}

.right-community {
  padding-left: 35px;
  margin-left: -30px;
}

#newpost {
  padding: 15px 25px;
  font-size: 18px;
  color: grey;
  background: #262626;
  border: none;
}

.user-img-comm-1 {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 100%;
}

.scrivi-qualcosa-comm {
  display: inline-block;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 0;
}

.box-scrivi-qualcosa {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 4px 15px -5px #4c4c4cb3 !important;
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 20px;
}

#box-cat-community {
    padding-top: 10px;
    padding-bottom: 0;
    background: transparent;
    margin: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}



#box-cat-community button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 20px;
  text-transform: capitalize;
  font-weight: normal;
  background: #404040;
  margin-right: 8px;
}

.row-comm {
  margin-top: 20px;
}

.div-autore-comm {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding-left: 8px;
}

.header-post-comm {
  margin-bottom: 10px;
}

.post-time-comm {
  margin: 0;
  color: grey;
  font-size: 15px;
}

.pinned-post {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  background: #c7ff2c;
  color: black;
  padding: 5px 10px;
  border-radius: 0px 12px 0px 12px;
  font-weight: bold;
}

.btn-like {
  color: grey;
  font-size: 22px;
}

.btn-like-blue {
  color: #245adf;
}

.likeButton {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 5px;
}

.likeButton:hover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.likeButton:active {
  background: transparent;
  border: none;
  box-shadow: none;
}

.likeButton:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.commentLikeButton {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 5px;
}

.commentLikeButton:hover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.commentLikeButton:active {
  background: transparent;
  border: none;
  box-shadow: none;
}

.commentLikeButton:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.likeCount {
  vertical-align: middle;
}

.likeForm {
  display: inline-block;
}

.likeForm:focus-visible {
    outline: none;
}

.btn-comments {
  padding-left: 12px;
  padding-right: 5px;
  vertical-align: middle;
}

.commentCount {
  vertical-align: middle;
}

.last-comment {
  vertical-align: middle;
  padding-left: 12px;
  font-size: 15px;
  color: #c7ff2b;
}

.icon-post-comm {
  margin-top: 10px;
}

.post-text-comm {
  color: #d1d5db;
  display: -webkit-box; /* Abilita il layout a scatola flessibile */
 -webkit-box-orient: vertical; /* Imposta l'orientamento verticale */
 overflow: hidden; /* Nasconde il testo oltre l'altezza massima */
 -webkit-line-clamp: 4; /* Imposta il numero massimo di righe da visualizzare */
}

.modal-newpost {
  max-width: 70% !important;
}

.modal-content-new-post {
  background-color: #262626;
  border: none;
  border-radius: 15px;
}

.col-header-new-post {
  vertical-align: middle;
  margin-bottom: 20px;
}

.header-new-post {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 0;
}

.select-cat-new-post {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 15px;
  background-color: #262626;
  border: 1px solid #6c757d;
}

.select-cat-new-post:hover {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 15px;
  background-color: #262626;
  border: 1px solid #6c757d;
}

.select-cat-new-post:focus {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 15px;
  background-color: #262626;
  border: 1px solid #6c757d;
}

.btn-new-post {
  text-align: right;
  margin-top: 20px;
}

.textarea-new-post {
  border: none;
  background: transparent;
  font-size: 18px;
}

.textarea-new-post:hover {
  border: none;
  background: transparent;
  font-size: 18px;
}

.textarea-new-post:focus {
  border: none;
  background: transparent;
  font-size: 18px;
}

.blur {
  background-color: #171717c2 !important;
  backdrop-filter: blur(6px); /* Effetto blur */
}

/* Post */

.div-modal-post {
  padding: 15px 25px;
  font-size: 18px;
  color: grey;
  background: #262626;
  border: none;
}

.modal-post {
  max-width: 70% !important;
}

.modal-content-post {
  background-color: #262626;
  border: none;
  border-radius: 15px;
  width: 100%;
}

.post-text-comm2 {
  color: #d1d5db;
}

.form-new-comment {
  margin-top: 30px;
}

.all-comments {
  background-color: transparent;

}

.comment-style {
  background-color: #363636;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.reply-comment-style {
  background-color: #363636;
    border-radius: 20px;
    padding: 20px 30px;
    margin-left: 50px;
}

.icon-reply-comment {
  font-size: 22px;
  color: grey;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: middle;
}

.btn-delete-comment {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.btn-delete-comment:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  background-color: none;
}

.btn-delete-comment:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  background-color: none;
}

.btn-delete-comment:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  background-color: none;
}

.btn-reply-comment {
  font-size: 15px;
  margin: 0px 12px;
  vertical-align: middle;
  cursor: pointer;
}


.form-reply-comment {
  margin-top: 20px;
  display: none;
}

.textarea-reply-comment {
  background: rgb(54, 54, 54);
    border: 1px solid grey;
    border-radius: 8px;
    width: 100%;
    vertical-align: middle;
    height: 45px;
    min-height: 45px !important;
    display: inline-block;
    padding: 7px 15px;
    color: white;
}

.form-group-reply-comment {
  display: inline-block;
  width: 88%;
}

.btn-send-reply-comment {
  border-radius: 8px;
  height: 45px;
  margin-left: 5px;
  background-color: transparent;
  border-color: grey;
  color: grey;
}

.textarea-comment {
  background-color: transparent;
  border: 1px solid grey;
  border-radius: 8px;
  min-height: 45px !important;
  height: 45px !important;
  vertical-align: middle;
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: white;
}

.textarea-comment:hover {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 8px;
  min-height: 45px !important;
  height: 45px !important;
  vertical-align: middle;
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: white;
}

.textarea-comment:focus {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 8px;
  min-height: 45px !important;
  height: 45px !important;
  vertical-align: middle;
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: white;
}

.textarea-comment::placeholder {
    font-size: 18px;
    vertical-align: middle;
}

.form-group-comment {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  vertical-align: middle;
}

.btn-comment-post {
  vertical-align: middle;
  height: 45px;
  margin-left: 5px;
  width: 14%;
  background-color: #255adf;
  border-color: #255adf;
}

.label-free {
  background: grey;
  color: white;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.label-pro {
  background: blue;
  color: white;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.label-silver {
  background: grey;
  color: black;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.label-gold {
  background: goldenrod;
  color: black;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.label-platinum {
  background: goldenrod;
  color: black;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.label-coach {
  background: black;
  color: white;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

/* Fine Community */

#video_player {
  width: 100%;
}

.div-video {
  background: #262626;
  padding: 20px 25px;
  border-radius: 12px;
}

.row-video {
  margin-top: 50px;
  padding-bottom: 100px;
}

.titolo-video {
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
}

.capitoli-video {
  background: #262626;
  padding: 25px 25px;
  /* padding-top: 0; */
  border-radius: 12px;
}

.btn-capitoli {
  width: 100%;
  background: transparent;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  color: white;
  cursor: pointer;
}

.btn-capitoli:hover {
  text-decoration: underline;
}

.descr-video {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #245adf;
}

.testo-descr-video {
  margin-bottom: 30px;
  text-align: justify;
}

.icon-user-account {
  font-size: 50px;
  margin-top: 42px;
}

.img-alert {
  width: 100%;
}

.div-alert {
    background: #282828;
    padding: 30px 50px;
    margin-bottom: 50px;
    border-radius: 15px;
}

.link-alert {
  color: white;
  font-size: 20px;
  font-weight: normal;
}

.cont-art-style {
  margin-top:50px;
  padding-top: 30px
}



/* Academy */

.custom-section {
  background-color: #262626;
  padding: 30px 100px;
  min-height: 300px; /* Altezza minima della sezione */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.custom-card {
  border-radius: 15px;
  text-align: center;
  background: #262626;
}

.custom-icon {
  font-size: 30px;
  background: #245adf;
  color: white;
  padding: 10px 14px;
  border-radius: 15px;
  -webkit-text-stroke: 1px white;
}

.custom-title {
  font-weight: 700;
  margin-top: 20px;
}

.custom-button {
  background: #245adf;
  color: white;
  border: none
}

.custom-header-consulenza {
  padding: 100px 100px;

}

.custom-footer-consulenza {
  padding: 50px 50px;
  background: #245adf;
  margin: 20px 50px 50px 50px;
  border-radius: 15px;
}

.btn-call-academy {
  font-size: 18px;
  border-radius: 50px;
  padding: 8px 18px;
}

.btn-wa-academy {
  font-size: 18px;
  border-radius: 50px;
  padding: 8px 18px;
  border-color: white;
  color: white;
}

.title-cons-academy {
  font-size: 50px;
  font-weight: 700;
}

.title-cons-footer-academy {
  font-size: 40px;
  font-weight: 700;
}

.btn-call-academy-2 {

  border-radius: 50px;
  padding: 8px 18px;
}

.btn-call-academy-footer {
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 20px;
  background: white;
  color: black;
}

.btn-call-academy-footer:hover {
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 20px;
  background: white;
  color: black;
}

.btn-wa-academy-footer {
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 20px;
  border-color: white;
  color: white;
}

.btn-wa-academy-footer:hover {
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 20px;
  border-color: white;
  color: black;
  background-color: white;
}

.cons-sezione-due {

}

.row-footer {
  background: black;
  padding-top: 80px;
}


/* Stile per l'icona */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}


/* Fine Academy */


/* Pagina Login Nuova */


.box-choose-login {
  background: #222222;
  padding: 50px;
  border-radius: 15px;
}

/* Fine pagina Login Nuova */

/* Redesign home */

.section_home {
  background:#121212;
  padding: 20px;
  border-radius: 15px;
  margin-bottom:30px;
}

.section_home_t4a {
  background:#255adf;
  padding: 20px;
  border-radius: 15px;
  margin-bottom:30px;
}

.icon-home-t4a {
  font-size: 25px;
  margin-right: 5px;
  vertical-align: middle;
  color: white;
}

.my-mb3 {
  margin-bottom: 20px !important;
}

.btn-t4a-home {
  background-color: white;
  color:black;
  border: none;
  padding: 12px 18px;
  border-radius: 100px;
  text-transform: uppercase;
}

.btn-t4a-home:hover {
  background-color: black;
  color:white;
}

.img-home-t4a {
height: 600px;
width: auto;
}

@media (max-width: 576px) {

  .img-home-t4a {
    height: 400px;
    width: auto;
  }

  .btn-t4a-home {
    font-size:14px;
  }

.slider-tb {
    width: auto;
  }

.container-loghi .slider-loghi .logos {
  width: 180%;
}

.container-loghi .slider-loghi {
  animation: slidein 10s linear infinite;
  white-space: nowrap;
}

.mobile-center {
  text-align: center;
}

.pay-met-img {
  height: 40%;
}

.pay-mod-box {
  padding-top: 18px;
}

.icone-carte {
  content: url("/img/cart.png");
}

.event-select {
  margin-bottom: 10px;
}

.col-event-view-all {
  vertical-align: middle;
  margin-right: 4%;
  text-align: center;
  margin-bottom: 40px;
}

.event-view-all {
  text-align: center;
  line-height: 40px;
}

.event-page-header {
  margin-left: 0px;
}

.img-box {
  display: none;
}

.box-event {
  margin: 18px 5px;
  padding: 15px 8px;
}

.box-event-news {

}

.event-artist {
  font-size: 16px;
}

.event-location {
  font-size: 14px;
}

.event-day{
  font-size: 22px;
}

.event-year {
  font-size: 12px;
}

.event-time {
  font-size: 12px;
}

.btn-biglietti {
  display: none;
}


.btn-biglietti-mobile {
    display: inline-block;
    background: transparent;
    border: 1px solid white;
    border-radius: 70%;
    padding: 5px 12px;
    color: white;
    margin-top: 10px;
    width: fit-content;

}

.box-event-home {
  background: #282828;
  padding: 10px 8px;
  box-shadow: rgb(0 0 0) 0px 5px 15px;
  transition: transform .2s;
  border-radius: 15px;
}


.left-box {
  text-align: center;
  margin-right: 12px;
  margin-left: 15px;
}

.event-price-home {
  font-size: 14px;
}

.event-left-box-artist {
  display: none;
}

.box-event-artist {
  padding: 12px 18px;
}


.event-city-artist {
  font-size: 12px;
}

.event-right-box-artist {
  margin-left: -5px;
}

.container-scritta-exp {
  padding: 0px 15px;
}

.gold-exp {
  display: block;
}

.section-crea-exp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scritta-logistica {
  padding-left: 20px;
  padding-right: 20px;
}

.img-raffle-mockup {
  padding: 15px ;
}


.page-link {
  font-size: 14px;
  padding: 5px 8px;
}

/* home img */

.banner-ap2 {
  height: 200px;
  object-fit: cover;
}

.nobanner-ap2 {
  /* height: 200px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
}

.banner-ap3 {
  height: 90px;
  object-fit: cover;
}

.nobanner-ap3 {
  /* height: 90px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
}

.banner-ap5 {
  /* height: 90px; */
  object-fit: cover;
}

.nobanner-ap5 {
  /* height: 90px; */
  object-fit: contain;
  margin-left:auto;
  margin-right: auto;
}

.cd-ap3 {
  /* height: 170px;
  width: 170px !important; */
  object-fit: cover;
}

/*fine home img */

.demo-img-evidenza {
  width:300px;
  height:87px;

}

.div-img-evidenza {
  width: 100%;
  height: 85px;
  background-size: cover;
}
.icontitle-pag-art {
  font-size: 12px;
}

.right-box2 {
  display: none;
}

.img-artist-home {

  height: 230px;

}

.event-img-news-home {
  width: 60% !important;
  margin: 30px;
}

.banner-blog {
  width: 100%;
}

.modal-content-service {
  background-color: #121212;
  border: 3px solid #383838;
}

.btn-artista-home {
  margin-bottom: 10px;
}

.center-box-news {
  margin-left: 15px;
}

.padd-mobile-concerti {
  padding-left: 5px;
  padding-right: 5px;
}

.padd-mobile-titolo-concerti {
  margin-left: 20px;
}

.row-new-menu-artist-desktop {
  display: none;
}

.row-new-menu-artist-mobile {
  display: flex;
  height: 100%;
  background: #171717;
  border-bottom: 1px solid #262626;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}

.cont-art-style {
  margin-top:0px;
  padding-top: 30px
}

.logoimg-new-art {
  margin-top: 0px;
}

.col-logo-menu-art {
  height: 120px;
}

.col-account-menu-art {

}

.dropdown-new-artist {

  min-width: 250px;
  padding: 30px;
  transform: translate3d(-180px, 35px, 0px) !important;
  line-height: 28px;

}

.icon-user-mobile {
  font-size: 25px;
}

.video-introduz-art {
  width: 100%;
  padding: 50px 0px;
}

/* community mobile */

.left-community {
  padding-left: 15px;
  margin: 5px;
}

#box-cat-community {
  padding-top: 10px;
  padding-bottom: 0;
  background: transparent;
  margin: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: center;
}

.modal-newpost {
  max-width: 100% !important;
}

.modal-post {
  max-width: 100% !important;
}

.select-cat-new-post {
  margin-top: 10px;
}

.modal-content {
  padding: 20px 0px;
}

.div-modal-post {
  padding: 15px 0px;
  font-size: 18px;
  color: grey;
  background: #262626;
  border: none;
}

.btn-comment-post {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
}

.form-group-comment {
  width: 100%;
}

.form-group-reply-comment {
  width: 100%;
}

.btn-send-reply-comment {
  margin-left: 0px;
}

.comment-style {
  padding: 20px 15px;
}

.reply-comment-style {
  padding: 20px 15px;
}

#newpost {
  margin: 20px;
}

.col-menu-art-link {
  padding-left: 18px;
  padding-right: 18px;
}

.right-community {
  padding-left: 15px;
  margin-left: 0;
}

/* fine community mobile */

.category-box-academy {
    width: 100%;
    margin-bottom: 50px;
}

.aggiungititolo2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-alert {
  text-align: center;
}

.img-alert {
  width: 70%;
}

.name-art-alert {
  padding: 20px;
}


.custom-header-consulenza {
    padding: 30px 20px;
}

  .custom-footer-consulenza {
    padding: 30px;
    background: #245adf;
    margin: 0px;
    border-radius: 15px;
    margin-bottom: 30px;
  }

  .img-ac-cons-mobile {
    margin-top: 30px;
  }

  .custom-section {
    padding: 30px;
  }

  .row-academy {
    padding: 15px;
  }

  .div-video {
    margin-top:0px;
  }

  .artist-page {
    padding-left: 0px;
    padding-right: 0px;
  }


}

@media (max-width: 768px) {

  #times {
    margin-top: 5px;
    width: 100%;
  }

  .times {
    margin-top: 5px;
    width: 100%;
  }

  .img-info-modal {
    width: 100%;
    float:left;
    margin-bottom:5%
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    font-size: 55px;
  }

  .btn1-tfa {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15%
  }

  .padd-5 {
    padding: 15px;
  }

  .pl-box-0 {
    padding-left: 15px !important;
  }

  .pr-box-0 {
    padding-right: 15px !important;
  }

  .calltoaction-text {
    font-size: 16px;
  }

  .iconhome {
    width: 28%;
    margin-top: 20px;
  }

  .slogan_art {
    font-size: 30px;
  }

  .nome-cat-tariffe {
    font-size: 38px;
  }

  .btn-mod-position {
    width: auto;
  }

  .input-collez-nft {
    width: 100%;
  }

  .pages-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-pack-merch {
    padding: 10px;
    margin-top: 20%;
  }

  .bpm-text {
    padding-left: 15px;
  }

  .add-pack-text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .table_sped {
    width: 100%;
  }

.text_center_mobile {
  text-align: center;
}

.pack-exp-text {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  color: grey;
}

.titolo-pack-exp {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-top: 50px;
  color: white;
  font-family: 'Asap', sans-serif;
}

.exp-custom-title {

  margin-left: 30px;

}

.dropdown-content {
  width: 55%;
}

.col-esplora {
  padding: 6% 8% 10% 8%;
  border-right: none;
  border-bottom: 1px solid #121212;
}

.col-esplora-1 {
  padding-top: 0px;
}

.dropdown-item-esplora {
  font-size: 18px;
}

.justify-content-mobile {
  justify-content: left!important;
}

.my-card-img-top2 {
  width: 28% !important;
  padding-top: 30px;
  padding-left: 30px;
}

.col-categorie {
  border-bottom: none;
}

.col-profili {
  border-bottom: none;
}

.my-card-img-top {
  width: 25% !important;
}

.mockup-mobile {
  background-image: url('../img/sfondi/mockup-mobile.png');
  background-size: cover;
  height: 400px;
}

.logistic-mobile {
  background-image: url('../img/sfondi/logistic-mobile.png');
  background-size: cover;
  height: 400px;
}

.merch-prod-mobile {
  background-image: url('../img/sfondi/prod-merch-mobile.png');
  background-size: cover;
  height: 400px;
  margin-top: 40px;
}

.padd-left-20 {
  margin-left: 20px;
}

.vendi-su-title {
  font-size: 30px;
}

.icone-cat-tfa {
  background: black;
  padding-bottom: 14%;
}

.video {
  margin-top: 10%;
  margin-bottom: 15%;
}

.padd-col-vst {
  padding-top: 20px;
  padding-bottom: 20px;
}

.label-cat {
  margin-left: 0px;
}

.instant_search_result a {
  font-size: 14px !important;
}

.form-login {
  margin-bottom: 0px;
}

.img-box {
  display: none;
}

.select_style_art_pag {
    background-color: #0f0f0f;
    color: white;
    height: 42px;
    width: 100%;
    border-color: #282828;
    position: relative;
    right: auto;
    display: block;
}

}



@media (min-width: 1400px) {

  .banner-ap2 {
    /* height: 400px; */
  }

  .nobanner-ap2 {
    /* height: 400px; */
  }

  .banner-ap3 {
    /* height: 320px; */
  }

  .nobanner-ap3 {
    /* height: 320px; */
  }

   .banner-ap5 {
    /* height: 202px; */
  }

  .nobanner-ap5 {
    /* height: 202px; */
  }



}
