img {
  max-width: 100%;
}
html,
body {
  height: 100%;
}
body {
  color: #333;
  display: flex;
}
@keyframes headerEnter {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
header.main-header {
  border-bottom: 1px solid;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.5);
}
header.main-header .container {
  max-width: 1600px;
}
header.main-header .logo-holder {
  border-bottom: 1px solid #ccc;
  padding: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  display: flex;
}
header.main-header nav ul,
header.main-header nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
header.main-header nav a {
  color: #000;
  padding: 0 1.2em;
  display: inline-block;
  font-family: Poppins,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  line-height: 6em;
}
header.main-header nav a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.02);
  color: #000;
}
header.main-header .logo-holder {
  border: none;
}
header.main-header .logo-holder img {
  max-height: 3em;
}
header.main-header.shrinked {
  position: fixed;
  background: #fff;
  transform: translate(0, -100%);
  animation: headerEnter 500ms 200ms 1 forwards;
}
header.main-header.shrinked nav a {
  line-height: 4em;
}
header.main-header.shrinked .logo-holder {
  border: none;
}
header.main-header.shrinked .logo-holder img {
  max-height: 2em;
}
header.main-header.always-shrinked {
  position: fixed;
  background: #fff;
  transform: translate(0, -100%);
  animation: headerEnter 500ms 200ms 1 forwards;
}
header.main-header.always-shrinked nav a {
  line-height: 4em;
}
header.main-header.always-shrinked .logo-holder {
  border: none;
}
header.main-header.always-shrinked .logo-holder img {
  max-height: 2em;
}
@media (max-width: 920px) {
  header.main-header {
    position: fixed;
    background: #fff;
    transform: translate(0, -100%);
    animation: headerEnter 500ms 200ms 1 forwards;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
    animation: none !important;
    transform: translate(0, 0%) !important;
  }
  header.main-header nav a {
    line-height: 4em;
  }
  header.main-header .logo-holder {
    border: none;
  }
  header.main-header .logo-holder img {
    max-height: 2em;
  }
  header.main-header nav a {
    margin: 0;
    padding: 0 0.5em;
    line-height: 60px;
  }
  header.main-header .col {
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    padding: 0;
  }
  header.main-header .menu-holder-left {
    flex-grow: 0;
  }
}
#sidebar-menu-btn {
  width: 33px;
  height: 33px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  margin-left: 1em;
  cursor: pointer;
}
#sidebar-menu-btn span {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
  top: 14px;
}
#sidebar-menu-btn span:before,
#sidebar-menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
}
#sidebar-menu-btn span:before {
  top: -8px;
}
#sidebar-menu-btn span:after {
  bottom: -8px;
}
.menu-active #sidebar-menu-btn span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-active #sidebar-menu-btn span:before,
.menu-active #sidebar-menu-btn span:after {
  width: 50%;
}
.menu-active #sidebar-menu-btn span:before {
  -webkit-transform: rotate(45deg) translate(14px, -11px);
  transform: rotate(45deg) translate(14px, -11px);
}
.menu-active #sidebar-menu-btn span:after {
  -webkit-transform: rotate(-45deg) translate(14px, 11px);
  transform: rotate(-45deg) translate(14px, 11px);
}
.box-sidebar-menu {
  width: 365px;
  position: fixed;
  z-index: 9999;
  left: -365px;
  top: 0;
  bottom: 0;
  background: #fff;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 920px) {
  .box-sidebar-menu {
    width: 300px;
    left: -300px;
  }
}
.box-sidebar-menu ul,
.box-sidebar-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-sidebar-menu .logo-holder {
  padding: 1em;
}
.box-sidebar-menu .logo-holder img {
  max-height: 1.5em;
}
.box-sidebar-menu li {
  padding: 1em 2em;
  border-bottom: 1px solid #ccc;
}
.box-sidebar-menu .actions {
  position: sticky;
  bottom: 0;
  font-size: 0.8em;
}
.box-sidebar-menu .actions .col-6 {
  padding: 0;
}
.box-sidebar-menu .actions .col-6:first-of-type {
  border-right: 1px solid #ccc;
}
.box-sidebar-menu .actions a {
  padding: 1em 2em;
}
.box-sidebar-menu .filter-search {
  border: 1px solid #aaa;
}
.box-sidebar-menu .more-links ul,
.box-sidebar-menu .more-links li {
  display: flex;
}
.box-sidebar-menu .more-links ul {
  margin-left: 0px;
  margin-right: -3px;
  margin-top: 1px;
  flex-wrap: wrap;
}
.box-sidebar-menu .more-links li {
  width: 50%;
  border: 1px solid #ccc;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 0.8em;
  padding: 0;
  justify-content: center;
  align-content: center;
  flex-basis: 50%;
}
.box-sidebar-menu .more-links li a {
  text-align: center;
  padding: 0.5em;
  width: 100%;
}
.box-sidebar-menu .more-links li a:hover {
  background: #fafafa;
}
@keyframes searchBoxLine {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.search-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms;
  z-index: 999999;
}
.search-box input {
  font-size: 2em;
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
  outline: none;
}
.search-box .search-form {
  width: 80%;
}
.search-box .search-form:after {
  content: '';
  display: block;
  height: 0.2em;
  background: #dd392f;
  width: 100%;
  transform-origin: 0 0;
}
.search-box.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.search-box.open .search-form:after {
  animation: searchBoxLine 500ms 1 forwards;
}
.label-variante {
  background: #ddd;
  display: inline-block;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  justify-items: center;
  display: inline-flex;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
  margin-right: 0.5em;
  padding: 0.5em 1em;
}
#scheda-prodotto {
  background: #fafafa;
  padding-top: 8em;
  padding-bottom: 5em;
}
#scheda-prodotto img {
  object-position: center;
  object-fit: contain;
  max-height: 80vh;
  width: 100%;
}
@media (max-width: 920px) {
  #scheda-prodotto img {
    margin-bottom: 1em;
  }
}
#scheda-prodotto .container {
  max-width: 90%;
}
@media (max-width: 920px) {
  #scheda-prodotto .container {
    max-width: 100%;
  }
}
#scheda-prodotto .prezzo {
  font-size: 1.3em;
  font-weight: bold;
  color: #d55;
}
@media (max-width: 920px) {
  #scheda-prodotto {
    padding-bottom: 0;
    padding-top: 5em;
  }
}
.form-prodotto {
  position: sticky;
  top: 6em;
  align-self: flex-start;
  padding-left: 3em;
  height: 80vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 920px) {
  .form-prodotto {
    padding: 2em;
  }
}
.radio-variante + .label-variante:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.radio-variante:checked + .label-variante {
  background: #333;
  color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.scelta-quantita {
  border: 1px solid #aaa;
  align-items: center;
  justify-items: center;
  display: flex;
  padding: 0.3em;
}
.scelta-quantita button {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  font-size: 0.7em;
  color: #555;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.scelta-quantita input {
  background: transparent;
  border: none;
  text-align: center;
  outline: none;
}
.product-description {
  margin-bottom: 2em;
}
.product-description p {
  margin-bottom: 0.2em;
}
.product-breadcrumbs {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.product-breadcrumbs .separator:after {
  content: "\e876";
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
  margin-left: 0.7em;
}
.product-breadcrumbs a {
  color: #c82500;
}
.product-breadcrumbs i {
  font-size: 0.7em;
  margin-left: 0.7em;
  margin-right: 0.4em;
  color: #555;
}
@media (max-width: 920px) {
  .product-breadcrumbs {
    position: fixed;
    top: 61px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
  }
}
.product-info-list {
  margin-top: 1em;
  font-size: 0.8em;
}
.product-info-list p {
  margin-bottom: 0.5em;
}
.product-info-list p span {
  font-weight: bold;
  opacity: 0.8;
}
.add-to-wishlist {
  margin-top: 1em;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: center;
  border-bottom: 2px solid;
}
.add-to-wishlist i {
  margin-left: 0.5em;
  font-size: 0.9em;
}
@media (max-width: 920px) {
  .product-images figure {
    margin: 0 0 1rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    display: flex;
  }
}
.product-images-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 1px;
  background: #daa;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-images-nav a {
  width: 0.8em;
  height: 0.8em;
  display: inline-flex;
  margin: 0.7em 0;
  border-radius: 100%;
  display: block;
  position: relative;
}
.product-images-nav a:before {
  border-radius: 100%;
  content: '';
  display: block;
  box-shadow: 0px 0px 0px 1px #daa;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 150ms ease-in-out;
  background: #fff;
}
.product-images-nav a:after {
  border-radius: 100%;
  content: '';
  display: block;
  box-shadow: 0px 0px 0px 1px #dd392f;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transition: all 150ms ease-in-out;
}
.product-images-nav a:hover:before {
  background: #dd392f;
  transform: translate(-50%, -50%) scale(0.6);
}
.product-images-nav a:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
.product-images-nav a.active:before {
  background: #dd392f;
}
@media (max-width: 920px) {
  .product-images-nav {
    position: fixed;
    top: 50%;
    height: 100%;
    left: auto;
    transform: translate(0, -50%);
    right: 1.5em;
  }
}
.product-info {
  background: #fff;
}
@media (max-width: 920px) {
  .product-info {
    padding-bottom: 3em;
  }
  .product-info .container {
    padding: 2em !important;
    font-size: 0.8em;
  }
}
.product-info h4 {
  font-size: 1em;
}
.info-text {
  font-size: 0.7em;
  color: #dd392f;
  font-weight: 600;
  text-decoration: underline;
}
#form-prodotto-mobile {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
#form-prodotto-mobile .container {
  max-width: 100%;
}
#form-prodotto-mobile select {
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  border: none;
  background: transparent;
}
#form-prodotto-mobile label {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  margin: 0;
  padding: 0.5em;
  width: 3.5em;
  font-size: 0.9em;
  border-left: 1px solid #ddd;
}
#form-prodotto-mobile label span {
  display: block;
  font-size: 0.6em;
}
#form-prodotto-mobile .btn-add-to-cart {
  display: flex;
  height: 100%;
  padding: 1em;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  font-size: 0.8em;
  align-items: center;
  flex-direction: column;
}
#form-prodotto-mobile .btn-add-to-cart span {
  display: block;
  font-size: 0.8em;
}
#form-prodotto-mobile .col {
  margin: 0;
  padding: 0;
}
#form-prodotto-mobile .add-to-wishlist {
  font-size: 1.5em;
  border: none;
  margin: 0;
  justify-self: center;
  align-self: center;
  text-align: center;
  width: 2em;
}
#form-prodotto-mobile .add-to-wishlist i {
  margin: 0;
}
a.start-zoom {
  position: sticky;
  margin-right: 1em;
  top: 7em;
  float: right;
  margin-top: 1em;
  z-index: 999;
}
@media (max-width: 920px) {
  a.start-zoom {
    display: none;
  }
}
.zoom-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 99;
  overflow: hidden;
  display: none;
}
.zoom-image-holder img {
  transform: scale(3);
}
.zooming {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zooming .zoom-image-holder {
  display: block;
}
.zooming .product-images-nav {
  display: none;
}
.product-images figure {
  position: relative;
}
.zoom-placeholder {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  pointer-events: none;
  box-shadow: 0px 0px 0px 100vw rgba(250, 250, 250, 0.7);
}
.tracklist p {
  margin: 0.3em;
}
.annie-immagini img {
  width: 50%;
  float: left;
}
.credits {
  text-align: center;
}
.credits p {
  margin: 0.2em;
}
.product-info {
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 76vw;
}
.product-info .container {
  max-width: 800px;
}
#toparea {
  padding-top: 8em;
  padding-bottom: 3em;
  background: #ffeeca;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
a {
  color: #000;
}
a:hover {
  color: #dd392f;
  text-shadow: 0px 0px #dd392f;
  text-decoration: none;
}
.btn {
  font-size: 1em;
  font-weight: normal;
  border-radius: 0px;
  padding: 0.5em 2em;
}
.btn-primary {
  background: #333;
  border-color: #000;
  background: #a74c4c;
  border-color: #a74c4c;
  background: #000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background: #000;
  border-color: #000;
}
.btn-light {
  background: #fff;
  border-color: #ccc;
}
p {
  font-weight: 300;
  color: #222;
}
.font-xs {
  font-size: 0.9em;
}
.form-group label {
  font-size: 0.8em;
  font-weight: bold;
}
.form-group .form-control {
  border-radius: 0px;
}
.figure-top {
  overflow: hidden;
}
.figure-top img {
  object-position: center;
  object-fit: cover;
  height: 20em;
  width: 100%;
}
body.change-page-loading {
  pointer-events: none;
}
body.change-page-loading > .main-wrapper {
  opacity: 0.9;
  transition: opacity 500ms;
}
body.change-page-loading:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  z-index: 999999999;
}
body.change-page-loading .lds-roller {
  display: inline-block;
}
.lds-roller {
  display: none;
  position: fixed;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  opacity: 0.5;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-preview {
  margin: 0;
  padding: 0;
  display: block;
  transition: all 100ms;
  z-index: 1;
  position: relative;
  will-change: transform;
}
.video-preview:hover {
  transition: all 200ms;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  z-index: 2;
}
.lista-video .col-md-4 {
  padding: 0;
}
a.btn.btn-icon {
  padding: 0 0.4em;
  font-size: 1.5em;
}
.filtro-attributo {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  border-radius: 50px;
  height: 40px;
  min-width: 40px;
  background: #fafafa;
  padding: 0 15px;
  padding-right: 5px;
  line-height: 40px;
  color: #8f8f8f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.filtro-attributo span {
  vertical-align: center;
}
.filtro-attributo input:checked + .checked {
  background: #0fa;
}
.filtro-attributo .checked {
  border-radius: 100%;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: #aaa;
  margin-left: 10px;
}
.filter-search {
  display: flex;
  background: #fff;
}
.filter-search input,
.filter-search button {
  background: transparent;
  border: none;
}
.filter-search button {
  background: #555;
  color: #fff;
  width: 4em;
  height: 3em;
}
.ecommerce-filters a {
  color: #555;
}
.ecommerce-filters .filter-title {
  margin-bottom: 1em;
  display: block;
}
@media (max-width: 920px) {
  .ecommerce-filters {
    position: fixed;
    z-index: 100000;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    max-height: calc(100% - 61px);
    transform: translate(0, calc(100% - 3.5em));
    border-top: 1px solid #ccc;
    transition: all 300ms ease-in-out;
  }
  .ecommerce-filters .filter-search {
    border-bottom: 1px solid #ccc;
  }
  .ecommerce-filters.moving {
    transition: none;
  }
  .ecommerce-filters.open {
    transform: translate(0, 0);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
  }
  .ecommerce-filters.open .open-filters i {
    transform: rotate(180deg);
  }
}
.ecommerce-filters .filters-body {
  max-height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ecommerce-filters .open-filters {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 1em;
}
.ecommerce-filters .open-filters span {
  display: flex;
  flex: 1;
}
.ecommerce-filters .open-filters i {
  align-self: flex-end;
  transition: all 300ms 300ms ease-in-out;
}
.product-thumbnail-preview {
  text-align: center;
}
.product-thumbnail-preview .price {
  font-weight: 600;
  color: #a44;
  font-size: 0.9em;
}
.product-thumbnail-preview h3 {
  font-size: 1em;
  font-weight: 500;
}
.product-thumbnail-preview .old-price {
  font-weight: 600;
  color: #aaa;
  font-size: .8em;
  text-decoration: line-through;
}
.product-thumbnail-preview .images {
  position: relative;
  overflow: hidden;
  border: 1px solid;
}
.product-thumbnail-preview .images img {
  transition: all 300ms;
  overflow: hidden;
}
.product-thumbnail-preview .images:hover .varianti {
  opacity: 1;
  transform: translate(0, 0);
}
.product-thumbnail-preview .images:hover img {
  transform: scale(1.2);
}
.product-thumbnail-preview .varianti {
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 200ms;
  width: 100%;
  position: absolute;
  bottom: 1em;
  text-align: center;
  left: 0;
}
.product-thumbnail-preview .varianti form {
  display: inline-flex;
}
.product-thumbnail-preview .varianti .label-variante:first-of-type {
  margin-left: 0;
}
.product-thumbnail-preview .label-variante {
  font-size: 0.7em;
  transition: all 200ms;
  background: #eee;
  border: none;
}
.product-thumbnail-preview .label-variante:hover {
  background: #000;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.category-title,
.category-description {
  text-align: center;
  margin: 0;
}
.category-title {
  font-weight: normal;
}
.category-top {
  position: relative;
}
.category-top img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
  z-index: 1;
}
.category-top .container {
  z-index: 2;
  position: relative;
}
.category-breadcrumbs {
  text-align: center;
}
.category-breadcrumbs a:hover {
  text-decoration: none;
}
.category-breadcrumbs a:after {
  content: "\e876";
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
  margin-left: 0.7em;
}
@media (max-width: 920px) {
  .category-breadcrumbs {
    position: fixed;
    top: 61px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
  }
}
@media (max-width: 920px) {
  .shop-list {
    padding-left: 3px;
    padding-top: 3px;
  }
  .shop-list .col-6 {
    padding: 0;
    margin-bottom: 0 !important;
    margin-left: -1px;
    margin-top: -1px;
  }
  .shop-list .product-thumbnail-preview {
    text-align: center;
    font-size: 0.8em;
  }
  .shop-list .product-thumbnail-preview .images {
    margin: 0;
  }
  .shop-list .product-thumbnail-preview .h6 {
    font-size: 1em;
  }
}
.container.list-container {
  max-width: 100%;
}
@media (min-width: 920px) {
  .container.list-container {
    padding: 0;
  }
}
.collezione {
  min-height: 30vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
.collezione img {
  object-fit: cover;
  object-position: 50% 50% ;
  width: 100%;
  height: 100%;
}
.collezione header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.collezione header h2 {
  color: #fff;
  font-weight: bold;
}
.collezione header p {
  max-width: 50em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  padding: 0em 3em;
}
.collezione:hover header {
  background: rgba(0, 0, 0, 0.3);
}
.cart-item a {
  color: #000;
}
.checkout {
  justify-content: center;
  align-items: center;
}
@media (max-width: 920px) {
  .checkout {
    font-size: 0.9em;
    padding: 1em;
  }
}
.checkout .container {
  max-width: 900px;
}
.checkout h2,
.checkout h5 {
  font-size: 1em;
}
header.header-checkout {
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
  transition: none;
  animation: none !important;
  transform: translate(0, 0) !important;
  position: relative !important;
  overflow: hidden;
  height: 4em;
  justify-content: center;
  justify-items: center;
  align-items: center;
  display: flex;
}
header.header-checkout .container {
  max-width: 100%;
  padding: 0;
}
header.header-checkout li {
  border-right: 1px solid #ccc;
}
.metodo-pagamento-holder {
  display: none;
}
.metodo-pagamento-input:checked ~ .metodo-pagamento-holder {
  display: block;
}
footer.footer-checkout {
  border-top: 1px solid #ccc;
  background: #fafafa;
  height: 4em;
}
.body-checkout #main {
  overflow: auto;
  display: flex;
}
.body-checkout #main main {
  flex: 1;
  padding-top: 10vh;
}
#accordion > div {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}
#accordion > div .metodo-pagamento-input {
  display: flex;
}
#accordion > div .metodo-pagamento-input + label {
  margin: 0;
  margin-left: 1em;
  flex: 1;
  cursor: pointer;
}
#accordion > div .metodo-pagamento-holder {
  flex-basis: 100%;
}
#accordion > div .metodo-pagamento-holder form {
  background: #fafafa;
  padding: 1em;
}
#accordion > div .metodo-pagamento-holder p {
  padding-left: 2.1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.main-footer {
  font-size: 0.8em;
  background: #060808;
  color: #fff;
  padding: 5em 0;
}
.main-footer ul,
.main-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.main-footer .menu li {
  display: flex;
  /* flex: 1; */
  width: 50%;
  padding: 0.5em 0;
}
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}
.main-footer h3 {
  color: #fff;
}
.main-footer a {
  color: #fff;
  display: flex;
  flex: 1;
  padding: 0.5em;
  position: relative;
}
.main-footer a:hover {
  box-shadow: 0px 0px 1px #fff;
}
.main-footer a:hover:after {
  content: "\e876";
  display: flex;
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
.main-footer .newsletter {
  text-align: center;
  margin-bottom: 3em;
}
.main-footer .social-links a {
  display: inline-block;
}
.main-footer .social-links a:hover:after {
  display: none;
}
.homepage-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-intro {
  height: 100vh;
}
.home-intro > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-intro > div h1 {
  font-size: 1.6em;
}
.home-intro > div h2 {
  font-size: 1.1em;
  text-shadow: 0px 0px 1em #fff;
  background: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-weight: normal;
}
.home-intro img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.user-account-menu .card {
  border-radius: 0px;
  margin-top: -1px;
  margin-left: -1px;
}
.user-account-menu .card:hover {
  background: #fafafa;
}
video {
  max-width: 100%;
}
#mainvideo video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.live {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  max-width: 40em;
  margin: 0 auto;
}
.live:after {
  display: block;
  content: '';
  clear: both;
}
.live h2 {
  font-size: 1em;
  font-weight: bold;
}
.live h3 {
  font-size: 1em;
  font-weight: normal;
}
.live:hover {
  background: #fafafa;
}
.card.articolo:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.card.articolo figure {
  margin-bottom: 0;
}
.card.articolo figure img {
  width: 100%;
  max-height: 20em;
  object-fit: cover;
}
.card.articolo .card-header {
  background: none;
}
.articolo-sidebar {
  position: sticky;
  top: 10em;
}
.main-aside .card-body {
  padding-left: 0;
}
.blog-navigation {
  background: #fff;
  position: sticky;
  top: 4em;
  z-index: 3;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  cursor: pointer;
  transition: all 1000ms;
}
#main {
  flex: 1;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  left: 0;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 920px) {
  .main-wrapper {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.box-sidebar-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 920px) {
  .box-sidebar-menu {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
#sidebar-menu-btn span {
  -webkit-transition-delay: 0.26666667s;
  transition-delay: 0.26666667s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 920px) {
  #sidebar-menu-btn span {
    -webkit-transition-delay: 0.26666667s;
    transition-delay: 0.26666667s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
#sidebar-menu-btn span:before,
#sidebar-menu-btn span:after {
  -webkit-transition-delay: 0.26666667s;
  transition-delay: 0.26666667s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 920px) {
  #sidebar-menu-btn span:before,
  #sidebar-menu-btn span:after {
    -webkit-transition-delay: 0.26666667s;
    transition-delay: 0.26666667s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.menu-active {
  overflow-x: hidden;
}
.menu-active .main-wrapper {
  left: 365px;
}
@media (max-width: 920px) {
  .menu-active .main-wrapper {
    left: 300px;
  }
}
.menu-active .box-sidebar-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.menu-active .overlay {
  opacity: 1;
  pointer-events: all;
}
.menu-active .main-header.shrinked {
  box-shadow: none;
}
.embed-container-vimeo-home {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container-vimeo-home iframe,
.embed-container-vimeo-home object,
.embed-container-vimeo-home embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner img {
  width: 100%;
}
.info-pages-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 2em;
  font-size: 0.9em;
  max-width: 60em;
  position: relative;
}
@media (max-width: 920px) {
  .info-pages-menu {
    margin: 0;
  }
}
.info-pages-menu ul,
.info-pages-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-pages-menu ul {
  display: flex;
  flex: 1;
}
@media (max-width: 920px) {
  .info-pages-menu ul {
    flex-wrap: wrap;
  }
  .info-pages-menu ul li {
    flex-basis: 50%;
    margin-top: -1px;
  }
}
.info-pages-menu li {
  display: flex;
  flex: 1;
}
.info-pages-menu li a {
  border: 1px solid #000;
  display: flex;
  flex: 1;
  padding: 0.5em;
  justify-content: center;
  margin-left: -1px;
}
.info-pages-menu li a.active {
  background: #000;
  color: #fff;
}
.social-links,
.social-share {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
}
.firstmain {
  padding-top: 8em;
}
