/*! normalize.css v3.0.2 | 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,
menu,
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-color: transparent; outline: none!important;}

/**
 * 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; }

/*=====================================================
BREAKPOINTS
=====================================================*/
/*=====================================================
COLOURS
=====================================================*/
/*=====================================================
ELEMENT VARIABLES
=====================================================*/
/*=====================================================
GENERAL
=====================================================*/
body, body * {
  box-sizing: border-box; }

body {
  margin-bottom: 0;
  overflow-x: hidden;
  background-color: #333333; }

section {
  position: relative;
  padding: 3rem 0;
  background-color: white; }

.greysection {
  background-color: whitesmoke; }

.whitesection {
  background-color: white; }

.centered {
  text-align: center; }

.w-container.fullwidth {
  overflow: visible; }

.overflow_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  .overflow_container .overflow_row {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: auto; }

/*--------------Forms--------------*/
input[type="text"], input[type="password"], input[type="email"], select, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  border: 1px solid #e3e3e3;
  line-height: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 10px;
  display: block;
  width: 100%;
  color: #888; }

textarea {
  height: 4rem; }

input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 1rem 0; }

input[type="radio"] {
  height: auto;
  width: auto;
  line-height: 2.5rem;
  display: inline-block;
  vertical-align: middle; }

input[type="file"] {
  border-radius: 0 !important; }

span.radio_label {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  margin-left: 10px;
  margin-right: 20px; }

/*=====================================================
NAV
=====================================================*/
nav#top_nav {
  padding: 0;
  z-index: 9999; }

.logo_link {
  height: 2.5rem;
  display: inline-block;
  float: left;
  margin: 1rem 0; }
  @media only screen and (min-width: 1170px) {
    .logo_link {
      height: 3.5rem;
      margin: 1.5rem 0; } }
  @media only screen and (min-width: 1410px) {
    .logo_link {
      height: 4.5rem; } }

.logo_link img {
  display: none;
  height: 100%;
  width: auto; }
  @media only screen and (min-width: 1170px) {
    .logo_link img {
      display: block; } }

.logo_link img.mobile_logo {
  display: block; }
  @media only screen and (min-width: 1170px) {
    .logo_link img.mobile_logo {
      display: none; } }

.top_menu {
  display: none;
  text-align: right;
  list-style: none;
  float: right;
  padding: 0 20px;
  height: 6.5rem;
  margin: 0; }
  @media only screen and (min-width: 1170px) {
    .top_menu {
      display: inline-block; } }
  @media only screen and (min-width: 1410px) {
    .top_menu {
      height: 7.5rem; } }

.top_menu>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  height: 100%;
  padding: 2rem 0;

}
@media only screen and (min-width: 1410px) {
  .top_menu>li {
    padding: 2.5rem 0;
  }
}

.top_menu a {
  position: relative;
  z-index: 9999;
  display: block;
  text-align: center;
  padding: 0.5rem 10px;
  color: #6c6c6b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6c6c6b; }
  .top_menu a:visited {
    color: #6c6c6b; }
  .top_menu a:focus {
    color: #6c6c6b; }
  .top_menu a:hover {
    color: #c2dd91; }
  .top_menu a:active {
    color: #6c6c6b; }
  @media only screen and (min-width: 1410px) {
    .top_menu a {
      font-size: 1rem;
      padding: 0.5rem 15px; } }

.top_menu li:hover > a {
  color: #c2dd91; }

.top_menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1.75rem;
  z-index: 9999;
  background-color: #86BC24;
  padding: 0.25rem 10px;
  min-width: 100%;
  text-align: center;
}

.top_menu li ul li a {
  color: white; }
  .top_menu li ul li a:visited {
    color: white; }
  .top_menu li ul li a:focus {
    color: white; }
  .top_menu li ul li a:hover {
    color: #e6f1d3; }
  .top_menu li ul li a:active {
    color: white; }

.top_menu li ul li {
  display: inline-block;
}
.top_menu li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #86BC24 transparent;
  position: absolute;
  bottom: 100%;
  left: 60px; }

.top_menu li:hover ul, .top_menu li:hover ul:hover {
  display: block; }

.top_menu .menu-item-has-children > a {
  padding-right: 25px; }

.top_menu .menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  margin-top: -0.65rem;
  color: #d4d4d4; }

.top_menu .menu-item-has-children:hover > a:after {
  color: #c2dd91; }

#cart-head {
  float: right;
  height: 3rem;
  position: relative;
  display: inline-block;
  padding: 1rem 10px 0 0;
  text-align: right;
  margin-right: -20px; }
  @media only screen and (min-width: 1170px) {
    #cart-head {
      padding: 1.25rem 20px 1rem 20px;
      height: 6.5rem;
      background-color: #9ec94f; } }
  @media only screen and (min-width: 1410px) {
    #cart-head {
      height: 7.5rem;
      padding: 1.75rem 20px 1.5rem 20px; } }

/*#cart-head::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6rem 6rem;
	border-color: transparent transparent $green transparent;
	position: absolute;
	top: 0;
	right: 100%;
}*/
#cart-head a {
  color: #86BC24; }
  @media only screen and (min-width: 1170px) {
    #cart-head a {
      color: white; } }

a.user_link {
  opacity: 0.9;
  display: inline-block; }

#wavy {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: auto; }

.user_link {
  font-size: 1.5rem;
  margin-left: 10px; }
  @media only screen and (min-width: 1170px) {
    .user_link {
      line-height: 1;
      font-size: 0.875rem;
      margin-left: 10px; } }
  .user_link:first-child {
    margin-left: 0; }
  .user_link i {
    margin-right: 8px; }
  @media only screen and (min-width: 1410px) {
    .user_link {
      margin-left: 20px;
      font-size: 1rem; } }

.user_link span {
  display: none; }
  @media only screen and (min-width: 1170px) {
    .user_link span {
      display: inline-block; } }

.header_phone {
  display: none; }
  @media only screen and (min-width: 1170px) {
    .header_phone {
      font-size: 1.5rem;
      display: block;
      line-height: 1.75rem;
      padding-top: 0.25rem; } }
  @media only screen and (min-width: 1410px) {
    .header_phone {
      line-height: 1;
      font-size: 1.75rem; } }
  .header_phone i {
    margin-right: 10px; }

#bars {
  display: inline-block; }
  @media only screen and (min-width: 1170px) {
    #bars {
      display: none; } }

/*-----------MOBILE MENU---------------*/
.mobile_menu_container {
  position: fixed;
  z-index: 100;
  display: block;
  right: -310px;
  top: 0;
  width: 100%;
  max-width: 300px;
  overflow: scroll;
  z-index: 100;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  padding-top: 2rem;
  background-color: #92c239;
  height: 100%;
  height: 100vh; }

.mobile_menu_container.active {
  right: -0px; }

.mobile_menu_container .fa-times-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 2rem; }

.mobile_menu {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0; }

.mobile_menu li {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 50px; }

.mobile_menu li ul {
  display: none;
  padding-left: 0; }

.mobile_menu li a {
  display: block;
  padding: 0.5rem 20px;
  color: white;
  font-size: 1rem; }
  .mobile_menu li a:visited {
    color: white; }
  .mobile_menu li a:focus {
    color: white; }
  .mobile_menu li a:hover {
    color: #daeabd; }
  .mobile_menu li a:active {
    color: white; }

.mobile_menu .menu-item-has-children > a {
  padding-right: 30px; }

.mobile_menu .menu-item-has-children:after {
  content: "\f0d7";
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  margin-top: 0.5rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.05);
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s; }

.mobile_menu .menu-item-has-children.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile_menu .menu-item-has-children:hover > a:after {
  color: #aad065; }

.mobile_menu li ul li a {
  padding-left: 30px;
  color: #435e12; }
  .mobile_menu li ul li a:visited {
    color: #435e12; }
  .mobile_menu li ul li a:focus {
    color: #435e12; }
  .mobile_menu li ul li a:hover {
    color: #daeabd; }
  .mobile_menu li ul li a:active {
    color: #435e12; }

/*=====================================================
HOME
=====================================================*/
/*----------Slider------------*/
.hero_slider {
  position: relative;
  outline: none;
  background-color: #f5f5f5;
  margin-bottom: -2rem;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.hero_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: button;
  font-size: 0;
  line-height: 1;
  width: 0;
  height: 0;
  padding: 0;
  background-color: transparent;
  border-style: solid; }

.hero_slider .slick-prev {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #86BC24 transparent transparent transparent; }

.hero_slider .slick-next {
  bottom: 3rem;
  right: 0;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #878786 transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.8; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute; }

.slick-prev:before {
  content: "\f0d9";
  top: -42px;
  left: 9px; }

.slick-next:before {
  content: "\f0da";
  right: 9px;
  bottom: -42px; }

.slide {
  outline: none;
  background-color: white;
}
.slide_wrapper {
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4f3fc+0,80c8dd+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,e6e5e5+100 */
  background: #f8f8f8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e6e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e6e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e6e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #e6e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #e6e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, #e6e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e6e5e5',GradientType=0 );
  /* IE6-8 */
  background-size: cover;
  background-position: left center; }

.slide h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.slide.dark {
  color: white; }
  .slide.dark h2 {
    color: white; }



.slide_container {
  position: relative;
  width: 100%;
  padding: 3rem 20px;
  max-width: 1200px;
  margin: auto;
  min-height: 300px;
}

.slide_text {
  padding-right: 0px;
  display: inline-block;
  opacity: 0;
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  -moz-transition: ease 1s 0s;
  -o-transition: ease 1s 0s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0s;
  transition: ease 1s 0s; }
  @media only screen and (min-width: 768px) {
    .slide_text {
      width: 50%;
    }
  }
  @media only screen and (min-width: 992px) {
    .slide_text {
      width: 33%; } }

.slick-slide img.slide_image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .slick-slide img.slide_image {
      opacity: 0;
      -moz-transform: translateX(60px);
      -ms-transform: translateX(60px);
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
      -moz-transition: ease 0.5s 0.2s;
      -o-transition: ease 0.5s 0.2s;
      -webkit-transition: ease 0.5s;
      -webkit-transition-delay: 0.2s;
      transition: ease 0.5s 0.2s;
      width: 50%;
      display: inline-block;
      position: absolute;
      height: auto;
      bottom: -2rem;
      right: 20px; } }
  @media only screen and (min-width: 992px) {
    .slick-slide img.slide_image {
      width: 60%;
      bottom: -3.5rem; } }

.slick-list {
  overflow: initial !important; }

.slick-current img.slide_image, .slick-current .slide_text {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -moz-transition: ease 1s 0.2s;
  -o-transition: ease 1s 0.2s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0.2s;
  transition: ease 1s 0.2s; }

/*----------Featured------------*/
.featured_products_section {
  padding-bottom: 4.5rem; }

.featured_product {
  display: block;
  text-align: center;
  padding: 20px 20px 0.8em; }
  @media only screen and (min-width: 992px) {
    .featured_product {
      padding: 20px 20px 0.8em; } }

.featured_product_link {
  display: block; }

.featured_product img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto 0.25rem; }

.featured_product h3 {
  position: relative;
  margin-top: -0.5rem; }
  @media only screen and (min-width: 1170px) {
    .featured_product h3 {
      margin-top: 0; } }

.featured_product:hover img {
  top: -5px; }

/*-------------Sample book-----------*/
/*
.fielderror {
  border-color: red !important;
}
*/

#sample_form_section {
  display: none;
  background-color: #6c6c6b;
  color: white;
  padding-bottom: 4.5rem; }

#sample_form_section h2 {
  color: white; }

#sample_form_section h3 {
  color: #D6D6D6; }

.sample_form {
  width: 100%;
  max-width: 600px;
  margin: auto; }

.sample_form input, .sample_form textarea, .sample_form select {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #333;
  border: none; }

.topbar_section {
  padding-top: 4.5rem; }

.topbar_container {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -1.5rem; }

.topbar {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #a378cf;
  line-height: 3rem;
  padding: 0 20px;
  font-weight: normal;
  font-size: 1.125rem;
  color: white;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .topbar:visited {
    color: white; }
  .topbar:focus {
    color: white; }
  .topbar:hover {
    color: #f3eef9; }
  .topbar:active {
    color: white; }
  .topbar:hover {
    background-color: #8D57C4;
    color: white; }

.expand_tab {
  position: absolute;
  top: 100%;
  margin-top: -3px;
  display: inline-block;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: white transparent transparent transparent;
  -moz-transition: -moz-transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -o-transition: -o-transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -webkit-transition: -webkit-transform 0.3s ease, margin 0.5s ease, opacity 0.5s ease;
  -webkit-transition-delay: 0s, 0.5s, 0.5s;
  transition: transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s; }

.contract_tab {
  position: absolute;
  bottom: 100%;
  margin-bottom: -23px;
  display: inline-block;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  -moz-transition: -moz-transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -o-transition: -o-transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -webkit-transition: -webkit-transform 0.3s ease, margin 0.5s ease, opacity 0.5s ease;
  -webkit-transition-delay: 0s, 0.5s, 0.5s;
  transition: transform 0.3s ease, margin 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  opacity: 0; }

.expand_tab i {
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -4px;
  width: 100%;
  text-align: center;
  color: #cfcfce; }

.contract_tab i {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -4px;
  width: 100%;
  text-align: center;
  color: #cfcfce; }

.topbar_container:hover .expand_tab {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.topbar_container:hover .contract_tab {
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.expanded .expand_tab {
  margin-top: -10px;
  opacity: 0; }

.expanded .contract_tab {
  opacity: 1;
  margin-bottom: -3px; }

/*----------WHy secure------------*/
.benefits_content {
  padding-bottom: 3rem; }

ul.ticks {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    ul.ticks {
      font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    ul.ticks {
      font-size: 1.25rem; } }

ul.ticks li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 0.5rem; }
  ul.ticks li:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #a378cf; }

@media only screen and (min-width: 768px) {
  .quotecol {
    border-left: 4px solid #e7e7e6; } }

@media only screen and (min-width: 768px) {
  form#quickquote {
    padding: 0 40px; } }

@media only screen and (min-width: 480px) {
  .clear-cta {
    float: left;
    clear: both; } }

.form_group > label {
  display: block;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .form_group > label {
      display: block;
      width: 33%;
      padding: 0 10px 0 0;
      text-align: left;
      vertical-align: top;
      padding-top: 0.5rem;
      float: left; } }

.form_group > label[title]:after, .summary_row > label[title]:after {
  content: '\f05a';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px; }

.form_group > span {
  display: block;
  padding-top: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .form_group > span {
      width: 66%;
      padding: 0px;
      text-align: left;
      display: block;
      vertical-align: top;
      float: right; } }
  .form_group > span.buttonspan {
    width: 100%; }

form#quickquote h3 {
  padding-left: 5px;
  margin-bottom: 1.75rem;
  font-size: 1.75rem; }

.price_label, .price_value {
  font-size: 1.25rem;
  color: #a378cf;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .price_label, .price_value {
      font-size: 1.5rem; } }

form#quickquote span.price_value, .tab-pane span.price_value {
  padding-top: 0.5rem; }

form#quickquote span.price_label {
  width: 40%; }

.artwork_template {
  font-weight: bold;
  display: block;
  margin-top: 1rem; }
  .artwork_template i {
    font-weight: normal;
    margin-right: 10px; }

/*----------Ordering------------*/
section.ordering {
  padding: 0; }

.steps_title_block {
  background-color: #86BC24;
  padding: 0.55rem 0; }

.steps_title_block h2:after {
  display: none; }

.steps_title_block h2 {
  margin-bottom: 0;
  color: white; }

.order_steps {
  display: table;
  width: 100%; }

.order_step {
  position: relative;
  display: table-cell;
  width: 33.333%;
  text-align: center;
  vertical-align: top;
  background-color: #f2f2f2;
  background-size: cover;
  padding: 2rem 20px;
  color: white; }
  @media only screen and (min-width: 768px) {
    .order_step {
      height: 220px;
      padding: 2.25rem 60px 0;
      width: 35.333%; } }
  @media only screen and (min-width: 1410px) {
    .order_step {
      padding-top: 2rem; } }
  .order_step:nth-child(2n) {
    background-color: whitesmoke;
    color: #888; }
    @media only screen and (min-width: 768px) {
      .order_step:nth-child(2n) {
        width: 30.3333%; }
        .order_step:nth-child(2n):before, .order_step:nth-child(2n):after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          right: 100%; }
        .order_step:nth-child(2n):before {
          border-width: 0 0 110px 60px;
          border-color: transparent transparent whitesmoke transparent;
          bottom: 0; }
        .order_step:nth-child(2n):after {
          border-width: 0 60px 110px 0px;
          border-color: transparent whitesmoke transparent transparent;
          top: 0; } }
    .order_step:nth-child(2n) span.step_number {
      border-color: #888;
      bottom: 0; }
  @media only screen and (min-width: 768px) {
    .order_step:nth-child(3n):before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 110px 0 110px 60px;
      border-color: transparent transparent transparent whitesmoke; } }

@media only screen and (min-width: 1410px) {
  span.step_description {
    font-size: 1.25rem; } }

span.step_number {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 2px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    span.step_number {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 30px; } }
  @media only screen and (min-width: 1410px) {
    span.step_number {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 36px; } }

/*------------Home Text Sections-------------*/
.section_photo {
  opacity: 0.1;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 20px;
  width: 45%;
  left: 50%;
  margin-left: 10px; }
  @media only screen and (min-width: 768px) {
    .section_photo {
      opacity: 1;
      bottom: -1rem; } }

/*------------Testimonials-------------------*/
.testimonials {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  outline: none;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .testimonials {
      max-width: 300px;
      margin-bottom: 0; } }

.testimonial {
  outline: none; }

.testimonial_content {
  padding: 20px;
  background-color: #f5f5f5;
  margin-top: -35px;
  padding-top: 48px; }

.testimonial_image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  display: block;
  margin: auto;
  border: 2px solid white; }

.testimonial_person {
  font-weight: bold;
  display: block;
  padding-top: 0.5rem; }

#promo {
  background-color: white;
  margin-bottom: 1rem;
  padding: 1.5rem 20px;
}

#promo i {
  display: inline-block;
  margin-right: 10px;
}


/*=====================================================
FOOTER
=====================================================*/
.footer_container {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.site-footer {
  background-color: #6c6c6b;
  color: white; }

.site-footer h3 {
  color: #86BC24; }

.site-footer a {
  color: white; }
  .site-footer a:visited {
    color: white; }
  .site-footer a:focus {
    color: white; }
  .site-footer a:hover {
    color: #c2dd91; }
  .site-footer a:active {
    color: white; }

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer_socials {
  display: block;
  overflow: visible; }

.footer_socials a {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: white;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s; }
  .footer_socials a:visited {
    color: white; }
  .footer_socials a:focus {
    color: white; }
  .footer_socials a:hover {
    color: #86BC24; }
  .footer_socials a:active {
    color: white; }

.footer_socials a:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

#twittericon:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26.0px 15px;
  border-color: transparent transparent #575757 transparent; }

.twitterfeed {
  display: block;
  background-color: #575757;
  padding: 15px; }

.timestamp {
  font-size: 0.75rem;
  display: block;
  color: #dbdbdb; }

.footerlinks {
  padding-top: 1rem;
  font-size: 0.775rem;
  color: #dbdbdb; }

.footer_contact {
  display: block; }

footer .w-col {
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    footer .w-col {
      padding-bottom: 0 !important; } }

.subfooter {
  background-color: #333; }

.footerlinks {
  margin: 0;
  padding: 0.5rem 0; }

.twiget-tweet {
  margin: 0;
  padding: 0; }

.tweet h3, .tweet-bio, .twigetfollow {
  display: none; }

.twiget-widget ul, .twiget-widget ul li {
  padding: 0;
  margin: 0;
  border: 0; }

/*=====================================================
PRODUCTS PAGE
=====================================================*/
.page-template-products .featured_products_section, .page-template-ops-products .featured_products_section {
  background-color: #f5f5f5; }

/*=====================================================
PRODUCT PAGE
=====================================================*/
section.product_design_section {
  padding-bottom: 1rem; }

.design_options {
  margin-top: 1rem; }

.design_option {
  display: block;
  max-width: 300px;
  margin: auto;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 2rem; }

.design_option .cta_container {
  position: absolute;
  bottom: 0;
  width: 100%; }

.design_option span {
  margin-bottom: 1rem;
  display: block;
  margin-top: -0.5rem; }

.design_option i {
  font-size: 4rem;
  opacity: 0.5; }

/*=====================================================
TEMPLATES PAGE
=====================================================*/
.templates_section {
  padding-bottom: 2rem; }

.templates_section .other_designs {
  display: none; }
  @media only screen and (min-width: 992px) {
    .templates_section .other_designs {
      display: block; } }

.filter_block {
  position: relative;
  padding: 20px;
  background-color: white;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .filter_block {
      margin-bottom: 0; } }
  .filter_block h2 {
    padding-bottom: 0;
    font-size: 1.25rem;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .filter_block h2 {
        font-size: 1.5rem; } }
    .filter_block h2:after {
      display: none; }

.filter_block .toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 1.25rem;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #86BC24; }
  @media only screen and (min-width: 768px) {
    .filter_block .toggle {
      display: none; } }
  .filter_block .toggle.expanded {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

#filters {
  display: none;
  padding-top: 1rem; }
  @media only screen and (min-width: 768px) {
    #filters {
      display: block; } }

#filters input[type="checkbox"] {
  display: inline-block;
  margin: 0 10px 0 0; }

.template_container {
  margin-bottom: 20px;
  background-color: white;
}

.template_thumb, .template_large, .listing-image-link img {
  width: 100%;
  height: auto;
  display: block; }

.template_container_content {
  padding: 20px 20px 5rem;
  background-color: white;
  position: relative;
}

.cta_container {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  left: 0;
  padding: 0 20px;
}

.template_container_content h4 {
  margin: 0 0 0.25rem;
  padding: 0; }

.available {
  padding-top: 0.25rem;
  font-size: 0.75rem; }

.colours {
  display: block;
  padding-top: 0.25rem; }

.colour {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }
  .colour.active {
    border: 2px solid rgba(0, 0, 0, 0.3); }

.templates-loading {
    background:#F2F2F2;
    font-size:1rem;
    padding:5px 10px;
    text-align:center;
    width:75%;
    margin:0px auto;
    display:none;
}
.template_container .nav-tabs > li {
    width: 50%;
    text-align: center;
    line-height: 2rem;
    background-color: #86bc24;
    color: #fff;
    border-radius: 0;
}
.template_container .nav-tabs > li a{
  color: white;
  margin: 0;
}
.template_container .nav-tabs > li.active{
  background-color: white;
}
.template_container .nav-tabs > li.active a{
  color: #555555;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-radius: 0;
    color: #555555;
}

/*=====================================================
DESIGN SUMMARY PAGE
=====================================================*/
#template_quote select {
  width: auto; }

#template_quote .price_label {
  margin-right: 20px; }

.your_price {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

@media only screen and (min-width: 768px) {
  form#quickquote.non-home {
    padding: 1.5rem 0 0 0; } }
form#quickquote.non-home h3 {
  padding: 0; }

.product_tabs {
  margin-top: 2rem; }

.product_tabs .nav-tabs {
  border: none; }

.nav-tabs.product_tabs a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none; }
  .nav-tabs.product_tabs a:hover {
    border: none; }

.product_tabs .tab-content {
  background-color: white;
  padding: 2rem 20px; }

.basic-product-form {
  margin-top: 2rem; }

/*=====================================================
3 STEPS
=====================================================*/
.product_steps_container {
  padding-right: 20px;
  padding-bottom: 2rem; }

.product_steps {
  height: 50px;
  display: table;
  width: 100%; }

.product_step {
  position: relative;
  background-color: #ddd;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .product_step:first-child {
    width: 32%; }
  .product_step:last-child {
    width: 32%; }
  .product_step:after {
    content: "";
    background-image: url('../../img/arrow.png?1445269410');
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; }

.product_step.active {
  background-color: white; }
  .product_step.active:after {
    content: "";
    background-image: url('../../img/arrow_active.png?1445269410'); }

.order_step_number {
  padding-left: 20px; }

.order_step_name {
  display: none; }
  @media only screen and (min-width: 768px) {
    .order_step_name {
      display: inline-block; } }

.order_form {
  max-width: 800px; }

.form_group {
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .form_group input[type="text"], .form_group select, .form_group textarea {
      display: inline-block; }
    .form_group input[type="checkbox"] {
      display: inline-block;
      vertical-align: middle; }
    .form_group textarea {
      height: 10rem; } }
  .form_group textarea {
    line-height: 2rem; }

.add_denom {
  line-height: 3rem;
  display: block;
  text-align: right; }
  .add_denom span {
    display: inline-block;
    vertical-align: middle; }

.denominations_container .fa-plus-circle {
  color: #86BC24;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }
  .denominations_container .fa-plus-circle:hover {
    color: #9ec94f; }

.denominations {
  text-align: left;
  display: table;
  width: 100%; }
  .denominations td, .denominations th {
    padding-right: 3px; }
    .denominations td:last-child, .denominations th:last-child {
      padding-right: 0px;
      min-width: 20px; }
  .denominations th {
    font-size: 0.75rem;
    font-weight: normal;
    padding-bottom: 0.5rem; }
  .denominations input[type="text"], .denominations select {
    width: 100%;
    font-size: 0.875rem; }
    @media only screen and (min-width: 992px) {
      .denominations input[type="text"], .denominations select {
        font-size: 0.875rem; } }
  .denominations input[type="text"] {
    max-width: 100px; }
  .denominations .item_description {
    min-width: 120px; }
    @media only screen and (min-width: 768px) {
      .denominations .item_description {
        min-width: 130px; } }
    .denominations .item_description input[type="text"] {
      max-width: 100%; }
  .denominations .fa-trash:hover {
    color: red;
    cursor: pointer; }

.steps_buttons {
  text-align: right; }

.w-col.brief_col {
  float: right; }
  @media only screen and (min-width: 768px) {
    .w-col.brief_col {
      border-left: 4px solid #e7e7e6;
      padding-left: 40px; } }

.order_summary {
  display: none; }
  @media only screen and (min-width: 768px) {
    .order_summary {
      display: block; } }

.order_summary_group {
  margin-bottom: 1rem;
  font-size: 0.875rem; }

.order_summary_item {
  padding-bottom: 0.5rem; }

.order_summary_item label {
  display: block;
  font-weight: 600; }

.order_summary_item .template_thumb {
  margin-top: 0.25rem;
  width: 100%;
}

.order_summary_col {
  display: none; }
  @media only screen and (min-width: 768px) {
    .order_summary_col {
      display: block; } }

.order_summary_price .price_label, .order_summary_price .price_value {
  font-size: 1rem; }

.mobile_summary_price {
  display: block;
  text-align: right;
  padding-bottom: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .mobile_summary_price {
      display: none; } }
  .mobile_summary_price .price_label, .mobile_summary_price .price_value {
    font-size: 1rem; }

.ui-tooltip {
  background-color: white;
  left: -100px;
  box-shadow: none !important;
  padding: 0.25rem 10px;
  border: none !important; }

.ui-tooltip-content {
  font-size: 0.875rem;
  color: #888;
  font-weight: 300; }

span.cost {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle; }

@media only screen and (min-width: 480px) {
  .steps_buttons a {
    margin-left: 10px; } }

.steps_buttons a:first-child {
  margin-left: 0px; }

span.filename {
  font-weight: bold;
  display: block; }

/*=====================================================
CART
=====================================================*/
@media only screen and (min-width: 992px) {
  .w-col.cartcolumn {
    float: right; } }

.cartcolumn h2:after {
  display: none; }

.cart_table {
  background-color: white;
  padding: 1rem 20px; }

.cart_table.review_table .cart_product {
  width: 58%; }
.cart_table.review_table .cart_title.cart_product {
  margin-left: 0; }

.cart_row {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem 0;
  font-size: 0.875rem; }

.heading_row {
  font-size: 1rem; }

.cart_title {
  display: inline-block;
  font-weight: bold; }

.cart_cell {
  display: inline-block;
  vertical-align: top; }

.cart_product {
  width: 65%;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .cart_product {
      width: 50%; } }

.cart_title.cart_product {
  margin-left: 8%; }

.cart_quantity {
  width: 20%; }

.cart_subtotal {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-left: 8%; }
  @media screen and (min-width: 768px) {
    .cart_subtotal {
      width: 20%;
      text-align: right;
      padding-left: 0; } }

@media screen and (max-width: 767px) {
  .cart_title.cart_subtotal {
    display: none; } }

.remove {
  width: 8%;
  text-align: center; }
  .remove i {
    cursor: pointer; }
    .remove i:hover {
      color: red; }

.product_name {
  font-weight: bold; }

.product_description_item {
  display: block; }

.summary_row {
  border: none;
  padding: 0.25rem 0;
  text-align: right; }

.summary_title {
  font-weight: bold;
  display: inline-block;
  width: auto; }

.summary_value {
  font-weight: bold;
  display: inline-block;
  width: 120px; }

.promo_row {
  padding-bottom: 1rem;
  border-bottom: none; }
  .promo_row input[type="text"] {
    width: 80%;
    max-width: 200px;
    float: right; }
  .promo_row input[type="submit"] {
    width: 20%;
    max-width: 100px;
    float: right;
    margin-top: 0;
    text-align: center;
    padding: 0.6rem 0; }
    .promo_row input[type="submit"]:hover {
      background-color: #6b961c;
      border-color: #6b961c;
      color: white; }

.checkout_option {
  background-color: white;
  margin-top: 1rem;
  text-align: center;
  padding: 1.5rem 20px 5rem; }
  .checkout_option .cta {
    margin-top: 1rem; }
.no-margin {
  margin-top: 1rem;
}@media only screen and (min-width: 991px) {
    .no-margin {
      margin-top: 0; } }
.checkout_option h2 {
  font-size: 1.5rem; }

.checkout_option span {
  display: block;
  margin-bottom: 0; }
.promo_name {
  display: block;
  font-size: 1.5rem;
  padding: 0; margin:0;
  color: #fff; }
.promo_more{
  display: block;
}
.promo_more i{
  padding-top:0.6rem;
  color:#fff;
}
h2.in_cart_title{
  font-size: 1rem;
}
.cart_value_pack_header h2.in_cart_title{
  font-size: 1rem;
  float: right;
  text-align: center;
  width:35%;
  padding-left:5px;
}
p.in_cart_title {
  display: block;
  font-size: 1rem;
  padding: 0 10px; }
  p.in_cart_title:first-child {
    padding-top: 0; margin-top: 0; }

.in_cart {
  background-color: white;
  margin-bottom: 0.5rem; }

.in_cart img {
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  margin-right: 20px; }

.in_cart_description {
  display: inline-block;
  vertical-align: middle; }

.old_price, .new_price {
  display: inline-block; }

.old_price {
  text-decoration: line-through; }

.new_price {
  color: #8D57C4;
  font-weight: bold; }

.offer_details {
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
  display: block;
  font-weight: bold; }

.cart_value_pack_header{
    background-color: #86BC24;
    color: #fff;
    padding: 1.5rem 20px;
}
.cart_value_pack_header h2{
    color: #fff;
}
.cart_value_packs {
  margin-bottom: 1rem;
}
.cart_value_pack {
  padding: 1.5rem 20px;
  background-color: white;
  display: none; }
  @media only screen and (min-width: 768px) {
    .cart_value_pack {
      margin-top: 0; } }

/*.cart_value_pack .in_cart_title:first-child {
  display: none; }*/

.cart_value_pack:first-child .in_cart_title:first-child {
  display: block; }

.value_packs {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden; }

.value_pack {
  width: 50%;
  float: left;
  padding: 0 10px;
  cursor: pointer;
  position: relative; }
  /*.value_pack:after, .value_pack:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #ccc; }
    .value_pack:after:visited, .value_pack:before:visited {
      color: #ccc; }
    .value_pack:after:focus, .value_pack:before:focus {
      color: #ccc; }
    .value_pack:after:hover, .value_pack:before:hover {
      color: #ccc; }
    .value_pack:after:active, .value_pack:before:active {
      color: #ccc; }
  /*.value_pack:before {
    display: none; }
  /*.value_pack:after {
    display: block;
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: -6px;
    font-size: 16px;
    line-height: 1;
    margin-top: -1rem; }*/
  .value_pack:last-child:after {
    display: none; }
  .value_pack_divider {
    border-bottom: 1px solid #f5f5f5;
    margin: 0.5em 10px;
  }
  @media only screen and (min-width: 992px) {
    .value_pack:nth-child(even):after {
      display: none; }
    /*.value_pack:nth-child(odd):after {
      display: block;
      content: "\f067";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      right: -6px;
      font-size: 16px;
      line-height: 1;
      margin-top: -1rem; }
    .value_pack:nth-child(odd):before {
      display: block;
      content: "\f067";
      font-family: FontAwesome;
      position: absolute;
      bottom: 3px;
      left: 50%;
      font-size: 16px;
      line-height: 1;
      margin-left: -6px; }
    .value_pack:nth-child(odd):last-child:before, .value_pack:nth-child(odd):last-child:after {
      display: none; } */
    }

@media screen and (max-width: 991px) {
  .cart_value_pack h2 {
    font-size: 1.5rem; }
    .cart_value_pack h2 span {
      font-size: 1rem; }
    .cart_value_pack h2:after {
      display: none; } }

.value_pack .featured_product {
  background-color: white;
  padding-top: 0; }

.value_pack_desc {
  display: block;
  /*font-size: 0.75rem;*/
  color: #888; }
  .value_pack_desc:visited {
    color: #888; }
  .value_pack_desc:focus {
    color: #888; }
  .value_pack_desc:hover {
    color: #888; }
  .value_pack_desc:active {
    color: #888; }

.value_pack_price {
  display: block;
  font-size: 1rem;
  color: #86BC24; }

.proof_form {
  padding-bottom: 2rem; }
  @media only screen and (min-width: 992px) {
    .proof_form {
      padding-bottom: 0; } }

/*=====================================================
LOGIN
=====================================================*/
.login_box {
  background-color: white;
  padding: 1.5rem 20px; }

@media only screen and (min-width: 480px) {
  .login_box .cta {
    float: right; } }

.form_box {
  background-color: white;
  padding: 1.5rem 20px; }

.register_form h2 {
  font-size: 1.5rem; }
  .register_form h2:after {
    display: none; }

.billing_box {
  background-color: white;
  padding: 1.5rem 20px;
  margin-bottom: 1rem; }
  .billing_box h2 {
    font-size: 1.5rem; }
    .billing_box h2:after {
      display: none; }

.form_group > span.billing_value {
  padding: 0 10px 0 0;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5rem;
  float: left; }

.billing_attribute {
  font-weight: normal; }

#newaddress {
  display: none; }

.payment_option {
  padding: 0.5rem 0; }

.payment_option input[type="radio"] {
  display: inline-block;
  margin-right: 20px; }

.confirm_button {
  padding-top: 1rem; }

/*=====================================================
GENERIC PAGE
=====================================================*/
.banner {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #ccc; }

.page_image {
  width: 100%;
  height: auto;
  max-width: 450px;
  display: block;
  margin: 2rem auto 0; }
  @media only screen and (min-width: 992px) {
    .page_image {
      margin-top: 0; } }

section.page_section:nth-child(even) {
  background-color: #f5f5f5; }
  section.page_section:nth-child(even) .w-col.section_content {
    float: right; }

/*=====================================================
FAQ
=====================================================*/
.question {
  font-weight: bold; }

.answer {
  display: none; }

.q_and_a {
  cursor: pointer;
  padding-bottom: 1rem; }
  .q_and_a:last-child {
    padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .sidebar_col {
    border-left: 4px solid #e7e7e6;
    padding-left: 40px; } }

/*=====================================================
GALLERY
=====================================================*/
.gallery_section {
  padding-bottom: 2rem; }

.gallery_thumb {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center; }

.gallery_thumb img {
  display: block;
  width: 100%;
  height: auto; }

.gallery_thumb {
  position: relative;
  color: #888; }
  .gallery_thumb:visited {
    color: #888; }
  .gallery_thumb:focus {
    color: #888; }
  .gallery_thumb:hover {
    color: #888; }
  .gallery_thumb:active {
    color: #888; }

.gallery_thumb h4 {
  margin: 0; }

.clear_all {
  color: #888;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block; }
  .clear_all:visited {
    color: #888; }
  .clear_all:focus {
    color: #888; }
  .clear_all:hover {
    color: #86BC24; }
  .clear_all:active {
    color: #888; }

.gallery_intro {
  padding-bottom: 1rem; }

.new {
  display: block;
  position: absolute;
  background-color: #a378cf;
  color: white;
  left: 10%;
  width: 2rem;
  height: 2rem;
   line-height: 2rem;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.75rem;
  top: 30%;
}

@media only screen and (min-width: 480px) {
  .new {
    top: 50%;
    left: 15%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}


@media only screen and (min-width: 768px) {
  .new {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.75rem;
    top: 55%;
    left: 10%;
  }
}

@media screen and (min-width: 991px) {
  .new {
    top: 60%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
}
/*=====================================================
CONTACT
=====================================================*/
.acf-map {
  width: 100%;
  height: 300px;
  border: none;
  margin: 0;
  pointer-events: none;
  cursor: pointer; }

.contact_link {
  display: block;
  margin-bottom: 1rem; }
  .contact_link:last-child {
    margin-bottom: 0; }
  .contact_link i {
    margin-right: 10px; }

p.companyinfo {
  font-size: 0.875rem; }

.wpcf7 .cta {
  float: right;
  clear: both; }

/*=====================================================
BLOG
=====================================================*/
.posts_section {
  padding-bottom: 2rem; }

.single_post {
  background-color: white;
  position: relative;
  padding-bottom: 5.5rem;
  margin-bottom: 1rem; }

.single_post .wp-post-image, .post .wp-post-image {
  width: 100%;
  height: auto; }

.single_post_content {
  padding: 1rem 20px 0; }

.single_post .cta_container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 1.5rem; }
  .single_post .cta_container .cta {
    display: block; }

.post {
  background-color: white;
  position: relative; }

.post_content {
  padding: 1.5rem 20px; }

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  font-size: 16px; }

p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #86BC24; }
  a:visited {
    color: #86BC24; }
  a:focus {
    color: #86BC24; }
  a:hover {
    color: #c2dd91; }
  a:active {
    color: #86BC24; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  line-height: 1.25;
  font-family: 'Century Gothic', CenturyGothic, Raleway, sans-serif;
  margin-bottom: 1rem;
  font-weight: normal; }

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

h1 {
  color: #86BC24;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  color: #86BC24;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.125rem;
  color: #878786; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 1.25rem; } }

h1 span, h2 span {
  color: #ababaa;
  display: block; }

h1 span {
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) {
    h1 span {
      font-size: 1.5rem; } }

h2 span {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    h2 span {
      font-size: 1.25rem; } }

h1:after, h2:after {
  content: "";
  display: block;
  background-color: #e7e7e6;
  height: 0.25rem;
  width: 100px;
  margin-top: 0.75rem; }
  .centered h1:after, .centered h2:after {
    margin: 0.75rem auto; }

h1:after {
  margin-top: 1rem; }
  .centered h1:after {
    margin: 1rem auto; }

strong {
  font-weight: bold !important; }

em {
  font-style: italic; }

.cta, .boxcontent a, #checkout-action-login .form-submit {
  color: #86BC24;
  border: 2px solid #86BC24;
  background-color: transparent;
  line-height: 1.25;
  padding: 0.75rem 20px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  border-radius: 0 !important;
  cursor: pointer;
}
  .cta:hover {
    background-color: #86BC24;
    color: white; }
  .cta.block {
    display: block; }
  @media only screen and (min-width: 480px) {
    .cta {
      display: inline-block;
      padding: 0.5rem 20px; } }

.cta.solid {
  background-color: #86BC24;
  color: white; }
  .cta.solid:hover {
    background-color: transparent;
    color: #86BC24; }

.cta.purple {
  color: #a378cf;
  border-color: #a378cf; }
  .cta.purple:hover {
    background-color: #a378cf;
    color: white; }

.cta.purple.solid {
  background-color: #a378cf;
  color: white; }
  .cta.purple.solid:hover {
    background-color: transparent;
    color: #a378cf; }
.cta.cta-small{
  padding: 0.5rem 14px;
  font-size: 0.9rem;
}    
.yesBox, .noBox {
  background-color: transparent;
  color: white;
  border-color: white; }
.yesBox {
  background-color: transparent;
  color: white;
  border: 2px solid #86BC24;
  padding:15px;
  margin-top:10px;
}
.noBox {
  background-color: transparent;
  color: white;
  border: 2px solid red;
  padding:15px;
  margin-top:10px;
}

.dark .cta {
  border-color: white;
  color: white; }
  .dark .cta:hover {
    background-color: white;
    color: #6b961c; }

#createform .checkout-action a {
    display: none;
}
.login-forgotpassword {
  display: block;
  overflow: visible;
}

.login-forgotpassword #action {
  background-color: transparent;
  color: #888;
  padding: 0;
  font-size: 0.875rem;
  font-weight: normal;
}

.login-password-label, .login-email-label {
  padding: 0;
  margin: 0;
}

.login-password-input, .login-email-input {
  padding: 0 0 0.5rem;
  margin: 0;
}

article#myaccount {
  background-color: white;
  padding: 1.5rem 20px;
  display: block;
}

article#myaccount .p-thumbs {
  display: none;
}

article#myaccount h1 {
  margin-top: 0;
}

#uploadBtn{ display:none; }

/*--------------------------------------------------------------
Landing Page Styles
--------------------------------------------------------------*/

.lp_section h1:after, .lp_section h2:after {
  background-color: #888;
}
.lp_section .design_option i {
  opacity: 1;
}

/*--------------------------------------------------------------
Webflow Grid System
--------------------------------------------------------------*/
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w-container {
  max-width: 1300px;
  overflow: hidden;
  padding: 0 20px; }

.w-container.fullwidth {
  max-width: 100%; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-col-push-1 {
  left: 8.33333333%; }

.w-col-push-2 {
  left: 16.66666667%; }

.w-col-push-3 {
  left: 25%; }

.w-col-push-4 {
  left: 33.33333333%; }

.w-col-push-5 {
  left: 41.66666667%; }

.w-col-push-6 {
  left: 50%; }

.w-col-push-7 {
  left: 58.33333333%; }

.w-col-push-8 {
  left: 66.66666667%; }

.w-col-push-9 {
  left: 75%; }

.w-col-push-10 {
  left: 83.33333333%; }

.w-col-push-11 {
  left: 91.66666667%; }

.w-col-pull-1 {
  right: 8.33333333%; }

.w-col-pull-2 {
  right: 16.66666667%; }

.w-col-pull-3 {
  right: 25%; }

.w-col-pull-4 {
  right: 33.33333333%; }

.w-col-pull-5 {
  right: 41.66666667%; }

.w-col-pull-6 {
  right: 50%; }

.w-col-pull-7 {
  right: 58.33333333%; }

.w-col-pull-8 {
  right: 66.66666667%; }

.w-col-pull-9 {
  right: 75%; }

.w-col-pull-10 {
  right: 83.33333333%; }

.w-col-pull-11 {
  right: 91.66666667%; }

.w-col-offset-1 {
  margin-left: 8.33333333%; }

.w-col-offset-2 {
  margin-left: 16.66666667%; }

.w-col-offset-3 {
  margin-left: 25%; }

.w-col-offset-4 {
  margin-left: 33.33333333%; }

.w-col-offset-5 {
  margin-left: 41.66666667%; }

.w-col-offset-6 {
  margin-left: 50%; }

.w-col-offset-7 {
  margin-left: 58.33333333%; }

.w-col-offset-8 {
  margin-left: 66.66666667%; }

.w-col-offset-9 {
  margin-left: 75%; }

.w-col-offset-10 {
  margin-left: 83.33333333%; }

.w-col-offset-11 {
  margin-left: 91.66666667%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 100%; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-medium-push-1 {
    left: 8.33333333%; }

  .w-col-medium-push-2 {
    left: 16.66666667%; }

  .w-col-medium-push-3 {
    left: 25%; }

  .w-col-medium-push-4 {
    left: 33.33333333%; }

  .w-col-medium-push-5 {
    left: 41.66666667%; }

  .w-col-medium-push-6 {
    left: 50%; }

  .w-col-medium-push-7 {
    left: 58.33333333%; }

  .w-col-medium-push-8 {
    left: 66.66666667%; }

  .w-col-medium-push-9 {
    left: 75%; }

  .w-col-medium-push-10 {
    left: 83.33333333%; }

  .w-col-medium-push-11 {
    left: 91.66666667%; }

  .w-col-medium-pull-1 {
    right: 8.33333333%; }

  .w-col-medium-pull-2 {
    right: 16.66666667%; }

  .w-col-medium-pull-3 {
    right: 25%; }

  .w-col-medium-pull-4 {
    right: 33.33333333%; }

  .w-col-medium-pull-5 {
    right: 41.66666667%; }

  .w-col-medium-pull-6 {
    right: 50%; }

  .w-col-medium-pull-7 {
    right: 58.33333333%; }

  .w-col-medium-pull-8 {
    right: 66.66666667%; }

  .w-col-medium-pull-9 {
    right: 75%; }

  .w-col-medium-pull-10 {
    right: 83.33333333%; }

  .w-col-medium-pull-11 {
    right: 91.66666667%; }

  .w-col-medium-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-medium-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-medium-offset-3 {
    margin-left: 25%; }

  .w-col-medium-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-medium-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-medium-offset-6 {
    margin-left: 50%; }

  .w-col-medium-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-medium-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-medium-offset-9 {
    margin-left: 75%; }

  .w-col-medium-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-medium-offset-11 {
    margin-left: 91.66666667%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; }

  .w-col-small-push-1 {
    left: 8.33333333%; }

  .w-col-small-push-2 {
    left: 16.66666667%; }

  .w-col-small-push-3 {
    left: 25%; }

  .w-col-small-push-4 {
    left: 33.33333333%; }

  .w-col-small-push-5 {
    left: 41.66666667%; }

  .w-col-small-push-6 {
    left: 50%; }

  .w-col-small-push-7 {
    left: 58.33333333%; }

  .w-col-small-push-8 {
    left: 66.66666667%; }

  .w-col-small-push-9 {
    left: 75%; }

  .w-col-small-push-10 {
    left: 83.33333333%; }

  .w-col-small-push-11 {
    left: 91.66666667%; }

  .w-col-small-pull-1 {
    right: 8.33333333%; }

  .w-col-small-pull-2 {
    right: 16.66666667%; }

  .w-col-small-pull-3 {
    right: 25%; }

  .w-col-small-pull-4 {
    right: 33.33333333%; }

  .w-col-small-pull-5 {
    right: 41.66666667%; }

  .w-col-small-pull-6 {
    right: 50%; }

  .w-col-small-pull-7 {
    right: 58.33333333%; }

  .w-col-small-pull-8 {
    right: 66.66666667%; }

  .w-col-small-pull-9 {
    right: 75%; }

  .w-col-small-pull-10 {
    right: 83.33333333%; }

  .w-col-small-pull-11 {
    right: 91.66666667%; }

  .w-col-small-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-small-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-small-offset-3 {
    margin-left: 25%; }

  .w-col-small-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-small-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-small-offset-6 {
    margin-left: 50%; }

  .w-col-small-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-small-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-small-offset-9 {
    margin-left: 75%; }

  .w-col-small-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-small-offset-11 {
    margin-left: 91.66666667%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; }

  .w-col-tiny-push-1 {
    left: 8.33333333%; }

  .w-col-tiny-push-2 {
    left: 16.66666667%; }

  .w-col-tiny-push-3 {
    left: 25%; }

  .w-col-tiny-push-4 {
    left: 33.33333333%; }

  .w-col-tiny-push-5 {
    left: 41.66666667%; }

  .w-col-tiny-push-6 {
    left: 50%; }

  .w-col-tiny-push-7 {
    left: 58.33333333%; }

  .w-col-tiny-push-8 {
    left: 66.66666667%; }

  .w-col-tiny-push-9 {
    left: 75%; }

  .w-col-tiny-push-10 {
    left: 83.33333333%; }

  .w-col-tiny-push-11 {
    left: 91.66666667%; }

  .w-col-tiny-pull-1 {
    right: 8.33333333%; }

  .w-col-tiny-pull-2 {
    right: 16.66666667%; }

  .w-col-tiny-pull-3 {
    right: 25%; }

  .w-col-tiny-pull-4 {
    right: 33.33333333%; }

  .w-col-tiny-pull-5 {
    right: 41.66666667%; }

  .w-col-tiny-pull-6 {
    right: 50%; }

  .w-col-tiny-pull-7 {
    right: 58.33333333%; }

  .w-col-tiny-pull-8 {
    right: 66.66666667%; }

  .w-col-tiny-pull-9 {
    right: 75%; }

  .w-col-tiny-pull-10 {
    right: 83.33333333%; }

  .w-col-tiny-pull-11 {
    right: 91.66666667%; }

  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-tiny-offset-3 {
    margin-left: 25%; }

  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-tiny-offset-6 {
    margin-left: 50%; }

  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-tiny-offset-9 {
    margin-left: 75%; }

  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%; } }

header#masthead{
background-color:#FFF;
}
.page-id-13 article#myaccount .entry form#createform .checkout-action #submit.form-submit {
 	display:none;
 }