@charset "UTF-8";
.hidden, .hide {
  display: none !important;
}

.btn-wishlist.selecte::before {
  content: "";
}

label.error {
  color: #e55e5a;
  font-size: 80%;
}

#gdpr-cookie-message {
  z-index: 999;
}

button#ihavecookiesBtn {
  margin-left: 0px !important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #666;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
}

#gdpr-cookie-message h4 {
  color: #dd1800;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: #dd1800;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #dd1800;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: #ffffff;
  border-bottom-color: #dd1800;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #dd1800;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: #dd1800;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  color: #dd1800;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

.loader-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff url(../images/loader.gif) center center no-repeat;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: none !important;
}

.cart-line-product input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.cart-line-product input[type=number]::-webkit-inner-spin-button, .cart-line-product input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-line-product input[type=number].form-control {
  width: calc(100% - 76px);
}
.cart-line-product input[type=number].form-control-sm {
  width: calc(100% - 62px);
}
.cart-line-product input[type=number].form-control-lg {
  width: calc(100% - 96px);
}

.bg-avviso-minordine {
  background-color: #fcbe66;
  color: white;
  padding: 0px 5px;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 50px;
}
.steps::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 4px;
  background-color: #ced1d6;
  top: 24px;
  left: 24px;
}
.steps > a {
  position: relative;
  color: #bbb;
}
.steps > a:hover {
  text-decoration: none;
}
.steps > a::before {
  content: attr(data-step);
  position: absolute;
  width: 50px;
  height: 50px;
  border: 4px solid #ced1d6;
  background-color: #fff;
  border-radius: 50%;
  top: -50px;
  left: calc(50% - 25px);
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  font-size: 1.25rem;
}
.steps > a.done::before {
  content: "✔";
  text-align: center;
  border-color: #4cc065;
  color: #4cc065;
}
.steps > a.current {
  color: #4cc065;
  font-weight: bold;
}
.steps > a.current::before {
  text-align: center;
  border-color: #4cc065;
  color: #4cc065;
}
.steps > a:first-child::before {
  left: 15px;
}
.steps > a:last-child::before {
  left: auto;
  right: 0px;
}
.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#e64f93d6;border:1px solid #dedede;color:#fff;}.noty_theme__relax.noty_type__success{background-color:#bcf5bcef;border:1px solid #7cdd77;color:darkgreen;}.noty_theme__relax.noty_type__success.noty_buttons{border-color:#50C24E;}