@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, .woocommerce-loop-product__title, .home .price, .template-archive .price, .single-product .price, .template-archive .product a.added_to_cart, .featured-row .woocommerce .products .product a.added_to_cart, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }


h1,
h2 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

/* *****************************************
		VARIABLES
******************************************** */
.row {
  position: relative;
  width: 100%;
  padding: 120px 40px;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap; }
  .row.no-margin {
    margin: 0; }
  .row.no-side-padding {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 568px) {
    .row {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px; } }
  .row.inner {
    padding: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding: 0 6px; }
  .col.no-side-padding, .no-side-padding.col-1, .no-side-padding.col-2, .no-side-padding.col-3, .no-side-padding.col-4, .no-side-padding.col-5, .no-side-padding.col-6, .no-side-padding.col-7, .no-side-padding.col-8, .no-side-padding.col-9, .no-side-padding.col-10, .no-side-padding.col-11, .no-side-padding.col-12 {
    padding: 0; }

.no-padding {
  padding: 0; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .col-tablet-1 {
    width: 8.33333%; }
  .col-tablet-2 {
    width: 16.66667%; }
  .col-tablet-3 {
    width: 25%; }
  .col-tablet-4 {
    width: 33.33333%; }
  .col-tablet-5 {
    width: 41.66667%; }
  .col-tablet-6 {
    width: 50%; }
  .col-tablet-7 {
    width: 58.33333%; }
  .col-tablet-8 {
    width: 66.66667%; }
  .col-tablet-9 {
    width: 75%; }
  .col-tablet-10 {
    width: 83.33333%; }
  .col-tablet-11 {
    width: 91.66667%; }
  .col-tablet-12 {
    width: 100%; } }

@media screen and (max-width: 568px) {
  .col-mobile-1 {
    width: 8.33333%; }
  .col-mobile-2 {
    width: 16.66667%; }
  .col-mobile-3 {
    width: 25%; }
  .col-mobile-4 {
    width: 33.33333%; }
  .col-mobile-5 {
    width: 41.66667%; }
  .col-mobile-6 {
    width: 50%; }
  .col-mobile-7 {
    width: 58.33333%; }
  .col-mobile-8 {
    width: 66.66667%; }
  .col-mobile-9 {
    width: 75%; }
  .col-mobile-10 {
    width: 83.33333%; }
  .col-mobile-11 {
    width: 91.66667%; }
  .col-mobile-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-offset-1 {
    margin-left: 8.33333%; }
  .col-offset-2 {
    margin-left: 16.66667%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-offset-4 {
    margin-left: 33.33333%; }
  .col-offset-5 {
    margin-left: 41.66667%; }
  .col-offset-6 {
    margin-left: 50%; }
  .col-offset-7 {
    margin-left: 58.33333%; }
  .col-offset-8 {
    margin-left: 66.66667%; }
  .col-offset-9 {
    margin-left: 75%; }
  .col-offset-10 {
    margin-left: 83.33333%; }
  .col-offset-11 {
    margin-left: 91.66667%; } }

.double-pad {
  padding: 0 12px; }

.no-pad {
  padding: 0; }

@media screen and (max-width: 568px) {
  .hidden-mobile {
    display: none; } }

body {
  position: relative;
  overflow-x: hidden; }

@font-face {}@font-face {}* {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased; }

select {
  font-family: "Roboto", sans-serif; }

p, .woocommerce-loop-product__title, .home .price, .template-archive .price, .single-product .price, .template-archive .product a.added_to_cart, .featured-row .woocommerce .products .product a.added_to_cart, a {
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  line-height: 1.52;
  font-weight: 300;
  color: #353535; }
  p.small, .small.woocommerce-loop-product__title, .home .small.price, .template-archive .small.price, .single-product .small.price, .template-archive .product a.small.added_to_cart, .featured-row .woocommerce .products .product a.small.added_to_cart, a.small {
    font-size: 16px; }

.home .cart-icon {
  filter: invert(1); }

.home .sugar-cookie {
  position: absolute;
  right: -40px;
  top: 25%;
  width: 320px;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .home .sugar-cookie {
      display: none; } }

.home .choco-cookie {
  position: absolute;
  left: -40px;
  top: 75%;
  width: 360px;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .home .choco-cookie {
      display: none; } }


h1,
h2 {
  font-size: 50px;
  color: #4A4F54;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: .9;
  margin-bottom: 30px; }

h2 {
  font-size: 44px;
  color: #4A4F54; }

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  margin-bottom: 30px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px; }

hr.sprinkles {
  height: 25px;
  width: 300px;
  background: url(/wp-content/themes/digitalinteractive/images/sprinkle-hr.png) center no-repeat;
  background-size: contain;
  border: 0;
  margin-top: 60px;
  margin-bottom: 40px; }

.capper, .capper-max {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .capper-max {
    max-width: 1400px; }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

.intro-header {
  padding-top: 60px !important;
  padding-bottom: 10px !important; }
  .intro-header h1, .intro-header h2 {
    text-align: center;
    font-style: italic; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.vert-center {
  align-self: center; }

li {
  list-style-type: none; }

.bg-white {
  background: white; }

.bg-black {
  background: #131313; }

.color-white {
  color: white; }

.color-black {
  color: #131313; }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.button {
  border: solid 2px #131313;
  padding: 12px 12px 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  max-width: 240px;
  transition: all 0.18s ease-in;
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  line-height: initial; }
  .button.solid {
    border: none;
    background: white;
    color: #131313; }
  .button.purple {
    background: #9A9BCD;
    color: white; }
  .button p, .button .woocommerce-loop-product__title, .button .home .price, .home .button .price, .button .template-archive .price, .template-archive .button .price, .button .single-product .price, .single-product .button .price, .button .template-archive .product a.added_to_cart, .template-archive .product .button a.added_to_cart, .button .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .button a.added_to_cart {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.0; }
  .button:hover, .button.single-product:hover {
    background: #7f80bf !important; }

.center-text {
  text-align: center; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }

.woocommerce-cart h1.entry-title, .woocommerce-cart h2.entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-checkout h2.entry-title {
  padding-top: 60px; }

.intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fafafa; }

#content {
  padding-top: 60px; }

.home #content {
  padding-top: 0; }

.hero h1, .hero h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

.hero img {
  opacity: 0;
  transition: opacity .3s ease-out; }
  .hero img.show {
    opacity: 1; }

.hero.hero-archive {
  height: 450px;
  position: relative;
  overflow: hidden; }
  .hero.hero-archive h1, .hero.hero-archive h2 {
    font-size: 80px;
    text-align: center; }
  .hero.hero-archive img {
    object-fit: cover;
    height: 100%; }
  @media screen and (max-width: 568px) {
    .hero.hero-archive {
      height: 200px; } }

.hero .overlay {
  opacity: 0;
  transition: opacity .3s ease-out; }
  .hero .overlay.show {
    opacity: 1; }

.event-ideas .col-3 {
  padding: 10px; }

.event-ideas p.small, .event-ideas .small.woocommerce-loop-product__title, .event-ideas .home .small.price, .home .event-ideas .small.price, .event-ideas .template-archive .small.price, .template-archive .event-ideas .small.price, .event-ideas .single-product .small.price, .single-product .event-ideas .small.price, .event-ideas .template-archive .product a.small.added_to_cart, .template-archive .product .event-ideas a.small.added_to_cart, .event-ideas .featured-row .woocommerce .products .product a.small.added_to_cart, .featured-row .woocommerce .products .product .event-ideas a.small.added_to_cart {
  margin-top: 6px; }

.splitter {
  width: 100%;
  display: flex;
  min-height: 450px;
  position: relative;
  flex-wrap: wrap; }
  @media screen and (max-width: 1200px) {
    .splitter {
      min-height: 350px;
      height: 350px; } }
  @media screen and (max-width: 768px) {
    .splitter {
      min-height: initial;
      height: initial; } }
  .splitter img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-out; }
    .splitter img.show {
      opacity: 1; }
  .splitter .overlay {
    opacity: 0;
    transition: opacity .3s ease-out; }
    .splitter .overlay.show {
      opacity: 1; }
  .splitter .left, .splitter .right {
    position: relative;
    width: 50%;
    height: 450px;
    border-right: solid 2px white; }
    .splitter .left .hero-content, .splitter .right .hero-content {
      position: absolute;
      z-index: 20;
      left: 40px;
      top: 50%;
      transform: translateY(-50%);
      width: calc(100% - 80px); }
      .splitter .left .hero-content h2, .splitter .left .hero-content p, .splitter .left .hero-content .woocommerce-loop-product__title, .splitter .left .hero-content .home .price, .home .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .price, .template-archive .splitter .left .hero-content .price, .splitter .left .hero-content .single-product .price, .single-product .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .left .hero-content a.added_to_cart, .splitter .left .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .left .hero-content a.added_to_cart, .splitter .right .hero-content h2, .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
      .splitter .left .hero-content p, .splitter .left .hero-content .woocommerce-loop-product__title, .splitter .left .hero-content .home .price, .home .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .price, .template-archive .splitter .left .hero-content .price, .splitter .left .hero-content .single-product .price, .single-product .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .left .hero-content a.added_to_cart, .splitter .left .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .left .hero-content a.added_to_cart, .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
        font-weight: 600; }
      .splitter .left .hero-content a, .splitter .right .hero-content a {
        text-decoration: none;
        display: block;
        line-height: 1; }
      .splitter .left .hero-content .button, .splitter .right .hero-content .button {
        margin-top: 20px;
        width: 180px;
        transition: all .18s ease-out; }
        .splitter .left .hero-content .button:hover, .splitter .right .hero-content .button:hover {
          background: #9A9BCD;
          color: white; }
      .splitter .left .hero-content h2, .splitter .right .hero-content h2 {
        font-size: 60px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1200px) {
          .splitter .left .hero-content h2, .splitter .right .hero-content h2 {
            font-size: 40px; } }
      .splitter .left .hero-content h2, .splitter .left .hero-content p, .splitter .left .hero-content .woocommerce-loop-product__title, .splitter .left .hero-content .home .price, .home .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .price, .template-archive .splitter .left .hero-content .price, .splitter .left .hero-content .single-product .price, .single-product .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .left .hero-content a.added_to_cart, .splitter .left .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .left .hero-content a.added_to_cart, .splitter .right .hero-content h2, .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
        color: white; }
      .splitter .left .hero-content p, .splitter .left .hero-content .woocommerce-loop-product__title, .splitter .left .hero-content .home .price, .home .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .price, .template-archive .splitter .left .hero-content .price, .splitter .left .hero-content .single-product .price, .single-product .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .left .hero-content a.added_to_cart, .splitter .left .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .left .hero-content a.added_to_cart, .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
        max-width: 300px; }
      @media screen and (max-width: 768px) {
        .splitter .left .hero-content, .splitter .right .hero-content {
          width: calc(100% - 30px); }
          .splitter .left .hero-content p, .splitter .left .hero-content .woocommerce-loop-product__title, .splitter .left .hero-content .home .price, .home .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .price, .template-archive .splitter .left .hero-content .price, .splitter .left .hero-content .single-product .price, .single-product .splitter .left .hero-content .price, .splitter .left .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .left .hero-content a.added_to_cart, .splitter .left .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .left .hero-content a.added_to_cart, .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
            max-width: calc(100% - 30px); }
          .splitter .left .hero-content h2, .splitter .right .hero-content h2 {
            font-size: 44px; } }
    @media screen and (max-width: 1200px) {
      .splitter .left, .splitter .right {
        height: 350px; } }
    @media screen and (max-width: 768px) {
      .splitter .left, .splitter .right {
        width: 100%;
        height: auto;
        padding: 80px 40px; }
        .splitter .left .hero-content, .splitter .right .hero-content {
          position: relative;
          left: initial;
          top: initial;
          right: initial;
          transform: none; }
        .splitter .left img, .splitter .right img {
          left: 0;
          top: 0;
          position: absolute; } }
  @media screen and (max-width: 768px) {
    .splitter .right {
      text-align: right; }
      .splitter .right .hero-content {
        left: inherit;
        right: 15px; }
        .splitter .right .hero-content p, .splitter .right .hero-content .woocommerce-loop-product__title, .splitter .right .hero-content .home .price, .home .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .price, .template-archive .splitter .right .hero-content .price, .splitter .right .hero-content .single-product .price, .single-product .splitter .right .hero-content .price, .splitter .right .hero-content .template-archive .product a.added_to_cart, .template-archive .product .splitter .right .hero-content a.added_to_cart, .splitter .right .hero-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .splitter .right .hero-content a.added_to_cart {
          margin-left: auto; }
      .splitter .right .button {
        margin-right: 0;
        margin-left: auto; } }
  @media screen and (max-width: 768px) {
    .splitter .left .hero-content {
      left: 15px;
      right: initial; } }

.wpcf7-submit {
  margin-bottom: 10px !important; }

.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-family: "Roboto", sans-serif;
  color: green; }

.wpcf7-validation-errors {
  border: none !important;
  margin-top: -30px !important;
  font-family: "Roboto", sans-serif;
  color: red;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important; }

#willy {
  max-width: 500px; }

.error404 .page-content {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  .error404 .page-content .wrap {
    width: 100%; }
  .error404 .page-content .button {
    margin: 0 auto 40px; }

.full-width-block {
  height: 450px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 568px) {
    .full-width-block {
      height: 260px; } }

.contact-us {
  border: solid 1px #9A9BCD;
  margin-top: 120px;
  transform: translateY(-100px);
  background: rgba(255, 255, 255, 0.8); }

.chart {
  font-family: "Roboto", sans-serif; }
  .chart h2 {
    margin-bottom: 6px;
    font-size: 30px; }
  .chart p, .chart .woocommerce-loop-product__title, .chart .home .price, .home .chart .price, .chart .template-archive .price, .template-archive .chart .price, .chart .single-product .price, .single-product .chart .price, .chart .template-archive .product a.added_to_cart, .template-archive .product .chart a.added_to_cart, .chart .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .chart a.added_to_cart {
    color: #2d2d2d; }
  .chart ul {
    border-top: solid 1px #131313;
    border-left: solid 1px #131313;
    margin-top: 20px; }
  .chart div {
    width: 100%;
    display: flex; }
    .chart div:nth-child(even) {
      background: #9A9BCD; }
    .chart div:nth-child(odd) {
      background: #abacd5; }
  .chart span {
    height: auto;
    position: relative;
    display: block;
    width: 50%;
    border-bottom: solid 1px #131313;
    border-right: solid 1px #131313;
    padding: 8px 10px;
    text-align: center; }
  @media screen and (max-width: 568px) {
    .chart h2 {
      margin-top: 30px; } }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  z-index: 10; }

.info-bar {
  background: #efeff7 !important;
  margin-left: 12px;
  display: block !important;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: solid 4px #9A9BCD; }
  .info-bar p, .info-bar .woocommerce-loop-product__title, .info-bar .home .price, .home .info-bar .price, .info-bar .template-archive .price, .template-archive .info-bar .price, .info-bar .single-product .price, .single-product .info-bar .price, .info-bar .template-archive .product a.added_to_cart, .template-archive .product .info-bar a.added_to_cart, .info-bar .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .info-bar a.added_to_cart {
    color: #2d2d2d;
    font-size: 16px; }

.chart .info-bar {
  margin: 15px 0; }

.steps div {
  width: calc(50% - 5px);
  object-fit: cover;
  margin-bottom: 10px; }
  .steps div p, .steps div .woocommerce-loop-product__title, .steps div .home .price, .home .steps div .price, .steps div .template-archive .price, .template-archive .steps div .price, .steps div .single-product .price, .single-product .steps div .price, .steps div .template-archive .product a.added_to_cart, .template-archive .product .steps div a.added_to_cart, .steps div .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .steps div a.added_to_cart {
    font-size: 12px;
    color: #ff7272; }

@media screen and (max-width: 920px) {
  .steps {
    flex-wrap: wrap; }
  .steps div {
    width: calc(50% - 5px);
    height: initial; }
  .steps div:last-of-type {
    position: relative;
    left: -2px; } }

#pw-overlay {
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: black; }
  #pw-overlay .pw-logo {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 180px; }
    @media screen and (max-width: 568px) {
      #pw-overlay .pw-logo {
        left: 20px; } }
  #pw-overlay .pw-modal {
    border-radius: 20px;
    background: white;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 650px;
    max-width: calc(100% - 40px);
    padding: 40px 40px 80px; }
    @media screen and (max-width: 850px) {
      #pw-overlay .pw-modal {
        position: relative;
        top: initial;
        left: initial;
        transform: none;
        margin: 180px auto; } }
    #pw-overlay .pw-modal img {
      width: 300px;
      margin: 0 auto 30px; }
    #pw-overlay .pw-modal .img-overlay {
      position: absolute;
      z-index: 10;
      margin: auto; }
      #pw-overlay .pw-modal .img-overlay.one {
        width: 150px;
        bottom: -40px;
        left: -40px; }
      #pw-overlay .pw-modal .img-overlay.two {
        width: 200px;
        right: -80px;
        top: -60px; }
      @media screen and (max-width: 568px) {
        #pw-overlay .pw-modal .img-overlay {
          display: none; } }
  #pw-overlay form p, #pw-overlay form .woocommerce-loop-product__title, #pw-overlay form .home .price, .home #pw-overlay form .price, #pw-overlay form .template-archive .price, .template-archive #pw-overlay form .price, #pw-overlay form .single-product .price, .single-product #pw-overlay form .price, #pw-overlay form .template-archive .product a.added_to_cart, .template-archive .product #pw-overlay form a.added_to_cart, #pw-overlay form .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product #pw-overlay form a.added_to_cart {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1.1px; }
  #pw-overlay form input[type="password"] {
    background: #eee;
    width: 300px;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: none;
    font-size: 20px; }
  #pw-overlay form input[type="submit"] {
    border: solid 1px #131313;
    -webkit-appearance: none;
    width: 300px;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    background: #131313;
    color: white;
    letter-spacing: .9px;
    text-transform: uppercase;
    text-align: center; }
  @media screen and (max-width: 568px) {
    #pw-overlay form input {
      width: 100% !important; } }

header.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  background: transparent; }
  header.site-header .site-branding img {
    width: 180px;
    position: absolute;
    top: 20px; }
  header.site-header #utility-nav {
    width: 100%;
    padding: 4px 40px;
    background: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header.site-header #utility-nav ul {
      width: 50%; }
      header.site-header #utility-nav ul img {
        width: 19px; }
    header.site-header #utility-nav .left-util {
      text-align: left;
      display: flex; }
      header.site-header #utility-nav .left-util li {
        display: flex; }
        header.site-header #utility-nav .left-util li img {
          margin-top: 2px;
          width: 16px;
          height: 14px; }
      header.site-header #utility-nav .left-util i {
        position: relative;
        color: #FFA18F;
        top: 2px; }
      header.site-header #utility-nav .left-util a {
        position: relative;
        font-size: 14px;
        padding-left: 10px; }
    header.site-header #utility-nav .right-util {
      text-align: right; }
      header.site-header #utility-nav .right-util i {
        font-size: 24px;
        color: #FFA18F;
        position: relative;
        top: 2px; }
    @media screen and (max-width: 568px) {
      header.site-header #utility-nav {
        padding: 4px 15px; }
        header.site-header #utility-nav ul.left-util {
          justify-content: space-between; }
          header.site-header #utility-nav ul.left-util li:first-of-type {
            display: none; } }
  @media screen and (max-width: 568px) {
    header.site-header .site-branding img {
      width: 90px;
      top: initial;
      position: relative; } }
  header.site-header #main-navbar {
    padding: 12px 40px;
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    header.site-header #main-navbar a {
      letter-spacing: 1px;
      font-size: 15px; }
    @media screen and (max-width: 568px) {
      header.site-header #main-navbar {
        padding: 12px 15px;
        height: auto;
        display: flex; }
        header.site-header #main-navbar #site-navigation {
          width: calc(100% - 60px); } }
  header.site-header ul {
    list-style-type: none; }
    header.site-header ul li {
      display: inline-block;
      margin: 0 10px; }
      header.site-header ul li a.acct {
        color: #007574;
        font-weight: bold; }
        header.site-header ul li a.acct:hover {
          color: #00a8a7 !important; }
      @media screen and (max-width: 568px) {
        header.site-header ul li {
          text-align: center; } }
      header.site-header ul li.current-menu-item a {
        color: black; }
      header.site-header ul li.cart-item {
        position: relative;
        top: -5px;
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          header.site-header ul li.cart-item {
            top: initial;
            position: fixed;
            bottom: 30px;
            right: 20px;
            height: 50px;
            width: 50px;
            border-radius: 25px;
            background: white;
            padding-top: 8px;
            padding-left: 13px;
            border: solid 1px #f2f2f2; } }
        header.site-header ul li.cart-item .cart-contents {
          position: relative;
          top: 6px;
          display: flex; }
          header.site-header ul li.cart-item .cart-contents .cart-icon {
            width: 20px;
            height: 22px; }
        header.site-header ul li.cart-item .prd-count {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #007574;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          color: white;
          left: 12px;
          top: -10px;
          position: absolute;
          font-weight: 600;
          font-size: 12px; }
  header.site-header a {
    text-decoration: none;
    color: #131313; }
  header.site-header #site-navigation li a {
    transition: color .3s ease-out; }
  header.site-header #site-navigation li:not(.current-menu-item):hover a {
    color: #9A9BCD; }
  header.site-header #site-navigation .menu-primary-container li:not(:last-child) {
    position: relative; }
  header.site-header #site-navigation .menu-primary-container li:not(:last-child):after {
    content: "";
    border-right: solid 1px #4A4F54;
    opacity: .5;
    position: absolute;
    height: 100%;
    right: -12px;
    top: 0;
    display: block;
    width: 1px; }
  @media screen and (max-width: 768px) {
    header.site-header #site-navigation {
      width: 100%;
      margin-top: 6px; }
      header.site-header #site-navigation ul {
        display: flex;
        justify-content: flex-end; } }

.woocommerce-account .cart-icon {
  filter: invert(1) !important; }

footer {
  align-items: center; }
  footer.row {
    padding: 20px 40px;
    flex-wrap: wrap-reverse; }
    @media screen and (max-width: 768px) {
      footer.row {
        padding-left: 15px;
        padding-right: 15px; } }
  footer a {
    text-decoration: none; }
  footer a {
    font-size: 16px; }
  footer #menu-footer-menu {
    display: flex; }
  footer .footer-right li {
    padding: 0 12px; }
  footer .footer-right li:not(:last-child) {
    position: relative; }
  footer .footer-right li:not(:last-child):after {
    content: "";
    border-right: solid 1px #4A4F54;
    opacity: .5;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0;
    display: block;
    width: 1px; }
  footer .footer-right .flex, footer .footer-right .flex-wrap {
    justify-content: flex-end; }
    footer .footer-right .flex > *, footer .footer-right .flex-wrap > * {
      margin-right: 25px; }
  footer .footer-right p:last-child, footer .footer-right .woocommerce-loop-product__title:last-child, footer .footer-right .home .price:last-child, .home footer .footer-right .price:last-child, footer .footer-right .template-archive .price:last-child, .template-archive footer .footer-right .price:last-child, footer .footer-right .single-product .price:last-child, .single-product footer .footer-right .price:last-child, footer .footer-right .template-archive .product a.added_to_cart:last-child, .template-archive .product footer .footer-right a.added_to_cart:last-child, footer .footer-right .featured-row .woocommerce .products .product a.added_to_cart:last-child, .featured-row .woocommerce .products .product footer .footer-right a.added_to_cart:last-child {
    margin-right: 0; }
  @media screen and (max-width: 568px) {
    footer .footer-right .flex, footer .footer-right .flex-wrap {
      justify-content: center; }
      footer .footer-right .flex > p:last-of-type, footer .footer-right .flex-wrap > p:last-of-type, footer .footer-right .flex > .woocommerce-loop-product__title:last-of-type, footer .footer-right .flex-wrap > .woocommerce-loop-product__title:last-of-type, footer .footer-right .home .flex > .price:last-of-type, .home footer .footer-right .flex > .price:last-of-type, footer .footer-right .home .flex-wrap > .price:last-of-type, .home footer .footer-right .flex-wrap > .price:last-of-type, footer .footer-right .template-archive .flex > .price:last-of-type, .template-archive footer .footer-right .flex > .price:last-of-type, footer .footer-right .template-archive .flex-wrap > .price:last-of-type, .template-archive footer .footer-right .flex-wrap > .price:last-of-type, footer .footer-right .single-product .flex > .price:last-of-type, .single-product footer .footer-right .flex > .price:last-of-type, footer .footer-right .single-product .flex-wrap > .price:last-of-type, .single-product footer .footer-right .flex-wrap > .price:last-of-type, footer .footer-right .template-archive .product .flex > a.added_to_cart:last-of-type, .template-archive .product footer .footer-right .flex > a.added_to_cart:last-of-type, footer .footer-right .template-archive .product .flex-wrap > a.added_to_cart:last-of-type, .template-archive .product footer .footer-right .flex-wrap > a.added_to_cart:last-of-type, footer .footer-right .featured-row .woocommerce .products .product .flex > a.added_to_cart:last-of-type, .featured-row .woocommerce .products .product footer .footer-right .flex > a.added_to_cart:last-of-type, footer .footer-right .featured-row .woocommerce .products .product .flex-wrap > a.added_to_cart:last-of-type, .featured-row .woocommerce .products .product footer .footer-right .flex-wrap > a.added_to_cart:last-of-type {
        margin-right: 0; }
      footer .footer-right .flex .menu-footer-menu-container, footer .footer-right .flex-wrap .menu-footer-menu-container {
        margin-right: 0; } }
  footer .site-branding img {
    width: 60px;
    position: relative;
    top: initial; }
  @media screen and (max-width: 568px) {
    footer .site-branding {
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .site-branding img {
        margin-top: 10px;
        margin-right: 0px; }
      footer .site-branding .copyright {
        margin-top: 0; } }

.snapshots-top {
  background: #f7f7f7;
  padding-top: 60px; }

.snapshots .col-2 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 16.666%; }
  .snapshots .col-2 a {
    display: block; }
  @media screen and (max-width: 768px) {
    .snapshots .col-2 {
      padding-bottom: 33.3333%; } }
  @media screen and (max-width: 568px) {
    .snapshots .col-2 {
      padding-bottom: 50%; } }

.snapshots img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

.sub-footer {
  display: flex;
  justify-content: space-between;
  background: #007574;
  margin-top: 0px;
  padding: 4px 40px; }
  .sub-footer * {
    color: white; }
  .sub-footer a {
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px; }
  .sub-footer div {
    width: 50%;
    display: flex;
    align-items: center; }
    .sub-footer div:last-child {
      justify-content: flex-end; }
    @media screen and (max-width: 850px) {
      .sub-footer div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center; }
        .sub-footer div:last-child {
          justify-content: center; }
        .sub-footer div a.tel {
          margin-left: 10px; } }
  @media screen and (max-width: 850px) {
    .sub-footer {
      padding: 10px 15px; }
      .sub-footer a {
        margin-left: 0; } }
  .sub-footer .social {
    width: auto;
    display: inline-block;
    margin-left: 10px; }
    .sub-footer .social li {
      display: inline-block;
      height: 25px;
      width: 25px;
      margin-right: 8px; }
      .sub-footer .social li i {
        font-size: 24px;
        position: relative;
        top: 0px; }
    @media screen and (max-width: 568px) {
      .sub-footer .social {
        width: 100%;
        text-align: center;
        margin-top: 8px;
        margin-left: 0; } }
  .sub-footer .copyright {
    font-size: 14px; }

.home #primary {
  position: relative; }

.home #image-splash {
  background-size: contain;
  position: absolute;
  top: 56%;
  height: 530px;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1; }
  @media screen and (max-width: 1420px) {
    .home #image-splash {
      left: -140px; } }
  @media screen and (max-width: 768px) {
    .home #image-splash {
      display: none; } }

.page-template #main {
  position: relative; }

.page-template #image-splash {
  position: absolute;
  top: 54%;
  height: 680px;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .page-template #image-splash {
      display: none; } }

.single-product .summary {
  padding-left: 40px; }
  .single-product .summary ins {
    text-decoration: none; }
  .single-product .summary .wdr_product_strikeout .woocommerce-Price-amount {
    margin-right: 5px; }
  .single-product .summary .woo_discount_rules_table {
    font-family: "Roboto", sans-serif;
    border-spacing: 10px;
    border-collapse: separate;
    margin-left: -10px; }
    .single-product .summary .woo_discount_rules_table thead {
      font-size: 12px; }

.single-product form.cart td.label {
  padding-right: 0 !important; }

.single-product form.cart select {
  height: 35px; }

.single-product form.cart input[type="number"] {
  height: 35px; }

.single-product form.cart button[name="add-to-cart"] {
  top: 0;
  width: 140px; }

.woocommerce-product-gallery {
  pointer-events: none;
  opacity: 1 !important; }

.woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce-loop-product__title {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 0; }

.home .price, .template-archive .price, .single-product .price {
  width: 100%;
  font-weight: 600 !important;
  font-size: 28px !important;
  color: #4A4F54 !important; }
  .home .price .woocommerce-Price-currencySymbol, .template-archive .price .woocommerce-Price-currencySymbol, .single-product .price .woocommerce-Price-currencySymbol {
    position: relative;
    top: -8px;
    font-size: 11px; }
  .home .price sup, .template-archive .price sup, .single-product .price sup {
    font-size: 14px !important;
    font-weight: 600;
    top: -8px; }
    .home .price sup:last-child, .template-archive .price sup:last-child, .single-product .price sup:last-child {
      top: -10px;
      opacity: .87; }

.single-product .price {
  font-size: 40px !important; }
  .single-product .price sup {
    top: -12px;
    font-size: 18px !important; }
    .single-product .price sup:last-child {
      top: -14px; }

.template-archive .col-3 {
  padding: 20px;
  width: calc(25% - 12px);
  border: solid 1px #eee;
  margin-bottom: 12px;
  margin-left: 12px;
  box-shadow: 1px 1px 3px 0 #f2f2f2;
  background: white; }
  @media screen and (max-width: 768px) {
    .template-archive .col-3 {
      width: calc(50% - 12px); } }

.template-archive .product {
  padding-bottom: 55px; }
  .template-archive .product img {
    width: 100%;
    margin: 0px auto 25px; }
  .template-archive .product a {
    display: block;
    text-decoration: none !important; }
  .template-archive .product a.added_to_cart {
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: underline !important;
    color: #333;
    top: 10px;
    position: relative; }

.featured-row {
  position: relative;
  border-top: solid 2px #bee2e0; }
  .featured-row h2 {
    margin-bottom: 30px;
    text-align: left;
    margin-left: 12px; }
  .featured-row .woocommerce.columns-4 {
    display: flex; }
  .featured-row .quantity {
    font-family: "Roboto", sans-serif;
    font-size: 12px; }
  .featured-row .quantity, .featured-row h2 {
    color: #4A4F54; }
  .featured-row .woocommerce .products .product {
    margin: 0;
    padding: 20px;
    width: calc(25% - 12px);
    border: solid 3px #cfeae9;
    margin-bottom: 12px;
    margin-left: 12px;
    padding-bottom: 55px;
    min-height: 440px !important;
    background: white; }
    .featured-row .woocommerce .products .product a {
      display: block;
      text-decoration: none !important; }
    .featured-row .woocommerce .products .product a.added_to_cart {
      text-align: center;
      display: block;
      font-size: 14px;
      text-decoration: underline !important;
      color: #333;
      top: 2px;
      position: relative; }
    .featured-row .woocommerce .products .product .button {
      background: #77c3bf !important; }
    .featured-row .woocommerce .products .product img {
      width: 90%;
      margin: 0px auto 25px; }
    @media screen and (max-width: 768px) {
      .featured-row .woocommerce .products .product {
        width: calc(50% - 12px); } }

mark {
  background: none; }

.template-archive .button, .featured-row .woocommerce .products .product .button {
  display: block;
  background: #007574;
  border: none;
  border-radius: 0;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  max-width: initial;
  left: 20px;
  padding: 8px 20px;
  margin: 20px auto 0; }
  @media screen and (max-width: 900px) {
    .template-archive .button, .featured-row .woocommerce .products .product .button {
      font-size: 14px;
      padding: 8px 4px; } }

.woocommerce-cart .coupon #coupon_code {
  width: 110px !important;
  height: 35px !important; }
  .woocommerce-cart .coupon #coupon_code::placeholder {
    font-size: 14px;
    opacity: .5; }

.woocommerce-cart .checkout-button {
  background-color: #007574 !important; }
  @media screen and (max-width: 568px) {
    .woocommerce-cart .checkout-button {
      width: 100%;
      max-width: initial; } }

button#place_order {
  font-size: 20px !important;
  font-family: "Cabin", sans-serif !important; }
  @media screen and (max-width: 568px) {
    button#place_order {
      max-width: initial;
      padding: 20px 10px !important;
      margin-bottom: 0 !important; } }

.page_content .woocommerce-notices-wrapper {
  padding-top: 70px; }

.single-product .main-content {
  padding-top: 40px; }

.single-product .woocommerce-tabs {
  display: none; }

.single-product .product_title {
  color: #4A4F54 !important;
  border-bottom: solid 1px #eee;
  padding: 20px 0 !important;
  font-size: 44px;
  margin-bottom: 10px; }

.single-product .price span {
  color: #131313 !important; }

.single-product .price {
  margin-bottom: 10px; }

.single-product .input-text {
  height: 36px; }

.single-product form {
  margin-top: 30px; }

.single-product .button {
  border-radius: 0 !important;
  background: #007574 !important;
  font-family: "Roboto", sans-serif !important; }

.single-product .product_meta {
  display: none; }

.related.products {
  width: 100% !important; }

.related-prod {
  padding-top: 60px;
  border-top: solid 1px #eee;
  padding-left: 0; }
  .related-prod .product h2 {
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    vertical-align: top; }
  .related-prod .button {
    font-family: "Roboto", sans-serif;
    width: 100%;
    color: white !important; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 22%; }

.woocommerce-cart .entry-footer {
  display: none; }

.border-top {
  border-top: solid 1px #f7f7f7; }

.woocommerce-billing-fields input {
  box-shadow: none;
  padding: 8px 6px;
  border: solid 1px #eee; }

.woocommerce-billing-fields .select2-container, .woocommerce-billing-fields .select2-selection {
  height: 35px !important;
  border-radius: 0;
  border-color: #eee; }

.woocommerce-billing-fields .select2-selection__rendered {
  line-height: 35px !important; }

.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 40px; }

.woocommerce button.button.alt {
  background: #007574; }

.woocommerce-info, .woocommerce-message {
  border-top-color: #007574;
  font-family: "Roboto", sans-serif; }

.woocommerce-additional-fields textarea {
  padding: 10px !important; }

.woocommerce-variation-price .woocommerce-Price-amount span {
  font-size: 18px !important;
  top: -11px !important; }

.page-template-template-products-php .product.type-product, .page-template-template-event-toppings-php .product.type-product {
  padding-bottom: 55px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }
  .page-template-template-products-php .product.type-product .onsale, .page-template-template-event-toppings-php .product.type-product .onsale {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0; }
  .page-template-template-products-php .product.type-product .price .wdr_product_strikeout del, .page-template-template-event-toppings-php .product.type-product .price .wdr_product_strikeout del {
    opacity: 0.3; }
  .page-template-template-products-php .product.type-product .price .wdr_product_strikeout ins, .page-template-template-event-toppings-php .product.type-product .price .wdr_product_strikeout ins {
    text-decoration: none; }
  .page-template-template-products-php .product.type-product .price .wdr_product_strikeout .woocommerce-Price-amount, .page-template-template-event-toppings-php .product.type-product .price .wdr_product_strikeout .woocommerce-Price-amount {
    margin-right: 5px; }
  .page-template-template-products-php .product.type-product .confirm_add, .page-template-template-event-toppings-php .product.type-product .confirm_add {
    margin-top: 20px;
    text-align: center; }

.woocommerce-cart .quantity {
  margin-bottom: 0; }

.product-grid {
  padding-left: 28px;
  padding-bottom: 80px;
  padding-top: 60px; }
  @media screen and (max-width: 568px) {
    .product-grid {
      padding-left: 2px; } }

.woocommerce .summary.entry-summary {
  padding-left: 0; }

span.onsale {
  min-height: initial;
  min-width: initial;
  background: #FFA18F !important;
  line-height: 3.3 !important;
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  font-weight: 600;
  font-size: 11px !important;
  color: white;
  text-align: center !important; }

.quantity {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif; }
  .quantity input[type="number"] {
    width: 45px !important;
    top: 0px;
    position: relative;
    display: inline-block;
    padding: 6px 5px; }
  .quantity:before {
    font-size: 12px; }

.single-product .chart {
  border-top: solid 1px #e7e7e7;
  padding-top: 30px; }

.woocommerce-message::before {
  color: #007574; }

.woocommerce-cart h1.entry-title, .woocommerce-cart h2.entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-checkout h2.entry-title {
  padding-top: 0; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  display: inline-block; }

h3#ship-to-different-address {
  font-size: 26px; }

.woocommerce td.product-name dl.variation dt.variation-Note {
  display: none; }

.woocommerce td.product-name dl.variation dd.variation-Note p, .woocommerce td.product-name dl.variation dd.variation-Note .woocommerce-loop-product__title, .woocommerce td.product-name dl.variation dd.variation-Note .home .price, .home .woocommerce td.product-name dl.variation dd.variation-Note .price, .woocommerce td.product-name dl.variation dd.variation-Note .template-archive .price, .template-archive .woocommerce td.product-name dl.variation dd.variation-Note .price, .woocommerce td.product-name dl.variation dd.variation-Note .single-product .price, .single-product .woocommerce td.product-name dl.variation dd.variation-Note .price, .woocommerce td.product-name dl.variation dd.variation-Note .template-archive .product a.added_to_cart, .template-archive .product .woocommerce td.product-name dl.variation dd.variation-Note a.added_to_cart, .featured-row .woocommerce td.product-name dl.variation dd.variation-Note .products .product a.added_to_cart, .featured-row .woocommerce .products .product td.product-name dl.variation dd.variation-Note a.added_to_cart {
  font-size: 14px;
  font-style: italic;
  color: red; }

.woocommerce-account {
  background: #131313; }
  .woocommerce-account .account-logo {
    width: 180px;
    margin: 0 auto 20px; }
  .woocommerce-account .entry-content {
    background: white;
    border-radius: 5px;
    min-height: calc(100vh - 320px);
    width: 960px;
    max-width: 100%;
    margin: auto;
    padding: 40px; }
  .woocommerce-account #content .row {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      .woocommerce-account #content .row {
        padding-top: 40px; } }
  .woocommerce-account .woocommerce-form label, .woocommerce-account .woocommerce-form p, .woocommerce-account .woocommerce-form .woocommerce-loop-product__title, .woocommerce-account .woocommerce-form .home .price, .home .woocommerce-account .woocommerce-form .price, .woocommerce-account .woocommerce-form .template-archive .price, .template-archive .woocommerce-account .woocommerce-form .price, .woocommerce-account .woocommerce-form .single-product .price, .single-product .woocommerce-account .woocommerce-form .price, .woocommerce-account .woocommerce-form .template-archive .product a.added_to_cart, .template-archive .product .woocommerce-account .woocommerce-form a.added_to_cart, .woocommerce-account .woocommerce-form .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .woocommerce-account .woocommerce-form a.added_to_cart,
  .woocommerce-account .woocommerce-form-row label,
  .woocommerce-account .woocommerce-form-row p,
  .woocommerce-account .woocommerce-form-row .woocommerce-loop-product__title,
  .woocommerce-account .woocommerce-form-row .home .price,
  .home .woocommerce-account .woocommerce-form-row .price,
  .woocommerce-account .woocommerce-form-row .template-archive .price,
  .template-archive .woocommerce-account .woocommerce-form-row .price,
  .woocommerce-account .woocommerce-form-row .single-product .price,
  .single-product .woocommerce-account .woocommerce-form-row .price,
  .woocommerce-account .woocommerce-form-row .template-archive .product a.added_to_cart,
  .template-archive .product .woocommerce-account .woocommerce-form-row a.added_to_cart,
  .woocommerce-account .woocommerce-form-row .featured-row .woocommerce .products .product a.added_to_cart,
  .featured-row .woocommerce .products .product .woocommerce-account .woocommerce-form-row a.added_to_cart,
  .woocommerce-account .form-row label,
  .woocommerce-account .form-row p,
  .woocommerce-account .form-row .woocommerce-loop-product__title,
  .woocommerce-account .form-row .home .price,
  .home .woocommerce-account .form-row .price,
  .woocommerce-account .form-row .template-archive .price,
  .template-archive .woocommerce-account .form-row .price,
  .woocommerce-account .form-row .single-product .price,
  .single-product .woocommerce-account .form-row .price,
  .woocommerce-account .form-row .template-archive .product a.added_to_cart,
  .template-archive .product .woocommerce-account .form-row a.added_to_cart,
  .woocommerce-account .form-row .featured-row .woocommerce .products .product a.added_to_cart,
  .featured-row .woocommerce .products .product .woocommerce-account .form-row a.added_to_cart {
    font-size: 14px; }
  .woocommerce-account .woocommerce-form input,
  .woocommerce-account .woocommerce-form-row input,
  .woocommerce-account .form-row input {
    border: none;
    border-radius: 5px;
    background: #eee;
    padding: 8px 10px; }

#customer_login {
  padding: 0;
  border-radius: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #customer_login .button {
    background: #131313 !important;
    color: white !important; }
  #customer_login .col-1, #customer_login .col-2 {
    float: none;
    width: calc(50% - 10px);
    padding: 20px 25px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background: white; }
    @media screen and (max-width: 768px) {
      #customer_login .col-1, #customer_login .col-2 {
        width: 100%;
        padding: 25px 15px;
        margin-bottom: 30px; } }

form.edit-account input,
form.woocommerce-form-login input,
form.woocommerce-form-register input {
  padding: 8px 6px;
  border: solid 1px #eee; }

form.edit-account em, form.edit-account legend,
form.woocommerce-form-login em,
form.woocommerce-form-login legend,
form.woocommerce-form-register em,
form.woocommerce-form-register legend {
  font-size: 13px; }

form.edit-account button,
form.woocommerce-form-login button,
form.woocommerce-form-register button {
  margin-top: 30px !important; }

.woocommerce-LostPassword.lost_password a {
  font-size: 13px; }

.woocommerce-account #content h1, .woocommerce-account #content h2 {
  display: none;
  font-size: 32px;
  background: white;
  padding: 8px 10px;
  border-bottom: solid 3px #131313; }

.woocommerce-account #content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-left: 0;
  background: transparent;
  padding: 0;
  border-bottom: none;
  display: block; }

.woocommerce-account #content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #4A4F54; }

.woocommerce-account #content form input {
  border-radius: 5px;
  background: #eee; }

.woocommerce-account #content .woocommerce-form-login,
.woocommerce-account #content .woocommerce-form-register {
  border: none !important;
  padding: 0 !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important; }

.woocommerce-account #content .account h1, .woocommerce-account #content .account h2 {
  margin-left: 0; }

.woocommerce-account .entry-content {
  display: flex;
  height: auto; }

.woocommerce-account .woocommerce {
  display: flex;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: solid 3px #131313 !important; }
  .woocommerce-account .woocommerce .u-columns:before, .woocommerce-account .woocommerce .u-columns:after, .woocommerce-account .woocommerce .u-column1:before, .woocommerce-account .woocommerce .u-column1:after, .woocommerce-account .woocommerce .u-column2:before, .woocommerce-account .woocommerce .u-column2:after {
    display: none !important; }

.woocommerce-MyAccount-navigation {
  width: 20% !important;
  float: none !important;
  border-right: solid 1px #ddd;
  padding-right: 40px;
  height: auto; }
  .woocommerce-MyAccount-navigation .account-logo {
    width: 100%;
    max-width: 200px; }
  .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    font-size: 16px; }
  .woocommerce-MyAccount-navigation li.is-active a {
    color: #007574; }
  @media screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
      width: 100% !important;
      border-right: none;
      padding: 0; } }

.woocommerce-MyAccount-content {
  width: 80% !important;
  float: none !important;
  padding-left: 40px;
  height: auto;
  margin-top: 10px; }
  .woocommerce-MyAccount-content address {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Cabin", sans-serif;
    color: #353535;
    font-weight: 300; }
  .woocommerce-MyAccount-content p, .woocommerce-MyAccount-content .woocommerce-loop-product__title, .woocommerce-MyAccount-content .home .price, .home .woocommerce-MyAccount-content .price, .woocommerce-MyAccount-content .template-archive .price, .template-archive .woocommerce-MyAccount-content .price, .woocommerce-MyAccount-content .single-product .price, .single-product .woocommerce-MyAccount-content .price, .woocommerce-MyAccount-content .template-archive .product a.added_to_cart, .template-archive .product .woocommerce-MyAccount-content a.added_to_cart, .woocommerce-MyAccount-content .featured-row .woocommerce .products .product a.added_to_cart, .featured-row .woocommerce .products .product .woocommerce-MyAccount-content a.added_to_cart, .woocommerce-MyAccount-content a {
    font-size: 16px; }
  .woocommerce-MyAccount-content a {
    color: #007574; }
  .woocommerce-MyAccount-content h2 {
    display: inline-block !important; }
  .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button[type="submit"] {
    background: #131313 !important;
    color: white !important; }
  .woocommerce-MyAccount-content a.edit {
    font-size: 13px;
    margin-left: 10px;
    float: none !important;
    top: -2px;
    position: relative; }
  @media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content {
      width: 100% !important;
      padding: 30px 0 0; } }

