/*
Theme Name: The Nuclear Ape Theme
Theme URI: http://www.nuclear-ape.com
Author: Hanuman Hook, Dan Conway
Author URI: http://www.nuclear-ape.com
Description: The best theme the world has seen
Version: 1.0.0
License: Not for use by anyone except Nuclear Ape personell
Text Domain: the_na_theme
*/
/* line 29, sass/variable/_mixin.scss */
.category-nav, .shop-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
}

/* line 99, sass/variable/_mixin.scss */
.top-bar .social a:hover {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}

/* line 107, sass/variable/_mixin.scss */
.logo:hover {
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
}

@font-face {
  font-family: 'vag-rounded';
  src: url("inc/vag-rounded.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vag-rounded-bold';
  src: url("inc/vag-rounded-bold.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vag-rounded-thin';
  src: url("inc/vag-rounded-thin.ttf");
  font-weight: normal;
  font-style: normal;
}
/* line 37, sass/variable/_typography.scss */
body {
  font-family: vag-rounded;
}
/* line 40, sass/variable/_typography.scss */
body span {
  font-family: vag-rounded;
}

/* line 45, sass/variable/_typography.scss */
h2 {
  font-size: 1.32em;
}

/* line 49, sass/variable/_typography.scss */
h1.entry-title {
  font-size: 1.6em;
}
@media (min-width: 810px) {
  /* line 49, sass/variable/_typography.scss */
  h1.entry-title {
    font-size: 2em;
  }
}

/* line 57, sass/variable/_typography.scss */
h1.product_title {
  font-size: 1.4em;
}
@media (min-width: 810px) {
  /* line 57, sass/variable/_typography.scss */
  h1.product_title {
    font-size: 1.4em;
  }
}
@media (min-width: 1250px) {
  /* line 57, sass/variable/_typography.scss */
  h1.product_title {
    font-size: 1.65em;
  }
}

/* line 70, sass/variable/_typography.scss */
ul {
  margin-left: 1em;
}

/* line 1, sass/bass/__normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/bass/__normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/bass/__normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/bass/__normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/bass/__normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/bass/__normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/bass/__normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/bass/__normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/bass/__normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;  
}

/* line 57, sass/bass/__normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/bass/__normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/bass/__normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/bass/__normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/bass/__normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/bass/__normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/bass/__normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/bass/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/bass/__normalize.scss */
img {
  border: 0;
}

/* line 100, sass/bass/__normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/bass/__normalize.scss */
figure {
  margin: 0; /* 1em 40px; GCJ 19/09/2017 */
}

/* line 108, sass/bass/__normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/bass/__normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/bass/__normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/bass/__normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/bass/__normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/bass/__normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/bass/__normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/bass/__normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/bass/__normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/bass/__normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/bass/__normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/bass/__normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/bass/__normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 183, sass/bass/__normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/bass/__normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/bass/__normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/bass/__normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/bass/__normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/bass/__normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/bass/__normalize.scss */
td,
th {
  padding: 0;
}

/* Text meant only for screen readers. */
/* line 2, sass/bass/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/bass/_accessibility.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 1, sass/bass/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/bass/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/bass/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, sass/bass/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* line 16, sass/bass/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
/* line 21, sass/bass/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 1, sass/bass/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/bass/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/bass/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/bass/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/* line 1, sass/bass/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

/* line 16, sass/bass/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* line 25, sass/bass/_clearings.scss */
.clear {
  clear: both;
}

/* line 1, sass/bass/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/bass/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/bass/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/bass/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/bass/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, sass/bass/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, sass/bass/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/bass/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/bass/_copy.scss */
big {
  font-size: 125%;
}

/* line 1, sass/bass/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/bass/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 15, sass/bass/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 18, sass/bass/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 24, sass/bass/_elements.scss */
hr {
  background-color: #ababab;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 31, sass/bass/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/bass/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 11, sass/bass/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 16, sass/bass/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

/* line 24, sass/bass/_fields.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/* line 1, sass/bass/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/bass/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/bass/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/bass/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/bass/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/bass/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/bass/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/bass/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/bass/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/bass/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/bass/_galleries.scss */
.gallery-caption {
  display: block;
}

/* line 1, sass/bass/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/bass/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/bass/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* line 1, sass/bass/_links.scss */
a {
  color: #575f65;
}
/* line 4, sass/bass/_links.scss */
a:visited {
  color: #575f65;
}
/* line 7, sass/bass/_links.scss */
a:hover, a:focus, a:active {
  color: #686f74;
}
/* line 12, sass/bass/_links.scss */
a:focus {
  outline: 0;
}
/* line 15, sass/bass/_links.scss */
a:hover, a:active {
  outline: 0;
}

/* line 1, sass/bass/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/bass/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/bass/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/bass/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/bass/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/bass/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 1, sass/bass/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/bass/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 1, sass/bass/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* line 7, sass/bass/_menus.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 12, sass/bass/_menus.scss */
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 20, sass/bass/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 26, sass/bass/_menus.scss */
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* line 31, sass/bass/_menus.scss */
.main-navigation ul ul a {
  width: 230px;
}
/* line 42, sass/bass/_menus.scss */
.main-navigation ul li:hover > ul {
  left: auto;
}
/* line 46, sass/bass/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 53, sass/bass/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 65, sass/bass/_menus.scss */
.menu-toggle {
  display: none;
  cursor: pointer;
}

@media (max-width: 1124px) {
  /* line 70, sass/bass/_menus.scss */
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  /* line 75, sass/bass/_menus.scss */
  .main-navigation ul {
    display: none;
  }
}
/* line 84, sass/bass/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 89, sass/bass/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 94, sass/bass/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 1, sass/bass/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 1, sass/realm/_category-nav.scss */
.category-nav {
  margin-left: -.5em;
  margin-right: -.5em;
}

/* line 8, sass/realm/_category-nav.scss */
.shop-category {
  flex-basis: 240px;
  flex-grow: 1;
  flex-shrink: 0;
  width: 400px;
  position: relative;
  border: 1px solid #dadada;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  margin: .5em;
}

/* line 22, sass/realm/_category-nav.scss */
.vertical-bar,
.horizontal-bar {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}

/* line 28, sass/realm/_category-nav.scss */
.shop-category-link {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 33, sass/realm/_category-nav.scss */
.shop-category-link .category-title {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 18px;
}
/* line 42, sass/realm/_category-nav.scss */
.shop-category-link:hover .vertical-bar {
  left: 45px;
  background-color: #222;
}
/* line 47, sass/realm/_category-nav.scss */
.shop-category-link:hover .horizontal-bar {
  bottom: 30px;
  background-color: #222;
}
/* line 52, sass/realm/_category-nav.scss */
.shop-category-link:hover .category-title {
  bottom: 40px;
  left: 61px;
}

/* line 59, sass/realm/_category-nav.scss */
.category-title,
.vertical-bar,
.horizontal-bar {
  position: absolute;
}

/* line 66, sass/realm/_category-nav.scss */
.vertical-bar {
  height: 100%;
  width: 2px;
  left: 15px;
}
/* line 71, sass/realm/_category-nav.scss */
.vertical-bar:hover {
  left: 65px;
}

/* line 76, sass/realm/_category-nav.scss */
.horizontal-bar {
  width: 100%;
  height: 2px;
  bottom: 15px;
}
/* line 81, sass/realm/_category-nav.scss */
.horizontal-bar:hover {
  bottom: 65px;
}

/* line 86, sass/realm/_category-nav.scss */
.category-title {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #222;
  bottom: 25px;
  left: 31px;
  font-weight: bold;
}
@media (min-width: 700px) {
  /* line 86, sass/realm/_category-nav.scss */
  .category-title {
    font-size: 1em;
  }
}

/* line 1, sass/realm/_content.scss */
body {
  background-attachment: fixed;
  background-image: url("img/bg.png") !important;
  color: #575f65;
  font-size: .8em;
}
@media (min-width: 600px) {
  /* line 1, sass/realm/_content.scss */
  body {
    font-size: 1.2em;
  }
}

/* line 14, sass/realm/_content.scss */
.site-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  padding: 6px;
  min-height: 65vh;
}
@media (min-width: 600px) {
  /* line 14, sass/realm/_content.scss */
  .site-content {
    width: 78.68852%;
    float: left;
    margin-right: -100%;
    margin-left: 10.65574%;
    clear: both;
    padding: 0;
  }
}
/* line 24, sass/realm/_content.scss */
.site-content hr {
  background-color: #ababab;
}

/* line 29, sass/realm/_content.scss */
ul {
  margin-left: 1em;
}

/* line 1, sass/realm/_footer.scss */
.site-footer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  font-size: .8em;
  padding: 10px;
}
@media (min-width: 1100px) {
  /* line 1, sass/realm/_footer.scss */
  .site-footer {
    width: 78.68852%;
    float: left;
    margin-right: -100%;
    margin-left: 10.65574%;
    clear: both;
  }
}
/* line 12, sass/realm/_footer.scss */
.site-footer .footer-left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  text-align: center;
}
@media (min-width: 1100px) {
  /* line 12, sass/realm/_footer.scss */
  .site-footer .footer-left {
    width: 23.80952%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
/* line 20, sass/realm/_footer.scss */
.site-footer .footer-left .wpcf7 {
  max-width: 100%;
}
/* line 24, sass/realm/_footer.scss */
.site-footer .footer-left .wpcf7-form {
  max-width: 230px;
  margin: 0 auto;
}
/* line 28, sass/realm/_footer.scss */
.site-footer .footer-left .wpcf7-form input {
  max-width: 170px;
}
@media (min-width: 600px) {
  /* line 28, sass/realm/_footer.scss */
  .site-footer .footer-left .wpcf7-form input {
    max-width: 200px;
  }
}
@media (min-width: 1100px) {
  /* line 28, sass/realm/_footer.scss */
  .site-footer .footer-left .wpcf7-form input {
    max-width: 200px;
  }
}
/* line 40, sass/realm/_footer.scss */
.site-footer .footer-left .wpcf7-form p {
  margin: 0;
}
/* line 45, sass/realm/_footer.scss */
.site-footer .footer-left .footer-menu-stuff {
  overflow: hidden;
}
@media (min-width: 1100px) {
  /* line 45, sass/realm/_footer.scss */
  .site-footer .footer-left .footer-menu-stuff {
    width: 200px;
  }
}
@media (min-width: 600px) {
  /* line 52, sass/realm/_footer.scss */
  .site-footer .footer-left .footer-menu-stuff li:first-child a {
    margin-left: 7px;
  }
}
@media (min-width: 1100px) {
  /* line 52, sass/realm/_footer.scss */
  .site-footer .footer-left .footer-menu-stuff li:first-child a {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  /* line 63, sass/realm/_footer.scss */
  .site-footer .footer-left .footer-menu-stuff li:last-child a {
    padding-right: 0;
  }
}
/* line 71, sass/realm/_footer.scss */
.site-footer .footer-banner {
  max-height: 50px;
}
/* line 76, sass/realm/_footer.scss */
.site-footer .footer-mid {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  text-align: center;
}
@media (min-width: 1100px) {
  /* line 76, sass/realm/_footer.scss */
  .site-footer .footer-mid {
    width: 47.61905%;
    float: left;
    margin-right: -100%;
    margin-left: 26.19048%;
    clear: none;
  }
}
/* line 85, sass/realm/_footer.scss */
.site-footer .footer-right {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  text-align: center;
}
@media (min-width: 1100px) {
  /* line 85, sass/realm/_footer.scss */
  .site-footer .footer-right {
    width: 23.80952%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 1%;
  }
}
/* line 94, sass/realm/_footer.scss */
.site-footer .footer-right a {
  color: #222;
  text-decoration: none;
}

/* line 1, sass/realm/_form.scss */
.wpcf7 {
  max-width: 800px;
}

/* line 1, sass/realm/_header.scss */
.site-header {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  background-position: 90% 46%;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  /* line 1, sass/realm/_header.scss */
  .site-header {
    width: 78.68852%;
    float: left;
    margin-right: -100%;
    margin-left: 10.65574%;
    clear: both;
  }
}

/* line 16, sass/realm/_header.scss */
.site-title {
  position: absolute;
  left: -9005px;
}

/* line 21, sass/realm/_header.scss */
.site-description {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 27, sass/realm/_header.scss */
.logo {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-duration: 15s;
  transition-duration: 15s;
  padding: 1em 0;
  margin: 0 auto;
  width: 215px;
}
@media (min-width: 800px) {
  /* line 27, sass/realm/_header.scss */
  .logo {
    float: left;
  }
}

/* line 45, sass/realm/_header.scss */
.search-wrap {
  width: 100%;
  position: relative;
}
@media (min-width: 800px) {
  /* line 45, sass/realm/_header.scss */
  .search-wrap {
    width: 300px;
    float: right;
    padding: 19px 0 0;
    top: 22px;
    margin-right: 7px;
  }
}
/* line 57, sass/realm/_header.scss */
.search-wrap .search-form {
  background-color: transparent;
  width: 215px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  /* line 57, sass/realm/_header.scss */
  .search-wrap .search-form {
    width: 100%;
    float: right;
  }
}
/* line 68, sass/realm/_header.scss */
.search-wrap input[type=search] {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  color: #39454e;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #eef0f0;
  clear: both;
  height: 30px;
}
/* line 78, sass/realm/_header.scss */
.search-wrap input[type=search]:focus {
  outline: #39454e auto 5px;
}

/* line 84, sass/realm/_header.scss */
.search-submit {
  opacity: .3;
  width: 26px;
  float: right;
  margin-top: -32px;
}
@media (min-width: 800px) {
  /* line 84, sass/realm/_header.scss */
  .search-submit {
    position: absolute;
    right: 2%;
    top: 58px;
  }
}

/* line 1, sass/realm/_top-bar.scss */
.top-bar {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  height: 80px;
  background-color: #eef0f0;
}
@media (min-width: 438px) {
  /* line 1, sass/realm/_top-bar.scss */
  .top-bar {
    height: 40px;
  }
}
/* line 13, sass/realm/_top-bar.scss */
.top-bar .social {
  width: 134px;
  margin: 40px auto 0;
}
@media (min-width: 438px) {
  /* line 13, sass/realm/_top-bar.scss */
  .top-bar .social {
    margin: 5px 0 0;
  }
}
@media (min-width: 600px) {
  /* line 13, sass/realm/_top-bar.scss */
  .top-bar .social {
    width: 134px;
  }
}
/* line 25, sass/realm/_top-bar.scss */
.top-bar .social a {
  text-decoration: none;
}
/* line 37, sass/realm/_top-bar.scss */
.top-bar .social-icon {
  padding-right: 10px;
}
/* line 41, sass/realm/_top-bar.scss */
.top-bar .blog-button {
  float: left;
}
@media (min-width: 600px) {
  /* line 45, sass/realm/_top-bar.scss */
  .top-bar .top-bar-wrap {
    width: 78.68852%;
    float: left;
    margin-right: -100%;
    margin-left: 10.65574%;
    clear: none;
  }
}

/* line 2, sass/navigation/_footer-menu.scss */
.menu-footer-menu-container .footer-menu-stuff {
  width: 190px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1em;
}
@media (min-width: 600px) {
  /* line 2, sass/navigation/_footer-menu.scss */
  .menu-footer-menu-container .footer-menu-stuff {
    font-size: 1em;
    padding-left: 0;
    width: 230px;
  }
}
/* line 14, sass/navigation/_footer-menu.scss */
.menu-footer-menu-container .footer-menu-stuff .menu-item {
  padding: 0;
  float: left;
  list-style: none;
  margin: 10px 0;
  font-family: vag-rounded;
  font-size: .8em;
}
/* line 23, sass/navigation/_footer-menu.scss */
.menu-footer-menu-container .footer-menu-stuff a {
  height: 30px;
  padding: 10px;
  padding-top: 5%;
  color: #a0a9ae;
  text-decoration: none;
}
/* line 32, sass/navigation/_footer-menu.scss */
.menu-footer-menu-container .footer-menu-stuff a:hover {
  color: #606568;
}

/* line 1, sass/navigation/_main-nav.scss */
.main-navigation {
  font-family: vag-rounded-thin;
}
/* line 4, sass/navigation/_main-nav.scss */
.main-navigation ul {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  font-size: 16px;
}
@media (min-width: 600px) {
  /* line 4, sass/navigation/_main-nav.scss */
  .main-navigation ul {
    width: 78.68852%;
    float: left;
    margin-right: -100%;
    margin-left: 10.65574%;
    clear: both;
  }
}
/* line 14, sass/navigation/_main-nav.scss */
.main-navigation ul li {
  border-right: 1px solid #dadada;
  font-size: 1em;
  width: 12.5%;
}
/* line 19, sass/navigation/_main-nav.scss */
.main-navigation ul li a {
  background-color: #ececec;
  display: block;
  font-size: 1.2em;
  height: 66px;
  padding: 10px 8px;
  text-align: left;
  text-decoration: none;
  color: #a0a9ae;
}
/* line 30, sass/navigation/_main-nav.scss */
.main-navigation ul li a:hover {
  color: #222;
}
/* line 37, sass/navigation/_main-nav.scss */
.main-navigation ul li.menu-item:first-child ul {
  max-width: 240px;
  margin-left: 11%;
}
/* line 41, sass/navigation/_main-nav.scss */
.main-navigation ul li.menu-item:first-child ul li:last-child {
  height: 54px;
}
/* line 46, sass/navigation/_main-nav.scss */
.main-navigation ul li.current-menu-item {
  background-color: transparent;
}
/* line 51, sass/navigation/_main-nav.scss */
.main-navigation ul li.current-menu-item a {
  background-color: transparent;
  color: #575f65;
}
/* line 1, sass/navigation/import/_sub-menu.scss */
.main-navigation ul ul {
  font-family: vag-rounded;
  font-size: 22px;
  padding: 0;
}
/* line 8, sass/navigation/import/_sub-menu.scss */
.main-navigation ul li:hover > .sub-menu:first-child {
  left: 10px;
}
/* line 12, sass/navigation/import/_sub-menu.scss */
.main-navigation ul li:hover > .sub-menu {
  background-image: url("img/ul-bg3.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top left;
  border-radius: 5px;
  top: 63px;
  left: -11%;
  width: 350px;
}
@media (min-width: 1124px) {
  /* line 12, sass/navigation/import/_sub-menu.scss */
  .main-navigation ul li:hover > .sub-menu {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
/* line 27, sass/navigation/import/_sub-menu.scss */
.main-navigation ul li:hover > .sub-menu li:hover > .sub-menu {
  background-image: url("img/ul-fly-bg3.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top left;
  border-radius: 5px;
  top: -8px;
  left: 212px;
  width: 222px;
  padding-top: 8px;
}
@media (min-width: 1124px) {
  /* line 27, sass/navigation/import/_sub-menu.scss */
  .main-navigation ul li:hover > .sub-menu li:hover > .sub-menu {
    font-size: 1em;
  }
}
/* line 45, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .current-menu-item {
  border-top: 0;
}
/* line 49, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item {
  box-shadow: none;
  width: auto;
  max-width: 100%;
  height: 46px;
  clear: both;
  background-color: #39454e;
  border-right: 0;
}
/* line 58, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item:first-child {
  margin-top: 10px;
}
/* line 70, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item a {
  background-color: transparent;
  width: 350px;
  color: #b3b3b3;
  height: 40px;
  border-right: 0;
  background-image: none;
}
/* line 79, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 84, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item .sub-menu {
  padding-top: 0;
}
/* line 87, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item .sub-menu .menu-item {
  background-color: transparent;
  left: 12px;
}
/* line 91, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item .sub-menu .menu-item a {
  background-color: transparent;
}
/* line 95, sass/navigation/import/_sub-menu.scss */
.main-navigation ul .sub-menu .menu-item .sub-menu .menu-item:first-child {
  margin-top: 0;
}

/* line 1, sass/navigation/_small-nav.scss */
.toggle-wrap {
  width: 110px;
  height: 80px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 1124px) {
  /* line 1, sass/navigation/_small-nav.scss */
  .toggle-wrap {
    display: none;
  }
}

/* line 15, sass/navigation/_small-nav.scss */
.menu-toggle {
  background-image: url("img/menu-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
  width: 80px;
}
@media (min-width: 600px) {
  /* line 15, sass/navigation/_small-nav.scss */
  .menu-toggle {
    padding-left: 38px;
  }
}

@media (max-width: 1124px) {
  /* line 32, sass/navigation/_small-nav.scss */
  .main-navigation a {
    color: #222;
    font-size: 1.4em;
    width: 80px;
    margin: 0 auto;
  }
}
/* line 43, sass/navigation/_small-nav.scss */
.mm-list li a {
  color: #000 !important;
}

/* line 1, sass/navigation/_top-bar-nav.scss */
.top-bar-nav {
  margin-top: -74px;
}
@media (min-width: 438px) {
  /* line 1, sass/navigation/_top-bar-nav.scss */
  .top-bar-nav {
    margin-top: -42px;
  }
}

/* line 12, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list {
  font-size: .8em;
  list-style: none;
  margin-left: 0;
  float: right;
  margin-top: 14px;
  padding-left: 0;
}
@media (min-width: 600px) {
  /* line 12, sass/navigation/_top-bar-nav.scss */
  .top-bar-menu-list {
    margin-top: 10px;
    padding-left: 30px;
  }
}
/* line 26, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item {
  float: left;
}
/* line 30, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item:first-child a {
  padding-right: 4px;
}
/* line 35, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item:last-child {
  margin-top: 20px;
}
@media (min-width: 284px) {
  /* line 35, sass/navigation/_top-bar-nav.scss */
  .top-bar-menu-list .menu-item:last-child {
    margin-top: 0;
  }
}
/* line 43, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item a {
  color: #a0a9ae;
  height: 30px;
  padding: 14px;
  text-decoration: none;
}
@media (min-width: 600px) {
  /* line 43, sass/navigation/_top-bar-nav.scss */
  .top-bar-menu-list .menu-item a {
    padding: 10px;
  }
}
/* line 53, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item a:hover {
  color: #606568;
}
/* line 58, sass/navigation/_top-bar-nav.scss */
.top-bar-menu-list .menu-item .cart-contents {
  padding: 0;
}

/* line 3, sass/template/_cart.scss */
.woocommerce-cart table.shop_table th {
  text-align: left !important;
}
/* line 8, sass/template/_cart.scss */
.woocommerce-cart .variation dt {
  width: 86px;
}
/* line 13, sass/template/_cart.scss */
.woocommerce-cart table.shop_table td {
  padding: 0 !important;
}
@media (min-width: 430px) {
  /* line 13, sass/template/_cart.scss */
  .woocommerce-cart table.shop_table td {
    padding: 6px 12px !important;
  }
}
/* line 25, sass/template/_cart.scss */
.woocommerce-cart table.shop_table td.actions {
  padding: .53em !important;
  padding-bottom: 0 !important;
}
/* line 31, sass/template/_cart.scss */
.woocommerce-cart .shipping-calculator-button {
  display: none !important;
}
/* line 35, sass/template/_cart.scss */
.woocommerce-cart .shipping-calculator-form {
  display: block !important;
}
/* line 39, sass/template/_cart.scss */
.woocommerce-cart .cross-sells-1 {
  display: none;
}
/* line 43, sass/template/_cart.scss */
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
/* line 46, sass/template/_cart.scss */
.woocommerce-cart .cart_totals table {
  border-collapse: collapse !important;
}
/* line 50, sass/template/_cart.scss */
.woocommerce-cart .cart_totals tr {
  border-top: 1px solid #dadada;
}
/* line 54, sass/template/_cart.scss */
.woocommerce-cart .cart_totals .order-total {
  background-color: #ccc;
}
/* line 58, sass/template/_cart.scss */
.woocommerce-cart .cart_totals .checkout-button {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 !important;
  background-color: #fbb829 !important;
  width: 200px !important;
  float: right !important;
}
/* line 65, sass/template/_cart.scss */
.woocommerce-cart .cart_totals .checkout-button:hover {
  background-color: #fcc654 !important;
}
/* line 70, sass/template/_cart.scss */
.woocommerce-cart .cart_totals .paypal_box_button {
  margin-top: 16px;
}
/* line 75, sass/template/_cart.scss */
.woocommerce-cart .actions {
  padding: .53em .53em 0 .53em !important;
}
/* line 78, sass/template/_cart.scss */
.woocommerce-cart .actions .input-text {
  width: 140px !important;
  line-height: 22px !important;
}
/* line 83, sass/template/_cart.scss */
.woocommerce-cart .actions .button {
  max-width: 120px;
}
@media (min-width: 600px) {
  /* line 83, sass/template/_cart.scss */
  .woocommerce-cart .actions .button {
    max-width: 160px;
    max-height: 34px;
    padding-top: 8px;
  }
}
/* line 96, sass/template/_cart.scss */
.woocommerce-cart .coupon {
  display: none;
}
/* line 100, sass/template/_cart.scss */
.woocommerce-cart .button {
  float: right !important;
  margin: 0 !important;
}

/* line 106, sass/template/_cart.scss */
.woocommerce-cart table.cart .attachment-shop_thumbnail {
  width: 180px !important;
}

/* line 110, sass/template/_cart.scss */
.tbl_main {
  margin: 0 !important;
  color: blue;
}

/* line 115, sass/template/_cart.scss */
.woocommerce td.product-quantity {
  min-width: 60px !important;
}

/* line 126, sass/template/_cart.scss */
.cart-collaterals {
  display: none;
}

/* line 133, sass/template/_cart.scss */
.dave-total {
  width: 200px;
  position: relative;
  float: right;
  text-align: right;
  margin-right: 1.5%;
  margin-bottom: 1em;
  top: -16px;
}

/* line 143, sass/template/_cart.scss */
.converter {
  text-align: center;
}

/* line 147, sass/template/_cart.scss */
.wc-proceed-to-checkout {
  clear: both !important;
  float: right !important;
  margin-right: -3px;
  padding-top: 0;
  margin-top: -26px;
  margin-left: 10px;
  margin-top: 40px;
}

/* line 160, sass/template/_cart.scss */
a.checkout-button {
  padding: .7em !important;
}

@media (min-width: 600px) {
  /* line 164, sass/template/_cart.scss */
  .converter {
    max-width: 50%;
    float: left;
    top: -120px;
    position: relative;
  }
}

/* line 174, sass/template/_cart.scss */
.calc-wrap {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  clear: both;
  font-size: 18px;
}
@media (min-width: 600px) {
  /* line 174, sass/template/_cart.scss */
  .calc-wrap {
    margin-top: 0;
    position: relative;
    top: -30px;
    font-size: 20px;
    font-weight: normal;
  }
}

/* line 190, sass/template/_cart.scss */
.calc-img {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 80px;
  margin: 0 auto;
}
/* line 195, sass/template/_cart.scss */
.calc-img:hover {
  filter: opacity(0.6);
  -webkit-filter: opacity(0.6);
}

/* line 201, sass/template/_cart.scss */
.cross-sells-2 {
  z-index: -5;
}
@media (min-width: 600px) {
  /* line 201, sass/template/_cart.scss */
  .cross-sells-2 {
    position: relative;
    top: -140px;
  }
}

/* line 2, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce input.button.alt {
  background-color: #fbb829 !important;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 7, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce input.button.alt:hover {
  box-shadow: none;
  background-color: #717d62 !important;
}
/* line 13, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-info {
  border-top-color: #515151;
}
/* line 16, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-info::before {
  display: none;
  color: #515151;
}
/* line 22, sass/template/_checkout.scss */
.woocommerce-checkout a {
  color: #222;
  text-decoration: none;
}
/* line 27, sass/template/_checkout.scss */
.woocommerce-checkout .login {
  padding: 12px !important;
}
/* line 31, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 35, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-cart table.cart img {
  width: 180px !important;
}
/* line 39, sass/template/_checkout.scss */
.woocommerce-checkout .product-name .product-quantity {
  color: #898f93;
}
/* line 43, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce td.product-name dl.variation {
  color: #898f93;
  margin-top: 20px !important;
}
/* line 48, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
  margin-bottom: 0 !important;
}
/* line 52, sass/template/_checkout.scss */
.woocommerce-checkout .variation-pa_size {
  margin-left: 75px;
}
/* line 56, sass/template/_checkout.scss */
.woocommerce-checkout address {
  font-style: normal;
}
/* line 60, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce td.product-name dl.variation dd.variation-Size {
  margin-left: 51px !important;
}
@media (min-width: 600px) {
  /* line 60, sass/template/_checkout.scss */
  .woocommerce-checkout .woocommerce td.product-name dl.variation dd.variation-Size {
    margin-left: 77px !important;
  }
}
/* line 69, sass/template/_checkout.scss */
.woocommerce-checkout .checkoutStatus {
  font-size: 1em;
}
/* line 73, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment {
  background: 0;
}
/* line 76, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment .about_paypal {
  display: none;
}
/* line 80, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment .payments_methods {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 83, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment .payments_methods li {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 88, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 5px;
}
/* line 94, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
  display: none !important;
}
/* line 98, sass/template/_checkout.scss */
.woocommerce-checkout .woocommerce-checkout-payment {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 103, sass/template/_checkout.scss */
.woocommerce-checkout thead .product-total {
  border: 0;
}
/* line 109, sass/template/_checkout.scss */
.woocommerce-checkout tbody .product-total {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 114, sass/template/_checkout.scss */
.woocommerce-checkout tfoot td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 120, sass/template/_checkout.scss */
table.cart td.actions .input-text {
  margin-bottom: 0 !important;
}

/* line 126, sass/template/_checkout.scss */
#calc_shipping_state,
#calc_shipping_postcode {
  display: none;
}

/* line 140, sass/template/_checkout.scss */
.page-id-794 .variation p {
  margin: 0 20px;
}
/* line 143, sass/template/_checkout.scss */
.page-id-794 .variation dd {
  margin: 0 !important;
}

/* line 2, sass/template/_single-product.scss */
.single-product .images {
  width: 350px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
@media (min-width: 769px) {
  /* line 2, sass/template/_single-product.scss */
  .single-product .images {
    margin: 0 !important;
  }
}
/* line 12, sass/template/_single-product.scss */
.single-product .wp-post-image {
  width: auto !important;
}
/* line 16, sass/template/_single-product.scss */
.single-product .attachment-shop_single {
  margin-left: 0 !important;
}
/* line 20, sass/template/_single-product.scss */
.single-product .price {
  display: none;
}
@media (min-width: 769px) {
  /* line 24, sass/template/_single-product.scss */
  .single-product .entry-summary {
    float: left !important;
    margin-left: 6%;
    margin-top: 1em;
  }
  /* line 30, sass/template/_single-product.scss */
  .single-product .entry-summary .entry-title {
    margin-bottom: 0;
  }
  /* line 34, sass/template/_single-product.scss */
  .single-product .entry-summary .short-description {
    height: 4em;
    overflow: auto;
  }
  /* line 38, sass/template/_single-product.scss */
  .single-product .entry-summary .short-description p {
    margin: 0 !important;
  }
}
/* line 45, sass/template/_single-product.scss */
.single-product form.cart {
  max-width: 298px;
  margin-top: 20px;
}
/* line 49, sass/template/_single-product.scss */
.single-product form.cart .angelleye_buton_box_relative {
  top: 31px !important;
}
/* line 53, sass/template/_single-product.scss */
.single-product form.cart button.single_add_to_cart_button {
  float: right !important;
  margin-top: -14px !important;
  margin-left: 70px !important;
  background-color: #fbb829 !important;
}
/* line 59, sass/template/_single-product.scss */
.single-product form.cart button.single_add_to_cart_button:hover {
  background-color: #fcc654 !important;
  color: #cccccc;
}
/* line 66, sass/template/_single-product.scss */
.single-product #pa_size,
.single-product #pa_wrapping,
.single-product #pa_fragrance {
  margin-bottom: 20px;
  width: 200px;
  max-width: 100%;
  height: 42px;
  background: none #dddddd;
}
/* line 76, sass/template/_single-product.scss */
.single-product .label {
  padding-top: 8px !important;
}
/* line 81, sass/template/_single-product.scss */
.single-product .product-type-variable .product_type_variable {
  display: none;
}
/* line 86, sass/template/_single-product.scss */
.single-product .product_meta {
  display: none;
}
/* line 90, sass/template/_single-product.scss */
.single-product .product-award-images {
  margin-top: 40px;
}
@media (min-width: 1250px) {
  /* line 90, sass/template/_single-product.scss */
  .single-product .product-award-images {
    margin-top: 32px;
  }
}
/* line 101, sass/template/_single-product.scss */
.single-product .related-products .products li.product h3 {
  text-align: center !important;
}
/* line 109, sass/template/_single-product.scss */
.single-product .single_variation .price {
  margin: 20px 0;
  display: block;
}
/* line 113, sass/template/_single-product.scss */
.single-product .single_variation .price .amount {
  color: #404040;
}
/* line 119, sass/template/_single-product.scss */
.single-product .thumbnails {
  height: auto;
  max-height: 236px;
  overflow: auto;
  padding-top: 0 !important;
  margin: 1em 0;
  clear: both;
}
/* line 127, sass/template/_single-product.scss */
.single-product .thumbnails a:nth-last-child(-n+3) {
  margin-bottom: 0 !important;
}
/* line 132, sass/template/_single-product.scss */
.single-product .woocommerce #content div.product .woocommerce-tabs {
  width: 92% !important;
}
/* line 137, sass/template/_single-product.scss */
.single-product .wc-tabs {
  margin-bottom: 0 !important;
}
/* line 140, sass/template/_single-product.scss */
.single-product .wc-tabs:before {
  border-bottom: 0 !important;
}
/* line 145, sass/template/_single-product.scss */
.single-product .wc-tabs-wrapper {
  margin-left: -1em;
}
/* line 149, sass/template/_single-product.scss */
.single-product .quantity {
  margin: -6px 4px 15px 0 !important;
}
@media (min-width: 600px) {
  /* line 149, sass/template/_single-product.scss */
  .single-product .quantity {
    margin: 0 4px 0 0;
  }
}
/* line 158, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li {
  content: none !important;
  background-color: #e2e2e2 !important;
  border: 0 !important;
  border-right: 1px solid #b7b7b7 !important;
  margin: 0 -1px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #b7b7b7 !important;
}
@media (min-width: 600px) {
  /* line 158, sass/template/_single-product.scss */
  .single-product .woocommerce-tabs .wc-tabs li {
    margin: 0 -2px !important;
  }
}
/* line 172, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li:after {
  content: none !important;
}
/* line 176, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li:before {
  content: none !important;
}
/* line 180, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li:first-child {
  border-left: 1px solid #b7b7b7 !important;
}
/* line 184, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li a {
  font-weight: normal !important;
  font-family: vag-rounded !important;
  color: #a0a9ae !important;
  background-color: transparent !important;
  padding: 1em !important;
  text-decoration: none !important;
}
/* line 193, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .wc-tabs li a:hover {
  color: #222 !important;
}
/* line 200, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .panel {
  max-width: 900px !important;
  margin-left: 16px !important;
}
/* line 204, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .panel ul {
  margin: 20px 0;
}
/* line 208, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .panel li {
  background-color: transparent !important;
  border-right: 0 !important;
}
/* line 213, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .panel blockquote {
  margin: 0 1.5;
}
/* line 219, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .comment-form-email label {
  margin-right: 5px !important;
}
/* line 224, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .commentlist {
  padding-left: 0;
}
/* line 228, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .active {
  border-bottom: 0 !important;
  background: 0 !important;
}
/* line 233, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .comment-text {
  background-color: #e8e6e6;
  margin: 0 !important;
}
/* line 237, sass/template/_single-product.scss */
.single-product .woocommerce-tabs .comment-text .meta {
  display: none;
}

/* line 1, sass/template/_woocommerce.scss */
.woocommerce-page {
  font-family: vag-rounded;
}
/* line 4, sass/template/_woocommerce.scss */
.woocommerce-page span {
  font-family: vag-rounded;
}
/* line 7, sass/template/_woocommerce.scss */
.woocommerce-page .widget-area {
  display: none;
}
/* line 11, sass/template/_woocommerce.scss */
.woocommerce-page .woocommerce-breadcrumb {
  display: none;
}
/* line 19, sass/template/_woocommerce.scss */
.woocommerce-page .attachment-shop_thumbnail {
  max-width: 200px;
}
/* line 23, sass/template/_woocommerce.scss */
.woocommerce-page .add_to_cart_button {
  padding: 10px;
}
/* line 27, sass/template/_woocommerce.scss */
.woocommerce-page .woocommerce-ordering {
  display: none !important;
}
/* line 31, sass/template/_woocommerce.scss */
.woocommerce-page .reset_variations {
  opacity: 0;
  height: 0;
  display: none !important;
}
/* line 38, sass/template/_woocommerce.scss */
.woocommerce-page .cart .price {
  display: block;
}
/* line 43, sass/template/_woocommerce.scss */
.woocommerce-page .variations {
  margin-bottom: 5px;
}
/* line 47, sass/template/_woocommerce.scss */
.woocommerce-page .login {
  max-width: 400px;
  background-color: #c5dada;
  box-shadow: 1px 1px 6px -3px #222;
}
/* line 52, sass/template/_woocommerce.scss */
.woocommerce-page .login input.button {
  background-color: #eef0f0;
  box-shadow: none;
}
/* line 57, sass/template/_woocommerce.scss */
.woocommerce-page .login input.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 63, sass/template/_woocommerce.scss */
.woocommerce-page .register {
  max-width: 600px;
}
/* line 68, sass/template/_woocommerce.scss */
.woocommerce-page .variation p {
  margin-top: 0;
}
/* line 76, sass/template/_woocommerce.scss */
.woocommerce-page #pa_size :first-child,
.woocommerce-page #pa_wrapping :first-child,
.woocommerce-page #pa_fragrance :first-child {
  display: none;
}

/* line 82, sass/template/_woocommerce.scss */
.button,
.edit {
  background-color: #fbb829 !important;
  color: #fff !important;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 89, sass/template/_woocommerce.scss */
.button:hover,
.edit:hover {
  box-shadow: none !important;
  background-color: #fcc654 !important;
}

/* line 95, sass/template/_woocommerce.scss */
.woocommerce .woocommerce-message {
  background-color: #e0e0e0 !important;
  top: 30px;
}

/* line 100, sass/template/_woocommerce.scss */
ul.products {
  text-align: center;
}
/* line 103, sass/template/_woocommerce.scss */
ul.products li.product {
  float: none !important;
  margin: 20px !important;
  width: 250px !important;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1086px) {
  /* line 103, sass/template/_woocommerce.scss */
  ul.products li.product {
    margin: 20px 55px !important;
  }
}
@media (min-width: 1432px) {
  /* line 103, sass/template/_woocommerce.scss */
  ul.products li.product {
    margin: 20px 10px !important;
  }
}
/* line 119, sass/template/_woocommerce.scss */
ul.products li.product .price {
  display: none !important;
}
/* line 123, sass/template/_woocommerce.scss */
ul.products li.product h3 {
  padding: 0 !important;
}
/* line 127, sass/template/_woocommerce.scss */
ul.products li.product img {
  width: auto !important;
  margin: 0 auto 1em !important;
}
/* line 134, sass/template/_woocommerce.scss */
ul.products a {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 1em;
}
/* line 140, sass/template/_woocommerce.scss */
ul.products a:visited {
  color: #575f65;
}
/* line 144, sass/template/_woocommerce.scss */
ul.products a:hover {
  color: #464c51;
}
/* line 149, sass/template/_woocommerce.scss */
ul.products a.button {
  display: none;
}

/* line 158, sass/template/_woocommerce.scss */
.price-wrap {
  color: #717d62 !important;
}

/* line 4, sass/page/_contact.scss */
.page-template-page-split .entry-content .disclaimer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
/* line 8, sass/page/_contact.scss */
.page-template-page-split .entry-content .left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
@media (min-width: 900px) {
  /* line 8, sass/page/_contact.scss */
  .page-template-page-split .entry-content .left {
    width: 47.05882%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}
/* line 16, sass/page/_contact.scss */
.page-template-page-split .entry-content .right {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
@media (min-width: 900px) {
  /* line 16, sass/page/_contact.scss */
  .page-template-page-split .entry-content .right {
    width: 47.05882%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
/* line 24, sass/page/_contact.scss */
.page-template-page-split .entry-content .lower-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

/* line 33, sass/page/_contact.scss */
.wpcf7 input {
  width: 100%;
  max-width: 500px;
}

/* line 39, sass/page/_contact.scss */
input.wpcf7-submit {
  max-width: 66px;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #d0d0d0;
}

/* line 2, sass/page/_four-oh-four.scss */
.site-main .search-submit {
  display: none;
}

/* line 6, sass/page/_home.scss */
.home .mobile-slide {
  display: block;
}
@media (min-width: 800px) {
  /* line 6, sass/page/_home.scss */
  .home .mobile-slide {
    display: none;
  }
}
/* line 14, sass/page/_home.scss */
.home .full-slide {
  display: none;
}
@media (min-width: 800px) {
  /* line 14, sass/page/_home.scss */
  .home .full-slide {
    display: block;
  }
}
/* line 2, sass/page/import/_home-layout.scss */
.home .entry-content .left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
@media (min-width: 900px) {
  /* line 2, sass/page/import/_home-layout.scss */
  .home .entry-content .left {
    width: 47.61905%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}
/* line 9, sass/page/import/_home-layout.scss */
.home .entry-content .right {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
@media (min-width: 900px) {
  /* line 9, sass/page/import/_home-layout.scss */
  .home .entry-content .right {
    width: 47.61905%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
/* line 27, sass/page/_home.scss */
.home .featured-home .woocommerce {
  margin-left: -10px;
}
/* line 41, sass/page/_home.scss */
.home .featured-home .product {
  max-width: 100%;
}
/* line 52, sass/page/_home.scss */
.home .featured-home .product img {
  max-width: 250px;
  max-height: 250px;
}

/* line 2, sass/page/_my-account.scss */
.woocommerce-account .edit {
  float: right;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
  color: #222;
}
/* line 11, sass/page/_my-account.scss */
.woocommerce-account address {
  font-style: normal;
}

/* line 2, sass/page/_news-single.scss */
.single .entry-meta {
  display: none;
}
/* line 6, sass/page/_news-single.scss */
.single .form-allowed-tags {
  display: none;
}
/* line 10, sass/page/_news-single.scss */
.single .wp-post-image {
  float: left;
  margin: 20px;
}
/* line 15, sass/page/_news-single.scss */
.single .nav-previous,
.single .nav-next {
  padding: 14px;
  max-width: 100%;
  width: 100%;
  clear: both;
}
@media (min-width: 500px) {
  /* line 15, sass/page/_news-single.scss */
  .single .nav-previous,
  .single .nav-next {
    max-width: 45%;
    width: 45%;
    clear: none;
  }
}
/* line 28, sass/page/_news-single.scss */
.single .nav-previous a,
.single .nav-next a {
  color: #222;
}
/* line 33, sass/page/_news-single.scss */
.single .nav-previous {
  padding-left: 47px;
  background-image: url("img/prev.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
/* line 41, sass/page/_news-single.scss */
.single .nav-next {
  padding-right: 47px;
  background-image: url("img/next.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 100% 8px;
}
/* line 49, sass/page/_news-single.scss */
.single .comment-reply-title {
  margin-bottom: 10px;
}
/* line 53, sass/page/_news-single.scss */
.single .submit {
  background-color: #4d5c3b;
  box-shadow: none;
  padding: 14px;
  color: #fff;
}
/* line 59, sass/page/_news-single.scss */
.single .submit:hover {
  background-color: #5f6c4f;
  box-shadow: none;
}
/* line 65, sass/page/_news-single.scss */
.single .logged-in-as {
  display: none;
}
/* line 69, sass/page/_news-single.scss */
.single .comment-form-comment {
  margin-top: 0;
}
/* line 72, sass/page/_news-single.scss */
.single .comment-form-comment label {
  display: none;
}

/* line 2, sass/page/_news.scss */
.blog .entry-meta {
  display: none;
}
/* line 8, sass/page/_news.scss */
.blog h2 {
  font-size: 1.4em;
}
/* line 13, sass/page/_news.scss */
.blog .index-banner {
  width: 100%;
  height: 200px;
  background-image: url("img/news-header-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 600px) {
  /* line 13, sass/page/_news.scss */
  .blog .index-banner {
    height: 300px;
  }
}
/* line 25, sass/page/_news.scss */
.blog .post {
  padding: 30px;
  margin: 30px auto;
  overflow: auto;
}
/* line 33, sass/page/_news.scss */
.blog .post a {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #222;
  text-decoration: none;
}
/* line 39, sass/page/_news.scss */
.blog .post a:hover {
  color: #646464;
}
/* line 44, sass/page/_news.scss */
.blog .entry-content {
  overflow: auto;
  padding: 10px;
  margin-top: 2%;
  background-color: #e8e6e6;
  box-shadow: 1px 0 6px -2px #404040;
}
/* line 52, sass/page/_news.scss */
.blog .comments-link {
  display: none;
}
/* line 56, sass/page/_news.scss */
.blog .wp-post-image {
  margin: 20px auto;
  float: none;
  width: 400px;
  max-width: 100%;
}
@media (min-width: 910px) {
  /* line 56, sass/page/_news.scss */
  .blog .wp-post-image {
    max-height: 300px;
    width: auto;
    float: left;
    margin: 20px;
  }
}
/* line 71, sass/page/_news.scss */
.blog .tags-links {
  display: none;
}

/* line 2, sass/page/_register.scss */
.page-id-1567 .register {
  max-width: 410px;
  background-color: #c5dada;
  box-shadow: 1px 1px 6px -3px #222;
}
/* line 7, sass/page/_register.scss */
.page-id-1567 .register input.button {
  background-color: #eef0f0;
  box-shadow: none;
}
/* line 12, sass/page/_register.scss */
.page-id-1567 .register input.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 19, sass/page/_register.scss */
.page-id-1567 .registration-form h2 {
  display: none;
}

/* line 2, sass/page/_search-results.scss */
.search-results .page-description {
  display: none;
}

/* No files to import found in vendor/** */

/* GCJ edits 19/09/2017 */



abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
} /* Fix for dotted underline on abbr see https://stackoverflow.com/questions/26276556/remove-underlining-caused-by-abbr-tag */


/* GCJ edits 21/09/2017 fix the product image gallery to 4 per line */

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { width: 33.3333%;}