/*
Theme Name: Eintac
Theme URI: http://unity.online
Description: Custom theme for built for Eintac
Author: Unity Dev Team
Author URI:  mailto:development@unity.online
Version: 1.0
*/
@import url(includes/scss/editor.css);
/* lightbox*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease; }

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }
@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
	Preloader
	Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
body {
  margin: 0; }

.error_404 {
  text-align: center;
  padding: 200px 0; }

.wp_content > :first-child {
  margin-top: 0; }

.wp_content > :last-child {
  margin-bottom: 0; }

/* pagination */
#pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0; }

#pagination a, #pagination > span {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 5px 5px 5px;
  text-decoration: none;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.0001);
  border: 2px solid #343436;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  color: #343436;
  transition: .3s; }

#pagination > span, #pagination a:hover {
  background: #343436;
  color: #fff; }

/* gallery layout */
.gallery {
  column-count: 4;
  column-gap: 20px; }

.gallery .gallery-item {
  display: inline;
  margin: 0; }

.gallery .gallery-item img {
  display: block;
  margin: 0 0 20px 0; }

.gallery-caption {
  display: none; }

/*gravity forms */
.gfield_description.validation_message {
  position: absolute;
  right: -5px;
  top: -14px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px; }

.validation_message::after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: red;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 10px; }

.validation_error {
  margin-bottom: 20px;
  border: 1px solid red;
  padding: 10px 20px;
  font-size: 15px;
  color: red; }

.gform_confirmation_message {
  color: #1ba21b; }

.gform_body ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.gform_body > ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gform_body > ul > li {
  position: relative; }

.gform_body > ul > li {
  width: 100%;
  margin-bottom: 20px; }

.gform_body > ul > li.medium_field {
  width: calc(50% - 10px); }

.gform_body > ul > li.small_field {
  width: calc(33.33% - 13px); }

.gform_body > ul > li.large_field, .gform_body > ul > li.gform_hidden {
  width: 100%; }

.gform_body > ul > li.captcha_field {
  margin: 0; }

.gform_body > ul > li.captcha_field > .gfield_label {
  display: none; }

.gform_wrapper {
  background: #F0F2F5; }

.ginput_container.ginput_container_number {
  max-width: 100px; }

.gform_heading h3 {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 114%;
  color: #1A1A1A;
  margin-top: 0; }
  @media (max-width: 768px) {
    .gform_heading h3 {
      font-size: 30px; } }

.gform_heading {
  background: #E6E8EB; }

.gform_heading, .gform_body {
  padding: 40px 60px; }
  @media (max-width: 640px) {
    .gform_heading, .gform_body {
      padding: 30px 20px; } }

.gform_body {
  padding-bottom: 20px; }

.gform_footer {
  padding: 0 60px 40px; }
  @media (max-width: 640px) {
    .gform_footer {
      padding: 0 20px 20px; } }

.wp_content > ul {
  list-style: none; }

.wp_content > ul li::before {
  content: "\2022";
  color: #EB670B;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

@media (max-width: 640px) {
  .gform_body > ul > li:nth-child(1n) {
    width: 100%; } }
span.gform_description {
  margin-bottom: 0;
  display: block; }

.gform_body ul > li.hidden_label > label {
  display: none; }

.gfield_checkbox label {
  display: inline; }

.gform_body input[type=text], .gform_body textarea, .gform_body select, .woocommerce form .form-row input.input-text {
  height: 45px;
  color: #404040;
  padding-left: 15px;
  width: 100%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box; }

input[type=search] {
  -webkit-appearance: none; }

.gform_footer {
  text-align: right; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.gform_body select::-ms-expand {
  display: none; }

.gform_body textarea, .woocommerce form .form-row textarea {
  height: 160px;
  padding-top: 20px; }

.woocommerce form .form-row textarea {
  max-height: 100px;
  padding-left: 10px;
  padding-top: 10px; }

.gfield_visibility_ {
  display: none; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818181; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #818181; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #818181; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #818181; }

.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 2; }

.site_width {
  padding-left: calc(50% - (1250px / 2));
  padding-right: calc(50% - (1250px / 2));
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .site_width {
      padding-right: 20px;
      padding-left: 20px; } }

.image-switch {
  background: no-repeat center /  cover; }

@media (max-width: 600px) {
  .gallery {
    column-count: 2; }

  .header-right {
    display: flex;
    justify-content: space-between; } }
#header {
  position: relative;
  z-index: 12; }
  #header #logo {
    background: center / contain no-repeat url(includes/img/logo.png);
    width: 204px;
    height: 73px;
    text-indent: -9999px;
    overflow: hidden; }
    @media (max-width: 768px) {
      #header #logo {
        width: 150px;
        height: 55px;
        background-size: 150px;
        min-width: 150px; } }

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0EDED;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  position: relative; }
  .header-top > p {
    font-size: 14px;
    line-height: 105%;
    color: #343436;
    margin: 0; }
    @media (max-width: 640px) {
      .header-top > p {
        width: 0px;
        height: 0;
        overflow: hidden; } }
    @media (max-width: 900px) {
      .header-top > p span {
        display: none; } }
    .header-top > p a {
      margin-left: 2px;
      padding-left: 15px;
      background: no-repeat center left/12px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 10.5v.1l-.4.5c-.4.3-1 .5-1.9.5-4 0-9.7-6-9-9 .1-.6.4-1.1.9-1.4a2 2 0 01.8-.3h1c.2 0 .4.2.4.4l1 2.4c0 .2-.1.4-.3.5l-.7.3-.2.1c-.1.2-.2.4-.1.5.2.4.6 1 1.6 2v.1a9 9 0 002.2 1.7h.6v-.1h.1l.5-.6c.2-.1.4-.2.6-.1l2.8 1.1c.1 0 .3.2.3.4s0 .5-.2.9z' fill='%23EB670B'/%3E%3C/svg%3E"); }
      .header-top > p a:hover {
        opacity: 0.7; }
      @media (max-width: 640px) {
        .header-top > p a {
          position: fixed;
          bottom: 0;
          width: 33.3%;
          height: 60px;
          left: -2px;
          color: #fff;
          display: flex;
          align-items: center;
          padding-left: 40px;
          font-size: 17px;
          padding-right: 10px;
          box-sizing: border-box;
          background: #EB670B no-repeat 15px center/18px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 10.5v.1l-.4.5c-.4.3-1 .5-1.9.5-4 0-9.7-6-9-9 .1-.6.4-1.1.9-1.4a2 2 0 01.8-.3h1c.2 0 .4.2.4.4l1 2.4c0 .2-.1.4-.3.5l-.7.3-.2.1c-.1.2-.2.4-.1.5.2.4.6 1 1.6 2v.1a9 9 0 002.2 1.7h.6v-.1h.1l.5-.6c.2-.1.4-.2.6-.1l2.8 1.1c.1 0 .3.2.3.4s0 .5-.2.9z' fill='%23fff'/%3E%3C/svg%3E");
          z-index: 3; } }
      @media (max-width: 540px) {
        .header-top > p a {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .header-top > p a {
          padding: 0;
          background-position: center;
          background-size: 28px;
          text-indent: -9999px;
          overflow: hidden; } }
  .header-top > div {
    display: flex;
    align-items: center; }
    .header-top > div form {
      position: relative; }
      .header-top > div form + .account-link {
        margin-left: 20px; }
      .header-top > div form select {
        display: none; }
      .header-top > div form .selected {
        background: #E4E4EB;
        border-radius: 29px;
        display: flex;
        align-items: center;
        width: 79px;
        height: 24px;
        padding: 2px 8px 2px 3px;
        box-sizing: border-box;
        cursor: pointer;
        font-weight: 500;
        font-size: 13px;
        color: #343436;
        position: relative;
        z-index: 2; }
        .header-top > div form .selected:before {
          background: no-repeat center/18px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.8 1.5a9 9 0 00-4 2.9l4 2v-5zM16.9 4.4a9 9 0 00-4-3v5l4-2zM12.8 18.4a9 9 0 004.1-2.9l-4-2v5zM2.7 15.5a9 9 0 004.1 3v-5l-4 2z' fill='%2300247D'/%3E%3Cpath d='M6.8 6.4l-4-2-.2.2 4.2 2v-.2zM12.8 13.5l4.1 2 .1-.1-4.2-2.1v.2zM12.8 7h.3l4.2-2.1-.4-.5-4 2V7zM6.8 13h-.3l-4.1 2c0 .2.2.3.3.5l4.1-2V13z' fill='%23fff'/%3E%3Cpath d='M17.9 14l.4-1h-2.5l2 1zM3.8 13l-2 1c.1.3.3.7.6 1l4.1-2H3.8zM15.8 7l2-1a9 9 0 00-.5-1.1l-4.2 2h2.7zM1.8 6a9 9 0 00-.5 1h2.5l-2-1z' fill='%23CF142B'/%3E%3Cpath d='M18.3 7a9 9 0 00-.4-1l-2 1h2.4zM12.8 13v.3l4.2 2L18 14l-2-1h-3zM1.3 13l.5 1 2-1H1.3zM6.8 7v-.3L2.6 4.6a9 9 0 00-.8 1.3l2 1h3z' fill='%23fff'/%3E%3Cpath d='M11.6 8.2h7a9 9 0 00-.3-1.2h-5.5V1.4l-1.2-.3v7zM11.6 11.8v7a9 9 0 001.2-.4V13h5.5l.3-1.2h-7zM8 11.8H1l.3 1.2h5.5v5.5l1.2.3v-7zM8 8.2v-7a9 9 0 00-1.2.3V7H1.3L1 8.2h7z' fill='%23fff'/%3E%3Cpath d='M11.6 11.8h7a9 9 0 000-3.6h-7v-7a9 9 0 00-3.6 0v7H1a9 9 0 000 3.6h7v7a9 9 0 003.6 0v-7z' fill='%23CF142B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M.8 1h18v18H.8z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          content: '';
          width: 18px;
          height: 18px;
          min-width: 19px;
          margin-right: 5px; }
          @media (max-width: 640px) {
            .header-top > div form .selected:before {
              height: 14px;
              width: 14px;
              background-size: 14px; } }
        .header-top > div form .selected:after {
          margin-left: auto;
          content: '';
          width: 9px;
          min-width: 9px;
          height: 6px;
          background: no-repeat center/9px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Cpath opacity='.6' fill-rule='evenodd' clip-rule='evenodd' d='M0 2L1.3.7l3.1 3 3.1-3 1.3 1.1-4.4 4-4.4-4z' fill='%23242425'/%3E%3C/svg%3E"); }
        @media (max-width: 640px) {
          .header-top > div form .selected {
            height: 20px; } }
      .header-top > div form .currency_selector {
        position: absolute;
        background-color: #fff;
        width: 76px;
        border: 1px solid #E4E4EB;
        border-top: none;
        padding-top: 10px;
        margin-top: -10px;
        display: none; }
        .header-top > div form .currency_selector.show {
          display: block; }
        .header-top > div form .currency_selector > div {
          padding: 5px 10px;
          cursor: pointer;
          transition: .3s; }
          .header-top > div form .currency_selector > div.active, .header-top > div form .currency_selector > div:hover {
            background-color: #EB670B;
            color: #fff; }

a.vat_switch {
  display: flex;
  align-items: center; }
  a.vat_switch:before, a.vat_switch:after {
    height: 13px;
    width: 1px;
    background-color: #F0EDED;
    content: '';
    margin: 0 20px; }
  @media (max-width: 640px) {
    a.vat_switch {
      margin: 0 0 0 10px; }
      a.vat_switch:before, a.vat_switch:after {
        display: none; } }

a.vat_switch .inc_vat, a.vat_switch .ex_vat {
  font-weight: 500;
  font-size: 13px;
  color: #b6b8ba;
  padding: 0 10px; }

a.vat_switch.ex_vat .ex_vat, a.vat_switch.inc_vat .inc_vat {
  color: #141414; }

@media (max-width: 640px) {
  a.vat_switch .inc_vat {
    padding-right: 0; } }
a.vat_switch .toggle {
  display: block;
  width: 55px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #aab0ba;
  display: flex;
  align-items: center;
  padding: 0 3px;
  background: #dee0e4; }
  @media (max-width: 640px) {
    a.vat_switch .toggle {
      height: 20px; } }

a.vat_switch .toggle::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #7D7D93;
  border-radius: 100%; }
  @media (max-width: 640px) {
    a.vat_switch .toggle::after {
      width: 14px;
      height: 14px; } }

a.vat_switch.inc_vat .toggle {
  justify-content: flex-end; }

a.vat_switch:hover {
  text-decoration: none; }

a.vat_switch:hover .inc_vat.current, a.vat_switch:hover .ex_vat.current {
  color: #EB670B; }

a.vat_switch:hover .toggle::after {
  background: #EB670B; }

a.vat_switch span, a.vat_switch .toggle::after {
  transition: 0.2s; }

.account-link {
  font-weight: 500;
  font-size: 13px;
  color: #141414; }
  .account-link:hover {
    color: #EB670B; }
  @media (max-width: 640px) {
    .account-link {
      position: fixed;
      bottom: 0;
      width: 33.3%;
      height: 60px;
      left: 33.3%;
      border-left: 1px solid #fff;
      color: #fff;
      display: flex;
      align-items: center;
      padding-left: 42px;
      font-size: 17px;
      padding-right: 10px;
      box-sizing: border-box;
      background: #EB670B no-repeat 15px center/22px url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' fill='%23fff' r='4'/%3E%3Cpath d='M20 19v1a1 1 0 01-1 1H5a1 1 0 01-1-1v-1a6 6 0 016-6h4a6 6 0 016 6z' fill='%23fff'/%3E%3C/svg%3E");
      z-index: 3; } }
  @media (max-width: 540px) {
    .account-link {
      font-size: 14px; } }
  @media (max-width: 450px) {
    .account-link {
      padding: 0;
      background-position: center;
      background-size: 28px;
      text-indent: -9999px;
      overflow: hidden; } }

.header-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 15px;
  align-items: center;
  position: relative; }
  .header-bottom > div {
    flex: 1 auto;
    display: flex;
    justify-content: flex-end;
    padding-left: 30px; }
  .header-bottom form {
    width: 100%;
    max-width: 430px;
    border: 1px solid #E2DFDF;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    height: 53px;
    overflow: hidden;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .header-bottom form {
        height: 40px; } }
    .header-bottom form input {
      height: 100%;
      border: none; }
      .header-bottom form input[type=submit] {
        text-indent: -9999px;
        min-width: 53px;
        background: #343436 no-repeat center/23px url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 23'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 9.5A8.7 8.7 0 0110.6.8a8.6 8.6 0 016.6 7 8.4 8.4 0 01-1.4 6.3.4.4 0 00.2.4l5.3 5.4a1.4 1.4 0 01.1 2 1.4 1.4 0 01-2 0l-3.6-3.6-1.8-1.8a.4.4 0 00-.6-.1 8.5 8.5 0 01-13-5.2 15 15 0 01-.2-1.7zm8.7-7A6.6 6.6 0 108.6 16a6.6 6.6 0 000-13.3z' fill='%23fff'/%3E%3C/svg%3E");
        transition: opacity .3s; }
        .header-bottom form input[type=submit]:hover {
          opacity: 0.7; }
      .header-bottom form input[type=text] {
        flex: 1 auto;
        padding-left: 10px; }
  @media (max-width: 540px) {
    .header-bottom {
      padding-bottom: 70px; }
      .header-bottom form {
        position: absolute;
        bottom: 15px;
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        left: 20px; } }

.basket_link {
  margin-left: 100px;
  display: flex;
  justify-content: flex-end;
  background: #EB670B;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 auto; }
  .basket_link:hover {
    opacity: 0.7; }
  .basket_link > div:nth-child(1) {
    display: flex;
    min-width: 57px;
    width: 57px;
    background: #F57F2D no-repeat center/32px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 28'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.5 4.6a2 2 0 00-1.6-.8H8.4L8 2.3a2.5 2.5 0 00-2.4-2h-4a1 1 0 000 2h4a.5.5 0 01.5.4l3.8 16.9a2.2 2.2 0 002.1 1.7h16.6a1 1 0 100-2H12a.2.2 0 01-.2-.2l-.3-1.2 16.9-2a2.1 2.1 0 001.7-1.7L32 6.3a2 2 0 00-.4-1.7zm-1.6 1.3l-1.7 7.9L11 16 8.8 6H30zM16 25.2a2.1 2.1 0 11-4.2 0 2.1 2.1 0 014.2 0zm12 0a2.1 2.1 0 11-4.2 0 2.1 2.1 0 014.2 0z' fill='%23fff'/%3E%3C/svg%3E"); }
    @media (max-width: 1024px) {
      .basket_link > div:nth-child(1) {
        width: 40px;
        min-width: 40px;
        background-size: 25px; } }
  .basket_link > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    padding: 8px 12px;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .basket_link > div:nth-child(2) {
        display: none; } }
    .basket_link > div:nth-child(2) * {
      font-weight: 500;
      font-size: 13px;
      line-height: 18px;
      text-transform: uppercase;
      color: #FFFFFF;
      display: flex;
      flex-direction: column; }
  @media (max-width: 1024px) {
    .basket_link {
      margin-left: 20px; } }
  @media (max-width: 640px) {
    .basket_link {
      position: fixed;
      bottom: 0;
      width: 33.4%;
      right: 0;
      bottom: 0;
      height: 60px;
      border-left: 1px solid #fff;
      color: #fff;
      display: flex;
      align-items: center;
      padding-left: 50px;
      font-size: 17px;
      padding-right: 10px;
      box-sizing: border-box;
      border-radius: 0;
      justify-content: flex-start;
      background: #EB670B no-repeat 15px center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 28'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.5 4.6a2 2 0 00-1.6-.8H8.4L8 2.3a2.5 2.5 0 00-2.4-2h-4a1 1 0 000 2h4a.5.5 0 01.5.4l3.8 16.9a2.2 2.2 0 002.1 1.7h16.6a1 1 0 100-2H12a.2.2 0 01-.2-.2l-.3-1.2 16.9-2a2.1 2.1 0 001.7-1.7L32 6.3a2 2 0 00-.4-1.7zm-1.6 1.3l-1.7 7.9L11 16 8.8 6H30zM16 25.2a2.1 2.1 0 11-4.2 0 2.1 2.1 0 014.2 0zm12 0a2.1 2.1 0 11-4.2 0 2.1 2.1 0 014.2 0z' fill='%23fff'/%3E%3C/svg%3E");
      z-index: 3; }
      .basket_link > div:nth-child(1n) {
        display: none; } }
  @media (max-width: 640px) and (max-width: 450px) {
    .basket_link {
      padding: 0;
      background-position: center;
      background-size: 28px;
      text-indent: -9999px;
      overflow: hidden; } }
  @media (max-width: 640px) {
      .basket_link:after {
        content: 'Basket'; } }
    @media (max-width: 640px) and (max-width: 540px) {
      .basket_link:after {
        font-size: 14px; } }
    @media (max-width: 640px) and (max-width: 450px) {
      .basket_link:after {
        display: none; } }

@media (min-width: 1024px) {
  #mobile_menu_button {
    display: none; }

  .site_menu {
    background-color: #EB670B;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 10; }
    .site_menu > * {
      margin: 0; }

  #main_menu {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative; }
    #main_menu ul {
      list-style: none; }
    #main_menu a {
      color: #fff; }
    #main_menu > li {
      position: relative;
      display: flex;
      flex-grow: 1; }
      #main_menu > li > a {
        display: flex;
        align-items: center;
        padding: 20px;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        flex-grow: 1;
        border-left: 1px solid rgba(241, 149, 84, 0.4); }
      #main_menu > li:last-child a {
        border-right: 1px solid rgba(241, 149, 84, 0.4); }
      #main_menu > li.current-menu-item > a, #main_menu > li:hover > a, #main_menu > li.current-menu-ancestor > a {
        background-color: #f57f2d !important; }
      #main_menu > li > ul {
        position: absolute;
        width: 230px;
        min-width: 100%;
        padding: 0;
        display: none;
        top: 65px; }
        #main_menu > li > ul > li > a {
          padding: 10px;
          display: block;
          background: #f57f2d; }
        #main_menu > li > ul > li:hover > a, #main_menu > li > ul > li.current-menu-item > a {
          background-color: #fe8b3b; }
      #main_menu > li:hover > ul, #main_menu > li.clicked > ul {
        display: block; }
      #main_menu > li.mega_menu {
        position: static; }
        #main_menu > li.mega_menu > a:before {
          content: '';
          background: none;
          position: absolute;
          width: 300px;
          height: 50px;
          bottom: -20px;
          margin-left: -100px;
          display: none; }
        #main_menu > li.mega_menu:hover > a:before {
          display: block;
          z-index: 9; }
        #main_menu > li.mega_menu > ul {
          display: none;
          left: 0;
          width: 100%;
          padding-left: calc(50% - (1250px / 2));
          padding-right: calc(50% - (1250px / 2));
          box-sizing: border-box;
          background-color: #fff;
          margin-top: 1px;
          box-shadow: 0px 0px 10px rgba(196, 196, 196, 0.27); }
          #main_menu > li.mega_menu > ul > li {
            width: 20%; } }
          @media (min-width: 1024px) and (max-width: 1400px) {
            #main_menu > li.mega_menu > ul > li {
              width: 300px; } }
@media (min-width: 1024px) {
            #main_menu > li.mega_menu > ul > li > a {
              padding: 15px 35px 15px 25px;
              font-size: 16px;
              position: relative;
              z-index: 2;
              border-bottom: 1px solid #E0E0E2;
              background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5.3l.2.1L6.5 6l.1.3v.2L1.6 12l-.2.1h-.3l-.5-.7v-.2-.3l4-4.6-4-4.7v-.2V1l.5-.6.3-.1z' fill='%23333' fill-opacity='.3'/%3E%3C/svg%3E");
              background-size: 10px;
              background-position: calc(100% - 10px) center;
              background-color: #E0E0E2;
              background-repeat: no-repeat;
              font-weight: 500;
              font-size: 16px;
              color: #343436; }
            #main_menu > li.mega_menu > ul > li > ul {
              background: #fff;
              padding: 80px 22% 25px 23%;
              margin: 0;
              position: absolute;
              width: 100%;
              top: 0;
              display: none;
              box-sizing: border-box;
              left: 0; } }
            @media (min-width: 1024px) and (max-width: 1400px) {
              #main_menu > li.mega_menu > ul > li > ul {
                padding-left: 320px; } }
@media (min-width: 1024px) {
              #main_menu > li.mega_menu > ul > li > ul > li {
                width: calc(50% - 32px);
                margin-right: 17px;
                display: flex; }
                #main_menu > li.mega_menu > ul > li > ul > li.menu-title {
                  position: absolute;
                  top: 40px;
                  font-size: 19px;
                  color: #343436;
                  font-weight: bold; } }
              @media (min-width: 1024px) and (max-width: 1400px) {
                #main_menu > li.mega_menu > ul > li > ul > li {
                  width: calc(25% - 20px); } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                #main_menu > li.mega_menu > ul > li > ul > li {
                  width: calc(33% - 20px); } }
@media (min-width: 1024px) {
                #main_menu > li.mega_menu > ul > li > ul > li > a {
                  background-color: #fff;
                  border-radius: 6px;
                  width: 100%;
                  overflow: hidden;
                  padding: 3px 0;
                  font-size: 15px;
                  color: #333333;
                  font-weight: 500; }
                  #main_menu > li.mega_menu > ul > li > ul > li > a span {
                    width: 100%;
                    height: 30vw;
                    max-height: 210px;
                    min-height: 120px;
                    background: no-repeat center / contain;
                    margin-bottom: 10px; }
                  #main_menu > li.mega_menu > ul > li > ul > li > a:hover {
                    opacity: 0.7; }
            #main_menu > li.mega_menu > ul > li.clicked > ul, #main_menu > li.mega_menu > ul > li.is_open > ul {
              display: flex;
              flex-wrap: wrap; }
            #main_menu > li.mega_menu > ul > li:hover > a, #main_menu > li.mega_menu > ul > li.clicked > a, #main_menu > li.mega_menu > ul > li.is_open > a {
              background-color: #fff; }
        #main_menu > li.mega_menu:hover > ul {
          display: block; }
        #main_menu > li.mega_menu.clicked > ul {
          display: block; }
    #main_menu > li.mega_menu > a, #main_menu > li.menu-item-has-children > a {
      padding-right: 30px;
      background: no-repeat url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath opacity='.3' fill-rule='evenodd' clip-rule='evenodd' d='M0 2.4l2.3-2 5.4 5.1 5.4-5 2.2 2L7.7 9 .1 2.4z' fill='%23fff'/%3E%3C/svg%3E");
      background-size: 12px;
      background-position: calc(100% - 20px) center; } }
@media (max-width: 1024px) {
  #close_menu {
    background-color: rgba(0, 0, 0, 0.01);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    width: 0;
    height: 100vh;
    display: block;
    transition: background-color 0.3s ease, right 0.3s ease;
    -webkit-transition: background-color 0.3s ease, right 0.3s ease; }

  body.menu_open {
    overflow: hidden; }

  body.menu_open #close_menu {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    right: 300px;
    width: 100%; }

  body.menu_open.show_menu_close #close_menu {
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
    right: 0; }

  #wrap {
    position: relative;
    width: auto;
    min-width: 320px;
    overflow: hidden; }

  #shifter {
    position: relative;
    width: 100%;
    left: 0px;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    background: #fff; }

  body {
    background: #d8d8d8; }

  body.menu_open #shifter {
    left: -300px; }

  body.menu_open.show_menu_close #shifter {
    left: 0; }

  #mobile_menu_button {
    width: 40px;
    min-width: 40px;
    display: block;
    align-self: center;
    margin-left: 20px; } }
  @media (max-width: 1024px) and (max-width: 540px) {
    #mobile_menu_button {
      width: 35px;
      min-width: 35px; } }

@media (max-width: 1024px) {
  #mobile_menu_button > div {
    width: 100%;
    height: 8px;
    background-color: #EB670B;
    margin-bottom: 6px; }
    #mobile_menu_button > div:last-child {
      margin-bottom: 0; } }
  @media (max-width: 1024px) and (max-width: 540px) {
    #mobile_menu_button > div {
      height: 6px;
      margin-bottom: 5px; } }

@media (max-width: 1024px) {
  .site_menu {
    display: block;
    top: 0px;
    left: 100%;
    width: 300px;
    z-index: 20;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    -webkit-transition: left 0.3s ease;
    background-color: #EB670B;
    padding: 0; }
    .site_menu #main_menu, .site_menu #main_menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block; }
    .site_menu #main_menu li.menu-item-has-children, .site_menu #main_menu li.mega_menu {
      position: relative; }
      .site_menu #main_menu li.menu-item-has-children > span, .site_menu #main_menu li.mega_menu > span {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 10px;
        background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H.7A.6.6 0 000 1l3.4 3.8a.7.7 0 001 0L7.8 1a.6.6 0 00-.5-1H4z' fill='%23fff'/%3E%3C/svg%3E");
        background-size: 15px;
        transition: transform .3s; }
      .site_menu #main_menu li.menu-item-has-children.open > span, .site_menu #main_menu li.mega_menu.open > span {
        transform: rotate(-90deg); }
      .site_menu #main_menu li.menu-item-has-children.open > ul, .site_menu #main_menu li.mega_menu.open > ul {
        max-height: 5000px; }
    .site_menu #main_menu ul {
      max-height: 0;
      transition: max-height 0.3s;
      overflow: hidden;
      position: relative; }
      .site_menu #main_menu ul ul li a {
        padding: 10px 25px 10px 35px;
        font-size: 16px; }

  body.menu_open .site_menu {
    left: calc(100% - 300px); }

  body.menu_open.show_menu_close .site_menu {
    left: 100%; }

  .menu li.clicked ul {
    max-height: 500px; }

  .menu a {
    display: block;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .menu ul a {
    font-size: 16px;
    padding: 15px 45px 15px 25px;
    background: rgba(255, 255, 255, 0.05); }

  .menu li {
    position: relative; }

  .menu li.menu-item-has-children.clicked > a:after {
    transform: rotate(-45deg); }

  .gallery {
    column-count: 3;
    column-gap: 10px; }

  .gallery .gallery-item img {
    margin-bottom: 10px; }

  .header-top > a:nth-child(2) {
    margin-left: auto; } }
  @media (max-width: 1024px) and (max-width: 640px) {
    .header-top > a:nth-child(2) {
      width: 23px;
      height: 26px;
      padding: 0; }
      .header-top > a:nth-child(2) p {
        display: none; } }

@media (max-width: 1024px) {
  .menu-search {
    margin: 20px; }

  #main_menu > li.mega_menu > a, #main_menu > li.menu-item-has-children > a, #main_menu > li > a {
    background: none;
    display: block;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  li.menu-title {
    display: none; }

  #main_menu > li.mega_menu > ul {
    background-color: transparent; }

  #main_menu > li.mega_menu > ul > li > a,
  #main_menu > li.mega_menu > ul > li:hover > a, #main_menu > li.mega_menu > ul > li.clicked > a, #main_menu > li.mega_menu > ul > li.open > a {
    font-size: 16px;
    padding: 15px 45px 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff; }

  #main_menu > li.mega_menu > ul {
    position: relative;
    box-shadow: none;
    padding: 0; }

  #main_menu > li {
    display: block; }

  #main_menu > li > ul {
    top: auto; }

  #main_menu > li.mega_menu > ul > li > ul {
    background-color: transparent;
    position: relative; }

  #main_menu > li.mega_menu > ul > li > ul {
    padding: 0; }

  #main_menu > li.mega_menu > ul > li.clicked > ul, #main_menu > li.mega_menu > ul > li.open > ul {
    display: block; }

  #main_menu > li.mega_menu > ul > li > ul > li {
    width: 100%; }

  #main_menu > li.mega_menu > ul > li > ul > li > a {
    padding: 10px 25px 10px 35px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff; }

  #main_menu > li.mega_menu > ul > li > ul > li.menu-title {
    display: none; }

  #main_menu > li.mega_menu > ul > li:hover > a, #main_menu > li.mega_menu > ul > li.clicked > a, #main_menu > li.mega_menu > ul > li.is_open > a {
    background: rgba(255, 255, 255, 0.05); }

  #main_menu > li.mega_menu > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  #main_menu > li.mega_menu > ul {
    display: block; }

  .site_menu #main_menu li.menu-item-has-children ul span, .site_menu #main_menu li.mega_menu ul span {
    top: 5px; }

  #main_menu > li > ul > li.clicked > ul {
    max-height: 5000px; }

  .site_menu #main_menu li.menu-item-has-children ul li.clicked span, .site_menu #main_menu li.mega_menu ul li.clicked span {
    transform: rotate(-90deg); }

  #main_menu > li:not(.mega_menu) > ul > li > a {
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 15px 45px 15px 25px;
    background: rgba(255, 255, 255, 0.05); } }
.page_banner {
  display: flex;
  height: 60vw;
  max-height: 392px;
  min-height: 250px;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 500px) {
    .page_banner {
      padding-bottom: 10px; }
      .page_banner .banner_title {
        padding-top: 30px; } }
  .page_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90.29deg, rgba(255, 255, 255, 0.8) 36.38%, rgba(255, 255, 255, 0) 97.65%);
    background-blend-mode: multiply;
    mix-blend-mode: normal;
    opacity: 0.8; }
    @media (max-width: 1024px) {
      .page_banner:before {
        background: linear-gradient(90.29deg, white 36.38%, rgba(255, 255, 255, 0.9) 97.65%); } }
  .page_banner .banner_title {
    position: relative;
    width: 70%;
    max-width: 768px;
    z-index: 2; }
    @media (max-width: 1024px) {
      .page_banner .banner_title {
        width: 100%; } }
    .page_banner .banner_title p:not(.hero-text) {
      font-weight: 500;
      font-size: 21px;
      line-height: 152%;
      color: #343436; }
      @media (max-width: 640px) {
        .page_banner .banner_title p:not(.hero-text) {
          font-size: 17px; } }
    .page_banner .banner_title .hero-text {
      margin-bottom: 0.4em; }
  .page_banner > span {
    width: 508px;
    height: 393px;
    position: absolute;
    right: 40px;
    top: 0;
    background: no-repeat center url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 508 393'%3E%3Cpath d='M467.3 196.6A213 213 0 01254 409.3 213 213 0 0140.6 196.7 213 213 0 01253.9-16.1a213 213 0 01213.4 212.7z' stroke='%23EB670B' stroke-opacity='.9' stroke-width='80'/%3E%3C/svg%3E"); }
    @media (max-width: 1024px) {
      .page_banner > span {
        display: none; } }

.breadcrumbs {
  position: absolute;
  top: 15px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.2px; }
  .breadcrumbs span {
    margin: 0 3px; }
    .breadcrumbs span:first-child {
      margin-left: 0; }
  .breadcrumbs span, .breadcrumbs a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #343436; }
  .breadcrumbs a:hover {
    opacity: 0.7; }
  .breadcrumbs.site_width {
    position: relative;
    top: auto;
    padding-top: 25px; }

.the_usps {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #343436; }
  @media (max-width: 1024px) {
    .the_usps {
      display: none; } }
  .the_usps > div {
    display: flex;
    padding-right: 50px;
    align-items: center; }
    @media (max-width: 1200px) {
      .the_usps > div {
        padding-right: 10px; } }
    .the_usps > div:last-child {
      padding-right: 0; }
    .the_usps > div > div:nth-child(1) {
      width: 35px;
      min-width: 35px;
      height: 40px;
      background: no-repeat center / 35px;
      margin-right: 15px; }
  .the_usps p {
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    color: #E5E5E5; }
    .the_usps p strong {
      display: block;
      font-size: 20px;
      line-height: 130%; }

.main_container {
  display: flex;
  padding-top: 65px; }
  @media (max-width: 1024px) {
    .main_container {
      padding-top: 35px; } }
  .main_container main {
    flex: 1 0;
    flex-basis: calc(100% - 305px - 80px); }
  .main_container aside {
    width: 305px;
    margin-left: 80px; }
    @media (max-width: 1024px) {
      .main_container aside {
        display: none; } }

.sidebar a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden; }
  .sidebar a > div:nth-child(1) {
    height: 50vw;
    max-height: 270px;
    min-height: 220px;
    background: no-repeat center /  cover;
    transition: filter .3s; }
  .sidebar a > div:nth-child(2) {
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 3px solid #EB670B;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(52, 52, 54, 0.9);
    justify-content: space-between; }
    .sidebar a > div:nth-child(2):after {
      width: 28px;
      height: 28px;
      content: '';
      background: no-repeat center/28px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Ccircle opacity='.6' cx='13.6' cy='13.7' r='13.5' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6 20.3l-2.2-2c1.8-1.5 3.7-3 5.5-4.7L9.4 9l2.2-2 7.2 6.7-7.2 6.7z' fill='%23343436'/%3E%3C/svg%3E"); }
  .sidebar a:hover > div:nth-child(1) {
    filter: grayscale(70%); }

.course-form {
  padding-top: 40px; }

.course_list {
  padding-top: 25px; }
  .course_list .course-item {
    margin-bottom: 25px;
    display: block; }
    .course_list .course-item:hover {
      opacity: 0.7; }
    .course_list .course-item > div:nth-child(1) {
      display: flex; }
      .course_list .course-item > div:nth-child(1) > div.image {
        flex: 0 0 235px;
        background: no-repeat center / cover; }
        @media (max-width: 1024px) {
          .course_list .course-item > div:nth-child(1) > div.image {
            display: none; } }
      .course_list .course-item > div:nth-child(1) > div.wp_content {
        padding: 25px 35px;
        background: #E6E6E8;
        flex: 1 0;
        flex-basis: calc(100% - 235px);
        box-sizing: border-box; }
        @media (max-width: 640px) {
          .course_list .course-item > div:nth-child(1) > div.wp_content {
            padding: 15px; } }
        .course_list .course-item > div:nth-child(1) > div.wp_content * {
          color: #3D363C; }
        .course_list .course-item > div:nth-child(1) > div.wp_content ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .course_list .course-item > div:nth-child(1) > div.wp_content ul li {
            width: calc(50% - 10px);
            box-sizing: border-box; }
            @media (max-width: 640px) {
              .course_list .course-item > div:nth-child(1) > div.wp_content ul li {
                width: 100%; } }
    .course_list .course-item > div:nth-child(2) {
      text-align: right;
      background: #D4D4D6;
      padding: 10px; }
      @media (max-width: 450px) {
        .course_list .course-item > div:nth-child(2) {
          text-align: left; } }
      .course_list .course-item > div:nth-child(2) p {
        margin: 0;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #3D363C; }
        .course_list .course-item > div:nth-child(2) p strong {
          font-size: 32px; }
        .course_list .course-item > div:nth-child(2) p .button {
          margin-left: 15px; }
          @media (max-width: 450px) {
            .course_list .course-item > div:nth-child(2) p .button {
              margin-left: 0;
              margin-top: 5px;
              text-align: left; } }

.course_wrapper {
  max-height: 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  transition: .3s; }
  @media (max-height: 640px) {
    .course_wrapper {
      max-height: 100px; }
      .course_wrapper .h3 {
        min-height: 52px;
        display: flex;
        align-items: center; } }
  .course_wrapper .h3 {
    cursor: pointer;
    position: relative;
    padding-right: 30px; }
    .course_wrapper .h3:before, .course_wrapper .h3:after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background-color: #EB670B;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .3s; }
    .course_wrapper .h3:after {
      transform: rotate(90deg); }
  .course_wrapper.open {
    max-height: 5000px; }
    .course_wrapper.open .h3:after {
      transform: rotate(0); }

.course_wrapper .sidebar {
  display: flex;
  flex-wrap: wrap; }
  .course_wrapper .sidebar a {
    width: calc(33.3% - 10px);
    margin: 0 15px 15px 0; }
    .course_wrapper .sidebar a:nth-child(3n+3) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .course_wrapper .sidebar a:nth-child(n) {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0; }
        .course_wrapper .sidebar a:nth-child(n):nth-child(2n+2) {
          margin-right: 0; } }
    @media (max-width: 500px) {
      .course_wrapper .sidebar a:nth-child(n) {
        width: 100%;
        margin: 0 0 20px 0; } }

.single_post_list a {
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  transition: opacity .3s; }
  .single_post_list a:hover {
    opacity: .7;
    text-decoration: none; }
  .single_post_list a .post_thumb {
    background-position: center;
    background-size: cover;
    flex: 0 0 28%; }
    @media (max-width: 769px) {
      .single_post_list a .post_thumb {
        display: none; } }
  .single_post_list a .post_data {
    flex: 1 0 72%;
    background: #E0E0E2;
    padding: 35px 35px 35px 55px;
    box-sizing: border-box;
    position: relative; }
    .single_post_list a .post_data > span {
      width: 34px;
      height: 34px;
      right: 20px;
      bottom: 20px;
      position: absolute;
      background: no-repeat center/34px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Ccircle cx='16.9' cy='16.9' r='16.2' fill='%233D363C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 25l-2.6-2.4 6.7-5.8-6.7-5.6 2.6-2.4 8.8 8-8.8 8.1z' fill='%23fff'/%3E%3C/svg%3E"); }
    @media (max-width: 769px) {
      .single_post_list a .post_data {
        padding: 30px 20px; } }
    .single_post_list a .post_data p {
      color: #24383F;
      font-weight: 500; }
      .single_post_list a .post_data p.h4 {
        font-weight: 600;
        font-size: 22px;
        color: #1A1A1A;
        margin: 0 0 20px; }
      .single_post_list a .post_data p.date {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        padding-left: 25px;
        background: center left no-repeat url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1' maskUnits='userSpaceOnUse' x='-0.607422' y='-0.609863' width='20' height='20' fill='black'%3E%3Crect fill='white' x='-0.607422' y='-0.609863' width='20' height='20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2677 16.8896C17.2677 17.0966 17.0995 17.2645 16.8931 17.2645H1.89295C1.68602 17.2645 1.5177 17.0966 1.5177 16.8896V3.57763C1.5177 3.37057 1.68602 3.20273 1.89295 3.20273H4.33039V4.32805C4.33039 4.63899 4.58185 4.89012 4.89276 4.89012C5.20353 4.89012 5.45519 4.63899 5.45519 4.32805V3.20273H8.83011V4.32805C8.83011 4.63899 9.08186 4.89012 9.39277 4.89012C9.70368 4.89012 9.95515 4.63899 9.95515 4.32805V3.20273H13.3304V4.32805C13.3304 4.63899 13.5818 4.89012 13.8928 4.89012C14.2037 4.89012 14.4554 4.63899 14.4554 4.32805V3.20273H16.8931C17.0995 3.20273 17.2677 3.37057 17.2677 3.57763V16.8896ZM16.8929 2.07813H14.4553V0.952818C14.4553 0.641921 14.2035 0.390137 13.8926 0.390137C13.5816 0.390137 13.3302 0.641921 13.3302 0.952818V2.07813H9.95497V0.952818C9.95497 0.641921 9.7035 0.390137 9.39259 0.390137C9.08168 0.390137 8.82993 0.641921 8.82993 0.952818V2.07813H5.45501V0.952818C5.45501 0.641921 5.20336 0.390137 4.89259 0.390137C4.58167 0.390137 4.33021 0.641921 4.33021 0.952818V2.07813H1.89277C1.06383 2.07813 0.392578 2.74945 0.392578 3.57774V16.8897C0.392578 17.7185 1.06383 18.3899 1.89277 18.3899H16.8929C17.7212 18.3899 18.3926 17.7185 18.3926 16.8897V3.57774C18.3926 2.74945 17.7212 2.07813 16.8929 2.07813Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2677 16.8896C17.2677 17.0966 17.0995 17.2645 16.8931 17.2645H1.89295C1.68602 17.2645 1.5177 17.0966 1.5177 16.8896V3.57763C1.5177 3.37057 1.68602 3.20273 1.89295 3.20273H4.33039V4.32805C4.33039 4.63899 4.58185 4.89012 4.89276 4.89012C5.20353 4.89012 5.45519 4.63899 5.45519 4.32805V3.20273H8.83011V4.32805C8.83011 4.63899 9.08186 4.89012 9.39277 4.89012C9.70368 4.89012 9.95515 4.63899 9.95515 4.32805V3.20273H13.3304V4.32805C13.3304 4.63899 13.5818 4.89012 13.8928 4.89012C14.2037 4.89012 14.4554 4.63899 14.4554 4.32805V3.20273H16.8931C17.0995 3.20273 17.2677 3.37057 17.2677 3.57763V16.8896ZM16.8929 2.07813H14.4553V0.952818C14.4553 0.641921 14.2035 0.390137 13.8926 0.390137C13.5816 0.390137 13.3302 0.641921 13.3302 0.952818V2.07813H9.95497V0.952818C9.95497 0.641921 9.7035 0.390137 9.39259 0.390137C9.08168 0.390137 8.82993 0.641921 8.82993 0.952818V2.07813H5.45501V0.952818C5.45501 0.641921 5.20336 0.390137 4.89259 0.390137C4.58167 0.390137 4.33021 0.641921 4.33021 0.952818V2.07813H1.89277C1.06383 2.07813 0.392578 2.74945 0.392578 3.57774V16.8897C0.392578 17.7185 1.06383 18.3899 1.89277 18.3899H16.8929C17.7212 18.3899 18.3926 17.7185 18.3926 16.8897V3.57774C18.3926 2.74945 17.7212 2.07813 16.8929 2.07813Z' fill='%23333333'/%3E%3Cpath d='M4.33039 3.20273H4.53039V3.00273H4.33039V3.20273ZM5.45519 3.20273V3.00273H5.25519V3.20273H5.45519ZM8.83011 3.20273H9.03011V3.00273H8.83011V3.20273ZM9.95515 3.20273V3.00273H9.75515V3.20273H9.95515ZM13.3304 3.20273H13.5304V3.00273H13.3304V3.20273ZM14.4554 3.20273V3.00273H14.2554V3.20273H14.4554ZM14.4553 2.07813H14.2553V2.27813H14.4553V2.07813ZM13.3302 2.07813V2.27813H13.5302V2.07813H13.3302ZM9.95497 2.07813H9.75497V2.27813H9.95497V2.07813ZM8.82993 2.07813V2.27813H9.02993V2.07813H8.82993ZM5.45501 2.07813H5.25501V2.27813H5.45501V2.07813ZM4.33021 2.07813V2.27813H4.53021V2.07813H4.33021ZM17.0677 16.8896C17.0677 16.9862 16.9891 17.0645 16.8931 17.0645V17.4645C17.21 17.4645 17.4677 17.2071 17.4677 16.8896H17.0677ZM16.8931 17.0645H1.89295V17.4645H16.8931V17.0645ZM1.89295 17.0645C1.79621 17.0645 1.7177 16.9859 1.7177 16.8896H1.3177C1.3177 17.2073 1.57583 17.4645 1.89295 17.4645V17.0645ZM1.7177 16.8896V3.57763H1.3177V16.8896H1.7177ZM1.7177 3.57763C1.7177 3.48131 1.79619 3.40273 1.89295 3.40273V3.00273C1.57585 3.00273 1.3177 3.25983 1.3177 3.57763H1.7177ZM1.89295 3.40273H4.33039V3.00273H1.89295V3.40273ZM4.13039 3.20273V4.32805H4.53039V3.20273H4.13039ZM4.13039 4.32805C4.13039 4.7496 4.47155 5.09012 4.89276 5.09012V4.69012C4.69216 4.69012 4.53039 4.52838 4.53039 4.32805H4.13039ZM4.89276 5.09012C5.31379 5.09012 5.65519 4.74965 5.65519 4.32805H5.25519C5.25519 4.52833 5.09328 4.69012 4.89276 4.69012V5.09012ZM5.65519 4.32805V3.20273H5.25519V4.32805H5.65519ZM5.45519 3.40273H8.83011V3.00273H5.45519V3.40273ZM8.63011 3.20273V4.32805H9.03011V3.20273H8.63011ZM8.63011 4.32805C8.63011 4.74973 8.97168 5.09012 9.39277 5.09012V4.69012C9.19204 4.69012 9.03011 4.52825 9.03011 4.32805H8.63011ZM9.39277 5.09012C9.81399 5.09012 10.1551 4.7496 10.1551 4.32805H9.75515C9.75515 4.52838 9.59338 4.69012 9.39277 4.69012V5.09012ZM10.1551 4.32805V3.20273H9.75515V4.32805H10.1551ZM9.95515 3.40273H13.3304V3.00273H9.95515V3.40273ZM13.1304 3.20273V4.32805H13.5304V3.20273H13.1304ZM13.1304 4.32805C13.1304 4.74961 13.4715 5.09012 13.8928 5.09012V4.69012C13.6921 4.69012 13.5304 4.52837 13.5304 4.32805H13.1304ZM13.8928 5.09012C14.3139 5.09012 14.6554 4.74973 14.6554 4.32805H14.2554C14.2554 4.52825 14.0935 4.69012 13.8928 4.69012V5.09012ZM14.6554 4.32805V3.20273H14.2554V4.32805H14.6554ZM14.4554 3.40273H16.8931V3.00273H14.4554V3.40273ZM16.8931 3.40273C16.9891 3.40273 17.0677 3.48105 17.0677 3.57763H17.4677C17.4677 3.26009 17.21 3.00273 16.8931 3.00273V3.40273ZM17.0677 3.57763V16.8896H17.4677V3.57763H17.0677ZM16.8929 1.87813H14.4553V2.27813H16.8929V1.87813ZM14.6553 2.07813V0.952818H14.2553V2.07813H14.6553ZM14.6553 0.952818C14.6553 0.531477 14.314 0.190137 13.8926 0.190137V0.590137C14.093 0.590137 14.2553 0.752364 14.2553 0.952818H14.6553ZM13.8926 0.190137C13.4711 0.190137 13.1302 0.531597 13.1302 0.952818H13.5302C13.5302 0.752245 13.6922 0.590137 13.8926 0.590137V0.190137ZM13.1302 0.952818V2.07813H13.5302V0.952818H13.1302ZM13.3302 1.87813H9.95497V2.27813H13.3302V1.87813ZM10.155 2.07813V0.952818H9.75497V2.07813H10.155ZM10.155 0.952818C10.155 0.531608 9.81411 0.190137 9.39259 0.190137V0.590137C9.5929 0.590137 9.75497 0.752233 9.75497 0.952818H10.155ZM9.39259 0.190137C8.97121 0.190137 8.62993 0.531477 8.62993 0.952818H9.02993C9.02993 0.752364 9.19215 0.590137 9.39259 0.590137V0.190137ZM8.62993 0.952818V2.07813H9.02993V0.952818H8.62993ZM8.82993 1.87813H5.45501V2.27813H8.82993V1.87813ZM5.65501 2.07813V0.952818H5.25501V2.07813H5.65501ZM5.65501 0.952818C5.65501 0.531553 5.3139 0.190137 4.89259 0.190137V0.590137C5.09281 0.590137 5.25501 0.752288 5.25501 0.952818H5.65501ZM4.89259 0.190137C4.47107 0.190137 4.13021 0.531607 4.13021 0.952818H4.53021C4.53021 0.752234 4.69228 0.590137 4.89259 0.590137V0.190137ZM4.13021 0.952818V2.07813H4.53021V0.952818H4.13021ZM4.33021 1.87813H1.89277V2.27813H4.33021V1.87813ZM1.89277 1.87813C0.953417 1.87813 0.192578 2.63894 0.192578 3.57774H0.592578C0.592578 2.85995 1.17424 2.27813 1.89277 2.27813V1.87813ZM0.192578 3.57774V16.8897H0.592578V3.57774H0.192578ZM0.192578 16.8897C0.192578 17.829 0.95336 18.5899 1.89277 18.5899V18.1899C1.1743 18.1899 0.592578 17.6081 0.592578 16.8897H0.192578ZM1.89277 18.5899H16.8929V18.1899H1.89277V18.5899ZM16.8929 18.5899C17.8317 18.5899 18.5926 17.829 18.5926 16.8897H18.1926C18.1926 17.6081 17.6107 18.1899 16.8929 18.1899V18.5899ZM18.5926 16.8897V3.57774H18.1926V16.8897H18.5926ZM18.5926 3.57774C18.5926 2.63897 17.8317 1.87813 16.8929 1.87813V2.27813C17.6108 2.27813 18.1926 2.85992 18.1926 3.57774H18.5926Z' fill='%23333333' mask='url(%23path-1-outside-1)'/%3E%3Cpath d='M4.23008 8.82762V8.92762H4.33008H6.57993H6.67993V8.82762V7.14026V7.04026H6.57993H4.33008H4.23008V7.14026V8.82762Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M4.23008 11.6398V11.7398H4.33008H6.57993H6.67993V11.6398V9.95239V9.85239H6.57993H4.33008H4.23008V9.95239V11.6398Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M4.23008 14.4524V14.5524H4.33008H6.57993H6.67993V14.4524V12.765V12.665H6.57993H4.33008H4.23008V12.765V14.4524Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M8.16758 14.4524V14.5524H8.26758H10.5175H10.6175V14.4524V12.765V12.665H10.5175H8.26758H8.16758V12.765V14.4524Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M8.16758 11.6398V11.7398H8.26758H10.5175H10.6175V11.6398V9.95239V9.85239H10.5175H8.26758H8.16758V9.95239V11.6398Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M8.16758 8.82762V8.92762H8.26758H10.5175H10.6175V8.82762V7.14026V7.04026H10.5175H8.26758H8.16758V7.14026V8.82762Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M12.1051 14.4524V14.5524H12.2051H14.4552H14.5552V14.4524V12.765V12.665H14.4552H12.2051H12.1051V12.765V14.4524Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M12.1051 11.6398V11.7398H12.2051H14.4552H14.5552V11.6398V9.95239V9.85239H14.4552H12.2051H12.1051V9.95239V11.6398Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3Cpath d='M12.1051 8.82762V8.92762H12.2051H14.4552H14.5552V8.82762V7.14026V7.04026H14.4552H12.2051H12.1051V7.14026V8.82762Z' fill='%23333333' stroke='%23333333' stroke-width='0.2'/%3E%3C/svg%3E%0A"); }

.contact-page {
  margin-left: 0;
  margin-right: 0; }
  .contact-page .gform_wrapper {
    background: transparent;
    padding-top: 20px; }
  .contact-page .gform_body {
    padding: 0; }
    .contact-page .gform_body > ul > li > label {
      color: #343434;
      font-weight: 500;
      padding-bottom: 2px; }
  .contact-page ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #343434;
    font-weight: 500; }
  .contact-page ::-moz-placeholder {
    /* Firefox 19+ */
    color: #343434;
    font-weight: 500; }
  .contact-page :-ms-input-placeholder {
    /* IE 10+ */
    color: #343434;
    font-weight: 500; }
  .contact-page :-moz-placeholder {
    /* Firefox 18- */
    color: #343434;
    font-weight: 500; }
  .contact-page .gform_footer {
    padding: 10px 0 0; }
  .contact-page .gform_body input[type=text], .contact-page .gform_body select {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 5px;
    color: #343434;
    font-weight: 500; }
  .contact-page textarea {
    color: #343434;
    font-weight: 500;
    margin-top: 2px; }
  .contact-page aside {
    margin-left: 0;
    margin-right: 80px; }
    .contact-page aside .contact-block {
      padding: 25px;
      background: #E0E0E2;
      margin-bottom: 20px; }
      .contact-page aside .contact-block:last-child {
        margin-bottom: 0; }
      .contact-page aside .contact-block a.phone, .contact-page aside .contact-block p.fax {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        background: #343436;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
        border-radius: 2px;
        display: block;
        line-height: 160%;
        padding: 15px 20px; }
        .contact-page aside .contact-block a.phone span, .contact-page aside .contact-block p.fax span {
          font-weight: 500;
          font-size: 15px;
          line-height: 160%;
          color: #FFFFFF;
          display: block; }
      .contact-page aside .contact-block .email {
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #3D363C;
        line-height: 100%;
        padding-left: 35px;
        min-height: 17px;
        margin: 20px 0 10px;
        background: no-repeat left center/21px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 17'%3E%3Cpath d='M20.4 14.4c0 1-.6 1.8-1.6 1.8H2.2c-1 0-1.8-.8-1.8-1.8v-12c0-1 .8-1.8 1.8-1.8h16.4c1 0 1.8.8 1.8 1.8v12zM18.6 2H2.2c-.2 0-.4.2-.4.4 0 1.1.6 2.3 1.6 3.1l4.5 3.6c.6.4 1.6 1.6 2.4 1.6.8 0 1.8-1 2.4-1.6 1.8-1.2 3.1-2.4 4.7-3.6.8-.6 1.6-1.8 1.6-2.8 0-.3.2-.7-.4-.7zm.4 4c-.2.1-.4.5-.8.7l-4.7 3.8c-.8.8-2 1.5-3 1.5-1.2 0-2.2-.7-3-1.5l-5-3.8-.7-.8v8.7c0 .2.2.4.4.4h16.4c.2 0 .4-.2.4-.4V6z' fill='%233D363C' stroke='%233D363C' stroke-width='.4'/%3E%3C/svg%3E"); }
      .contact-page aside .contact-block .address {
        font-weight: 500;
        font-size: 16px;
        padding-left: 35px;
        background: no-repeat left 8px/18px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath d='M17.6 1l-2.4 14.2c0 .2-.2.4-.4.4H14.5L10.3 14l-2.4 2.8-.4.2h-.2c-.2-.2-.4-.4-.4-.6V13L15 3.1 5 11.8l-3.6-1.5c-.2 0-.4-.2-.4-.4s0-.4.2-.6l15.6-9h.4c.2 0 .2 0 .4.3V1z' fill='%233D363C'/%3E%3C/svg%3E"); }
    .contact-page aside a:hover {
      opacity: 0.7; }
  .contact-page + iframe {
    width: calc(100% - 40px);
    max-width: 1450px;
    margin: 80px auto 0;
    display: block;
    height: 60vw;
    max-height: 530px;
    min-height: 300px; }
    @media (max-width: 768px) {
      .contact-page + iframe {
        margin-top: 40px; } }
  @media (max-width: 1024px) {
    .contact-page {
      flex-direction: column-reverse; }
      .contact-page aside {
        display: flex;
        width: 100%;
        margin: 40px 0 0;
        justify-content: space-between; }
        .contact-page aside > .contact-block {
          width: calc(50% - 10px);
          align-self: stretch;
          box-sizing: border-box;
          margin-bottom: 0; } }
    @media (max-width: 1024px) and (max-width: 640px) {
      .contact-page aside {
        display: block; }
        .contact-page aside > .contact-block {
          width: 100%; }
          .contact-page aside > .contact-block:nth-child(1) {
            margin-bottom: 20px; } }

.blog #pagination {
  margin-top: 80px; }
  @media (max-width: 768px) {
    .blog #pagination {
      margin-top: 40px; } }

.back-to-blog {
	display: flex;
	align-items: center;
	gap: 10px; }

.back-to-blog::before {
	content: '';
	display: inline-block;
	min-width: 24px;
	min-height: 24px;
	background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.62 0 12-5.38 12-12S18.62 0 12 0 0 5.38 0 12s5.38 12 12 12Zm1.55-18.85 1.7 1.7L10.1 12l5.15 5.15-1.7 1.7L6.7 12l6.85-6.85Z' fill='%23EB670B'/%3E%3C/svg%3E");
}
.sku_span {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.6px;
	text-transform: capitalize;
	color: #000000;
}

#order_currency_field {
  display: none; }

.mobile_filter {
  display: none; }

.term-description {
  margin-bottom: 1em; }

@media (max-width: 1024px) {
  .woo-page {
    flex-direction: column-reverse; } }
.woo-page aside {
  margin-left: 0;
  margin-right: 70px;
  width: 240px; }
  @media (max-width: 1024px) {
    .woo-page aside {
      display: block;
      width: 100%;
      padding-bottom: 20px;
      padding-top: 60px;
      margin-right: 0; } }
  .woo-page aside > div > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woo-page aside > div > ul > li {
      font-size: 21px;
      line-height: 124%;
      letter-spacing: -0.6px;
      text-transform: capitalize;
      color: #3D363C; }
      .woo-page aside > div > ul > li strong {
        padding-bottom: 30px;
        display: block; }
      .woo-page aside > div > ul > li > ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .woo-page aside > div > ul > li > ul > li {
          margin-bottom: 30px; }
          .woo-page aside > div > ul > li > ul > li > a {
            font-weight: 500;
            font-size: 16px;
            text-transform: capitalize;
            color: #343436;
            display: block;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 2px solid #DCDCDC;
            overflow: visible;
            border-radius: 0; }
          .woo-page aside > div > ul > li > ul > li:hover > a, .woo-page aside > div > ul > li > ul > li.current-cat > a, .woo-page aside > div > ul > li > ul > li.current-cat-parent > a {
            color: #EB670B; }
          .woo-page aside > div > ul > li > ul > li ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            .woo-page aside > div > ul > li > ul > li ul li a {
              font-weight: 500;
              font-size: 16px;
              color: #343436;
              padding-left: 20px;
              text-shadow: 0px 4px 100px rgba(0, 0, 0, 0.3); }
            .woo-page aside > div > ul > li > ul > li ul li:hover a, .woo-page aside > div > ul > li > ul > li ul li.current-cat a {
              color: #EB670B; }

.woocommerce .woocommerce-ordering {
  padding-top: 30px;
  display: flex;
  align-items: center; }
  .woocommerce .woocommerce-ordering::before {
    content: 'Sort By:';
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #24383F;
    margin-right: 10px; }
  .woocommerce .woocommerce-ordering select {
    background: #EFF1F2;
    border-radius: 3px;
    width: 215px;
    height: 43px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #24383F;
    padding-left: 20px;
    box-sizing: border-box; }

.woocommerce .products ul, .woocommerce ul.products {
  padding: 30px 0 0;
  margin: 0; }
  .woocommerce .products ul li:before, .woocommerce ul.products li:before {
    display: none; }

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .woocommerce .products ul, .woocommerce ul.products {
      justify-content: space-between; }
      .woocommerce .products ul:before, .woocommerce ul.products:before {
        display: none; } }

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column; }
  .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    flex-grow: 1; }
    .woocommerce ul.products li.product a .product_thumb {
      width: 100%;
      border: 1px solid #E6E6E6;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      height: 50vw;
      max-height: 280px;
      min-height: 150px;
      transition: border-color .3s; }
      .woocommerce ul.products li.product a .product_thumb img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto; }
    .woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
      font-weight: bold;
      font-size: 19px;
      line-height: 105%;
      letter-spacing: -0.6px;
      text-transform: capitalize;
      color: #3D363C;
      padding-bottom: 20px; }
  .woocommerce ul.products li.product .button {
    display: inline-block;
    max-width: 125px;
    margin-bottom: 20px;
    margin-top: auto; }
  .woocommerce ul.products li.product:hover .button {
    opacity: 1; }
  .woocommerce ul.products li.product:hover a {
    border-color: #EB670B; }
  .woocommerce ul.products li.product:hover .product_thumb {
    border-color: #EB670B; }

.woocommerce ul.products li.product:before {
  display: none; }

.woocommerce ul.products li.product .price {
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  color: #3D363C;
  display: flex;
  align-self: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  flex-wrap: wrap; }
  .woocommerce ul.products li.product .price del {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #A9A9A9;
    margin-left: 0;
    order: 1;
    width: 100%; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
    order: 2;
    font-weight: 500; }

small.woocommerce-price-suffix {
  margin-left: 5px;
  font-size: 15px;
  line-height: 116%;
  order: 3; }

@media (max-width: 450px) {
  .woocommerce ul.products li.product:nth-child(1n), .woocommerce-page ul.products li.product:nth-child(1n) {
    width: 100%;
    margin-right: 0; } }

.woocommerce div.product p.price {
  font-weight: 500;
  font-size: 30px;
  color: #24383F;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.7); }
  .woocommerce div.product p.price del {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #A9A9A9;
    margin-left: 0;
    order: 1;
    width: 100%;
    padding-bottom: 5px; }
  .woocommerce div.product p.price ins {
    text-decoration: none;
    font-weight: 500; }
  .woocommerce div.product p.price small.woocommerce-price-suffix {
    margin-left: 0;
    line-height: 100%; }

.woocommerce .quantity .qty {
  border: 1px solid #D4D4D4;
  height: 56px;
  box-sizing: border-box;
  margin-right: 10px; }
  @media (max-width: 450px) {
    .woocommerce .quantity .qty {
      margin-right: 0;
      width: 70%; } }

.woocommerce div.product form.cart div.quantity::before {
  content: 'QTY';
  height: 56px;
  background: #DCDCDC;
  border: 1px solid #DCDCDC;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
  @media (max-width: 450px) {
    .woocommerce div.product form.cart div.quantity::before {
      width: 30%; } }

.woocommerce div.product form.cart div.quantity {
  display: flex; }
  @media (max-width: 450px) {
    .woocommerce div.product form.cart div.quantity {
      width: 100%; } }

.woocommerce div.product form.cart .button {
  min-height: 56px;
  box-sizing: border-box;
  padding-left: 55px;
  font-weight: 400;
  background: #EB670B no-repeat 10px center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 27'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 4.7a2 2 0 00-1.5-.7H7.7l-.4-1.5A2.4 2.4 0 005 .5H1.2a1 1 0 000 2H5a.5.5 0 01.5.4L9 19.2a2.2 2.2 0 002.1 1.7h16a1 1 0 100-2h-16a.2.2 0 01-.2-.1l-.3-1.2 16.3-2a2 2 0 001.7-1.5l1.8-7.7a2 2 0 00-.4-1.7zM28.7 6l-1.7 7.6h-.1l-16.5 2L8.1 6h20.4V6zM15 24.6a2 2 0 11-4.1 0 2 2 0 014 0zm11.6 0a2 2 0 11-4 0 2 2 0 014 0z' fill='%23fff'/%3E%3C/svg%3E"); }
  @media (max-width: 450px) {
    .woocommerce div.product form.cart .button {
      margin-top: 10px; } }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 40%; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100%; } }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 55%; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%; } }

.flex-viewport, .woocommerce div.product div.images.woocommerce-product-gallery > figure {
  border: 1px solid #DCDCDC;
  margin-bottom: 10px; }

@media (max-width: 1024px) {
  .single-product .breadcrumbs:before {
    margin: 0 auto 30px;
    border-top: 1px solid #DCDCDC;
    width: 100%;
    content: '';
    display: block; } }

ol.flex-control-nav.flex-control-thumbs li {
  margin-right: 15px; }

.woocommerce div.product .woocommerce-variation-price .price {
  font-weight: 500;
  font-size: 20px;
  color: #24383F;
  padding-bottom: 10px;
  display: block; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(25% - 8px);
  border: 1px solid #DCDCDC;
  box-sizing: border-box; }

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+4) {
  margin-right: 0; }

.woocommerce-product-details__short-description {
  padding-bottom: 10px; }

.product_meta span {
  margin-right: 5px;
  font-size: 15px; }

.product_meta span a {
  color: #232F39;
  text-decoration: underline; }

a.del-info {
  display: block;
  font-size: 17px;
  text-decoration-line: underline;
  color: #232F39;
  padding: 5px 0 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6E6E6; }

.product_brand {
  width: 150px;
  height: 70px;
  background: #FFFFFF;
  border: 2px solid #EFEFEF;
  box-sizing: border-box;
  padding: 20px; }
  .product_brand div {
    background: no-repeat center /  contain;
    width: 100%;
    height: 100%; }

.woocommerce div.product form.cart .variations select {
  height: 46px;
  background: #EFF1F2;
  border-radius: 3px; }
  @media (max-width: 360px) {
    .woocommerce div.product form.cart .variations select {
      max-width: 235px; } }

.woocommerce div.product form.cart .variations {
  margin-bottom: 40px; }

.woocommerce div.product form.cart .variations td.label {
  vertical-align: top;
  padding-top: 5px; }

.product-tabs {
  background: #E0E0E2;
  padding-top: 65px;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .product-tabs {
      padding-top: 30px;
      padding-bottom: 50px; } }
  .product-tabs .wc-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .product-tabs .wc-tabs li {
      margin-right: 25px; }
      .product-tabs .wc-tabs li:last-child {
        margin-right: 0; }
      @media (max-width: 450px) {
        .product-tabs .wc-tabs li {
          margin-right: 15px; } }
      .product-tabs .wc-tabs li a {
        font-weight: bold;
        font-size: 18px;
        line-height: 122%;
        color: #232F39; }
        @media (max-width: 450px) {
          .product-tabs .wc-tabs li a {
            font-size: 16px; } }
      .product-tabs .wc-tabs li.active, .product-tabs .wc-tabs li:hover {
        text-decoration-line: underline; }

.woocommerce table.shop_attributes {
  border: none;
  background-color: #fff;
  border-spacing: 0; }
  .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    background-color: #fff; }

.related-products {
  padding-top: 60px;
  margin-bottom: -2.992em; }
  @media (max-width: 768px) {
    .related-products {
      padding-top: 30px; } }

input#coupon_code {
  min-width: 110px;
  height: 44px; }
  @media (max-width: 450px) {
    input#coupon_code {
      min-width: 100%;
      margin-bottom: 10px; } }

.select2-container--default .select2-selection--single {
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 42px;
  display: flex;
  align-items: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

address {
  max-width: 100%;
  box-sizing: border-box; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 180px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  display: block;
  background-color: #343436;
  color: #fff;
  padding: 10px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #EB670B; }

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  opacity: 1; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 230px); }

.woocommerce-account .addresses .title .edit {
  font-size: 16px; }

header.woocommerce-Address-title.title h3 {
  margin-top: 0;
  font-size: 22px; }

.woocommerce-Address {
  padding-top: 20px; }

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 200px); } }
@media (max-width: 640px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-top: 0; } }
.woocommerce div.product form.cart div.quantity.hidden::before {
  display: none; }

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
  min-width: 0; }

mark {
  background-color: transparent;
  color: #1A1A1A; }

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-top: 0; }

body .dd-option-image, body .dd-selected-image {
  max-width: 30px;
  margin-left: 0; }

body .woocommerce-currency-switcher-form .dd-selected {
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 10px; }

body a.dd-selected label {
  line-height: 0 !important;
  font-size: 12px; }

body form.woocommerce-currency-switcher-form.woocs_show_flags {
  display: flex;
  align-items: center; }

body .woocommerce-currency-switcher-form a.dd-option {
  align-items: center;
  display: flex; }

.brands {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #E6E6E6;
  align-items: center;
  margin-top: 150px; }
  @media (max-width: 1024px) {
    .brands {
      margin-top: 60px; } }
  .brands p {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #888282; }
  .brands > div:nth-child(2) {
    display: flex;
    flex-grow: 1;
    margin-left: 40px;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .brands > div:nth-child(2) {
        justify-content: center;
        margin-left: 0;
        flex-wrap: wrap; } }
    .brands > div:nth-child(2) > div {
      height: 100px;
      width: 140px;
      box-sizing: border-box;
      margin-left: 20px; }
      @media (max-width: 1024px) {
        .brands > div:nth-child(2) > div {
          margin: 0 15px; } }
      @media (max-width: 450px) {
        .brands > div:nth-child(2) > div {
          width: calc(50% - 30px); } }
      .brands > div:nth-child(2) > div > div {
        width: 100%;
        height: 100%;
        background: no-repeat center / contain; }
  @media (max-width: 1024px) {
    .brands {
      display: block;
      text-align: center; } }

#footer {
  display: flex;
  position: relative;
  padding-top: 90px;
  padding-bottom: 150px; }
  #footer:before, #footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #DCDCDC; }
  #footer:after {
    left: auto;
    right: 0;
    background: #F0EDED; }
  #footer > div {
    width: 50%;
    box-sizing: border-box; }
    #footer > div:nth-child(1) {
      display: flex;
      flex-wrap: wrap;
      padding-right: 20px; }
      #footer > div:nth-child(1) > div {
        position: relative;
        z-index: 2;
        width: calc(50% - 20px);
        margin-right: 10px; }
        #footer > div:nth-child(1) > div:nth-child(2n+2) {
          margin-right: 0; }
        #footer > div:nth-child(1) > div ul {
          list-style: none;
          padding: 0; }
          #footer > div:nth-child(1) > div ul a {
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: -0.4px;
            color: #343436;
            opacity: 0.7; }
            #footer > div:nth-child(1) > div ul a:hover {
              color: #EB670B; }
    #footer > div:nth-child(2) {
      padding-left: 130px; }
      @media (max-width: 1200px) {
        #footer > div:nth-child(2) {
          padding-left: 40px; } }
      #footer > div:nth-child(2) > * {
        position: relative;
        z-index: 2; }
      #footer > div:nth-child(2) > div {
        margin-top: 20px; }
        #footer > div:nth-child(2) > div .contact_block {
          background-color: #fff;
          padding: 20px 25px;
          max-width: 370px;
          box-sizing: border-box;
          margin-bottom: 20px; }
          @media (max-width: 768px) {
            #footer > div:nth-child(2) > div .contact_block {
              max-width: 100%; } }
          #footer > div:nth-child(2) > div .contact_block p:last-child {
            margin-bottom: 0; }
          #footer > div:nth-child(2) > div .contact_block:last-child {
            margin-bottom: 0; }
          #footer > div:nth-child(2) > div .contact_block a[href^="tel:"] {
            background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3 18.2v.3l-.8.7c-.8.6-2 .8-3.3.7C8.3 19.3-.8 8.4.7 3.7c.3-1.1 1-2 1.8-2.4A3.7 3.7 0 014 1c.7 0 1.4 0 1.8.2.3 0 .6.3.7.5L7.6 6c0 .4-.1.7-.5.8l-1.3.5-.3.2c-.2.2-.4.5-.2.8.2.6.9 1.7 2.5 3.5l.1.2c1.7 1.8 2.8 2.7 3.4 3 .3.2.7.2 1 0h.2l.1-.1 1-.8a1 1 0 011-.2h.1l4.6 2.3c.3.2.4.4.4.7 0 .4 0 .9-.4 1.4z' fill='%23EB670B'/%3E%3C/svg%3E");
            background-position: left center;
            background-size: 15px;
            background-repeat: no-repeat;
            font-size: 18px;
            padding: 13px 15px 13px 25px; }
            @media (max-width: 450px) {
              #footer > div:nth-child(2) > div .contact_block a[href^="tel:"] {
                background-image: none;
                padding-left: 0; } }
          #footer > div:nth-child(2) > div .contact_block a:hover {
            opacity: 0.7; }
  @media (max-width: 768px) {
    #footer {
      display: block;
      padding: 0; }
      #footer:before, #footer:after {
        display: none; }
      #footer > div {
        width: 100%; }
        #footer > div:nth-child(1) {
          padding: 40px 20px;
          background: #DCDCDC; }
        #footer > div:nth-child(2) {
          padding: 40px 20px;
          background: #F0EDED; } }

.end_of_page {
  display: flex;
  background: #141414;
  justify-content: space-between; }
  .end_of_page p, .end_of_page a {
    color: #FFFFFF;
    opacity: 0.7;
    font-weight: 400; }
  .end_of_page p a {
    opacity: 1; }
  .end_of_page > div {
    display: flex;
    align-items: center; }
    .end_of_page > div ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 768px) {
        .end_of_page > div ul {
          margin-top: 1em; } }
      .end_of_page > div ul li a {
        margin-left: 5px;
        padding-right: 5px; }
      .end_of_page > div ul li:before {
        display: inline-block;
        width: 1px;
        height: 15px;
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: relative;
        top: 2px; }
      .end_of_page > div ul li:first-child:before {
        display: none; }
  @media (max-width: 768px) {
    .end_of_page {
      display: block;
      padding-bottom: 20px;
      text-align: center; }
      .end_of_page p:last-child {
        margin-bottom: 0;
        margin-top: 0; }
      .end_of_page > div {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 15px; }
        .end_of_page > div p {
          margin-bottom: 0; } }
  @media (max-width: 640px) {
    .end_of_page {
      padding-bottom: 80px; } }

.flexible-content {
  padding-top: 0;
  display: block; }
  .flexible-content + .brands {
    margin-top: 0;
    border-top: none; }
  .flexible-content .brands {
    margin-top: 0;
    border-top: none; }

.fc_service_links {
  display: flex;
  justify-content: space-between;
  background: #DCDCE2;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px; }
  .fc_service_links:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: no-repeat center/cover url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 691'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='-1' y='0' width='1921' height='691'%3E%3Cpath fill='%23c6c6ce' d='M-.1.4H1920v690H-.1z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cellipse cx='1607.5' cy='704.5' rx='493' ry='479.6' stroke='%23c6c6ce' stroke-width='180' style='mix-blend-mode:multiply' opacity='.8'/%3E%3Cellipse cx='178.9' cy='-121.6' rx='493' ry='479.6' stroke='%23c6c6ce' stroke-width='180' style='mix-blend-mode:multiply' opacity='.8'/%3E%3C/g%3E%3C/svg%3E"); }
  .fc_service_links > a {
    position: relative;
    width: calc(33.3% - 15px);
    display: flex;
    flex-direction: column; }
    .fc_service_links > a > .image {
      height: 40vw;
      max-height: 260px;
      min-height: 160px;
      background: no-repeat center / cover; }
    .fc_service_links > a .content {
      position: relative;
      flex-grow: 1;
      display: flex; }
      .fc_service_links > a .content .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: no-repeat center / cover; }
      .fc_service_links > a .content .wp_content {
        position: relative;
        background-color: rgba(52, 52, 54, 0.9);
        padding: 30px;
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        .fc_service_links > a .content .wp_content .h2 {
          margin-bottom: -5px; }
        .fc_service_links > a .content .wp_content * {
          color: #fff; }
        .fc_service_links > a .content .wp_content .button {
          min-width: 100%;
          box-sizing: border-box;
          transition: .3s;
          margin-top: auto; }
    .fc_service_links > a:not(:hover) .button {
      background: #57585A no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 26'%3E%3Ccircle cx='12.7' cy='12.9' r='12.2' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9 19l-2-1.8 5-4.3-5-4.3 2-1.8 6.6 6-6.6 6.2z' fill='%23343436'/%3E%3C/svg%3E"); }
    .fc_service_links > a:hover .button {
      opacity: 1; }
  @media (max-width: 900px) and (min-width: 640px) {
    .fc_service_links {
      flex-wrap: wrap; }
      .fc_service_links > a {
        width: calc(50% - 10px); }
        .fc_service_links > a:nth-child(1) {
          width: 100%;
          margin-bottom: 20px;
          flex-direction: row; }
          .fc_service_links > a:nth-child(1) > .image {
            width: 45%;
            min-height: unset;
            max-height: unset;
            height: auto; } }
  @media (max-width: 640px) {
    .fc_service_links {
      flex-wrap: wrap; }
      .fc_service_links > a {
        width: 100%;
        margin-bottom: 20px; }
        .fc_service_links > a:last-child {
          margin-bottom: 0; } }

.fc_split_content {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  align-items: center; }
  .fc_split_content > div {
    flex-basis: calc(53% - 35px); }
    .fc_split_content > div.image {
      min-height: 300px;
      height: 60vw;
      max-height: 400px;
      flex-basis: calc(47% - 35px); }
  .fc_split_content.right {
    flex-direction: row-reverse; }
  @media (max-width: 900px) {
    .fc_split_content {
      display: block;
      padding-top: 50px;
      padding-bottom: 50px; }
      .fc_split_content .content {
        margin-bottom: 40px; }
      .fc_split_content div.image {
        min-height: 250px;
        height: 70vw; } }
  .fc_split_content + .fc_split_content {
    padding-top: 0; }

.fc_standard_content {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background: #E0E0E2; }
  .fc_standard_content .content {
    width: 100%;
    margin: auto;
    max-width: 700px; }

.fc_mission_statements {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 1024px) {
    .fc_mission_statements {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .fc_mission_statements:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.95); }
  .fc_mission_statements > * {
    position: relative; }
  .fc_mission_statements .statement_intro {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 60px; }
    .fc_mission_statements .statement_intro .h2 {
      color: #FE7A1F;
      margin-bottom: 15px; }
  .fc_mission_statements .statements {
    display: flex;
    justify-content: space-between; }
    .fc_mission_statements .statements .statement {
      flex-basis: calc(25% - 15px);
      padding: 40px 20px;
      box-sizing: border-box;
      background: #E8E7E6;
      opacity: 0.94;
      border-radius: 4px;
      text-align: center;
      margin: 0 0 20px; }
      .fc_mission_statements .statements .statement .statement-image {
        width: 85px;
        height: 85px;
        background: no-repeat center /  contain;
        margin: 0 auto 30px; }
    @media (max-width: 900px) {
      .fc_mission_statements .statements {
        flex-wrap: wrap; }
        .fc_mission_statements .statements .statement {
          flex-basis: calc(50% - 10px); } }
    @media (max-width: 900px) and (max-width: 450px) {
      .fc_mission_statements .statements .statement {
        flex-basis: 100%; } }

  .fc_mission_statements .statement_footer {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .fc_mission_statements .statement_footer {
        padding-top: 20px; } }
    .fc_mission_statements .statement_footer .button {
      margin: 0 10px 10px; }
      @media (max-width: 450px) {
        .fc_mission_statements .statement_footer .button {
          margin: 0 0 10px; } }
      .fc_mission_statements .statement_footer .button:not(:hover) {
        background: #57585A no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 26'%3E%3Ccircle cx='12.7' cy='12.9' r='12.2' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9 19l-2-1.8 5-4.3-5-4.3 2-1.8 6.6 6-6.6 6.2z' fill='%23343436'/%3E%3C/svg%3E"); }

.product_cats {
  display: flex;
  flex-wrap: wrap;
  padding-top: 85px;
  padding-bottom: 65px;
  background: #F3F3F5; }
  @media (max-width: 1024px) {
    .product_cats {
      padding-top: 50px;
      padding-bottom: 30px; } }
  .product_cats > a {
    background-color: #fff;
    flex-basis: calc(25% - 19px);
    margin: 0 25px 30px 0;
    border: 1px solid #E0E0E2;
    border-radius: 4px;
    box-sizing: border-box; }
    .product_cats > a * {
      transition: .3s; }
    .product_cats > a:nth-child(4n+2) {
      margin-right: 0; }
    .product_cats > a .image {
      height: 40vw;
      max-height: 215px;
      min-height: 150px;
      padding: 20px 20px 10px;
      box-sizing: border-box; }
      .product_cats > a .image > div {
        background: no-repeat center / contain;
        width: 100%;
        height: 100%; }
    .product_cats > a.full-cat {
      flex-basis: calc(50% - 15px);
      margin: 0 30px 20px 0; }
      .product_cats > a.full-cat:nth-child(2) {
        margin-right: 0; }
    .product_cats > a.half-cat {
      display: flex;
      flex-direction: column; }
      .product_cats > a.half-cat .h6 {
        margin: 0;
        padding: 20px 35px 20px 20px;
        border-top: 1px solid #E0E0E2;
        background: no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.3' cy='12.7' fill='%23A3A3A3' r='11.9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 18.6l-2-1.7 5-4.2-5-4.2 2-1.7c2 2 4.3 4 6.4 5.9l-6.4 6z' fill='%23fff'/%3E%3C/svg%3E");
        display: flex;
        align-items: center;
        flex-grow: 1; }
        @media (max-width: 450px) {
          .product_cats > a.half-cat .h6 {
            background: none;
            padding: 10px; } }
      .product_cats > a.half-cat:hover {
        border-color: #EB670B; }
        .product_cats > a.half-cat:hover .h6 {
          border-color: #EB670B;
          color: #EB670B;
          background: no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.3' cy='12.7' fill='%23EB670B' r='11.9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 18.6l-2-1.7 5-4.2-5-4.2 2-1.7c2 2 4.3 4 6.4 5.9l-6.4 6z' fill='%23fff'/%3E%3C/svg%3E"); }
      @media (max-width: 768px) {
        .product_cats > a.half-cat {
          flex-basis: calc(50% - 5px);
          margin: 0 10px 10px 0; }
          .product_cats > a.half-cat:nth-child(2n+2) {
            margin-right: 0; } }
    .product_cats > a.full-cat {
      display: flex; }
      @media (max-width: 900px) {
        .product_cats > a.full-cat {
          display: block; } }
      .product_cats > a.full-cat .gal {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #E0E0E2;
        box-sizing: border-box; }
        @media (max-width: 900px) {
          .product_cats > a.full-cat .gal {
            width: 100%;
            border-right: 0; } }
        .product_cats > a.full-cat .gal .image {
          max-height: 100px;
          min-height: 70px;
          width: 50%;
          box-sizing: border-box; }
          .product_cats > a.full-cat .gal .image:nth-child(1) {
            max-height: 210px;
            min-height: 160px;
            width: 100%;
            border-bottom: 1px solid #E0E0E2; }
          .product_cats > a.full-cat .gal .image:nth-child(2) {
            border-right: 1px solid #E0E0E2; }
          @media (max-width: 900px) {
            .product_cats > a.full-cat .gal .image {
              display: none; }
              .product_cats > a.full-cat .gal .image:nth-child(1) {
                display: block; } }
      .product_cats > a.full-cat .wp_content {
        width: 60%;
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px;
        box-sizing: border-box; }
        @media (max-width: 900px) {
          .product_cats > a.full-cat .wp_content {
            width: 100%; } }
        .product_cats > a.full-cat .wp_content .h3 {
          margin-bottom: 10px;
          font-weight: bold; }
          .product_cats > a.full-cat .wp_content .h3 + p {
            margin-top: 0;
            font-size: 16px;
            line-height: 137%;
            color: #343436; }
        .product_cats > a.full-cat .wp_content .button {
          margin: auto 0 0;
          background: no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.3' cy='12.7' fill='%23A3A3A3' r='11.9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 18.6l-2-1.7 5-4.2-5-4.2 2-1.7c2 2 4.3 4 6.4 5.9l-6.4 6z' fill='%23fff'/%3E%3C/svg%3E");
          color: #343436;
          border: 1px solid #343436; }
      .product_cats > a.full-cat:hover {
        border-color: #EB670B; }
        .product_cats > a.full-cat:hover * {
          border-color: #EB670B !important; }
        .product_cats > a.full-cat:hover .h3, .product_cats > a.full-cat:hover .button {
          color: #EB670B; }
        .product_cats > a.full-cat:hover .button {
          background: no-repeat calc(100% - 10px) center/25px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.3' cy='12.7' fill='%23EB670B' r='11.9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 18.6l-2-1.7 5-4.2-5-4.2 2-1.7c2 2 4.3 4 6.4 5.9l-6.4 6z' fill='%23fff'/%3E%3C/svg%3E"); }
      @media (max-width: 768px) {
        .product_cats > a.full-cat {
          flex-basis: calc(50% - 5px);
          margin: 0 10px 10px 0; }
          .product_cats > a.full-cat:nth-child(2n+2) {
            margin-right: 0; } }
      @media (max-width: 640px) {
        .product_cats > a.full-cat {
          margin: 0 0 10px;
          flex-basis: 100%; } }

body.home .page_banner {
  max-height: 475px;
  overflow: hidden;
  min-height: 350px; }
  body.home .page_banner .button {
    margin-bottom: 10px; }
  body.home .page_banner > span {
    height: 546px;
    width: 546px;
    top: -30px;
    background: no-repeat center url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 547 547'%3E%3Ccircle r='228.4' transform='translate(273.5 273.5)' stroke='%23EB670B' stroke-opacity='.9' stroke-width='90'/%3E%3C/svg%3E"); }
  body.home .page_banner .hero-text {
    font-weight: 400; }
@media (max-width: 1024px) {
  body.home .the_usps {
    display: flex;
    flex-wrap: wrap; }
    body.home .the_usps > div {
      box-sizing: border-box;
      flex-basis: 50%;
      justify-content: center; } }
    @media (max-width: 1024px) and (max-width: 640px) {
      body.home .the_usps > div {
        flex-basis: 100%;
        border-bottom: 1px solid #57585A; }
        body.home .the_usps > div:last-child {
          border-bottom: none; } }

.fc_top_products {
  padding-top: 10px;
  padding-bottom: 40px; }
  .fc_top_products .h2 {
    font-weight: bold; }
  @media (max-width: 1024px) {
    .fc_top_products {
      padding-top: 0;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .fc_top_products .woocommerce ul.products li.product:nth-child(1n) {
      margin: 0 3.8% 2.992em 0; }
    .fc_top_products .woocommerce ul.products li.product:last-child {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .fc_top_products .woocommerce ul.products li.product:nth-child(3) {
      margin: 0 3.8% 2.992em 0; } }
  @media (max-width: 450px) {
    .fc_top_products .woocommerce ul.products li.product:nth-child(3) {
      margin-right: 0; } }

/*# sourceMappingURL=style.css.map */