@charset "UTF-8";
/*
Theme Name:   Alfa Forni 4 Avada
Description:  Write here a brief description about your child-theme
Author:       ADVMediaLab
Author URL:   Write here the author's blog or website url
Template:     Avada
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  AlfaForni
*/
/* GRID */
/* LAYOUT MAX */
.where-to-buy {
  order: 5;
}

.where-to-buy a.single_add_to_cart_button {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  background-color: #a82128;
  text-decoration: none;
}

.social-share a svg {
  fill: #a82128 !important;
}

.related-products {
  order: 8;
  background-color: #efe8e2;
  padding: 40px;
}
.related-products .products {
  margin-top: 20px !important;
}
.related-products .products .fusion-product-wrapper {
  border: none !important;
}
.related-products .products .fusion-product-wrapper .fusion-product-content {
  padding: 0 !important;
  margin-top: 1em;
}
.related-products .products .fusion-product-wrapper .fusion-price-rating a {
  color: var(--link_hover_color);
}
.related-products .products .fusion-product-wrapper .product-buttons {
  display: none !important;
}

.related-products h3 {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
}

.related-products h3 img {
  max-width: 45px;
  margin-right: 10px;
}

.related-products ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0 !important;
}

.related-products li {
  margin-bottom: 0 !important;
  width: 50% !important;
}

.related-products .mk-product-warp {
  padding: 0 15px !important;
}

.related-products a {
  text-align: left;
}

.related-products .woocommerce-loop-product__title {
  padding: 0 0 5px !important;
}

.related-products strong {
  color: inherit;
}

.color_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.color_row .mk-image {
  margin: 0 0 0 5px !important;
  float: none;
}

.woocommerce-product-gallery .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-product-gallery .slick-track .slick-slide img {
  height: 100% !important;
}

.woocommerce-product-gallery__image iframe {
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 62%;
  transform: translateY(50%);
}

.woocommerce-product-gallery--with-360 .slick-track .slick-slide:first-of-type {
  position: relative;
}

.woocommerce-product-gallery--with-360 .slick-track .slick-slide:first-of-type::after {
  content: "360°";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #a82128;
  opacity: 0.75;
  z-index: -1;
}

.woocommerce-Tabs-panel--description > h2:first-child {
  display: none;
}

/* Recipes shortcode */
.shortcode.recipes {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.shortcode.recipes article {
  width: 100%;
  margin-bottom: 24px;
}

.shortcode.recipes article .article__box {
  padding: 0 12px;
}

.shortcode.recipes article .article__box .recipe {
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.25);
}

.shortcode.recipes article .article__box .recipe .content {
  background-color: white;
  padding: 20px;
}

@media screen and (min-width: 651px) {
  .shortcode.recipes article {
    width: 50%;
  }
}
@media screen and (min-width: 961px) {
  .shortcode.recipes article {
    width: 33.33%;
  }
}
.custom-gallery-filter,
.gallery-filter,
.blog-filter {
  margin: 25px 0;
}

.custom-gallery-filter strong,
.custom-gallery-filter a,
.gallery-filter strong,
.gallery-filter a,
.blog-filter strong,
.blog-filter a {
  margin-right: 15px;
}

.custom-gallery-filter a,
.gallery-filter a,
.blog-filter a {
  font-weight: bold;
}

.custom-gallery-filter a:not(.active),
.gallery-filter a:not(.active),
.blog-filter a:not(.active) {
  opacity: 0.6;
}

.custom-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}

.custom-gallery .image:nth-child(5n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

.custom-gallery .image.hide {
  display: none;
}

.custom-gallery::before {
  content: ".";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.custom-gallery::after {
  content: ".";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: white;
  border-radius: 200px;
  display: none;
  font-size: 2em;
  padding-left: 12px;
  animation: dots 1s steps(5, end) infinite;
  z-index: 2;
}

.custom-gallery.loading::before {
  display: block;
}

.custom-gallery.loading::after {
  display: inline-block;
}

@keyframes dots {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  40% {
    color: #2c2125;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  60% {
    color: #2c2125;
    text-shadow: 0.25em 0 0 #2c2125, 0.5em 0 0 transparent;
  }
  80%, 100% {
    color: #2c2125;
    text-shadow: 0.25em 0 0 #2c2125, 0.5em 0 0 #2c2125;
  }
}
.blog-row {
  position: relative;
}

.blog-row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 1;
}

.blog-row.page-loaded {
  display: none;
}

.blog-row.page-loaded::before {
  display: table;
  position: relative;
}

.blog-row.active {
  display: block;
}

/*
.avada-single-product-gallery-wrapper {
  max-width: 34.75rem;
  width: 100%;
}

@media screen and (max-width: 71.25em) {
  .avada-single-product-gallery-wrapper {
    max-width: 100%;
  }
}*/
.product .avada-product-images-global {
  margin-right: 0 !important;
}

.custom-woocommerce-col > div.images.woocommerce-product-gallery {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}

.af_images_summary_wrapper .image-360 {
  position: relative;
  width: 100%;
  /*padding-bottom: 65%;*/
  margin-top: 1.5em;
}

.af_images_summary_wrapper .image-360 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.af_images_summary_wrapper .image-360-label {
  margin-top: 10px;
}
.af_images_summary_wrapper .image-360-label p {
  margin: 0;
}

.af_images_summary_wrapper .image-360-label p {
  font-size: 10px;
  margin-bottom: 0;
}

@media handheld, only screen and (max-width: 960px) {
  .custom-woocommerce-col {
    width: 100% !important;
  }
}
.mk-customizer ul.products li.product .mk-product-warp {
  border: none !important;
}

.product-custom-gallery .wc-images {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
}

.product-custom-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.product-custom-gallery > figure:first-of-type {
  grid-column: span 3;
}

.product-custom-gallery figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.product-custom-gallery figure.zoom img:hover {
  opacity: 0;
}

.product-custom-gallery figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.gallery-wrapper:not(.active) {
  display: none;
}

.gallery-wrapper .masnory-gallery article {
  visibility: inherit !important;
}

/* Toolbar */
.mk-header-toolbar-holder {
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
}

.mk-header-toolbar-holder .menu {
  /*display: grid;
  grid-template-columns: max-content max-content max-content auto max-content max-content;*/
  display: flex;
  justify-content: flex-end;
}

/*.mk-header-toolbar-holder .menu li:last-of-type {
  border-right: 1px solid black !important;
}*/
.mk-header-toolbar-holder .menu .c-red a {
  color: #c7382e !important;
}

.mk-header-toolbar-holder .menu .p-red svg path {
  fill: #c7382e !important;
}

.mk-header-toolbar-holder .mk-language-nav {
  display: flex;
}

.mk-language-navigation a {
  color: #2c2125 !important;
}

/*.hidden-label .meni-item-text {
  display: none;
}*/
.mk-loadmore-button {
  background: #c7392f;
  border: none;
  border-radius: 5px;
  color: white !important;
}

.mk-loadmore-button svg {
  fill: white !important;
}

.mk-loadmore-button:hover {
  background: #5d1715;
}

.custom-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

.custom-wrapper .wpgmp_filter_wrappers,
.custom-wrapper .caricamento-locate-me {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 50%;
}

.custom-wrapper .caricamento-locate-me {
  width: 100%;
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 20px;
  background-color: #efe8e2;
}

.custom-wrapper .caricamento-locate-me-click {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px;
  color: white;
  background-color: #c7392f;
  border: none;
  border-radius: 5px;
}

.wpgmp_tabs_container .wpgmp-tab-0 a,
.wpgmp_tabs_container .wpgmp_toggle_container {
  color: white !important;
}

@media screen and (max-width: 767px) {
  .custom-wrapper {
    flex-wrap: wrap;
  }
  .custom-wrapper .wpgmp_filter_wrappers,
  .custom-wrapper .caricamento-locate-me {
    max-width: 100%;
  }
}
.af_images_summary_wrapper {
  display: flex !important;
  gap: 30px;
}
.af_images_summary_wrapper > * {
  width: 50%;
}
@media screen and (max-width: 71.25em) {
  .af_images_summary_wrapper {
    display: block !important;
  }
  .af_images_summary_wrapper > * {
    width: 100%;
  }
}

.avada-single-product-gallery-wrapper:not(:has(div)) {
  display: none;
}

.product-modal__body .product > .fusion-fullwidth > .fusion-builder-row {
  margin: 0 !important;
}
.product-modal__body .product > .fusion-fullwidth > .fusion-builder-row > div > .fusion-column-wrapper {
  margin: 0 !important;
}

.product-modal__body .woocommerce-product-details__short-description h2,
.product-modal__body .woocommerce-product-details__short-description h3 {
  margin-bottom: 0 !important;
}

.avada-product-images-global {
  float: none !important;
}

.avada-single-product-gallery-wrapper {
  min-width: initial !important;
}

.ltr .product .summary.entry-summary,
.product .summary.entry-summary {
  margin-left: 0 !important;
}

.block360 {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
}
.block360 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}

.product .avada-product-images-global .woocommerce-product-gallery {
  float: none !important;
}

.af-social-share {
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 2em 0;
}
.af-social-share li {
  list-style: none;
}
.af-social-share li i {
  margin: 0;
}
.af-social-share li i,
.af-social-share li i:hover {
  color: #c7382e;
}

@media only screen and (min-width: 64em) {
  .fusion-tabs .nav-tabs.nav-justified > li {
    display: block !important;
    width: 100% !important;
  }
}
table.variations tr:last-child {
  display: none;
}

.single_variation_wrap {
  display: none !important;
}

.product_meta .sku_wrapper {
  display: none;
}

.uam_login_form .input {
  border-radius: 0;
  border-color: #e3e3e3 !important;
  background-color: transparent;
  width: auto;
}

.uam_login_form .button {
  border: none;
  color: white;
  background-color: #252525;
  font-size: 0.81em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 1.15em;
  line-height: 1;
  cursor: pointer;
}
.uam_login_form .button:hover {
  background-color: #707070;
}

/*
Shortcode prodotti con modale
*/
.modal-product-box .image-wrapper {
  position: relative;
  margin-bottom: 0.3em;
  border: 1px solid black;
}

.modal-product-box .label-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.modal-product-box .label {
  text-transform: uppercase;
  color: initial;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal-product-box:hover .label {
  opacity: 1;
}

.modal-product-box h5 {
  text-align: center;
  font-weight: bold;
  color: initial;
  font-size: 1.25em;
}

.product-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0 1.25rem;
  z-index: 99999;
}

.product-modal__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.product-modal__body {
  position: relative;
  transition: opacity 0.5s;
  padding: 1em;
  margin: 1.25rem auto;
  width: 100%;
  max-width: calc(90rem - 2.5rem);
  height: 45rem;
  max-height: 95vh;
  background-color: white;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.product-modal__body.sliding {
  transition: left 0.25s, right 0.25s;
}
.product-modal__body.sliding.left {
  left: -100vw;
  right: 100vw;
}
.product-modal__body.sliding.right {
  left: 100vw;
  right: -100vw;
}
.product-modal__body .woocommerce-product-gallery {
  opacity: 1 !important;
  pointer-events: none;
}

.product-modal__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.product-modal-opened {
  overflow: hidden;
}
.product-modal-opened .product-modal {
  opacity: 1;
}
.product-modal-opened .product-modal {
  pointer-events: initial;
}

.product-modal__body__controls {
  position: absolute;
  top: 1em;
  right: 1em;
  display: flex;
  align-items: center;
  gap: 1.25em;
  z-index: 25;
}
.product-modal__body__controls .hidden {
  display: unset;
  opacity: 0.2;
  pointer-events: none;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d0382e;
  color: #d0382e;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d0382e;
  color: #d0382e;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d0382e;
  color: #d0382e;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #d0382e;
  }
  50%, 100% {
    background-color: rgba(208, 56, 46, 0.2);
  }
}/*# sourceMappingURL=style.css.map */