@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Orbitron:wght@400;500;600;700&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Crimson Text", serif;
  background-color: #231f20;
  overflow-x: hidden;
}

h1, h2, h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

@media screen and (min-width: 768px) {
  .margin-negative {
    margin-top: -200px;
  }
}

h4 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h1 {
  font-size: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 70px;
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 80px;
    font-size: 90px;
  }
}
h1 {
  position: relative;
  margin-bottom: 18px;
}
h1:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 105%;
  background-color: #fff;
  content: "";
}

h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 50px;
    font-size: 60px;
  }
}

.bg-red {
  background-color: red;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bg-red {
    font-size: 55px;
  }
  .bg-red.small {
    font-size: 30px;
    margin-top: 30px;
  }
}

h3 {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 30px;
    font-size: 40px;
  }
}

h4 {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 25px;
    font-size: 30px;
  }
}

p {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 12px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 15px;
    font-size: 20px;
  }
}

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

.container-full, .container-half {
  position: relative;
}
.container-full .bg, .container-full .bg-f, .container-half .bg, .container-half .bg-f {
  width: 100%;
  position: relative;
  height: auto;
}
.container-full .caption, .container-half .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  max-width: 1400px;
}
.container-full .caption .link-shop-mobile, .container-half .caption .link-shop-mobile {
  margin-top: 15px;
  border-radius: 15px;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .container-full .caption, .container-half .caption {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.container-full .container, .container-half .container {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.container-full .icon-scroll, .container-full .icon-scroll:before, .container-half .icon-scroll, .container-half .icon-scroll:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .container-full, .container-half {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .container-full *, .container-half * {
    position: relative;
    z-index: 99;
  }
  .container-full .bg, .container-half .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0.8;
  }
  .container-full .bg-f, .container-half .bg-f {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0.8;
  }
  .container-full .icon-scroll, .container-full .icon-scroll:before, .container-half .icon-scroll, .container-half .icon-scroll:before {
    position: absolute;
    left: 50%;
    display: block;
  }
  .container-full .icon-scroll, .container-half .icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 20px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
  }
  .container-full .icon-scroll:before, .container-half .icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
  }
}

.container-home .caption {
  margin-top: 50px;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.container-half {
  padding-top: 15px;
  padding-bottom: 15px;
  height: unset;
}
@media screen and (min-width: 768px) {
  .container-half {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .container-half {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.container-half.container-half-2 {
  padding-top: 50px;
  padding-bottom: 0px;
}
.container-half.container-half-2 .container {
  max-width: 1600px;
}

.container-full-width {
  background-color: #231f20;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container-full-width {
    padding: 0px 0px;
  }
}
.container-full-width .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.container-full-width img {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  margin: 0px auto 100px auto;
  display: block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.item-center {
  align-items: center;
}
.flex.content-center {
  justify-content: center;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
}
.form-group .form-control {
  transition: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery figure {
  flex: 33.3333%;
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.gallery figure figcaption {
  display: none;
}

.bollino {
  display: none;
  background-color: red;
  padding: 0px;
  position: relative;
  width: 100%;
}
.bollino p {
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 700;
}
.bollino p.top {
  font-size: 28px;
}
.bollino p.foot {
  font-size: 15px;
}
.bollino p a {
  color: #fff;
  text-decoration: none;
}
.bollino svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .bollino {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: transparent;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    height: 300px;
  }
  .bollino svg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    z-index: 999998;
  }
  .bollino svg text {
    fill: #fff;
    text-transform: uppercase;
    font-size: 25px;
  }
  .bollino svg path {
    stroke: gold;
    fill: none;
  }
  .bollino p {
    z-index: 999999;
  }
}

/*
#pulse {
    transform-origin: center;
    scale: 1;
    opacity: 1;
    animation: loop 2s 1s infinite;
       -moz-animation: loop 2s 1s infinite;
    -webkit-animation: loop 2s 1s infinite;
         -o-animation: loop 2s 1s infinite;
}
@keyframes loop {
    0% { scale: 1; opacity: 1; }
    50% { scale: 1.05; opacity: 0; }
    100% { scale: 1; opacity: 1; }
}

@-moz-keyframes loop {
    0% { scale: 1; opacity: 1;}
    50% { scale: 1.05; opacity: 0;}
    100% { scale: 1; opacity: 1; }
}

@-webkit-keyframes loop {
    0% { scale: 1; opacity: 1;}
    50% { scale: 1.05; opacity: 0; }
    100% { scale: 1; opacity: 1; }
}

@-o-keyframes loop {
    0% { scale: 1; opacity: 1;}
    50% { scale: 1.05;opacity: 0; }
    100% { scale: 1; opacity: 1;}
}
*/
.black-friday {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 850px;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(0deg, #111, #000);
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
  text-align: center;
  display: none;
}
.black-friday h2 {
  color: red;
  position: relative;
  z-index: 15;
}
.black-friday h3 {
  opacity: 0.8;
  position: relative;
  z-index: 15;
}
.black-friday .calendario {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.black-friday .calendario div {
  padding: 15px;
  margin: 0px;
  border: 0px solid #fff;
  text-align: center;
  font-size: 120px;
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .black-friday .calendario div {
    width: 200px;
  }
}
.black-friday .calendario div::after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: ":";
  opacity: 0.5;
}
.black-friday .calendario div::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(class);
  font-size: 10px;
  text-transform: uppercase;
  color: gold;
  opacity: 0.5;
  letter-spacing: 2px;
}
.black-friday .calendario div:last-child::after {
  display: none;
}

.counter {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 850px;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(0deg, #111, #000);
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
}
.counter.scroll {
  position: fixed;
  top: 0;
  bottom: unset;
  z-index: 9999;
}
.counter .calendario {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.counter .calendario div {
  padding: 15px;
  margin: 0px;
  border: 0px solid #fff;
  text-align: center;
  font-size: 50px;
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .counter .calendario div {
    width: 200px;
  }
}
.counter .calendario div::after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: ":";
  opacity: 0.5;
}
.counter .calendario div::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(class);
  font-size: 10px;
  text-transform: uppercase;
  color: gold;
  opacity: 0.5;
  letter-spacing: 2px;
}
.counter .calendario div:last-child::after {
  display: none;
}

.link-shop {
  margin: 0px auto;
  background-color: red;
  color: white;
  display: none;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
}

.lingue {
  position: absolute;
  right: 10px;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .lingue {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lingue {
  top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.lingue ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lingue ul li {
  float: left;
}
.lingue ul li a {
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .lingue ul li a {
    padding: 20px;
  }
}
.lingue ul li a:hover {
  color: darkred;
}

.reciclo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9999;
}
.reciclo a {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .reciclo a {
    padding: 20px;
  }
}
.reciclo a {
  border-radius: 10px;
}
.reciclo a:hover {
  color: darkred;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
  position: relative;
  width: auto;
  margin: 10px;
}
.modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: -2px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #000;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal .modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal.fade.in {
  opacity: 1;
}
.modal.fade.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .link-shop-mobile {
    display: none;
  }
}

.link-pricacy {
  color: #ced4da;
}

.bg, .bg-f, .bg-t {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg, .bg-f, .bg-t {
    display: block;
  }
}

.img-mobile {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .img-mobile {
    display: none;
  }
}/*# sourceMappingURL=stili.css.map */