/* @font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu/apercu-medium-webfont.eot");
  src: url("../fonts/apercu/apercu-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/apercu-medium-webfont.woff") format("woff"), url("../fonts/apercu/apercu-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu/ApercuPro.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu/ApercuPro.otf") format("opentype"), url("../fonts/apercu/ApercuPro.woff") format("woff"), url("../fonts/apercu/ApercuPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
} */

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/apercu_light_0.otf") format("embedded-opentype"), url("../fonts/apercu/apercu_light_0.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/apercu_light_italic_0.otf") format("embedded-opentype"), url("../fonts/apercu/apercu_light_italic_0.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/apercu_regular_0.otf") format("embedded-opentype"), url("../fonts/apercu/apercu_regular_0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/apercu_medium_0.otf") format("embedded-opentype"), url("../fonts/apercu/apercu_medium_0.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/apercu/apercu_bold_0.otf") format("embedded-opentype"), url("../fonts/apercu/apercu_bold_0.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Alpha";
  src: url("../fonts/Alpha/Alpha-Light.woff") format("woff"), url("../fonts/Alpha/Alpha-Light.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

:root {
  /* --main-txt-color: #848484; */
  --main-txt-color: #000;
  --main-light-color: #ccc;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
.au-btn {
  font-family: "Alpha", sans-serif !important;
  letter-spacing: 1px;
  color: var(--main-txt-color);
  font-weight: 400;
}

.img-full {
  width: 100%;
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item {
  color: var(--main-txt-color) !important;
  font-family: "Alpha", sans-serif !important;
  letter-spacing: 1px;
  padding: 33px 0px 30px 0;
  font-weight: 400;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item > a {
  color: inherit;
  letter-spacing: initial;
  padding: 0 22px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a {
  color: var(--main-txt-color);
}

.footer-section {
  background: #ffffff;
  font-size: 13px;

  margin-bottom: 20px;
}

.footer-content > .container {
  margin-top: 160px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.footer-section .footer-content .footer-items h4 {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items p {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items span {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .socials a {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .socials a:hover {
  color: --var(--main-light-color);
}

.footer-section .footer-content .footer-items .contact i,
.footer-section .footer-content .footer-items .profile i {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items a {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items a:hover {
  color: --var(--main-light-color);
}

.footer-section .footer-content .footer-items .email input {
  border-bottom: 1px solid #e5e5e5;
}

.footer-section .footer-content .footer-items .email input::-webkit-input-placeholder {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .email input::-moz-placeholder {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .email input:-ms-input-placeholder {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .email input:-moz-placeholder {
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .email input::placeholder {
  font-size: 13px;
  color: var(--main-txt-color);
}

.footer-section .footer-content .footer-items .email .send {
  color: var(--main-txt-color);
}

.footer-section.section-box {
  padding-bottom: 20px;
}

.owl-carousel .item .item-caption {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: 36px;
  font-weight: bold;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner {
  flex-wrap: wrap;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner .images {
  flex: 50%;
}

.page-content {
  position: relative;
  display: block;
}

.section-box {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}

.touristpoint-blog-modern-text time {
  margin-bottom: 10px;
}

.header-hp-1 #canvasModal {
  left: 0;
  background: rgb(0, 0, 0, 0.2);
}

.header-hp-1 #canvasModal .canvas-content {
  right: -16px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.product-image {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #f2f2f2; */
  border: none !important;
}

.product-image .wp-post-image img {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.product-image .wp-post-image .image-secondary {
  position: absolute;
  top: 0;
  right: 100%;
}

.product-image:hover .wp-post-image .image-secondary {
  right: 0;
}

.product-image .woocommerce-loop-product__title {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative !important;
  bottom: 0px !important;
  left: auto !important;
}

.product-image:hover {
  /* border: 1px solid #e5e5e5; */
  border: none !important;
  box-shadow: none !important;
}

.preview_colori {
  /* display: flex; */
}

.preview_colori .colore {
  vertical-align: top;
  display: inline-block;
  margin: 0 6px 8px 0;
  /* flex: 1 1 0; */
  /* flex: 20%; */
  text-align: center;
  max-width: 68px;
  font-size: 12px;
}

.socials {
  display: inline-block;
  margin-left: 20px;
}

.socials a {
  color: var(--main-txt-color);
}

.socials a {
  font-size: 17px;
  padding-right: 14px;
}

.our-team-page .our-team-content .our-team-detail .member-images img,
.our-team-page .our-team-content .our-team-detail .member-images {
  border-radius: 0px;
}

.linedecor {
  border-bottom: 1px solid var(--main-txt-color);
}

.proddown_a {
  display: block;
  cursor: pointer;
}

.proddown {
  letter-spacing: 1px;
  color: var(--main-txt-color);
  font-size: 14px;
  /* background-image: url('../images/icon_tech.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: 10px; */
}

.proddown::before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f278";
  margin-right: 8px;
}

.proddown.tech {
  /* background-image: url('../images/icon_tech.png'); */
}

.proddown.dima {
  /* background-image: url('../images/icon_dima.png'); */
}

.proddown.dwg {
  /* background-image: url('../images/icon_dwg.png'); */
}

.proddown.tred {
  /* background-image: url('../images/icon_3d.png'); */
}

.breadcrumbs {
  font-size: 13px;
  padding-top: 15px;
}

.breadcrumbs a {
  color: var(--main-txt-color);
}

.prodconfig_bg,
.prodconfig_config {
  cursor: pointer;
  border-radius: 8px;
}

.prodconfig_bg.selected,
.prodconfig_config.selected {
  opacity: 0.3;
  /* background-color: #DDD; */
}

#prodconfigurator {
  position: relative;
}

#prodconfigurator img {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: auto;
}

#prodconfigurator {
  background-color: #d2d2d2;
}

#prodview_placeholder {
  position: relative !important;
  opacity: 0;
  margin: 5%;
}

/* removing blue outline from buttons */
button:focus,
button:active {
  outline: none;
}

.contact-section .contact-content .quote-form .form-input select {
  padding: 0 0 9px 0;
  border: none;
  border-bottom: 1px solid #333;
}

.contact-section .contact-content .quote-form .form-input select::-webkit-input-placeholder {
  color: #333;
}

.contact-section .contact-content .quote-form .form-input select::-moz-placeholder {
  color: #333;
}

.contact-section .contact-content .quote-form .form-input select:-ms-input-placeholder {
  color: #333;
}

.contact-section .contact-content .quote-form .form-input select:-moz-placeholder {
  color: #333;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: transparent !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  bottom: 45px;
  width: 25px;
  height: 15px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.owl-prev {
  left: 20px;
  background-image: url("../images/freccia_sx.png") !important;
}

.owl-next {
  right: 20px;
  background-image: url("../images/freccia_dx.png") !important;
}

.owlbutton {
  border: 1px solid #333;
  padding: 15px;
  color: #333 !important;
  border-radius: 0px;
  font-weight: lighter;
}

.footer-content > .container {
  border-color: var(--main-txt-color);
}

.home-slider {
  margin-top: 40px;
}

.au-navbar-mobile.style-au-navbar-mobile {
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 66.89px;
  background: #fff;
}

.searchModal {
  z-index: 100;
}
.modal-backdrop {
  z-index: 10;
}

.langmenu a {
  display: inline-block !important;
}

.header-hp-1 .menu-desktop-inner .logo {
  padding: 24px 0 30px;
}

.logo,
.logo-mobile {
  max-width: 126px;
}