/* TEXTS & HEADINGS */
/*$hyperlightgrey;*/
/* RECENSIONI */
/*$hyperlightgrey;*/
/*white*/
/*white*/
/*white*/
/*white*/
/* BUTTONS */
/* ICONE */
/* MENU */
/* FOOTER */
/* SOCIAL */
/* NAV */
/* ARROW e NAVIGATION */
/* FLAGS */
/* CARDS */
/* PAGINATION */
/* ALERT */
/* #YEB */
/* HEADINGS */
/* INPUT E BUTTONS */
/* MENU */
/* ALERT */
/* FOOTER */
/* MINIATURA PRODOTTO */
/* MINIATURA box blog */
/* MINIATURA box recensioni */
/* PRODOTTO BOX ACQUISTO */
/* HEADER */
/* CART E CHECKOUT */
/* BREADCRUMB */
/* #YRB */
.form-group {
  margin-bottom: 1.5rem;
}

/* #YEB KEYFRAMES */
@keyframes flash {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swing-in-bottom-fwd {
  0% {
    transform: rotateX(100deg);
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes float-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shining {
  0% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(250%);
  }
}
/* Classi e keyframes Animista */
.product-line-grid {
  align-items: center;
}
.product-line-grid:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__block {
  padding: 0 0.625rem;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--qty {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 6.25rem;
  max-width: 6.25rem;
  text-align: center;
  align-items: center;
  display: flex;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 0.3125rem;
  }
}
.product-line-grid__block--delete .remove-from-cart {
  height: 36px;
  display: inline-flex;
  align-items: center;
}

.checkout-step {
  /* #YEB */
}
.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step__header {
  border-bottom: 0;
  /* #YEB */
  padding-left: 45px !important;
  position: relative;
  border-top: 1px solid #f4f4f4 !important;
}
.checkout-step .step-number {
  display: inline-block;
}
.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step.-current .step-title {
  cursor: default;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step .step-number {
  display: inline-block;
  font-style: italic;
  color: #3ab8ea;
  font-size: 25px;
  font-weight: 700;
  font-family: "Puffin", "Adjusted Fallback 2", "Trebuchet MS", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  left: 16px;
  top: 17px;
  line-height: 1;
}
.checkout-step .alert-info .step-number {
  color: #44bafb;
  left: 10px;
  top: -2px;
  font-size: 46px;
}
.checkout-step .step-title {
  font-family: "Puffin", "Adjusted Fallback 2", "Trebuchet MS", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #555555;
}
@media (max-width: 575px) {
  .checkout-step .step-title {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .checkout-step .step-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-step .step-title {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-step .step-title {
    font-size: 21px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .checkout-step .step-title {
    font-size: 24px;
  }
}
@media (min-width: 1480px) {
  .checkout-step .step-title {
    font-size: 24px;
  }
}
.checkout-step.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block .card {
  border-radius: 0;
}
.checkout-option-block .card .card-header {
  border-radius: 0;
}
.checkout-option-block .card .card-header img {
  height: auto !important;
}
.checkout-option-block .card .card-footer {
  border-radius: 0;
}
.checkout-option-block.selected .card {
  border-color: #F70874;
}
.checkout-option-block.selected .card .card-header {
  background: #F70874;
  color: white;
}
/* #YEB */
.delivery-options .card,
.payment-options .card {
  display: flex;
  flex-direction: unset;
  border-radius: 0;
}
.delivery-options .card .card-header,
.payment-options .card .card-header {
  float: left;
  flex: 1;
  border-bottom: 0 solid transparent;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  background: white;
  border-top: 1px solid transparent;
}
@media (max-width: 575px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 20%;
    flex: 0 0 10%;
    max-width: 10%;
    padding: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1480px) {
  .delivery-options .card .card-header,
  .payment-options .card .card-header {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.delivery-options .card .card-body,
.payment-options .card .card-body {
  float: left;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 1480px) {
  .delivery-options .card .card-body,
  .payment-options .card .card-body {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.delivery-options .card:hover,
.payment-options .card:hover {
  border-top: 1px solid #F70874;
}
