@charset "UTF-8";
/*
Theme Name: Dazzling Child
Author: Matticus
Author URI: http://matticus.ca/
Template: dazzling
*/
@import "../dazzling/style.css";
/**
 * Vendor
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
       transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -moz-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -moz-transform 0.15s ease-out;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
       transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -moz-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -moz-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/**
 * Child Theme
 */
/* colours */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.button {
  background-color: #fe5000;
  border: solid thin #fe5000;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 11px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.button:hover, .button:active {
  border: solid thin #fe5000;
  background-color: #fff;
  color: #fe5000;
  text-decoration: none;
}

.narrow-container {
  max-width: 700px;
  margin: 0 auto;
}

/**
 * Woocommerce
 */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
body.single-product .quantity .qty,
.woocommerce .quantity .qty,
.ultimate-popup-shortcodes input[type=email],
.woocommerce-page table.cart td.actions input, .woocommerce-page #content table.cart td.actions input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid thin #a6a6a6;
  -webkit-border-radius: 0px;
}

/**
 * Popup window
 */
.ultimate-popup-wrapper {
  overflow: visible;
}

.ultimate-popup-wrapper .ultimate-popup-shortcodes input[type=submit] {
  border-radius: 0;
  color: #fff;
  margin: 0;
  border: solid thin #d31672;
}
.ultimate-popup-wrapper .ultimate-popup-shortcodes input[type=submit]:hover {
  background-color: #fff;
  border: solid thin #d31672;
  color: #d31672;
}
.ultimate-popup-wrapper .ultimate-popup-shortcodes input[type=email] {
  margin: 0;
}
.ultimate-popup-wrapper .ultimate-popup-shortcodes input[type=email]:focus {
  border: solid thin #d31672;
  outline: none;
}

.mce-responses .response {
  font-size: 0.9em;
  line-height: 1.2;
  padding: 0 0 16px 0;
}

.page-template-template-narrow h1.page-title, .page-template-template-narrow h1.entry-title {
  margin-top: 60px;
}

.newsletter-popup {
  width: 600px;
  height: auto;
  background-color: #fff;
  padding: 40px 30px 40px;
  margin: 0 auto;
}
.newsletter-popup--holiday {
  padding: 10px;
  margin-top: -240px;
  box-shadow: 2px 2px 37px 11px rgba(0, 0, 0, 0.45);
}
.newsletter-popup--holiday .close-popup-link {
  background-color: #d31b70 !important;
}
.newsletter-popup #mce-success-response {
  padding: 12px 0;
  font-size: 0.9em;
  line-height: 1.2;
}
.newsletter-popup #mc_embed_signup div.mce_inline_error {
  display: none !important;
}
.newsletter-popup .close-popup-link {
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -19px;
  width: 40px;
  background-color: #d10051 !important;
  color: #fff;
  display: block;
  position: absolute;
  font-family: arial, sans-serif;
  font-size: 21px;
  text-align: center;
  top: 0;
}
.newsletter-popup .close-popup-link:hover, .newsletter-popup .close-popup-link:active, .newsletter-popup .close-popup-link:focus {
  text-decoration: none;
  background-color: #EC005E !important;
}
.newsletter-popup .mc-form-outer {
  padding: 0 22px;
}
.newsletter-popup h3 {
  font-size: 25px;
  margin: 0 0 26px;
  word-wrap: normal;
  text-align: center;
}
.newsletter-popup p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 24px;
}
.newsletter-popup .newsletter-cta-outer {
  text-align: center;
}
.newsletter-popup .newsletter-cta-button:link, .newsletter-popup .newsletter-cta-button:visited {
  color: #fff;
  background-color: #fe5000;
}
.newsletter-popup .newsletter-cta-button:hover, .newsletter-popup .newsletter-cta-button:active {
  background-color: #fff;
  color: #fe5000;
  border: solid thin #fe5000;
}
.newsletter-popup input[type=email] {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  border: solid thin #a6a6a6;
  font-size: 15px;
}
.newsletter-popup input[type=email]:focus {
  border: solid thin #EC005E;
  outline: none;
}
.newsletter-popup input[type=submit] {
  font-size: 15px;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  background: #d10051 !important;
  border: solid thin #d10051;
  color: #fff;
  font-weight: 100;
}
.newsletter-popup input[type=submit]:hover, .newsletter-popup input[type=submit]:active {
  color: #fff;
  background-color: #EC005E;
  border: solid thin #EC005E;
}

@media (max-width: 630px) {
  .newsletter-popup {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: -121px 15px 0 15px;
    left: 0;
    padding: 25px 20px 30px;
  }
  .newsletter-popup--holiday {
    margin: -263px 15px 0 15px;
    padding: 8px;
  }
  .newsletter-popup h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .newsletter-popup input[type=submit] {
    padding: 10px;
    font-size: 13px;
    padding: 7px 10px;
  }
  .newsletter-popup .close-popup-link {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 32px;
  }
}
body.page, body.post {
  /* corporate */
  /* services */
  /* about */
  /* video */
  /* general styles */
}
body.page #content, body.post #content {
  margin-top: 0;
}
body.page .post-7043 a.button:link, body.page .post-7043 a.button:visited, body.post .post-7043 a.button:link, body.post .post-7043 a.button:visited {
  background-color: #d31672;
  color: #fff;
  border: none;
}
body.page .post-7043 a.button:hover, body.page .post-7043 a.button:active, body.post .post-7043 a.button:hover, body.post .post-7043 a.button:active {
  opacity: 0.8;
}
body.page.parent-pageid-5843 .site-main, body.post.parent-pageid-5843 .site-main {
  max-width: 700px;
  margin: 0 auto;
}
body.page.page-template-template-about h1.page-title, body.page.page-template-template-about h1.entry-title, body.post.page-template-template-about h1.page-title, body.post.page-template-template-about h1.entry-title {
  margin-top: 60px;
}
body.page.page-template-template-about .about-content .bio-column, body.post.page-template-template-about .about-content .bio-column {
  width: 50%;
  max-width: 445px;
  float: left;
}
body.page.page-template-template-about .about-content .bio-column:nth-child(2), body.post.page-template-template-about .about-content .bio-column:nth-child(2) {
  float: right;
}
body.page.page-template-template-about .about-content h2, body.post.page-template-template-about .about-content h2 {
  margin: 30px 0 15px 0;
  color: #D10051;
}
body.page.page-template-video-template .video-loop-outer, body.post.page-template-video-template .video-loop-outer {
  /* 			display: flex;
  			justify-content: space-between;
   */
}
body.page.page-template-video-template .video, body.post.page-template-video-template .video {
  width: 50%;
  max-width: 445px;
}
body.page.page-template-video-template h2, body.post.page-template-video-template h2 {
  margin: 30px 0 15px 0;
  color: #D10051;
}
body.page h1.page-title, body.page h1.entry-title, body.post h1.page-title, body.post h1.entry-title {
  text-align: center;
}
body.page .site-main .entry-content h2, body.page .site-main .entry-content h3, body.page .site-main .entry-content h4, body.page .site-main .entry-content h5, body.post .site-main .entry-content h2, body.post .site-main .entry-content h3, body.post .site-main .entry-content h4, body.post .site-main .entry-content h5 {
  color: #d31672;
  text-transform: uppercase;
  min-height: 1px;
}
body.page .site-main .entry-content > h1:first-child, body.page .site-main .entry-content > h2:first-child, body.page .site-main .entry-content > h3:first-child, body.page .site-main .entry-content > h4:first-child, body.post .site-main .entry-content > h1:first-child, body.post .site-main .entry-content > h2:first-child, body.post .site-main .entry-content > h3:first-child, body.post .site-main .entry-content > h4:first-child {
  margin-top: 0 !important;
}
body.page .site-main .entry-content ul, body.post .site-main .entry-content ul {
  margin-bottom: 20px;
}
body.page .site-main .entry-content h2, body.post .site-main .entry-content h2 {
  margin: 50px 0 20px 0;
  font-size: 35px;
}
body.page .site-main .entry-content h3, body.post .site-main .entry-content h3 {
  margin: 40px 0 15px 0;
}
body.page .site-main .entry-content h4, body.post .site-main .entry-content h4 {
  margin-top: 30px;
}
body.page .site-main .entry-content p, body.post .site-main .entry-content p {
  margin: 0 0 10px;
  min-height: 1px;
}
body.page .site-main .entry-content table caption, body.post .site-main .entry-content table caption {
  display: none;
}

@media (max-width: 991px) {
  body.page.page-template-template-about .about-content .bio-column {
    margin-bottom: 80px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  body.page.page-template-template-about .about-content .bio-column:nth-child(2) {
    float: none;
  }
}
/**
*   General Styles
**/
body {
  background-color: #fff !important;
  font-family: "Open Sans", sans-serif;
  /*overflow-x: hidden;    */
}

a:link,
a:visited {
  color: #d31672;
}

a:hover,
a:active {
  text-decoration: underline;
}

.n-orange {
  color: #fe7900;
}

.n-pink {
  color: #d31672;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #4c4c4c;
  font-weight: 100;
}

h1.page-title,
h1.entry-title {
  color: #ceb099;
  text-transform: uppercase;
  font-size: 3.3em;
  font-weight: 100;
}

p {
  font-weight: 100;
}

.nadege-message {
  padding: 5px 0 5px 10px;
  border-left: solid 3px #d31672;
}

/**
*   Header & Navigation
**/
/**
 * Mobile Menu
 */
/*Header Main*/
.navbar.navbar-default {
  border-bottom: 0;
  margin-top: 0;
  background-color: transparent;
}

.nav-wrap {
  border: none;
  overflow: hidden;
}

.main-menu-container {
  float: right;
  margin: 33px 0 0 0;
}

.navbar-collapse {
  padding: 0;
}

.main-menu {
  margin: 0;
}

.main-menu li {
  float: left;
  margin-left: 22px;
}

.navbar-nav > li:last-child {
  display: none;
}

/****** Mobile Menu ******/
.shiftnav-nav ul .menu-item-has-children > ul.sub-menu {
  display: none;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 50px;
}

.shiftnav,
.shiftnav-wrap {
  padding-top: 0 !important;
}

div#shiftnav-toggle-main {
  width: 52px;
  display: none;
  opacity: 0.3;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#shiftnav-toggle-main:hover {
  opacity: 0.9;
}

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
  display: none;
}

/*body styles*/
#content-wrap {
  padding: 0;
}

/*footer*/
footer .subscribe {
  display: block;
  float: right;
  margin-right: 12px;
}

#colophon {
  background: transparent;
  border: none;
}

#footer-wrap {
  background-color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
}

.menu-footer-menu-container {
  float: right;
}

.menu-footer-menu-container ul {
  padding: 4px 0;
  list-style-type: none;
  margin: 0;
  float: right;
}

.menu-footer-menu-container ul li {
  background-image: none;
  float: left;
  margin: 0 0 0 28px;
  margin: 0 14px;
}

.menu-footer-menu-container ul a:link,
.menu-footer-menu-container ul a:visited {
  font-size: 1em;
  color: #fe7900;
}

.menu-footer-menu-container ul a:hover,
.menu-footer-menu-container ul a:active {
  text-decoration: underline;
}

/**
*   Subscribe Popup window
**/
.ultimate-popup-wrapper.subscribe-open {
  position: fixed;
  z-index: 2147483647;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -127px;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.lean-overlay {
  position: fixed;
  z-index: 2147483647;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  overflow: auto;
  background: rgb(0, 0, 0);
  display: none;
}

/**
*   Woocommerce
**/
.woocommerce .woocommerce-message,
.woocommerce-info {
  border-top-color: #2ddab7;
  padding: 10px 14px 10px 41px !important;
  font-size: 13px;
  line-height: 1.3;
}
.woocommerce .woocommerce-message a.button,
.woocommerce-info a.button {
  margin-left: 12px;
}

.woocommerce .woocommerce-message:before,
.woocommerce-info:before {
  color: #2ddab7;
  top: 11px;
  left: 14px;
}

.btn-default,
.label-default {
  background-color: #d31672;
  border-color: #d31672;
}

.btn-default.btn-large {
  font-size: 18px;
  border-radius: 0;
  background-color: #d31672;
  color: #fff;
  padding: 5px 12px 6px;
  display: inline-block;
  margin-bottom: 13px;
  border: solid thin #d31672;
}
.btn-default.btn-large:hover, .btn-default.btn-large:active {
  text-decoration: none;
  background-color: #fff;
  color: #d31672;
  border: solid thin #d31672;
}

.btn-default:hover,
.label-default:hover {
  background-color: #f5005f;
}

.woocommerce ul.products li.product a.btn:link,
.woocommerce ul.products li.product a.btn:visited {
  background-color: #d31672;
  border: solid thin transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  width: auto;
  max-width: inherit;
}

.woocommerce ul.products li.product a.btn:hover,
.woocommerce ul.products li.product a.btn:focus,
.woocommerce ul.products li.product a.btn:active {
  background-color: #fff;
  border: solid thin #d31672;
  color: #d31672;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

/****** Product Loop ******/
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d31672;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 5px;
  background: #e6e6e6;
  color: #808080;
  padding: 17px 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.page-numbers.dots {
  background: transparent;
}

/****** Single Product ******/
.related.products {
  clear: both;
  margin-top: 80px;
}

.woocommerce div.product .product_title {
  text-align: center;
}

.product_meta {
  border-top: solid thin #c3c3c3;
  padding: 8px 0 8px 0;
}

.single-product-description {
  border-top: solid thin #c3c3c3;
  border-bottom: solid thin #c3c3c3;
  padding: 10px 0;
}

.woocommerce div.product div.images img {
  width: auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ceb099;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0 0 11px 0;
  font-style: italic;
  text-align: center;
}

body.single-product div.product p.price {
  color: #686868;
  font-weight: 500;
}

.woocommerce div.product p.price,
.woocommerce div.product .single_variation span.price {
  font-size: 1.3em;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  text-align: center;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
}

.woocommerce div.product form.cart .variations td {
  width: 100%;
  display: block;
  text-align: center;
}

.woocommerce div.product form.cart .variations select {
  width: auto;
  display: block;
  float: none;
  margin: 0 auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fe7900;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  border: solid thin transparent;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border: solid thin #ec7001;
  color: #ec7001;
  background-color: #fff;
  outline: none;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
  float: none;
  display: inline;
  margin: -4px -4px 0 0;
  line-height: 1;
}
.woocommerce div.product form.cart div.quantity.disabled,
.woocommerce div.product form.cart .button.disabled {
  background-color: #fe5000;
  opacity: 0.4;
}

.woocommerce .quantity .qty {
  line-height: 1;
  border: solid thin #c7c7c7;
  padding: 2px 0;
  outline: none;
  font-size: 12px;
}

.woocommerce .quantity .qty:focus {
  border: solid thin #ec7001;
}

.single-product-pickup-message {
  position: relative;
}

.single-product-pickup-message p {
  padding-left: 32px;
  font-style: italic;
  line-height: 1.3;
}

.single-product-pickup-message p i.info {
  margin-top: 3px;
}

/****** Cart page ******/
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  line-height: 1.4;
  padding-right: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 38%;
}

.cross-sells h2,
.cart_totals h2 {
  margin-bottom: 28px;
}

/****** Checkout Page ******/
@media (min-width: 1200px) {
  .page-id-5543 #content {
    width: 1170px;
  }
}
.woocommerce form .form-row label {
  line-height: 1;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 3px;
  color: #909090;
  position: relative;
}
.woocommerce form .form-row label.checkbox {
  padding-left: 20px;
}
.woocommerce form .form-row label .input-checkbox {
  position: absolute;
  left: 0;
  top: 4px;
}

.locations-dropdown__error {
  color: #d31672;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  margin-right: 0;
  padding-right: 0;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms .input-checkbox {
  margin-right: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 0;
  padding: 4px 10px 4px 10px;
}
.woocommerce form .form-row textarea {
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce form .form-row.custom-message-field label {
  text-align: left;
}

.entry-content .custom_note .message-char-count {
  text-align: right;
  position: absolute;
  top: auto;
  bottom: -7px;
  right: 9px;
  font-size: 11px;
  font-weight: bold;
  color: #868686;
}

.woocommerce form .form-row {
  width: 100%;
}

#order_review {
  background-color: #f4f4f4;
  padding-top: 1px;
  margin-bottom: 150px;
}

.woocommerce table.shop_table {
  border-radius: 0;
  background: #fff;
}

.woocommerce form .form-row-half {
  width: 50%;
  float: left;
}

.woocommerce-checkout-payment {
  clear: both;
}

.woocommerce form .pickup-fields {
  display: none;
}

.woocommerce-shipping-fields h3 label.checkbox {
  float: left;
}

.woocommerce-shipping-fields h3 .input-checkbox {
  margin: 17px 0 0 9px;
}

.custom_note {
  position: relative;
  clear: both;
}

.custom_note .giftythumb {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 13px;
}

.custom_note .giftythumb img {
  max-width: 45px;
}

.custom_note .giftyright {
  position: relative;
  top: 0;
  z-index: 1;
}

.custom_note .giftyright textarea {
  padding-left: 68px !important;
  resize: none;
}

/****** about page *******/
.about-content .bio-row {
  margin-bottom: 50px;
}

.about-content .bio-row h2 {
  margin: 30px 0 15px 0;
  color: #d31672;
}

.about-column-inner {
  max-width: 445px;
  margin: 0 auto;
}

/****** Popup Window ******/
.lean-overlay {
  z-index: 100 !important;
}

.body-wrapper {
  position: relative;
  z-index: 50;
}

/****** Blog ******/
body.blog #content.container,
body.single-post #content.container,
body.page-id-5841 #content.container {
  max-width: 700px;
}

.page-header {
  border-bottom: none;
}

.blog article.post {
  margin: 80px 0;
}
.blog article.post:first-child {
  margin-top: 0;
}

#main article.post .entry-header {
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
#main article.post .entry-header a:link, #main article.post .entry-header a:visited {
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#main article.post .entry-header a:hover, #main article.post .entry-header a:active {
  text-decoration: none;
  opacity: 0.7;
}

.news-container {
  max-width: 700px;
  margin: 0 auto;
}

article.post .thumbnail-outer {
  text-align: center;
}

article.post .thumbnail-outer a {
  display: inline-block;
}

article.post .content-outer {
  margin-top: 30px;
}

.site-main [class*=navigation] a:hover,
.more-link:hover {
  color: #fff;
  background: #d31672;
  text-decoration: none;
}

.site-main [class*=navigation] a,
.more-link {
  border-radius: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Theme Overrides*/
body.woocommerce #content-wrap .eleven.columns {
  width: 1170px;
}

body.term-42 .category-description a:link, body.term-42 .category-description a:visited {
  background-color: #d31672;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 6px 11px;
  display: inline-block;
}
body.term-42 .category-description a:hover, body.term-42 .category-description a:active {
  opacity: 0.8;
  text-decoration: none;
}

.category-description {
  margin: 40px 0 30px 0;
  max-width: 800px;
  margin: 40px auto 80px auto;
}

@media (max-width: 991px) {
  .mobile-cart-link {
    display: block !important;
  }
  .category-description .thumbnail-outer {
    margin-bottom: 30px;
    text-align: center;
  }
  .copy-stuff,
  .footer-nav-outer {
    text-align: center;
  }
  .menu-footer-menu-container {
    float: none;
    display: inline-block;
  }
  footer .subscribe {
    float: none;
    margin-right: 0;
  }
  .menu-footer-menu-container {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 56px;
  }
  #header {
    padding: 10px 0 0 0;
  }
  #logo {
    max-width: 220px;
    margin-top: 40px;
    margin: 50px auto 0 auto;
  }
  .header-main {
    display: none;
  }
  .shiftnav, .shiftnav-wrap {
    /*padding-top: 52px !important;*/
  }
  div#shiftnav-toggle-main {
    display: block;
  }
  #shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
    display: none;
  }
  #header {
    padding: 0;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
  }
  #logo {
    margin: 13px auto 12px auto;
    max-width: 120px;
  }
  .upper-social {
    display: none;
  }
  .upper-social.sidebar-social {
    display: block;
  }
  .upper-basket {
    display: none;
  }
  .header-upper {
    display: none;
  }
  a.toggle-mobile-search:link,
  a.toggle-mobile-search:visited {
    display: block;
  }
  .header-main-right,
  .logo-header-left {
    width: 100%;
  }
  .header-main-right {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .logo-header-left {
    position: relative;
    z-index: 100;
  }
  .home-grid-outer {
    /*display: none;*/
  }
  #content {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .home #content {
    margin-top: 0;
    margin-bottom: 0;
  }
  h1.page-title {
    font-size: 2em;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 70px 0;
  }
  .copy-stuff {
    width: 100%;
    text-align: center;
  }
  .footer-nav-outer {
    width: 100%;
    text-align: center;
  }
  .menu-footer-menu-container {
    display: inline-block;
  }
  .menu-footer-menu-container ul {
    float: none;
    text-align: center;
    padding: 0;
  }
  .menu-footer-menu-container ul li {
    background-image: none;
    float: none;
    margin: 0 6px;
    display: inline;
  }
  .woocommerce div.product div.images img {
    width: auto;
    float: none;
    margin: 0 auto;
  }
  .single-product-pickup-message {
    position: relative;
    text-align: center;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
  }
  /*about page*/
  .about-content .bio-row {
    margin-bottom: 50px;
  }
  .about-content .bio-row h2 {
    margin: 32px 0 10px 0 !important;
    font-size: 27px !important;
  }
}
@media (max-width: 600px) {
  #order_review {
    padding-top: 1px;
    padding: 0;
    background: none;
  }
  .woocommerce-checkout > .col-md-6 {
    padding: 0;
  }
  .woocommerce-page table.shop_table td {
    border: none;
    padding-left: 40px !important;
  }
  .woocommerce-page table.shop_table tr {
    border: 1px solid #d2d3d3;
    border-bottom: none;
  }
  .woocommerce-page table.shop_table tr:last-child {
    border: 1px solid #d2d3d3;
  }
  td.product-remove {
    height: 0;
  }
  .woocommerce td.product-name dl.variation dd {
    margin-bottom: 0;
  }
  .woocommerce-page table.shop_table tbody {
    padding-top: 0 !important;
  }
  table.shop_table.woocommerce-checkout-review-order-table tfoot {
    width: 100%;
    display: block;
  }
  table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    display: table-cell;
    width: 100px;
  }
  table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    display: table-cell;
    padding-left: 10px !important;
    font-weight: normal;
  }
  /* pop up */
  .ultimate-popup-wrapper {
    left: 0;
    margin-left: 0;
  }
  .main-header .logo-outer .logo-inner {
    max-width: 110px;
    padding: 13px;
  }
}
@media (max-width: 480px) {
  .cross-sells h2 {
    font-size: 20px;
  }
  .woocommerce-shipping-fields h3 {
    margin-bottom: 30px;
  }
  .woocommerce-shipping-fields h3 label.checkbox {
    font-size: 16px;
    line-height: 1.8;
  }
}
.banner {
  background-color: #fe5000;
}
.banner__inner {
  padding: 10px 0 5px;
  color: #fff;
}
.banner__inner p {
  margin-bottom: 3px;
}
.banner__inner a:link, .banner__inner a:visited {
  color: inherit;
  font-weight: bold;
}

#menu-item-9309 > a {
  pointer-events: none;
}

.main-header {
  /* social */
  /* cart */
  /* search */
  /* logo */
  /* main navigation */
  /* services menu */
}
.main-header .main-header-inner {
  position: relative;
  background-color: #d31672;
}
.main-header .menu-social-menu-container {
  overflow: hidden;
}
.main-header .subscribe-outer {
  text-align: right;
  overflow: hidden;
  clear: both;
}
.main-header .subscribe-outer .header-subscribe-inner {
  padding-top: 10px;
}
.main-header .subscribe-outer a.subscribe-newsletter:link, .main-header .subscribe-outer a.subscribe-newsletter:visited {
  color: #d31672;
  border: solid thin;
  background: #fff;
  padding: 2px 2px;
  width: 210px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.main-header .subscribe-outer a.subscribe-newsletter:hover, .main-header .subscribe-outer a.subscribe-newsletter:active {
  text-decoration: none;
  border: solid thin #fff;
  color: #fff;
  background-color: #d31672;
}
.main-header .shopping-cart-button {
  float: right;
  margin: 0 0 0 20px;
  line-height: 2.5;
  height: 32px;
  margin-top: -5px;
}
.main-header .shopping-cart-button > a:link, .main-header .shopping-cart-button > a:visited {
  padding: 0 0 0 34px;
  background-image: url(./assets/img/icons/basket.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  color: #fff;
  font-style: italic;
  height: 32px;
  width: 65px;
  display: block;
  line-height: 2.5;
}
.main-header .shopping-cart-button > a:hover, .main-header .shopping-cart-button > a:active {
  opacity: 0.7;
}
.main-header .header-upper {
  padding-top: 20px;
}
.main-header .header-search-outer .upper-mobile-search {
  display: none;
  float: none;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 1000;
  top: 0;
  margin-top: 0;
  padding: 0;
}
.main-header .header-search-outer input[type=text] {
  line-height: 1.6;
  padding: 4px 9px;
  width: 260px;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 0;
  background-color: #d31672;
  border: solid thin #fff;
  color: #fff;
  float: left;
}
.main-header .header-search-outer input[type=text]:focus {
  outline: none;
}
.main-header .header-search-outer ::-webkit-input-placeholder {
  color: #fff;
}
.main-header .header-search-outer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.main-header .header-search-outer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.main-header .header-search-outer :-ms-input-placeholder {
  color: #fff;
}
.main-header .header-search-outer input[type=submit] {
  background-image: none;
  background-color: #fff;
  text-shadow: none;
  text-indent: -99999px;
  background-image: url(./assets/img/icons/search-button.png);
  background-size: 15px;
  background-repeat: no-repeat;
  border-radius: 0;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  float: left;
  margin-left: -31px;
}
.main-header .header-search-outer a.toggle-mobile-search:link, .main-header .header-search-outer a.toggle-mobile-search:visited {
  opacity: 0.6;
  position: absolute;
  z-index: 10000000000000000;
  height: 20px;
  width: 20px;
  display: block;
  /* background: red; */
  right: 0;
  background-image: url(./assets/img/icons/magnifying-glass-dark.png);
  background-size: 27px;
  top: 0px;
  display: none;
  padding: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.main-header .header-search-outer a.toggle-mobile-search:hover {
  opacity: 1;
}
.main-header .header-search-outer a.toggle-mobile-search.toggle-mobile-search.close {
  background-image: url(./assets/img/icons/icon-close.png);
}
.main-header .logo-outer .logo-inner {
  max-width: 350px;
  margin: 0 auto;
}
.main-header .main-nav-outer .main-navbar {
  margin: 0;
  float: none;
  min-height: 0;
  margin: 50px 0 0 0;
  border: none;
}
.main-header .main-nav-outer .main-navbar .nadege-main-nav > #menu-main-navigation.sub-menu li:last-child {
  display: inline-block;
}
.main-header .main-nav-outer .main-navbar ul {
  display: block;
  text-align: center;
  float: none;
}
.main-header .main-nav-outer .main-navbar ul > li {
  display: inline-block;
  float: none;
  margin: 0 20px;
  position: relative;
}
.main-header .main-nav-outer .main-navbar ul > li.nav-cta {
  background-color: #f07c9f;
  font-weight: bold;
}
.main-header .main-nav-outer .main-navbar ul > li > a:link, .main-header .main-nav-outer .main-navbar ul > li > a:visited {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px 10px 10px;
}
.main-header .main-nav-outer .main-navbar ul > li:after {
  position: absolute;
  height: 3px;
  bottom: 0;
  background-color: #fff;
  left: 50%;
  right: 50%;
  content: "";
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.main-header .main-nav-outer .main-navbar ul > li:hover:after {
  left: 0;
  right: 0;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.dropdown .sub-menu {
  width: auto !important;
  min-width: 1px !important;
  width: 180px !important;
  display: block;
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children {
  color: inherit;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > a, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > a {
  background-image: url(./assets/img/icons/menu-down.png);
  background-repeat: no-repeat;
  background-position: top 13px right 5px;
  background-size: 13px;
  padding: 7px 25px 10px 10px;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu:hover > a, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children:hover > a {
  background-image: url(./assets/img/icons/menu-up.png);
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu:hover > .sub-menu, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu {
  -moz-column-count: 3;
       column-count: 3;
  min-width: 300px;
  width: 600px;
  left: -323px;
  padding: 12px 20px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  box-shadow: none;
  top: 35px;
  border: none;
  border-radius: 0;
  background-color: #fe5000;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li {
  padding: 8px 15px;
  margin: 0;
  width: 100%;
  line-height: 1.5;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li:after, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li:after {
  display: none;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:link, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:visited, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:link, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:visited {
  color: #fff;
  padding: 2px 10px;
  transition: -webkit-text-decoration 0.2s ease;
  -moz-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:hover, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:active, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:focus, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:hover, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:active, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:focus {
  text-decoration: underline !important;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu li a:after, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu li a:after {
  display: none;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu a:link, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu a:visited, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu a:link, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu a:visited {
  color: #313131;
  font-weight: 500;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu a:hover, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.megamenu > .sub-menu a:active, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu a:hover, .main-header .main-nav-outer .main-navbar ul > li.menu-item-has-children.menu-item-has-children > .sub-menu a:active {
  text-decoration: none;
  color: #fe5000;
}
.main-header .menu-services-container ul li {
  display: inline;
  padding: 25px 10px;
  float: left;
  width: 33.3333%;
}
.main-header .menu-services-container ul li:first-child {
  padding-left: 0;
}
.main-header .menu-services-container ul li:last-child {
  padding-right: 0;
}
.main-header .menu-services-container ul li a:link, .main-header .menu-services-container ul li a:visited {
  color: #d31672;
  border: solid thin #d31672;
  padding: 2px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
.main-header .menu-services-container ul li a:hover, .main-header .menu-services-container ul li a:active {
  background-color: #d31672;
  color: #fff;
  border: solid thin #d31672;
}
.main-header #responsive-menu {
  position: fixed !important;
  overflow-y: scroll;
  height: 100% !important;
}
.main-header #click-menu.overlay {
  position: fixed;
  margin-top: 32px;
  z-index: 1000000;
  left: 13px;
  right: auto;
  top: 6px;
  background-color: transparent;
  opacity: 1;
  margin-top: 4px !important;
  width: 38px;
  z-index: 10000;
}
.main-header #click-menu.overlay:hover {
  opacity: 0.8;
}
.main-header #responsive-menu.admin-bar-showing {
  padding-top: 0 !important;
  margin-top: -9px !important;
}

.mobile-cart-link {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
}
.mobile-cart-link a:link, .mobile-cart-link a:visited {
  padding: 0;
  background-image: url(./assets/img/icons/basket.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  font-style: italic;
  height: 32px;
  width: 50px;
  display: block;
  line-height: 2.5;
  text-align: left;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mobile-cart-link a:hover, .mobile-cart-link a:active {
  text-decoration: none;
  opacity: 0.8;
}

.upper-social-menu {
  list-style-type: none;
  float: right;
  margin-bottom: 0;
}
.upper-social-menu li {
  display: inline-block;
  padding-left: 4px;
}
.upper-social-menu li a:link, .upper-social-menu li a:visited {
  background-size: contain;
  height: 25px;
  width: 25px;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  background-size: 14px;
  background-position: center;
}
.upper-social-menu li a:hover, .upper-social-menu li a:active {
  opacity: 0.7;
}
.upper-social-menu li.link-facebook a {
  background-image: url("./assets/img/icons/facebook-pink.png");
  background-size: 8px;
}
.upper-social-menu li.link-twitter a {
  background-image: url("./assets/img/icons/twitter-pink.png");
}
.upper-social-menu li.link-instagram a {
  background-image: url("./assets/img/icons/instagram-pink.png");
}
.upper-social-menu li.link-youtube a {
  background-image: url("./assets/img/icons/youtube-pink.png");
}
.upper-social-menu.mobile-menu-social li {
  padding: 0 4px;
}
.upper-social-menu.mobile-menu-social li.link-facebook a {
  background-image: url("./assets/img/icons/facebook-orange.png");
  background-size: 8px;
}
.upper-social-menu.mobile-menu-social li.link-twitter a {
  background-image: url("./assets/img/icons/twitter-orange.png");
}
.upper-social-menu.mobile-menu-social li.link-instagram a {
  background-image: url("./assets/img/icons/instagram-orange.png");
}
.upper-social-menu.mobile-menu-social li.link-youtube a {
  background-image: url("./assets/img/icons/youtube-orange.png");
}

@media (max-width: 991px) {
  .main-header-inner .header-lower > .container {
    width: 100%;
  }
}
/**
 * Overrides for Superfly Mobile Menu
 */
.menu-main-menu-container {
  display: block;
}

.body-wrapper {
  z-index: 10;
  position: relative;
}
.body-wrapper .body-wrapper-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 250;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  display: none;
}

.mobile-menu-outer {
  top: 0;
}
.mobile-menu-outer .mobile-menu-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-top: 56px;
}
.mobile-menu-outer .mobile-menu-scroll-inner {
  margin-bottom: 70px;
  overflow: hidden;
}
.mobile-menu-toggle-outer {
  position: fixed;
  z-index: 100;
  top: 15px;
  left: 15px;
  display: none;
}
.mobile-menu-toggle-outer a:link, .mobile-menu-toggle-outer a:visited {
  height: 28px;
  width: 28px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/img/icons/hamburger-white.png");
}
body.mobile-open .mobile-menu-toggle-outer a {
  background-image: url("./assets/img/icons/menu-close-white.png");
}

.mobile-menu-outer {
  display: none;
  z-index: 100;
  left: 0;
  height: 100%;
  background-color: #fe5000;
  width: 220px;
  position: fixed;
  z-index: 200;
  -moz-transform: translateX(-220px);
       transform: translateX(-220px);
  -moz-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
}
.mobile-menu-outer ul {
  list-style-type: none;
  padding-left: 0;
}
.mobile-menu-outer ul li {
  text-align: left;
}
.mobile-menu-outer ul li:first-child {
  border-top: solid thin #ff6f2c;
}
.mobile-menu-outer ul li a:link, .mobile-menu-outer ul li a:visited {
  padding: 12px 20px 12px 10px;
  display: block;
  opacity: 1;
  color: #FFF;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 100;
  border-bottom: solid thin #ff6f2c;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.17);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.32);
}
.mobile-menu-outer ul li a:hover, .mobile-menu-outer ul li a:active, .mobile-menu-outer ul li a:focus {
  opacity: 1;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.11);
  color: #fff;
}
.mobile-menu-outer ul li.current_page_item a {
  background-color: rgba(255, 255, 255, 0.11);
}
.mobile-menu-outer ul li.menu-item-has-children > a {
  background-image: url("./assets/img/icons/menu-down.png");
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 13px;
}
.mobile-menu-outer ul li.menu-item-has-children ul {
  display: none;
}
.mobile-menu-outer ul li.menu-item-has-children ul li a {
  padding-left: 35px;
}
.mobile-menu-outer ul li.menu-item-has-children.child-open > a {
  background-image: url("./assets/img/icons/menu-up.png");
}
.mobile-menu-outer ul.upper-social-menu {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.mobile-menu-outer ul.upper-social-menu li {
  display: inline-block;
  float: none;
}
.mobile-menu-outer ul.upper-social-menu li a {
  border: none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  padding: 0;
}
.mobile-menu-outer ul.upper-social-menu li a:hover, .mobile-menu-outer ul.upper-social-menu li a:focus, .mobile-menu-outer ul.upper-social-menu li a:active {
  background-color: #fff;
  opacity: 0.7;
}
.mobile-menu-outer .mobile-search .mobile-search-inner {
  padding: 5px 5px 15px 5px;
}
.mobile-menu-outer .mobile-search input[type=text] {
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: solid 2px #fff;
  padding: 3px 10px;
}
.mobile-menu-outer .mobile-search input[type=text]:focus {
  outline: none;
}
.mobile-menu-outer .mobile-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mobile-menu-outer .mobile-search ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mobile-menu-outer .mobile-search :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mobile-menu-outer .mobile-search :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* &.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main {
	transform: translateX(0);
}
 */
.mobile-toggle-outer {
  height: 34px;
  width: 34px;
  margin-top: 24px;
  margin-right: 15px;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.mobile-toggle-outer a {
  color: #DCDCDC;
}
.mobile-toggle-outer a:link, .mobile-toggle-outer a:visited {
  opacity: 1;
  color: #DCDCDC;
}
.mobile-toggle-outer span {
  content: "Menu";
  position: absolute;
  right: 39px;
  font-family: "Montserrat", "sans-serif";
  text-transform: uppercase;
  font-size: 12px;
  top: 9px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
}
.mobile-toggle-outer img {
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -moz-transform 0.2s;
  opacity: 0.6;
}

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
  display: none;
}

@media (max-width: 991px) {
  .mobile-menu-outer {
    display: block;
  }
  .mobile-toggle-outer {
    display: block;
  }
  body.mobile-open {
    overflow: hidden;
  }
  body.mobile-open .mobile-menu-outer {
    -moz-transform: translateX(0) !important;
         transform: translateX(0) !important;
    box-shadow: 1px 1px 30px 8px rgba(0, 0, 0, 0.18);
    overflow-y: scroll;
    height: 100%;
  }
}
body.home #content {
  margin: 0 auto;
}
body.home .entry-content {
  margin: 0 auto;
}

.homepage-content .entry-content {
  margin: 0;
}
.homepage-content .featured-products {
  display: block;
}
.homepage-content .featured-products ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 20px 0 30px 0;
}
.homepage-content .featured-products ul li {
  float: left;
  text-align: center;
  margin: 0 auto;
}
.homepage-content .featured-products ul li h3 {
  color: #4c4c4c !important;
  font-size: 1.1em;
  font-weight: 100;
}
.homepage-content .featured-products ul li p {
  font-weight: 400;
  font-style: italic;
}
.homepage-content .featured-products ul li img {
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.homepage-content .featured-products ul li a:link, .homepage-content .featured-products ul li a:visited {
  color: #4c4c4c;
}
.homepage-content .featured-products ul li a:hover, .homepage-content .featured-products ul li a:active {
  text-decoration: none;
}
.homepage-content .featured-products ul li a:hover img, .homepage-content .featured-products ul li a:active img {
  opacity: 0.8;
}
.homepage-content .featured-products ul.featured-products-list li {
  width: 25%;
}
.homepage-content .featured-products ul .featured-image-inner {
  padding: 20px 50px;
}
.homepage-content .featured-products .home-products-cta-outer {
  overflow: hidden;
}
.homepage-content .featured-products .home-products-cta-outer.title-one {
  margin: 40px 0 0 0;
}
.homepage-content .featured-products .home-products-cta-outer h2 {
  display: block;
  background-color: #d31672;
  color: #fff !important;
  border: solid 2px transparent;
  padding: 7px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em !important;
  font-weight: 100;
  margin: 0 !important;
}

/* slider */
.ls-wp-container .home-slider-inner,
.home-slider-outer .home-slider-inner {
  width: 100%;
  z-index: 100;
}
.ls-wp-container .home-slider-inner .home-slider-list,
.home-slider-outer .home-slider-inner .home-slider-list {
  margin: 0;
  padding: 0;
  height: 45vw;
  min-height: 210px;
  overflow: hidden;
}
.ls-wp-container .home-slider-inner .slide-image-outer,
.home-slider-outer .home-slider-inner .slide-image-outer {
  position: relative;
  z-index: 20;
}
.ls-wp-container .home-slider-inner .slide-bg,
.home-slider-outer .home-slider-inner .slide-bg {
  height: 45vw;
  min-height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ls-wp-container .home-slider-inner .slide-bg__img-bg,
.home-slider-outer .home-slider-inner .slide-bg__img-bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.ls-wp-container .home-slider-inner .slide-content-outer,
.home-slider-outer .home-slider-inner .slide-content-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
}
.ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner {
  position: absolute;
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  left: 5%;
  top: 50%;
  margin-top: -80px;
}
.ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner li:focus,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner li:focus {
  outline: none;
}
.ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner h3,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner h3 {
  font-size: 38px;
  margin: 0;
  text-transform: uppercase;
  color: #a81e51;
  background: #fff;
  display: inline-block;
  padding: 8px 12px;
}
.ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner a:link, .ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner a:visited,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner a:link,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner a:visited {
  background-color: #fe5000;
  border: solid thin #fe5000;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 17px;
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner a:hover, .ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner a:active, .ls-wp-container .home-slider-inner .slide-content-outer .slide-content-inner a:focus,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner a:hover,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner a:active,
.home-slider-outer .home-slider-inner .slide-content-outer .slide-content-inner a:focus {
  text-decoration: none;
  opacity: 0.7;
}

/* isntagram */
#sb_instagram.sbi_fixed_height {
  height: auto !important;
}
#sb_instagram.sbi_fixed_height .sb_instagram_header {
  display: none;
}

.instagram-cta-outer {
  padding: 30px 0 10px 0;
}
.instagram-cta-outer a:link, .instagram-cta-outer a:visited {
  color: #fe5000;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 100;
}

@media (max-width: 1200px) {
  .homepage-content .featured-products ul .featured-image-inner {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .homepage-content .featured-products ul .featured-image-inner {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  /* slider */
  .slide-inner .slide-content-inner {
    margin-top: -50px !important;
    left: 4% !important;
  }
  .slide-inner h3 {
    font-size: 30px !important;
  }
  .slide-inner a {
    font-size: 15px !important;
    padding: 2px 15px !important;
  }
}
@media (max-width: 480px) {
  .homepage-content .featured-products .home-products-cta-outer h2 {
    font-size: 1.12em !important;
    padding: 2px 0;
  }
  .homepage-content .featured-products ul li {
    width: 50% !important;
  }
  .homepage-content .featured-products ul li .featured-image-inner {
    max-width: 200px;
    margin: 0 auto;
  }
  .homepage-content .featured-products ul li h3 {
    font-size: 1.1em;
  }
  #sb_instagram #sbi_images .sbi_item {
    width: 50% !important;
  }
  #sb_instagram #sbi_images .sbi_item a,
  #sb_instagram #sbi_images .sbi_item img {
    height: 50vw !important;
  }
  /* slider */
  .slide-inner .slide-content-inner {
    margin-top: -60px;
    left: 4%;
  }
  .slide-inner h3 {
    font-size: 18px !important;
  }
  .slide-inner a {
    font-size: 16px !important;
  }
}
/**
 * popup
 */
.ultimate-popup-wrapper:before, .ultimate-popup-wrapper:after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25% !important;
  float: left;
  margin: 0;
  clear: none;
  padding-bottom: 75px;
}
.woocommerce ul.products li.product .nadege-product-thumbnail,
.woocommerce-page ul.products li.product .nadege-product-thumbnail {
  padding: 0 20px;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.woocommerce ul.products li.product a:hover img, .woocommerce ul.products li.product a:active img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:active img {
  opacity: 0.7;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0.5em 20px;
  margin: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #ceb099;
  font-size: 1.1em;
  font-weight: 100;
  margin: 0 0 11px 0;
  font-style: italic;
}

@media (max-width: 991px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.33% !important;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
    padding-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    padding-bottom: 55px;
  }
  .woocommerce ul.products h3,
  .woocommerce-page ul.products h3 {
    height: auto !important;
  }
}
body.single-product .quantity .qty {
  padding: 8px 0 6px 0;
}

@media (max-width: 768px) {
  h1.page-title, h1.entry-title {
    font-size: 2.6em;
    margin-top: 40px !important;
  }
}
@media (max-width: 480px) {
  h1.page-title, h1.entry-title {
    font-size: 2em;
    margin-top: 15px !important;
  }
}
/****** Header Cart Window ******/
#header-cart-window {
  display: none;
  position: absolute;
  background: #FFF;
  z-index: 100000;
  box-shadow: 5px 5px 5px rgba(140, 140, 140, 0.52);
  width: 500px;
  right: 15px;
  border: solid thin #CECECE;
  padding: 10px;
  top: 25px;
}

.shopping-cart-button:hover #header-cart-window {
  display: block;
}

#header-cart-window table {
  width: 100%;
}

#header-cart-window table td,
#header-cart-window table th {
  padding: 3px 6px;
  border-bottom: solid thin #E6E6E6;
}

#header-cart-window table th {
  font-weight: normal;
}

#header-cart-window table td a:link,
#header-cart-window table td a:visited {
  display: block;
  line-height: 1.3;
}

.mini_cart_item {
  font-size: 0.9em;
}

.mini_cart_item img {
  max-width: 40px;
}

#header-cart-window .header-cart-footer p {
  text-align: right;
}

#header-cart-window .header-cart-footer p.total {
  margin: 15px 0 11px 0;
}

#header-cart-window .header-cart-footer .single-product-pickup-message p {
  margin: 15px 0;
}

#header-cart-window .header-cart-footer .single-product-pickup-message p {
  font-size: 0.9em;
  line-height: 1.3;
}

#header-cart-window .header-cart-footer a:link,
#header-cart-window .header-cart-footer a:visited {
  background: #D10051;
  height: auto;
  color: #fff;
  border: solid thin transparent;
  line-height: 1;
  padding: 2px 15px 4px 15px;
  font-size: 0.85em;
  margin: 0 0 0 5px;
  border-radius: 0;
  font-weight: 400;
}

#header-cart-window .header-cart-footer a:hover,
#header-cart-window .header-cart-footer a:active {
  background: #FFF;
  color: #D10051;
  border: solid thin #D10051;
  text-decoration: none;
}

.shopping-cart-button > a:hover {
  text-decoration: none;
}

.shopping-cart-button:hover + #header-cart-window {
  display: block;
}

#header-cart-window .buttons {
  text-align: right;
}

#header-cart-window .buttons a:link,
#header-cart-window .buttons a:visited {
  background: #D10051;
  height: auto;
  color: #fff;
  border: solid thin transparent;
  line-height: 1;
  padding: 5px 15px 6px 15px;
  font-size: 0.85em;
  margin: 0 0 0 5px;
  border-radius: 0;
  font-weight: 400;
}

#header-cart-window .total {
  text-align: right;
}

#header-cart-window .buttons a:hover,
#header-cart-window .buttons a:active {
  background: #FFF;
  color: #D10051;
  border: solid thin #D10051;
  text-decoration: none;
}

.woocommerce-cart table.cart td.product-subtotal {
  font-weight: bold;
}

.cart_totals tr td, .cart_totals tr th {
  font-size: 14px;
  padding: 8px 0;
}

.shop_table .coupon input[type=text] {
  width: 120px !important;
  border-radius: 0 !important;
  padding: 4px 6px 5px !important;
  height: auto !important;
}

/**
 * Cross Sells
 */
.woocommerce-cart .cart-collaterals ul.products {
  /*         display: flex;
          flex-wrap: wrap;
              justify-content: space-between;
   */
}
.woocommerce-cart .cart-collaterals ul.products li.product {
  float: left;
  width: 33.33% !important;
  margin: 0 auto;
}
.woocommerce-cart .cart-collaterals ul.products li.product h3 {
  font-size: 0.95em;
  padding: 0.5em 10px;
}

/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    width: 50% !important;
    padding-bottom: 35px;
  }
  .cross-sells h2 {
    font-size: 25px !important;
    margin: 20px 0 40px 0 !important;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    width: 100% !important;
    padding-bottom: 55px;
  }
  .cross-sells h2 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-page table.shop_table tr.cart_item {
    border: 1px solid #d2d3d3;
    border-bottom: none;
  }
  .woocommerce-page table.shop_table tr.cart_item:nth-child(even) {
    background-color: #FBFBFB;
  }
  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding: 12px 14px !important;
  }
  .woocommerce-page table.shop_table {
    border: none;
  }
  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }
  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .woocommerce .product-price {
    display: none !important;
  }
  .woocommerce .cart_item {
    overflow: hidden;
  }
  .woocommerce-page table.shop_table td.product-subtotal,
  .woocommerce-page table.shop_table td.product-quantity {
    width: 50%;
    float: left;
    padding-top: 1px !important;
  }
  .woocommerce .product-subtotal {
    text-align: right;
  }
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
}
.shop_table td.product-name dl.variation dd, .shop_table dl.variation {
  padding: 0;
  margin: 0;
}
.shop_table .product-thumbnail {
  text-align: center;
}
.shop_table.cart .product-cart-title a:link, .shop_table.cart .product-cart-title a:visited {
  font-weight: bold;
  color: #d31672;
  transition: -webkit-text-decoration 0.2s;
  -moz-transition: text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.shop_table.cart .product-cart-title a:hover, .shop_table.cart .product-cart-title a:active {
  text-decoration: underline;
}
.shop_table.cart .product-cart-remove {
  padding: 8px 0 7px 0;
}
.shop_table.cart .product-cart-remove a.remove {
  width: 76px;
  font-size: 12px;
  font-weight: 100;
  color: red;
  border-radius: 1px;
  color: #7B7B7B;
  background-image: url(./assets/img/icons/cart-delete.png);
  background-repeat: no-repeat;
  background-size: 9px;
  color: #1b1b1b !important;
  font-weight: bold;
  opacity: 0.4;
  line-height: 1;
  background-position: 0px 1px;
}
.shop_table.cart .product-cart-remove a.remove:hover {
  background-color: inherit;
  opacity: 1;
}
.shop_table.cart .product-cart-remove a.remove:hover, .shop_table.cart .product-cart-remove a.remove:focus {
  text-text-decoration: underline;
}

/**
 * Thank You
 */
.thankyou-pickup-info {
  position: relative;
  margin: 40px 0;
}
.thankyou-pickup-info p {
  padding-left: 30px;
  font-size: 19px;
  line-height: 1;
}

/**
*   Contact page
**/
.page-template-template-contact .orderdesk {
  height: 250px;
  text-align: center;
  margin-top: 60px;
}
.page-template-template-contact .orderdesk .orderdesk-hours {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}
.page-template-template-contact .orderdesk .orderdesk-hours .order-desk-message p {
  font-size: 1.1em;
  line-height: 1.3;
  margin-top: 20px;
}
.page-template-template-contact .orderdesk .orderdesk-hours caption {
  display: none;
}
.page-template-template-contact .orderdesk .orderdesk-hours td,
.page-template-template-contact .orderdesk .orderdesk-hours th {
  line-height: 1;
  padding: 5px 0;
}
.page-template-template-contact .orderdesk .orderdesk-hours tr td.column-2 {
  text-align: right;
}
.page-template-template-contact .orderdesk img {
  opacity: 0.4;
  max-width: 300px;
  /* margin: 0 auto; */
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  z-index: 5;
}
.page-template-template-contact .orderdesk .orderdesk-content {
  position: relative;
  z-index: 10;
}
.page-template-template-contact .orderdesk h2 {
  text-align: center;
  font-size: 3.7em;
  color: #d10051;
}
.page-template-template-contact .orderdesk p {
  font-size: 1.4em;
  display: block;
  line-height: 1;
}
.page-template-template-contact .orderdesk p.email {
  margin: 15px 0;
  font-size: 1.2em;
}
.page-template-template-contact .orderdesk p.phone:before {
  content: "•";
  color: #d10051;
  margin-right: 7px;
}
.page-template-template-contact .orderdesk p.phone:after {
  content: "•";
  color: #d10051;
  margin-left: 7px;
}

.contact-widget-left {
  text-align: center;
}

.contact-widget-left h4 {
  font-size: 1.2em;
  font-weight: 300;
  margin: 14px 2px 6px 2px;
}

.contact-widget-left h4:first-child {
  margin-top: 0;
}

.contact-widget-right {
  text-align: center;
}

.contact-widget-right p {
  margin-bottom: 17px;
}

a.contact-cta:link,
a.contact-cta:visited {
  background: #d10051;
  color: #fff;
  border: solid thin transparent;
  line-height: 1;
  padding: 4px 20px 6px 20px;
  font-size: 1.1em;
}

a.contact-cta:hover,
a.contact-cta:active {
  background: #fff;
  color: #d10051;
  border: solid thin #d10051;
  text-decoration: none;
}

.locations-header h2 {
  text-align: center;
  font-size: 2.4em;
  margin: 80px 0 20px 0;
  color: #8e8e8e;
}

.location-single {
  border: solid thin #d6d5d5;
  border-bottom: none;
  position: relative;
  background-size: 100%;
  background-position: top 50%;
}

.location-single:last-child {
  border-bottom: solid thin #d6d5d5;
}

.location-inner {
  background-color: rgba(255, 255, 255, 0.62);
  position: relative;
  z-index: 40;
}

.location-single .location-header h3 {
  margin-top: 0;
  margin-top: 0;
  font-size: 3.2em;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  color: #d31672;
  padding: 26px 0 26px 26px;
  display: block;
}

.location-content-inner {
  padding: 0 26px 26px 26px;
}

.location-single .main address {
  font-size: 1.3em;
  margin-bottom: 8px;
}

.location-single .main .phone p {
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: 400;
}

.location-single .main .location-hours h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}

.location-single .main .location-hours table {
  max-width: 350px;
}

.location-single .main .location-hours table td {
  padding: 6px 0;
}

.location-single .main .location-hours caption {
  display: none;
}

.location-single .main .location-message {
  position: relative;
}

i.info {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(./assets/img/icons/info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.location-single .main .location-message {
  font-size: 1.1em;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}

.location-single .map-outer {
  float: left;
  position: relative;
  overflow: hidden;
}
.location-single .map-outer .map-image-container {
  overflow: hidden;
}
.location-single .map-outer span {
  width: 100%;
  position: absolute;
  -moz-transform: translateY(70px);
       transform: translateY(70px);
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -moz-transform 0.2s ease;
  color: #fff;
  bottom: 0;
  padding: 10px 1px 11px 1px;
  text-align: center;
  font-weight: 100;
  z-index: 20;
  background-color: #d31672;
}
.location-single .map-outer img {
  width: 300px;
  height: 200px;
  background: #fff;
  padding: 5px;
  border: solid thin;
}
.location-single .map-outer .google-map-link:hover span {
  -moz-transform: translateY(0);
       transform: translateY(0);
}

@media (max-width: 991px) {
  .contact-widgets {
    clear: both;
    max-width: 550px;
    margin: 0 auto;
  }
  .page-template-template-contact .orderdesk {
    height: 100%;
  }
  .location-single .location-header h3 {
    font-size: 2.2em;
  }
  .location-single .location-header h3 a {
    padding: 17px;
  }
  .location-single .location-content-inner {
    padding: 17px;
  }
}
@media (max-width: 768px) {
  .locations-header h2 {
    font-size: 2em;
    margin: 80px 0 20px 0;
  }
  .location-single .location-header h3 {
    font-size: 1.8em;
  }
  .location-single .location-header h3 a {
    padding: 13px;
  }
  .location-single .main address {
    font-size: 1em;
  }
  .location-single .main .phone {
    font-size: 0.9em;
  }
  .location-single .location-content-inner {
    padding: 12px;
  }
  .location-single .location-message p {
    font-size: 0.9em;
    line-height: 1.1em;
  }
}
.matt-transition {
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: inherit;
}

@media (max-width: 480px) {
  .locations-header h2 {
    font-size: 1.8em;
    margin: 80px 0 20px 0;
  }
  .location-single .location-header h3 {
    font-size: 1.4em;
  }
  .location-single .location-header h3 a {
    padding: 8px;
  }
  .location-single .location-content-inner {
    padding: 8px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  #click-menu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  #click-menu.overlay {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #click-menu {
    display: block;
  }
  /* header */
  .mobile-menu-toggle-outer {
    display: block;
  }
  .main-header {
    padding: 0;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
  }
  .main-header .header-upper {
    display: none;
  }
  .main-header .logo-outer .logo-inner {
    max-width: 150px;
    padding: 10px 0;
  }
  .main-header .main-nav-outer {
    display: none;
  }
  .events-menu-outer {
    display: none;
  }
  #page {
    padding-top: 56px;
  }
}
@media (max-width: 480px) {
  .main-header .logo-outer .logo-inner {
    max-width: 110px;
    padding: 14px 0px;
  }
}
.catering-badges {
  display: -moz-box;
  display: flex;
  max-width: 500px;
  margin: 0 auto 80px auto;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
@media (max-width: 480px) {
  .catering-badges {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
  }
}

.catering-badge {
  /* width: 33.3333%;
  float: left; */
}
@media (max-width: 480px) {
  .catering-badge {
    width: 50%;
    flex-basis: 50%;
    text-align: center;
  }
  .catering-badge:last-child {
    margin-top: 30px;
  }
}
.catering-badge img {
  max-width: 100px;
}
.catering-badge #eventsource-link.es-recommendations {
  background-size: contain;
  width: 100px;
  height: 100px;
}
.catering-badge #eventsource-link.es-recommendations #eventsource-count-wrapper.es-count-wr {
  position: relative;
  text-align: center;
  top: 14px;
  left: 17px;
  width: 68px;
  line-height: 20px;
}
.catering-badge #eventsource-link.es-recommendations #eventsource-count-wrapper.es-count-wr .es-count {
  font-family: "Open Sans", sans-serif;
  font-size: 15pt;
  color: white;
  font-weight: 600;
  line-height: 49px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -moz-transform: scale(0.75);
         transform: scale(0.75);
  }
  .mfp-arrow-left {
    -moz-transform-origin: 0;
         transform-origin: 0;
  }
  .mfp-arrow-right {
    -moz-transform-origin: 100%;
         transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

div#mc_embed_signup {
  width: 100%;
}

.nadege-popup {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  max-width: 630px;
}
.nadege-popup h2 {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  color: #a81e51;
  background: #fff;
  display: inline-block;
  padding: 8px 12px;
}
.nadege-popup p {
  margin: 0 0 22px;
}
.nadege-popup p a:link, .nadege-popup p a:visited {
  background-color: #fe5000;
  border: solid thin #fe5000;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 11px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.nadege-popup p a:link:hover, .nadege-popup p a:link:active, .nadege-popup p a:visited:hover, .nadege-popup p a:visited:active {
  border: solid thin #fe5000;
  background-color: #fff;
  color: #fe5000;
  text-decoration: none;
}
.nadege-popup__heading-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 30px;
  bottom: 30px;
  padding: 0 30px;
}
.nadege-popup__inner {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.nadege-popup__content {
  padding: 30px;
  text-align: center;
}
.nadege-popup__content *:last-child {
  margin-bottom: 0;
}
.nadege-popup__image-outer {
  position: relative;
  height: 300px;
}
.nadege-popup img.nadege-popup__img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.nadege-popup__close {
  left: 50%;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 40px;
  z-index: 5;
  left: 0;
  text-align: center;
}
.nadege-popup__close-link:link, .nadege-popup__close-link:visited {
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-color: #d10051 !important;
  color: #fff;
  display: block;
  font-family: arial, sans-serif;
  font-size: 21px;
  text-align: center;
  display: inline-block;
}
.nadege-popup__close-link:hover, .nadege-popup__close-link:active, .nadege-popup__close-link:focus {
  text-decoration: none;
  background-color: #ec005e !important;
}
.nadege-popup input[type=submit] {
  background-color: #fe5000;
  border: solid thin #fe5000;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 11px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  width: 100%;
  padding: 10px 11px;
}
.nadege-popup input[type=submit]:hover, .nadege-popup input[type=submit]:active {
  border: solid thin #fe5000;
  background-color: #fff;
  color: #fe5000;
  text-decoration: none;
}
.nadege-popup input[type=email] {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  border: solid thin #a6a6a6;
  font-size: 15px;
  padding: 7px 10px 6px;
}
.nadege-popup input[type=email]:focus {
  border: solid thin #ec005e;
  outline: none;
}
.nadege-popup #mc_embed_signup div.mce_inline_error {
  display: none !important;
}
.nadege-popup__casl {
  margin-top: 11px;
}
.nadege-popup__casl p {
  font-size: 12px;
  margin: 0 0 6px 0;
  line-height: 14px;
}
body.popup-open #wp-live-chat {
  z-index: 10;
}

@media (max-width: 768px) {
  .nadege-popup h2 {
    font-size: 18px;
  }
  .nadege-popup__image-outer {
    height: 170px;
  }
}
/**
 * Checkout - mostly 2020
 */
/**
 * Mailchimp
 */
.mailchimp-newsletter {
  margin-bottom: 24px;
}
.mailchimp-newsletter label span {
  padding-left: 32px;
  font-weight: 500;
  font-size: 15px;
  color: black;
}

.shipping-field--hidden {
  display: none;
}

.hidden-date-input {
  display: none;
}

.cart_totals .shipping-field {
  display: block;
}
.cart_totals .shipping-field--flat_rate5, .cart_totals .shipping-field--flat_rate6 {
  display: none;
}

.shipping-fields--default .shipping-fields__option {
  display: none;
}
.shipping-fields--delivery .shipping-fields__option--pickup {
  display: none;
}
.shipping-fields--pickup .shipping-fields__option--delivery {
  display: none;
}

/**
 * classese that toggle disclaimer copy
 */
.woocommerce-checkout-review-order .delivery-copy {
  display: block;
  position: relative;
  padding-left: 20px;
}
.woocommerce-checkout-review-order .delivery-copy:before {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #d31672;
  content: "";
  left: 0;
}
.woocommerce-checkout-review-order .delivery-copy__message--disclaimer, .woocommerce-checkout-review-order .delivery-copy__message--not-available, .woocommerce-checkout-review-order .delivery-copy__message--loading, .woocommerce-checkout-review-order .delivery-copy__message--pickup-selected {
  display: none;
}
.woocommerce-checkout-review-order[data-status=pickup-selected] .delivery-copy__message {
  display: none;
}
.woocommerce-checkout-review-order[data-status=pickup-selected] .delivery-copy__message--pickup-selected {
  display: block;
}
.woocommerce-checkout-review-order[data-status=pickup-selected] .shipping-fields__option--pickup {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-loading] .delivery-copy__message {
  display: none;
}
.woocommerce-checkout-review-order[data-status=delivery-loading] .delivery-copy__message--loading {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-loading] .shipping-fields__option--pickup {
  display: none;
}
.woocommerce-checkout-review-order[data-status=delivery-available] .delivery-copy__message, .woocommerce-checkout-review-order[data-status=delivery-selected] .delivery-copy__message {
  display: none;
}
.woocommerce-checkout-review-order[data-status=delivery-available] .delivery-copy__message--disclaimer, .woocommerce-checkout-review-order[data-status=delivery-selected] .delivery-copy__message--disclaimer {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-available] .woocommerce-checkout-payment, .woocommerce-checkout-review-order[data-status=delivery-selected] .woocommerce-checkout-payment {
  opacity: 1;
  pointer-events: initial;
}
.woocommerce-checkout-review-order[data-status=delivery-available] .shipping-fields__option--pickup, .woocommerce-checkout-review-order[data-status=delivery-selected] .shipping-fields__option--pickup {
  display: none;
}
.woocommerce-checkout-review-order[data-status=delivery-available] .shipping-fields__option--delivery, .woocommerce-checkout-review-order[data-status=delivery-selected] .shipping-fields__option--delivery {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-unavailable] .delivery-copy__message {
  display: none;
}
.woocommerce-checkout-review-order[data-status=delivery-unavailable] .delivery-copy__message--not-available {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-unavailable] .delivery-copy__not-available {
  display: block;
}
.woocommerce-checkout-review-order[data-status=delivery-unavailable] .woocommerce-checkout-payment {
  opacity: 0.4;
  pointer-events: none;
}
.woocommerce-checkout-review-order[data-status=delivery-unavailable] .shipping-fields__option {
  display: none;
}
.woocommerce-checkout-review-order[data-status=shipping-not-selected] .shipping-fields__option,
.woocommerce-checkout-review-order[data-status=shipping-not-selected] .delivery-copy__message, .woocommerce-checkout-review-order[data-status=shipping-not-available] .shipping-fields__option,
.woocommerce-checkout-review-order[data-status=shipping-not-available] .delivery-copy__message {
  display: none;
}

.woocommerce table.shop_table tfoot td p {
  margin-bottom: 0 !important;
}

.woocommerce-checkout-payment--disabled {
  opacity: 0.4;
  pointer-events: none;
}

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