@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; }

.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #9A6600;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #DEBC74; }

/* 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;
  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: #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;
  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;
    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; } }
/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #9A6600;
  color: #fefefe;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }
  p.demo_store a {
    color: #fefefe; }

.admin-bar p.demo_store {
  top: 32px; }

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay:before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      margin-top: -.5em;
      display: block;
      content: "";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      background: url(../images/icons/loader.svg) center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
    .woocommerce a.remove:hover {
      color: #fff !important;
      background: red; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 1em 0 1em 2em !important;
    margin: 0 0 2em !important;
    position: relative;
    border-top: 3px solid #9A6600;
    list-style: none outside !important;
    width: auto;
    word-wrap: break-word; }
    .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-message::after,
    .woocommerce .woocommerce-error::before,
    .woocommerce .woocommerce-error::after,
    .woocommerce .woocommerce-info::before,
    .woocommerce .woocommerce-info::after {
      content: ' ';
      display: table; }
    .woocommerce .woocommerce-message::after,
    .woocommerce .woocommerce-error::after,
    .woocommerce .woocommerce-info::after {
      clear: both; }
    .woocommerce .woocommerce-message:before,
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-info:before {
      font-family: "WooCommerce";
      content: "\e028";
      display: inline-block;
      position: absolute;
      top: 1em;
      left: .5em; }
    .woocommerce .woocommerce-message a:not(.button),
    .woocommerce .woocommerce-error a:not(.button),
    .woocommerce .woocommerce-info a:not(.button) {
      color: currentColor;
      display: inline-block;
      border-bottom: 1px dotted #8a8a8a; }
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button {
      float: right;
      margin-right: 1em;
      background-color: #8a8a8a;
      width: 100%;
      float: left;
      position: absolute;
      bottom: -40px;
      max-width: 100%;
      right: 0; }
      .woocommerce .woocommerce-message .button:hover,
      .woocommerce .woocommerce-error .button:hover,
      .woocommerce .woocommerce-info .button:hover {
        background-color: #0a0a0a;
        color: #fefefe; }
      @media screen and (min-width: 40em) {
        .woocommerce .woocommerce-message .button,
        .woocommerce .woocommerce-error .button,
        .woocommerce .woocommerce-info .button {
          position: relative;
          width: auto;
          bottom: 0;
          float: right; } }
      .woocommerce .woocommerce-message .button:hover,
      .woocommerce .woocommerce-error .button:hover,
      .woocommerce .woocommerce-info .button:hover {
        color: inherit; }
    .woocommerce .woocommerce-message li,
    .woocommerce .woocommerce-error li,
    .woocommerce .woocommerce-info li {
      list-style: none outside !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
  .woocommerce .woocommerce-message {
    border-top-color: #8fae1b; }
    .woocommerce .woocommerce-message:before {
      content: "\e015";
      color: #8fae1b; }
  .woocommerce .woocommerce-info {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #767676;
    font-size: 14px; }
    .woocommerce .woocommerce-info a {
      color: inherit;
      border-bottom: 1px dotted #767676; }
    .woocommerce .woocommerce-info:before {
      color: #767676; }
  .woocommerce .woocommerce-error {
    border-top-color: #b81c23; }
    .woocommerce .woocommerce-error:before {
      content: "\e016";
      color: #b81c23; }
  .woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    color: #777; }
    .woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
      content: ' ';
      display: table; }
    .woocommerce .woocommerce-breadcrumb::after {
      clear: both; }
    .woocommerce .woocommerce-breadcrumb a {
      color: #777; }
  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    margin: 0 auto; }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative; }
    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0;
      display: none; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      color: #0a0a0a;
      font-size: 30px; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 700; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        opacity: 0.5; }
    .woocommerce div.product p.stock {
      font-size: 13px; }
    .woocommerce div.product .stock {
      color: #8a8a8a; }
    .woocommerce div.product .out-of-stock {
      color: red; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    .woocommerce div.product div.images {
      margin-bottom: 2em; }
      .woocommerce div.product div.images img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none;
        border: 1px solid #CBCBCB; }
      .woocommerce div.product div.images div.thumbnails {
        padding-top: 1em; }
    .woocommerce div.product div.summary {
      margin-bottom: 2em; }
    .woocommerce div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      list-style: none;
      padding: 0;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative;
      background: none;
      border: 1px solid #e6e6e6;
      border-width: 1px 0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin: 0;
        padding: 0 1em 0 0; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          display: inline-block;
          padding: 0.5em;
          font-weight: 700;
          color: #cacaca;
          text-decoration: none;
          text-transform: uppercase; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
            text-decoration: none;
            color: #1a1a1a; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
          color: inherit;
          text-shadow: inherit; }
    .woocommerce div.product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0;
      color: #767676; }
      .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-size: 18px;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .woocommerce div.product p.cart {
      margin-bottom: 2em; }
      .woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
        content: ' ';
        display: table; }
      .woocommerce div.product p.cart::after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-bottom: 1em;
      padding: 20px 0;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      display: block;
      width: 100%;
      float: left; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce div.product form.cart table {
        border-width: 0 0 1px 0; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        float: left;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
        margin-bottom: 1em;
        width: 100%; }
        .woocommerce div.product form.cart .variations tbody {
          border: 0; }
        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
          border: 0;
          vertical-align: top;
          line-height: 2em; }
        .woocommerce div.product form.cart .variations label {
          font-weight: 700; }
        .woocommerce div.product form.cart .variations select {
          max-width: 100%;
          min-width: 75%;
          display: inline-block;
          margin-right: 1em;
          margin-bottom: 0; }
        .woocommerce div.product form.cart .variations td.label {
          background: transparent;
          font: 15px/15px 'Roboto', Arial, Helvetica, sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          color: #000;
          margin: 12px 0 12px;
          letter-spacing: 1px; }
      .woocommerce div.product form.cart .woocommerce-variation-description p {
        margin-bottom: 1em; }
      .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: 0.83em; }
      .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none; }
      .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: right;
        background: #0a0a0a;
        width: 60%;
        opacity: 1 !important; }
      .woocommerce div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0; }
  .woocommerce span.onsale {
    margin: 0;
    padding: 0.5rem;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    background-color: #9A6600;
    color: #f6daa3;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
    .woocommerce span.onsale.new {
      background-color: rgba(121, 121, 121, 0.9);
      color: #fefefe; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both; }
    .woocommerce .products ul::before, .woocommerce .products ul::after,
    .woocommerce ul.products::before,
    .woocommerce ul.products::after {
      content: ' ';
      display: table; }
    .woocommerce .products ul::after,
    .woocommerce ul.products::after {
      clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside; }
  .woocommerce ul.products {
    padding-top: 0.625rem; }
    .woocommerce ul.products li.product {
      text-align: center;
      position: relative; }
      .woocommerce ul.products li.product .onsale {
        top: 0;
        right: 0;
        left: auto;
        margin: 0 15px 0 0;
        z-index: 1; }
      .woocommerce ul.products li.product .new {
        top: 0;
        right: 0;
        left: auto;
        margin: 0 0 0 0;
        z-index: 1; }
      .woocommerce ul.products li.product .button {
        background: #debc74;
        color: #fefefe;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 auto; }
        .woocommerce ul.products li.product .button:hover {
          background: #9A6600; }
      .woocommerce ul.products li.product h3 {
        color: #0a0a0a;
        padding: .5em 0;
        margin: 0;
        font-size: 1em;
        text-transform: none; }
      .woocommerce ul.products li.product .product-title {
        font: 16px/20px 'Roboto', Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0 0 15px; }
      .woocommerce ul.products li.product a {
        text-decoration: none; }
      .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 1em;
        box-shadow: none;
        border: 1px solid #CBCBCB; }
      .woocommerce ul.products li.product strong {
        display: block; }
      .woocommerce ul.products li.product .star-rating {
        font-size: .857em; }
      .woocommerce ul.products li.product .button {
        margin-top: 1em; }
      .woocommerce ul.products li.product .price {
        color: #0a0a0a;
        display: block;
        font: 18px/20px 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: .5em; }
        .woocommerce ul.products li.product .price del {
          color: inherit;
          opacity: 0.5;
          display: inline-block; }
        .woocommerce ul.products li.product .price ins {
          background: none;
          font-weight: 700; }
        .woocommerce ul.products li.product .price .from {
          font-size: 0.67em;
          margin: -2px 0 0 0;
          text-transform: uppercase;
          color: rgba(96, 83, 58, 0.5); }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border: 1px solid #CBCBCB;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li {
        border-right: 1px solid #CBCBCB;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a {
          color: inherit; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce nav.woocommerce-pagination ul li span {
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1;
          font-size: 1em;
          font-weight: normal;
          padding: .5em;
          min-width: 1em;
          display: block;
          width: 32px;
          text-align: center; }
        .woocommerce nav.woocommerce-pagination ul li span.current,
        .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li a:focus {
          background: #9A6600;
          color: #fefefe; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 1em !important;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #fefefe;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    background: #9A6600;
    font-size: 13px;
    letter-spacing: 1px; }
    .woocommerce a.button:focus, .woocommerce a.button:active,
    .woocommerce button.button:focus,
    .woocommerce button.button:active,
    .woocommerce input.button:focus,
    .woocommerce input.button:active,
    .woocommerce #respond input#submit:focus,
    .woocommerce #respond input#submit:active {
      outline: none; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover {
      background-color: #666666;
      text-decoration: none;
      background-image: none;
      color: #fefefe; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt {
      background-color: #9A6600;
      color: #fefefe;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        background-color: #895500;
        color: #fefefe; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
        background-color: #9A6600;
        color: #fefefe; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #777; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a {
      text-decoration: none;
      color: #777; }
  .woocommerce #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
    content: ' ';
    display: table; }
  .woocommerce #reviews #comments .add_review::after {
    clear: both; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
      content: ' ';
      display: table; }
    .woocommerce #reviews #comments ol.commentlist::after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li::before, .woocommerce #reviews #comments ol.commentlist li::after {
        content: ' ';
        display: table; }
      .woocommerce #reviews #comments ol.commentlist li::after {
        clear: both; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        font-size: 12px;
        position: relative;
        margin-bottom: 20px;
        color: #767676;
        display: inline-block; }
        .woocommerce #reviews #comments ol.commentlist li .meta:after {
          content: '';
          display: block;
          width: 70px;
          height: 3px;
          background: #E5E5E5;
          position: absolute;
          bottom: -12px;
          left: 0; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        padding: 0;
        width: 80px;
        height: auto;
        background: #777;
        border: 1px solid #6f6f6f;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
        content: ' ';
        display: table; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
        clear: both; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p {
        margin: 0 0 1em;
        font: 13px/24px 'Open Sans', Georgia, Helvetica, sans-serif;
        color: #767676; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #6f6f6f;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em !important;
    font-family: 'star';
    color: #cda85c; }
    .woocommerce .star-rating:before {
      content: "\73\73\73\73\73";
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
      content: ' ';
      display: table; }
    .woocommerce .woocommerce-product-rating::after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: .5em auto 0;
      float: left;
      color: #cda85c; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 auto .5em;
    float: none;
    color: #cda85c; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
      content: ' ';
      display: table; }
    .woocommerce #review_form #respond::after {
      clear: both; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      box-sizing: border-box;
      width: 100%; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
    .woocommerce p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "WooCommerce";
      content: "\e021";
      text-indent: 0; }
    .woocommerce p.stars a:hover ~ a:before {
      content: "\e021"; }
  .woocommerce p.stars:hover a:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"; }
  .woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"; }
  .woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce .order_review {
    padding: 40px 32px 22px;
    border: 2px solid #000;
    background-image: url(../img/bg-light-strippped.png) repeat; }
    .woocommerce .order_review table.shop_table {
      padding: 0; }
      .woocommerce .order_review table.shop_table th {
        text-align: left;
        background: transparent;
        padding: 12px 0;
        letter-spacing: 1px;
        font-weight: 400;
        letter-spacing: 1px; }
        .woocommerce .order_review table.shop_table th.product-total {
          text-align: right;
          padding: 22px 0;
          border-top-width: 0; }
        .woocommerce .order_review table.shop_table th.product-name {
          border-top-width: 0;
          padding: 22px 0; }
        .woocommerce .order_review table.shop_table th + th {
          border-left: 0 !important; }
      .woocommerce .order_review table.shop_table td {
        padding: 22px 0; }
        .woocommerce .order_review table.shop_table td.product-total {
          text-align: right;
          padding: 22px 0;
          border-top-width: 1px; }
        .woocommerce .order_review table.shop_table td.product-name {
          padding: 22px 0;
          padding: 22px 0;
          border-top-width: 1px; }
      .woocommerce .order_review table.shop_table td.product-name {
        font: 14px/22px 'Roboto', Arial, Georgia, sans-serif;
        padding: 22px 0;
        border-top-width: 1px; }
      .woocommerce .order_review table.shop_table .cart-subtotal td {
        text-align: right;
        font-weight: 400; }
  .woocommerce table.shop_table {
    margin: 0px -1px 24px 0px;
    padding: 0 15px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .woocommerce table.shop_table thead {
      background: transparent; }
      .woocommerce table.shop_table thead th {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce table.shop_table tfoot {
      background: transparent; }
    .woocommerce table.shop_table th {
      padding: 9px 12px;
      font: 700 15px/15px 'Roboto', Arial, Helvetica, sans-serif;
      background: transparent;
      text-transform: uppercase;
      text-align: center; }
      .woocommerce table.shop_table th + th:not(.product-thumbnail) {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 6px 0;
      vertical-align: middle; }
      .woocommerce table.shop_table td small {
        font-weight: normal; }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
      border-top: 0; }
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
      font-weight: 700;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce td.product-name dl.variation {
    margin: .25em 0; }
    .woocommerce td.product-name dl.variation::before, .woocommerce td.product-name dl.variation::after {
      content: ' ';
      display: table; }
    .woocommerce td.product-name dl.variation::after {
      clear: both; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation dd {
      display: inline-block;
      margin-bottom: 1em; }
    .woocommerce td.product-name dl.variation dt {
      font-weight: 700;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0; }
    .woocommerce td.product-name dl.variation dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce div.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce div.cart_list li, .woocommerce div.cart_list .mini_cart_item,
    .woocommerce ul.product_list_widget li,
    .woocommerce ul.product_list_widget .mini_cart_item {
      margin: 0;
      list-style: none;
      width: 100%;
      border-bottom: 1px solid #E4E4E4 !important;
      padding: 10px 50px 10px 70px !important;
      position: relative; }
      .woocommerce div.cart_list li::before, .woocommerce div.cart_list li::after, .woocommerce div.cart_list .mini_cart_item::before, .woocommerce div.cart_list .mini_cart_item::after,
      .woocommerce ul.product_list_widget li::before,
      .woocommerce ul.product_list_widget li::after,
      .woocommerce ul.product_list_widget .mini_cart_item::before,
      .woocommerce ul.product_list_widget .mini_cart_item::after {
        content: ' ';
        display: table; }
      .woocommerce div.cart_list li::after, .woocommerce div.cart_list .mini_cart_item::after,
      .woocommerce ul.product_list_widget li::after,
      .woocommerce ul.product_list_widget .mini_cart_item::after {
        clear: both; }
      .woocommerce div.cart_list li .remove, .woocommerce div.cart_list .mini_cart_item .remove,
      .woocommerce ul.product_list_widget li .remove,
      .woocommerce ul.product_list_widget .mini_cart_item .remove {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%); }
      .woocommerce div.cart_list li a, .woocommerce div.cart_list .mini_cart_item a,
      .woocommerce ul.product_list_widget li a,
      .woocommerce ul.product_list_widget .mini_cart_item a {
        display: block;
        font-weight: 700; }
      .woocommerce div.cart_list li .thumbnail, .woocommerce div.cart_list .mini_cart_item .thumbnail,
      .woocommerce ul.product_list_widget li .thumbnail,
      .woocommerce ul.product_list_widget .mini_cart_item .thumbnail {
        margin-right: 15px;
        margin-left: -70px;
        margin-bottom: 0 !important;
        padding: 5px;
        border: 1px solid #ddd;
        float: left; }
        .woocommerce div.cart_list li .thumbnail img, .woocommerce div.cart_list .mini_cart_item .thumbnail img,
        .woocommerce ul.product_list_widget li .thumbnail img,
        .woocommerce ul.product_list_widget .mini_cart_item .thumbnail img {
          display: block;
          width: 70px;
          height: auto;
          box-shadow: none; }
      .woocommerce div.cart_list li .heading h4, .woocommerce div.cart_list .mini_cart_item .heading h4,
      .woocommerce ul.product_list_widget li .heading h4,
      .woocommerce ul.product_list_widget .mini_cart_item .heading h4 {
        font-family: 'Roboto', Georgia, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1.3;
        color: #272727; }
        .woocommerce div.cart_list li .heading h4 a, .woocommerce div.cart_list .mini_cart_item .heading h4 a,
        .woocommerce ul.product_list_widget li .heading h4 a,
        .woocommerce ul.product_list_widget .mini_cart_item .heading h4 a {
          color: inherit;
          font: 14px/18px 'Roboto', Arial, Helvetica, sans-serif; }
      .woocommerce div.cart_list li .quantity, .woocommerce div.cart_list .mini_cart_item .quantity,
      .woocommerce ul.product_list_widget li .quantity,
      .woocommerce ul.product_list_widget .mini_cart_item .quantity {
        display: block;
        font-weight: 700;
        padding: 0 0 0 0;
        font-size: 12px;
        color: #272727;
        letter-spacing: 1px; }
        .woocommerce div.cart_list li .quantity span, .woocommerce div.cart_list .mini_cart_item .quantity span,
        .woocommerce ul.product_list_widget li .quantity span,
        .woocommerce ul.product_list_widget .mini_cart_item .quantity span {
          font-weight: 500; }
      .woocommerce div.cart_list li dl, .woocommerce div.cart_list .mini_cart_item dl,
      .woocommerce ul.product_list_widget li dl,
      .woocommerce ul.product_list_widget .mini_cart_item dl {
        margin: 0;
        padding-left: 0; }
        .woocommerce div.cart_list li dl dt,
        .woocommerce div.cart_list li dl dd, .woocommerce div.cart_list .mini_cart_item dl dt,
        .woocommerce div.cart_list .mini_cart_item dl dd,
        .woocommerce ul.product_list_widget li dl dt,
        .woocommerce ul.product_list_widget li dl dd,
        .woocommerce ul.product_list_widget .mini_cart_item dl dt,
        .woocommerce ul.product_list_widget .mini_cart_item dl dd {
          font-size: 12px;
          color: #767676;
          letter-spacing: 1px;
          font-weight: 400;
          display: inline-block; }
        .woocommerce div.cart_list li dl dt, .woocommerce div.cart_list .mini_cart_item dl dt,
        .woocommerce ul.product_list_widget li dl dt,
        .woocommerce ul.product_list_widget .mini_cart_item dl dt {
          font-weight: 700;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0; }
        .woocommerce div.cart_list li dl dd, .woocommerce div.cart_list .mini_cart_item dl dd,
        .woocommerce ul.product_list_widget li dl dd,
        .woocommerce ul.product_list_widget .mini_cart_item dl dd {
          padding: 0 0 .25em 0; }
          .woocommerce div.cart_list li dl dd p:last-child, .woocommerce div.cart_list .mini_cart_item dl dd p:last-child,
          .woocommerce ul.product_list_widget li dl dd p:last-child,
          .woocommerce ul.product_list_widget .mini_cart_item dl dd p:last-child {
            margin-bottom: 0; }
      .woocommerce div.cart_list li .star-rating, .woocommerce div.cart_list .mini_cart_item .star-rating,
      .woocommerce ul.product_list_widget li .star-rating,
      .woocommerce ul.product_list_widget .mini_cart_item .star-rating {
        float: none; }
    .woocommerce div.cart_list p.recently,
    .woocommerce ul.product_list_widget p.recently {
      color: #767676;
      font-size: 14px;
      margin: 0;
      padding-bottom: 8px;
      border-bottom: 1px solid #e6e6e6; }
    .woocommerce div.cart_list .total,
    .woocommerce ul.product_list_widget .total {
      padding: 15px 0 0;
      font-size: 14px;
      letter-spacing: 1px;
      font-family: 'Roboto';
      color: #252525;
      line-height: 25px;
      text-transform: uppercase;
      border-bottom: none;
      width: 100%; }
      .woocommerce div.cart_list .total strong,
      .woocommerce ul.product_list_widget .total strong {
        min-width: 40px;
        display: inline-block;
        font-weight: 400; }
      .woocommerce div.cart_list .total span,
      .woocommerce ul.product_list_widget .total span {
        float: right;
        font-size: 16px;
        font-weight: 700; }
    .woocommerce div.cart_list .buttons a:first-of-type,
    .woocommerce ul.product_list_widget .buttons a:first-of-type {
      background-color: #B8B8B8; }
  .woocommerce.widget_shopping_cart .cart_list div,
  .woocommerce .widget_shopping_cart .cart_list div {
    padding-left: 2em;
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list div a.remove,
    .woocommerce .widget_shopping_cart .cart_list div a.remove {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
  .woocommerce .widget_shopping_cart .buttons::before,
  .woocommerce .widget_shopping_cart .buttons::after {
    content: ' ';
    display: table; }
  .woocommerce.widget_shopping_cart .buttons::after,
  .woocommerce .widget_shopping_cart .buttons::after {
    clear: both; }
  .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 15px; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
      -webkit-transition: opacity 0.5s 0.5s ease;
      -moz-transition: opacity 0.5s 0.5s ease;
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 2em; }
    .woocommerce form .form-row.woocommerce-invalid label {
      color: #a00; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #a00; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #69bf29; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.checkout_coupon {
    border: 1px solid #5e5e5e;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    border-radius: 5px; }
  .woocommerce #customer_details .columns:first-of-type {
    padding-left: 0; }
  .woocommerce #customer_details .columns:last-of-type {
    padding-right: 0; }
  .woocommerce .checkout h3 {
    font: 15px/15px 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #252525;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 40px;
    letter-spacing: 1px;
    margin-bottom: 25px; }
    .woocommerce .checkout h3 span {
      background: #fff;
      position: relative;
      z-index: 2;
      padding-right: 7px; }
    .woocommerce .checkout h3:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
      position: absolute;
      background: #000;
      z-index: 1; }
  .woocommerce .order_review {
    padding: 40px 32px 22px;
    border: 2px solid #000; }
    .woocommerce .order_review .shop_table th {
      background: transparent;
      text-align: left; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 12px;
    text-align: right; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: .25em 0 .25em 0;
      text-indent: -22px;
      list-style: none outside; }
      .woocommerce ul#shipping_method li input {
        margin: 3px 0.5ex; }
      .woocommerce ul#shipping_method li label {
        display: inline;
        margin-right: 0; }
    .woocommerce ul#shipping_method + p {
      margin-right: 10px; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details::before, .woocommerce .order_details::after {
      content: ' ';
      display: table; }
    .woocommerce .order_details::after {
      clear: both; }
    .woocommerce .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #5e5e5e;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce .order_details li:last-of-type {
        border: none; }
  .woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_layered_nav ul li {
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav ul li::before, .woocommerce .widget_layered_nav ul li::after {
        content: ' ';
        display: table; }
      .woocommerce .widget_layered_nav ul li::after {
        clear: both; }
      .woocommerce .widget_layered_nav ul li a,
      .woocommerce .widget_layered_nav ul li span {
        padding: 1px 0; }
    .woocommerce .widget_layered_nav ul li.chosen a:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none;
      color: #a00; }
  .woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .widget_layered_nav_filters ul li a:before {
          font-family: 'WooCommerce';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: .618em;
          content: "";
          text-decoration: none;
          color: #a00; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #9A6600;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #9A6600; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #562200;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

/**
 * Account page
 */
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: ' ';
  display: table; }
.woocommerce-account .addresses .title::after {
  clear: both; }
.woocommerce-account .addresses .title h3 {
  float: left; }
.woocommerce-account .addresses .title .edit {
  float: right; }
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  display: table-cell;
  vertical-align: middle;
  max-width: 110px;
  padding-right: 10px; }
  .woocommerce-cart table.cart .product-thumbnail img {
    width: 100%;
    height: auto; }
.woocommerce-cart table.cart .cart-item-details {
  display: table-cell;
  vertical-align: middle; }
.woocommerce-cart table.cart td.product-quantity, .woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart .product-subtotal {
  text-align: center; }
.woocommerce-cart table.cart td.product-name a {
  color: inherit;
  font: 14px/22px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.woocommerce-cart table.cart td.product-price span, .woocommerce-cart table.cart td.product-subtotal span {
  font: 20px/20px 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #0a0a0a; }
.woocommerce-cart table.cart img {
  box-shadow: none; }
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
  padding: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-cart table.cart th:first-of-type,
  .woocommerce-cart table.cart td:first-of-type {
    border-left: none; }
.woocommerce-cart table.cart td.actions {
  padding-right: 0; }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5e5e5e;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1; }
  .woocommerce-cart table.cart td.actions input.button {
    background-color: #debc74;
    color: #fefefe; }
    .woocommerce-cart table.cart td.actions input.button[disabled] {
      color: #fefefe; }
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1; }
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after {
    content: ' ';
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout::after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    float: right;
    text-align: center;
    margin-bottom: 1em;
    background: #9A6600;
    color: #fefefe;
    width: 100%; }
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block; }
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none; }
.woocommerce-cart .cart-collaterals .cart_coupon .coupon {
  margin-top: 15px; }
.woocommerce-cart .cart-collaterals .cart_coupon .button {
  background: #debc74;
  height: 40px;
  margin-bottom: 40px; }
.woocommerce-cart .cart-collaterals .cart_coupon h2, .woocommerce-cart .cart-collaterals .cart_totals h2 {
  font: 15px/16px 'Roboto', Georgia, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  text-decoration: none; }
.woocommerce-cart .cart-collaterals .cart_coupon p small, .woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em; }
.woocommerce-cart .cart-collaterals .cart_coupon table, .woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }
  .woocommerce-cart .cart-collaterals .cart_coupon table tbody, .woocommerce-cart .cart-collaterals .cart_totals table tbody {
    border-left: 0;
    border-right: 0; }
  .woocommerce-cart .cart-collaterals .cart_coupon table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_coupon table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_coupon table th, .woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 40%; }
  .woocommerce-cart .cart-collaterals .cart_coupon table td,
  .woocommerce-cart .cart-collaterals .cart_coupon table th, .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em; }
  .woocommerce-cart .cart-collaterals .cart_coupon table td, .woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right; }
  .woocommerce-cart .cart-collaterals .cart_coupon table small, .woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777; }
  .woocommerce-cart .cart-collaterals .cart_coupon table select, .woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%; }
.woocommerce-cart .cart-collaterals .cart_coupon .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #9A6600; }
.woocommerce-cart .cart-collaterals .cart_coupon tr td,
.woocommerce-cart .cart-collaterals .cart_coupon tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

/**
 * Checkout
 */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }
.woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
  clear: left; }
.woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first {
  clear: left; }
.woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal; }
.woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }
.woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address {
  clear: both; }
.woocommerce-checkout .checkout .shipping th, #add_payment_method .checkout .shipping th {
  vertical-align: bottom; }
.woocommerce-checkout .checkout .order-total td, #add_payment_method .checkout .order-total td {
  text-align: right; }
.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none outside; }
  .woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, #add_payment_method #payment ul.payment_methods::after {
    content: ' ';
    display: table; }
  .woocommerce-checkout #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::after {
    clear: both; }
  .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal; }
    .woocommerce-checkout #payment ul.payment_methods li::before, .woocommerce-checkout #payment ul.payment_methods li::after, #add_payment_method #payment ul.payment_methods li::before, #add_payment_method #payment ul.payment_methods li::after {
      content: ' ';
      display: table; }
    .woocommerce-checkout #payment ul.payment_methods li::after, #add_payment_method #payment ul.payment_methods li::after {
      clear: both; }
    .woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input {
      margin: 0 1em 0 0; }
    .woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img {
      vertical-align: middle;
      margin: -2px 0 0 .5em;
      padding: 0;
      position: relative;
      box-shadow: none; }
    .woocommerce-checkout #payment ul.payment_methods li img + img, #add_payment_method #payment ul.payment_methods li img + img {
      margin-left: 2px; }
    .woocommerce-checkout #payment ul.payment_methods li label, #add_payment_method #payment ul.payment_methods li label {
      font: 13px/22px 'Roboto', Arial, sans-serif;
      color: #767676;
      margin: 0; }
    .woocommerce-checkout #payment ul.payment_methods li p, #add_payment_method #payment ul.payment_methods li p {
      font: 13px/22px 'Roboto', Arial, sans-serif;
      color: #767676; }
.woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
  padding: 12px 0; }
.woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5; }
  .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea {
    border-color: #515151;
    border-top-color: #444444; }
  .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder, #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
    color: #444444; }
  .woocommerce-checkout #payment div.payment_box :-moz-placeholder, #add_payment_method #payment div.payment_box :-moz-placeholder {
    color: #444444; }
  .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder, #add_payment_method #payment div.payment_box :-ms-input-placeholder {
    color: #444444; }
  .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
  .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
  .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
  #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
  #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right; }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
      background-image: url(../images/icons/credit-cards/visa.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
      background-image: url(../images/icons/credit-cards/mastercard.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
      background-image: url(../images/icons/credit-cards/laser.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
      background-image: url(../images/icons/credit-cards/diners.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
      background-image: url(../images/icons/credit-cards/maestro.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
      background-image: url(../images/icons/credit-cards/jcb.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
      background-image: url(../images/icons/credit-cards/amex.png); }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
      background-image: url(../images/icons/credit-cards/discover.png); }
  .woocommerce-checkout #payment div.payment_box span.help, #add_payment_method #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: normal; }
  .woocommerce-checkout #payment div.payment_box .form-row, #add_payment_method #payment div.payment_box .form-row {
    padding: 22px 0; }
  .woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
    margin-bottom: 0; }
  .woocommerce-checkout #payment div.payment_box #place-order, #add_payment_method #payment div.payment_box #place-order {
    background-color: #9A6600;
    width: 100%; }
.woocommerce-checkout #payment .place-order .button, #add_payment_method #payment .place-order .button {
  float: left; }
.woocommerce-checkout #payment .payment_method_paypal a, #add_payment_method #payment .payment_method_paypal a {
  color: #0a0a0a; }
.woocommerce-checkout #payment .payment_method_paypal p, #add_payment_method #payment .payment_method_paypal p {
  padding: 0 35px; }
.woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
  float: none;
  font-size: 0.83em;
  display: block;
  color: inherit; }
.woocommerce-checkout #payment .payment_method_paypal img, #add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

/**
 *  Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0 0;
  display: block; }

/* added to get around variation image flicker issue */
.product.has-default-attributes.has-children > .images {
  opacity: 0; }

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1; }

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0; }
.single-product .twentythirteen p.stars {
  clear: both; }

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important; }

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.twentysixteen .price ins {
  background: inherit;
  color: inherit; }

/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * Styling begins
 */
.woocommerce, .woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */ }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%; }
    .woocommerce .col2-set::before, .woocommerce .col2-set::after, .woocommerce-page .col2-set::before, .woocommerce-page .col2-set::after {
      content: ' ';
      display: table; }
    .woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
      clear: both; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      float: left;
      width: 48%; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: right;
      width: 48%; }
  .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%; }
  .woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
  .woocommerce #content div.product div.thumbnails::before,
  .woocommerce #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after,
  .woocommerce-page #content div.product div.thumbnails::before,
  .woocommerce-page #content div.product div.thumbnails::after {
    content: ' ';
    display: table; }
  .woocommerce div.product div.thumbnails::after,
  .woocommerce #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after,
  .woocommerce-page #content div.product div.thumbnails::after {
    clear: both; }
  .woocommerce div.product div.thumbnails a,
  .woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em; }
  .woocommerce div.product div.thumbnails a.last,
  .woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last,
  .woocommerce-page #content div.product div.thumbnails a.last {
    margin-right: 0; }
  .woocommerce div.product div.thumbnails a.first,
  .woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first,
  .woocommerce-page #content div.product div.thumbnails a.first {
    clear: both; }
  .woocommerce div.product div.thumbnails.columns-1 a,
  .woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a,
  .woocommerce-page #content div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none; }
  .woocommerce div.product div.thumbnails.columns-2 a,
  .woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a,
  .woocommerce-page #content div.product div.thumbnails.columns-2 a {
    width: 48%; }
  .woocommerce div.product div.thumbnails.columns-4 a,
  .woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a,
  .woocommerce-page #content div.product div.thumbnails.columns-4 a {
    width: 22.05%; }
  .woocommerce div.product div.thumbnails.columns-5 a,
  .woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a,
  .woocommerce-page #content div.product div.thumbnails.columns-5 a {
    width: 16.9%; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs {
    clear: both; }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
      content: ' ';
      display: table; }
    .woocommerce div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
      clear: both; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
      display: inline-block; }
  .woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
  .woocommerce #content div.product #reviews .comment::before,
  .woocommerce #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after,
  .woocommerce-page #content div.product #reviews .comment::before,
  .woocommerce-page #content div.product #reviews .comment::after {
    content: ' ';
    display: table; }
  .woocommerce div.product #reviews .comment::after,
  .woocommerce #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after,
  .woocommerce-page #content div.product #reviews .comment::after {
    clear: both; }
  .woocommerce div.product #reviews .comment img,
  .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img,
  .woocommerce-page #content div.product #reviews .comment img {
    float: right;
    height: auto; }
  .woocommerce ul.products, .woocommerce-page ul.products {
    clear: both; }
    .woocommerce ul.products::before, .woocommerce ul.products::after, .woocommerce-page ul.products::before, .woocommerce-page ul.products::after {
      content: ' ';
      display: table; }
    .woocommerce ul.products::after, .woocommerce-page ul.products::after {
      clear: both; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      margin-bottom: 1.25rem; }
  .woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 48%; }
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%; }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%; }
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%; }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right; }
  .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    content: ' ';
    display: table; }
  .woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both; }
  .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block; }
  .woocommerce table.cart img,
  .woocommerce #content table.cart img, .woocommerce-page table.cart img,
  .woocommerce-page #content table.cart img {
    height: auto; }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: right; }
    .woocommerce table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text {
      width: 80px; }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon {
      float: left; }
      .woocommerce table.cart td.actions .coupon label,
      .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label,
      .woocommerce-page #content table.cart td.actions .coupon label {
        display: none; }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%; }
    .woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::before, .woocommerce-page .cart-collaterals::after {
      content: ' ';
      display: table; }
    .woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
      clear: both; }
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
      width: 30.75%;
      float: left; }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
      width: 48%;
      float: left; }
      .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
        float: none; }
        .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
          width: 48%; }
    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
      width: 48%;
      clear: right;
      float: right; }
      .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after {
        content: ' ';
        display: table; }
      .woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
        clear: both; }
      .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
      .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
      .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
        width: 47%; }
  .woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
  .woocommerce ul.product_list_widget li::before,
  .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.cart_list li::after,
  .woocommerce-page ul.product_list_widget li::before,
  .woocommerce-page ul.product_list_widget li::after {
    content: ' ';
    display: table; }
  .woocommerce ul.cart_list li::after,
  .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after,
  .woocommerce-page ul.product_list_widget li::after {
    clear: both; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto; }
  .woocommerce form .form-row::before, .woocommerce form .form-row::after, .woocommerce-page form .form-row::before, .woocommerce-page form .form-row::after {
    content: ' ';
    display: table; }
  .woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
    clear: both; }
  .woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block; }
    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
      display: inline; }
  .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%; }
  .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible; }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right; }
  .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both; }
  .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto; }
  .woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0 1em 0 0;
    float: left; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto; }
  .twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important; }
  .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0; }
  .twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em; }

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px; }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto; } }
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .twentyfifteen .t15wc .page-title {
    margin-left: 0; }

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%; } }
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%; }

  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important; } }
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%; }
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0; }

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%; } }
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0; }

  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%; }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0; } }
@font-face {
  font-family: 'qwigleyregular';
  src: url("../fonts/qwigley-regular-webfont.woff2") format("woff2"), url("../fonts/qwigley-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

#wrap {
  min-height: 100%;
  height: auto; }

#page {
  min-height: 100%;
  height: auto; }

.screen-reader-text {
  display: none; }

a {
  transition: color .25s ease; }

a:hover, a:focus {
  color: #c3973c; }

a:active, a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Georgia, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.3; }

.mobile-ofc .is-drilldown-submenu {
  background: #0a0a0a !important;
  border: none !important; }
.mobile-ofc .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent !important; }
.mobile-ofc .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe !important; }

.top-bar.site-topbar {
  padding: 0.25rem !important;
  margin-bottom: 0.625rem; }
  .top-bar.site-topbar a {
    color: #fefefe;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    .top-bar.site-topbar a i._mi {
      color: #FFBE42;
      margin-top: 0; }
    .top-bar.site-topbar a svg._svg {
      fill: currentColor;
      width: 1.75em; }
      .top-bar.site-topbar a svg._svg .st0 {
        fill: currentColor; }
  .top-bar.site-topbar .menu-item-instagram a {
    color: #FFBE42; }
  .top-bar.site-topbar .divider {
    display: none; }
  .top-bar.site-topbar .top-bar-left {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .top-bar.site-topbar .top-bar-left {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .top-bar.site-topbar .top-bar-left:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 39.9375em) {
      .top-bar.site-topbar .top-bar-left {
        display: none; } }
    .top-bar.site-topbar .top-bar-left img {
      margin-top: -6px;
      transform: translateY(50%); }
  @media screen and (max-width: 39.9375em) {
    .top-bar.site-topbar .top-bar-right a span {
      display: none; } }

.site-header {
  background-color: #fefefe;
  background-color: #e0d8c1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE0D8C1', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZDhjMSIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZThkZWQyIi8+PHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNlYWUwZDQiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2VkZTVkOCIvPjxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZjRlZWUwIi8+PHN0b3Agb2Zmc2V0PSIyOCUiIHN0b3AtY29sb3I9IiNmOGYxZTciLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y4ZjFlNyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmNmNWViIi8+PHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmY2Y3ZjEiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZjhmMSIvPjxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjZmZmY2Y3Ii8+PHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNmY2ZkZjgiLz48c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZjZmRmOCIvPjxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0d8c1), color-stop(10%, #e8ded2), color-stop(13%, #eae0d4), color-stop(14%, #ede5d8), color-stop(24%, #f4eee0), color-stop(28%, #f8f1e7), color-stop(35%, #f8f1e7), color-stop(40%, #fcf5eb), color-stop(41%, #fcf7f1), color-stop(49%, #fbf8f1), color-stop(54%, #fffcf7), color-stop(56%, #fcfdf8), color-stop(67%, #fcfdf8), color-stop(69%, #fefefe), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e0d8c1 0%, #e8ded2 10%, #eae0d4 13%, #ede5d8 14%, #f4eee0 24%, #f8f1e7 28%, #f8f1e7 35%, #fcf5eb 40%, #fcf7f1 41%, #fbf8f1 49%, #fffcf7 54%, #fcfdf8 56%, #fcfdf8 67%, #fefefe 69%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #e0d8c1 0%, #e8ded2 10%, #eae0d4 13%, #ede5d8 14%, #f4eee0 24%, #f8f1e7 28%, #f8f1e7 35%, #fcf5eb 40%, #fcf7f1 41%, #fbf8f1 49%, #fffcf7 54%, #fcfdf8 56%, #fcfdf8 67%, #fefefe 69%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e0d8c1 0%, #e8ded2 10%, #eae0d4 13%, #ede5d8 14%, #f4eee0 24%, #f8f1e7 28%, #f8f1e7 35%, #fcf5eb 40%, #fcf7f1 41%, #fbf8f1 49%, #fffcf7 54%, #fcfdf8 56%, #fcfdf8 67%, #fefefe 69%, #ffffff 100%);
  color: #777;
  width: 100%;
  z-index: 10;
  top: 0; }
  .site-header .site-branding {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 1.25rem 0 1.25rem 0;
    position: relative; }
    .site-header .site-branding .site-mobile {
      width: 16.66667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding .site-mobile {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      .site-header .site-branding .site-mobile:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding .site-mobile {
          width: 8.33333%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .site-header .site-branding .site-mobile {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
      @media screen and (min-width: 40em) {
          .site-header .site-branding .site-mobile:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 64em) {
        .site-header .site-branding .site-mobile {
          display: none; } }
    .site-header .site-branding .site-title {
      width: 83.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding .site-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      .site-header .site-branding .site-title:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding .site-title {
          width: 33.33333%;
          float: left; }
          .site-header .site-branding .site-title:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 64em) {
        .site-header .site-branding .site-title {
          width: 33.33333%;
          float: left;
          padding: 0; }
          .site-header .site-branding .site-title:last-child:not(:first-child) {
            float: right; } }
    .site-header .site-branding .site-logo img {
      display: block;
      height: 4.0625rem;
      width: 18.75rem;
      margin: 0; }
    .site-header .site-branding .site-search {
      display: none; }
      @media screen and (min-width: 40em) {
        .site-header .site-branding .site-search {
          display: none; } }
      @media screen and (min-width: 64em) {
        .site-header .site-branding .site-search {
          width: 33.33333%;
          float: left;
          padding: 0;
          display: inline-block; }
          .site-header .site-branding .site-search:last-child:not(:first-child) {
            float: right; } }
    .site-header .site-branding .menu-icon {
      padding-bottom: 0;
      margin-left: 20px; }
      .site-header .site-branding .menu-icon:after {
        background: #8a8a8a;
        box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
        .site-header .site-branding .menu-icon:after:hover {
          background: #e6e6e6;
          box-shadow: 0 7px 0 #e6e6e6, 0 14px 0 #e6e6e6; }

.site-navigation {
  display: none; }
  @media screen and (min-width: 40em) {
    .site-navigation {
      display: none; } }
  @media screen and (min-width: 64em) {
    .site-navigation {
      display: block; } }
  .site-navigation .nav-wrap {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    overflow: visible; }
    .site-navigation .nav-wrap .menu > li {
      position: relative;
      text-align: center; }
      .site-navigation .nav-wrap .menu > li > a {
        color: #9A6600;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap; }
        @media screen and (min-width: 40em) {
          .site-navigation .nav-wrap .menu > li > a {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        @media screen and (min-width: 64em) {
          .site-navigation .nav-wrap .menu > li > a {
            padding-left: 1.21875rem;
            padding-right: 1.21875rem; } }
        @media screen and (min-width: 75em) {
          .site-navigation .nav-wrap .menu > li > a {
            padding-left: 1.4375rem;
            padding-right: 1.4375rem; } }
        .site-navigation .nav-wrap .menu > li > a:hover {
          background-color: #9A6600;
          color: #fefefe; }
      .site-navigation .nav-wrap .menu > li ul.is-dropdown-submenu {
        top: 100%;
        left: 0;
        right: auto; }
        .site-navigation .nav-wrap .menu > li ul.is-dropdown-submenu li a {
          text-align: left; }
    .site-navigation .nav-wrap .menu li.is-dropdown-submenu-parent:not(.cart-dropdown) {
      padding-right: 15px; }
      .site-navigation .nav-wrap .menu li.is-dropdown-submenu-parent:not(.cart-dropdown) > a::after {
        content: '\f107';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        width: 0;
        height: 0;
        border: none;
        position: absolute;
        top: 30%;
        right: 20%;
        margin-top: -2px; }
    .site-navigation .nav-wrap .menu li.cart-dropdown ul.dropdown {
      width: 300px;
      right: 0;
      left: auto; }

.site-main {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }

.page-header {
  background: #fdfdfd;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  min-height: 5rem; }
  .page-header .header-wrap {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 10px 20px; }
  .page-header h1 {
    color: #0a0a0a;
    font: 18px/20px 'Roboto' sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .page-header .woocommerce-breadcrumb {
    text-transform: uppercase;
    color: #cacaca; }
    .page-header .woocommerce-breadcrumb span {
      color: #cacaca; }
      .page-header .woocommerce-breadcrumb span a {
        color: #8a8a8a; }

.site-slider {
  position: relative;
  height: auto; }
  .site-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  .site-slider .owl-nav {
    margin-top: 0; }
  .site-slider .slide {
    width: 100%; }
    .site-slider .slide .columns {
      padding: 0; }
    .site-slider .slide .item-wrap {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }

.site-content {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  padding: 1.875rem 0 3.75rem; }
  .site-content #primary {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .site-content #primary.full {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .site-content #primary.full {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      .site-content #primary.full:last-child:not(:first-child) {
        float: right; }
    @media screen and (min-width: 40em) {
      .site-content #primary {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .site-content #primary:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .site-content #primary {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .site-content #primary {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .site-content #primary:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .site-content #primary {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .site-content #primary {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        .site-content #primary:last-child:not(:first-child) {
          float: right; } }
    .site-content #primary .page-header {
      border: none; }
    .site-content #primary .post .entry-title {
      font-size: 1.25rem; }
    .site-content #primary .featured-box .wpb_text_column {
      margin-bottom: 0; }
    .site-content #primary .featured-box .overlay-container {
      position: relative;
      display: table; }
      .site-content #primary .featured-box .overlay-container:hover .overlay {
        opacity: 1; }
      .site-content #primary .featured-box .overlay-container .overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(154, 102, 0, 0.9);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .site-content #primary .featured-box .overlay-container .overlay .box-title {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          text-align: center;
          transform: translateY(-50%); }
          .site-content #primary .featured-box .overlay-container .overlay .box-title a {
            color: #fefefe;
            font-weight: bold; }
          .site-content #primary .featured-box .overlay-container .overlay .box-title a + a {
            margin-left: 20px; }
  .site-content #secondary {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .site-content #secondary {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .site-content #secondary:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .site-content #secondary {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .site-content #secondary {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .site-content #secondary:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .site-content #secondary {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .site-content #secondary {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        .site-content #secondary:last-child:not(:first-child) {
          float: right; } }
    .site-content #secondary .widget + .widget {
      margin-top: 1.875rem; }
    .site-content #secondary .widget ul:not(.socials) {
      list-style-type: none;
      margin-left: 0; }
      .site-content #secondary .widget ul:not(.socials) li + li {
        border-top: 1px solid #ccc;
        padding-top: 0.25rem;
        margin-top: 0.25rem; }
      .site-content #secondary .widget ul:not(.socials) li a {
        color: #9A6600; }

.entry-thumbnail {
  margin: 0 0 0.625rem; }
  .entry-thumbnail img {
    width: 100%;
    height: auto; }

.entry-meta {
  color: #777;
  margin-bottom: 0.9375rem; }
  .entry-meta a {
    color: inherit; }

.read-more.button {
  margin-bottom: 0; }

.site-footer {
  background: #9A6600;
  color: #fefefe;
  overflow: hidden;
  *zoom: 1;
  width: 100%; }
  .site-footer .footer-widget-area {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    padding: 1.875rem 0; }
    .site-footer .footer-widget-area .widgets {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
      .site-footer .footer-widget-area .widgets:last-child:not(:first-child) {
        float: right; }
      .site-footer .footer-widget-area .widgets:first-child {
        border-top: none; }
      @media screen and (min-width: 40em) {
        .site-footer .footer-widget-area .widgets {
          width: 50%;
          float: left;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          border-top: none; }
          .site-footer .footer-widget-area .widgets:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 64em) {
        .site-footer .footer-widget-area .widgets {
          width: 25%;
          float: left;
          padding-left: 1.875rem;
          padding-right: 1.875rem;
          border-top: none; }
          .site-footer .footer-widget-area .widgets:last-child:not(:first-child) {
            float: right; } }
      .site-footer .footer-widget-area .widgets + .widgets {
        border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .site-footer .footer-widget-area .widget + .widget {
      margin-top: 1.25rem; }
    .site-footer .footer-widget-area .widget .widget-title {
      color: #fefefe;
      font-family: 'qwigleyregular';
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      text-transform: none; }
    .site-footer .footer-widget-area .widget .menu-socials-container {
      text-align: center; }
      .site-footer .footer-widget-area .widget .menu-socials-container > .menu {
        display: inline-block;
        margin: 0 !important; }
    .site-footer .footer-widget-area .widget .social-icon {
      color: #9A6600; }
    .site-footer .footer-widget-area .widget label {
      color: inherit; }
    .site-footer .footer-widget-area .widget .menu:not(#menu-socials) {
      margin-left: 0;
      padding-left: 0;
      padding-bottom: 2.5rem; }
      .site-footer .footer-widget-area .widget .menu:not(#menu-socials) > li {
        display: block; }
      .site-footer .footer-widget-area .widget .menu:not(#menu-socials) a {
        color: inherit;
        padding: .7rem 1rem .7rem 0 !important; }
        .site-footer .footer-widget-area .widget .menu:not(#menu-socials) a:hover {
          color: #fff; }
      .site-footer .footer-widget-area .widget .menu:not(#menu-socials) .fa-hidden {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto; }
      .site-footer .footer-widget-area .widget .menu:not(#menu-socials) li + li {
        margin-top: 4px;
        padding-top: 4px; }
    .site-footer .footer-widget-area .widget #menu-socials {
      margin: 0 1.25rem 1.25rem 0; }
      .site-footer .footer-widget-area .widget #menu-socials a {
        color: #fefefe;
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0 0.625rem 0.625rem 0; }
        .site-footer .footer-widget-area .widget #menu-socials a:first-of-type {
          margin-left: 0; }
        .site-footer .footer-widget-area .widget #menu-socials a i {
          margin-top: 0; }
  .site-footer .footer-credits {
    background: #9A6600;
    color: #fff;
    padding: 0.5rem 0 3.625rem 0; }
    .site-footer .footer-credits .footer-wrap {
      max-width: 73.125rem;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1; }
    .site-footer .footer-credits p {
      font-size: 0.875rem;
      margin-bottom: 0; }
    .site-footer .footer-credits a {
      color: inherit;
      border-bottom: none; }

.widget-area .widget .widget-title {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  letter-spacing: 1px;
  font-size: 1.125rem; }

.socials, .footer-widget .panel .socials {
  color: inherit;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1rem; }

.socials h2, .footer-widget .panel .socials h2 {
  border-bottom: none;
  line-height: 1.875rem;
  padding-bottom: 0;
  color: #1F1F1F !important; }

ul.socials {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.socials img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  max-height: 29px; }

ul.socials li {
  width: 25%;
  float: left;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 8px 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 20px; }

.socials a, .footer-widget .panel .socials a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  color: #fff !important; }

.socials a.facebook-icon, .footer-widget .panel .socials a.facebook-icon {
  background: #3B5998;
  color: #fff; }

.socials a.instagram-icon, .footer-widget .panel .socials a.instagram-icon {
  background: #3f729b;
  color: #fff; }

.socials a.youtube-icon, .footer-widget .panel .socials a.youtube-icon {
  background: #CD201F;
  color: #fff; }

.socials a.twitter-icon, .footer-widget .panel .socials a.twitter-icon {
  background: #55acee;
  color: #fff; }

.socials a.hangwith-icon {
  background: #39c;
  color: #fff;
  padding-bottom: 11px; }

.socials a.pinterest-icon {
  background: #cc2127;
  color: #fff; }

.socials .fa, .footer-widget .panel .socials .fa {
  font-size: 1.875rem;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto; }

.socials span.sep, .footer-widget .panel .socials span.sep {
  color: #ccc;
  display: inline-block;
  margin-bottom: -4px;
  height: 1.875rem;
  font-size: 1.875rem;
  width: 0;
  text-indent: 1000px;
  overflow: hidden;
  border-left: 1px dotted #ccc; }

.single .format-video .entry-thumbnail {
  display: none; }

.pagination-wrap {
  border-top: 1px solid #ccc;
  margin: 1.25rem 0;
  padding: 1.25rem 0 0; }

.woocommerce tbody tr:nth-child(even) {
  background: transparent; }
.woocommerce .content-area h1.page-title {
  display: none; }
.woocommerce div.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin-top: 1rem; }
.woocommerce div.cart_list.product_list_widget {
  padding: 10px;
  text-align: left; }
  .woocommerce div.cart_list.product_list_widget p, .woocommerce div.cart_list.product_list_widget a, .woocommerce div.cart_list.product_list_widget dt, .woocommerce div.cart_list.product_list_widget dd {
    text-align: left; }
  .woocommerce div.cart_list.product_list_widget > p:not(.buttons) {
    font-size: 0.875rem;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center; }
  .woocommerce div.cart_list.product_list_widget p:first-of-type {
    padding-bottom: 0.5rem; }
  .woocommerce div.cart_list.product_list_widget p.buttons {
    padding-top: 1rem;
    margin-bottom: 0;
    text-align: center !important; }
    .woocommerce div.cart_list.product_list_widget p.buttons .button {
      background-color: #debc74;
      width: 49%;
      text-align: center; }
      .woocommerce div.cart_list.product_list_widget p.buttons .button + .button {
        background-color: #9A6600;
        margin-left: 2%; }
  .woocommerce div.cart_list.product_list_widget .total span {
    float: none; }
  .woocommerce div.cart_list.product_list_widget p.total {
    text-align: center !important;
    padding: 0.5rem 0; }
  .woocommerce div.cart_list.product_list_widget .mini_cart_item a.remove {
    text-align: center; }
  .woocommerce div.cart_list.product_list_widget .mini_cart_item .details .variation {
    display: none; }

.woocommerce-review-link {
  color: #8a8a8a; }

table.variations td {
  width: 100%;
  display: block;
  padding: 0;
  text-align: left;
  border: none; }

.entry-summary .price {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font: 30px/30px 'Roboto', sans-serif; }
.entry-summary div[itemprop="offers"] {
  overflow: hidden;
  *zoom: 1; }

#translation-tabs {
  border: 1px solid #e6e6e6;
  border-width: 1px 0; }
  #translation-tabs a {
    background: transparent;
    color: #cacaca;
    padding: 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2rem; }
    #translation-tabs a img {
      opacity: .5;
      width: 2rem; }
    #translation-tabs a:hover {
      background: transparent;
      color: #0a0a0a; }
      #translation-tabs a:hover img {
        opacity: 1; }
  #translation-tabs li.is-active a {
    background: transparent;
    color: #0a0a0a; }
    #translation-tabs li.is-active a img {
      opacity: 1; }
  #translation-tabs + .tabs-content {
    border: none; }
    #translation-tabs + .tabs-content .tabs-panel {
      padding: 0.625rem 0;
      transition: all .5s ease; }

.single_variation_wrap {
  padding-top: 20px;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 20px; }

.product_meta {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
  font: 13px/30px 'Roboto', Arial, sans-serif;
  float: left;
  width: 100%;
  color: #000; }
  .product_meta > span {
    display: block;
    margin: 5px 0; }

.products-page-cats {
  font: 12px/15px 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 14px 14px 0 14px; }

.product-image {
  position: relative;
  overflow: hidden; }

.label-product {
  text-align: center;
  z-index: 1; }
  .label-product > div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    width: 60px;
    height: 56px; }
    .label-product > div .wr-c {
      font: 12px;
      text-transform: uppercase;
      padding: 4px; }
      .label-product > div .wr-c .bigT {
        line-height: 24px; }
  .label-product .on-sale {
    background: #9A6600;
    color: #fff;
    text-align: center;
    padding: 0; }
    .label-product .on-sale .wr-c .bigT {
      font-size: 24px;
      border: none; }
  .label-product .out-stock {
    background: #868686;
    color: #fff; }
    .label-product .out-stock .wr-c {
      font-size: 11px; }
      .label-product .out-stock .wr-c .bigT {
        font-size: 24px;
        border: none; }
  .label-product .new {
    background: #F58025;
    color: #fff; }
    .label-product .new .wr-c {
      font-size: 22px; }
      .label-product .new .wr-c .bigT {
        font-size: 13px;
        border: none; }
  .label-product .type-label-1 {
    top: 0;
    right: 0;
    background: rgba(121, 121, 121, 0.9);
    color: #fff;
    text-transform: uppercase;
    font: 12px/15px 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700; }
    .label-product .type-label-1 .new {
      margin-top: 23px;
      padding: 2px 8px;
      display: inline-block;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      letter-spacing: 1px; }

.js-off-canvas-exit {
  z-index: 100; }

.off-canvas {
  height: 100%; }
  .off-canvas svg._svg {
    fill: currentColor;
    width: 1.75em; }
  .off-canvas h4 {
    color: #fefefe;
    padding: 20px 0 10px 30px;
    margin-bottom: 0;
    background-color: #1e1e1e;
    font-size: 18px; }
    .off-canvas h4 i {
      float: left;
      margin-right: 20px; }
  .off-canvas .menu a {
    color: #cacaca;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0 20px 30px; }
    .off-canvas .menu a span.visuallyhidden {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: relative;
      width: auto; }

.comment_container {
  padding: 30px;
  border: 1px solid #e6e6e6; }

.comment-meta {
  margin-bottom: 30px; }
  .comment-meta h4 {
    font: 14px/15px 'Roboto', Arial, Helvetica, sans-serif; }

.comment-avatar {
  float: left;
  margin: 0 20px 10px 0; }

.star-ratings:after {
  color: #cda85c; }

.email-link {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  color: #0a0a0a;
  font-size: 13px;
  float: left;
  clear: both;
  width: 100%;
  letter-spacing: 1px; }
  .email-link:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    color: #252525;
    position: absolute;
    left: 0;
    top: -1px; }

.menu-social-icons {
  display: inline-block;
  margin-left: 0; }

.menu-social-icons li {
  float: left;
  margin-right: 14px;
  position: relative;
  list-style: none;
  width: auto; }

.menu-social-icons li a:focus {
  outline: none; }

.menu-social-icons li a {
  display: block; }

.menu-social-icons li a:hover .circle {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.menu-social-icons i {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 16px;
  background-color: #0a0a0a;
  color: #FFF;
  border-radius: 100%;
  line-height: 26px;
  text-align: center; }

.menu-social-icons .ico-twitter {
  display: block;
  width: 28px;
  height: 28px; }
  .menu-social-icons .ico-twitter:hover {
    background-color: #55acee; }

.menu-social-icons .ico-twitter:before {
  content: "\f099";
  font-family: FontAwesome; }

.menu-social-icons .ico-facebook {
  display: block;
  width: 28px;
  height: 28px; }
  .menu-social-icons .ico-facebook:hover {
    background-color: #3B5998; }

.menu-social-icons .ico-facebook:before {
  content: "\f09a";
  font-family: FontAwesome; }

.menu-social-icons .ico-pinterest {
  display: block;
  width: 28px;
  height: 28px; }
  .menu-social-icons .ico-pinterest:hover {
    background-color: #cc2127; }

.menu-social-icons .ico-pinterest:before {
  content: "\f0d2";
  font-family: FontAwesome; }

.menu-social-icons .ico-google-plus {
  display: block;
  width: 28px;
  height: 28px; }

.menu-social-icons .ico-google-plus:before {
  content: "\f0d5";
  font-family: FontAwesome; }

.menu-social-icons .ico-envelope {
  display: block;
  width: 28px;
  height: 28px; }
  .menu-social-icons .ico-envelope:hover {
    background-color: #9A6600; }

.menu-social-icons .ico-envelope:before {
  content: "\f003";
  font-family: FontAwesome; }

.menu-social-icons .ico-skype {
  display: block;
  width: 28px;
  height: 28px; }

.menu-social-icons .ico-skype:before {
  content: "\f17e";
  font-family: FontAwesome; }

.menu-social-icons .ico-instagram {
  display: block;
  width: 28px;
  height: 28px; }

.menu-social-icons .ico-instagram:before {
  content: "\f16d";
  font-family: FontAwesome; }

.menu-social-icons .ico-linkedin {
  display: block;
  width: 28px;
  height: 28px; }

.menu-social-icons .ico-linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome; }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }
.menu-social-icons .circle {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.product-navigation {
  width: 100%;
  padding: 15px 0;
  position: relative; }

.product-navigation .back-history {
  position: static;
  line-height: 30px; }

.product-navigation .back-history span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product-navigation .back-history:hover span {
  color: #767676 !important; }

.product-navigation .product-arrows {
  position: absolute;
  right: 0;
  top: 7px;
  background-color: #FFF;
  padding-left: 5px; }

.product-navigation .next-product,
.product-navigation .prev-product {
  background: none;
  width: 31px;
  position: relative;
  height: 31px;
  border: 1px solid #eee;
  font-style: normal;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product-navigation .next-product .hide-info,
.product-navigation .prev-product .hide-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 280px;
  bottom: 40px;
  left: -58px;
  background-color: #FFF;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1002;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.product-navigation .next-product .hide-info:before,
.product-navigation .prev-product .hide-info:before {
  bottom: -22px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-top-color: #D5D5D5;
  border-width: 11px;
  margin-left: 44px; }

.product-navigation .next-product .hide-info:after,
.product-navigation .prev-product .hide-info:after {
  bottom: -20px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 45px; }

.product-navigation .next-product .hide-info img,
.product-navigation .prev-product .hide-info img {
  float: left;
  margin-right: 10px;
  max-height: 80px;
  width: auto; }

.product-navigation .next-product .hide-info span,
.product-navigation .prev-product .hide-info span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 14px;
  width: auto;
  margin-top: 10px;
  -ms-text-overflow: clip;
  text-overflow: clip; }

.product-navigation .next-product .hide-info span.price,
.product-navigation .prev-product .hide-info span.price {
  font-family: 'Roboto';
  font-weight: 500;
  color: #cda85c;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  clear: both; }

.product-navigation .next-product .hide-info > span,
.product-navigation .prev-product .hide-info > span {
  width: 100%; }

.product-navigation .next-product .hide-info .price del,
.product-navigation .prev-product .hide-info .price del,
.product-navigation .next-product .hide-info .price ins,
.product-navigation .prev-product .hide-info .price ins {
  display: inline-block;
  margin-right: 10px; }

.product-navigation .next-product .hide-info .price del,
.product-navigation .prev-product .hide-info .price del {
  color: #000; }

.product-navigation .next-product .hide-info .price small,
.product-navigation .prev-product .hide-info .price small {
  width: auto; }

.product-navigation .next-product .hide-info > div,
.product-navigation .prev-product .hide-info > div {
  float: left;
  padding: 5px 0 5px 10px;
  width: 175px; }

.product-navigation .next-product:hover,
.product-navigation .prev-product:hover {
  background-color: #252525;
  cursor: pointer;
  border-color: #252525; }

.product-navigation .next-product:hover:before,
.product-navigation .prev-product:hover:before {
  color: #FFF; }

.product-navigation .next-product:hover .hide-info,
.product-navigation .prev-product:hover .hide-info {
  opacity: 1;
  visibility: visible; }

.product-navigation .next-product {
  float: right; }

.product-navigation .next-product:before {
  content: "\f105";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #252525;
  left: 12px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product-navigation .prev-product {
  float: left;
  margin-right: 5px; }

.product-navigation .prev-product:before {
  content: "\f104";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  color: #252525;
  left: 10px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product-navigation .prev-product .hide-info {
  left: -175px; }

.product-navigation .prev-product .hide-info img {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

.product-navigation .prev-product .hide-info span {
  margin-left: 0; }

.product-navigation .prev-product .hide-info span span {
  margin-left: 0; }

.product-navigation .prev-product .hide-info:before,
.product-navigation .prev-product .hide-info:after {
  left: 48%; }

.product-navigation .prev-product .woocommerce-price-suffix {
  font-size: 14px; }

.meta-title {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #252525;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 100%; }

.meta-title span {
  padding: 0 6px 0 0;
  background: #fff;
  position: relative;
  z-index: 1; }

.meta-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0; }

h3#reply-title {
  font: 18px/20px 'Roboto' sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 100%; }
  h3#reply-title span {
    padding: 0 6px 0 0;
    background: #fff;
    position: relative;
    z-index: 2; }

.must-log-in a {
  color: #0a0a0a; }

.myaccount_user {
  font-size: 14px; }
  .myaccount_user a {
    color: inherit; }
  .myaccount_user + h2 {
    font: 18px/20px 'Roboto' sans-serif;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    float: left;
    width: 100%; }
    .myaccount_user + h2 span {
      padding: 0 6px 0 0;
      background: #fff;
      position: relative;
      z-index: 2; }
    .myaccount_user + h2:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1; }

.sv-wc-payment-gateway-my-payment-methods-table-title h2 {
  font: 18px/20px 'Roboto' sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 100%; }
  .sv-wc-payment-gateway-my-payment-methods-table-title h2 span {
    padding: 0 6px 0 0;
    background: #fff;
    position: relative;
    z-index: 2; }
  .sv-wc-payment-gateway-my-payment-methods-table-title h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1; }

.addresses .title h3 {
  font: 18px/20px 'Roboto' sans-serif;
  font-size: 18px;
  letter-spacing: 2px; }

.woocommerce form > h3 {
  font: 18px/20px 'Roboto' sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 100%; }
  .woocommerce form > h3 span {
    padding: 0 6px 0 0;
    background: #fff;
    position: relative;
    z-index: 2; }
  .woocommerce form > h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1; }

#customer_login h2 {
  font: 18px/20px 'Roboto' sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 100%; }
  #customer_login h2 span {
    padding: 0 6px 0 0;
    background: #fff;
    position: relative;
    z-index: 2; }
#customer_login .columns + .columns {
  border-left: 0;
  border-top: 1px solid #efefef;
  position: relative; }
  @media screen and (min-width: 40em) {
    #customer_login .columns + .columns {
      border-left: 1px solid #efefef;
      position: relative; }
      #customer_login .columns + .columns:after {
        display: table;
        content: 'or';
        position: absolute;
        top: 50%;
        left: -12px;
        transform: translateY(-50%);
        background: #fefefe;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        color: #efefef; } }
  @media screen and (min-width: 64em) {
    #customer_login .columns + .columns {
      border-left: 1px solid #efefef;
      position: relative; }
      #customer_login .columns + .columns:after {
        display: table;
        content: 'or';
        position: absolute;
        top: 50%;
        left: -12px;
        transform: translateY(-50%);
        background: #fefefe;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        color: #efefef; } }

@media screen and (max-width: 63.9375em) {
  table.shop_table.cart th, table.shop_table.cart td {
    padding: 8px; }
  table.shop_table.cart .product-name a {
    line-height: 14px !important; }
  table.shop_table.cart .product-subtotal, table.shop_table.cart .product-thumbnail {
    display: none !important; }
  table.shop_table.cart .product-quantity input[type=number] {
    width: 3em;
    font-size: 14px; }
  table.shop_table.cart td.product-price span {
    font: 16px/16px 'Roboto', Arial, sans-serif; }
  table.shop_table.cart dl.variation {
    margin: 0; }
    table.shop_table.cart dl.variation dt, table.shop_table.cart dl.variation dd {
      font-size: 12px;
      padding: 0;
      margin-bottom: 0; } }

@media screen and (max-width: 63.9375em) {
  .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    float: none; } }
body.woocommerce-demo-store {
  padding-top: 57px; }
  body.woocommerce-demo-store.admin-bar {
    padding-top: 57px; }

.sticky-container {
  z-index: 10;
  min-height: 101px; }
  .sticky-container .sticky {
    will-change: box-shadow; }
    .sticky-container .sticky.is-stuck {
      box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15); }

.reveal.transparent {
  width: 30.125rem !important;
  max-width: 100% !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.75); }
  .reveal.transparent:active, .reveal.transparent:focus, .reveal.transparent a:active, .reveal.transparent a:focus, .reveal.transparent img:focus {
    outline: none; }

.woocommerce-MyAccount-navigation {
  width: 25%;
  float: left; }
  .woocommerce-MyAccount-navigation:last-child:not(:first-child) {
    float: right; }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style-type: none; }
    .woocommerce-MyAccount-navigation ul > li {
      display: table-cell;
      vertical-align: middle; }
      [data-whatinput='mouse'] .woocommerce-MyAccount-navigation ul > li {
        outline: 0; }
    .woocommerce-MyAccount-navigation ul > li > a {
      display: block;
      padding: 0.7rem 1rem;
      line-height: 1; }
    .woocommerce-MyAccount-navigation ul input,
    .woocommerce-MyAccount-navigation ul a,
    .woocommerce-MyAccount-navigation ul button {
      margin-bottom: 0; }
    .woocommerce-MyAccount-navigation ul > li {
      display: block; }

.woocommerce-MyAccount-content {
  width: 75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .woocommerce-MyAccount-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .woocommerce-MyAccount-content:last-child:not(:first-child) {
    float: right; }

mark.count {
  background: transparent; }

#comments > h2, #tab-description > h2 {
  display: none; }

.product_meta {
  display: none; }

.vc_separator h4 {
  font-size: 1.25rem !important; }

article.testimonial h2.entry-title, article.video h2.entry-title, article.photo h2.entry-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem; }
article.testimonial .thumbnail, article.video .thumbnail, article.photo .thumbnail {
  margin-bottom: 0.3125rem; }

.entry-title a {
  color: #8c8939; }

.row.thumbs .column img {
  border: 1px solid #fefefe; }

.nav-links {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px; }
  .nav-links a {
    color: #8a8a8a;
    text-transform: uppercase;
    padding: 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid #e6e6e6;
    display: inline-block;
    transition: all .5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
    .nav-links a:hover {
      color: #fefefe;
      background: #9A6600;
      border-color: #9A6600; }
  .nav-links .nav-next {
    float: right;
    max-width: 45%; }
    .nav-links .nav-next a:after {
      content: "\f054";
      color: inherit;
      font: normal normal normal 16px/1 FontAwesome;
      padding-left: 0.3125rem; }
  .nav-links .nav-previous {
    float: left;
    max-width: 45%; }
    .nav-links .nav-previous a:before {
      content: "\f053";
      color: inherit;
      font: normal normal normal 16px/1 FontAwesome;
      padding-right: 0.3125rem; }

.wpad_comment_fields_wrapper h3 {
  display: none; }

div.wpad_comment_fields_wrapper .wpad_submit_comment, div.wpad_comment_fields_wrapper + div.wpad_form_group .wpad_submit_comment {
  width: 100%; }

div.wpad_form_group label {
  width: 100%; }
div.wpad_form_group .input_control {
  border-radius: 0;
  width: 100%; }
div.wpad_form_group select {
  width: 100%; }
div.wpad_form_group .input_container, div.wpad_form_group .wpad_input_wrap {
  width: 100%; }
div.wpad_form_group .wpad_submit_comment {
  background-color: #9A6600;
  border-radius: 0;
  background-image: none;
  padding: 0 1em;
  line-height: 40px;
  height: 40px; }
div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper {
  width: 100%; }
  div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap {
    width: 100%; }
    div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap.left_half_group {
      width: 50%;
      float: left;
      clear: left; }
    div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap.right_half_group {
      width: 50%;
      float: left;
      clear: right; }
    div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap label {
      border: 1px solid transparent;
      border-bottom-width: 2px;
      -moz-box-sizing: border-box;
      text-shadow: none;
      text-transform: none;
      margin-bottom: 0;
      font-weight: 400;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 12px 15px;
      font-size: 14px;
      line-height: 1;
      border-radius: 2px;
      color: #333;
      background-color: #fff;
      border-color: #ccc;
      display: block;
      width: 100%;
      overflow: hidden; }
      div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap label input {
        margin-left: -15px; }
      div.wpad_form_group.fancy_checkbox_group .wpad_radio_wrapper .wpad_input_wrap label.checked {
        background: #9A6600;
        color: #fefefe; }

.wpad_comment_meta > ul > li {
  border-left: none !important; }

.wpad_list_comments_frontend_wrapper.wpad_style_1 .odd {
  border-bottom: 1px solid #ddd !important; }

.wpad_comment_meta ul li .meta_value.star-rating {
  margin-top: .25rem; }

.wpad_comment_meta ul li.star-rating {
  line-height: 1rem; }

.wpad_comment_meta ul li.star-rating label {
  line-height: 1rem; }

.wpad_comment_meta ul li .meta_value.star-rating {
  font-style: normal !important;
  width: 9em !important;
  font-weight: normal !important;
  font-family: "star";
  height: 1rem;
  overflow: hidden;
  position: relative;
  float: none; }

.wpad_comment_meta ul li .meta_value.star-rating {
  line-height: 1rem;
  font-size: 1rem; }

.wpad_comment_meta ul li .meta_value.star-rating:before {
  color: #9A6600;
  content: "\73\73\73\73\73";
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  font-size: 1rem;
  letter-spacing: 4px; }

.wpad_comment_meta ul li .meta_value.star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding-top: 1rem; }

.wpad_comment_meta ul li .meta_value.star-rating span:before {
  color: #9A6600;
  content: "\53\53\53\53\53";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  letter-spacing: 4px; }

.wpad_input_wrap textarea.input_control, .wpad_input_wrap input.input_control {
  border-color: currentColor !important; }

fieldset.rating > label {
  float: right !important; }

.wpad_comment_meta ul li label {
  width: 21%;
  white-space: nowrap; }

#wpsl-stores ul li {
  border-bottom: none !important; }

span.wpad_admin_tag {
  background-color: #9A6600 !important; }

.wpad_email_not_publish, div.wpad_form_group {
  padding-left: 0 !important;
  padding-right: 0 !important; }

hr.short {
  width: 75px;
  margin: 20px auto;
  border-color: #0a0a0a;
  border-width: 4px; }
  hr.short.grey {
    border-color: #DEDEDE; }
  hr.short.primary {
    border-color: #9A6600; }

.button.primary:hover {
  border-color: #9A6600 !important;
  background: #9A6600 !important;
  color: #fefefe !important; }

body.home .site-content {
  padding: 0; }
body.home .our_products hr.short {
  border-color: #debc74; }
body.home .our_products .button {
  border-color: #debc74; }
@media screen and (max-width: 39.9375em) {
  body.home h2 {
    font-size: 2.25rem; } }
body.home .featured_products {
  border-top: 0.625rem solid #9A6600; }
  body.home .featured_products ul.products {
    margin-bottom: 0;
    padding: 30px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      body.home .featured_products ul.products {
        margin-right: -15px; } }
  body.home .featured_products li.product {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      body.home .featured_products li.product {
        width: 100% !important; } }
    body.home .featured_products li.product .products-page-cats, body.home .featured_products li.product .star-rating {
      display: none !important; }
    body.home .featured_products li.product .button {
      width: 100%; }
    body.home .featured_products li.product h3 {
      font-size: 1rem !important;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase !important; }
body.home .left_half h2, body.home .right_half h2 {
  letter-spacing: 2px; }
body.home .left_half .vc_column-inner {
  background-size: cover; }
body.home .right_half .vc_column-inner {
  background-size: cover; }

.white-text {
  color: #fefefe; }

.button.white {
  color: #fefefe !important;
  border-color: #fefefe !important; }
  .button.white:hover {
    background-color: #fefefe !important;
    color: #0a0a0a !important; }
.button.black {
  color: #0a0a0a !important;
  border-color: #0a0a0a !important; }
  .button.black:hover {
    background-color: #0a0a0a !important;
    color: #fefefe !important; }

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

.menu-item ._svg {
  width: 2em; }

div.wpad_content_comment div.wpad_front_gravatar img {
  margin: 0 !important; }

ul.pagination_wpad {
  text-align: center; }
  ul.pagination_wpad li.active {
    background-color: #9A6600;
    color: #fefefe; }
  ul.pagination_wpad li a {
    color: currentColor; }

.wpb_content_element.bordered {
  margin-bottom: 1.5rem; }
  .wpb_content_element.bordered img {
    border: 1px solid #cacaca; }

.wpb_content_element.cat-title {
  margin-bottom: 0; }
  .wpb_content_element.cat-title p {
    font-size: 1rem; }
    .wpb_content_element.cat-title p a {
      color: currentColor; }

.woocommerce li.product h2 small {
  display: block;
  line-height: 1.2;
  color: #8a8a8a; }

#wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id] {
  float: left; }
  @media screen and (max-width: 39.9375em) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id] {
      width: 100%; } }
  @media screen and (min-width: 40em) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id] {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id] {
      width: 33.334%; } }

img.alignleft {
  float: left;
  margin: 0 0.625rem 0.625rem 0; }

img.alignright {
  float: right;
  margin: 0 0 0.625rem 0.625rem; }

.gallery {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .gallery > .gallery-item {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery > .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .gallery > .gallery-item:nth-of-type(4n+1) {
      clear: both; }
    .gallery > .gallery-item:last-child {
      float: left; }
  .gallery.gallery-columns-5 > .gallery-item {
    width: 20%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery.gallery-columns-5 > .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .gallery.gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
      clear: both; }
    .gallery.gallery-columns-5 > .gallery-item:last-child {
      float: left; }
  .gallery figure.gallery-item {
    margin: 0;
    padding-bottom: 1.875rem; }
    .gallery figure.gallery-item a {
      border: solid 4px #fefefe;
      box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
      display: inline-block;
      line-height: 0;
      max-width: 100%;
      transition: box-shadow 200ms ease-out;
      border-radius: 0;
      margin-bottom: 1rem; }
      .gallery figure.gallery-item a:hover, .gallery figure.gallery-item a:focus {
        box-shadow: 0 0 6px 1px rgba(154, 102, 0, 0.5); }
    .gallery figure.gallery-item figcaption.gallery-caption {
      position: relative;
      display: block;
      height: 32px;
      margin: -36px 5px 0;
      line-height: 32px;
      background: rgba(154, 102, 0, 0.75);
      color: #fefefe;
      text-align: center;
      font-weight: bold; }

@media all and (max-width: 1425px) and (min-width: 1310px) {
  .wpb_text_column p {
    line-height: 1.35 !important;
    font-size: 18px !important; } }
@media all and (max-width: 1309px) and (min-width: 1200px) {
  .wpb_text_column p {
    line-height: 1.35 !important;
    font-size: 16px !important; } }
article.post + article.post, article.video + article.post, article.testimonial + article.post, article.photo + article.post {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #cacaca; }
article.post h1.entry-title, article.video h1.entry-title, article.testimonial h1.entry-title, article.photo h1.entry-title {
  margin-bottom: 0 !important;
  font-size: 1.25rem; }
article.post .entry-title a, article.video .entry-title a, article.testimonial .entry-title a, article.photo .entry-title a {
  color: #9A6600; }
article.post footer.entry-meta, article.video footer.entry-meta, article.testimonial footer.entry-meta, article.photo footer.entry-meta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #cacaca; }

#wp_translate {
  min-height: 4.0625rem; }

.sticky-container {
  min-height: 168px; }
  @media screen and (min-width: 40em) {
    .sticky-container {
      min-height: 192px; } }
  @media screen and (min-width: 64em) {
    .sticky-container {
      min-height: 212px; } }

ul.fancy-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  text-align: center; }

input#wpsl-search-btn {
  background: #9A6600;
  color: #fff;
  border: none;
  border-radius: 0; }

div.wpsl-store-location p {
  margin-bottom: 8px; }

a.wpsl-directions {
  display: inline-block;
  margin-left: 0; }

a.wpsl-directions:before {
  padding-right: 5px;
  font-family: 'FontAwesome';
  content: ""; }

a.wpsl-directions:before {
  padding-right: 5px;
  font-family: 'FontAwesome';
  content: ""; }

p.wpsl-contact-details span:before {
  padding-right: 5px;
  font-family: 'FontAwesome';
  content: "\f095";
  display: inline-block;
  padding-left: 10px; }

input#wpsl-search-btn {
  background: #9A6600;
  color: #fff;
  border: none;
  border-radius: 0; }

div.wpsl-store-location p {
  margin-bottom: 8px; }

a.wpsl-directions {
  display: inline-block;
  margin-left: 10px; }

a.wpsl-directions:before {
  padding-right: 5px;
  font-family: 'FontAwesome';
  content: ""; }

#wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id]:nth-of-type(3n) {
  clear: right; }
#wpsl-wrap.wpsl-store-below #wpsl-result-list li[data-store-id]:nth-of-type(3n+1) {
  clear: left; }

figure.woocommerce-product-gallery__wrapper {
  margin-left: 0;
  margin-right: 0; }

.woocommerce form.woocommerce-cart-form #payment #place_order {
  margin-right: 1rem; }
.woocommerce .order_review {
  margin-bottom: 2.5rem;
  padding: 1rem; }
  .woocommerce .order_review table.shop_table {
    border: none; }
    .woocommerce .order_review table.shop_table tr.shipping td {
      text-align: right; }
.woocommerce .woocommerce-cart table.cart .product-thumbnail {
  max-width: 80px; }
.woocommerce .woocommerce-checkout #payment {
  padding-left: 10px;
  padding-right: 10px; }
  .woocommerce .woocommerce-checkout #payment div.payment_box p:last-child {
    padding: 4px; }
.woocommerce div.cart-collaterals {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1; }
  .woocommerce div.cart-collaterals div.cart_totals {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .woocommerce div.cart-collaterals div.cart_totals {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .woocommerce div.cart-collaterals div.cart_totals:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 39.9375em) {
      .woocommerce div.cart-collaterals div.cart_totals {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .woocommerce div.cart-collaterals div.cart_totals {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (max-width: 39.9375em) {
        .woocommerce div.cart-collaterals div.cart_totals:last-child:not(:first-child) {
          float: right; } }
    .woocommerce div.cart-collaterals div.cart_totals table td span {
      padding-right: 0.3125rem; }
  .woocommerce div.cart-collaterals div.cart_coupon {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .woocommerce div.cart-collaterals div.cart_coupon {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .woocommerce div.cart-collaterals div.cart_coupon:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 39.9375em) {
      .woocommerce div.cart-collaterals div.cart_coupon {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .woocommerce div.cart-collaterals div.cart_coupon {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (max-width: 39.9375em) {
        .woocommerce div.cart-collaterals div.cart_coupon:last-child:not(:first-child) {
          float: right; } }
    .woocommerce div.cart-collaterals div.cart_coupon .input-group {
      margin-top: 10px; }
      .woocommerce div.cart-collaterals div.cart_coupon .input-group .large-8 {
        padding-left: 0; }
      .woocommerce div.cart-collaterals div.cart_coupon .input-group .large-4 {
        padding-right: 0; }
    .woocommerce div.cart-collaterals div.cart_coupon label {
      display: none; }
.woocommerce span.onsale {
  display: none; }
.woocommerce div.product div.images {
  width: 48%;
  float: left; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 1em; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-width: 1px 0 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      border-bottom: 1px solid #d3ced2; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text {
  border: none;
  margin: 0; }
  .woocommerce div.product #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: left;
    clear: left; }
  .woocommerce div.product #reviews #comments ol.commentlist li .comment-text p.meta {
    float: left;
    clear: left; }
.woocommerce div.product #reviews #comments ol.commentlist li img.avatar {
  float: right;
  position: relative; }
.woocommerce div.product #reviews #comments ol.commentlist li div.description {
  width: 100%;
  float: left;
  clear: both; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #0a0a0a;
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  text-transform: none; }

#searchsubmit {
  background-color: #9A6600; }

.woocommerce-variation.single_variation .woocommerce-variation-description {
  display: none !important; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25rem; }

h3#ship-to-different-address:after {
  display: none; }

.woocommerce-checkout div.woocommerce-order .woocommerce-notice {
  font-size: 1.75rem; }
.woocommerce-checkout div.woocommerce-order .woocommerce-order-details h2 {
  font-size: 1.25rem; }
.woocommerce-checkout div.woocommerce-order table.order_details {
  margin-bottom: 2.5rem; }
.woocommerce-checkout table.shop_table thead th {
  border-top: none; }
.woocommerce-checkout table.shop_table td + td, .woocommerce-checkout table.shop_table th + td {
  border-left: 1px solid #e6e6e6;
  padding-left: 0.625rem; }
.woocommerce-checkout table.shop_table tfoot th {
  text-align: right; }
.woocommerce-checkout table.shop_table .woocommerce-table__product-name a {
  color: currentColor;
  display: inline-block; }
.woocommerce-checkout section.addresses {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .woocommerce-checkout section.addresses h3.woocommerce-column__title {
    font-size: 1.25rem; }

a.button.wc-backward {
  background-color: #9A6600 !important; }

.comment-popup {
  position: relative;
  background: rgba(12, 12, 12, 0.75);
  padding: 20px;
  width: auto;
  max-width: 100vw;
  height: auto;
  max-height: 100vw;
  margin: 0; }

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

.reviews-popup h2, .reviews-popup h3 {
  color: #000;
  margin-top: 0; }

.reviews-popup .products {
  width: 100%;
  float: left;
  clear: both; }

.reviews-popup .product {
  width: 31.333%;
  margin: 1%;
  float: left;
  text-align: center; }

.reviews-popup .product:nth-child(3n+1) {
  clear: left; }

.reviews-popup .product strong {
  display: inline-block; }

.reviews-popup .product img {
  width: 100%;
  height: auto; }

.wpad_list_comments_frontend_wrapper input, .wpad_list_comments_frontend_wrapper textarea {
  box-sizing: border-box; }

.wpad_form_group label {
  width: 25%;
  float: left;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 15px; }

.wpad_form_group {
  background: #fff none repeat scroll 0 0;
  padding: 10px 20px; }

.wpad_form_group .input_container {
  /*width: 80%;*/
  padding-left: 2px;
  padding-right: 15px;
  display: table; }

.wpad_form_group .input_control {
  font-family: inherit;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  float: left; }

.wpad_help_text {
  line-height: 20px;
  color: #aaa;
  display: table;
  font-size: 13px;
  clear: both;
  padding: 10px 0 0;
  margin: 8px 0 0; }

.wpad_required {
  color: #f00; }

.wpad_radio_wrapper label input {
  float: left !important;
  width: auto !important;
  margin: 0 10px 0 0; }

.wpad_radio_wrapper label {
  display: table !important;
  float: none !important;
  font-size: 13px;
  font-style: normal !important;
  font-weight: 500;
  line-height: 15px;
  margin: 5px 0;
  padding-left: 0;
  text-align: left;
  width: auto; }

.wpad_error_fields {
  clear: both;
  color: #f00;
  font-size: 14px; }

.wpad_form_group select {
  width: auto !important;
  font-size: 14px;
  padding: 5px; }

.wpad_radio_wrapper .wpad_help_text {
  padding-left: 0; }

.wpad_submit_comment {
  float: left; }

.input_container .wpad_submit_loader {
  float: left;
  margin-left: 10px;
  margin-top: 6px; }

.wpad_success_comment p, .wpad_success_comment_reply p {
  background: #eee none repeat scroll 0 0;
  margin: 0 0 15px;
  padding: 6px 10px 8px !important;
  text-align: center; }

#wp_advance_comment_form {
  background: #fff none repeat scroll 0 0; }

.wpad_row {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px; }

.wpad_image_user {
  border-radius: 10px;
  float: left;
  margin: 0 6px 0 0;
  width: 70px; }

.wpad_content_comment {
  border: 1px solid #ddd;
  display: table;
  font-size: 14px;
  width: 100%; }

.wpad_image_user img {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #eee !important;
  border-radius: 50%;
  padding: 3px !important;
  width: 100%;
  height: auto; }

.wpad_right {
  float: right; }

.wpad_content_comment p {
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0;
  padding: 0; }

.wpad_list_comments_frontend {
  /*padding: 15px;*/
  width: 100%; }

.wpad_comment_fields_wrapper {
  /*border-top: 1px solid #ddd;*/
  padding: 10px 0 0; }

.wpad_time {
  font-size: 12px;
  line-height: 25px;
  padding-left: 10px; }

.wpad_comment_fields_wrapper h3, .loggin_comment {
  padding: 10px 20px;
  margin: 0 !important; }

.loggin_comment {
  padding-top: 0; }

.wpad_comment_meta ul {
  padding: 0;
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

.wpad_comment_meta > ul > li {
  border-left: 3px solid #87cefa;
  padding: 0px 10px;
  list-style-type: none;
  display: inline-block; }

.wpad_comment_meta .meta_value ol {
  padding: 0; }

.wpad_comment_meta ul li {
  font-size: 12px;
  width: 100%;
  margin: 0; }

.wpad_comment_meta .meta_value li {
  list-style-position: inside;
  list-style-type: disc; }

.wpad_comment_meta ul li blockquote {
  padding: 0 20px; }

.wpad_comment_meta ul li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.wpad_comment_meta ul li label {
  float: left;
  font-weight: bold;
  margin-right: 8px;
  text-align: left;
  width: 20%;
  margin-bottom: 0; }

.wpad_comment_meta ul li .meta_value {
  display: table;
  line-height: 22px;
  padding-right: 10px;
  width: 77%; }

.wpad_comment_meta > ul > li:first-child {
  margin-top: 8px; }

.wpad_content_comment .wpad_front_gravatar img {
  height: auto !important;
  max-width: 100% !important;
  width: 70px !important;
  float: none;
  border-radius: 10%;
  border: 3px solid #eee !important;
  margin: 10px 0 0 !important; }

.wpad_content_wrap {
  margin-left: 95px;
  padding: 10px 12px;
  padding: 10px 12px 10px 0; }

.wpad_front_gravatar {
  float: left;
  margin-left: 12px;
  padding: 10px 0;
  text-align: center;
  width: 70px; }

.edit_comment_front .dashicons {
  font-size: 16px;
  /*line-height: 21px;*/
  margin-top: 3px; }

.edit_comment_front {
  color: inherit;
  display: table;
  font-size: 12px;
  text-align: center;
  width: 100%;
  text-decoration: none !important; }

.edit_comment_front:hover {
  text-decoration: none; }

.pagination_wpad li {
  margin-left: 0;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  padding: 0 !important;
  width: auto !important; }

.pagination_wpad li a {
  padding: 0 10px !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px; }

.pagination_wpad {
  margin: 0 0 10px !important;
  padding: 0; }

.wpad_list_comments_frontend h3 {
  margin: 15px 0 25px !important;
  text-align: center; }

.pagination_wpad li.active {
  background-color: #808080; }

.pagination_wpad li.active a {
  color: #fff;
  pointer-events: none; }

.pagination_wpad li a.not_click {
  pointer-events: none; }

#wp_advance_comment_form ~ div {
  display: none; }

.wpad_input_wrap .wpad_error_fields {
  border: 1px solid #f00 !important; }

.wpad_input_wrap input[type=radio].wpad_error_fields, .wpad_input_wrap input[type=radio].wpad_error_fields:focus, .wpad_input_wrap input[type=checkbox].wpad_error_fields, .wpad_input_wrap input[type=checkbox].wpad_error_fields:focus {
  outline: 1px solid #f00; }

.wpad_input_wrap .wpad_error_fields:focus {
  outline: none;
  border-color: #E89CA3;
  box-shadow: 0 0 10px #F9A3A3; }

.wpad_input_wrap input:focus, .wpad_input_wrap textarea:focus, .wpad_input_wrap select:focus {
  outline-width: 0 !important; }

.wpad_input_wrap {
  display: table; }

.wpad_error {
  margin: 10px 0 5px; }

.wpad_section_break_line {
  border-bottom: 1px solid #ddd;
  padding: 0; }

.wpad_section_break, .wpad_section_html {
  margin: 15px 20px 15px; }

.wpad_section_break h4 {
  padding: 0 !important;
  margin: 0 0 5px 0 !important; }

.wpad_section_break p {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0; }

.wpad_email_not_publish {
  padding: 0 20px;
  margin: 0 0 35px 0; }

.wpad_like_dislike_wrapper img {
  margin-bottom: 0 !important;
  width: auto !important;
  border: none !important;
  margin: 0;
  display: inline !important;
  position: relative;
  top: 5px;
  vertical-align: inherit; }

.wpad_like_dislike_wrapper a {
  color: #555555; }

.like_btn_wrap, .dislike_btn_wrap {
  border: 1px solid #C6C6C6;
  padding: 1px 10px 3px 4px;
  background: #fafafa;
  display: inline-block; }

.wpad_like_text, .wpad_dislike_text {
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid #C6C6C6;
  padding-right: 6px;
  margin-right: 5px; }

.wpad_like_counter, .wpad_dislike_counter {
  font-size: 12px;
  font-weight: 500; }

.wpad_like_dislike_wrapper {
  margin: 15px 0 15px; }

.dislike_btn_wrap {
  margin-left: 5px; }

.wpad_liked {
  color: #fbb105; }

a.tooltips {
  position: relative;
  display: inline;
  text-decoration: none; }

a.tooltips span.wpad_already_voted {
  position: absolute;
  width: 165px;
  color: #FFFFFF;
  background: #000000;
  height: 25px;
  line-height: 23px;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
  font-size: 12px; }

a.tooltips span.wpad_already_voted:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

a.tooltips span.wpad_already_voted {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999; }

.wpad_input_wrap .input_control {
  margin-bottom: 0;
  height: auto;
  margin-top: 0; }

.wpad_image_preview {
  display: block;
  height: auto !important;
  padding: 10px 0;
  width: 250px !important;
  clear: both; }

.wpad_admin_tag {
  background: #1e90ff none repeat scroll 0 0;
  color: #fff;
  font-size: 11px;
  padding: 2px 21px;
  margin-left: 2px;
  text-transform: capitalize; }

.wpad_comment_report {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #c6c6c6;
  color: #000;
  font-size: 11px;
  padding: 1px 15px;
  text-decoration: none; }

.wpad_pin_comment, .wpad_unpin_comment, .wpad_subscription {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #c6c6c6;
  color: #000;
  font-size: 11px;
  padding: 0px 15px;
  display: inline-block;
  text-decoration: none;
  line-height: 18px; }

#wpad_report_comment label {
  display: table;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px; }

#wpad_report_comment .input-control {
  height: 100px !important;
  resize: none;
  width: 100% !important;
  background: #fafafa none repeat scroll 0 0;
  border: 2px solid #eee;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  padding: 10px; }

.wpad_report_button {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  position: relative; }

.wpad_btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  font-size: 14px !important;
  text-transform: capitalize; }

.wpad_primary {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  /*font-family: trebuchet ms;*/ }

#wpad_report_comment h5 {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding: 15px 0 2px;
  margin-bottom: 10px; }

#wpad_report_comment input {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: auto !important;
  margin-bottom: 0; }

.wpad_error {
  color: #f00;
  font-size: 13px; }

textarea[name="text_comment_report"] {
  font-size: 13px; }

.wpad_report_button img {
  margin-left: 5px;
  position: absolute;
  top: 15px; }

#wpad_thank_you_report_comment p {
  margin: 0; }

.wpad_dialog .ui-dialog-titlebar button {
  margin: 8px 0 0 !important;
  padding: 0;
  width: 20px; }

.wpad_dialog .ui-dialog-title {
  /*width: 95% !important;*/
  /*font-family: 'Trebuchet MS';*/ }

#wpad_report_comment form {
  margin: 0; }

.wpad_report_option label span {
  color: #000 !important;
  font-size: 12px;
  text-transform: capitalize; }

.wpad_report_comment_form textarea {
  font-size: 12px !important;
  line-height: 20px; }

.rating:not(:checked) > input {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  visibility: hidden; }

.rating:not(:checked) > label::before {
  content: "★ "; }

.rating:not(:checked) > label {
  color: #ddd;
  cursor: pointer;
  float: right;
  font-size: 200%;
  line-height: 1.2;
  overflow: hidden;
  padding: 0 0.1em;
  /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);*/
  white-space: nowrap;
  width: 1em; }

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
  /*text-shadow: 1px 1px #daa520, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);*/ }

.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  /*text-shadow: 1px 1px #daa520, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);*/ }

.rating > input:checked ~ label {
  color: #f70;
  /*text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);*/ }

img.star_rating_front_wpad {
  width: 14px !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: inline; }

.wpad_input_wrap fieldset.rating {
  border: 0;
  padding: 0;
  margin: 0; }

img.wpad_simple_captcha {
  display: block;
  margin: 10px 0 10px 0; }

.wpad_images_meta img {
  border: 1px solid #ccc;
  margin: 0 8px 8px 0;
  padding: 4px;
  width: 70px;
  float: left; }

.wpad_images_meta img:hover {
  border: medium none;
  box-shadow: 1px 1px 5px #111;
  padding: 0; }

.wpad_images_meta .wpad_image_link, .wpad_file_link {
  color: #3399ff;
  display: inline-block; }

.wpad_comment_children {
  padding: 15px 15px 15px 50px; }

.wpad_comment_children .wpad_content_comment {
  margin-bottom: 15px; }

.wpad_comment_children .wpad_content_comment:last-child {
  margin-bottom: 0; }

.wpad_reply_icon {
  background: url("../images/reply.png");
  background-repeat: no-repeat;
  padding: 0px 17px 0px 0px;
  background-size: 12px 12px;
  top: 3px;
  position: relative; }

.reply_section_comment .wpad-col-3 {
  width: 32%;
  float: left;
  margin-right: 2%;
  box-sizing: border-box; }

.logged_in_wrapper input {
  margin-bottom: 2px; }

.logged_in_wrapper + .wpad-form-group textarea {
  margin-bottom: 0; }

.reply_section_comment .wpad-col-12 {
  padding: 10px;
  clear: both; }

.reply_section_comment .wpad-col-3 input {
  width: 100%;
  padding: 5px 10px;
  color: #aaa; }

.reply_section_comment textarea, .reply_section_comment input, .wpad_subscribe_form input {
  background: #fafafa none repeat scroll 0 0;
  border: 2px solid #eee;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
  width: 100%;
  font-family: inherit;
  margin-bottom: 0 !important; }

.reply_section_comment textarea {
  min-height: 100px; }

.reply_section_comment h3 {
  text-align: left;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.reply_section_comment p {
  padding: 0 10px;
  margin-bottom: 0; }

.reply_section_comment h3 a {
  float: right; }

.reply_section_comment .wpad_primary {
  margin: 0 10px 10px;
  float: left;
  display: inline-block; }

.wpad_list_comments_frontend_wrapper.wpad_style_1 .even {
  background: #f9f9f9  none repeat scroll 0 0;
  border-bottom: 3px solid #48D1CC; }

.wpad_list_comments_frontend_wrapper.wpad_style_1 .odd {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #adff2f; }

.wpad_reply_wrapper a {
  font-size: 13px;
  text-decoration: none; }

.reply_section_comment {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px #999;
  margin: 10px 0;
  padding: 10px 20px; }

.even + .reply_section_comment {
  border-bottom: 3px solid #48d1cc; }

.odd + .reply_section_comment {
  border-bottom: 3px solid #adff2f; }

.wpad_error_reply {
  margin-bottom: 0; }

.reply_btn_wrap {
  margin-top: 10px;
  display: table; }

.reply_section_comment .wpad_form_group > label {
  display: none; }

.reply_section_comment .wpad_form_group {
  padding: 10px; }

.wpad_google_map {
  width: 400px;
  height: 250px;
  clear: both; }

.comment_list_google_map {
  width: 400px;
  height: 180px; }

.wpad_form_group .wp-editor-container {
  border: 1px solid #eee; }

.wpad_recaptcha_field {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important; }

.wpad_file_link {
  display: inline-block; }

.wpad_files_meta ul li {
  list-style-type: disc; }

.wpad_total_commentors h4 {
  background: #eee none repeat scroll 0 0;
  padding: 12px 20px;
  margin-top: 0; }

.wpad-people-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 7px;
  width: 8%; }

.wpad-people-list {
  padding: 0;
  margin: 0; }

.total_commentors_wrapper {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 10px; }

.wpad_total_commentors {
  margin-bottom: 30px; }

.sticky_highlisht.one {
  background: #4285f4 none repeat scroll 0 0;
  border-bottom: 3px solid #1b58ad; }

.sticky_highlisht.two {
  background: #60a945 none repeat scroll 0 0;
  border-bottom: 3px solid #4f9c28; }

.sticky_highlisht.three {
  background: #3e75b4 none repeat scroll 0 0;
  border-bottom: 3px solid #196aa2; }

.sticky_highlisht.four {
  background: #b10101 none repeat scroll 0 0;
  border-bottom: 3px solid #860000; }

.sticky_highlisht {
  position: relative;
  padding: 2px;
  box-shadow: 1px 1px 4px #aaa; }

.sticky_highlisht.one .sticky_icon {
  background-image: url("../images/sticky.png");
  background-repeat: no-repeat;
  left: -18px;
  padding: 35px;
  position: absolute;
  top: -13px;
  z-index: 0; }

.sticky_highlisht.two .sticky_icon {
  background-image: url("../images/sticky_2.png");
  background-repeat: no-repeat;
  left: -18px;
  padding: 35px;
  position: absolute;
  top: -13px;
  z-index: 0;
  background-size: 38px auto; }

.sticky_highlisht.three .sticky_icon {
  background-image: url("../images/sticky_3.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  left: -25px;
  padding: 34px;
  position: absolute;
  top: -13px;
  z-index: 0; }

.sticky_highlisht.four .sticky_icon {
  background-image: url("../images/sticky_4.png");
  background-repeat: no-repeat;
  background-size: 80px auto;
  left: -40px;
  padding: 36px;
  position: absolute;
  top: -25px;
  z-index: 0; }

.sticky_title {
  color: #fff;
  font-size: 12px;
  margin-left: 30px; }

.wpad_no_reviews {
  background: #F5F5F5 none repeat scroll 0 0;
  padding: 10px 15px;
  margin-bottom: 25px; }

.wp-media-buttons .button, .wp-editor-tabs button {
  color: #555 !important; }

.wpad_report_button .report_dismiss {
  font-family: inherit;
  color: #555 !important; }

.wpad_form_group[ids="wpad_rating_element"] .wpad_input_wrap {
  width: auto; }

.logged_in_wrapper .wpad-col-3:last-child {
  margin-right: 0;
  float: right; }

.logged_in_wrapper {
  box-sizing: border-box;
  padding: 10px;
  width: 100%; }

@media only screen and (max-device-width: 736px) {
  .wpad_content_comment .wpad_front_gravatar img {
    display: none; }

  .wpad_content_wrap {
    margin-left: 15px;
    margin-right: 2px; }

  .wpad_front_gravatar {
    padding: 10px 0 0; }

  .reply_section_comment .wpad-col-3 {
    width: 100%;
    margin-bottom: 10px; }

  .reply_section_comment .wpad-col-12 {
    padding: 0 10px; }

  .sticky_highlisht.two .sticky_icon {
    left: -6px;
    top: -7px; }

  .sticky_highlisht.one .sticky_icon {
    left: -8px;
    top: -15px; }

  .sticky_highlisht.three .sticky_icon {
    left: -10px;
    top: -9px;
    background-size: 43px auto;
    padding: 29px; }

  .sticky_highlisht.four .sticky_icon {
    left: -19px;
    top: -15px;
    background-size: 60px auto; }

  .sticky_title {
    margin-left: 36px; }

  .wpad_reply_wrapper {
    margin-left: 20px; }

  .wpad_content_wrap strong {
    margin-left: 0px; }

  .wpad_form_group label {
    float: none;
    padding-left: 0;
    text-align: left; }

  .wpad_form_group .input_container {
    padding-left: 0;
    width: 100%; }

  .wpad_input_wrap {
    width: 100%; }

  .wpad_input_wrap input[type="text"], .wpad_input_wrap textarea, .wpad_input_wrap input[type="file"] {
    width: 100% !important; }

  .wpad_comment_meta ul li label {
    width: 100%;
    display: block; } }
@media only screen and (max-device-width: 768px) {
  .wpad_dialog .ui-dialog-title {
    width: 87% !important; }

  .wpad_dialog .ui-dialog-titlebar button {
    margin: 0 !important; }

  .wpad_google_map {
    width: 100%; } }
.wpad_subscribe_form input {
  width: 250px;
  margin-bottom: 0; }

.wpad_subscribe_btn {
  margin-top: 5px;
  width: 100%; }

.already_subscribed_error {
  text-align: center; }

.wpad_subscribed_success {
  color: #1f721f;
  font-size: 13px;
  margin: 10px 0 5px;
  text-align: center; }

.sub_confirmation {
  font-size: 14px;
  margin-bottom: 10px; }

.wpad_subscribe_login_btn {
  border-top: 1px solid #eee;
  padding-top: 13px;
  text-align: center; }

.wpad_notify_me_wrap {
  padding-top: 0 !important; }

.wpad_form_group iframe {
  height: 80px;
  margin-bottom: 0; }

.wpad_pin_comment:hover,
.wpad_unpin_comment:hover,
.wpad_subscription:hover,
.wpad_comment_report:hover {
  border: 1px solid #c6c6c6; }

.wpad_emotions_section {
  background: #eee none repeat scroll 0 0;
  box-sizing: border-box;
  display: table;
  margin: 0;
  padding: 5px;
  width: 100%; }

.wpad_emotions_section li {
  background: #eee none repeat scroll 0 0;
  display: inline-block;
  list-style-type: none;
  padding: 5px;
  width: 30px;
  margin-bottom: 0 !important;
  margin-left: 0; }

.wpad_emotions_section li:hover {
  background: #ddd none repeat scroll 0 0; }

embed.wpad_embed_video {
  width: 100%; }

.wpad_video_preview iframe {
  height: 300px !important;
  width: 100%; }

.wpad_see_preview {
  color: #fff !important;
  padding: 5px 20px !important;
  margin-top: 1px;
  text-decoration: none; }

.wpad_see_preview:hover {
  color: #fff !important; }

.wpad_embed-youtube {
  width: 100%; }

.wpad-star-ratings-sprite {
  background: url("../images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 5px 0 auto;
  float: left; }

.wpad-rating {
  background: url("../images/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block; }

.wpad-rating-number {
  float: left;
  line-height: 22px; }

.avg_rating_star_frontend {
  /*clear: both;*/
  display: table;
  margin-bottom: 10px; }

.avg_rating_star_frontend_wrapper .avg_rating_star_frontend {
  float: right; }

.front_avg_rating_wrapper {
  border: 1px solid #eee;
  margin: 0 0 20px;
  padding: 10px 10px 0;
  background: #fff; }

.front_avg_rating_wrapper li {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  list-style-type: none;
  padding: 5px 10px 0;
  width: 100%;
  margin: 0; }

.avg_ind_label {
  float: left;
  width: 40%; }

.avg_ind_rating {
  float: left; }

.front_avg_rating_wrapper li:last-child {
  border-bottom: medium none;
  padding-bottom: 0; }

.avg_rating_label {
  border-bottom: 4px solid #eee !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important; }

.wpad_before_content_title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px; }

.wpad_after_content_title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -3px; }

.avg_rating_star_frontend_wrapper .wpad_rating_wrapper {
  display: table;
  margin: 0 auto; }

.avg_rating_star_frontend_wrapper {
  padding: 0 0 15px; }

.wpad_comment_form_separator {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 25px;
  padding: 25px 0 0; }

#qt_wpad_editor_wp_editor_toolbar input {
  color: #333 !important; }

.wpad_comments_anchor {
  margin: 0 !important;
  padding: 0 !important; }

/* Facebook Reactions */
.wpad-reactions {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-style: solid;
  border-width: 1px 0;
  margin: 10px 0;
  padding: 5px 0; }

.wpad-reactions {
  display: table;
  width: 100%; }

.wpad-reactions-button {
  cursor: pointer;
  float: left;
  position: relative; }

.wpad-reactions-main-button {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px; }

.wpad-reactions-main-button::before {
  background: transparent url("../images/fb_like.png") no-repeat scroll center center/cover;
  content: "";
  display: block;
  float: left;
  height: 20px;
  margin: 4px 4px 6px 0;
  width: 20px; }

.wpad-reactions-main-button.dw_reaction_like {
  color: #5890ff; }

.wpad-reactions-main-button.dw_reaction_love {
  color: #f25268; }

.wpad-reactions-main-button.dw_reaction_haha {
  color: #f0ba15; }

.wpad-reactions-main-button.dw_reaction_wow {
  color: #f0ba15; }

.wpad-reactions-main-button.dw_reaction_sad {
  color: #f0ba15; }

.wpad-reactions-main-button.dw_reaction_angry {
  color: #f7714b; }

.wpad-reactions-main-button.dw_reaction_love::before {
  background-image: url("../images/fb_love.png"); }

.wpad-reactions-main-button.dw_reaction_haha::before {
  background-image: url("../images/fb_haha.png"); }

.wpad-reactions-main-button.dw_reaction_wow::before {
  background-image: url("../images/fb_wow.png"); }

.wpad-reactions-main-button.dw_reaction_sad::before {
  background-image: url("../images/fb_sad.png"); }

.wpad-reactions-main-button.dw_reaction_angry::before {
  background-image: url("../images/fb_angry.png"); }

.wpad-reactions-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: none;
  height: 60px;
  left: 0;
  padding: 10px;
  position: absolute;
  top: -60px;
  width: 314px;
  z-index: -1; }

.wpad-reactions-button.reaction-show .wpad-reactions-box {
  display: block;
  z-index: 1; }

.wpad-reactions-box .wpad-reaction {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 38px;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: scale(1, 1);
  transition: opacity 0.5s ease-in-out 1s, transform 0.07s ease-in-out 0s, top 0.07s ease-in-out 0s;
  width: 38px; }

.wpad-reactions-button.reaction-show .wpad-reaction {
  animation-duration: 0.5s;
  animation-name: reaction;
  opacity: 1; }

.wpad-reactions-box .wpad-reaction-like {
  background-image: url("../images/fb_like.png");
  left: 12px;
  transition-delay: 0s; }

.wpad-reactions-box .wpad-reaction-love {
  background-image: url("../images/fb_love.png");
  left: 62px;
  transition-delay: 0.05s; }

.wpad-reactions-box .wpad-reaction-haha {
  background-image: url("../images/fb_haha.png");
  left: 112px;
  transition-delay: 0.1s; }

.wpad-reactions-box .wpad-reaction-wow {
  background-image: url("../images/fb_wow.png");
  left: 162px;
  transition-delay: 0.15s; }

.wpad-reactions-box .wpad-reaction-sad {
  background-image: url("../images/fb_sad.png");
  left: 212px;
  transition-delay: 0.2s; }

.wpad-reactions-box .wpad-reaction-angry {
  background-image: url("../images/fb_angry.png");
  left: 262px;
  transition-delay: 0.25s; }

.wpad-reactions-button.reaction-show .wpad-reaction {
  animation-delay: 0s; }

.wpad-reactions-button.reaction-show .wpad-reaction-love {
  animation-delay: 0.05s; }

.wpad-reactions-button.reaction-show .wpad-reaction-haha {
  animation-delay: 0.1s; }

.wpad-reactions-button.reaction-show .wpad-reaction-wow {
  animation-delay: 0.15s; }

.wpad-reactions-button.reaction-show .wpad-reaction-sad {
  animation-delay: 0.2s; }

.wpad-reactions-button.reaction-show .wpad-reaction-angry {
  animation-delay: 0.25s; }

.wpad-reaction:hover {
  top: 2px;
  transform: scale(1.5, 1.5); }

.wpad-reaction strong {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 38px;
  box-sizing: border-box;
  color: #fff;
  font-size: 8px;
  left: 0;
  opacity: 0;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  top: -19px;
  transition: opacity 0.2s ease-in-out 0s;
  width: 38px; }

.wpad-reaction:hover strong {
  opacity: 1; }

.wpad-reactions-count {
  float: right;
  font-size: 12px;
  line-height: 30px; }

.wpad-reaction-count {
  display: inline-block;
  margin-left: 5px; }

.wpad-reaction-count strong {
  font-weight: normal; }

.wpad-reaction-count::before {
  background: transparent url("../images/fb_like.png") no-repeat scroll center center/cover;
  content: "";
  display: block;
  float: left;
  height: 20px;
  margin: 4px 4px 6px 0;
  width: 20px; }

.wpad-reaction-count-love::before {
  background-image: url("../images/fb_love.png"); }

.wpad-reaction-count-haha::before {
  background-image: url("../images/fb_haha.png"); }

.wpad-reaction-count-wow::before {
  background-image: url("../images/fb_wow.png"); }

.wpad-reaction-count-sad::before {
  background-image: url("../images/fb_sad.png"); }

.wpad-reaction-count-angry::before {
  background-image: url("../images/fb_angry.png"); }

.wpad-reactions-2 {
  text-align: center; }

.wpad-reactions-2 .wpad-reactions-box-2 {
  display: inline-block;
  margin: 0 5px; }

.wpad-reactions-2 .wpad-reactions-percent {
  background: #8cda9d none repeat scroll 0 0; }

.wpad-reactions-2 .wpad-reactions-icon {
  background: #f1f1f1 none repeat scroll 0 0;
  cursor: pointer;
  padding: 10px; }

.wpad-reactions-2 .wpad-reactions-icon img {
  transition: opacity 0.5s ease-in-out 1s, transform 0.07s ease-in-out 0s, top 0.07s ease-in-out 0s; }

.wpad-reactions-2 .wpad-reactions-icon:hover {
  background: #ddd none repeat scroll 0 0; }

.wpad-reactions-2 .wpad-reactions-icon:hover img {
  transform: scale(1.2, 1.2); }

.wpad-reactions-3 {
  text-align: center; }

.wpad-reactions-3 .wpad-reactions-box-3 {
  display: inline-block;
  padding-left: 5px; }

.wpad-reactions-3 .wpad-reactions-box-3:first-child {
  padding-left: 0; }

.wpad-reactions-3 .wpad-reactions-percent {
  background: #b1d3fc none repeat scroll 0 0; }

.wpad-reactions-3 .wpad-reactions-icon {
  background: #f1f1f1 none repeat scroll 0 0;
  cursor: pointer;
  line-height: 1;
  margin-top: 5px;
  padding: 5px 15px; }

.wpad-reactions-3 .wpad-reactions-icon img {
  transition: opacity 0.5s ease-in-out 1s, transform 0.07s ease-in-out 0s, top 0.07s ease-in-out 0s; }

.wpad-reactions-3 .wpad-reactions-icon:hover {
  background: #ddd none repeat scroll 0 0; }

.wpad-reactions-3 .wpad-reactions-icon:hover img {
  transform: scale(1.2, 1.2); }

.wpad_verified_owner {
  background: #FF1493 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  padding: 3px 21px 4px;
  text-transform: capitalize; }

.mfp-back {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 4px 0 8px 10px;
  color: #333 !important;
  font-style: normal;
  font-size: 18px;
  font-family: Arial, Baskerville, monospace; }

.button.open-form-link {
  margin: 1.25rem auto 0; }

.woocommerce-checkout .checkout .shipping th, #add_payment_method .checkout .shipping th {
  vertical-align: middle; }

table.woocommerce-checkout-review-order-table tr.cart-discount td, table.woocommerce-checkout-review-order-table tr.tax-rate td {
  text-align: right; }
table.woocommerce-checkout-review-order-table ul#shipping_method {
  padding-left: 15px;
  padding-right: 0;
  margin-right: 0; }

.caption_overlay figure figcaption {
  position: relative;
  display: block;
  height: 32px;
  margin: -32px 0 0 !important;
  font-size: 1rem !important;
  line-height: 32px;
  background: rgba(154, 102, 0, 0.75);
  color: #fefefe;
  text-align: center;
  font-weight: bold; }

.widget ul.product_list_widget li {
  padding: 10px 10px 10px 0 !important;
  border-top: none !important; }
  .widget ul.product_list_widget li img {
    float: left;
    width: 80px;
    border: 2px solid #e6e6e6;
    margin-right: 10px; }

tfoot tr.tax-total td {
  text-align: right !important; }

#order_review {
  position: relative;
  z-index: 0;
  overflow: hidden; }

form.processing {
  position: relative;
  z-index: 0;
  overflow: hidden; }

button[type="submit"].button.button.single_add_to_cart_button {
  background: #debc74 !important; }
  button[type="submit"].button.button.single_add_to_cart_button:hover {
    background: #996515 !important; }

.top-bar.site-topbar a {
  padding: 0.7rem .5rem !important; }

section.woocommerce-order-details {
  overflow: hidden;
  *zoom: 1; }

a.button.wc_pip_view_invoice {
  background-color: #debc74; }
  a.button.wc_pip_view_invoice:hover {
    background-color: #9A6600; }

body.single .wpsl-gmap-canvas {
  max-width: 75%;
  float: left; }

body.single .wpsl-locations-details {
  width: 24%;
  float: right;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #333; }
  body.single .wpsl-locations-details > :first-child {
    margin-top: 0; }
  body.single .wpsl-locations-details > :last-child {
    margin-bottom: 0; }

li div.wpsl-store-location > p > strong {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

p.wpsl-contact-details {
  color: #9A6600;
  font-size: 14px !important; }
  p.wpsl-contact-details strong {
    display: none; }

.wpsl-direction-wrap {
  color: #9A6600;
  font-size: 14px; }

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-width: 2px; }

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-width: 2px; }

.promo-bar {
  background: #debc74;
  color: #fefefe;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.5625rem;
  position: fixed;
  text-align: center;
  z-index: 11;
  margin-top: -57px;
  width: 100%; }

.seamless .vc_column-inner, .seamless .wpb_content_element {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0 !important; }

.the_details {
  background: #996828;
  text-align: center;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0; }

.the_details .colored_box {
  margin-bottom: 0;
  background: #996828; }

.colored_box h3 {
  background: #52300f;
  color: white;
  padding: 8px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0;
  text-align: center; }

.colored_box {
  background: #996828;
  color: white; }

.colored_box p {
  padding: 8px;
  padding-bottom: 12px;
  text-align: center; }

.colored_box a {
  color: white; }
  .colored_box a:hover {
    color: whir; }

.translations .language .lang-name {
  display: none; }

.woocommerce .checkout_coupon .form-row {
  margin-bottom: 0; }
.woocommerce .checkout_coupon .button {
  background-color: #9A6600; }

#site-banner {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  @media screen and (min-width: 40em) {
    #site-banner {
      height: auto; } }
  @media screen and (min-width: 64em) {
    #site-banner {
      height: 58px; } }
  #site-banner .banner-wrap {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    position: relative; }
  #site-banner #countdown {
    font-weight: bold;
    font-size: 18px;
    padding: 0 4px; }
    #site-banner #countdown span {
      display: inline-block;
      padding: 0 4px; }
  #site-banner .banner-countdown {
    height: auto;
    color: white;
    margin: 0;
    text-align: center; }
    #site-banner .banner-countdown .banner-countdown-label {
      text-align: center;
      font-weight: normal;
      font-size: 13px; }
    @media screen and (min-width: 40em) {
      #site-banner .banner-countdown {
        height: auto; } }
    @media screen and (min-width: 64em) {
      #site-banner .banner-countdown {
        height: 58px; } }
  #site-banner .banner-content {
    height: auto; }
    @media screen and (min-width: 40em) {
      #site-banner .banner-content {
        height: auto; } }
    @media screen and (min-width: 64em) {
      #site-banner .banner-content {
        height: 58px; } }
  #site-banner p {
    position: relative;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      #site-banner p {
        top: auto;
        transform: none;
        font-size: 0.75rem; }
        #site-banner p strong {
          display: block; } }
    @media screen and (min-width: 40em) {
      #site-banner p {
        top: auto;
        transform: none;
        padding-top: 7px; } }
    @media screen and (min-width: 64em) {
      #site-banner p {
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0; } }
    #site-banner p .banner-headline {
      font-weight: 900; }
    #site-banner p .banner-couponcode {
      background: #fcffa9;
      color: #0a0a0a !important;
      border-radius: 3px;
      display: inline-block;
      padding: 2px 4px;
      border: 1px dashed #cacaca; }

form.row_form {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  form.row_form .gform_body {
    width: 75%;
    float: left; }
  form.row_form .gform_footer {
    width: 25%;
    float: left;
    clear: none;
    padding: 0; }
    form.row_form .gform_footer input.button {
      padding: 0.67em 1em !important;
      margin-right: 0;
      width: 100%; }

.white-popup-block {
  background: #FFF;
  padding: 20px 20px;
  text-align: left;
  max-width: 500px;
  margin: 40px auto;
  position: relative;
  color: #CDA95C; }
  .white-popup-block .block_button {
    margin-bottom: 0 !important; }
    .white-popup-block .block_button .ginput_container_phone {
      margin-top: 0 !important; }
      .white-popup-block .block_button .ginput_container_phone input {
        margin-top: 0; }
    .white-popup-block .block_button .gform_body .gfield {
      padding-right: 0; }
      .white-popup-block .block_button .gform_body .gfield .gfield_description {
        margin-bottom: 0;
        padding-bottom: 0; }
    .white-popup-block .block_button .gform_footer {
      padding-bottom: 0; }
      .white-popup-block .block_button .gform_footer input.button {
        width: 100%;
        margin: 0;
        background-color: #CDA95C; }

.link-color-inherit a {
  color: currentColor; }
  .link-color-inherit a:hover {
    color: currentColor; }

.smaller p {
  font-size: 0.8125rem !important; }

form.stacked_form {
  overflow: hidden;
  *zoom: 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  form.stacked_form .gfield {
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    form.stacked_form .gfield input#input_4_1 {
      margin-bottom: 0 !important; }
  form.stacked_form .gform_footer {
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    float: left; }
    form.stacked_form .gform_footer input.button {
      background: #9A6600;
      color: #fefefe;
      margin-right: 16px;
      width: 100% !important;
      padding: 0.85em 1em !important; }
      @media screen and (max-width: 39.9375em) {
        form.stacked_form .gform_footer input.button {
          font-size: 18px !important; } }
  form.stacked_form li.gfield.gfield_error, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    padding-right: 0;
    max-width: 100% !important; }
    form.stacked_form li.gfield.gfield_error input, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input {
      border-width: 2px !important;
      margin-bottom: 0 !important; }
      form.stacked_form li.gfield.gfield_error input::-webkit-input-placeholder, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #790000; }
      form.stacked_form li.gfield.gfield_error input::-moz-placeholder, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input::-moz-placeholder {
        /* Firefox 19+ */
        color: #790000; }
      form.stacked_form li.gfield.gfield_error input:-ms-input-placeholder, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:-ms-input-placeholder {
        /* IE 10+ */
        color: #790000; }
      form.stacked_form li.gfield.gfield_error input:-moz-placeholder, form.stacked_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:-moz-placeholder {
        /* Firefox 18- */
        color: #790000; }
  form.stacked_form input + .instruction.validation_message {
    display: none; }
  form.stacked_form .gfield_description.validation_message {
    padding-top: 0; }
  form.stacked_form .validation_error {
    display: none; }

div.gform_validation_error form.stacked_form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.colored_box .menu a:hover {
  color: #fefefe; }

@media screen and (max-width: 39.9375em) {
  .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
    float: none;
    position: relative;
    max-width: 90%;
    bottom: auto; }

  #customer_details .columns {
    padding: 0;
    width: 100%; }

  .woocommerce .order_review {
    padding: 5px; }

  #payment {
    padding-left: 0;
    padding-right: 0; }

  .woocommerce-checkout #payment div.payment_box {
    padding-left: 10px;
    padding-right: 10px; }

  .woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 8px;
    padding-bottom: 8px; }

  #stripe-payment-data > p {
    margin-bottom: 0; }

  #place_order {
    margin-bottom: 0 !important; }

  .place-order {
    margin-bottom: 0 !important; }

  .woocommerce div.cart-collaterals div.cart_coupon .input-group .columns {
    padding: 0 !important; }

  .woocommerce-cart table.cart td.actions {
    padding-left: 5px;
    padding-right: 5px; }

  .woocommerce table.shop_table {
    padding-left: 0;
    padding-right: 0; }

  .woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
    padding-left: 4px; }

  .woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
    border-left: none; }

  body.woocommerce.single .apple-pay-button-wrapper {
    display: none !important; }

  .woocommerce .quantity .qty {
    margin-bottom: 2px; }

  .tabs.wc-tabs li {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0; }

  .woocommerce a.button.open-form-link {
    background-color: #9A6600;
    width: 100%; } }
.hide {
  display: none; }

#stripe-payment-data {
  padding: 1rem; }

.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0; }

@media screen and (max-width: 39.9375em) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0 1rem 0; } }
.button.ajax_add_to_cart.loading {
  padding-right: 2.5rem !important; }

.woocommerce button.button:disabled[disabled] {
  color: #fefefe;
  opacity: .25; }

p.woocommerce-mini-cart__empty-message {
  margin-top: 1rem; }

li.wc_payment_method.payment_method_stripe label {
  width: 100%; }

#label_4_3_1 {
  line-height: 1;
  hyphens: auto; }

#field_4_3 .ginput_container_checkbox {
  margin-top: 0; }

#field_4_3 .gfield_label {
  display: none; }

#gform_wrapper_4 {
  margin-top: 8px; }

@media screen and (max-width: 39.9375em) {
  #label_4_3_1 small {
    font-size: 110%; } }
.menu.languages {
  margin-top: -1.875rem; }
  .menu.languages a {
    color: #333;
    font-size: 0.875rem; }
    .menu.languages a img {
      display: inline-block;
      margin-right: 5px;
      margin-top: -2px;
      height: 16px;
      width: 16px; }
  .menu.languages li.current a {
    font-weight: bold; }

.single_add_to_cart_button:hover {
  background: #9A6600; }
