/* 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-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 576px) {
  .product-thumbs__elem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.product-main-images {
  position: relative;
  /* #YEB */
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  opacity: 0;
  border-radius: 0;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
.product-main-images__modal-trigger-layer:hover, .product-main-images__modal-trigger-layer:active, .product-main-images__modal-trigger-layer:focus {
  opacity: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 9px 4px rgba(20, 11, 55, 0.085);
}
.product-main-images__modal-trigger-layer .material-icons {
  font-size: 80px !important;
}

.product-customization {
  margin: 25px 0;
}
.product-customization .product-customization-item {
  margin: 15px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f8f9fa;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #fa66a9;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 15px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: #fff;
  background-color: #fa66a9;
  border-color: #fa66a9;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

/* #YEB */
/* #YEB */
/* #YEB */
.product-discounts table.table {
  background: white;
  border-radius: 10px;
}
.product-discounts table.table thead tr th {
  background: #F70874;
  color: white;
}
.product-discounts table.table thead tr th:first-child {
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.product-discounts table.table thead tr th:last-child {
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.scontoquantita li {
  padding-left: 0;
  padding-right: 0;
}
.scontoquantita li:hover, .scontoquantita li:active, .scontoquantita li:focus {
  cursor: pointer;
}
.scontoquantita li a {
  background: white;
  display: block;
  border: 1px solid #f4f4f4;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.scontoquantita li a:hover, .scontoquantita li a:active, .scontoquantita li a:focus {
  cursor: pointer;
}
.scontoquantita li a span {
  display: block;
}
.scontoquantita li a span:nth-child(1) {
  font-weight: 600;
  font-size: 13px;
}
.scontoquantita li a span:hover, .scontoquantita li a span:active, .scontoquantita li a span:focus {
  cursor: pointer;
}
.scontoquantita li a.active {
  border: 1px solid #FDD428;
}
.scontoquantita li a.active span:nth-child(1) {
  color: #F70874;
}
.scontoquantita li:nth-child(1) a {
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.scontoquantita li:last-child a {
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-actions {
  background: #fff3f3;
  border-radius: 10px;
  /* #YEB omnipricing */
}
@media (max-width: 575px) {
  .product-actions {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-actions {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-actions {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-actions {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .product-actions {
    padding: 20px;
  }
}
@media (min-width: 1480px) {
  .product-actions {
    padding: 20px;
  }
}
.product-actions .add-to-cart {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-actions label {
    min-width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .product-actions label {
    min-width: 100px;
  }
}
@media (min-width: 1480px) {
  .product-actions label {
    min-width: 100px;
  }
}
.product-actions .product-prices .product-price {
  float: right;
}
@media (max-width: 575px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
@media (min-width: 1480px) {
  .product-actions .product-prices .product-price {
    text-align: right;
  }
}
.product-actions .product-prices label {
  font-weight: 600;
}
.product-actions .product-prices label > span {
  display: block;
  font-weight: 300;
  line-height: 1;
}
.product-actions .box_product_hr {
  display: block;
  height: 1px;
  clear: both;
  border-top: 1px solid white;
}
@media (max-width: 575px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -10px 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -10px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -10px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -10px 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -20px 18px;
  }
}
@media (min-width: 1480px) {
  .product-actions .box_product_hr {
    width: calc(100% + 2 * 20px);
    margin: 0px -20px 18px;
  }
}
@media (max-width: 575px) {
  .product-actions .add {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-actions .add {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-actions .add {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-actions .add {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .product-actions .add {
    width: 100%;
  }
}
@media (min-width: 1480px) {
  .product-actions .add {
    width: 100%;
  }
}
.product-actions .alma-pp-container {
  clear: both;
  display: block;
  position: relative;
  min-height: 95px;
}
.product-actions .yebomnipricing-notice-container {
  display: block;
  min-height: 24px;
  clear: both;
}
