/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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; }

input, textarea, select {
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/**
 * Some Wordpress Defaults to make things easier (not part of the meyerweb reset)
 */
.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.wp-caption {
  max-width: 96%; }

.wp-caption img {
  max-width: 98.5%; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

html, body {
  width: 100%;
  height: 100%; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1.12em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

p {
  margin: 1em 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.container {
  width: 1200px !important;
  margin: 0 auto !important; }
  @media (max-width: 1220px) {
    .container {
      width: 100% !important;
      margin: 0 !important; } }

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px; }

a {
  color: #6793a8; }

a.read-more {
  color: #f15b50;
  background: url(../images/bullet.png) no-repeat left center;
  padding-left: 8px; }

.nolink {
  color: black;
  text-decoration: none; }

body.page:not(.home) #content {
  margin-top: 20px;
  margin-bottom: 20px; }

.department-container a {
  text-decoration: none; }

#state-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }
  @media (max-width: 440px) {
    #state-page img {
      max-width: 310px;
      height: auto; } }

#departments {
  max-width: 440px; }

#post-pass {
  justify-content: space-between;
  align-items: baseline; }

.woocommerce a.button.alt, .woocommerce ul.products li.product .price_box a.alt.added_to_cart {
  background-color: grey; }

.woocommerce a.remove {
  line-height: .7em;
  font-size: 1em; }

.addon-name {
  display: none; }

.ui-tooltip {
  max-width: 350px; }

ul.use-list-style {
  list-style: disc inside; }

header#logo-nav {
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #232323;
  background: -webkit-linear-gradient(top, #4b4b4b 0%, #141414 100%);
  background: linear-gradient(to bottom, #4b4b4b 0%, #141414 100%);
  border-bottom: solid 1px;
  border-radius: 0px;
  border-color: #2d2d2d;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 600px) {
    header#logo-nav {
      position: absolute; } }
  header#logo-nav .custom-logo-link {
    height: 50px;
    padding: 10px 12px; }
    header#logo-nav .custom-logo-link .custom-logo {
      height: 29px;
      width: auto; }

.page-container {
  padding-top: 50px; }

:target {
  padding-top: 50px !important;
  margin-top: -50px !important; }

nav#menu {
  height: 100%; }
  nav#menu .menu {
    display: flex;
    font-family: 'Open Sans', sans-serif; }
    nav#menu .menu > .menu-item {
      position: relative; }
      nav#menu .menu > .menu-item > a {
        font-size: 14px;
        font-weight: 600;
        padding: 15px;
        text-transform: uppercase; }
        @media (min-width: 769px) {
          nav#menu .menu > .menu-item > a:not(:only-child)::after {
            margin-left: 3px;
            content: "\f0d7";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; } }
    nav#menu .menu .sub-menu {
      display: none;
      position: absolute;
      min-width: 100%; }
    @media (min-width: 769px) {
      nav#menu .menu li:hover .sub-menu {
        display: block;
        background-color: #000;
        z-index: 2;
        top: 100%;
        right: 0;
        border: 1px solid #2d2d2d;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
      nav#menu .menu li .sub-menu a {
        white-space: nowrap;
        padding: 3px 20px;
        font-weight: normal;
        line-height: 1.42857143;
        font-size: 14px; }
        nav#menu .menu li .sub-menu a:hover {
          background-color: #232323; } }
    nav#menu .menu a {
      display: block;
      color: white;
      text-decoration: none; }
    nav#menu .menu > .current-menu-item > a, nav#menu .menu > .current-menu-ancestor > a {
      background-color: #121212;
      color: #afafaf; }
    nav#menu .menu a:hover {
      background-color: #121212; }
  nav#menu .cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom; }
  nav#menu .cart-contents:hover {
    text-decoration: none; }
  nav#menu .cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top; }
  nav#menu #cart-contents-nav {
    padding: 10px; }

a.burger:active, a.burger:visited {
  color: #fff; }

.burger-shade {
  display: none;
  transition: left 0.5s ease;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 100%;
  right: -20%;
  bottom: 0;
  z-index: 3; }
  @media (max-width: 768px) {
    .burger-shade {
      display: block; } }

.burgermenu {
  display: none; }
  @media (max-width: 768px) {
    .burgermenu {
      display: block;
      position: fixed;
      top: 10px;
      left: 0px;
      right: 0;
      height: 30px;
      z-index: 3; }
      .admin-bar .burgermenu {
        top: 42px; } }
    @media (max-width: 768px) and (max-width: 782px) {
      .admin-bar .burgermenu {
        top: 56px; } }

  @media (max-width: 600px) {
    .burgermenu {
      position: absolute;
      top: 10px !important; } }

.burger {
  display: none;
  width: 34px;
  height: 26px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  position: absolute;
  top: 2px;
  right: 7px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 5; }
  .admin-bar .burger {
    top: 2px;
    /* 34px + 46px */ }
  @media (max-width: 768px) {
    .burger {
      display: block; } }
  @media (max-width: 578px) {
    .burger {
      top: 2px; }
      .admin-bar .burger {
        top: 2px; } }

ul.menu li {
  position: relative; }
  ul.menu li > span.open, ul.menu li > span.close {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
    position: absolute;
    color: #fff;
    right: 5px;
    top: 7px;
    cursor: default; }

ul.menu > li > span.open, ul.menu > li > span.close {
  color: #fff; }

@media (max-width: 768px) {
  li span.open::before {
    content: '\f061'; }

  li span.close::before {
    content: '\f062'; } }
#burger-menu:not(:target) ~ .burger-shade {
  left: 100%;
  right: -20%; }
#burger-menu:not(:target) ~ * a.burger {
  right: 7px; }
  #burger-menu:not(:target) ~ * a.burger.show {
    opacity: 1; }
  #burger-menu:not(:target) ~ * a.burger.hide {
    opacity: 0;
    pointer-events: none; }

#burger-menu:target ~ .burger-shade {
  left: 0;
  /* right: 80%; */ }
#burger-menu:target ~ * a.burger.show {
  opacity: 0;
  pointer-events: none; }
#burger-menu:target ~ * a.burger.hide {
  opacity: 1; }
@media (max-width: 768px) {
  #burger-menu:target ~ #header form.search-form {
    right: 5px;
    left: 21%; }
  #burger-menu:target ~ #logo-nav nav#menu {
    color: #fff;
    background-color: #232323;
    background: -webkit-linear-gradient(top, #4b4b4b 0%, #141414 100%);
    background: linear-gradient(to bottom, #4b4b4b 0%, #141414 100%);
    left: 20%;
    right: 0;
    overflow-y: auto; }
    #burger-menu:target ~ #logo-nav nav#menu li + li {
      margin-left: 0;
      padding-left: 0; }
    #burger-menu:target ~ #logo-nav nav#menu ul.sub-menu {
      border-top: 1px solid #fff; }
      #burger-menu:target ~ #logo-nav nav#menu ul.sub-menu > li {
        border-bottom: 1px solid #fff;
        color: #fff; }
        #burger-menu:target ~ #logo-nav nav#menu ul.sub-menu > li > a {
          color: #fff; }
          #burger-menu:target ~ #logo-nav nav#menu ul.sub-menu > li > a:hover {
            background: #232323; }
        #burger-menu:target ~ #logo-nav nav#menu ul.sub-menu > li:hover {
          background: #232323; }
    #burger-menu:target ~ #logo-nav nav#menu li span.open, #burger-menu:target ~ #logo-nav nav#menu li span.close {
      display: inline-block; }
    #burger-menu:target ~ #logo-nav nav#menu li span.close + ul {
      display: block;
      position: relative;
      /* margin-bottom: -.5em; */ }
      #burger-menu:target ~ #logo-nav nav#menu li span.close + ul > li > a {
        padding-left: calc(20px + .5em); }
    #burger-menu:target ~ #logo-nav nav#menu ul.menu > li.current-menu-item::after, #burger-menu:target ~ #logo-nav nav#menu ul.menu > li.current-menu-ancestor::after {
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #fff;
      bottom: auto;
      top: calc(.5em + 2px);
      left: 0;
      margin-left: 0;
      margin-bottom: -5px; }
    #burger-menu:target ~ #logo-nav nav#menu a {
      margin-left: 0px;
      color: #fff;
      font-size: 1em;
      display: block;
      text-align: left;
      padding: .5em; }
      #burger-menu:target ~ #logo-nav nav#menu a:hover {
        text-decoration: none; } }

@media (max-width: 768px) {
  #header {
    align-items: flex-start; }

  #header form.search-form {
    transition: all 0.5s ease;
    position: fixed;
    z-index: 3;
    right: calc(-100% - 5px);
    left: calc(100% + 21%);
    top: 5px; }
    .admin-bar #header form.search-form {
      top: 56px; }

  nav#menu {
    position: fixed;
    top: 0;
    right: calc(-100% - 20%);
    left: calc(100% + 20%);
    bottom: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 2;
    margin-top: 50px; }
    .admin-bar nav#menu {
      margin-top: 82px; } }
    @media (max-width: 768px) and (max-width: 782px) {
      .admin-bar nav#menu {
        margin-top: 96px; } }
@media (max-width: 768px) {
    nav#menu ul.menu {
      display: block; }
      nav#menu ul.menu > li {
        border-bottom: 1px solid #fff; }
        nav#menu ul.menu > li > a {
          text-align: left; } }
*:not([class*='tailor-']):not(.testimonial__content) > {
  /*.tailor-element:not(.tailor-section):not(.tailor-hero) {
      @include body-width;
  }*/ }
  *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element:not(.js-stretch):not(.js-stretch-content) {
    width: 1200px !important;
    margin: 0 auto !important; }
    @media (max-width: 1220px) {
      *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element:not(.js-stretch):not(.js-stretch-content) {
        width: 100% !important;
        margin: 0 !important; } }
  *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element.js-stretch-content {
    width: 100% !important; }
  *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element.js-stretch {
    width: 100% !important; }
    *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element.js-stretch > .tailor-section__content {
      width: 1200px !important;
      margin: 0 auto !important; }
      @media (max-width: 1220px) {
        *:not([class*='tailor-']):not(.testimonial__content) > .tailor-element.js-stretch > .tailor-section__content {
          width: 100% !important;
          margin: 0 !important; } }

.is-parallax > .tailor-section__background {
  background-attachment: fixed !important;
  top: 0;
  bottom: 0;
  transform: none !important; }

body:not(.is-canvas) .tailor-content--placeholder {
  display: none; }

.tailor-ui .tailor-toggle__title {
  background-color: #f5f5f5;
  color: #000;
  border-color: #ddd; }

.tailor-ui .tailor-toggle__body {
  padding: 15px;
  background-color: #fff; }

.tailor-ui .testimonial {
  height: 100%; }

.tailor-ui .tailor-section {
  margin-bottom: 0; }

.tailor-ui .tailor-carousel__item[data-slick-href] {
  cursor: pointer; }

/* CSS Document */
.m25t {
  margin-top: 25px; }

#mc_embed_signup h1 {
  color: #ffffff; }

#mc_embed_signup label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600; }

#mc_embed_signup {
  color: #666666;
  background-color: #141414;
  clear: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400; }

#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%; }

#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup input:focus {
  border-color: #333; }

#mc_embed_signup .button, #mc_embed_signup .woocommerce ul.products li.product .price_box .added_to_cart, .woocommerce ul.products li.product .price_box #mc_embed_signup .added_to_cart {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto; }

#mc_embed_signup .button:hover, #mc_embed_signup .woocommerce ul.products li.product .price_box .added_to_cart:hover, .woocommerce ul.products li.product .price_box #mc_embed_signup .added_to_cart:hover {
  background-color: #777; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */ }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px; }

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0; }

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0; }

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px; }

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px; }

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none; }

#mc_embed_signup .indicates-required {
  color: #BCBCBC;
  text-align: right;
  font-size: 11px;
  font-style: italic;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #D80003;
  font-size: 200%; }

#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  right: 10px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #00F048;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

.mc-h-lg {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px; }

.mc-h-sm {
  color: #ffffff;
  font-size: 20px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .mc-h-lg {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px; }

  .mc-h-sm {
    color: #ffffff;
    font-size: 16px; } }
/* Custom, iPhone Retina */
.woocommerce ul.products {
  min-height: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto; }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    content: '';
    display: table; }
  .woocommerce ul.products li.product {
    float: none;
    margin: 0;
    width: 14.5em;
    margin-bottom: 10px;
    background-color: #fff; }
    .woocommerce ul.products li.product .product-image-container {
      height: 180px; }
      .woocommerce ul.products li.product .product-image-container::before {
        content: ' ';
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
      .woocommerce ul.products li.product .product-image-container img {
        max-width: 150px; }
    .woocommerce ul.products li.product + li.product {
      margin-left: 3px; }
    .woocommerce ul.products li.product h3 {
      color: #000000;
      font-weight: bold;
      text-align: center;
      margin: 1em .2em;
      padding: 0; }
    .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .price_box .added_to_cart {
      margin-top: 0; }
    .woocommerce ul.products li.product > article {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      height: 100%; }
    .woocommerce ul.products li.product .product-link {
      padding: 5px;
      flex-grow: 1;
      flex-shrink: 1; }
      .woocommerce ul.products li.product .product-link a {
        display: inline-block;
        border: 1px solid #D4D6D7;
        width: 100%;
        text-align: center;
        text-decoration: none;
        position: relative;
        height: 100%; }
        .woocommerce ul.products li.product .product-link a img {
          display: inline-block;
          height: auto;
          width: auto;
          margin: 10%;
          vertical-align: middle; }
      .woocommerce ul.products li.product .product-link .onsale {
        border-radius: 0;
        overflow: visible;
        z-index: 1;
        background-color: #f15b50;
        color: #fff;
        margin: 0; }
        .woocommerce ul.products li.product .product-link .onsale::before, .woocommerce ul.products li.product .product-link .onsale::after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: inherit;
          z-index: -1; }
        .woocommerce ul.products li.product .product-link .onsale::before {
          transform: rotate(30deg); }
        .woocommerce ul.products li.product .product-link .onsale::after {
          transform: rotate(60deg); }
    .woocommerce ul.products li.product .price_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #f15b50;
      color: #fff;
      padding: .5em;
      font-size: .8em;
      font-weight: bold; }
      .woocommerce ul.products li.product .price_box .price {
        color: inherit; }
        .woocommerce ul.products li.product .price_box .price del {
          font-size: .8em;
          display: block;
          opacity: 1; }
        .woocommerce ul.products li.product .price_box .price ins, .woocommerce ul.products li.product .price_box .price > .amount {
          font-size: 1.2em;
          text-decoration: none; }
      .woocommerce ul.products li.product .price_box .button, .woocommerce ul.products li.product .price_box .added_to_cart {
        background: #fff;
        color: #f15b50;
        font-style: normal;
        font-weight: bold;
        padding: 10px 5px;
        letter-spacing: -.6px; }
        .woocommerce ul.products li.product .price_box .button.added, .woocommerce ul.products li.product .price_box .added.added_to_cart {
          display: none; }

.product-page {
  padding-top: 1em; }
  .product-page .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #f15b50;
    list-style: none;
    word-wrap: break-word; }
    .product-page .woocommerce-message::before {
      content: '\f058';
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      top: 1em;
      left: 1.5em;
      color: #f15b50; }
    .product-page .woocommerce-message .button, .product-page .woocommerce-message .woocommerce ul.products li.product .price_box .added_to_cart, .woocommerce ul.products li.product .price_box .product-page .woocommerce-message .added_to_cart {
      float: right; }
    .product-page .woocommerce-message::after {
      content: ' ';
      display: table;
      clear: both; }
  .product-page div.product {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 578px) {
      .product-page div.product {
        display: block; }
        .product-page div.product div.images img {
          max-width: 100%;
          max-height: 20em;
          width: auto;
          margin: 0 auto; } }
  .product-page div.images {
    margin-right: 1em; }
    .product-page div.images img {
      max-width: 50%;
      margin: auto; }
  .product-page .summary {
    flex: 1 1 auto; }
    .product-page .summary h1 {
      color: #f15b50;
      font-weight: bold;
      margin-bottom: .6em; }
    .product-page .summary .sku {
      font-size: .9em;
      margin-bottom: 2em;
      color: #000000; }
      .product-page .summary .sku::before {
        content: '['; }
      .product-page .summary .sku::after {
        content: ']'; }
    .product-page .summary .price {
      font-weight: bold; }
      .product-page .summary .price ins, .product-page .summary .price > .amount {
        color: #f15b50;
        font-size: 1.2em;
        text-decoration: none; }
    .product-page .summary .date_added {
      font-size: .8em; }
  .product-page .cart:not(.variations_form), .product-page .woocommerce-variation-add-to-cart {
    margin-top: 1em;
    display: flex;
    align-items: center; }
    .product-page .cart:not(.variations_form) .quantity, .product-page .woocommerce-variation-add-to-cart .quantity {
      margin-right: 1em; }
  .product-page .related.products h2 {
    text-align: center;
    margin: 1em; }

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart ul.products li.product .price_box .added_to_cart, .woocommerce ul.products li.product .price_box div.product form.cart .added_to_cart {
  float: none; }

.woocommerce-order-search {
  float: right;
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .woocommerce-order-search .aws-container {
    max-width: 300px;
    min-width: 150px;
    flex-grow: 1.5;
    margin: 0 1em 1em; }

.categories {
  clear: both; }
  .categories ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .categories li {
    margin: 5px;
    flex-shrink: 0; }

section div.woocommerce {
  width: 1200px !important;
  margin: 0 auto !important; }
  @media (max-width: 1220px) {
    section div.woocommerce {
      width: 100% !important;
      margin: 0 !important; } }

#loginform {
  width: 300px;
  margin: auto;
  border: black solid 1px;
  padding: 10px; }

#um_form_register {
  width: 300px;
  margin: auto; }

.flexbox-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .flexbox-container p {
    text-align: center; }
  .flexbox-container .img-container {
    height: 150px; }
    .flexbox-container .img-container::before {
      content: '';
      height: 150px;
      vertical-align: middle;
      display: inline-block; }
    .flexbox-container .img-container img {
      display: inline-block;
      vertical-align: middle; }

footer#page-footer {
  width: 100% !important; }
  footer#page-footer .tailor-section__content {
    padding: 100px 15px;
    display: flex;
    justify-content: space-around;
    flex-direction: row; }
    footer#page-footer .tailor-section__content > *:first-child {
      margin-left: 8%; }
    footer#page-footer .tailor-section__content > *:last-child {
      margin-right: 8%; }
    footer#page-footer .tailor-section__content > * {
      padding-left: 15px;
      padding-right: 15px; }
    footer#page-footer .tailor-section__content .logo-img {
      max-width: 180px;
      min-width: 100px; }
      footer#page-footer .tailor-section__content .logo-img img {
        width: 100%; }
    @media (max-width: 768px) {
      footer#page-footer .tailor-section__content > *:first-child {
        margin-left: 0; }
      footer#page-footer .tailor-section__content > *:last-child {
        margin-right: 0; }
      footer#page-footer .tailor-section__content .logo-img {
        max-width: 150px;
        min-width: 0; } }
    footer#page-footer .tailor-section__content #footer-widgets {
      flex: 1;
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      footer#page-footer .tailor-section__content #footer-widgets > * {
        flex: 1;
        padding-left: 15px;
        padding-right: 15px; }
      footer#page-footer .tailor-section__content #footer-widgets .widget-title {
        font-family: 'Exo 2', sans-serif;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
        text-transform: uppercase; }
      footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu .menu {
        margin-top: 20px;
        font-size: 14px; }
        footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu .menu li {
          padding: 20px 0; }
        footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu .menu a {
          text-decoration: none; }
      @media (max-width: 768px) {
        footer#page-footer .tailor-section__content #footer-widgets {
          display: block; }
          footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu h3 {
            background-color: rgba(0, 0, 0, 0.4);
            border-color: #000;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
            padding: 10px 15px;
            font-size: 18px;
            cursor: pointer; }
            footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu h3::after {
              content: '+'; }
            footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu h3:not(.open) ~ * > .menu {
              display: none; }
          footer#page-footer .tailor-section__content #footer-widgets .widget_nav_menu .menu {
            margin: 15px; }
          footer#page-footer .tailor-section__content #footer-widgets .widget-container {
            margin-left: 0 !important;
            margin-right: 0 !important; }
          footer#page-footer .tailor-section__content #footer-widgets .widget-container + .widget_nav_menu {
            margin-top: 15px; } }

/*#tailor_footer_widgets {
    .tailor-section__content {

        
        @include stablet {
            min-height: 300px;
            flex-direction: column;
            align-items: center;

            
            
        }
    }
}*/

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