/*
Theme Name: Saltonelweb-Menudigitale
Theme URI: http://www.saltonelweb.it/menudigitale
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: MenuDigitale with Bootstrap 4.3.1 and Fontello. Plugin [ WayPoint, MagnificPopUp, OWL-Carousel,
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-header,
Text Domain: snwmenu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Font Family
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy default color
-------------------------------------------------------- */
/* Section text
-------------------------------------------------------- */
/* Menu-item
-------------------------------------------------------- */
/* Menu-Title
-------------------------------------------------------- */
/* Menu-subtitle
-------------------------------------------------------- */
/* Pulsante dettagli
-------------------------------------------------------- */
/* Menu plus
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* Font Family
--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&family=Piedra&display=swap");
.ff-primary {
  font-family: "Piedra", serif;
  letter-spacing: 2px;
}

.ff-secondary {
  font-family: "Amaranth", sans-serif;
}

/* Color Text
--------------------------------------------------------*/
.has-primary-color {
  color: #f06500;
}

.has-secondary-color {
  color: #252525;
}

.has-third-color {
  color: #000000;
}

.has-fourth-color {
  color: #0b6f36;
}

.has-fifth-color {
  color: #f7f7f7;
}

.has-sixth-color {
  color: #2e2e2e;
}

.has-seventh-color {
  color: #f44336;
}

.has-eighth-color {
  color: #ffe500;
}

.has-ninth-color {
  color: #f06500;
}

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #000000;
}

/* Background
--------------------------------------------------------*/
.has-primary-background-color {
  background-color: #f06500;
}

.has-secondary-background-color {
  background-color: #252525;
}

.has-third-background-color {
  background-color: #000000;
}

.has-fourth-background-color {
  background-color: #0b6f36;
}

.has-fifth-background-color {
  background-color: #f7f7f7;
}

.has-sixth-background-color {
  background-color: #2e2e2e;
}

.has-seventh-background-color {
  background-color: #f44336;
}

.has-eighth-background-color {
  background-color: #ffe500;
}

.has-ninth-background-color {
  background-color: #f06500;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #000000;
}

/* Font size class gutenberg
--------------------------------------------------------*/
.has-42-font-size {
  font-size: 42px;
  line-height: 1.2em;
}

.has-36-font-size {
  font-size: 36px;
  line-height: 1.4em;
}

.has-32-font-size {
  font-size: 32px;
  line-height: 1.4em;
}

.has-30-font-size {
  font-size: 30px;
  line-height: 1.4em;
}

.has-28-font-size {
  font-size: 28px;
  line-height: 1.4em;
}

.has-26-font-size {
  font-size: 26px;
  line-height: 1.4em;
}

.has-24-font-size {
  font-size: 24px;
  line-height: 1.5em;
}

.has-22-font-size {
  font-size: 22px;
  line-height: 1.5em;
}

.has-20-font-size {
  font-size: 20px;
  line-height: 1.5em;
}

.has-18-font-size {
  font-size: 18px;
  line-height: 1.5em;
}

.has-16-font-size {
  font-size: 16px;
  line-height: 1.5em;
}

.has-14-font-size {
  font-size: 14px;
  line-height: 1.5em;
}

.has-13-font-size {
  font-size: 12px;
  line-height: 1.5em;
}

.has-12-font-size {
  font-size: 12px;
  line-height: 1.5em;
}

/* --------------------------------------------------------
Global
-------------------------------------------------------- */
body {
  font-family: "Amaranth", sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #eee;
}

p {
  line-height: 1.3em;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 1em;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

img {
  max-width: 100%;
}

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

a {
  color: #f06500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: underline;
  color: #0b6f36;
}

iframe {
  max-width: 100%;
}

.container {
  max-width: 1170px !important;
}

.wrap-container {
  position: relative;
  z-index: 300;
  overflow: hidden;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 1px 1px 25px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 25px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}

.wrap-container.visible {
  opacity: 1;
}

.p-adjust {
  margin-left: -15px;
  margin-right: -15px;
}

.wp-block-mkl-section-block {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-left: 15px;
  padding-right: 15px;
  width: auto !important;
}

.wp-block-mkl-section-block > .container-item-block:last-child > .menu-item {
  border-bottom: none;
}

/* Prodotto esaurito frontend
-------------------------------------------------------- */
.icon-finish {
  display: none;
}

.container-item-block.finish {
  background: transparent !important;
}

.container-item-block.finish .icon-finish {
  display: block;
  color: #f44336;
}

.container-item-block.finish .menu-price,
.container-item-block.finish .table-price {
  display: none;
}

/* Prodotto nascosto frontend
-------------------------------------------------------- */
.container-item-block.hide {
  background: transparent !important;
  display: none !important;
}

/* Cookie Bar
-------------------------------------------------------- */
#cookie-bar {
  background: #222;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 20px 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#cookie-bar.visible {
  opacity: 1;
}

#cookie-bar.fixed {
  position: fixed;
  z-index: 350;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #f06500;
  display: block;
  padding: 8px 15px;
  border-radius: 10px;
  max-width: 300px;
  margin: 20px auto;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/* google Re-Captcha V3
-------------------------------------------------------- */
.grecaptcha-badge {
  display: none;
}

/* --------------------------------------------------------
Header
-------------------------------------------------------- */
.msx-header {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(42, 49, 55, 0.52);
  border: 5px solid #232323;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 400px;
  padding: 15px 25px;
  color: white;
  z-index: 10;
  text-align: center;
}

.msx-header .text-desktop-big {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}

.msx-header .text-desktop-small {
  font-size: 16px;
  letter-spacing: 1px;
}

.main-header {
  padding-bottom: 120px;
  position: relative;
  background: #0b6f36;
}

.cover {
  position: relative;
}

.cover .logo {
  max-width: 160px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #166e36;
}

/* overlay-popup black fixed
--------------------------------------------------------*/
.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 500;
  display: none;
}

.overlay-popup.active {
  display: block;
}

.menu-item-content .detail-popup {
  z-index: 600;
}

.slide-container {
  position: relative;
}

/* LOADER
--------------------------------------------------------*/
.loader-overlay {
  background: #0b6f36;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.loader-overlay .loader-container {
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.loader-overlay .loader-container.scaleBig {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(4, 4);
  transform: translate(-50%, -50%) scale(4, 4);
}

.loader-overlay .loader-logo {
  overflow: hidden;
}

.loader-overlay .loader-logo img {
  width: 190px;
  position: relative;
  right: 50%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  opacity: 0;
}

.loader-overlay .loader-logo img.moveRight {
  opacity: 1;
  right: 0;
}

.loader-overlay .loader-text {
  margin-top: 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 10px;
  display: inline-block;
}

.loader-overlay span {
  font-weight: bold;
  color: #f7f7f7;
  letter-spacing: 1.5px;
  font-size: 25px;
  display: inline-block;
}

.loader-overlay .digital-menu {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  right: 0;
  color: #de6464;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.loader-overlay .digital-menu.visible {
  opacity: 1;
}

.loader-overlay .one {
  position: relative;
  bottom: -100px;
  -webkit-transform: skew(40deg, 40deg);
  transform: skew(40deg, 40deg);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.loader-overlay .two {
  position: relative;
  bottom: -100px;
  -webkit-transform: skew(40deg, 40deg);
  transform: skew(40deg, 40deg);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.loader-overlay .two.skewUp {
  bottom: 0px;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.loader-overlay .one.skewUp {
  bottom: 0px;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

@-webkit-keyframes skewUp {
  0% {
    -webkit-transform: skew(40deg, 40deg);
    transform: skew(40deg, 40deg);
  }

  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes skewUp {
  0% {
    -webkit-transform: skew(40deg, 40deg);
    transform: skew(40deg, 40deg);
  }

  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    bottom: 0px;
    opacity: 1;
  }
}

.two.skewUp {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

/* Spinner
--------------------------------------------------------*/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ab753;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* --------------------------------------------------------
Footer
-------------------------------------------------------- */
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 15px;
}

.footer-logo {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 200px;
}

.footer-box {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-left: 30px;
}

.btn-footer {
  background: #f06500;
  padding: 9px 17px 9px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.btn-footer:hover {
  background: #f06500;
  color: #fff;
}

footer {
  color: #fff;
  background: #191919;
  border-top: 10px solid #252525;
  line-height: 1.1;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h5,
footer p,
footer a {
  color: #fff;
}

footer .credits {
  font-size: 12px;
  background: #0e0e0e;
  color: #d8d8d8;
  letter-spacing: 1.1px;
}

footer .credits a {
  color: #f7f7f7;
  font-weight: bold;
}

footer .credits a:hover {
  color: #f06500;
  text-decoration: none;
}

footer .credits .powered a {
  color: #4caf50;
}

/* --------------------------------------------------------
./---- Footer
-------------------------------------------------------- */
/* --------------------------------------------------------
Gutenberg_blocks
-------------------------------------------------------- */
/* Cover
-------------------------------------------------------- */
.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  margin-bottom: 30px;
}

/* Alignfull
  -------------------------------------------------------- */
.alignfull {
  width: auto;
  max-width: calc(100vw);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignfull img,
.alignwide img {
  display: block;
  margin: 0 auto;
}

/* Column Gutenberg rewrite CSS per renderlo compatibile con Bootstrap
  -------------------------------------------------------- */
.row > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.row > .wp-block-column {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.wp-block-columns.row {
  margin-bottom: 0;
}

/* BLOCCO: image immagine - singola
-------------------------------------------------------- */
figure {
  position: relative;
}

/* BLOCCO: gallery
-------------------------------------------------------- */
.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  padding-top: 20px;
  line-height: 1.4;
}

.wp-block-gallery .blocks-gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-7 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-8 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-9 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-10 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

/* Overlay effect Gallery block
-------------------------------------------------------- */
.blocks-gallery-item figure a {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blocks-gallery-item:hover figure a {
  z-index: 30;
  -webkit-transform: translateY(-5px) scale(1.125, 1.125);
  transform: translateY(-5px) scale(1.125, 1.125);
  -webkit-box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.5);
}

/* Media e testo
-------------------------------------------------------- */
.entry-content-page
  .wp-block-media-text
  .has-media-on-the-right
  .wp-block-media-text__content {
  padding-right: 20px;
}

/* table
-------------------------------------------------------- */
.wp-block-table table td:before {
  content: "";
  display: inline-block;
  min-height: 20px;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-quote {
  border-left: 4px solid #f06500;
  padding: 15px;
  background: #f5f7f8;
}

.wp-block-quote p {
  margin-bottom: 15px;
}

/* Plugin gutenberg section master
-------------------------------------------------------- */
.section-bg.bg__stretched {
  background-position: center center;
}

.wp-block-mkl-section-block {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* --------------------------------------------------------
Media diaqueries for Gutenberg block
-------------------------------------------------------- */
@media (min-width: 992px) {
  /* Alignwide solo su schermi grandi
-------------------------------------------------------- */
  .alignwide {
    width: auto !important;
    max-width: 1000%;
    margin-left: calc(27% - 27vw);
    margin-right: calc(27% - 27vw);
  }

  .alignwide img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* BLOCCO: Media Text
  -------------------------------------------------------- */
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 30px;
  }

  /* BLOCCO: Gallery
  -------------------------------------------------------- */
  .wp-block-gallery .blocks-gallery-item {
    width: 100%;
  }

  .wp-block-gallery .blocks-gallery-item {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

/* --------------------------------------------------------
Plugin
-------------------------------------------------------- */
/* owl-carousel
-------------------------------------------------------- */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  background: #f06500;
  width: 50px;
  background: rgba(0, 0, 0, 0.12) !important;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
  font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 0.8;
}

.owl-carousel:hover .owl-nav button.owl-next:hover {
  opacity: 1;
}

.owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 0.8;
}

.owl-carousel:hover .owl-nav button.owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 0px;
}

.owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  bottom: -10px;
}

.owl-carousel .owl-dots button.owl-dot {
  background: rgba(181, 181, 181, 0.6);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 27px;
  height: 3px;
  border-radius: none;
  margin: 4px;
  outline: none;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background: rgba(240, 101, 0, 0.8);
}

/* --------------------------------------------------------
./---- Plugin
-------------------------------------------------------- */
/* Menu plus
--------------------------------------------------------*/
/* .menu-plus {
  position: fixed;
  bottom: 122px;
  right: 20px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(0, 0) translateY(50px);
  transform-origin: 80% 100%;
  opacity: 0;
  z-index: 100;
  font-family: 'Piedra', serif;
}

.menu-plus:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 200;
  bottom: -15px;
  right: 33px;
  background: #F06500;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-plus.active {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}

.menu-plus.active a {
  opacity: 1;
}

a.totop {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Amaranth", sans-serif;
  border-bottom: none;
  width: 100%;
  display: block;
  font-size: 20px;
  background: #ff7e23;
  padding: 8px 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

a.totop i {
  float: right;
}

a.totop:before {
  display: none;
}

.menu-plus-container {
  position: relative;
  background: #F06500;
  color: white;
  width: 300px;
  padding: 10px 30px 20px 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  max-height: 390px;
}

.menu-plus-container a {
  opacity: 0;
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0 5px 20px;
  margin-bottom: 10px;
}

.menu-plus-container a:before {
  content: "";
  width: 7px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.menu-plus-container a:hover {
  text-decoration: line-through;
  color: #fff;
}

.menu-plus-container a:focus {
  text-decoration: line-through;
  color: #fff;
}

.circle-plus {
  cursor: pointer;
  position: fixed;
  bottom: -100px;
  right: 35px;
  z-index: 100;
  opacity: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #F06500;
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.circle-plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 4px;
  background: white;
}

.circle-plus span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.circle-plus.visible {
  bottom: 25px;
  opacity: 1;
}

.circle-plus.rotate {
  transform: rotate(-45deg);
} */

/* --------------------------------------------------------
MENU PLUS NEW
-------------------------------------------------------- */
.not-visible {
  visibility: hidden;
}
.menu-plus {
  font-family: "Piedra", serif;
  position: fixed;
  bottom: 130px;
  right: 15px;
  opacity: 1;
  z-index: 250;
}

.menu-plus-container {
  position: relative;
  background: #f06500;
  color: white;
  width: 300px;

  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);

  -webkit-transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);

  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: scale(0, 0) translateY(50px);
  transform: scale(0, 0) translateY(50px);
  -webkit-transform-origin: 80% 100%;
  transform-origin: 80% 100%;
  opacity: 0;
}

.menu-plus-container:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 200;
  bottom: -15px;
  right: 33px;
  background: #f06500;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-plus-container.active-plus {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
}

.menu-plus-voice {
  overflow-y: auto;
  max-height: 310px;
  padding: 10px 30px 0 30px;
}

.menu-plus-voice a {
  opacity: 1;
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0 5px 20px;
  margin-bottom: 10px;
}

.menu-plus-voice a:before {
  content: "";
  width: 7px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.menu-plus-voice a:hover {
  text-decoration: line-through;
  color: #fff;
}

.menu-plus-voice a:focus {
  text-decoration: line-through;
  color: #fff;
}

.circle-plus-container {
  cursor: pointer;
  position: fixed;
  bottom: 0px; /**/
  right: 0px;
  padding: 30px;
  z-index: 500;
  overflow: hidden;
}

.circle-plus {
  opacity: 0;
  border-radius: 100%;
  background: #f06500;
  position: relative;
  bottom: -100px;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*ANIMATION PLUS*/

.circle-plus.visible-plus {
  /*VISIBLE*/
  bottom: 0px;
  opacity: 1;
}

.circle-plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 4px;
  background: white;
}

.circle-plus span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.circle-plus.rotate {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.totop {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Amaranth", sans-serif;
  border-bottom: none;
  width: 100%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: block;
  font-size: 20px;
  background: #ff7e23;
  padding: 8px 30px;
}

a.totop i {
  float: right;
}

.wrap-container.zindexDown {
  z-index: 100;
}

/* --------------------------------------------------------
Utility Utilities
-------------------------------------------------------- */
/* overlay-box
--------------------------------------------------------*/
.overlay-box {
  position: relative;
  overflow: hidden;
}

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

.overlay-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #e3217a;
}

.overlay-box .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(3, 3);
  transform: translate(-50%, -50%) scale(3, 3);
  color: #fff;
  opacity: 0;
  font-size: 30px;
}

.overlay-box:hover {
  position: relative;
}

.overlay-box:hover .overlay {
  opacity: 0.8;
}

.overlay-box:hover .overlay i {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  font-size: 30px;
}

/* --------------------------------------------------------
./---- Utility Utilities
-------------------------------------------------------- */
/* --------------------------------------------------------
Animation
-------------------------------------------------------- */
/* animate
-------------------------------------------------------- */
.animate {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------
./---- Animation
-------------------------------------------------------- */
/* --------------------------------------------------------
Home
-------------------------------------------------------- */
h1.seo-title {
  position: absolute;
  top: -500px;
  left: 0;
}

/* Section-menu-title
--------------------------------------------------------*/
.section-menu-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-menu-title h2 {
  font-size: 24px !important;
}

.section-menu-title p {
  font-size: 11px;
  letter-spacing: 2px;
}

@media (min-width: 1025px) {
  .msx-header {
    display: block;
  }

  .wrap-container {
    margin-bottom: 25px;
  }

  .circle-plus {
    right: 22%;
  }

  .menu-plus {
    right: 21%;
  }
}

/* --------------------------------------------------------
Desktop-small lg > 991
-------------------------------------------------------- */
@media (min-width: 991px) {
  .main-header {
    padding-bottom: 180px;
  }

  .slide-container {
    margin-top: 50px;
  }

  .cover .logo {
    max-width: 150px;
  }

  .owl-slide {
    max-width: 768px;
    margin: 0 auto;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    background: #000 !important;
    opacity: 0.7;
  }

  .alignfull {
    width: auto;
    max-width: calc(100vw -8px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -60px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
  }
}

/* --------------------------------------------------------
Tablet md > 767
-------------------------------------------------------- */
@media (min-width: 767px) {
  .cover .logo {
    max-width: 200px;
  }

  p {
    font-size: 18px;
  }

  .wrap-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .wp-block-mkl-section-block {
    margin-left: -35px !important;
    margin-right: -35px !important;
    padding-left: 35px;
    padding-right: 35px;
    width: auto !important;
  }

  .p-adjust {
    margin-left: -35px;
    margin-right: -35px;
  }

  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 35px;
  }

  .footer-box {
    padding-left: 50px;
  }

  .credits {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-footer {
    color: #fff;
    background: #f06500;
    padding: 12px 20px 12px 18px;
    display: inline-block;
    border-radius: 15px;
    font-size: 16px;
  }

  footer .credits {
    font-size: 14px;
    line-height: 1.3;
  }

  .container-item-block .menu-snw-title_title {
    font-size: 30px;
  }

  .container-item-block .snw-text_title {
    font-size: 32px;
  }

  .container-item-block .menu-snw-subtitle {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .container-item-block .menu-snw-subtitle h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .container-item-block .menu-item {
    margin-bottom: 20px;
  }

  .container-item-block .menu-item-content {
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .container-item-block .menu-item-content h5 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .container-item-block .menu-item-content p {
    font-size: 18px;
    line-height: 1.5;
  }

  .container-item-block .menu-item-content a.btn-popup {
    font-size: 14px;
    padding: 4px 14px;
  }

  .container-item-block .menu-item-price .menu-price,
  .container-item-block .menu-item-price .price-text {
    font-size: 26px;
  }

  .container-item-block .menu-snw-title_icon {
    width: 60px;
    height: 60px;
  }

  .container-item-block .table-price td,
  .container-item-block .table-price th {
    font-size: 26px;
    padding-left: 15px;
  }
}

/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: auto;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }
}
