/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@font-face {
  font-family: 'si';
  src: url("../fonts/socicon.eot");
  src: url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(../fonts/socicon.svg) format(svg); } }
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    -webkit-backface-visibility: hidden;
    /* Hide the slides before the JS is loaded. Avoids image jumping */ }
  .flexslider .slides img {
    max-width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    /* Clearfix for the .slides element */
    visibility: hidden;
    line-height: 0;
    height: 0; }

/* FlexSlider Theme
*********************************/
.flexslider {
  margin: 0 0 40px;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav a {
  cursor: pointer;
  display: block;
  height: 35px;
  margin: -22px 0 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  outline: none;
  -webkit-transition: all .3s ease;
  width: 35px;
  z-index: 10; }
.flex-direction-nav .flex-next {
  right: 5px;
  background: url(../images/arrow-right.svg) no-repeat 0 0; }
.flex-direction-nav .flex-prev {
  left: 5px;
  background: url(../images/arrow-left.svg) no-repeat 0 0; }
.flex-direction-nav:hover .flex-next,
.flex-direction-nav:hover .flex-prev {
  cursor: pointer;
  opacity: 0.8; }
  .flex-direction-nav:hover .flex-next.flex-disabled,
  .flex-direction-nav:hover .flex-prev.flex-disabled {
    opacity: 0;
    cursor: default; }
.flex-direction-nav:hover, .flex-direction-nav:active, .flex-direction-nav:focus {
  outline: none; }
.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: 0; }

.front-page-carousel .flex-direction-nav .flex-next {
  right: 10px;
  background: url(../images/arrow-right.svg) no-repeat 0 0; }
.front-page-carousel .flex-direction-nav .flex-prev {
  left: 10px;
  background: url(../images/arrow-left.svg) no-repeat 0 0; }

/* Control Nav */
.flex-control-nav {
  bottom: -40px;
  position: absolute;
  text-align: center;
  width: 100%; }

.flex-control-paging li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline; }
  .flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
    .flex-control-paging li a:hover {
      background: #333;
      background: rgba(0, 0, 0, 0.7); }
    .flex-control-paging li a .flex-active {
      background: #000;
      background: rgba(0, 0, 0, 0.9);
      cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%; }
  .flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader {
  color: #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;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.header-content {
  background: #afe3e2; }

.header-content-inner {
  position: relative; }

.site-header {
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative; }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }
  .site-header a {
    color: #007680; }
  .site-header .logo img, .site-header .logo svg {
    margin-top: 10px;
    width: 154px;
    height: 100px; }
    @media screen and (max-width: 500px) {
      .site-header .logo img, .site-header .logo svg {
        width: 144px;
        height: 95px; } }
  .site-header .logo svg .dashed {
    stroke-width: 3px; }
  .site-header .logo {
    float: left; }
  .site-header .menu {
    float: right;
    margin-top: 91px; }
  .site-header .header-right {
    position: absolute;
    right: 10px;
    margin-top: 10px; }
    @media screen and (max-width: 940px) {
      .site-header .header-right {
        position: absolute;
        top: 10px;
        right: 10px; } }
    .site-header .header-right hr {
      width: 100%;
      height: 1px;
      border: 0; }
    .site-header .header-right .dotted {
      border-bottom: 2px dotted #007680; }
    .site-header .header-right .mobile-menu-toggle {
      display: none; }
  .site-header .cart-container::after {
    clear: both;
    content: "";
    display: table; }
  .site-header .cart-container .cart {
    float: right; }
    @media screen and (max-width: 500px) {
      .site-header .cart-container .cart {
        float: none; } }
  .site-header .cart-container .search {
    padding-top: 13px;
    float: left; }
    @media screen and (max-width: 500px) {
      .site-header .cart-container .search {
        float: none;
        padding-top: 9px;
        display: block;
        text-align: right; } }
  .site-header .cart-dropdown {
    display: none;
    position: absolute;
    width: 270px;
    right: 0;
    top: 25px;
    z-index: 100;
    text-transform: none;
    font-size: 11px;
    color: #000;
    font-weight: 400; }
    @media screen and (max-width: 783px) {
      .site-header .cart-dropdown {
        top: 65px; } }
  .site-header .cart-dropdown-inner {
    padding: 10px;
    margin-top: 18px;
    background: white; }
  .site-header .arrow {
    height: 14px;
    margin-top: 0; }
    .site-header .arrow svg {
      position: absolute;
      top: 18px;
      right: 60px; }
  .site-header .items {
    margin: 0;
    padding: 0; }
    .site-header .items li {
      list-style: none;
      padding-bottom: 10px; }
      .site-header .items li::after {
        clear: both;
        content: "";
        display: table; }
  .site-header .thumbnail {
    float: left;
    padding-right: 10px; }
  .site-header .detail {
    display: block; }
  .site-header .cart-empty {
    font-size: 12px;
    text-align: center;
    margin: 10px 0; }
  .site-header .title {
    display: block;
    font-weight: 400;
    padding-bottom: 5px; }
  .site-header .remove-item-link {
    float: right;
    font-size: 14px;
    margin-top: -3px;
    font-weight: 600; }
  .site-header .price {
    float: right;
    width: 80px;
    text-align: right;
    font-weight: 600; }
  .site-header .summary {
    background-color: white;
    padding: 10px 0; }
    .site-header .summary::after {
      clear: both;
      content: "";
      display: table; }
  .site-header .total-container {
    padding: 5px 0 30px; }
  .site-header a.button {
    display: inline-block;
    padding-top: 5px;
    color: white;
    width: 100%; }
  .site-header .total {
    text-transform: uppercase;
    font-weight: 600; }
  .site-header .login-out {
    display: block;
    text-align: right;
    padding-bottom: 5px; }
  .site-header .search {
    padding-right: 5px; }
    .site-header .search svg {
      position: relative;
      top: 0px;
      left: -4px; }
  .site-header .cart {
    padding: 10px;
    width: 140px;
    text-align: center;
    border: 1px solid;
    padding-left: 40px;
    background: white url(../images/basket.svg) no-repeat 10px center; }
    @media screen and (max-width: 783px) {
      .site-header .cart {
        width: 180px; } }
    @media screen and (max-width: 500px) {
      .site-header .cart {
        width: 140px; } }

.header-search-container {
  display: none;
  background: rgba(175, 227, 226, 0.5); }

.search-form-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px; }
  .search-form-inner::after {
    clear: both;
    content: "";
    display: table; }
  .search-form-inner .search-field {
    border: none;
    background: none;
    font-size: 14px;
    width: 75%;
    height: 30px;
    margin-top: 10px;
    padding: 0;
    font-weight: 400; }
    .search-form-inner .search-field:focus {
      outline: none; }
    @media screen and (max-width: 500px) {
      .search-form-inner .search-field {
        width: 60%;
        font-size: 16px;
        float: left; } }
  .search-form-inner .button {
    margin-top: 10px;
    width: 20%;
    float: right; }
    @media screen and (max-width: 500px) {
      .search-form-inner .button {
        width: 30%; } }

.primary-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  .primary-menu li {
    height: 23px;
    display: inline-block;
    margin-left: 15px; }
    .primary-menu li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 940px) {
      .primary-menu li {
        height: 20px; } }
  .primary-menu a.main-a {
    display: block;
    height: 100%; }

.child-terms {
  display: none;
  background: #afe3e2;
  padding: 15px 30px 30px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100; }
  .child-terms li {
    display: block !important;
    margin: 15px 0 0;
    height: auto; }
    .child-terms li.a-parent {
      display: none; }
    .child-terms li a {
      text-transform: none; }

ul.grandchild-terms {
  display: block;
  padding: 0 0 0 7px; }
  ul.grandchild-terms li {
    display: block;
    margin: 0;
    width: 100%; }
    ul.grandchild-terms li a {
      font-weight: 400; }

.nav-menu-cols {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
  padding: 10px; }
  .nav-menu-cols:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .nav-menu-cols {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0px; }
      .nav-menu-cols:last-child {
        margin-right: 0; }
      .nav-menu-cols:last-child {
        border-bottom: 1px dotted #007680; } }

#breadcrumbs {
  margin-bottom: 30px; }

@media screen and (max-width: 783px) {
  .header-content {
    padding: 0; }

  .site-header {
    height: auto; }
    .site-header .menu {
      position: initial;
      margin: 0 -10px;
      padding-top: 20px;
      width: auto;
      display: block;
      clear: both;
      float: none; }
    .site-header .primary-menu {
      display: none;
      text-align: left; }
      .site-header .primary-menu li {
        display: block;
        margin-left: 0;
        height: auto;
        border-top: 1px dotted #007680; }
        .site-header .primary-menu li:first-child {
          border-top: none; }
        .site-header .primary-menu li:last-child {
          border-bottom: 1px solid #007680; }
        .site-header .primary-menu li a {
          display: block;
          padding: 10px 10px; }
        .site-header .primary-menu li:hover ul.term-list.child-terms {
          display: none; }
    .site-header .child-terms {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      display: none;
      background: #afe3e2;
      padding: 0;
      margin-top: 1px;
      margin-bottom: 10px;
      position: inherit;
      left: 0;
      z-index: 100; }
      .site-header .child-terms:last-child {
        margin-right: 0; }
      .site-header .child-terms li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border-top: none;
        margin-top: 0; }
        .site-header .child-terms li:last-child {
          margin-right: 0; }
        .site-header .child-terms li.a-parent {
          display: block; }
        .site-header .child-terms li:last-child {
          border-bottom: none; }
    .site-header ul.grandchild-terms {
      display: none; }
    .site-header .header-right {
      position: absolute;
      right: 10px;
      top: 15px; }
    .site-header .span-container {
      position: relative;
      height: 30px; }
      .site-header .span-container .login-out {
        position: absolute;
        left: 0;
        top: 0;
        text-align: left; }
      .site-header .span-container .mobile-menu-toggle {
        position: relative;
        float: right;
        display: inline-block;
        cursor: pointer; }
        .site-header .span-container .mobile-menu-toggle .mobile-menu-text {
          margin-right: 25px; }
        .site-header .span-container .mobile-menu-toggle svg {
          position: absolute;
          right: 0; } }
.front-page-main-carousel {
  padding-bottom: 15px;
  text-align: center; }
  .front-page-main-carousel li {
    position: relative;
    display: none; }
    .front-page-main-carousel li:first-child {
      display: block; }
    @media screen and (max-width: 500px) {
      .front-page-main-carousel li img {
        margin: 0 auto; }
      .front-page-main-carousel li h3 {
        margin: 10px 0; } }
  .front-page-main-carousel .carousel-text {
    position: absolute;
    top: 45%;
    left: 35px;
    right: 35px;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: white;
    font-family: "Open Sans", sans-serif; }
    .front-page-main-carousel .carousel-text h1, .front-page-main-carousel .carousel-text h2, .front-page-main-carousel .carousel-text h3, .front-page-main-carousel .carousel-text h4 {
      font-family: "Open Sans", sans-serif; }
    @media screen and (max-width: 783px) {
      .front-page-main-carousel .carousel-text {
        top: 30%; } }
    @media screen and (max-width: 500px) {
      .front-page-main-carousel .carousel-text {
        top: 20%; } }

.front-page-carousel {
  padding: 0 0 15px;
  position: relative; }
  .front-page-carousel::after {
    clear: both;
    content: "";
    display: table; }

.home h1, .home h2 {
  font-family: "caflisch-script-pro";
  font-weight: 400; }
.home h1 {
  font-size: 40px; }
.home h2 {
  font-size: 35px;
  margin-bottom: 20px; }

.front-page-section-header {
  text-align: center;
  overflow: hidden;
  padding-top: 30px; }
  .front-page-section-header span {
    display: inline-block;
    position: relative; }
    .front-page-section-header span:before, .front-page-section-header span:after {
      content: "";
      position: absolute;
      border-bottom: 2px dotted;
      top: 20px;
      width: 500px; }
    .front-page-section-header span:before {
      right: 100%;
      margin-right: 15px; }
    .front-page-section-header span:after {
      left: 100%;
      margin-left: 15px; }

.pushes-header {
  padding-top: 10px; }

.front-page-pushes {
  clear: both; }

.pushes-container {
  padding: 0 10px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .pushes-container::after {
    clear: both;
    content: "";
    display: table; }
  .pushes-container li {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .pushes-container li:last-child {
      margin-right: 0; }
    .pushes-container li:nth-child(3n) {
      margin-right: 0; }
    .pushes-container li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 783px) {
      .pushes-container li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .pushes-container li:last-child {
          margin-right: 0; }
        .pushes-container li:nth-child(3n) {
          margin-right: 2.35765%; }
        .pushes-container li:nth-of-type(3n) {
          margin-right: 2.35765%; }
        .pushes-container li:nth-child(3n+1) {
          clear: none; }
        .pushes-container li:nth-of-type(3n+1) {
          clear: none; }
        .pushes-container li:nth-child(2n) {
          margin-right: 0; }
        .pushes-container li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 500px) {
      .pushes-container li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .pushes-container li:last-child {
          margin-right: 0; } }
    .pushes-container li img {
      display: block;
      margin: 0 auto; }
    .pushes-container li:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/
      margin-bottom: 20px; }
  .pushes-container a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20px;
    right: 0;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: none;
    background-size: cover; }

h4.front-page-push-header {
  text-align: center;
  padding: 50px 0 0;
  margin: 0 0 20px;
  font-family: "caflisch-script-pro";
  font-size: 50px;
  line-height: 1; }

.front-page-push-text {
  padding: 0 30px; }

.home .flexslider {
  margin-bottom: 0; }

.site-footer {
  background: #afe3e2;
  width: 100%;
  padding-top: 20px;
  color: #007680; }
  .site-footer a {
    color: #007680;
    text-decoration: none; }
    .site-footer a:hover {
      color: #007680; }

.footer-header,
.newsletter-header {
  font-weight: bold;
  text-transform: uppercase; }

.cols-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .cols-container::after {
    clear: both;
    content: "";
    display: table; }
  .cols-container .col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .cols-container .col:last-child {
      margin-right: 0; }
    .cols-container .col .mobile-show {
      display: none; }
  .cols-container .wide-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .cols-container .wide-col:last-child {
      margin-right: 0; }
  .cols-container .inner-col {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    .cols-container .inner-col:last-child {
      margin-right: 0; }
    .cols-container .inner-col.last-col {
      margin-right: 0; }
  .cols-container .newsletter-signup {
    clear: both;
    max-width: 400px; }
    .cols-container .newsletter-signup .button {
      background: #007680;
      color: white;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100px;
      max-width: 100%;
      height: 30px;
      font-size: 13px;
      text-decoration: none;
      border: none; }
      .cols-container .newsletter-signup .button:hover {
        cursor: pointer; }
    .cols-container .newsletter-signup .wysija-input {
      float: left;
      height: 30px;
      padding: 5px;
      min-width: 250px; }
  .cols-container .subscribe-text {
    font-size: 13px;
    padding-top: 5px; }
  .cols-container ul {
    list-style: none;
    padding-left: 0; }
  .cols-container .menu-item {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px; }
    .cols-container .menu-item > ul {
      padding-top: 15px; }
      .cols-container .menu-item > ul > li {
        font-weight: normal;
        text-transform: none;
        padding-bottom: 0; }

.footer-text {
  margin-top: 30px;
  text-align: center; }

.soc {
  overflow: hidden;
  padding: 0;
  list-style: none; }
  .soc li {
    display: inline-block; }
  .soc a,
  .soc .pinterest-actual-container {
    font-family: si;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #ffffff;
    background-color: #007680;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .soc a:hover,
    .soc .pinterest-actual-container:hover {
      color: #eee; }
    .soc a span,
    .soc .pinterest-actual-container span {
      display: none; }

.soc-twitter:before {
  content: 'a'; }

.soc-facebook:before {
  content: 'b'; }

.soc-google:before {
  content: 'c'; }

.pinterest-actual-container:before {
  content: 'd'; }

.soc-instagram:before {
  content: 'x'; }

.newsletter-signup .button.loading {
  background-image: url("../images/puff.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  color: rgba(255, 255, 255, 0.75); }
  .newsletter-signup .button.loading:hover {
    cursor: wait; }

@media screen and (max-width: 500px) {
  .cols-container .footer-col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .cols-container .footer-col-12:last-child {
      margin-right: 0; }
    .cols-container .footer-col-12 .col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .cols-container .footer-col-12 .col:last-child {
        margin-right: 0; }
      .cols-container .footer-col-12 .col .mobile-show {
        display: block; }
  .cols-container .wide-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .cols-container .wide-col:last-child {
      margin-right: 0; }
    .cols-container .wide-col .desktop-show {
      display: none; }
  .cols-container .inner-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .cols-container .inner-col:last-child {
      margin-right: 0; }
    .cols-container .inner-col.last-col {
      margin-right: 0; }
  .cols-container .newsletter-signup .wysija-input {
    min-width: 175px; } }
.term-description {
  margin: -30px 0 35px; }
  .term-description p {
    margin-bottom: 0; }

.post-type-archive-product h1.page-title,
.tax-product_cat h1.page-title,
.tax-product_tag h1.page-title {
  margin-bottom: 30px; }

.main-product-wrapper {
  padding-bottom: 50px;
  display: block; }
  .main-product-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .main-product-wrapper .product-image-gallery {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .main-product-wrapper .product-image-gallery:last-child {
      margin-right: 0; }
  .main-product-wrapper .product-information {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0; }
    .main-product-wrapper .product-information:last-child {
      margin-right: 0; }

span.onsale {
  font-size: 16px;
  font-weight: 600;
  display: inline-block; }

.product-image-gallery .woocommerce-main-image {
  position: relative;
  display: block; }
  .product-image-gallery .woocommerce-main-image:focus {
    outline: none; }
  .product-image-gallery .woocommerce-main-image .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    background: transparent; }
  .product-image-gallery .woocommerce-main-image .hover-overlay:hover {
    background: rgba(0, 0, 0, 0.4) url("../images/icon-zoom-in.svg") no-repeat 50% 50%;
    background-size: 30px; }
.product-image-gallery .thumbnails {
  padding-top: 5px;
  display: block; }
  .product-image-gallery .thumbnails::after {
    clear: both;
    content: "";
    display: table; }
  .product-image-gallery .thumbnails a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%; }
    .product-image-gallery .thumbnails a:last-child {
      margin-right: 0; }
    .product-image-gallery .thumbnails a:nth-of-type(5n) {
      margin-right: 0; }
    .product-image-gallery .thumbnails a:nth-of-type(5n+1) {
      clear: left; }

.product-title {
  font-size: 17px;
  border-bottom: 2px dotted; }
  @media screen and (max-width: 500px) {
    .product-title {
      font-size: 20px;
      margin-top: 10px; } }

.product-content::after {
  clear: both;
  content: "";
  display: table; }
.product-content .the-content {
  width: 72.5%;
  float: left; }
  @media screen and (max-width: 500px) {
    .product-content .the-content {
      width: 100%;
      float: none; } }
.product-content .odd-product {
  float: right;
  width: 25%; }
  @media screen and (max-width: 500px) {
    .product-content .odd-product {
      width: 100%;
      float: none; } }

@media screen and (max-width: 783px) {
  .regular-product .the-content {
    width: 100%;
    float: none; }
  .regular-product .odd-product {
    display: none; } }
.product-meta-information {
  padding-bottom: 10px; }

.color-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.active .color-label,
.active .color-unset {
  border: 2px solid #007680; }

.disabled .color-label {
  opacity: 0.1; }

.color-unset {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
  color: transparent; }

.single-product.woocommerce label {
  display: inline-block; }
.single-product.woocommerce .quantity label {
  width: 100px; }
.single-product.woocommerce .ut-input-label {
  width: 100px; }
.single-product.woocommerce .select-box-container {
  width: 180px;
  display: inline-block; }
.single-product.woocommerce .custom-attr-label {
  float: left;
  width: 100px; }

p.stock {
  font-weight: bold;
  padding-top: 15px; }

td.label label {
  width: 100px;
  display: inline-block; }

.custom-attr,
.quantity {
  padding-bottom: 5px; }

.variation-selector-label {
  display: inline-block;
  font-weight: bold;
  padding-right: 10px; }
  @media screen and (max-width: 500px) {
    .variation-selector-label {
      display: block; } }

table.variations .reset_variations {
  display: none !important;
  visibility: hidden !important; }
table.variations td.value.td_attribute_pa_farg {
  padding: 0; }
  table.variations td.value.td_attribute_pa_farg:after {
    content: '';
    padding: 0; }

.custom-attr input {
  display: none; }

.custom-attr-selectors {
  margin: 5px 0 10px;
  margin-top: 5px; }

.custom-attr label {
  cursor: pointer; }
  .custom-attr label:disabled {
    cursor: default; }

.attr-tax-pa_storlek {
  display: none; }
  .attr-tax-pa_storlek label {
    display: inline-block;
    width: 35px;
    padding: 4px 0;
    text-align: center;
    background: white;
    margin-right: 5px; }
    .attr-tax-pa_storlek label.active {
      color: white;
      background-color: #007680; }

.product-information .button {
  margin-top: 20px;
  height: 40px;
  width: 300px; }
.product-information .price {
  display: table;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px dotted; }
  .product-information .price .price-container, .product-information .price .sharing {
    display: table-cell;
    vertical-align: bottom; }

#pinterest-actual a {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  background-image: none !important;
  background-color: #007680;
  border-radius: 100%; }
  #pinterest-actual a:before {
    content: 'd'; }
  #pinterest-actual a span {
    display: none; }

.quantity {
  padding: 5px 0; }

input.prod-slider-val {
  padding: 0; }

ul.flexslider-products,
ul.products,
ul.products-cross-sells {
  padding-left: 0;
  list-style: none;
  text-align: center; }
  ul.flexslider-products img,
  ul.products img,
  ul.products-cross-sells img {
    display: block;
    margin-bottom: 5px; }
  ul.flexslider-products a,
  ul.products a,
  ul.products-cross-sells a {
    color: #007680; }
  ul.flexslider-products h3,
  ul.products h3,
  ul.products-cross-sells h3 {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    margin-bottom: 0; }
  ul.flexslider-products .price,
  ul.products .price,
  ul.products-cross-sells .price {
    display: inline-block; }

.product-cols {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .product-cols:last-child {
    margin-right: 0; }
  .product-cols .products,
  .product-cols .products-cross-sells {
    display: block; }
    .product-cols .products::after,
    .product-cols .products-cross-sells::after {
      clear: both;
      content: "";
      display: table; }
    .product-cols .products::after,
    .product-cols .products-cross-sells::after {
      clear: both;
      content: "";
      display: table; }
    .product-cols .products li,
    .product-cols .products-cross-sells li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.11388%;
      padding-bottom: 30px; }
      .product-cols .products li:last-child,
      .product-cols .products-cross-sells li:last-child {
        margin-right: 0; }
      .product-cols .products li:nth-of-type(5n),
      .product-cols .products-cross-sells li:nth-of-type(5n) {
        margin-right: 0; }
      .product-cols .products li:nth-of-type(5n+1),
      .product-cols .products-cross-sells li:nth-of-type(5n+1) {
        clear: left; }
      @media screen and (max-width: 783px) {
        .product-cols .products li,
        .product-cols .products-cross-sells li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .product-cols .products li:last-child,
          .product-cols .products-cross-sells li:last-child {
            margin-right: 0; }
          .product-cols .products li:nth-child(5n),
          .product-cols .products-cross-sells li:nth-child(5n) {
            margin-right: 2.35765%; }
          .product-cols .products li:nth-of-type(5n),
          .product-cols .products-cross-sells li:nth-of-type(5n) {
            margin-right: 2.35765%; }
          .product-cols .products li:nth-child(5n+1),
          .product-cols .products-cross-sells li:nth-child(5n+1) {
            clear: none; }
          .product-cols .products li:nth-of-type(5n+1),
          .product-cols .products-cross-sells li:nth-of-type(5n+1) {
            clear: none; }
          .product-cols .products li:nth-of-type(3n),
          .product-cols .products-cross-sells li:nth-of-type(3n) {
            margin-right: 0; }
          .product-cols .products li:nth-of-type(3n+1),
          .product-cols .products-cross-sells li:nth-of-type(3n+1) {
            clear: left; } }
      @media screen and (max-width: 500px) {
        .product-cols .products li,
        .product-cols .products-cross-sells li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .product-cols .products li:last-child,
          .product-cols .products-cross-sells li:last-child {
            margin-right: 0; }
          .product-cols .products li:nth-child(3n),
          .product-cols .products-cross-sells li:nth-child(3n) {
            margin-right: 2.35765%; }
          .product-cols .products li:nth-of-type(3n),
          .product-cols .products-cross-sells li:nth-of-type(3n) {
            margin-right: 2.35765%; }
          .product-cols .products li:nth-child(3n+1),
          .product-cols .products-cross-sells li:nth-child(3n+1) {
            clear: none; }
          .product-cols .products li:nth-of-type(3n+1),
          .product-cols .products-cross-sells li:nth-of-type(3n+1) {
            clear: none; }
          .product-cols .products li:nth-of-type(2n),
          .product-cols .products-cross-sells li:nth-of-type(2n) {
            margin-right: 0; }
          .product-cols .products li:nth-of-type(2n+1),
          .product-cols .products-cross-sells li:nth-of-type(2n+1) {
            clear: left; } }

.flexslider-products li,
.flexslider-active li {
  margin-right: 20px; }

.related-header,
.upsells-header {
  border-bottom: 2px dotted;
  line-height: 1; }

.related-header {
  margin: 0 0 20px;
  text-align: right;
  padding: 35px 40px 0 0;
  background: url("../images/bird.png") no-repeat right bottom; }

.mfp-title {
  display: none; }

.mfp-close {
  margin: 30px -20px 0 0; }

.upsells .flexslider-active,
.cross-sells .flexslider-active,
.front-page-new-products .flexslider-active {
  padding: 0 70px; }

/******************** Product Archives **********************/
.product-loop .products {
  text-align: left;
  display: block; }
  .product-loop .products::after {
    clear: both;
    content: "";
    display: table; }
  .product-loop .products li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-bottom: 30px; }
    .product-loop .products li:last-child {
      margin-right: 0; }
    .product-loop .products li:nth-of-type(3n) {
      margin-right: 0; }
    .product-loop .products li:nth-of-type(3n+1) {
      clear: left; }

.product-archive-container {
  display: block; }
  .product-archive-container::after {
    clear: both;
    content: "";
    display: table; }
  .product-archive-container .product-filters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .product-archive-container .product-filters:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .product-archive-container .product-filters {
        line-height: 1.5; } }
  .product-archive-container .product-loop {
    position: relative;
    min-height: 350px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .product-archive-container .product-loop:last-child {
      margin-right: 0; }
    @media screen and (max-width: 783px) {
      .product-archive-container .product-loop .products li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .product-archive-container .product-loop .products li:last-child {
          margin-right: 0; }
        .product-archive-container .product-loop .products li:nth-child(3n) {
          margin-right: 2.35765%; }
        .product-archive-container .product-loop .products li:nth-of-type(3n) {
          margin-right: 2.35765%; }
        .product-archive-container .product-loop .products li:nth-child(3n+1) {
          clear: none; }
        .product-archive-container .product-loop .products li:nth-of-type(3n+1) {
          clear: none; }
        .product-archive-container .product-loop .products li:nth-of-type(2n) {
          margin-right: 0; }
        .product-archive-container .product-loop .products li:nth-of-type(2n+1) {
          clear: left; } }
    .product-archive-container .product-loop .product-loading {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(234, 233, 229, 0.5) url("../images/puff.svg") no-repeat center center; }
  .product-archive-container .product-loop-inside {
    padding-bottom: 20px; }

.product-terms-list-header {
  font-size: 14px;
  margin: 15px 0 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  clear: both; }
  @media screen and (max-width: 500px) {
    .product-terms-list-header {
      font-size: 16px; } }

.num-products-results {
  float: left;
  padding-bottom: 10px; }

.product-terms-list {
  padding-left: 0;
  font-weight: 600; }
  .product-terms-list li {
    list-style: none;
    padding-bottom: 2px; }
    .product-terms-list li a {
      padding-left: 20px;
      color: #007680;
      position: relative;
      display: block; }
      .product-terms-list li a.active:before {
        position: absolute;
        left: 3px;
        top: -1px;
        content: '\d7';
        font-weight: bold;
        font-size: 18px;
        color: #e48884; }
        @media screen and (max-width: 500px) {
          .product-terms-list li a.active:before {
            top: -3px;
            font-size: 20px; } }
  .product-terms-list .child-list {
    padding-left: 0;
    font-weight: 400;
    padding: 3px 0 3px 20px; }
    .product-terms-list .child-list li {
      padding-bottom: 3px; }

.product-property-filters {
  padding-top: 20px; }
  @media screen and (max-width: 500px) {
    .product-property-filters {
      padding-bottom: 20px; } }
  .product-property-filters .filter-header {
    border-bottom: 1px solid;
    margin-bottom: 7px; }
    .product-property-filters .filter-header::after {
      clear: both;
      content: "";
      display: table; }
  .product-property-filters .product-terms-list-header {
    border: none;
    display: inline-block;
    float: left;
    width: 90%; }
  .product-property-filters .filter-reset {
    display: none;
    position: relative;
    float: right;
    width: 10%;
    text-align: right;
    margin-top: 13px;
    padding: 2px; }
    .product-property-filters .filter-reset.enabled {
      display: inline-block; }
  .product-property-filters h4 {
    margin-bottom: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    @media screen and (max-width: 500px) {
      .product-property-filters h4 {
        font-size: 16px; } }
    .product-property-filters h4:before {
      content: ' ';
      background-image: url("../images/filter_closed.svg");
      background-repeat: no-repeat;
      background-position: 0 7px;
      position: relative;
      display: inline-block;
      right: -100%;
      width: 10px;
      height: 15px;
      margin-left: -10px; }
  .product-property-filters a {
    color: #007680; }
  .product-property-filters hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #007680; }
  .product-property-filters .filter-toggle.expanded h4:before {
    background-image: url("../images/filter_open.svg"); }
  .product-property-filters .filter {
    display: none;
    margin: 0;
    padding: 0; }
    .product-property-filters .filter li {
      list-style: none;
      margin: 0;
      padding: 0;
      font-weight: normal; }
    .product-property-filters .filter.colour {
      padding-top: 5px; }
      .product-property-filters .filter.colour::after {
        clear: both;
        content: "";
        display: table; }
      .product-property-filters .filter.colour li {
        display: inline-block; }
      .product-property-filters .filter.colour a {
        padding: 0; }
        .product-property-filters .filter.colour a.active:before {
          content: '';
          display: none; }
  .product-property-filters .swatch {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 2px solid transparent; }
    @media screen and (max-width: 500px) {
      .product-property-filters .swatch {
        width: 30px;
        height: 30px;
        border: 3px solid transparent; } }
  .product-property-filters .active .swatch {
    border-color: #007680; }

.button.load-more-products.disabled, .button.load-more-products.disabled:hover {
  opacity: 0.5;
  cursor: default; }
.button.load-more-products.hide {
  display: none; }
@media screen and (max-width: 500px) {
  .button.load-more-products {
    display: block;
    margin: 0 auto;
    padding-top: 6px; } }

dl.variation {
  margin: 0; }
  dl.variation dt, dl.variation dd {
    margin: 0; }
  dl.variation dt {
    float: left;
    padding-right: 5px; }
  dl.variation p {
    margin: 0; }

/***** Product Archives  Store Page Without Side Menu *******/
.page .product-loop,
.page .woocommerce,
.post-type-archive .product-loop,
.post-type-archive .woocommerce,
.tax-product_tag .product-loop,
.tax-product_tag .woocommerce {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .page .product-loop:last-child,
  .page .woocommerce:last-child,
  .post-type-archive .product-loop:last-child,
  .post-type-archive .woocommerce:last-child,
  .tax-product_tag .product-loop:last-child,
  .tax-product_tag .woocommerce:last-child {
    margin-right: 0; }
  .page .product-loop .products,
  .page .woocommerce .products,
  .post-type-archive .product-loop .products,
  .post-type-archive .woocommerce .products,
  .tax-product_tag .product-loop .products,
  .tax-product_tag .woocommerce .products {
    display: block; }
    .page .product-loop .products::after,
    .page .woocommerce .products::after,
    .post-type-archive .product-loop .products::after,
    .post-type-archive .woocommerce .products::after,
    .tax-product_tag .product-loop .products::after,
    .tax-product_tag .woocommerce .products::after {
      clear: both;
      content: "";
      display: table; }
    .page .product-loop .products li,
    .page .woocommerce .products li,
    .post-type-archive .product-loop .products li,
    .post-type-archive .woocommerce .products li,
    .tax-product_tag .product-loop .products li,
    .tax-product_tag .woocommerce .products li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding-bottom: 30px; }
      .page .product-loop .products li:nth-child(3n),
      .page .woocommerce .products li:nth-child(3n),
      .post-type-archive .product-loop .products li:nth-child(3n),
      .post-type-archive .woocommerce .products li:nth-child(3n),
      .tax-product_tag .product-loop .products li:nth-child(3n),
      .tax-product_tag .woocommerce .products li:nth-child(3n) {
        margin-right: 2.35765%; }
      .page .product-loop .products li:nth-of-type(3n),
      .page .woocommerce .products li:nth-of-type(3n),
      .post-type-archive .product-loop .products li:nth-of-type(3n),
      .post-type-archive .woocommerce .products li:nth-of-type(3n),
      .tax-product_tag .product-loop .products li:nth-of-type(3n),
      .tax-product_tag .woocommerce .products li:nth-of-type(3n) {
        margin-right: 2.35765%; }
      .page .product-loop .products li:nth-child(3n+1),
      .page .woocommerce .products li:nth-child(3n+1),
      .post-type-archive .product-loop .products li:nth-child(3n+1),
      .post-type-archive .woocommerce .products li:nth-child(3n+1),
      .tax-product_tag .product-loop .products li:nth-child(3n+1),
      .tax-product_tag .woocommerce .products li:nth-child(3n+1) {
        clear: none; }
      .page .product-loop .products li:nth-of-type(3n+1),
      .page .woocommerce .products li:nth-of-type(3n+1),
      .post-type-archive .product-loop .products li:nth-of-type(3n+1),
      .post-type-archive .woocommerce .products li:nth-of-type(3n+1),
      .tax-product_tag .product-loop .products li:nth-of-type(3n+1),
      .tax-product_tag .woocommerce .products li:nth-of-type(3n+1) {
        clear: none; }
      .page .product-loop .products li:last-child,
      .page .woocommerce .products li:last-child,
      .post-type-archive .product-loop .products li:last-child,
      .post-type-archive .woocommerce .products li:last-child,
      .tax-product_tag .product-loop .products li:last-child,
      .tax-product_tag .woocommerce .products li:last-child {
        margin-right: 0; }
      .page .product-loop .products li:nth-of-type(4n),
      .page .woocommerce .products li:nth-of-type(4n),
      .post-type-archive .product-loop .products li:nth-of-type(4n),
      .post-type-archive .woocommerce .products li:nth-of-type(4n),
      .tax-product_tag .product-loop .products li:nth-of-type(4n),
      .tax-product_tag .woocommerce .products li:nth-of-type(4n) {
        margin-right: 0; }
      .page .product-loop .products li:nth-of-type(4n+1),
      .page .woocommerce .products li:nth-of-type(4n+1),
      .post-type-archive .product-loop .products li:nth-of-type(4n+1),
      .post-type-archive .woocommerce .products li:nth-of-type(4n+1),
      .tax-product_tag .product-loop .products li:nth-of-type(4n+1),
      .tax-product_tag .woocommerce .products li:nth-of-type(4n+1) {
        clear: left; }
      @media screen and (max-width: 783px) {
        .page .product-loop .products li,
        .page .woocommerce .products li,
        .post-type-archive .product-loop .products li,
        .post-type-archive .woocommerce .products li,
        .tax-product_tag .product-loop .products li,
        .tax-product_tag .woocommerce .products li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .page .product-loop .products li:nth-child(4n),
          .page .woocommerce .products li:nth-child(4n),
          .post-type-archive .product-loop .products li:nth-child(4n),
          .post-type-archive .woocommerce .products li:nth-child(4n),
          .tax-product_tag .product-loop .products li:nth-child(4n),
          .tax-product_tag .woocommerce .products li:nth-child(4n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-of-type(4n),
          .page .woocommerce .products li:nth-of-type(4n),
          .post-type-archive .product-loop .products li:nth-of-type(4n),
          .post-type-archive .woocommerce .products li:nth-of-type(4n),
          .tax-product_tag .product-loop .products li:nth-of-type(4n),
          .tax-product_tag .woocommerce .products li:nth-of-type(4n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-child(4n+1),
          .page .woocommerce .products li:nth-child(4n+1),
          .post-type-archive .product-loop .products li:nth-child(4n+1),
          .post-type-archive .woocommerce .products li:nth-child(4n+1),
          .tax-product_tag .product-loop .products li:nth-child(4n+1),
          .tax-product_tag .woocommerce .products li:nth-child(4n+1) {
            clear: none; }
          .page .product-loop .products li:nth-of-type(4n+1),
          .page .woocommerce .products li:nth-of-type(4n+1),
          .post-type-archive .product-loop .products li:nth-of-type(4n+1),
          .post-type-archive .woocommerce .products li:nth-of-type(4n+1),
          .tax-product_tag .product-loop .products li:nth-of-type(4n+1),
          .tax-product_tag .woocommerce .products li:nth-of-type(4n+1) {
            clear: none; }
          .page .product-loop .products li:nth-child(2n),
          .page .woocommerce .products li:nth-child(2n),
          .post-type-archive .product-loop .products li:nth-child(2n),
          .post-type-archive .woocommerce .products li:nth-child(2n),
          .tax-product_tag .product-loop .products li:nth-child(2n),
          .tax-product_tag .woocommerce .products li:nth-child(2n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-of-type(2n),
          .page .woocommerce .products li:nth-of-type(2n),
          .post-type-archive .product-loop .products li:nth-of-type(2n),
          .post-type-archive .woocommerce .products li:nth-of-type(2n),
          .tax-product_tag .product-loop .products li:nth-of-type(2n),
          .tax-product_tag .woocommerce .products li:nth-of-type(2n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-child(2n+1),
          .page .woocommerce .products li:nth-child(2n+1),
          .post-type-archive .product-loop .products li:nth-child(2n+1),
          .post-type-archive .woocommerce .products li:nth-child(2n+1),
          .tax-product_tag .product-loop .products li:nth-child(2n+1),
          .tax-product_tag .woocommerce .products li:nth-child(2n+1) {
            clear: none; }
          .page .product-loop .products li:nth-of-type(2n+1),
          .page .woocommerce .products li:nth-of-type(2n+1),
          .post-type-archive .product-loop .products li:nth-of-type(2n+1),
          .post-type-archive .woocommerce .products li:nth-of-type(2n+1),
          .tax-product_tag .product-loop .products li:nth-of-type(2n+1),
          .tax-product_tag .woocommerce .products li:nth-of-type(2n+1) {
            clear: none; }
          .page .product-loop .products li:last-child,
          .page .woocommerce .products li:last-child,
          .post-type-archive .product-loop .products li:last-child,
          .post-type-archive .woocommerce .products li:last-child,
          .tax-product_tag .product-loop .products li:last-child,
          .tax-product_tag .woocommerce .products li:last-child {
            margin-right: 0; }
          .page .product-loop .products li:nth-of-type(3n),
          .page .woocommerce .products li:nth-of-type(3n),
          .post-type-archive .product-loop .products li:nth-of-type(3n),
          .post-type-archive .woocommerce .products li:nth-of-type(3n),
          .tax-product_tag .product-loop .products li:nth-of-type(3n),
          .tax-product_tag .woocommerce .products li:nth-of-type(3n) {
            margin-right: 0; }
          .page .product-loop .products li:nth-of-type(3n+1),
          .page .woocommerce .products li:nth-of-type(3n+1),
          .post-type-archive .product-loop .products li:nth-of-type(3n+1),
          .post-type-archive .woocommerce .products li:nth-of-type(3n+1),
          .tax-product_tag .product-loop .products li:nth-of-type(3n+1),
          .tax-product_tag .woocommerce .products li:nth-of-type(3n+1) {
            clear: left; } }
      @media screen and (max-width: 500px) {
        .page .product-loop .products li,
        .page .woocommerce .products li,
        .post-type-archive .product-loop .products li,
        .post-type-archive .woocommerce .products li,
        .tax-product_tag .product-loop .products li,
        .tax-product_tag .woocommerce .products li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .page .product-loop .products li:nth-child(3n),
          .page .woocommerce .products li:nth-child(3n),
          .post-type-archive .product-loop .products li:nth-child(3n),
          .post-type-archive .woocommerce .products li:nth-child(3n),
          .tax-product_tag .product-loop .products li:nth-child(3n),
          .tax-product_tag .woocommerce .products li:nth-child(3n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-of-type(3n),
          .page .woocommerce .products li:nth-of-type(3n),
          .post-type-archive .product-loop .products li:nth-of-type(3n),
          .post-type-archive .woocommerce .products li:nth-of-type(3n),
          .tax-product_tag .product-loop .products li:nth-of-type(3n),
          .tax-product_tag .woocommerce .products li:nth-of-type(3n) {
            margin-right: 2.35765%; }
          .page .product-loop .products li:nth-child(3n+1),
          .page .woocommerce .products li:nth-child(3n+1),
          .post-type-archive .product-loop .products li:nth-child(3n+1),
          .post-type-archive .woocommerce .products li:nth-child(3n+1),
          .tax-product_tag .product-loop .products li:nth-child(3n+1),
          .tax-product_tag .woocommerce .products li:nth-child(3n+1) {
            clear: none; }
          .page .product-loop .products li:nth-of-type(3n+1),
          .page .woocommerce .products li:nth-of-type(3n+1),
          .post-type-archive .product-loop .products li:nth-of-type(3n+1),
          .post-type-archive .woocommerce .products li:nth-of-type(3n+1),
          .tax-product_tag .product-loop .products li:nth-of-type(3n+1),
          .tax-product_tag .woocommerce .products li:nth-of-type(3n+1) {
            clear: none; }
          .page .product-loop .products li:last-child,
          .page .woocommerce .products li:last-child,
          .post-type-archive .product-loop .products li:last-child,
          .post-type-archive .woocommerce .products li:last-child,
          .tax-product_tag .product-loop .products li:last-child,
          .tax-product_tag .woocommerce .products li:last-child {
            margin-right: 0; }
          .page .product-loop .products li:nth-of-type(2n),
          .page .woocommerce .products li:nth-of-type(2n),
          .post-type-archive .product-loop .products li:nth-of-type(2n),
          .post-type-archive .woocommerce .products li:nth-of-type(2n),
          .tax-product_tag .product-loop .products li:nth-of-type(2n),
          .tax-product_tag .woocommerce .products li:nth-of-type(2n) {
            margin-right: 0; }
          .page .product-loop .products li:nth-of-type(2n+1),
          .page .woocommerce .products li:nth-of-type(2n+1),
          .post-type-archive .product-loop .products li:nth-of-type(2n+1),
          .post-type-archive .woocommerce .products li:nth-of-type(2n+1),
          .tax-product_tag .product-loop .products li:nth-of-type(2n+1),
          .tax-product_tag .woocommerce .products li:nth-of-type(2n+1) {
            clear: left; } }

/***** single product flexslider tablet/mobile style ********/
.product-flexslider {
  position: relative; }
  .product-flexslider .flex-control-nav.flex-control-paging {
    bottom: 10px; }
    .product-flexslider .flex-control-nav.flex-control-paging li a {
      background: white;
      box-shadow: none;
      border: none; }
      .product-flexslider .flex-control-nav.flex-control-paging li a.flex-active {
        background: #007680; }

/************* product varations select boxes ***************/
select {
  width: 180px;
  height: 25px;
  padding: 0px 0 0px 10px;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  cursor: pointer; }
  select:focus {
    outline: none; }

select::-ms-expand {
  display: none; }

td.value {
  padding-bottom: 5px; }

.select-box-container, td.value {
  position: relative;
  width: 180px; }

.select-box-container:after, td.value:after {
  content: '>';
  font-size: 17px;
  color: #007680;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2px;
  right: 8px;
  padding: 0 0 2px;
  border: none;
  position: absolute;
  pointer-events: none; }

/************************* Mobile ***************************/
@media screen and (max-width: 500px) {
  .main-product-wrapper {
    display: block; }
    .main-product-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    .main-product-wrapper .product-image-gallery {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .main-product-wrapper .product-image-gallery:last-child {
        margin-right: 0; }
    .main-product-wrapper .product-information {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .main-product-wrapper .product-information:last-child {
        margin-right: 0; }

  .product-archive-container .product-filters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: block; }
    .product-archive-container .product-filters:last-child {
      margin-right: 0; }
    .product-archive-container .product-filters::after {
      clear: both;
      content: "";
      display: table; }
  .product-archive-container .product-loop {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-archive-container .product-loop:last-child {
      margin-right: 0; }
    .product-archive-container .product-loop .products li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .product-archive-container .product-loop .products li:nth-child(3n) {
        margin-right: 2.35765%; }
      .product-archive-container .product-loop .products li:nth-of-type(3n) {
        margin-right: 2.35765%; }
      .product-archive-container .product-loop .products li:nth-child(3n+1) {
        clear: none; }
      .product-archive-container .product-loop .products li:nth-of-type(3n+1) {
        clear: none; }
      .product-archive-container .product-loop .products li:last-child {
        margin-right: 0; }
      .product-archive-container .product-loop .products li:nth-of-type(2n) {
        margin-right: 0; }
      .product-archive-container .product-loop .products li:nth-of-type(2n+1) {
        clear: left; }

  .related-header {
    text-align: left; } }
.woocommerce label {
  display: block;
  margin-bottom: 5px; }
.woocommerce li label {
  display: inline-block; }
.woocommerce .checkbox {
  display: inline-block; }

/************************* woocommerce-cart ***************************/
.woocommerce-cart .product-list-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-bottom: 10px;
  font-weight: 600; }
  .woocommerce-cart .product-list-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .woocommerce-cart .product-list-header {
      display: none; } }
.woocommerce-cart .product-name-label {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 38.29445%; }
  .woocommerce-cart .product-name-label:last-child {
    margin-right: 0; }
.woocommerce-cart .product-price-label,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal-label {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 17.72593%; }
  .woocommerce-cart .product-price-label:last-child,
  .woocommerce-cart .product-quantity:last-child,
  .woocommerce-cart .product-subtotal-label:last-child {
    margin-right: 0; }
.woocommerce-cart .cart_item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #aecbc9; }
  .woocommerce-cart .cart_item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .woocommerce-cart .cart_item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: auto; }
      .woocommerce-cart .cart_item:last-child {
        margin-right: 0; } }
  .woocommerce-cart .cart_item:first-child {
    border-top: 1px solid #aecbc9; }
  .woocommerce-cart .cart_item .product-thumbnail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    .woocommerce-cart .cart_item .product-thumbnail:last-child {
      margin-right: 0; }
    @media screen and (max-width: 783px) {
      .woocommerce-cart .cart_item .product-thumbnail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-right: 5px; }
        .woocommerce-cart .cart_item .product-thumbnail:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .woocommerce-cart .cart_item .product-thumbnail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-right: inherit; }
        .woocommerce-cart .cart_item .product-thumbnail:last-child {
          margin-right: 0; } }
  .woocommerce-cart .cart_item .product-name {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .woocommerce-cart .cart_item .product-name:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .woocommerce-cart .cart_item .product-name {
        width: 151px; } }
  .woocommerce-cart .cart_item .product-price,
  .woocommerce-cart .cart_item .product-quantity,
  .woocommerce-cart .cart_item .product-subtotal {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .woocommerce-cart .cart_item .product-price:last-child,
    .woocommerce-cart .cart_item .product-quantity:last-child,
    .woocommerce-cart .cart_item .product-subtotal:last-child {
      margin-right: 0; }
  .woocommerce-cart .cart_item .product-remove {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    .woocommerce-cart .cart_item .product-remove:last-child {
      margin-right: 0; }
  @media screen and (max-width: 783px) {
    .woocommerce-cart .cart_item .product-info-mobile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-right: 0;
      position: relative; }
      .woocommerce-cart .cart_item .product-info-mobile:last-child {
        margin-right: 0; }
      .woocommerce-cart .cart_item .product-info-mobile .product-name,
      .woocommerce-cart .cart_item .product-info-mobile .product-price,
      .woocommerce-cart .cart_item .product-info-mobile .product-quantity {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .woocommerce-cart .cart_item .product-info-mobile .product-name:last-child,
        .woocommerce-cart .cart_item .product-info-mobile .product-price:last-child,
        .woocommerce-cart .cart_item .product-info-mobile .product-quantity:last-child {
          margin-right: 0; }
      .woocommerce-cart .cart_item .product-info-mobile .product-quantity .select-box-container select {
        font-size: 16px; }
      .woocommerce-cart .cart_item .product-info-mobile .product-remove {
        position: absolute;
        right: 0;
        width: auto;
        font-size: 25px; }
        .woocommerce-cart .cart_item .product-info-mobile .product-remove span {
          display: none; }
      .woocommerce-cart .cart_item .product-info-mobile .product-subtotal {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 0;
        width: auto; } }
  @media screen and (max-width: 500px) {
    .woocommerce-cart .cart_item .product-info-mobile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .woocommerce-cart .cart_item .product-info-mobile:last-child {
        margin-right: 0; } }
.woocommerce-cart .product-quantity .ut-input-label {
  display: none; }
.woocommerce-cart .product-quantity .select-box-container {
  width: 60px; }
  .woocommerce-cart .product-quantity .select-box-container select {
    width: 60px; }
.woocommerce-cart .product-remove a {
  float: right;
  color: #007680; }
.woocommerce-cart .actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0; }
  .woocommerce-cart .actions:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .woocommerce-cart .actions {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-top: 1px solid;
      border-bottom: 1px solid;
      padding: 10px 0;
      width: 100%;
      text-align: right; }
      .woocommerce-cart .actions:last-child {
        margin-right: 0; }
      .woocommerce-cart .actions .update_cart-container {
        display: block;
        width: 100%; }
      .woocommerce-cart .actions .update_cart {
        float: right;
        margin-top: 10px; } }
  @media screen and (max-width: 500px) {
    .woocommerce-cart .actions {
      text-align: left; } }
.woocommerce-cart .coupon {
  float: right; }
  @media screen and (max-width: 783px) {
    .woocommerce-cart .coupon {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .woocommerce-cart .coupon {
      float: none; } }
  .woocommerce-cart .coupon label {
    margin-right: 20px;
    display: inline-block; }
    @media screen and (max-width: 783px) {
      .woocommerce-cart .coupon label {
        display: block; } }
  .woocommerce-cart .coupon .input-text {
    height: 35px;
    margin-right: -3px;
    padding-top: 2px; }
    @media screen and (max-width: 500px) {
      .woocommerce-cart .coupon .input-text {
        width: 50%;
        float: left; } }
  .woocommerce-cart .coupon .button {
    float: right; }
    @media screen and (max-width: 783px) {
      .woocommerce-cart .coupon .button {
        margin-top: inherit; } }
  @media screen and (max-width: 783px) and (max-width: 500px) {
    .woocommerce-cart .coupon .button {
      width: 50%; } }

.woocommerce-cart .cart-collaterals {
  margin-top: 10px;
  width: 100%;
  float: inherit; }
.woocommerce-cart .cart_totals {
  display: block;
  float: right;
  width: 100%;
  max-width: 500px;
  margin-top: 10px; }
.woocommerce-cart .cart-totals-container {
  width: 100%;
  max-width: 500px;
  float: right; }
.woocommerce-cart .wc-proceed-to-checkout {
  float: right;
  margin-top: 30px; }
.woocommerce-cart .order-total {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  border: 1px solid;
  background: white;
  background: white url(../images/basket.svg) no-repeat 10px center;
  padding: 10px; }
  .woocommerce-cart .order-total .text,
  .woocommerce-cart .order-total .number {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .woocommerce-cart .order-total .text:last-child,
    .woocommerce-cart .order-total .number:last-child {
      margin-right: 0; }
  .woocommerce-cart .order-total .text {
    padding-left: 35px; }
  .woocommerce-cart .order-total .number {
    padding-left: 23px; }
.woocommerce-cart .wc-proceed-to-checkout {
  position: relative; }
  .woocommerce-cart .wc-proceed-to-checkout .button:after {
    position: absolute;
    right: 10px;
    content: ">"; }
.woocommerce-cart .cross-sells {
  float: left;
  width: 100%;
  margin-top: 50px; }
.woocommerce-cart #shipping_method {
  padding-left: 0; }
  .woocommerce-cart #shipping_method li {
    list-style: none; }

/************************* woocommerce-checkout ***************************/
.woocommerce-checkout .checkout_coupon {
  overflow: hidden; }
  .woocommerce-checkout .checkout_coupon .input-text {
    width: 200px;
    height: 35px;
    margin-top: 14px;
    float: left; }
.woocommerce-checkout .col2-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .woocommerce-checkout .col2-set:last-child {
    margin-right: 0; }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .woocommerce-checkout .col2-set .col-1:last-child,
    .woocommerce-checkout .col2-set .col-2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 783px) {
      .woocommerce-checkout .col2-set .col-1,
      .woocommerce-checkout .col2-set .col-2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .woocommerce-checkout .col2-set .col-1:last-child,
        .woocommerce-checkout .col2-set .col-2:last-child {
          margin-right: 0; } }
.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-checkout .woocommerce-billing-fields input {
  width: 100%; }
.woocommerce-checkout .woocommerce-shipping-fields .form-row,
.woocommerce-checkout .woocommerce-billing-fields .form-row {
  width: 100%; }
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox,
.woocommerce-checkout .woocommerce-billing-fields .input-checkbox {
  width: inherit; }
.woocommerce-checkout .woocommerce-shipping-fields .notes textarea,
.woocommerce-checkout .woocommerce-billing-fields .notes textarea {
  width: 100%; }

.woocommerce-checkout-review-order-table,
.order-details-table-container {
  width: 50%;
  margin-bottom: 20px; }
  @media screen and (max-width: 783px) {
    .woocommerce-checkout-review-order-table,
    .order-details-table-container {
      width: 100%; } }
  .woocommerce-checkout-review-order-table .order_item,
  .order-details-table-container .order_item {
    padding-bottom: 5px; }
    .woocommerce-checkout-review-order-table .order_item::after,
    .order-details-table-container .order_item::after {
      clear: both;
      content: "";
      display: table; }
  .woocommerce-checkout-review-order-table .thead,
  .order-details-table-container .thead {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    border-bottom: 1px solid #aecbc9;
    font-weight: 600; }
    .woocommerce-checkout-review-order-table .thead:last-child,
    .order-details-table-container .thead:last-child {
      margin-right: 0; }
    .woocommerce-checkout-review-order-table .thead .product-name-label,
    .order-details-table-container .thead .product-name-label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .woocommerce-checkout-review-order-table .thead .product-name-label:last-child,
      .order-details-table-container .thead .product-name-label:last-child {
        margin-right: 0; }
    .woocommerce-checkout-review-order-table .thead .product-total-label,
    .order-details-table-container .thead .product-total-label {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .woocommerce-checkout-review-order-table .thead .product-total-label:last-child,
      .order-details-table-container .thead .product-total-label:last-child {
        margin-right: 0; }
    @media screen and (max-width: 500px) {
      .woocommerce-checkout-review-order-table .thead,
      .order-details-table-container .thead {
        display: none; } }
  .woocommerce-checkout-review-order-table .cart_item,
  .order-details-table-container .cart_item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    border-bottom: 1px solid #aecbc9; }
    .woocommerce-checkout-review-order-table .cart_item:last-child,
    .order-details-table-container .cart_item:last-child {
      margin-right: 0; }
    .woocommerce-checkout-review-order-table .cart_item:first-child,
    .order-details-table-container .cart_item:first-child {
      border-top: 1px solid #aecbc9; }
      @media screen and (max-width: 500px) {
        .woocommerce-checkout-review-order-table .cart_item:first-child,
        .order-details-table-container .cart_item:first-child {
          border-top: none; } }
    .woocommerce-checkout-review-order-table .cart_item .product-name,
    .order-details-table-container .cart_item .product-name {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .woocommerce-checkout-review-order-table .cart_item .product-name:last-child,
      .order-details-table-container .cart_item .product-name:last-child {
        margin-right: 0; }
    .woocommerce-checkout-review-order-table .cart_item .product-total,
    .order-details-table-container .cart_item .product-total {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .woocommerce-checkout-review-order-table .cart_item .product-total:last-child,
      .order-details-table-container .cart_item .product-total:last-child {
        margin-right: 0; }
    @media screen and (max-width: 500px) {
      .woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .cart_item .product-total,
      .order-details-table-container .cart_item .product-name,
      .order-details-table-container .cart_item .product-total {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        float: none;
        display: inline;
        width: auto; }
        .woocommerce-checkout-review-order-table .cart_item .product-name:last-child, .woocommerce-checkout-review-order-table .cart_item .product-total:last-child,
        .order-details-table-container .cart_item .product-name:last-child,
        .order-details-table-container .cart_item .product-total:last-child {
          margin-right: 0; } }
  .woocommerce-checkout-review-order-table .cart-subtotal,
  .order-details-table-container .cart-subtotal {
    display: block; }
    .woocommerce-checkout-review-order-table .cart-subtotal .left,
    .order-details-table-container .cart-subtotal .left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .woocommerce-checkout-review-order-table .cart-subtotal .left:last-child,
      .order-details-table-container .cart-subtotal .left:last-child {
        margin-right: 0; }
    .woocommerce-checkout-review-order-table .cart-subtotal .right,
    .order-details-table-container .cart-subtotal .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .woocommerce-checkout-review-order-table .cart-subtotal .right:last-child,
      .order-details-table-container .cart-subtotal .right:last-child {
        margin-right: 0; }
    @media screen and (max-width: 500px) {
      .woocommerce-checkout-review-order-table .cart-subtotal,
      .order-details-table-container .cart-subtotal {
        padding: 0 0 5px; }
        .woocommerce-checkout-review-order-table .cart-subtotal .left, .woocommerce-checkout-review-order-table .cart-subtotal .right,
        .order-details-table-container .cart-subtotal .left,
        .order-details-table-container .cart-subtotal .right {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          float: none;
          display: inline-block;
          width: auto; }
          .woocommerce-checkout-review-order-table .cart-subtotal .left:last-child, .woocommerce-checkout-review-order-table .cart-subtotal .right:last-child,
          .order-details-table-container .cart-subtotal .left:last-child,
          .order-details-table-container .cart-subtotal .right:last-child {
            margin-right: 0; } }
  .woocommerce-checkout-review-order-table .order-total,
  .order-details-table-container .order-total {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 40px;
    border: 1px solid;
    background: white;
    padding: 10px; }
    .woocommerce-checkout-review-order-table .order-total .text,
    .order-details-table-container .order-total .text {
      display: inline-block;
      vertical-align: middle;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .woocommerce-checkout-review-order-table .order-total .text:last-child,
      .order-details-table-container .order-total .text:last-child {
        margin-right: 0; }
    .woocommerce-checkout-review-order-table .order-total .number,
    .order-details-table-container .order-total .number {
      display: inline-block;
      vertical-align: middle;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .woocommerce-checkout-review-order-table .order-total .number:last-child,
      .order-details-table-container .order-total .number:last-child {
        margin-right: 0; }

/************************* woocommerce-order details ***************************/
/************************* woocommerce-address ***************************/
.address-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .address-container:last-child {
    margin-right: 0; }

.edit-address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .edit-address:last-child {
    margin-right: 0; }
  .edit-address input {
    width: 100%; }
    .edit-address input[type='submit'] {
      width: 200px; }
  .edit-address .form-row {
    width: 100%; }
  .edit-address .input-checkbox {
    width: inherit; }
  .edit-address .notes textarea {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .edit-address {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .edit-address:last-child {
        margin-right: 0; } }

/************************* woocommerce-account ***************************/
.woocommerce-account .input-text {
  max-width: 470px;
  width: 100%; }
.woocommerce-account fieldset {
  max-width: 470px;
  margin-bottom: 10px; }
.woocommerce-account .col-1, .woocommerce-account .col-2 {
  margin-top: 25px; }

.woocommerce-checkout li {
  margin-bottom: 5px; }

.cart_item {
  padding: 5px 0; }
  .cart_item::after {
    clear: both;
    content: "";
    display: table; }

.cart-subtotal {
  padding: 5px 0 15px; }
  .cart-subtotal::after {
    clear: both;
    content: "";
    display: table; }

.payment_methods li p {
  margin-top: 5px; }

table.shop_table {
  padding-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0 10px;
  text-align: left; }
  table.shop_table thead {
    text-align: left; }
  table.shop_table th {
    padding-right: 10px; }
  table.shop_table td, table.shop_table th {
    padding: 5px 15px 5px 5px; }
  table.shop_table .button {
    background: none;
    padding: 0;
    color: #e48884;
    display: inline-block;
    text-align: center;
    height: auto;
    width: auto;
    vertical-align: top; }
  @media screen and (max-width: 500px) {
    table.shop_table td.order-status, table.shop_table td.order-total, table.shop_table th.order-status, table.shop_table th.order-total {
      display: none; } }

.my_account_orders {
  width: 100%; }
  .my_account_orders tr:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.4); }

.woocommerce-info {
  display: block;
  padding: 10px 0; }

.woocommerce-message {
  display: block; }

.woocommerce-message,
.woocommerce-error {
  display: block;
  background: white;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 8px 10px 12px;
  margin: 0 0 20px; }
  .woocommerce-message .button,
  .woocommerce-error .button {
    background: none;
    padding: 0;
    color: #e48884;
    display: inline-block;
    text-align: center;
    height: auto;
    width: auto;
    vertical-align: top; }

.woocommerce-message {
  border-left: 6px solid #afe3e2; }

.woocommerce-error {
  list-style: none;
  border-left: 6px solid #C72828; }

@media screen and (max-width: 783px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="submit"],
  input[type="search"] {
    border-radius: 0; }

  input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0; } }
abbr[title] {
  border-bottom: none; }

img,
iframe,
video {
  max-width: 100%;
  height: auto; }

mark {
  background: rgba(175, 227, 226, 0.5); }

input[type='range'] {
  padding-left: 0; }

a {
  color: #e48884;
  text-decoration: none; }

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #007680;
  background: #eae9e5 url("../images/even_concrete_500_px_bredd.jpg") repeat 0 0; }
  @media screen and (max-width: 500px) {
    html, body {
      font-size: 15px;
      line-height: 1.5; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.header-content-inner,
.site-content,
.footer-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }
  .header-content-inner::after,
  .site-content::after,
  .footer-content::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 783px) {
  .header-content-inner {
    padding-bottom: 0; } }

@media screen and (max-width: 783px) {
  .footer-content {
    padding: 15px; } }

.site-content {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 350px; }
  .site-content .search-form .search-field {
    float: left;
    padding: 8px 10px; }

body.home .site-content {
  margin-top: 0;
  padding-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 20px; }

h1 {
  font-size: 25px; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 23px; } }

h3 {
  font-size: 17px; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px; } }

h4 {
  font: 400 25px "caflisch-script-pro";
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    h4 {
      font-size: 28px; } }

p, ul, dl, ol {
  margin-top: 0; }

ul, ol {
  list-style-position: inside;
  padding-left: 5px; }

.button {
  background: #007680;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
  max-width: 100%;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  border: none; }
  .button:hover {
    cursor: pointer; }

input {
  border: none;
  padding: 5px 10px; }

input[type='text'],
input[type='url'],
input[type='email'] {
  telephone: '111-iron-monkey'; }

hr.ut-hr {
  clear: both;
  border-top: 2px dotted #007680;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #007680; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #007680; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #007680; }

:-ms-input-placeholder {
  color: #007680; }

#ajax-feedback {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #007680;
  padding: 10px;
  font-size: 16px;
  color: white;
  z-index: 1;
  text-align: center; }
  #ajax-feedback.error {
    background-color: #e48884; }

.admin-bar #ajax-feedback {
  top: 32px; }

#breadcrumbs a {
  color: #007680; }

body .wpb_single_image .vc_single_image-wrapper {
  display: block; }

@media screen and (max-width: 783px) {
  .header-content {
    padding: 0; } }
.footer-meta {
  list-style: none;
  padding-left: 0; }
  .footer-meta li {
    margin-bottom: 5px; }

.blog-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .blog-area:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .blog-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog-area:last-child {
        margin-right: 0; } }

.widget-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .widget-area:last-child {
    margin-right: 0; }
  @media screen and (max-width: 783px) {
    .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .widget-area:last-child {
        margin-right: 0; } }

.blog-area footer {
  margin-top: 10px; }
.blog-area article {
  border-bottom: 2px dotted;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden; }

.nav-links {
  clear: both; }
  .nav-links .nav-next {
    float: left; }
  .nav-links .nav-previous {
    float: right; }

.comment {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 2px dotted; }
  .comment article {
    border-bottom: none;
    padding: 0; }
  .comment .children {
    margin-left: 40px; }
    .comment .children li.comment {
      border-bottom: none; }

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label,
.comment-respond .comment-form-comment label {
  display: block;
  margin-bottom: 5px; }

.sharing {
  width: 150px; }
  .sharing .title {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase; }
  .sharing .soc {
    margin: 0; }
    .sharing .soc a,
    .sharing .soc .pinterest-actual-container {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 18px; }

.blog .sharing, .post .sharing {
  width: 100%;
  padding-bottom: 10px; }
.blog .title, .post .title {
  display: none; }

.search-result-article {
  display: block;
  margin-bottom: 20px; }
  .search-result-article::after {
    clear: both;
    content: "";
    display: table; }

.search-image-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .search-image-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .search-image-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .search-image-container:last-child {
        margin-right: 0; } }

.search-result-pagination {
  text-align: center; }

.bsearch_highlight {
  background-color: #afe3e2 !important; }

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