html,
body {
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}

.nopointer {
  cursor: default !important;
}
.bxslider {
  width: 100%;
}

.sliderImages {
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  opacity: 0.3;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.img-references {
  max-width: 90%;
  padding: 5%;
}

.bx-controls-direction {
  display: none !important;
}

.goToSliderPage {
  cursor: pointer;
}

.img-responsive {
  width: 100%;
}

#featuredCategoriesHome {
  position: relative;
  z-index: 9999;
  margin-top: -25px;
}

.featuredCategoryTitle {
  color: #fff;
  text-align: center;
  font-weight: bolder;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-bottom: 0.5rem;
}

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

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

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

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

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

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

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

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

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

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

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

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

.colorBlack {
  color: #000000;
}

.colorBianco {
  color: #ffffff;
}

.colorBase {
  color: gray;
}

.colorBlue {
  color: #424242;
}

.btn-outline-lk {
  color: #424242;
  border-color: #424242;
  border-radius: 30px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #424242;
  border-color: #424242;
  border-radius: 30px;
}

.btn-primary:hover {
  color: #fff;
  border-color: #424242;
  border-radius: 30px;
  background-color: #424242;
}

.btn-lk {
  color: #424242;
  border-color: #fff;
  background: #fff;
  border-radius: 30px;
}

.sliderItemRow {
  margin: 15px;
}

.sliderItem {
  height: 150px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
 
  /*background-color: #fafafa;*/
  background-color: #ffffff;
}

.sliderText,
.sliderText:hover,
.sliderText:focus {
  margin-top: 10px;
  margin-bottom: 5px;
}

.sliderCostText {
  margin-top: 0px;
  color: gray;
}

.round-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.icon-shipping {
  width: 100%;
  height: 100%;
  background: url("../images/icons/shipping_w.png") no-repeat center;
  background-size: 50%;
}

.icon-card {
  width: 100%;
  height: 100%;
  background: url("../images/icons/card_w.png") no-repeat center;
  background-size: 50%;
}
.icon-protect {
  width: 100%;
  height: 100%;
  background: url("../images/icons/protect_w.png") no-repeat center;
  background-size: 50%;
}
.icon-quality {
  width: 100%;
  height: 100%;
  background: url("../images/icons/quality_w.png") no-repeat center;
  background-size: 50%;
}

.img-responsive-cs {
  max-width: 100%;
  max-height: 100%;
}

.boxInfo {
  position: relative;
  width: 100%;
  height: 250px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #757479 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #757479 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    #757479 70%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.boxInfo h4,
.boxInfoHalf h4 {
  position: absolute;
  bottom: 0px;
  color: #fff;
  left: 8px;
  font-size: 10px;
  margin-bottom: 0px;
}

.boxInner {
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxInner p {
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 8px;
  font-size: 14px;
  margin-bottom: 0px;
}

.boxInner h2 {
  position: absolute;
  bottom: 48px;
  color: #fff;
  left: 8px;
  font-size: 20px;
  margin-bottom: 0px;
}

.box01 {
  /*background-image: url("../images/examples/box01.png");*/
  background-image: url("../images/tags/calcio.png");
}

.box02 {
  /* background-image: url("../images/examples/box02.png");*/
  background-image: url("../images/tags/cinema.png");
}

.box03 {
  background-image: url("../images/tags/vinile.png");
}

.box04 {
  background-image: url("../images/tags/moto.png");
}

.boxInfoHalf {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #757479 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #757479 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    #757479 70%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.soldlabel {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: red;
  color: #ffffff;
  padding: 5px;
  z-index: 9999;
}

.prefooterbox {
  min-height: 285px;
  width: 100%;
}

#prefooterbox01 {
  background: #cae9e8;
}

#prefooterbox02 {
  background: #424242;
}

.searchform {
  border-radius: 46px;
}

#mainFooter {
  /*border-top: solid 2px #ebebeb;
  padding-top: 30px;*/
  overflow-x: hidden;
}

#copyrightBand {
  background-color: #ebebeb;
}

.footer-ul {
  list-style-type: none;
}

.footer-ul li {
  margin-bottom: 10px;
}

.footer-ul li a,
.footer-ul li a:hover,
.footer-ul li a:focus {
  color: #000;
}

.footer-subtitle {
  margin-bottom: 20px;
  color: #000;
}

.footer-blue-link,
.footer-blue-link:hover,
.footer-blue-link:focus {
  color: #424242 !important;
}

.card-footer-nos-header {
  background-color: #ebebeb;
  color: #000 !important;
}

.card-footer-nos-header > p > button,
.card-footer-nos-header > p > button:hover,
.card-footer-nos-header > p > button:focus {
  color: #000 !important;
  text-decoration: none;
  font-weight: bolder;
}

.footer-ul-mobile {
  padding-left: 15px;
  background-color: #ebebeb;
}

.paddedlast {
  padding-bottom: 10px;
}

.footericon {
  margin-right: 10px;
  margin-left: 0px;
  font-size: 20px;
  color: #000;
  background: #fff;
}

.search-mobile,
.navbar-brand-mobile {
  display: none;
}

.searchformmobile .form-control {
  width: calc(100% - 46px);
  border: none;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}

.searchformmobile .search {
  width: 46px;
  height: 46px;
}

.searchformmobile .search span {
  font-size: 18px;
}

.searchformmobile {
  border-radius: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 1);
  overflow: hidden;
}

.card-footer-nos-header .btn-link {
  width: 100%;
}

.card-footer-nos-header .btn-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.card-footer-nos-header .btn-link.collapsed:after {
  content: "\f107";
}

.bannerInner {
  background-color: gray;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bannerInnerContatti {
  background-image: url("../../images/slider/slider-0-20230105105323.png");
}

.form-control-contatti {
  border-color: #424242 !important;
  border-radius: 23px;
}

.btn-contatti,
.btn-contatti:hover,
.btn-contatti:focus {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
  border-radius: 23px;
}

#messaggioForm p {
  font-size: 30px;
}

#accordion > .panel-default > div.panel-heading > h4 > a > span {
  margin-right: 15px;
}

.panel-collapse > div {
  margin-bottom: 20px;
}

.btn-lightblue,
.btn-lightblue:hover,
.btn-lightblue:focus {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
  border-radius: 23px;
}

.blacklink,
.blacklink:focus,
.blacklink:hover {
  color: #000;
}

.letteraAutori {
  color: #424242;
  font-weight: bolder;
  margin-bottom: 10px;
  line-height: 1.2;
  padding: 0;
}
.linkSingoloAutore,
.linkSingoloAutore:hover,
.linkSingoloAutore:focus {
  color: #000;
  margin-bottom: 0px;
  line-height: 1.2;
  padding: 0;
}

.linkSingoloAutore h5 {
  margin-bottom: 0px;
  padding: 0;
  font-size: 1rem;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb ul {
  margin: auto;
  padding: 8px 0 0px;
  text-align: left;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb ul li a {
  color: #666666;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  /* margin-right: -4px; */
  padding: 0px;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.img-autore {
  max-width: 100%;
  height: auto;
}

.categoriaAutoreLink,
.categoriaAutoreLink:hover,
.categoriaAutoreLink:focus {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
  border-radius: 23px;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

ul.listacategorie {
  padding-left: 5px;
}

ul.listacategorie li {
  display: inline;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.categorieNomeSide {
  color: #000;
  margin-left: 10px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  /*background-color: #fafafa;*/
  background-color: #ffffff;
  margin-bottom: 0px;
}

ul.breadcrumb li {
  display: inline;
  /*background-color: #fafafa;*/
  background-color: #ffffff;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #c5c5c5;
  content: ">";
}

ul.breadcrumb li a,
ul.breadcrumb li a:hover {
  /*background-color: #fafafa;*/
  background-color: #ffffff;
  text-decoration: none;
  color: #c5c5c5;
}

#sidebox01 {
  background: #cae9e8;
  min-height: 250px;
}

#sidebox02 {
  background: #cae9e8;
  min-height: 400px;
}

.sideboxer {
  width: 100%;
}

.sideboxbordered {
  border: solid 1px #c5c5c5;
  width: 100%;
  padding: 10px;
  float: left;
}

.sideboxbordered p.title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.titoloCategoria span {
  font-size: 14px;
}

#selectPerPagina {
  border-color: #424242;
  padding: 2px;
  border-radius: 15px;
  padding-left: 6px;
  padding-right: 6px;
}

.autografoItem {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #fafafa;*/
  background-color: #ffffff;
  border: solid 1px #424242;
  border-radius: 5px;
}

.autografoItem img {
  max-width: 100%;
  max-height: 100%;
  background-color: #ebebeb;
}

.tagAttivo {
  color: #424242 !important;
  background-color: #fff !important;
  border-color: #424242 !important;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.activePagination {
  background-color: #424242 !important;
  color: #fff !important;
}

.basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 18px;
  position: absolute;
  left: 23px;
  top: 40px;
  width: 18px;
  background: #424242;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
}

.breadcrumb ul li a {
  font-size: 14px;
  color: gray;
}

.titoloShoppingCart {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.titoloShoppingCart a,
.titoloShoppingCart a:hover {
  color: #000000 !important;
  font-weight: bold;
}

.codiceShippingCart {
  color: #c4c4c4 !important;
}

#scegliSpesaSpedizione {
  background: #cae9e8 !important;
  border-radius: 5px;
  border-color: gray !important;
  color: gray !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.modalTextBig {
  font-size: 7vmin;
}

.form-control-spedizioni {
  border-color: #424242 !important;
  border-radius: 23px;
}

#scegliSpesaSpedizioneCk,
#scegliSpesaSpedizioneCk2 {
  background: #cae9e8 !important;
  border-radius: 5px;
  border-color: gray !important;
  color: gray !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.lettereTitolo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
  cursor: pointer;
}

.bloccoAutoriIniziale {
  margin-bottom: 20px;
}

#google_translate_element {
  margin-left: 0px;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #424242;
  color: #fff;
}

.dropdown-menu {
  top: 50px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.infoRound {
  background-color: #424242;
  color: #fff;
  font-weight: bolder;
  padding-left: 9px;
  border-radius: 50%;
  padding-right: 12px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 9px;
}

.tagBtn {
  text-transform: uppercase;
}

.ribbonDisponibili {
  position: absolute;
  background: #424242;
  color: white;
  transform: rotate(45deg);
  text-align: center;
  top: 50px;
  right: -36px;
  width: 200px;
  z-index: 99;
  padding: 3px;
  cursor: pointer;
  color: #ffffff;
}

.desoslide-overlay {
  opacity: 0 !important;
}

div.module-heading > h4.module-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#listaAutografiCorrelati h3 {
  font-size: 18px;
  line-height: 1.2;
}

.redBorder {
  border-color: red !important;
}
.redColor {
  color: red !important;
}


.alert-warning {  
  background-color: #ffffff;
  border-color: gray;
  color: gray;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link{
  font-size: 13px !important;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px !important;

}


.btn-outline-mtm, .btn-outline-mtm:hover {
    background-color: #424242;
    color: #fff;
    border-color: #424242;
    border-radius: 30px;
}