/**********************************************/
/*** Scss dedicated to Variables  *************/
/**********************************************/
/*********************/
/* FOnts *************/
/*********************/
/*********************/
/* Color *************/
/*********************/
:root {
  /* Colors: */
  /* Font/text values */
  /* Hambiurger Icon */
  --var-hamburger-width:40px;
  --var-hamburge-height:20px;
  --var-hamburge-height_hover:15px;
  --var-hamburger-color:#fff;
  /* Menu Top */ }

/*********************/
/* Thypo *************/
/*********************/
.menu {
  font-size: 16px; }

.h1 {
  font-size: 42px;
  font-weight: 900; }

.h2 {
  font-size: 16px;
  font-weight: 900; }

.h3 {
  font-size: 16px;
  font-weight: 500; }

.roboto_black {
  font-size: 42px;
  font-weight: 900; }

.intro {
  font-size: 16px; }

.pulsanti {
  font-size: 16px; }

.citazione {
  font-size: 30px; }

.nav_top_a {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center; }

/*********************/
/* Animation & Transitions ***/
/*********************/
.animation_long, nav.navbar #menu-menu-menu a, .fadeOnScreen {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.animation_short, nav.navbar .navbar-nav a:after, nav.navbar .navbar-nav-top a:after, .menu_hamburger .hamburger_icon, .menu_hamburger .hamburger_icon:before, .menu_hamburger .hamburger_icon:after, .standard_btn_stroke, .standard_btn_stroke a, .standard_btn_stroke:after, .category_nav a, a.standard_linlk, a.standard_linlk:before, .custom-ifram-wrapper .fa-times, .prod_desc, .prod_desc .readmore span, .readmore span, .popup_header .back_link, .popup_header .zoom_link, .single-3d_prodotto .posts_navigation .posts_nav {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.animation_extrashort, nav.navbar #menu-menu-menu {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/*********************/
/* Mediaqueries ******/
/* @media screen and (max-width: $break-medium) {} */
/*********************/
/*********************/
/* General **********/
/*********************/
/* Footer height for sticky footer */
/**********************************************/
/*** Scss dedicated to ooter  *****************/
/**********************************************/
#footer {
  padding-top: 48px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #footer {
      padding-bottom: 0px; } }
  #footer p {
    text-align: left; }
    @media screen and (max-width: 768px) {
      #footer p {
        text-align: center; } }
  #footer .social_link {
    float: left; }
    #footer .social_link .md {
      font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #footer .social_link {
        float: none; } }
    #footer .social_link:last-child {
      margin-left: 0rem; }
  @media screen and (max-width: 768px) {
    #footer .third_col {
      margin-top: 2rem; } }
  @media screen and (max-width: 768px) {
    #footer .third_col p {
      text-align: center !important; } }

.copy {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .copy {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-left: .5rem;
      padding-right: .5rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

/**********************************************/
/*** Scss dedicated to Header  ****************/
/**********************************************/
nav.navbar {
  margin-bottom: 0;
  position: fixed;
  z-index: 99;
  min-width: 100%; }
  nav.navbar.bg-faded {
    background-color: transparent; }
  nav.navbar .navbar-nav a, nav.navbar .navbar-nav-top a {
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    nav.navbar .navbar-nav a:after, nav.navbar .navbar-nav-top a:after {
      position: absolute;
      width: 0px;
      height: 1px;
      bottom: 0;
      content: ""; }
    nav.navbar .navbar-nav a:hover:after, nav.navbar .navbar-nav-top a:hover:after {
      width: 90%; }
  nav.navbar .social_link {
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      nav.navbar .social_link {
        display: none; } }
  nav.navbar .row {
    min-height: 150px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      nav.navbar .row {
        flex-direction: column; } }
  nav.navbar #menu-menu-menu {
    position: absolute;
    left: -100vw;
    min-width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    min-height: 100vh; }
    nav.navbar #menu-menu-menu li {
      margin-left: 0; }
    nav.navbar #menu-menu-menu a {
      opacity: 0;
      text-align: center;
      text-transform: uppercase;
      opacity: 1; }
      nav.navbar #menu-menu-menu a:after {
        bottom: 25px !important; }
    nav.navbar #menu-menu-menu.navmenu_active {
      left: 0; }
      nav.navbar #menu-menu-menu.navmenu_active a {
        opacity: 1; }
  nav.navbar #menu-top-menu {
    display: flex;
    justify-content: space-between; }
  nav.navbar .out_menu_wrp {
    justify-content: space-evenly; }
  nav.navbar .logo_wrp {
    position: relative;
    z-index: 9999; }

.site-logo {
  max-width: 100%; }
  .site-logo img {
    max-width: 150px; }

@media screen and (max-width: 768px) {
  .navigation_wrp {
    min-width: 100%;
    flex-direction: column;
    padding-bottom: 0rem;
    max-height: 0;
    overflow: hidden; } }
@media screen and (max-width: 768px) {
  .navigation_wrp.navmenu_active {
    padding-bottom: 4rem;
    max-height: 100vh; } }
@media screen and (max-width: 768px) {
  .navigation_wrp .navbar-nav {
    flex-direction: column;
    display: flex;
    min-width: 100%;
    position: relative;
    left: 25px;
    margin-top: 5rem; } }
@media screen and (max-width: 768px) {
  .navigation_wrp .navbar-nav li {
    margin-left: 2rem !important; } }

.menu_hamburger {
  display: block;
  position: relative;
  min-width: 40px;
  z-index: 9999;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .menu_hamburger {
      margin-left: auto;
      flex-direction: column;
      display: block; } }
  .menu_hamburger .hamburger_icon {
    max-width: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: var(--var-hamburger-width);
    height: auto;
    min-height: var(--var-hamburge-height);
    border-top: 3px solid var(--var-hamburger-color);
    margin-left: auto;
    margin-right: auto; }
    .menu_hamburger .hamburger_icon:before, .menu_hamburger .hamburger_icon:after {
      height: 3px !important;
      background-color: var(--var-hamburger-color) !important; }
    .menu_hamburger .hamburger_icon:before {
      width: 100%;
      top: 30%;
      right: 0; }
    .menu_hamburger .hamburger_icon:after {
      width: 20px;
      bottom: 0;
      right: 0; }
  .menu_hamburger:hover .hamburger_icon {
    max-width: 30px; }
    .menu_hamburger:hover .hamburger_icon:before {
      top: 40%;
      width: 90%; }
    .menu_hamburger:hover .hamburger_icon:after {
      bottom: 10%;
      width: 15px; }
  .menu_hamburger.menu_active .hamburger_icon {
    border-color: transparent;
    min-height: 27px; }
    .menu_hamburger.menu_active .hamburger_icon:before {
      transform: rotate(45deg);
      width: 100%; }
    .menu_hamburger.menu_active .hamburger_icon:after {
      transform: rotate(-45deg);
      width: 100%;
      bottom: 9px; }

/**********************************************/
/*** Scss dedicated to Guttemberg Blocks ******/
/**********************************************/
#sticky {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden; }

.navbar,
#footer {
  flex: none; }

.main-container {
  flex: 1 0 auto;
  padding-top: 0; }

.main-container {
  margin-bottom: 0; }

/* Effetti in entrata */
.fadeOnScreen {
  opacity: 0; }
  .fadeOnScreen.fadeOnScreen_active {
    opacity: 1; }

/* Classi per flex */
.flex, nav.navbar .navbar-nav a, nav.navbar .navbar-nav-top a, nav.navbar .row, nav.navbar #menu-menu-menu, nav.navbar .out_menu_wrp, .navigation_wrp, .slick-list .slick-track, .button_wrp, .post_meta_wrp, .breadcrumbs_wrp #breadcrumbs, .category_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex_column, nav.navbar #menu-menu-menu, .post_meta_wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex_column_rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex_row, nav.navbar .out_menu_wrp, .navigation_wrp, .button_wrp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_j_center, nav.navbar .navbar-nav a, nav.navbar .navbar-nav-top a, nav.navbar #menu-menu-menu, .breadcrumbs_wrp #breadcrumbs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex_j_flexend, .navigation_wrp {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex_a_center, nav.navbar .navbar-nav a, nav.navbar .navbar-nav-top a, nav.navbar .row, nav.navbar #menu-menu-menu, nav.navbar .out_menu_wrp, .navigation_wrp, .button_wrp, .post_meta_wrp, .breadcrumbs_wrp #breadcrumbs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.pubfa_news_preview a:focus,
a:hover {
  color: #000 !important;
  text-decoration: underline; }

/* SLider SLick */
.slick-list {
  overflow: hidden; }

.slick-dots {
  display: flex;
  top: 27vh;
  position: absolute;
  max-height: 2rem; }
  @media screen and (max-height: 764px) {
    .slick-dots {
      top: 36vh; } }
  @media screen and (max-width: 768px) {
    .slick-dots {
      display: flex;
      position: relative;
      justify-content: center;
      top: auto; } }
  .slick-dots li {
    border-radius: 12px;
    width: 15px;
    height: 15px; }

/* Divider */
.divider {
  background-repeat: no-repeat;
  background-position: center center;
  width: 260px;
  height: 10px;
  display: block;
  margin-top: 12px;
  margin-bottom: 0px; }
  .divider.divider-center {
    margin-left: auto;
    margin-right: auto; }

.button_wrp {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .button_wrp {
      flex-direction: column; } }

.standard_btn_stroke {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: .5rem 1rem;
  position: relative;
  overflow: hidden; }
  .standard_btn_stroke a {
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    position: relative;
    z-index: 9; }
    .standard_btn_stroke a:focus {
      outline: none; }
  .standard_btn_stroke:after {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 0 !important; }
  .standard_btn_stroke:hover a {
    text-decoration: none; }
  .standard_btn_stroke:hover:after {
    width: 100% !important; }

.hide_mob {
  display: block;
  margin-top: 1.2rem; }
  @media screen and (max-width: 1023px) {
    .hide_mob {
      display: none; } }

.hide_desk {
  display: none; }
  @media screen and (max-width: 1023px) {
    .hide_desk {
      display: block; } }

.zero_padding_oriz {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 1023px) {
    .zero_padding_oriz {
      padding-left: 1rem;
      padding-right: 1rem; } }

.zero_padding_left {
  padding-left: 0; }
  @media screen and (max-width: 1023px) {
    .zero_padding_left {
      padding-left: 0;
      padding-right: 0; } }

.zero_padding_right {
  padding-right: 0; }
  @media screen and (max-width: 1023px) {
    .zero_padding_right {
      padding-left: 0;
      padding-right: 0; } }

.before_after, .menu_hamburger .hamburger_icon:before, .menu_hamburger .hamburger_icon:after, .standard_btn_stroke:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff; }

.single-post .entry-content {
  padding-left: 10vw;
  padding-right: 10vw;
  margin-bottom: 3rem; }
  .single-post .entry-content p {
    text-align: left; }
.single-post .last_divider {
  border-bottom: 1px solid;
  display: block;
  width: 100%;
  min-height: 1px;
  margin-top: 33px;
  margin-bottom: 25px; }
.single-post .post_intro_title {
  padding-top: 116px;
  padding-bottom: 116px;
  margin-bottom: 33px; }
  .single-post .post_intro_title span.intro_title_txt {
    text-align: center;
    min-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 26px; }

.post_meta_wrp {
  text-align: center; }
  .post_meta_wrp .first_cat {
    text-align: left;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 32px; }

.single_related {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px; }
  .single_related .post_category {
    text-align: left;
    margin-top: 25px; }
    @media screen and (max-width: 1023px) {
      .single_related .post_category {
        text-align: center; } }
  .single_related .preview_title {
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .single_related .preview_title {
        text-align: center; } }
  .single_related .preview_text {
    text-align: left; }
    @media screen and (max-width: 1023px) {
      .single_related .preview_text {
        text-align: center; } }

.link_archive {
  width: 100%;
  text-align: right !important;
  display: flex !important;
  margin-top: 28px;
  margin-bottom: 45px;
  text-align: left;
  position: relative;
  text-decoration: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  overflow: hidden;
  max-width: 14rem;
  float: right; }
  @media screen and (max-width: 768px) {
    .link_archive {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      max-width: 20rem; } }
  .link_archive ion-icon.md {
    min-width: 3rem;
    margin-left: 5px; }

.socials_share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .socials_share .btn-floating {
    border-radius: 3rem;
    padding: 0 4px;
    font-size: 1.65rem;
    color: #000; }
    .socials_share .btn-floating.btn-tw {
      background-color: #000;
      color: #fff;
      font-size: 1rem;
      padding: 0 4px; }
      .socials_share .btn-floating.btn-tw:hover {
        color: #fff !important; }

.title_wrp_related {
  margin-top: 67px;
  position: relative;
  overflow: hidden;
  display: contents;
  padding-top: 0rem;
  text-align: center; }

.related {
  margin-top: 1rem;
  position: relative;
  display: block; }

.breadcrumbs_wrp #breadcrumbs {
  text-align: center; }
  .breadcrumbs_wrp #breadcrumbs a {
    color: #000;
    font-weight: bold;
    text-align: center; }

.category_nav {
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .category_nav {
      flex-direction: column; } }
  .category_nav a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 13px 20px;
    background-color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .category_nav a {
        margin-bottom: 1rem; } }
    .category_nav a:hover, .category_nav a.active {
      color: #fff;
      text-decoration: underline; }

a.standard_linlk {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
  a.standard_linlk:before {
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #fff;
    content: "";
    bottom: 0; }
  a.standard_linlk:hover:before {
    width: 100%; }

/* Custom fiamma 3d */
/* fonts */
.baskerville {
  font-family: 'Libre Baskerville', serif; }

.open_sans, .titolo, .prod_title, .single-3d_prodotto, .standard_txt, .prod_desc {
  font-family: 'Open Sans', sans-serif; }

.titolo, .prod_title, .single-3d_prodotto {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0px; }

.standard_txt, .prod_desc {
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px; }

.custom-ifram-wrapper .fa-times {
  font-size: 2.3rem;
  font-weight: 600; }
  .custom-ifram-wrapper .fa-times:hover {
    color: #c10a26; }

#et-boc .et-l .custom-ifram-wrapper, .custom-ifram-wrapper {
  position: absolute;
  top: 3%;
  /* bottom: 10%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 80%;
  max-width: 980px;
  max-height: 78vh;
  overflow: hidden; }

/* popup */
.prod_title {
  color: #C10A26;
  margin-bottom: 3rem; }

/* CHiusura */
.pano-wrap .cross {
  top: 13px !important;
  right: 13px !important;
  background-color: transparent;
  color: #FAFAFA;
  box-shadow: none; }

.single-3d_prodotto {
  color: #C10A26; }

.prod_desc {
  color: #6A4F3C;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 290px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .prod_desc {
      max-height: initial !important;
      display: none; } }
  .prod_desc .readmore span {
    transform: rotate(0deg); }
  .prod_desc.desc_active {
    max-height: 100vh; }
    .prod_desc.desc_active .readmore {
      padding-top: 0;
      background: -moz-linear-gradient(top, rgba(241, 237, 228, 0) 0%, #f1ede4 0%);
      background: -webkit-linear-gradient(top, rgba(241, 237, 228, 0) 0%, #f1ede4 0%);
      background: linear-gradient(to bottom, rgba(241, 237, 228, 0) 0%, #f1ede4 0%);
      background-color: rgba(255, 255, 255, 0); }
      .prod_desc.desc_active .readmore span {
        transform: rotate(180deg); }

.readmore {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  background-color: #f1ede4;
  background: -moz-linear-gradient(top, rgba(241, 237, 228, 0) 0%, #f1ede4 100%);
  background: -webkit-linear-gradient(top, rgba(241, 237, 228, 0) 0%, #f1ede4 100%);
  background: linear-gradient(to bottom, rgba(241, 237, 228, 0) 0%, #f1ede4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1ede4', endColorstr='#f1ede4',GradientType=0 );
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 0.5rem;
  color: #c10a26;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .readmore span {
    opacity: 1; }
  .readmore .hydrated {
    margin-left: 1rem;
    margin-right: 1rem; }
  .readmore:hover span {
    opacity: .7; }

.main_prod_popup {
  background-color: #F1EDE4; }
  .main_prod_popup #footer, .main_prod_popup .copy {
    display: none; }

.popup_header {
  min-width: 100%;
  background-color: #434343;
  height: 52px;
  z-index: 9;
  position: fixed;
  width: 100%;
  display: flex; }
  .popup_header .back_link {
    font-size: 1rem;
    color: #fff;
    padding-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .popup_header .back_link:hover {
      color: #C10A26 !important; }
  .popup_header .zoom_link {
    font-size: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .8rem; }
    .popup_header .zoom_link:hover svg {
      fill: #c10a26; }
    .popup_header .zoom_link .dettagli_mob {
      display: none; }
      @media screen and (max-width: 768px) {
        .popup_header .zoom_link .dettagli_mob {
          display: block; } }
    @media screen and (max-width: 768px) {
      .popup_header .zoom_link #openBtn_custom {
        display: none; } }
  .popup_header svg {
    fill: #fff; }

.popup_conts_main {
  display: flex;
  padding-top: 52px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .popup_conts_main {
      flex-direction: column; } }
  .popup_conts_main > div.col.col-sm-12.col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 644px; }
    @media screen and (max-width: 768px) {
      .popup_conts_main > div.col.col-sm-12.col-md-8 {
        max-height: 65vh;
        min-height: 65vh; } }
  .popup_conts_main .model {
    min-height: 550px;
    height: 100%; }

.main_prod_popup .col-sm-12.col-md-8 {
  background-color: #fff;
  /* padding: 30px;
   padding-bottom: 8rem;
   padding-top: 5rem; */
  background-color: #fff; }

.popup_sidebar {
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  background-color: #f1ede4; }
  @media screen and (max-width: 768px) {
    .popup_sidebar {
      overflow: auto; } }

.scheda_tecnica_wrp {
  margin-right: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline; }
  .scheda_tecnica_wrp a {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #6A4F3C;
    padding-left: 1rem;
    font-size: 1.2rem; }
    .scheda_tecnica_wrp a ion-icon {
      color: #C10A26;
      margin-right: 5px; }

.popup_sidebar {
  padding-left: 20px; }

/* Room */
#master-container {
  max-width: none !important; }

nav.navbar {
  position: relative !important;
  background-color: #C10A26 !important;
  border-radius: 0; }
  nav.navbar .row {
    min-height: 50px; }

.out_menu_wrp {
  display: none !important; }

iframe {
  min-height: 800px; }

#footer {
  display: none !important; }

#et-boc .et-l .custom-ifram-flex, .custom-ifram-flex {
  height: fit-content; }

/* Single 3d */
.single-3d_prodotto .main-container {
  min-width: 100%; }
.single-3d_prodotto .bp_model_parent .slot .progress-bar {
  top: 3rem !important; }
.single-3d_prodotto .first_prj, .single-3d_prodotto .last_prj {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none; }
.single-3d_prodotto .posts_navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
  display: none; }
  .single-3d_prodotto .posts_navigation .posts_nav {
    display: flex;
    border: 1px solid #6a4f3c;
    padding: 1rem;
    color: #6a4f3c;
    background-color: #f1ede4;
    font-size: 1.2rem; }
    .single-3d_prodotto .posts_navigation .posts_nav:hover {
      border: 1px solid #f1ede4;
      color: #f1ede4 !important;
      background-color: #6a4f3c;
      text-decoration: none; }
  .single-3d_prodotto .posts_navigation .prev_btn {
    margin-right: 2rem; }

.single_3d_prod_wrp {
  position: fixed;
  width: 64%; }
  @media screen and (max-width: 768px) {
    .single_3d_prod_wrp {
      position: relative;
      width: 70%; } }
  .single_3d_prod_wrp #openBtn, .single_3d_prod_wrp #closeBtn {
    display: none !important;
    visibility: hidden; }

@media screen and (max-width: 768px) {
  #master-container {
    height: 500px !important; } }

/*# sourceMappingURL=default.css.map */
