figure {
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.img-100 img {
  width: 100%;
}

a:not([href]):not([tabindex]):hover {
  color: #b0b0b0;
}

span.cursor-pointer:hover {
  color: #b0b0b0;
}

a:hover {
  color: #b0b0b0;
}

/* .img-opacity img:hover {
  opacity: 0.8;
}

.img-zoom {

  overflow: hidden;
  margin: 0 auto;
}

.img-zoom img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.img__opacity--black img:hover {
  filter: brightness(0.7);
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.img-16-9 {
  aspect-ratio: 16/9;
} */

#breadcrumbs {
  font-family: "NeueHaasGrotText-55Roman";
  padding-top: 15px;
  font-size: 11px;
  line-height: 13px !important;
  font-weight: 400;
  color: #b0b0b0;
  padding-left: 20px;
}

/* Breadcrumb */

#breadcrumbs a {
  color: #b0b0b0;
}

/* 404 */
.error404 {
  font-family: "NeueHaasGrotText-55Roman";
}

@media (max-width: 768px) {
  .button-404 a {
    margin: 0 auto;
  }

  .button-404 {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .slideAboutPage {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Animazione Custom */
.animated.fadeInUp {
  animation-name: fadeInUpCustom;
}

.animated {
  transition: opacity 1.4s 0.3s ease, transform 1s 0.3s ease;
}

.splide .splide__arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border-color: #fff;
}

.splide .splide__arrow--prev svg,
.splide .splide__arrow--next svg {
  height: 1em;
  width: 1em;
  transform: scale(1.5);
  fill: #fff;
}

.splide .splide__arrow--prev svg:focus,
.splide .splide__arrow--next svg:focus {
  outline: none;
}

.splide .splide__arrow:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .splide .splide__arrow {
    top: calc(50% - 25px) !important;
  }
}

.splide .splide__arrow {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: transparent;
}

.splide__pagination--ltr {
  display: none;
}

/* Effetto Arrow Slider */
.splide__arrow svg circle,
.splide__arrow svg path {
  stroke: #000000;
}

.splide__arrow svg:hover circle {
  stroke: #000;
}
.splide__arrow svg:hover path {
  stroke: #fff;
}
.splide .splide__arrow--prev svg:hover,
.splide .splide__arrow--next svg:hover {
  fill: #000;
}

.elementor-swiper-button svg:hover path,
.elementor-swiper-button svg:focus path,
.splide__arrow svg:focus path {
  stroke-width: 3;
}

.elementor-swiper-button svg:active path,
.splide__arrow svg:active path {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

/* .elementor-swiper-button svg path,
.splide__arrow svg path {
  transition: all 250ms ease-in-out;
} */

/* Splide Images Custom */
.splide .splide__slide img {
  height: 600px;
}

.splide.autoscroll .splide__slide img {
  height: auto;
}

.splide.standard .splide__slide {
  width: auto !important;
}

@media (max-width: 768px) {
  .splide .splide__slide img {
    height: 300px;
  }

  .splide.autoscroll .splide__slide img {
    height: 300px;
    width: auto;
  }

  .splide .splide__arrow > svg {
    transform: scale(1);
  }

  .splide .splide__arrow--prev {
    left: 25px;
  }

  .splide .splide__arrow--next {
    right: 25px;
  }
}

/* Customize Height for Logged */
.logged-in.admin-bar .header__container {
  top: 32px !important;
}

.logged-in.admin-bar .header__submenu,
.logged-in.admin-bar .search__container {
  top: 88px !important;
}

/* Select2 */
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b0b0b0 !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000000 !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.select2-cf7__container {
  background-color: #f5f5f5;
  border-bottom: 0.5px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpcf7-form-control-wrap .select2-selection__rendered {
  background-color: #f5f5f5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  border-bottom: 1px solid #b0b0b0 !important;
  border-radius: 0 !important;
}

.form__privacy--text {
  margin-bottom: 0;
}

.select2-selection__rendered {
  padding-left: 5px !important;
}

input,
textarea,
button,
select,
a,
span {
  -webkit-tap-highlight-color: transparent;
}

.justify-content-end .elementor-container {
  justify-content: end;
}

.gap-20px .elementor-container {
  gap: 20px;
}

.justify-content-center .elementor-container,
.justify-content-center .elementor-widget-wrap {
  justify-content: center;
}

/* NASCONDERE FOOTER SE NON IN ITA */

*:lang(it-IT) .footer__only-ita {
  display: block;
}

.footer__only-en,
.footer__only-fr,
.footer__only-de,
.footer__only-ita {
  display: none;
}

*:lang(en-US) .footer__only-en {
  display: block;
}

*:lang(fr-FR) .footer__only-fr {
  display: block;
}

*:lang(de-DE) .footer__only-de {
  display: block;
}

.elementor-video,
.elementor video {
  /* height: calc(100vh - 56px) !important;
  width: calc((100vh - 56px) / 0.51) !important; */
  display: block;
  margin: auto;
}

.elementor-widget-video .elementor-wrapper {
  display: flex;
  align-items: center;
}

/* Hide Recaptcha */
.grecaptcha-badge {
  display: none !important;
}

.accordion-landing-usa {
  font-family: "NeueHaasGrotText-55Roman";
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 450;
  margin-left: 0;
  text-align: left;
  padding-bottom: 18px;
}

.uc-heading .ue_heading_title {
  font-family: "NeueHaasGrotText-55Roman";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15.9px !important;
  padding: 14px 40px 14px 40px !important;
  border: 2px solid #fff;
  border-radius: 33px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: background;
  flex-grow: unset !important;
  background-color: #000000;
  color: #ffffff !important;
}

.uc-heading .ue_heading_title:hover {
  background-color: #fff !important;
  color: #000 !important;
}

#section-landing .elementor-column #product-title h2 {
  font-size: 16px;
}

/* main#content {
  max-width: 100%;
  margin: auto;
} */

/* .elementor-widget-breadcrumbs {
  margin-bottom: 20px;
} */

.boxed {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.footer_text {
  line-height: 18px;
}

.checkbox-round {
  margin-top: 0;
}

input[type="checkbox"].checkbox-round,
.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

input[type="checkbox"].checkbox-round:checked,
.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #000 !important;
}

.privacy__label {
  flex: 1;
}

.footer--text input[type="email"] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.img-100.img__opacity--black,
.am_single_grid {
  position: relative;
  overflow: hidden;
}

.img-100.img__opacity--black img,
.am_single_grid img {
  transition: transform 0.6s ease;
  display: block;
  width: 100%;
  height: auto;
}

.img-100.img__opacity--black:hover img,
.am_single_grid:hover img {
  transform: scale(1.06);
  transform-origin: center center;
  transition: transform 0.6s ease;
}

.project__main-description--text strong {
  font-weight: 400;
}

.form__newsletter {
  margin-bottom: 0;
}

.project-desc strong {
  font-weight: 400;
}

/* .project-desc p {
  margin-bottom: 0 !important;
} */

.img__opacity--black:hover .tag_product_plp {
  z-index: 1;
}
.img__opacity--black .tag_product_plp {
  z-index: 1;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  display: flex !important;
}

.am_single_grid {
  transition: transform 0.6s ease;
}

.wpcf7-list-item .checkbox-round {
  margin-top: 0 !important;
}

.wpcf7-list-item input[type="checkbox"].checkbox-round {
  background-color: #f5f5f5;
}

/* .card_scale_hover.project {
  max-height: 408px;
  overflow: hidden;
}

 */

@media screen and (min-width: 992px) {
  .card_scale_hover.boffi_brands .item-home__image {
    max-height: calc((100vw / 3) / 1.77);
    overflow: hidden;
  }
}

.elementor-posts-container .boffi_collections .elementor-post__thumbnail img {
  width: auto !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: scale(1) !important;
  transition: transform 0.3s ease-in-out;
}

.project-models__card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3/4;
  transition: transform 0.3s ease-in-out;
}

.elementor-posts-container
  .boffi_collections
  .elementor-post__thumbnail
  img:hover,
.project-models__card img:hover {
  transform: scale(1.05) !important;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .project-models__card figure {
    height: calc(((100vw - 100px) / 6) / 0.75) !important;
    overflow: hidden;
  }

  .boffi_collections.site-main {
    max-width: 100% !important;
  }
}

.designers_archive_text {
  max-width: 75%;
}

.splide.autoscroll .splide__slide img {
  width: auto !important;
}

.splide.autoscroll .splide__slide {
  width: auto !important;
  margin-right: 103px !important;
}

@media screen and (min-width: 992px) {
  .splide.autoscroll .splide__slide {
    margin-right: 166px !important;
  }
}

.store-locator,
.single-stores {
  margin-top: 56px;
}

.single-stores #content {
  max-width: 100%;
}

.store-locator .site-main {
  max-width: 1920px !important;
  width: 100% !important;
}

.elementor-hidden-desktop.elementor-hidden-tablet.elementor-hidden-mobile {
  display: none !important;
}

.offcanvas__row.block2__row.all-languages-mobile {
  column-gap: 20px;
}

.select2-cf7__container p,
.wpcf7-form p {
  margin-bottom: 0;
}

.select2-cf7__container {
  height: fit-content;
}

.iubenda-tp-btn.iubenda-cs-preferences-link,
.iub__us-widget,
.iubenda-tp-btn:not(.iubenda-floatable-tb-btn):not(
    [data-tp-nostyle],
    .iubenda-floatable-default-btn
  ),
.iubenda-tp-btn:not(
    .iubenda-floatable-tb-btn
  )[data-tp-float][data-tp-float="bottom-right"] {
  display: none !important;
}
