@charset "UTF-8";
/* Alert prodotti*/
html {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  html .uk-container-app {
    padding-left: 0;
    padding-right: 0;
  }

  html .uk-button.uk-button-rounded-app {
    border-radius: 0;
  }
}
html #logo,
html #logo-a,
html #logo-b,
html #logo-c {
  width: 100px;
  height: 100px;
  margin-top: 35px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.56);
  border-radius: 50%;
}

html #logo-a {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  html #logo,
html #logo-a,
html #logo-b,
html #logo-c {
    width: 110px;
    height: 110px;
    margin-top: auto;
    margin-bottom: -35px;
  }
}
html .uk-padding-medium {
  padding: 20px;
}

html, html body {
  background-color: #f5f5f5;
}

/* LOADING */
html body.loading {
  overflow: hidden;
  position: relative;
}

html #loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.26);
  transition-duration: 0.36s;
  transition-property: opacity, transform, visibility;
  transition-delay: 0.06s;
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
}

html body.loading #loading {
  opacity: 1;
  visibility: visible;
}

html #loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
  max-width: 300px;
}

html #loading > div .spin {
  display: inline-block;
  padding: 7px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.56);
  transition: all ease-in-out 0.22s;
  transform: scale(0.7) translateY(-200%);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}

html body.loading #loading > div .spin {
  transform: scale(1) translateY(0);
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.26s;
}

html #loading > div .text {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding-top: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.86);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.16s;
  transform: translateY(-50%);
  transition-delay: 0s;
  text-align: center;
}

html body.loading.loading-text #loading > div .text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.36s;
}

/* BORDER RADIUS */
html .uk-button,
html #app-navbar .uk-navbar-dropdown,
html .uk-dropdown-rounded,
html .uk-input,
html .uk-textarea,
html .uk-select {
  border-radius: 8px;
}

html .uk-button.uk-button-very-small {
  font-size: 80%;
  padding: 4px 6px 3px 6px;
  line-height: 1.2;
}

html .uk-button.uk-button-white {
  background-color: rgba(255, 255, 255, 0.96);
  color: #333;
}

html .uk-button.uk-button-white:hover {
  background-color: white;
}

/* PHOTOSWIPE */
html .pswp .pswp__caption h5 {
  font-variant: all-petite-caps;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.46);
  margin: 0;
}

/* MENU NAVBAR */
html #app-navbar .uk-navbar-nav > li > a {
  color: rgba(75, 75, 75, 0.8);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  box-shadow: inset 0 0 0 rgba(48, 72, 149, 0);
  font-family: "Work Sans";
  text-transform: capitalize;
}

html #app-navbar .uk-navbar-nav > li > a:hover {
  box-shadow: inset 0 -3px 0 rgba(75, 75, 75, 0.9);
}

html #app-navbar .uk-navbar-nav > li.uk-active > a {
  box-shadow: inset 0 -3px 0 rgba(75, 75, 75, 0.9);
}

html #app-navbar .uk-navbar-nav > li > a:hover,
html #app-navbar .uk-navbar-nav > li.uk-active > a {
  color: #4b4b4b;
}

html #app-navbar .uk-navbar-dropdown {
  margin-top: 0;
  border-top: 2px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

html #app-navbar .uk-navbar-dropdown {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

html #app-navbar ul.app-menu-primary > li.uk-active > a {
  font-weight: 600;
}

html #app-navbar ul.app-menu-secondary,
html .uk-navbar-dropdown-nav.app-menu-secondary {
  padding: 12px 0;
}

html #app-navbar ul.app-menu-secondary > li > a,
html .uk-navbar-dropdown-nav.app-menu-secondary > li > a {
  padding: 8px 16px;
}

html #app-navbar ul.app-menu-secondary > li:not(.uk-active):not(.uk-nav-header):hover > a,
html .uk-navbar-dropdown-nav.app-menu-secondary > li:not(.uk-active):not(.uk-nav-header):hover > a {
  background-color: #f5f5f5;
}

html #app-navbar ul.app-menu-secondary > li.uk-nav-header > a,
html .uk-navbar-dropdown-nav.app-menu-secondary > li.uk-nav-header > a {
  cursor: default !important;
}

html #app-navbar ul.app-menu-secondary > li.uk-active > a,
html .uk-navbar-dropdown-nav.app-menu-secondary > li.uk-active > a {
  font-weight: 600;
  position: relative;
  background-color: #efefef;
  color: #cccccc;
}

html #app-navbar ul.app-menu-secondary > li.uk-active > a:before,
html .uk-navbar-dropdown-nav.app-menu-secondary > li.uk-active > a:before {
  content: " ";
  display: inline-block;
  width: 5px;
  background-color: #cccccc;
  height: 100%;
  position: absolute;
  left: -5px;
  top: 0;
}

/* MENU MOBILE */
html #app-menu-mobile {
  width: 100%;
}

html #app-menu-mobile .uk-offcanvas-close {
  color: rgba(255, 255, 255, 0.86);
  width: 50px;
  line-height: 83px;
  text-align: center;
  height: 83px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.36s;
  transform: scale(0.5);
  transition-delay: 0s;
}

html #app-menu-mobile.uk-open .uk-offcanvas-close {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.42s;
}

html #app-menu-mobile .uk-offcanvas-bar {
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  transition-duration: 0.36s;
  transition-timing-function: ease-in-out;
}

@media screen and (min-width: 480px) {
  html #app-menu-mobile .uk-offcanvas-bar {
    transform: translate(-100%, 0);
  }
}
html #app-menu-mobile.uk-open .uk-offcanvas-bar {
  transform: translate(0);
}

html #app-menu-mobile .uk-nav-header {
  color: rgba(255, 255, 255, 0.3);
  padding: 6px 16px;
  margin-top: 16px;
}

html #app-menu-mobile .uk-offcanvas-bar {
  background: #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  width: 80%;
  max-width: 360px;
}

@media screen and (max-width: 479px) {
  html #app-menu-mobile .uk-offcanvas-bar {
    width: 100%;
    max-width: 480px;
  }
}
html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li:not(:last-child) {
  border-bottom: 1px solid;
  border-color: transparent;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li {
  position: relative;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li > a {
  padding: 8px 16px;
  line-height: 1.2;
}

html #app-navbar .uk-navbar-toggle {
  color: rgba(0, 0, 0, 0.6);
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li > a > i {
  position: absolute;
  font-size: 1.5rem;
  line-height: 44px;
  right: 13px;
  top: 0;
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
  color: rgba(0, 0, 0, 0.6);
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li.uk-open > a > i {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 22px;
  top: 12px;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li.uk-open.uk-parent > a {
  background-color: #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 83px;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li > a,
html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-secondary > li > a {
  color: rgba(0, 0, 0, 0.6);
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-primary > li.uk-active > a,
html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-secondary > li.uk-active > a {
  color: black;
  font-weight: 600;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-secondary {
  padding-left: 32px;
  padding-bottom: 18px;
}

html #app-menu-mobile .uk-offcanvas-bar ul.app-menu-secondary > li > a {
  padding: 8px 12px;
  line-height: 1.2;
}

html #app-menu-mobile .uk-logo {
  display: block;
  padding: 16px;
  background-color: #8c8681;
  border-bottom: 1px solid rgba(140, 134, 129, 0.7);
  position: sticky;
  top: 0;
  z-index: 9;
}

@media screen and (min-width: 480px) {
  html #app-menu-mobile .uk-offcanvas-close {
    top: 0;
    color: #cccccc;
    color: #fff;
  }

  html #app-menu-mobile .uk-logo {
    /*margin-top: 29px;
    box-shadow: 0 -40px 0 #f5f5f5;*/
  }

  html #app-menu-mobile.uk-offcanvas-overlay.uk-open::before {
    background: rgba(255, 255, 255, 0.86);
    background: rgba(0, 0, 0, 0.46);
  }
}
/* FOOTER */
html #app-footer #menu-footer-social li:not(:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 640px) {
  html #app-footer #menu-footer li {
    margin-right: 12px;
  }
}
/* PRE NAV */
html #app-pre-navbar {
  background-color: #dddddd;
  /*border-bottom: 1px solid rgba(255,255,255,.16);*/
  padding: 6px 0;
  color: rgba(75, 75, 75, 0.86);
}

html #app-pre-navbar .mdi {
  color: rgba(75, 75, 75, 0.86);
}

@media screen and (max-width: 639px) {
  html #app-pre-navbar {
    padding: 0;
  }

  html #app-pre-navbar .uk-button,
html .uk-no-radius-mobile {
    border-radius: 0;
  }
}
html #app-pre-navbar .uk-button {
  color: rgba(204, 204, 204, 0.8);
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.8);
  color: #fff;
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.26);
}

html #app-pre-navbar .uk-button:hover {
  background-color: #cccccc;
}

html body .uk-button.uk-button-whatsapp {
  background-color: #00e676;
}

html .uk-button-app {
  color: rgba(204, 204, 204, 0.8);
  border-color: rgba(204, 204, 204, 0.5);
  background-color: rgba(204, 204, 204, 0.8);
  color: #4b4b4b;
}

html .uk-button-app:hover {
  background-color: #cccccc;
  color: #4b4b4b;
}

html .uk-button-default-app {
  border-bottom: 2px solid;
  border-bottom-color: rgba(204, 204, 204, 0.5);
}

html .uk-button-default-app:hover {
  border-color: rgba(204, 204, 204, 0.5);
}

/* BOTTONE OTTANIO */
html .uk-button-ottanio {
  color: #fff;
  background-color: #105d71;
  border-color: #0e5568;
}

html .uk-button-ottanio:hover {
  background-color: #0e5568;
  color: #fff;
}

/* NAVBAR */
html #app-navbar {
  background-color: #cccccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 995;
}

@media screen and (min-width: 768px) {
  html #app-navbar {
    position: sticky;
    top: -1px;
  }
}
/* PRE FOOTER */
html #app-pre-footer {
  background-color: #ddd;
  position: relative;
  padding: 16px 0;
}

html #app-pre-footer .uk-text-lead {
  color: #4b4b4b;
}

html #app-pre-footer form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html #app-pre-footer form input.uk-form-danger {
  border-radius: 0;
  border-color: rgba(204, 204, 204, 0.67);
  outline: 3px solid #f0506e;
}

html #app-pre-footer form button {
  border-color: rgba(204, 204, 204, 0.67);
  color: rgba(75, 75, 75, 0.96);
  background-color: #ccc;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html #app-pre-footer form button:hover {
  background: #bbb;
}

html #app-pre-footer-img {
  background-color: #f5f5f5;
}

html #app-pre-footer-img img {
  height: 40px;
  opacity: 0.3;
  margin-top: 18px;
  margin-bottom: 28px;
}

/* FOOTER */
html #app-taggbox {
  background-color: #cccccc;
  min-height: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition-duration: 0.36s;
}

html #app-footer {
  background-color: #cccccc;
  padding-top: 24px;
  padding-bottom: 36px;
  color: #4b4b4b;
}

html #app-footer .uk-button {
  color: rgba(75, 75, 75, 0.75);
}

html #app-footer .uk-button:hover {
  color: #4b4b4b;
}

html #app-footer .uk-button.uk-button-text::before {
  border-color: #ddd;
}

html #app-footer hr {
  border-color: #ddd;
  opacity: 0.3;
}

html .uk-button-text.uk-text-danger::before {
  border-color: #f0506e;
}

/* CONTENITORE CONTENUTO */
html #app-content-container {
  background-color: #f5f5f5;
  min-height: 400px;
  position: relative;
}

html #app-content-container article .uk-card-body p:first-child {
  margin: 0;
}

html #app-content-container h1.app-title-page,
html #app-content-container article .uk-card-body {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

html #app-content-container > div:first-child h1.app-title-page,
html #app-content-container > div.carousel-gallery + div h1.app-title-page {
  padding: 20px !important;
  margin-top: 8px;
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  html #app-content-container > div:first-child h1.app-title-page,
html #app-content-container > div.carousel-gallery + div h1.app-title-page {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1200px) {
  html #app-content-container > div:first-child h1.app-title-page,
html #app-content-container > div.carousel-gallery + div h1.app-title-page {
    margin-top: 32px;
  }
}
html #app-content-container > [uk-parallax] + div h1.app-title-page,
html #app-content-container > .cover-page + div h1.app-title-page {
  position: absolute;
  bottom: 100%;
  padding: 20px !important;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 8px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.36);
  line-height: 1.2;
  max-width: 80%;
}

html #app-content-container h1.app-title-page.sub {
  position: relative !important;
  bottom: auto !important;
  display: inline-block !important;
  width: auto !important;
  margin-top: 46px !important;
  margin-bottom: -10px !important;
}

html #app-content-container > [uk-parallax] + div h2.app-title-page,
html #app-content-container > .cover-page + div h2.app-title-page {
  position: absolute;
  bottom: 100%;
  padding: 16px 20px !important;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 8px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.36);
  line-height: 1.2;
  max-width: 80%;
}

@media screen and (max-width: 639px) {
  html #app-content-container > [uk-parallax] + div h1.app-title-page,
html #app-content-container > .cover-page + div h1.app-title-page,
html #app-content-container > [uk-parallax] + div h2.app-title-page,
html #app-content-container > .cover-page + div h2.app-title-page {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
html #app-content-container > [uk-parallax] + div,
html #app-content-container > .cover-page + div {
  margin-top: -36px;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
}

html #app-content-container article.uk-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

html #app-content-container article.uk-card.uk-card-hover:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 8px 18px rgba(0, 0, 0, 0.06);
}

html #app-content-container [uk-drop].uk-open > article.uk-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 0 156px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 640px) {
  html #app-content-container article.uk-card:not(.uk-border-pill) {
    border-radius: 8px;
  }

  html #app-content-container article.uk-card:not(.uk-border-pill) > div:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  html #app-content-container article.uk-card:not(.uk-border-pill) > div:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
html p:has(+ x.accordion-article) {
  margin: 0;
}

html x.accordion-article + *,
html x.accordion-article + * + *,
html x.accordion-article + * + * + *,
html x.accordion-article + * + * + * + *,
html x.accordion-article + * + * + * + * + *,
html x.accordion-article + * + * + * + * + * + *,
html x.accordion-article + * + * + * + * + * + * + *,
html x.accordion-article + * + * + * + * + * + * + * + * {
  display: none;
}

html ul.uk-accordion li .app-accordion-title {
  display: block;
  position: relative;
  margin: -20px;
  padding: 20px;
  padding-right: 48px;
  cursor: pointer;
  border-radius: 8px;
}

html ul.uk-accordion li:not(.uk-open) .app-accordion-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html ul.uk-accordion li .app-accordion-title:after {
  content: "󰍝";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  position: absolute;
  line-height: 24px;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}

html ul.uk-accordion li.uk-open .app-accordion-title:after {
  content: "󰍠";
}

html ::selection {
  background: #ccc;
  color: #4b4b4b;
  text-decoration: underline;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
}

.carousel {
  width: calc(100vw);
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: transparent;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  white-space: nowrap;
  overflow: auto;
}

.carousel::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.carousel::-webkit-scrollbar-track {
  background: #efefef;
}

.carousel::-webkit-scrollbar-thumb {
  background: #ccc;
}

.carousel::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.carousel img {
  display: inline-block;
  margin-right: 8px;
  object-fit: cover;
  background-color: #f5f5f5;
  position: relative;
  vertical-align: middle;
  visibility: visible;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.carousel > img:first-child {
  margin-left: 20px;
}

.carousel > img:last-child {
  margin-right: 20px;
}

.carousel > img {
  width: calc(((100vw - 40px) / 1) - 0px);
  height: calc((((100vw - 40px) / 1) - 0px) * 0.5625);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
}

.carousel > img:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.16);
}

.carousel .flickity-slider img {
  width: calc(((100vw - 40px) / 1) - 0px);
  height: calc((((100vw - 40px) / 1) - 0px) * 0.5625);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
}

.carousel .flickity-slider img:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 480px) {
  .carousel > img {
    width: calc(((100vw - 40px) / 2) - 4px);
    height: calc((((100vw - 40px) / 2) - 4px) * 0.5625);
  }

  .carousel .flickity-slider img {
    width: calc(((100vw - 40px) / 2) - 4px);
    height: calc((((100vw - 40px) / 2) - 4px) * 0.5625);
  }
}
@media screen and (min-width: 640px) {
  .carousel {
    width: calc(100vw - 20px);
  }

  .carousel > img {
    width: calc(((100vw - 100px) / 2) - 4px);
    height: calc((((100vw - 100px) / 2) - 4px) * 0.5625);
  }

  .carousel > img:first-child {
    margin-left: 50px;
  }

  .carousel > img:last-child {
    margin-right: 50px;
  }

  .carousel .flickity-slider img {
    width: calc(((100vw - 100px) / 2) - 4px);
    height: calc((((100vw - 100px) / 2) - 4px) * 0.5625);
  }
}
@media screen and (min-width: 768px) {
  .carousel > img {
    width: calc(((100vw - 100px) / 3) - 8px);
    height: calc((((100vw - 100px) / 3) - 8px) * 0.5625);
  }

  .carousel .flickity-slider img {
    width: calc(((100vw - 100px) / 3) - 8px);
    height: calc((((100vw - 100px) / 3) - 8px) * 0.5625);
  }
}
@media screen and (min-width: 960px) {
  .carousel > img {
    width: calc(((100vw - 100px) / 3) - 13px);
    height: calc((((100vw - 100px) / 3) - 13px) * 0.5625);
  }

  .carousel > img:first-child {
    margin-left: 60px;
  }

  .carousel > img:last-child {
    margin-right: 60px;
  }

  .carousel .flickity-slider img {
    width: calc(((100vw - 100px) / 3) - 13px);
    height: calc((((100vw - 100px) / 3) - 13px) * 0.5625);
  }
}
@media screen and (min-width: 1280px) {
  .carousel > img {
    width: calc((1160px / 3) - 8px);
    height: calc(((1160px / 3) - 8px) * 0.5625);
  }

  .carousel > img:first-child {
    margin-left: calc(((100vw - 1260px) / 2 ) + 40px);
  }

  .carousel > img:last-child {
    margin-right: calc(((100vw - 1260px) / 2 ) + 40px);
  }

  .carousel .flickity-slider img {
    width: calc((1160px / 3) - 8px);
    height: calc(((1160px / 3) - 8px) * 0.5625);
  }
}
html figure {
  position: relative;
}

html figure:not([data-photogallery-code]) img {
  border-radius: 8px;
}

html figure:not([data-photogallery-code]) img + figcaption {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

html figure:not([data-photogallery-code]):not([style*="float:left"]):not([style*="float: left"]):not([style*="float:right"]):not([style*="float: right"]) {
  margin: 15px 0 15px 0;
  display: block;
  width: 100%;
}

html figure:not([data-photogallery-code]):not([style*="float:left"]):not([style*="float: left"]):not([style*="float:right"]):not([style*="float: right"]) img {
  display: block;
  width: 100%;
}

html figure[style*="float:left"]:not([data-photogallery-code]),
html figure[style*="float: left"]:not([data-photogallery-code]) {
  margin: 15px 15px 5px 0 !important;
}

html figure[style*="float:right"]:not([data-photogallery-code]),
html figure[style*="float: right"]:not([data-photogallery-code]) {
  margin: 15px 0 5px 15px !important;
}

html figure > img + figcaption {
  font-size: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
}

html figure:not([data-photogallery-code]) > img.ps-image {
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.12);
}

html figure:not([data-photogallery-code]) > img.ps-image:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.16);
}

html figure:not([data-photogallery-code]) > img.ps-image:hover + figcaption {
  transform: translateY(-3px);
}

html .ps-image,
html .ps-image-single {
  cursor: pointer;
}

html .swal2-header,
html .swal2-content,
html .swal2-actions {
  padding: 0;
}

@media screen and (max-width: 639px) {
  html .swal2-actions .uk-button.swal2-deny {
    order: 2;
    margin-top: 3px;
  }

  html .swal2-actions .uk-button.swal2-cancel {
    order: 3;
    margin-top: 3px;
  }
}
@media screen and (min-width: 640px) {
  html .swal2-actions .uk-button.swal2-cancel,
html .swal2-actions .uk-button.swal2-deny {
    margin-right: 6px;
  }
}
html .carousel-gallery:not(.flickity-enabled) {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  height: 100vw;
  width: 100%;
  max-height: 450px;
}

html .carousel-gallery:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #efefef;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.26);
}

html .carousel-gallery .carousel-cell {
  margin-right: 6px;
  white-space: initial;
  vertical-align: top;
  width: 100%;
  height: 100vw;
  max-height: 450px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html .carousel-gallery:not(.flickity-enabled) .carousel-cell {
  display: inline-block;
}

html .carousel-gallery .carousel-cell a {
  display: inline-block;
  width: 75%;
  max-width: 480px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
  position: absolute;
  bottom: 36px;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.48s;
  transition-timing-function: ease-in-out;
}

html .carousel-gallery .carousel-cell.is-selected a {
  transition-delay: 0.12s;
  transition-property: opacity, visibility, transform;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 639px) {
  html .carousel-gallery .carousel-cell a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 640px) {
  html .carousel-gallery .carousel-cell a {
    left: 30px;
  }

  html .carousel-gallery .carousel-cell a:hover {
    outline: 2px solid;
    border-radius: 0;
  }
}
@media screen and (min-width: 960px) {
  html .carousel-gallery .carousel-cell a {
    left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  html .carousel-gallery .carousel-cell a {
    left: calc((100vw - 1200px) / 2);
  }
}
html .carousel-gallery .carousel-cell a h4 {
  color: #fff !important;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
}

html .carousel-gallery .carousel-cell a p {
  line-height: 1.2;
}

html .uk-ratio-16_9 {
  padding-bottom: 56.25%;
}

html .uk-ratio-1-1 {
  padding-bottom: 100% !important;
}

html article.uk-card .uk-card-media-top.uk-ratio-16_9 {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

html article.uk-card .uk-card-media-left {
  border-radius: 8px;
  border: 3px solid #fff;
  max-width: calc(100% - 6px);
  max-height: calc(100% - 6px);
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  html article.uk-card .uk-card-media-top {
    border-radius: 8px;
    border: 3px solid #fff;
    overflow: hidden;
    max-width: calc(100% - 6px);
    max-height: calc(100% - 6px);
  }
}
html article.uk-card .uk-card-media-top.uk-ratio-16_9 > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html table.location-hours tr.today td {
  font-weight: 600;
  color: cornflowerblue;
}

html .uk-table-very-small td,
html .uk-table-very-small th,
html .uk-table-xsmall td,
html .uk-table-xsmall th {
  padding: 6px 12px;
}

html .uk-table-very-very-small td,
html .uk-table-very-very-small th,
html .uk-table-xxsmall td,
html .uk-table-xxsmall th {
  padding: 3px 12px;
}

html .uk-modal.uk-modal-rounded .uk-modal-dialog {
  border-radius: 16px;
}

html .uk-modal.uk-modal-rounded .uk-modal-dialog .uk-modal-header {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

html .uk-modal.uk-modal-rounded .uk-modal-dialog .uk-modal-footer {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

html #modal-locations-hours .uk-modal-header,
html #modal-locations-hours .uk-modal-footer,
html #modal-locations-contacts .uk-modal-header,
html #modal-locations-contacts .uk-modal-footer,
html .uk-modal .uk-modal-bg {
  background-color: #f5f5f5 !important;
}

html .app-menu-icon {
  width: 30px;
  display: inline-block;
  text-align: left;
  margin-right: 8px;
}

html form[login] [toggle-pwd] {
  bottom: 0;
  line-height: 30px;
  right: 0;
  padding: 5px;
  height: auto;
  font-size: 24px;
}

html #login-in {
  width: 240px;
  padding: 0 16px;
}

html [toggle-pwd] {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: small;
  color: #999;
  z-index: 1;
  cursor: pointer;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  padding: 0 12px;
}

html .swal2-content {
  position: relative;
}

html .swal2-content .swal2-input + [toggle-pwd] {
  height: auto;
  line-height: 55px;
  margin: 0;
  top: auto;
  right: 0;
  bottom: 25px;
}

html [toggle-pwd]:hover {
  color: #777;
}

html [toggle-pwd=hidden]:before {
  content: "󰈈";
}

html [toggle-pwd=visible]:before {
  content: "󰈉";
}

html #app-navbar > div > ul > li {
  position: relative;
}

html #app-navbar .uk-navbar-dropdown {
  max-height: calc(100vh - 132px);
  min-height: 100px;
  overflow: auto;
}

html #app-navbar .uk-navbar-dropdown.mm-wrapper {
  position: absolute;
  height: 100vh;
  max-width: 260px !important;
  width: 80vw !important;
  transition: all 0.18s ease-in-out;
}

html .mmenu:not(.mm-menu),
html .mmenu-dropdown:not(.mm-menu) {
  display: none;
}

html #app-navbar a[mmindex].mm-opened {
  color: #fff;
  box-shadow: inset 0 -121px rgba(255, 255, 255, 0.16);
}

html #app-navbar .uk-navbar-dropdown.mm-wrapper .mm-panel {
  background: #fff;
}

html #login-in + small {
  border-top: 1px solid #efefef;
  padding-top: 12px;
}

html article .uk-card-body > .uk-margin-small-bottom:last-child {
  margin-bottom: 0 !important;
}

html .dates-container {
  width: 88px;
  padding: 10px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}

html .dates-container + .dates-container {
  margin-top: 3px;
}

html .dates-container .dates-day {
  font-size: 46px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  font-family: Roboto, Arial;
}

html .dates-container .dates-month-year {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-align: center;
  word-break: break-word;
  line-height: 1;
  font-family: Roboto, Arial;
}

html .dates-container .dates-heading,
html .dates-container .dates-text {
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}

html .dates-container + .dates-container .dates-heading {
  margin-bottom: 3px;
}

html .uk-button.uk-button-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

html .uk-button.uk-button-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

html .uk-button.uk-button-success:active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

html .uk-button.uk-button-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

html .uk-button.uk-button-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

html .uk-button.uk-button-warning:active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

html .uk-dropdown-header {
  padding: 0 14px;
  margin-top: 10px;
  font-size: small;
  font-weight: 600;
  color: #999;
  margin-bottom: 8px;
}

html .uk-width-max {
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: max-content !important;
}

html .uk-breadcrumb > :nth-child(n+2).uk-no-slash::before {
  content: " ";
  margin-left: 0;
}

html .uk-overflow-auto .uk-breadcrumb > :last-child {
  padding-right: 20px;
}

@media screen and (min-width: 960px) {
  html[data-keyname=anamnesi] dl > dt + dd:first-of-type {
    display: inline-block;
    width: 70%;
    margin-top: 0px;
  }

  html[data-keyname=anamnesi] dl > dt + dd:not(:first-of-type) {
    display: inline-block;
    width: 70%;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #e5e5e5;
  }

  html[data-keyname=anamnesi] dl > dt {
    display: inline-block;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  html[data-keyname=anamnesi] dl > dt + dd:first-of-type {
    width: 75%;
  }

  html[data-keyname=anamnesi] dl > dt + dd:not(:first-of-type) {
    width: 75%;
  }

  html[data-keyname=anamnesi] dl > dt {
    width: 25%;
  }
}
html .uk-bg-app {
  background-color: #f5f5f5;
}

html .uk-app-sticky,
html .uk-position-sticky {
  position: sticky;
  top: 0;
  z-index: 9;
}

html #modal-locations-hours .uk-position-sticky {
  top: -30px;
  padding-top: 10px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  html .uk-app-sticky {
    top: 80px;
  }
}
html[data-keyname=booking] form#booking:invalid button[type=submit],
html[data-keyname=booking] form#booking:invalid button[type=reset] {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  html .swal2-toast-shown .swal2-container {
    width: 90%;
    width: calc(100vw - 20px);
  }
}
html .swal2-popup.swal2-toast {
  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.56);
}

html.uk-modal-page > body {
  overflow: unset !important;
}

html form [readonly] {
  background-color: #f9f9f9;
  border-color: #e5e5e5 !important;
  color: #999;
  cursor: not-allowed;
}

html #products-categories-filter li {
  position: relative;
}

html #products-categories-filter li.uk-disabled {
  opacity: 0.5;
}

html #products-categories-filter li.uk-active:not(.uk-disabled) a {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 4px 15px;
  margin: 0 -15px;
  display: inline-block;
  pointer-events: none;
}

html #products-categories-filter li.uk-nav-header a {
  font-size: 0.8rem;
  color: #999;
}

html #products-categories-filter li .badge {
  color: #999;
  font-size: 13px;
  font-weight: 600;
}

html .product-box .product-image {
  background-color: #efefef;
}

html .product-box .product-name {
  font-size: 1rem;
  height: 44px;
  max-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
}

html .product-box .product-company-name {
  font-size: 0.8rem;
  margin: 0;
  color: #bb9534;
}

html .product-box .product-description {
  font-size: 0.8rem;
  margin-bottom: 0;
}

html .product-box [add-to-wishlist],
html .product-box [toggle-wishlist],
html .product-box [remove-from-wishlist] {
  position: absolute;
  z-index: 9;
  top: 6px;
  right: 6px;
}

html .product-box .product-rating {
  display: block;
  line-height: 1;
  margin-bottom: -2px;
}

html .product-box .product-price {
  font-size: 1.2rem;
  margin-top: 8px;
}

html .product-box .product-price-big {
  font-size: 1.8rem;
  font-weight: 600;
  color: #cccccc;
}

html .product-box .product-price-big .ii,
html .product-box .product-price .ii {
  font-weight: 400;
  font-size: 14px;
  display: block;
  font-variant: all-petite-caps;
  line-height: 1;
  margin-top: -6px;
}

html .uk-button:not(.uk-button-inherit) {
  line-height: 1.2;
  padding: 10px 15px;
}

html .uk-button.uk-button-small:not(.uk-button-inherit) {
  line-height: 1.2;
  padding: 6px 10px;
  /*height: 30px;*/
}

html .uk-button.uk-button-large:not(.uk-button-inherit) {
  line-height: 1.2;
  padding: 17px 30px;
  /*height: 55px;*/
}

html .uk-button.uk-button-xsmall:not(.uk-button-inherit) {
  line-height: 1.2;
  padding: 6px 10px;
  font-size: 0.7rem;
}

html .uk-button.uk-button-xxsmall:not(.uk-button-inherit) {
  line-height: 1.2;
  padding: 6px 10px;
  font-size: 0.55rem;
}

html .uk-card-body.uk-card-body-button {
  padding: 13px;
  padding-top: 0;
}

html .product-price-offer {
  border-radius: 8px;
  padding: 3px 6px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  display: inline-block;
  line-height: 1;
  margin-left: -8px;
}

html .product-price-offer + span:not(.ii),
html .product-price-in-offer {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

html .product-price-in-offer {
  margin-left: 0px;
  margin-right: 8px;
}

html .product-price-offer.big + span:not(.ii) {
  font-size: 1.2rem;
}

html .product-price-offer-percentage {
  bottom: 6px;
  right: 6px;
}

html .product-price-in-offer + .product-price-offer {
  margin-left: 0px;
}

html .product-price-offer-percentage {
  display: block;
  line-height: 1.2;
  font-size: 11px;
  margin-top: 4px;
  font-weight: 600;
}

html .product-price-offer-percentage x {
  background: blanchedalmond;
  border-radius: 2rem;
  padding: 0 4px;
  display: inline-block;
}

html .product-price-offer-percentage x {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #bb9534;
  color: #bb9534;
  background: #fff;
  font-weight: 800;
  border-bottom: 2px solid;
}

html .product-switcher .uk-overflow-auto {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
}

html .uk-subnav-pill.uk-subnav-pill-small {
  margin-left: -6px !important;
}

html .uk-subnav-pill.uk-subnav-pill-small li {
  padding-left: 6px !important;
  margin-top: 6px;
}

html .uk-subnav-pill.uk-subnav-pill-small li a {
  border-radius: 6px;
  background-color: #efefef;
}

html .product-switcher ul {
  margin-left: -6px !important;
  margin-top: 3px !important;
  width: max-content;
  padding-right: 20px;
}

html .product-switcher ul li {
  padding-left: 6px !important;
}

html .product-switcher ul li.uk-disabled {
  opacity: 0.4;
}

html .product-switcher ul li.uk-disabled a {
  background-color: transparent;
}

html .product-switcher ul li a {
  border-radius: 6px;
  padding: 4px 15px;
  display: inline-block;
  margin: 0;
  background-color: #f5f5f5 !important;
}

html .product-switcher ul li a:hover {
  background-color: #efefef !important;
}

html .product-switcher ul li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  background: #efefef;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 8px;
}

html .product-switcher ul li a img + span {
  padding-left: 22px;
}

@media screen and (min-width: 768px) {
  html .product-switcher ul li a img {
    width: 25px;
    height: 25px;
  }

  html .product-switcher ul li a img + span {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1200px) {
  html .product-switcher ul li a img {
    width: 29px;
    height: 29px;
  }

  html .product-switcher ul li a img + span {
    padding-left: 28px;
  }
}
html .product-switcher ul li.uk-active a {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.bg-offer {
  background: #C45500;
  color: #fff;
  transition-duration: 0.12s;
  transition-timing-function: ease-in-out;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #C45500, #C45500);
  background-size: 400% 400%;
  -webkit-animation: GradientOffer 5s ease infinite;
  -moz-animation: GradientOffer 5s ease infinite;
  animation: GradientOffer 5s ease infinite;
}

html .pswp__img {
  background-color: transparent;
}

@-webkit-keyframes GradientOffer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes GradientOffer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes GradientOffer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (min-width: 640px) {
  html .product-box-details .uk-card-media-top {
    margin-top: -80px;
    margin-top: 0px;
    background-color: #fff;
  }

  html[data-pagetype=products] #app-content-container .uk-cover-height-custom.uk-background-cover + div > article:first-child {
    margin-top: -20px;
  }
}
html .product-box img {
  background-color: #efefef;
}

html .flickity-viewport {
  transition: height 0.12s;
}

html .article-gallery-box-container:not(.flickity-initialized),
html .product-gallery-box-container:not(.flickity-initialized) {
  overflow: auto;
  padding: 4px 0 8px 0;
}

html .article-gallery-box-container .article-gallery-box:not(.flickity-enabled),
html .product-gallery-box-container .product-gallery-box:not(.flickity-enabled) {
  white-space: nowrap;
  text-align: center;
}

html .article-gallery-box-container .article-gallery-box .article-gallery-box-item,
html .product-gallery-box-container .product-gallery-box .product-gallery-box-item {
  white-space: normal;
  text-align: left;
  vertical-align: top;
}

/* enable Flickity by default */
html .article-gallery-box-container .article-gallery-box:after,
html .product-gallery-box-container .product-gallery-box:after {
  content: "flickity";
  display: none;
  /* hide :after */
}

@media screen and (max-width: 767px) {
  /* disable Flickity for large devices */
  html .article-gallery-box-container .article-gallery-box:after,
html .product-gallery-box-container .product-gallery-box:after {
    content: "";
  }
}
html .product-gallery {
  margin-top: 8px;
}

html .product-gallery img {
  display: block;
  height: 80px;
  max-width: 100%;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #efefef;
}

html .main-product-gallery img {
  margin-right: 10px;
  background-color: #efefef;
}

html .product-gallery img:not(.is-selected) {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  html .main-product-gallery img,
html .product-gallery img {
    border-radius: 0;
  }
}
html .uk-subnav-pill > .uk-active > a {
  background-color: #cccccc !important;
  color: #4b4b4b !important;
}

html .uk-subnav-pill > .uk-active > a:hover {
  background-color: #bbb !important;
}

input[type=number].j-spinner {
  text-transform: uppercase;
  text-align: center;
  background: none;
  outline: none;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
}

input.j-spinner {
  cursor: default;
  pointer-events: none !important;
}

div.spinner {
  display: inline-block;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

input[type=number].j-spinner::-webkit-inner-spin-button,
input[type=number].j-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

html div.spinner > .sub,
html div.spinner > .add {
  padding-left: 10px;
  padding-right: 10px;
}

html div.spinner > .sub {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

html div.spinner > input {
  border-radius: 0 !important;
  max-width: 52px;
}

html div.spinner > .add {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

html div.spinner > input.uk-form-xxsmall:not(textarea):not([multiple]):not([size]) {
  max-height: 25px !important;
  font-size: 0.875rem;
}

html div.spinner > input.uk-form-large:not(textarea):not([multiple]):not([size]) {
  max-height: 48px !important;
}

@media screen and (min-width: 768px) {
  html div.spinner > input.uk-form-large:not(textarea):not([multiple]):not([size]) {
    max-height: 49px !important;
  }
}
@media screen and (min-width: 1200px) {
  html div.spinner > input.uk-form-large:not(textarea):not([multiple]):not([size]) {
    max-height: 53px !important;
  }
}
html .qt-pre {
  display: inline-block;
  padding: 0 4px;
  font-size: 13px;
}

html .qt-pre.qt-a {
  color: limegreen;
}

html .qt-pre.qt-b {
  color: orange;
}

html .qt-pre.qt-c {
  color: orangered;
}

html .qt-pre.qt-d {
  color: red;
}

/* GALLERY BOX */
/*
html .product-gallery-box-container {
  display: block;
  overflow: auto;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 24px;
}
html .product-gallery-box {
  padding-right: 24px;
}
@media screen and (min-width: 960px) {
  html .product-gallery-box-container {
    padding-left: 34px;
  }
  html .product-gallery-box {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1280px) {
  html .product-gallery-box-container {
    padding-left: calc(((100vw - 1200px) / 2) - 6px);
    padding-right: calc(((100vw - 1200px) / 2) - 6px);
  }
  html .product-gallery-box {
    padding-right: calc(((100vw - 1200px) / 2) - 6px);
  }
}
html .product-gallery-box {
  width: max-content;
}
html .product-gallery-box-item {
  width: calc((1200px / 5) - 10px);
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
}*/
html .article-gallery-box-item,
html .product-gallery-box-item {
  width: calc(60vw - 40px - 12px);
  margin-right: 12px;
  display: inline-block;
}

html .article-gallery-box-item-viewall,
html .product-gallery-box-item-viewall {
  min-height: 412px;
  height: 100%;
  height: calc(100% - 18px);
  background: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

html .article-gallery-box-item-viewall .uk-card-default,
html .product-gallery-box-item-viewall .uk-card-default {
  background: none;
  background-color: transparent;
  box-shadow: none !important;
}

html .article-gallery-box-item-viewall .uk-card-default:hover,
html .product-gallery-box-item-viewall .uk-card-default:hover {
  background: none !important;
  background-color: transparent !important;
}

html .article-gallery-box-item-viewall a .mdi,
html .product-gallery-box-item-viewall a .mdi {
  display: inline-block;
  transition-duration: 0.36s;
}

html .article-gallery-box-item-viewall a:hover .mdi,
html .product-gallery-box-item-viewall a:hover .mdi {
  transform: scale(1.2) !important;
}

html .article-gallery-box-item-viewall > a,
html .article-gallery-box-item-viewall > a > article,
html .product-gallery-box-item-viewall > a,
html .product-gallery-box-item-viewall > a > article {
  height: 100%;
  min-height: 412px;
}

@media screen and (min-width: 768px) {
  html .article-gallery-box-item-viewall a,
html .product-gallery-box-item-viewall a {
    opacity: 0.7;
  }

  html .article-gallery-box-item-viewall a:hover,
html .product-gallery-box-item-viewall a:hover {
    opacity: 1;
  }
}
html .article-gallery-box > .flickity-viewport,
html .product-gallery-box > .flickity-viewport {
  padding-top: 6px;
  padding-bottom: 12px;
}

html .product-box .product-name {
  height: 38px;
  max-height: 38px;
}

@media screen and (min-width: 480px) {
  html .article-gallery-box-item,
html .product-gallery-box-item {
    width: calc(((100vw - 40px) / 2) - 12px);
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  html .product-box .product-name {
    height: 44px;
    max-height: 44px;
  }

  html .article-gallery-box-item,
html .product-gallery-box-item {
    width: calc(((100vw - 40px) / 3) - 12px);
  }
}
@media screen and (min-width: 1200px) {
  html .product-box .product-name {
    height: 50px;
    max-height: 50px;
  }

  html .product-gallery-box-item {
    width: calc((1200px / 5) - 12px);
  }

  html .article-gallery-box-item {
    width: calc((1200px / 4) - 12px);
  }
}
.uk-container-video-cover {
  display: block;
  position: relative;
  overflow: hidden;
  height: calc(56.25vw);
  max-height: 450px;
}

.uk-background-loading-image:before,
.uk-container-video-cover:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  background-image: url(http://www.dibenedettoparrucchieri.com/img/Logo-diBenedettoParrucchieri.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
}

.uk-container-video-cover > .uk-video-cover {
  position: relative;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(56.25vw);
}

.uk-container-video-cover > .uk-video-cover iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

html .uk-allow-pointer {
  pointer-events: initial !important;
}

html .image-gallery img {
  cursor: pointer;
}

html article.opaque {
  transition: opacity 0.26s ease-in-out;
}

html article.opaque:not(:hover) {
  opacity: 0.4;
}

html article.opaque {
  transform: scale(0.8);
}

html .uk-sticky-top {
  position: sticky;
  top: 0;
}

html .uk-sticky-bottom {
  position: sticky;
  bottom: 0;
}

html [cart-icon] {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: 6px;
  left: 6px;
}

html [cart-icon] .mdi,
html [toggle-wishlist] .mdi {
  vertical-align: middle;
}

html [cart-icon] x {
  line-height: 1;
  font-size: 15px;
  vertical-align: text-bottom;
}

html [cart-icon-details] x {
  /*line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  height: 55px;*/
  font-weight: 600;
}

html #offcanvas-cart > .uk-offcanvas-bar {
  padding: 0;
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16), 0 -8px 55px rgba(0, 0, 0, 0.16);
}

html #offcanvas-cart .uk-offcanvas-close,
html #offcanvas-filters .uk-offcanvas-close {
  top: 12px;
  right: 6px;
}

@media screen and (max-width: 640px) {
  html #offcanvas-cart .uk-offcanvas-close,
html #offcanvas-filters .uk-offcanvas-close {
    top: 6px;
  }
}
html #offcanvas-cart-header {
  background-color: #cccccc;
  color: rgba(0, 0, 0, 0.6);
}

html #offcanvas-cart-footer {
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.6);
}

html #offcanvas-cart-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 3;
}

html #offcanvas-filters .uk-offcanvas-bar {
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
  color: #333;
  max-width: 320px;
}

html #offcanvas-filters .uk-offcanvas-bar .uk-button.uk-button-default {
  color: #999;
  background-color: #fcfcfc;
  border-color: #efefef;
}

html #offcanvas-filters .uk-sticky-top {
  background-color: #efefef;
  color: #333;
  z-index: 9;
}

html #offcanvas-filters .uk-sticky-bottom {
  background-color: #fff;
}

html #offcanvas-filters h3,
html #offcanvas-filters .uk-offcanvas-close {
  color: #333;
}

html #offcanvas-filters ul:not(.default-style) li.uk-dropdown-header,
html #offcanvas-filters ul:not(.default-style) li label {
  padding: 0 20px;
}

html #offcanvas-filters ul:not(.default-style) li label {
  padding: 4px 20px;
  display: block;
}

html #offcanvas-filters ul:not(.default-style) li label:hover {
  background-color: #efefef;
  cursor: pointer;
}

html #offcanvas-filters ul:not(.default-style) li label > span {
  display: inline-block;
  vertical-align: top;
}

html #offcanvas-filters ul:not(.default-style) li label > span:first-of-type {
  width: 26px;
}

html #offcanvas-filters .uk-offcanvas-bar .uk-button.uk-button-default:hover {
  background-color: #efefef !important;
  color: #333 !important;
}

html #offcanvas-filters .uk-button-default-app:hover {
  background-color: #e5e5e5;
}

html code {
  font-size: 11px !important;
  font-family: "Arial" !important;
  word-break: break-word !important;
  display: block !important;
  max-width: 100% !important;
  white-space: normal !important;
}

html .uk-offcanvas-bar .product-cart-box article {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

html .uk-offcanvas-bar .product-cart-box article img {
  background-color: #e5e5e5;
  border-radius: 4px;
}

html .uk-offcanvas-bar .product-cart-box article .uk-card-body {
  padding: 8px 12px !important;
}

html .uk-offcanvas-bar .product-cart-box article .product-name {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

html .uk-offcanvas-bar .uk-leader-fill::after {
  color: rgba(255, 255, 255, 0.3);
}

html .uk-offcanvas-bar .product-cart-box article .product-description,
html .uk-offcanvas-bar .product-cart-box article .product-quantity {
  color: #999;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

html .uk-offcanvas-bar .product-cart-box article .product-price {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  color: #fff;
}

html .uk-offcanvas-bar .product-cart-box article input {
  width: 24px;
  text-align: right;
  padding: 0;
  font-weight: 600;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
}

html #offcanvas-cart-total {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
}

html #offcanvas-cart-total > div {
  padding: 8px 12px;
}

html #offcanvas-cart-total .cart-final-euro {
  font-weight: 600;
}

html [total-in-cart-badge] {
  position: absolute;
  background: orange;
  color: #333;
  font-weight: 600;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 12px;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.46);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
  transform: translate(65%, -65%);
  transition: all 0.26s ease-in-out;
}

html #app-menu-mobile [total-in-cart-badge] {
  transform: translate(0, -65%);
}

html #app-menu-mobile-mmenu [total-in-cart-badge] {
  top: 12px;
  left: 20px;
}

html [total-in-cart-badge="0"] {
  visibility: hidden;
  opacity: 0;
  transform: translate(65%, -65%) scale(0.6);
}

html .uk-offcanvas-bar .product-cart-box article [erase-from-cart] {
  color: orange;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  transform: translate(50%, -50%);
  padding: 10px;
  cursor: pointer;
}

html .uk-offcanvas-bar .product-cart-box article [erase-from-cart]:hover {
  transform: translate(50%, -50%) scale(1.2);
  padding: 3px;
}

@media (hover: hover) {
  html .uk-offcanvas-bar .product-cart-box:not(:hover) article [erase-from-cart] {
    visibility: hidden;
  }
}
html .uk-cover-height-custom {
  height: 100vw !important;
}

@media screen and (min-width: 768px) {
  html .uk-cover-height-custom {
    height: calc((100vw/16) * 9) !important;
  }
}
@media screen and (min-width: 1200px) {
  html .uk-cover-height-custom {
    height: calc((100vw/16) * 7) !important;
  }
}
@media screen and (min-width: 1600px) {
  html .uk-cover-height-custom {
    height: calc((100vw/16) * 5) !important;
  }
}
html .uk-cover-media-1-1 {
  padding-bottom: 100%;
}

html .cart-summary {
  background-color: #cccccc;
  color: #4b4b4b;
}

html .cart-summary hr {
  border-color: rgba(255, 255, 255, 0.26);
}

html .cart-summary .total-total_cart-label,
html .cart-summary .total-total_cart-euro {
  font-size: 1.2rem;
}

html .cart-summary .total-products-description,
html .cart-summary .shipping-description,
html .cart-summary .description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

html #products-in-cart .product-deleted {
  position: relative;
}

html #products-in-cart .product-deleted:before {
  content: "Prodotto eliminato";
  display: block;
  position: absolute;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.26);
  text-transform: uppercase;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  top: 0;
}

html #products-in-cart,
html #products-in-page {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  html #app-content-container > .article-gallery-box-container .article-gallery-box-item article.uk-card,
html #app-content-container > .product-gallery-box-container .product-gallery-box-item article.uk-card {
    border-radius: 8px !important;
    overflow: hidden;
  }

  html #app-content-container > .article-gallery-box-container .article-gallery-box-item:first-of-type article.uk-card,
html #app-content-container > .product-gallery-box-container .product-gallery-box-item:first-of-type article.uk-card {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  html #app-content-container > .article-gallery-box-container .article-gallery-box-item:last-of-type article.uk-card,
html #app-content-container > .product-gallery-box-container .product-gallery-box-item:last-of-type article.uk-card {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  html #products-in-page > div:nth-child(odd) article.uk-card {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    overflow: hidden;
  }

  html #products-in-page > div:nth-child(even) article.uk-card {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    overflow: hidden;
  }
}
html input + .selectize-control .selectize-input.uk-form-danger,
html select + .selectize-control .selectize-input.uk-form-danger {
  color: #f0506e;
  border-color: #f0506e !important;
}

html .label-width-radio {
  padding-left: 43px;
  position: relative;
  cursor: pointer;
}

html .label-width-radio:hover {
  background-color: #f5f5f5;
}

html .label-width-radio > input {
  position: absolute;
  top: 18px;
  left: 20px;
}

html .label-width-radio .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
}

html .label-width-radio .icon > * {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

html #pay-now.uk-button,
html #buy-now.uk-button,
html #buy-continue.uk-button,
html #buy-continue-offcanvas.uk-button,
html button[form=payment-now],
html [pay-now] {
  font-weight: 600;
}

html #pay-now + small,
html #buy-now + small,
html #buy-continue + small,
html small.info-opacity {
  color: rgba(255, 255, 255, 0.56);
}

html #pay-now + small a,
html #buy-now + small a,
html #buy-continue + small a,
html small.info-opacity a {
  color: rgba(255, 255, 255, 0.86);
}

html #pay-now.uk-button.uk-disabled,
html #buy-now.uk-button.uk-disabled,
html #buy-continue.uk-button.uk-disabled,
html #buy-continue-offcanvas.uk-button.uk-disabled {
  opacity: 0.5;
}

html #pay-now.uk-disabled + small,
html #buy-now.uk-disabled + small,
html #buy-now:not(.uk-disabled) + small + small {
  display: none !important;
}

html #pay-now.uk-disabled + small + small,
html #buy-now.uk-disabled + small + small {
  display: block !important;
}

html input + .uk-show-on-error {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 12px;
  font-size: 28px;
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
  color: #f0506e;
  transition-duration: 0.26s;
  transition-timing-function: ease-in-out;
}

html input:not(.uk-form-danger) + .uk-show-on-error {
  transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

html button#buy-now.loading {
  position: relative;
  opacity: 0.5;
}

html button#buy-now.loading > x {
  opacity: 0;
}

html button#buy-now.loading > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html .uk-alert.uk-alert-info {
  background: aliceblue;
}

html .uk-card-default.uk-card-alert-warning {
  border: 3px solid orange;
  border-left: 12px solid orange;
  background: transparent;
}

html .uk-card-alert-warning h4 {
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  padding-right: 22px;
  text-shadow: 1px 1px 0 #fff;
}

html #offcanvas-cart .uk-card-alert-warning {
  color: rgba(255, 255, 255, 0.56);
}

html #offcanvas-cart .uk-card-alert-warning h4 {
  text-shadow: 1px 1px 0 #000;
  color: #fff;
}

html .uk-card-alert-warning .uk-button-close {
  top: 0;
  right: 0;
  padding: 16px;
  color: orange;
  position: absolute;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

html .noUi-pips-horizontal {
  height: 42px;
}

html .noUi-marker-horizontal.noUi-marker {
  height: 3px;
}

html .noUi-marker-horizontal.noUi-marker-large {
  height: 8px;
}

html .noUi-value.noUi-value-horizontal.noUi-value-large {
  font-size: 12px;
}

html .noUi-target {
  padding: 0 17px;
  height: 15px;
  margin-bottom: 42px;
}

html .noUi-connects {
  margin: 0 -17px;
  width: calc(100% + 34px);
}

html .noUi-connects .noUi-connect {
  background: #cccccc;
}

html .noUi-pips-horizontal {
  margin: 0 17px;
  width: calc(100% - 34px);
}

html .noUi-horizontal .noUi-handle {
  width: 30px;
  height: 24px;
  right: -15px;
}

html .noUi-handle:after,
html .noUi-handle:before {
  height: 11px;
  left: 11px;
}

html .noUi-handle:after {
  left: 15px;
}

html .swal2-container .swal2-toast {
  width: max-content;
  max-width: calc(100vw - 20px) !important;
}

html img[user-picture] {
  width: 56px;
  height: 56px;
  background-color: #e5e5e5;
}

html #app-navbar [user-picture-value] {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

html #app-navbar [user-picture-value][src="/img/account-circle.png"] {
  opacity: 0.56;
}

html .uk-cover-height-full-responsive {
  height: 100vw !important;
}

@media screen and (min-width: 768px) {
  html .uk-cover-height-full-responsive {
    height: calc(100vh - 122.5px) !important;
  }
}
html .uk-card.uk-card-app {
  background-color: #cccccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  color: #4b4b4b;
}

html #listino-prezzi .uk-leader-fill::after {
  opacity: 0.2;
}

html #listino-prezzi .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.36);
}

html .carousel-overflow {
  display: block;
  max-width: 100vw;
  overflow: auto;
}

html .carousel-overflow .carousel-cards:not(.flickity-enabled) {
  display: block;
  width: max-content;
}

html .carousel-overflow .carousel-cards:not(.flickity-enabled) .carousel-card {
  display: inline-block;
  vertical-align: middle;
}

html .article-gallery-box:after,
html .product-gallery-box:after,
html .carousel-cards:after {
  content: "";
}

html .carousel-cards {
  min-height: 180px;
  margin-bottom: 24px;
}

html .carousel-cards:not(.flickity-enabled),
html .carousel-cards.flickity-enabled .flickity-viewport {
  padding: 4px 0 8px 0;
}

html .carousel-cards:not(.flickity-enabled) .carousel-card,
html .carousel-cards.flickity-enabled .flickity-viewport .carousel-card {
  width: calc(100vw - 40px);
  margin-right: 8px;
}

html .carousel-cards:not(.flickity-enabled) .carousel-card:first-child {
  margin-left: 20px;
}

html .carousel-cards:not(.flickity-enabled) .carousel-card:last-child {
  margin-right: 20px;
}

@media screen and (min-width: 640px) {
  html .carousel-cards:not(.flickity-enabled) .carousel-card,
html .carousel-cards.flickity-enabled .flickity-viewport .carousel-card {
    width: calc(100vw - 60px);
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:first-child {
    margin-left: 30px;
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:last-child {
    margin-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  html .carousel-overflow {
    overflow: visible;
  }

  html .article-gallery-box:after,
html .product-gallery-box:after,
html .carousel-cards:after {
    content: "flickity";
    display: none;
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card,
html .carousel-cards.flickity-enabled .flickity-viewport .carousel-card {
    width: calc(((100vw - 80px) / 2) - 8px);
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:first-child {
    margin-left: 40px;
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:last-child {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  html .carousel-cards:not(.flickity-enabled) .carousel-card,
html .carousel-cards.flickity-enabled .flickity-viewport .carousel-card {
    width: calc(((1280px - 80px) / 2) - 8px);
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:first-child {
    margin-left: calc((100vw - 1200px) / 2);
  }

  html .carousel-cards:not(.flickity-enabled) .carousel-card:last-child {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
html .uk-breadcrumb.uk-breadcrumb-small > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 8px;
}

html .rating-container {
  display: block;
}

html .rating-container > div {
  display: inline-block;
  vertical-align: middle;
}

html .rating .rate-base-layer {
  color: #ccc;
}

html .rating.error .rate-base-layer {
  color: #f27474;
}

html .rating .rate-select-layer {
  color: #cccccc;
}

html .uk-comment-meta .rating-data {
  font-size: 13px;
}

html #offcanvas-filter-in-page.uk-open {
  display: block !important;
}

@media screen and (min-width: 960px) {
  html #offcanvas-filter-in-page {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
}
html .uk-sticky-header-filter {
  position: sticky;
  top: 67px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  html .uk-sticky-header-filter {
    top: 71px;
  }
}
@media screen and (min-width: 1200px) {
  html .uk-sticky-header-filter {
    top: 77px;
  }
}
html #label-slider-price-range {
  float: right;
}

html .uk-text-gold {
  color: #bb9534 !important;
}

@media screen and (min-width: 640px) {
  html .rounded-on-desktop {
    border-radius: 16px;
  }
}
html .uk-max-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html .uk-max-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html #modal-media-youtube iframe {
  max-height: calc(100vh - 100px);
  max-width: 100% !important;
}

html #modal-media-youtube .uk-modal-dialog {
  background: transparent;
}

html #modal-media-youtube .container-iframe {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.36);
  border-radius: 18px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.86);
}

html [href="#modal-media-youtube"][uk-toggle] > a.uk-position-center {
  margin-top: -30px;
}

html [href="#modal-media-youtube"][uk-toggle] i.mdi-play-circle-outline,
html [href="#modal-media-youtube"][uk-toggle] i.mdi-play-circle {
  opacity: 0.65;
}

html [href="#modal-media-youtube"][uk-toggle]:hover i.mdi-play-circle-outline,
html [href="#modal-media-youtube"][uk-toggle]:hover i.mdi-play-circle {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  html #modal-media-youtube iframe {
    max-height: calc(100vh - 100px);
    max-width: calc( ((100vh - 100px) / 9) * 16 ) !important;
  }
}
html #form-search-in-page button {
  z-index: 1;
  padding: 0 20px;
  width: auto;
}

html #form-search-in-page button + input {
  padding-right: 60px !important;
}

html .pulse-shadow {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse-shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse-shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse-shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse-shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse-shadow {
  to {
    box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes pulse-shadow {
  to {
    box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes pulse-shadow {
  to {
    box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-shadow {
  to {
    box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
  }
}
html .uk-position-top-left-out {
  right: 100%;
  left: auto;
}

html .uk-position-top-right-out {
  left: 100%;
  right: auto;
}

@media screen and (min-width: 1860px) {
  html .uk-position-top-left-out #products-categories-filter {
    width: 180px;
  }
}
html [class*=uk-ratio-] {
  width: 100%;
  display: block;
}

html .uk-ratio-16-9 {
  padding-bottom: 56.25%;
}

html .uk-ratio-1-1 {
  padding-bottom: 100%;
}

html .uk-ratio-4-3 {
  padding-bottom: 75%;
}

.uk-pagination > .uk-active > a {
  background: #cccccc;
  color: #4b4b4b;
  border-radius: 2rem;
  width: 27px;
  text-align: center;
}

html body ifrme a.poweredBy {
  display: none !important;
}

html body #wrapper-fab {
  transition: all 0.86s ease-in-out;
}

html body.no-cookie-policy #wrapper-fab,
html body.uk-offcanvas-container #wrapper-fab,
html body.pswp-opened #wrapper-fab {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  html button.jfab_main_btn:after {
    content: "Assistenza";
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 300%);
    background: #fff;
    color: #999;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 2rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.26s ease-in-out;
    transition-delay: 0.12s;
  }

  html button.jfab_main_btn:hover:after,
html .jfab_wrapper.opened button.jfab_main_btn:after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 60%);
  }
}
html .sys-rater-css {
  display: inline-block;
  position: relative;
}

html .sys-rater-css > .sys-rater-base {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

html .sys-rater-css > .sys-rater-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

html .spinner.product-spinner > input {
  height: 28px !important;
}

@media screen and (min-width: 768px) {
  html .spinner.product-spinner > input {
    height: 29px !important;
  }
}
@media screen and (min-width: 1200px) {
  html .spinner.product-spinner > input {
    height: 33px !important;
  }
}
/*
html article[product] .product-content .readmore-container {
  max-height: 6em;
}
html article[product] .product-content .readmore-container:not(.opened) {
  overflow: hidden;
} */
.read-more {
  margin-bottom: 1.5em;
}
.read-more p:last-child {
  margin-bottom: 0;
}
.read-more__link-wrap {
  display: block;
}
.read-more__link {
  font-weight: 700;
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em;
}

.read-more.is-inline.is-expanded + span {
  display: inline-block;
  margin-left: 0;
}

html .product-box-evidenza {
  --border-width: 3px;
  position: relative;
  border-radius: var(--border-width);
}
html .product-box-evidenza::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: 1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}
html .product-box-evidenza > article.uk-card {
  position: relative;
  z-index: 2;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
html iframe.uk-cover {
  pointer-events: initial;
}

#yt-player-api + div {
  transition-duration: 0.26s;
}

#yt-player-api:not(.paused) + div {
  visibility: hidden;
  opacity: 0;
}

#yt-player-api {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#yt-player-api.waiting-player {
  background: linear-gradient(-45deg, #fff, #bbb, #fff, #aaa, #fff);
  background-size: 400% 400%;
  animation: waiting-player 8s ease infinite;
}

@keyframes waiting-player {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*# sourceMappingURL=app.theme2.css.map */
