/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/
/* Child theme CSS
--------------------------------------------------------------- */
.virtual-terminal {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow-x: hidden;
}

.virtual-terminal .border {
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  text-align: center;
  position: relative;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background-image: linear-gradient(#fff, #f1f1f1);
}

.virtual-terminal .border > span {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 10vh;
}

.virtual-terminal .border > span h2 {
  font-size: 20px;
}

.virtual-terminal .border > span h3 {
  font-size: 18px;
  padding: 0px;
}

.virtual-terminal .border .pant {
  border-top: 2px solid #e5e5e5;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.virtual-terminal .border .pant div.description {
  width: 100%;
  height: 15vh;
}

.virtual-terminal .border .pant div.description textarea {
  width: 100%;
  background-color: transparent;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-radius: 0px !important;
}

.virtual-terminal .cunrent-amuount {
  position: relative;
  width: 100%;
  text-align: right;
  line-height: 1.618;
  padding: 0.6180469716em;
  font-size: 35px;
  text-align: center;
  height: 17vh;
  color: #434248;
  font-weight: 600;
}

.virtual-terminal .cunrent-amuount .number {
  position: absolute;
  text-align: right;
  color: transparent !important;
  background-color: transparent !important;
  top: -13px;
  right: 0;
  border: 0px;
  background-color: transparent;
  width: 100% !important;
  height: 100% !important;
  caret-color: #ccc;
  text-align: center;
  margin-right: -14px;
  font-weight: 600;
}

.virtual-terminal .list-number {
  height: 36vh;
  list-style: none;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.virtual-terminal .list-number li {
  height: auto;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  border-left: solid 2px #e5e5e5;
  border-top: solid 2px #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.virtual-terminal .list-number li:nth-child(3n) {
  border-right: solid 1px #e5e5e5;
}

.virtual-terminal .list-number li > span {
  width: 100% !important;
  border-radius: 000px;
  display: inline-block;
  color: #777;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
  text-align: center;
}

.virtual-terminal .list-number li > span > span {
  display: none;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -7px;
}

.virtual-terminal .list-number li > span:active {
  background-color: inherit;
}

.virtual-terminal .list-number li svg {
  width: 25px;
  height: 25px;
}

.virtual-terminal .list-number #enter span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc530), to(#aef068));
  background-image: linear-gradient(#7cc530, #aef068);
  color: #2c2c2c;
  text-align: center;
  padding: 5px !important;
  font-weight: bold;
  border-bottom: 3px solid #4c771d;
  border-right: 2px solid #4c771d;
}

.virtual-terminal .list-number #enter span:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc530), to(#7cc530));
  background-image: linear-gradient(#7cc530, #7cc530);
}

.virtual-terminal .list-number #n-cancel span {
  color: #2c2c2c;
  text-align: center;
  padding: 5px !important;
  font-weight: bold;
}

.virtual-terminal .list-number #help span,
.virtual-terminal .list-number #note span {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}

.virtual-terminal .btn-pay {
  color: white;
  background-color: #009ee0;
  text-transform: uppercase;
  text-align: center;
  height: 9vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.virtual-terminal .btn-pay:active {
  background-color: #0A2540;
}

/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 32em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.modal-wrapper textarea {
  resize: none;
}

.modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .modal-wrapper {
    width: 90%;
  }
}

.display-block {
  display: block !important;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(51, 51, 51, 0.37);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

#nm-quickview {
  border-radius: 5px;
  overflow: auto;
  padding-top: 35px;
}

#nm-quickview .share-mobile {
  position: absolute;
  right: 40px;
  top: 0;
}

#nm-quickview .share-mobile svg {
  width: 15px;
  height: auto;
}

#nm-quickview .nm-qv-summary-content.align-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0px;
}

/*menu de categorias*/
.categorie-button {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.categorie-button span {
  display: none;
  float: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.categorie-button span svg {
  width: 1rem;
  height: auto;
  fill: #fff;
}

.product-categories {
  padding-left: 5px;
  padding-bottom: 20px;
  background-color: white;
}

.product-categories li {
  text-align: left;
}

.product-categories a {
  padding-right: 29px;
  display: table;
  color: #000;
  width: 100%;
  font-size: 16px;
}

.product-categories a:hover {
  color: #009ee0 !important;
}

.product-categories .cat-parent {
  position: relative;
}

.product-categories .cat-parent .children {
  display: none;
  margin-left: 8px;
}

.product-categories .cat-parent .children li a {
  padding-left: 7px;
  color: #000;
  font-weight: 400;
}

.product-categories .cat-parent > .s-i {
  position: absolute;
  top: 2px;
  height: 27px;
  width: 27px;
  right: 2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-categories .cat-parent > .s-i:before {
  z-index: 1;
  content: "";
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIJIHZpZXdCb3g9IjAgMCA0OTAgNDkwIiA+PGc+PHBvbHlnb24gcG9pbnRzPSIwLDMzMi42NjggMjQ1LjAwNCw4Mi42MzEgNDkwLDMzMi42NjggNDEzLjUwNyw0MDcuMzY5IDI0NS4wMDQsMjM1LjQwMiA3Ni40OTMsNDA3LjM2OSAiLz48L2c+PC9zdmc+") center/1em auto no-repeat;
  position: absolute;
  top: 0px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
}

.product-categories .children .children li a {
  padding-left: 8px;
  color: #000;
  font-weight: 300;
}

.product-categories .current-cat > a {
  color: #009ee0 !important;
}

.product-categories .current-cat > .children,
.product-categories .current-cat-parent > .children,
.product-categories .open-sub > .children {
  display: block;
}

.product-categories .current-cat > .children ~ .s-i,
.product-categories .current-cat-parent > .children ~ .s-i,
.product-categories .open-sub > .children ~ .s-i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.product-categories .current-cat > .children ~ .s-i:before,
.product-categories .current-cat-parent > .children ~ .s-i:before,
.product-categories .open-sub > .children ~ .s-i:before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIJIHZpZXdCb3g9IjAgMCA0OTAgNDkwIiA+PGc+PHBvbHlnb24gcG9pbnRzPSIwLDMzMi42NjggMjQ1LjAwNCw4Mi42MzEgNDkwLDMzMi42NjggNDEzLjUwNyw0MDcuMzY5IDI0NS4wMDQsMjM1LjQwMiA3Ni40OTMsNDA3LjM2OSAiLz48L2c+PC9zdmc+") center/1em auto no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-categories .current-cat > .children .current-cat > a,
.product-categories .current-cat-parent > .children .current-cat > a,
.product-categories .open-sub > .children .current-cat > a {
  color: #009ee0;
}

@media (max-width: 990px) {
  .categorie-button span {
    display: block;
  }
  .product-categories {
    display: none;
  }
  .open {
    display: block;
  }
  .nm-shop-sidebar-col {
    padding-right: 0px;
  }
}

header.easy .nm-header-inner .nm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #e7e7e7;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 24px;
  height: 24px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.mn-booking a {
  color: #009ee0;
}

.mn-booking .ea-bootstrap {
  margin-left: auto;
  margin-right: auto;
}

.mn-booking .ea-bootstrap a.ui-state-default {
  color: #009ee0;
}

.mn-booking .ea-bootstrap a.ui-state-active {
  color: white;
}

.mn-booking .ea-bootstrap .form-control {
  height: 45px;
  font-size: 16px;
}

.mn-booking .ea-bootstrap .form-control:focus {
  border-color: #009ee0;
  outline: 0;
}

.mn-booking .ea-bootstrap .active {
  border-color: #009ee0;
  outline: 0;
}

.mn-booking pre {
  padding: 0px 20px;
  background: #fff;
  border: 0px solid #e7e7e7;
}

@media (max-width: 768px) {
  .mn-booking pre {
    margin-top: 0px;
  }
}

.mn-booking .col-sm-12 {
  position: relative;
}

.mn-booking .col-sm-12:before {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 100px solid #f0ad4e;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  z-index: 999;
}

.mn-booking .col-sm-12 select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(102, 175, 233, 0.8) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(102, 175, 233, 0.8) !important;
}

.mn-booking .ui-datepicker .ui-datepicker-calendar td {
  border-radius: 0px;
}

.mn-booking .ui-datepicker .ui-datepicker-current-day {
  background-color: #009ee0;
  border-radius: 0px;
}

.mn-booking .ea-bootstrap .ui-datepicker .no-slots,
.mn-booking .ea-bootstrap .ui-datepicker .no-slots:hover {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

.mn-booking .ea-bootstrap.ea-bootstrap .selected-time,
.mn-booking .ea-bootstrap.ea-bootstrap .selected-time:hover {
  background-color: #0ac752 !important;
}

.mn-booking .ea-bootstrap .well-lg {
  padding: 24px;
  border-radius: 0px !important;
}

.mn-booking .ui-datepicker {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  margin-top: 4px;
  padding: 10px;
  /* width: 240px; */
}

.mn-booking .ea-bootstrap a.ui-corner-all {
  color: #009ee0;
  text-decoration: none;
}

.mn-booking .ea-bootstrap .well a {
  color: #009ee0 !important;
  text-decoration: none;
}

.mn-booking .ea-bootstrap .well a.time-disabled,
.mn-booking .ea-bootstrap .well a.selected-time {
  color: #fff !important;
  text-decoration: none;
}

.mn-booking .ea-bootstrap .time-disabled {
  background-color: #ccc !important;
}

.mn-booking .form-horizontal .step:nth-child(2) label {
  display: none !important;
}

.mn-booking .step.final.disabled #booking-overview-header {
  display: none;
}

.mn-booking .ea-actions-group {
  display: block !important;
  width: 100%;
}

.mn-booking .ea-actions-group .ea-submit {
  margin-left: 0px;
  width: 100%;
  margin-top: 20px;
  background-color: #009ee0;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
}

.mn-booking .ea-actions-group .ea-cancel {
  display: none;
}

.mn-booking table td.value {
  color: #0A2540;
}

.mn-booking label {
  color: #0A2540;
}

select {
  /* styling */
  background-color: white !important;
  /* reset */
  margin: 0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

/* arrows */
select.classic {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #009ee0, #009ee0) !important;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.8em 2.8em !important;
  background-repeat: no-repeat !important;
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.round {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

h2.title {
  margin-top: 32px;
  text-align: center;
}

h2,
h3 {
  color: #0A2540 !important;
  text-align: center;
}

.message-successful {
  color: #0ac752;
  margin-bottom: 50px;
  display: table;
  width: 100%;
  text-align: center;
}

.mn-pay .nm-single-product-showcase,
.mn-pay .nm-single-product-top,
.mn-pay .product_meta {
  display: none;
}

input,
textarea,
.button,
.wc-proceed-to-checkout {
  border-radius: 5px !important;
}

.tm-cart-edit-options,
.return-to-shop {
  display: none !important;
}

.loop-product {
  margin-top: 15px;
}

@media (max-width: 576px) {
  .loop-product {
    margin-top: 0px;
  }
}

.remodal {
  padding: 35px 0px;
  border-radius: 10px;
}

.remodal h2 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .remodal h2 {
    margin-top: 15px;
  }
}

.remodal p {
  text-align: left;
}

.remodal .content-price-cart {
  padding-left: 10px;
  padding-right: 10px;
  color: #0A2540;
  font-weight: 700;
  font-size: 15px;
  -ms-grid-columns: auto 30px;
      grid-template-columns: auto 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 33.6px;
}

.remodal .content-price-cart br {
  display: none !important;
}

.remodal .content-price-cart .tachado {
  font-size: 14px !important;
  color: #cfcccc;
  position: relative;
  padding: 0px 5px 5px 0px;
}

.remodal .content-price-cart .tachado:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  left: -2.5px;
  background-color: #ccc;
  top: 10px;
}

.remodal .content-price-cart .add-to-cart svg {
  width: 29px;
  fill: #0A2540;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 15%;
  position: relative;
  right: 0;
}

.remodal .content-price-cart .add-to-cart :hover svg {
  fill: #0a1279;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.95) !important;
}

.pre-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: auto 100px;
      grid-template-columns: auto 100px;
  margin-bottom: 15px;
}

.pre-content .control-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0px;
}

.pre-content .control-view span {
  margin: 0px 5px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre-content .control-view span svg {
  position: relative;
  width: 20px !important;
  height: auto;
  fill: #b1a7a7;
}

.pre-content .control-view span:nth-child(3) {
  display: none;
}

@media (max-width: 769px) {
  .pre-content .control-view span:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pre-content .control-view .active svg {
  fill: #0A2540;
}

.nm-shop-loop-product-wrap {
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  border-radius: 10px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  -ms-grid-columns: 100px auto;
      grid-template-columns: 100px auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
}

.nm-shop-loop-product-wrap .nm-shop-loop-details {
  margin-top: 0px;
}

.nm-shop-loop-product-wrap h3.woocommerce-loop-product__title {
  padding-right: 0px;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price {
  position: relative;
  padding-right: 80px;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price .price {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #009ee0;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price .price del {
  font-size: 12px;
  color: #000;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price .price ins {
  color: #009ee0;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price h3 a {
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
}

.nm-shop-loop-product-wrap .nm-shop-loop-title-price .short-description p {
  padding-top: 5px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
  margin-bottom: 0px;
  font-size: 14px;
}

.nm-shop-loop-product-wrap .nm-shop-loop-actions {
  opacity: 1;
  width: 100%;
  bottom: 5px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nm-shop-loop-product-wrap .nm-shop-loop-actions a {
  display: none;
}

.nm-shop-loop-product-wrap .nm-shop-loop-actions .add_to_cart_button {
  background-color: #0A2540;
  padding: 0px 10px;
  display: table;
  margin-right: 10px;
  color: #fff;
}

.image-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.image-product img {
  opacity: 0;
  width: 100px;
  height: 100px !important;
}

.product_cat-easy-title .nm-shop-loop-product-wrap {
  margin-top: 25px;
  background-color: #0A2540;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
  border-radius: 0px;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-details {
  margin-top: 0px;
  min-height: auto;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-thumbnail {
  display: none;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-title-price {
  position: relative;
  padding-right: 0px;
  padding: 0px;
  margin: 0px;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-title-price h3 a {
  font-size: 16px;
  color: white;
  text-align: center;
  cursor: normal !important;
  padding-top: 5px !important;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-title-price .short-description {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.product_cat-easy-title .nm-shop-loop-product-wrap .nm-shop-loop-actions {
  display: none;
}

.list-1-colum .nm-shop-loop-product-wrap,
.view-mosaic .nm-shop-loop-product-wrap {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
}

.list-1-colum .image-product,
.view-mosaic .image-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.list-1-colum .image-product img,
.view-mosaic .image-product img {
  opacity: 0;
  width: 100%;
  height: auto !important;
}

.list-1-colum .nm-shop-loop-title-price,
.view-mosaic .nm-shop-loop-title-price {
  padding: 5px 10px;
}

.list-1-colum .nm-shop-loop-title-price .price,
.view-mosaic .nm-shop-loop-title-price .price {
  display: block;
  position: relative;
  top: 2px;
  right: 10px;
  left: 0px;
  bottom: 5px;
}

.list-1-colum .nm-shop-loop-title-price h3 a,
.view-mosaic .nm-shop-loop-title-price h3 a {
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}

.list-1-colum .nm-shop-loop-title-price .short-description,
.view-mosaic .nm-shop-loop-title-price .short-description {
  display: none;
}

.list-1-colum .nm-shop-loop-actions .add_to_cart_button,
.view-mosaic .nm-shop-loop-actions .add_to_cart_button {
  margin-right: 10px;
}

.product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  row-gap: 20px;
  margin-bottom: 50px;
}

.product-list .product_cat-easy-title {
  -ms-grid-column-span: 2;
      grid-column-end: span 2;
}

@media (max-width: 769px) {
  .product-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .product-list .product_cat-easy-title {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
  }
}

.view-mosaic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  row-gap: 30px;
}

.view-mosaic .product_cat-easy-title {
  -ms-grid-column-span: 4;
      grid-column-end: span 4;
}

.view-mosaic:before {
  display: none !important;
  content: " ";
}

@media (max-width: 769px) {
  .view-mosaic {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
  .view-mosaic .product_cat-easy-title {
    -ms-grid-column-span: 2 !important;
        grid-column-end: span 2 !important;
  }
}

.list-1-colum {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  row-gap: 30px;
}

.list-1-colum .product_cat-easy-title {
  -ms-grid-column-span: 4;
      grid-column-end: span 4;
}

@media (max-width: 769px) {
  .list-1-colum {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .list-1-colum .product_cat-easy-title {
    -ms-grid-column-span: 1 !important;
        grid-column-end: span 1 !important;
  }
}

.nm-header.menu-centered .nm-main-menu {
  float: none;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  padding-left: 90px;
  padding-right: 90px;
}

.nm-header.menu-centered .nm-main-menu .nm-menu li {
  font-size: 16px;
}

.nm-menu li.nm-menu-offscreen {
  position: relative;
  display: block;
}

.share-mobile {
  padding: 14px 12px 12px 0px !important;
  line-height: 0px !important;
}

.share-mobile svg {
  width: 18px;
  height: 18px;
  fill: #0A2540;
}

.nm-shop-results-bar.is-category {
  display: none;
}

.title-cat-resp {
  display: none;
}

.nm-shop-taxonomy-heading h1 {
  text-align: center;
  font-size: 20px;
}

@media (max-width: 990px) {
  .nm-shop-taxonomy-heading {
    display: none;
  }
  .title-cat-resp {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  #nm-shop-widgets-ul {
    padding-bottom: 20px !important;
    font-weight: bold;
  }
  #nm-shop.header-disabled {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */