/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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;
  user-select: none; }

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

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

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

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -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: #444444; }
  .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;
    -webkit-box-sizing: border-box;
    -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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.centered {
  text-align: center !important; }

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

img.alignleft {
  float: left;
  margin-right: 1em; }

img.alignright {
  float: right;
  margin-left: 1em; }

a {
  color: #911f36;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

html {
  margin: 0 !important; }

body {
  font-family: Lato !important;
  background: #edecde;
  font-size: 16px;
  font-weight: 300;
  margin: 0 !important; }

p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important; }

.hidden-always {
  display: none !important; }

.hide-on-desktop {
  display: none !important; }

@media (max-width: 780px) {
  .hide-on-desktop {
    display: block !important; }

  .show-on-mobile {
    display: inline-block !important; }

  #top-menu {
    display: none !important; } }
.mm-page {
  display: block;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px #333 !important;
  box-shadow: 0px 0px 10px #333 !important;
  overflow: hidden; }

ul.mm-list li {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
  padding-top: 20px; }

.mm-opened .mm-header .mm-title {
  color: #555;
  font-weight: bold; }
.mm-opened .mm-footer {
  color: #555;
  font-weight: bold; }
.mm-opened li.show-on-mm-menu {
  display: block !important; }
.mm-opened li.contact-panel {
  background: #f6f6f6;
  height: 100px; }
.mm-opened .hidden-always {
  display: block !important; }
.mm-opened li.current_page_item {
  font-weight: bold; }
  .mm-opened li.current_page_item .mm-subopen:after {
    color: white; }

.nav-menu {
  font-size: 1em;
  background: #1e1e1e; }
  .nav-menu:after {
    content: " ";
    display: block;
    clear: both; }
  .nav-menu .logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    height: 11vh; }
    .nav-menu .logo a {
      height: 100%;
      display: block;
      padding: 0.25em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .nav-menu .hamburger-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    text-align: right; }
  .nav-menu #cart-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    position: absolute;
    right: 0; }
    .nav-menu #cart-menu .cart-view {
      display: inline-block;
      background: #49B538;
      padding: 0.2em 1em;
      border-radius: 0 0 0 10px;
      /* height: 8vh; */
      /* margin-top: 10px; */
      /* margin-bottom: 10px; */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: white; }
    .nav-menu #cart-menu svg {
      fill: White;
      display: block;
      float: left; }
    .nav-menu #cart-menu span {
      display: block;
      float: left;
      line-height: 33px;
      margin-left: 0.5em; }
  .nav-menu .menu-bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 1em; }
    .nav-menu .menu-bar ul.menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 1em; }
      .nav-menu .menu-bar ul.menu > li {
        display: inline-block; }
        .nav-menu .menu-bar ul.menu > li:last-child {
          margin-right: 0px; }
      .nav-menu .menu-bar ul.menu li.current-page-ancestor > a {
        color: Red; }
      .nav-menu .menu-bar ul.menu > li:hover > a {
        color: White !important;
        background: #891D33 !important;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .nav-menu .menu-bar ul.menu > li {
        line-height: 11vh; }
        .nav-menu .menu-bar ul.menu > li > a {
          padding: 0.5em 0.35em;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
      .nav-menu .menu-bar ul.menu li {
        position: relative; }
        .nav-menu .menu-bar ul.menu li a {
          color: #edecde;
          text-decoration: none;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
        @media (max-width: 480px) {
          .nav-menu .menu-bar ul.menu li {
            padding-bottom: 1em; } }
        @media (min-width: 780px) {
          .nav-menu .menu-bar ul.menu li:hover ul.sub-menu {
            display: block; }
          .nav-menu .menu-bar ul.menu li ul.sub-menu {
            list-style-type: none;
            padding: 0;
            margin: 0;
            background: #1e1e1e;
            position: absolute;
            margin: 0;
            padding: 0;
            overflow: hidden;
            display: none;
            left: 1px;
            width: 240px;
            z-index: 3;
            text-align: left; }
            .nav-menu .menu-bar ul.menu li ul.sub-menu > li {
              display: inline-block; }
              .nav-menu .menu-bar ul.menu li ul.sub-menu > li:last-child {
                margin-right: 0px; }
            .nav-menu .menu-bar ul.menu li ul.sub-menu li {
              line-height: 150%;
              display: block; }
              .nav-menu .menu-bar ul.menu li ul.sub-menu li a {
                padding: 0.25em 1em;
                display: block; }
              .nav-menu .menu-bar ul.menu li ul.sub-menu li.current-menu-item a {
                font-weight: 700; }
            .nav-menu .menu-bar ul.menu li ul.sub-menu li.current-menu-item a {
              background-color: #6CC04E !important;
              color: #FFF !important; }
            .nav-menu .menu-bar ul.menu li ul.sub-menu li.current-menu-item:hover a {
              background-color: #6CC04E !important;
              color: #FFF !important; }
            .nav-menu .menu-bar ul.menu li ul.sub-menu li:hover > a {
              color: #0F9320 !important; } }
  @media (max-width: 780px) {
    .nav-menu li.menu-button {
      display: inline-block !important;
      padding-bottom: 0 !important; }
      .nav-menu li.menu-button a {
        padding-bottom: 1em !important; }
        .nav-menu li.menu-button a:before {
          margin-right: 5px; } }

@media (max-width: 480px) {
  .mobile-view {
    display: block !important; }

  .desktop-view {
    display: none !important; } }
@media (min-width: 481px) and (max-width: 767px) {
  .mobile-view {
    display: none !important; }

  .desktop-view {
    display: block !important; } }
@media (min-width: 768px) {
  .mobile-view {
    display: none !important; }

  .desktop-view {
    display: block !important; } }
.container:after {
  content: " ";
  display: block;
  clear: both; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.products-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 187.5px;
  float: left;
  padding-left: 6.25px;
  padding-right: 6.25px;
  background: #891D33;
  position: absolute;
  bottom: 0;
  top: 11vh; }
  @media (min-width: 1180px) {
    .products-nav {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 250px;
      float: left;
      padding-left: 6.25px;
      padding-right: 6.25px; } }
  .products-nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 3em; }
    .products-nav ul.menu li {
      display: block;
      text-align: center;
      padding: 0.4em 0; }
      .products-nav ul.menu li a {
        text-decoration: none;
        color: #edecde;
        padding: 0.4em;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .products-nav ul.menu li a:hover {
          background: Black;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
    .products-nav ul.menu li.current-menu-item {
      background: rgba(0, 0, 0, 0.5); }

footer {
  background: #333;
  color: #ccc;
  padding: 1em;
  font-size: 0.8em; }
  footer h3 {
    font-size: 1.2em;
    margin: 0; }
  footer ul li a {
    color: #ccc; }
  footer a {
    color: #ccc; }

.content {
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.66667%;
  padding-right: 0.66667%;
  min-width: 768px;
  padding-left: 187.5px; }
  @media (min-width: 1180px) {
    .content {
      padding-left: 250px;
      max-width: 1200px; } }

h1 {
  font-size: 2.6244em; }

h2 {
  font-size: 1.62em; }

.page-section {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 20px;
  padding-right: 20px; }
  .page-section:after {
    content: " ";
    display: block;
    clear: both; }
  .page-section .page-block {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .page-section header {
    border-bottom: 1px dashed #ccc; }
    .page-section header h1 {
      text-align: center;
      color: #222;
      font-weight: 300; }
      .page-section header h1 a {
        color: #222;
        padding: 0.1em 0.5em;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .page-section header h1 a:hover {
          background: #891D33;
          text-decoration: none;
          color: white;
          text-shadow: none;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
    .page-section header small {
      color: #555; }
      .page-section header small a {
        color: #555; }

.homepage-slider {
  max-height: 380px; }
  .homepage-slider .slick-dots {
    bottom: 25px !important;
    z-index: 0; }
    .homepage-slider .slick-dots button:before {
      color: white !important; }
  .homepage-slider .slick-prev, .homepage-slider .slick-next {
    height: auto;
    width: auto;
    top: auto;
    bottom: 25px !important;
    z-index: 1; }
  .homepage-slider .slick-prev {
    left: 30%; }
  .homepage-slider .slick-next {
    right: 30%; }
  .homepage-slider .slick-prev:before, .homepage-slider .slick-next:before {
    font-size: 50px !important; }
  .homepage-slider .slick-dots li button:before {
    font-size: 15px !important; }

@media (min-width: 768px) {
  .homepage-slider .slide {
    font-size: 1em; } }
.homepage-slider {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  float: left; }
  .homepage-slider .slide {
    padding-left: 13px;
    padding-right: 13px;
    height: auto;
    position: relative; }
    .homepage-slider .slide img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 1em; }
    .homepage-slider .slide__title {
      margin: 0;
      font-weight: 400;
      font-size: 1.125em;
      text-transform: uppercase;
      color: #222; }
    .homepage-slider .slide__body {
      font-size: 0.875em;
      color: #444; }
    .homepage-slider .slide__body + img {
      margin-top: 1em;
      margin-bottom: 0; }

.product-grid-view:after {
  content: " ";
  display: block;
  clear: both; }
.product-grid-view .product-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  position: relative;
  padding-bottom: 1em; }
  .product-grid-view .product-box:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .product-grid-view .product-box:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none; }
  .product-grid-view .product-box:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 960px) {
    .product-grid-view .product-box {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
      .product-grid-view .product-box:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .product-grid-view .product-box:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .product-grid-view .product-box:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .product-grid-view .product-box:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }
  .product-grid-view .product-box .product-preview {
    position: relative;
    padding: 4px;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 3px #CCC;
    box-shadow: 1px 1px 3px #CCC; }
    .product-grid-view .product-box .product-preview img {
      display: block;
      width: 100%;
      height: auto; }
    .product-grid-view .product-box .product-preview .product-price {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #FFF;
      width: 40%;
      text-align: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.6em;
      bottom: 1em;
      right: 1em;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product-grid-view .product-box .product-preview .product-price span {
        /* text-transform: uppercase; */
        font-size: 2.25em;
        line-height: 0; }
    .product-grid-view .product-box .product-preview .product-title {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
      background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .product-grid-view .product-box .product-preview .product-title h2 {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 1em;
        font-weight: normal; }
        .product-grid-view .product-box .product-preview .product-title h2 a {
          display: block;
          height: 100%;
          color: white;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 0.6em; }
          .product-grid-view .product-box .product-preview .product-title h2 a span {
            display: block;
            margin: 0;
            position: absolute;
            left: 1em;
            bottom: 1em;
            width: 55%;
            text-transform: uppercase;
            font-family: Verdana;
            color: #fff; }
  .product-grid-view .product-box .product-preview:hover .product-price, .product-grid-view .product-box .product-preview:hover .product-title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1; }
  .product-grid-view .product-box .product-reserved {
    position: absolute;
    left: 4px;
    top: 4px;
    background: #891D33;
    color: #FFF;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7em;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 0.5em; }
  .product-grid-view .product-box .product-order-similar {
    position: absolute;
    left: 4px;
    top: 4px;
    background: #555;
    color: #FFF;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7em;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 0.5em; }

section.product-page > header h1 {
  margin-bottom: 0; }
section.product-page .prevnext_nav:after {
  content: " ";
  display: block;
  clear: both; }
section.product-page .prevnext_nav > div a {
  color: #555; }
section.product-page .prevnext_nav .prevlink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.66667%;
  padding-right: 0.66667%;
  text-align: right; }
section.product-page .prevnext_nav .nextlink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-left: 0.66667%;
  padding-right: 0.66667%;
  text-align: left; }

.product-view:after {
  content: " ";
  display: block;
  clear: both; }
.product-view__gallery {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  float: left;
  padding-left: 0.66667%;
  padding-right: 0.66667%;
  padding-right: 20px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-view__gallery .product-gallery-slider {
    -webkit-box-shadow: 1px 1px 3px #CCC;
    box-shadow: 1px 1px 3px #CCC; }
    .product-view__gallery .product-gallery-slider div img {
      width: 100%;
      height: auto;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: White;
      padding: 10px; }
  .product-view__gallery .slider-small-images img {
    border: 2px solid #FFF;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 2px !important; }
  .product-view__gallery .slider-small-images .slick-slide {
    opacity: 0.6;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-left: 10px;
    margin-right: 10px; }
  .product-view__gallery .slider-small-images .slick-slide.slick-center {
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .product-view__gallery .slider-small-images .slick-slide.slick-center img {
      border: 2px solid #333;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
.product-view__info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  float: left;
  padding-left: 0.66667%;
  padding-right: 0.66667%; }
  .product-view__info__sales {
    text-align: center;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .product-view__info__sales .price {
      font-weight: bold;
      font-size: 2em;
      display: block; }
    .product-view__info__sales .availability {
      display: block;
      font-weight: bold; }
      .product-view__info__sales .availability small {
        color: #333;
        display: block; }
    .product-view__info__sales .available {
      color: #138200; }
    .product-view__info__sales .sold {
      color: #f00010; }
    .product-view__info__sales .reserved {
      color: #f00010; }
    .product-view__info__sales .custom-order {
      color: #DFDCDC; }
      .product-view__info__sales .custom-order:hover {
        background: #646464;
        color: #efecec; }
    .product-view__info__sales .in-cart {
      background: #188b00; }
      .product-view__info__sales .in-cart:hover {
        background: #188b00; }

.see-more {
  text-align: center;
  font-weight: 400;
  font-size: 1.3em; }

.navigation {
  text-align: center;
  font-size: 1.4em; }
  .navigation .wp-paginate .page {
    margin-right: 5px;
    margin-left: 5px;
    padding: 4px 12px; }
  .navigation .wp-paginate .current {
    background: #891D33;
    border: 0; }

.button {
  background: #891D33;
  border-radius: 4px;
  padding: 0.5em 2em;
  display: inline-block;
  color: White;
  margin-top: 1em;
  margin-bottom: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  font-size: 1.5em; }
  .button:hover {
    background: #b32643;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none; }

.ask-about-product {
  font-size: 1.3em !important; }

.deko-popup h2 {
  margin-top: 0;
  text-align: center;
  font-size: 1.4em;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em; }
.deko-popup .popup-thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  .deko-popup .popup-thumbnail img {
    width: 100%;
    height: auto; }
.deko-popup .popup-product {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  .deko-popup .popup-product h3 {
    font-size: 1.3em;
    margin: 0; }
.deko-popup .in-cart-product:after {
  content: " ";
  display: block;
  clear: both; }
.deko-popup .popup-buttons {
  text-align: center;
  border-top: 1px dotted #CCC;
  padding-top: 1em;
  margin-top: 1em; }
  .deko-popup .popup-buttons a {
    padding: 0.5em 1em;
    background: #333;
    display: inline-block;
    color: White;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .deko-popup .popup-buttons a:hover {
      text-decoration: none;
      background: #222; }
  .deko-popup .popup-buttons a + a {
    margin-left: 2em; }
  .deko-popup .popup-buttons a.checkout {
    background: #188b00;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .deko-popup .popup-buttons a.checkout:hover {
      text-decoration: none;
      background: #0f5800; }

.shopping-cart .shipping-methods:after {
  content: " ";
  display: block;
  clear: both; }
.shopping-cart .shipping-methods .shipment {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  .shopping-cart .shipping-methods .shipment:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .shopping-cart .shipping-methods .shipment:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none; }
  .shopping-cart .shipping-methods .shipment:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none; }
  .shopping-cart .shipping-methods .shipment div {
    border: 1px solid #ccc;
    background: #eee;
    color: #555;
    padding: 0.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #bbb;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer; }
    .shopping-cart .shipping-methods .shipment div span.name {
      width: 70%; }
    .shopping-cart .shipping-methods .shipment div span.price {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 30%;
      text-align: right;
      font-size: 1.4em; }
  .shopping-cart .shipping-methods .shipment .selected {
    background: #F9FFD1;
    color: #171717;
    border: 2px solid #008000; }
.shopping-cart .payment-method {
  background: #F9FFD1;
  padding: 0.5em;
  color: #171717;
  border: 2px solid #008000;
  font-size: 0.9em;
  border-radius: 4px;
  font-weight: normal; }
.shopping-cart table {
  border: 1px solid #ccc;
  width: 100%; }
  .shopping-cart table .remove-item {
    font-size: 0.8em;
    color: #6F6F6F; }
  .shopping-cart table thead {
    background: #444;
    color: White; }
    .shopping-cart table thead th {
      padding: 4px; }
  .shopping-cart table tbody {
    font-weight: 400; }
    .shopping-cart table tbody tr {
      background: White; }
      .shopping-cart table tbody tr td {
        padding: 2px 2px; }
    .shopping-cart table tbody tr + tr {
      border-top: 1px solid #ccc; }
  .shopping-cart table .cart-product-thumb img {
    width: 100%;
    max-width: 50px;
    height: auto;
    margin: 2px auto;
    display: block; }
  .shopping-cart table .cart-product-name {
    text-align: left;
    width: 45%; }
    .shopping-cart table .cart-product-name a {
      color: #222; }
  .shopping-cart table .error a {
    color: Red !important;
    text-decoration: line-through; }
  .shopping-cart table th.cart-product-name {
    text-align: center; }
  .shopping-cart table .cart-product-lp {
    text-align: right; }
  .shopping-cart table .cart-product-price {
    text-align: right; }
    .shopping-cart table .cart-product-price span {
      padding-right: 20%; }
  .shopping-cart table th.cart-product-price {
    text-align: center; }
  .shopping-cart table .cart-product-sum {
    text-align: right; }
    .shopping-cart table .cart-product-sum span {
      padding-right: 20%; }
  .shopping-cart table th.cart-product-sum {
    text-align: center; }
  .shopping-cart table .cart-product-quantity {
    text-align: center; }
.shopping-cart table.shopping-cart-summary tr td {
  text-align: right;
  padding: 4px;
  font-weight: bold; }
.shopping-cart table.shopping-cart-summary tr td.cart-summary-price {
  font-size: 2em; }
.shopping-cart table.shopping-cart-summary tr.total-price {
  background: #FDFC91;
  border-top: 1px solid #333; }
  .shopping-cart table.shopping-cart-summary tr.total-price small {
    font-weight: normal; }
.shopping-cart form p {
  width: 60%;
  margin: 0.5em auto;
  display: block; }
  .shopping-cart form p label {
    display: block;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #444;
    font-weight: normal; }
  .shopping-cart form p label.not-required {
    color: #666; }
  .shopping-cart form p input {
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shopping-cart form p label.checkbox {
    margin-left: 2em;
    position: relative;
    text-transform: inherit;
    font-size: 0.8em; }
    .shopping-cart form p label.checkbox input {
      width: auto;
      position: absolute;
      left: -2em;
      top: 3px; }
  .shopping-cart form p textarea {
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shopping-cart form p small.error {
    color: #F00;
    font-weight: 400; }
.shopping-cart form .submit-button {
  text-align: center;
  font-size: 0.9em;
  margin: 2em auto;
  display: block;
  width: 40%; }
  .shopping-cart form .submit-button h3 {
    margin: 0;
    font-size: 2em;
    font-weight: 400; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-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;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

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

.wpcf7 input[type="submit"] {
  padding: 0.75em 2em;
  background: #891D33;
  color: #FFF;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 0;
  margin: 0 auto;
  display: block; }

.komentarze ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .komentarze ul li .commentheader {
    font-style: italic;
    font-weight: 400;
    color: #555; }
  .komentarze ul li + li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted #ccc; }
