@charset "UTF-8";
/*
Theme Name: Custom
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/* Vars */
:root {
  --color-primary: #14aca9;
  --color-primary-lighter: #2fb4b1;
  --color-primary-darker: #0f928f;
  --color-accent: #d65b25;
  --color-accent-lighter: #e06630;
  --color-muted: #f6f6f6;
  --color-red: #d0533a;
  --color-orange: #ee7f00;
  --color-green: #9dcd65;
  --text-color: #333;
  --text-muted-color: #555;
  --gutter-section: 30px; }
  @media (min-width: 769px) {
    :root {
      --gutter-section: 50px; } }
  @media (min-width: 1025px) {
    :root {
      --gutter-section: 80px; } }

/* Globals */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color); }

body {
  overflow-x: hidden; }

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal; }
  p:not(:first-child),
  ul:not(:first-child),
  ol:not(:first-child),
  dl:not(:first-child),
  address:not(:first-child),
  fieldset:not(:first-child),
  figure:not(:first-child) {
    margin-top: 15px; }

ul, ol {
  padding-left: 25px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .woocommerce-EditAccountForm fieldset legend, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  word-break: break-word; }
  h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child),
  .h1:not(:first-child), .h2:not(:first-child), .h3:not(:first-child), .woocommerce-EditAccountForm fieldset legend:not(:first-child), .h4:not(:first-child), .h5:not(:first-child), .h6:not(:first-child) {
    margin-top: 30px; }

h1, .h1 {
  line-height: 1.2;
  font-size: 42px; }
  style + h1, h1:first-child, style + .h1, .h1:first-child {
    margin-top: 0 !important;
    margin-bottom: 30px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3, .woocommerce-EditAccountForm fieldset legend {
  font-size: 24px; }

h4, .h4 {
  font-size: 22px; }

blockquote * {
  font-style: italic;
  color: var(--color-primary); }

blockquote:not(:first-child) {
  margin-top: 15px; }

hr {
  border: 0;
  height: 1px;
  background: #e6e6e6; }

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

a {
  color: var(--color-primary);
  text-decoration: none; }
  a:hover {
    color: var(--color-primary-darker); }

::-moz-selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none; }

::selection, mark {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none; }

small {
  font-size: 16px; }

strong, b {
  font-weight: 600; }

abbr {
  text-decoration: none; }

iframe {
  border: 0; }

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

::-moz-placeholder {
  color: #aaa; }

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

:-moz-placeholder {
  color: #aaa; }

/* Layout */
.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1280px; }
  .container.small, body.woocommerce-order-received #content .container {
    max-width: 960px; }
  .container.large {
    max-width: 1480px; }

.grid, .gallery, .wc-col2, .woocommerce-columns--2, .woocommerce-MyAccount-content .col2-set, #customer_login, .wc-col3, .wc-form-grid, #customer_login .woocommerce-form-login, #customer_login .woocommerce-form-register, .woocommerce-EditAccountForm, .woocommerce-EditAccountForm fieldset, .woocommerce-address-fields__field-wrapper, #TODO.form.woocommerce-form-login, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-account-wrap, ul.products, form.woocommerce-checkout, body.woocommerce-order-pay #order_review {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  /* @include respond-to($breakpoint-large) {
    margin: -30px;

    & > * {
      padding: 30px;
    }
  } */ }
  .grid > *, .gallery > *, .wc-col2 > *, .woocommerce-columns--2 > *, .woocommerce-MyAccount-content .col2-set > *, #customer_login > *, .wc-col3 > *, .wc-form-grid > *, #customer_login .woocommerce-form-login > *, #customer_login .woocommerce-form-register > *, .woocommerce-EditAccountForm > *, .woocommerce-EditAccountForm fieldset > *, .woocommerce-address-fields__field-wrapper > *, #TODO.form.woocommerce-form-login > *, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > *, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > *, .woocommerce-account-wrap > *, ul.products > *, form.woocommerce-checkout > *, body.woocommerce-order-pay #order_review > * {
    width: 100%;
    padding: 7.5px; }
  @media (min-width: 769px) {
    .grid, .gallery, .wc-col2, .woocommerce-columns--2, .woocommerce-MyAccount-content .col2-set, #customer_login, .wc-col3, .wc-form-grid, #customer_login .woocommerce-form-login, #customer_login .woocommerce-form-register, .woocommerce-EditAccountForm, .woocommerce-EditAccountForm fieldset, .woocommerce-address-fields__field-wrapper, #TODO.form.woocommerce-form-login, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-account-wrap, ul.products, form.woocommerce-checkout, body.woocommerce-order-pay #order_review {
      margin: -15px; }
      .grid > *, .gallery > *, .wc-col2 > *, .woocommerce-columns--2 > *, .woocommerce-MyAccount-content .col2-set > *, #customer_login > *, .wc-col3 > *, .wc-form-grid > *, #customer_login .woocommerce-form-login > *, #customer_login .woocommerce-form-register > *, .woocommerce-EditAccountForm > *, .woocommerce-EditAccountForm fieldset > *, .woocommerce-address-fields__field-wrapper > *, #TODO.form.woocommerce-form-login > *, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > *, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > *, .woocommerce-account-wrap > *, ul.products > *, form.woocommerce-checkout > *, body.woocommerce-order-pay #order_review > * {
        padding: 15px; } }
  @media (min-width: 769px) {
    .grid.gutter-small, .gutter-small.gallery, .gutter-small.wc-col2, .gutter-small.woocommerce-columns--2, .woocommerce-MyAccount-content .gutter-small.col2-set, .gutter-small#customer_login, .gutter-small.wc-col3, .gutter-small.wc-form-grid, #customer_login .gutter-small.woocommerce-form-login, #customer_login .gutter-small.woocommerce-form-register, .gutter-small.woocommerce-EditAccountForm, .woocommerce-EditAccountForm fieldset.gutter-small, .gutter-small.woocommerce-address-fields__field-wrapper, .gutter-small#TODO.form.woocommerce-form-login, form.woocommerce-checkout .gutter-small.woocommerce-billing-fields__field-wrapper,
    form.woocommerce-checkout .gutter-small.woocommerce-shipping-fields__field-wrapper, .gutter-small.woocommerce-account-wrap, ul.gutter-small.products, form.gutter-small.woocommerce-checkout, body.woocommerce-order-pay .gutter-small#order_review {
      margin: -7.5px; }
      .grid.gutter-small > *, .gutter-small.gallery > *, .gutter-small.wc-col2 > *, .gutter-small.woocommerce-columns--2 > *, .woocommerce-MyAccount-content .gutter-small.col2-set > *, .gutter-small#customer_login > *, .gutter-small.wc-col3 > *, .gutter-small.wc-form-grid > *, #customer_login .gutter-small.woocommerce-form-login > *, #customer_login .gutter-small.woocommerce-form-register > *, .gutter-small.woocommerce-EditAccountForm > *, .woocommerce-EditAccountForm fieldset.gutter-small > *, .gutter-small.woocommerce-address-fields__field-wrapper > *, .gutter-small#TODO.form.woocommerce-form-login > *, form.woocommerce-checkout .gutter-small.woocommerce-billing-fields__field-wrapper > *, form.woocommerce-checkout .gutter-small.woocommerce-shipping-fields__field-wrapper > *, .gutter-small.woocommerce-account-wrap > *, ul.gutter-small.products > *, form.gutter-small.woocommerce-checkout > *, body.woocommerce-order-pay .gutter-small#order_review > * {
        padding: 7.5px; } }
  .grid.center, .center.gallery, .center.wc-col2, .center.woocommerce-columns--2, .woocommerce-MyAccount-content .center.col2-set, .center#customer_login, .center.wc-col3, .center.wc-form-grid, #customer_login .center.woocommerce-form-login, #customer_login .center.woocommerce-form-register, .center.woocommerce-EditAccountForm, .woocommerce-EditAccountForm fieldset.center, .center.woocommerce-address-fields__field-wrapper, .center#TODO.form.woocommerce-form-login, form.woocommerce-checkout .center.woocommerce-billing-fields__field-wrapper,
  form.woocommerce-checkout .center.woocommerce-shipping-fields__field-wrapper, .center.woocommerce-account-wrap, ul.center.products, form.center.woocommerce-checkout, body.woocommerce-order-pay .center#order_review {
    align-items: center; }

.w-1-2\@s, ul.products li.product,
.w-1-3\@s,
.w-2-3\@s,
.w-1-4\@s,
.w-3-4\@s,
.w-1-2\@m,
.team-list .item,
.gallery .item,
.wc-col2 > *,
.woocommerce-columns--2 > *,
.woocommerce-MyAccount-content .col2-set > *,
#customer_login > *,
.product-intro .woocommerce-product-gallery,
.product-intro .summary,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
body.woocommerce-order-pay #order_review > div,
.w-1-3\@m,
.wc-col3 > *,
.woocommerce-account-wrap .woocommerce-MyAccount-navigation,
ul.products li.product,
.w-2-3\@m,
.woocommerce-account-wrap .woocommerce-MyAccount-content,
.w-1-4\@m,
.w-3-4\@m,
.w-1-2\@l,
.w-1-3\@l,
.gallery .item,
.w-2-3\@l,
.w-1-4\@l,
.woocommerce-account-wrap .woocommerce-MyAccount-navigation,
ul.products li.product,
.w-3-4\@l,
.woocommerce-account-wrap .woocommerce-MyAccount-content,
.w-1-5\@l,
.w-2-5\@l,
.w-3-5\@l,
.w-4-5\@l {
  width: 100%; }

@media (min-width: 480px) {
  .w-1-2\@s, ul.products li.product {
    width: 50%; }
  .w-1-3\@s {
    width: 33.33333%; }
  .w-2-3\@s {
    width: 66.66666%; }
  .w-1-4\@s {
    width: 25%; }
  .w-3-4\@s {
    width: 75%; }
  .w-1-5\@s {
    width: 20%; }
  .w-2-5\@s {
    width: 40%; }
  .w-3-5\@s {
    width: 60%; }
  .w-4-5\@s {
    width: 80%; } }

@media (min-width: 769px) {
  
  .w-1-2\@m,
  .team-list .item,
  .gallery .item,
  .wc-col2 > *,
  .woocommerce-columns--2 > *,
  .woocommerce-MyAccount-content .col2-set > *,
  #customer_login > *,
  .product-intro .woocommerce-product-gallery,
  .product-intro .summary,
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
  body.woocommerce-order-pay #order_review > div {
    width: 50%; }
  
  .w-1-3\@m,
  .wc-col3 > *,
  .woocommerce-account-wrap .woocommerce-MyAccount-navigation,
  ul.products li.product {
    width: 33.33333%; }
  
  .w-2-3\@m,
  .woocommerce-account-wrap .woocommerce-MyAccount-content {
    width: 66.66666%; }
  .w-1-4\@m {
    width: 25%; }
  .w-3-4\@m {
    width: 75%; }
  .w-1-5\@m {
    width: 20%; }
  .w-2-5\@m, form.woocommerce-checkout #review-payment-wrap {
    width: 40%; }
  .w-3-5\@m, form.woocommerce-checkout #customer-details-wrap {
    width: 60%; }
  .w-4-5\@m {
    width: 80%; } }

@media (min-width: 1025px) {
  .w-1-2\@l {
    width: 50%; }
  
  .w-1-3\@l,
  .gallery .item {
    width: 33.33333%; }
  .w-2-3\@l {
    width: 66.66666%; }
  
  .w-1-4\@l,
  .woocommerce-account-wrap .woocommerce-MyAccount-navigation,
  ul.products li.product {
    width: 25%; }
  
  .w-3-4\@l,
  .woocommerce-account-wrap .woocommerce-MyAccount-content {
    width: 75%; }
  .w-1-5\@l {
    width: 20%; }
  .w-2-5\@l {
    width: 40%; }
  .w-3-5\@l {
    width: 60%; }
  .w-4-5\@l {
    width: 80%; } }

@media (min-width: 1280px) {
  .w-1-2\@xl {
    width: 50%; }
  .w-1-3\@xl {
    width: 33.33333%; }
  .w-2-3\@xl {
    width: 66.66666%; }
  .w-1-4\@xl {
    width: 25%; }
  .w-3-4\@xl {
    width: 75%; }
  .w-1-5\@xl {
    width: 20%; }
  .w-2-5\@xl {
    width: 40%; }
  .w-3-5\@xl {
    width: 60%; }
  .w-4-5\@xl {
    width: 80%; } }

/* Tools */
.padding-vertical {
  padding: var(--gutter-section) 0; }

.margin-vertical, hr, .section, .woocommerce-table--order-details, .woocommerce-cart-form, .cart-collaterals, .woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-bacs-bank-details,
.woocommerce-thankyou-order-details {
  margin: var(--gutter-section) 0; }

@media (max-width: 479px) {
  .visible\@s {
    display: none !important; } }

@media (max-width: 768px) {
  .visible\@m {
    display: none !important; } }

@media (max-width: 1024px) {
  .visible\@l {
    display: none !important; } }

@media (max-width: 1279px) {
  .visible\@xl {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden\@s {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden\@m {
    display: none !important; } }

@media (min-width: 1025px) {
  .hidden\@l {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden\@xl {
    display: none !important; } }

.inverse *, #page-footer *, .request-bar * {
  color: #fff; }

.inverse a, #page-footer a, .request-bar a {
  color: #fff; }

/* Buttons */
.button, input[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl) {
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--color-accent);
  color: #fff;
  height: 50px;
  padding: 0 40px;
  transition: all ease-in-out 0.2s;
  position: relative;
  white-space: nowrap; }
  .button i.fas, input[type=submit] i.fas, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl) i.fas {
    margin-left: 10px; }
  .button:hover, input:hover[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl):hover {
    background: var(--color-accent-lighter);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff; }
  .button[disabled], input[disabled][type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl)[disabled] {
    opacity: 0.4; }
  .button.secondary, input.secondary[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).secondary {
    background: var(--color-primary);
    color: #fff; }
  .button.white, input.white[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).white {
    background: #fff;
    color: var(--color-primary); }
  .button.small, input.small[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).small {
    height: 40px;
    padding: 0 30px; }
  .button.xsmall, input.xsmall[type=submit], button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).xsmall {
    height: 30px;
    padding: 0 20px; }
  .button.large, input.large[type=submit], form.cart .add-to-cart button, .cart_totals .wc-proceed-to-checkout .checkout-button, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).large {
    height: 60px;
    padding: 0 50px;
    font-size: 19px; }
  .button.ghost, input.ghost[type=submit], body.woocommerce-cart .cross-sells a.button, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).ghost {
    background: #fff;
    border: 2px solid var(--color-accent);
    color: var(--color-accent); }
    .button.ghost.secondary, input.ghost.secondary[type=submit], body.woocommerce-cart .cross-sells a.secondary.button, button:not(.flickity-button):not(.fancybox-button):not(.pswp__button):not(.cc-link) :not(.c-bn) :not(.b-tl).ghost.secondary {
      border-color: var(--color-primary);
      color: var(--color-primary); }

.elementor-button {
  /* @extend .button;

  font-size: 17px !important;
  height: 50px !important;
  padding: 0 40px !important; */
  background: var(--color-primary) !important; }
  .elementor-button:hover {
    background: var(--color-primary-lighter) !important;
    color: #fff; }

table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-weight: normal; }
  table:not(:first-child) {
    margin-top: 15px; }
  table tr {
    border-bottom: 1px solid #ddd; }
    table tr:first-child {
      border-top: 1px solid #ddd; }
  table > tr:first-child,
  table > thead:first-child > tr:first-child,
  table > tbody:first-child > tr:first-child {
    border-top: none; }
  table th, table td {
    padding: 6px 12px 6px 0; }
    table th:last-child, table td:last-child {
      padding-right: 0; }
  table thead td, table th {
    font-weight: 300;
    color: var(--text-muted-color); }
  @media (min-width: 769px) {
    table td, table th {
      padding: 8px 16px 8px 0; }
    table thead td, table th {
      font-size: 17px; } }

.table-responsive {
  width: 100%;
  overflow-x: scroll; }
  .table-responsive > table {
    max-width: none;
    width: auto;
    min-width: 100%; }

@media (max-width: 768px) {
  .table-collapse th, .cart_totals table th, table.woocommerce-checkout-review-order-table th, .table-collapse td, .cart_totals table td, table.woocommerce-checkout-review-order-table td {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    .table-collapse th:not(:first-child), .cart_totals table th:not(:first-child), table.woocommerce-checkout-review-order-table th:not(:first-child), .table-collapse td:not(:first-child), .cart_totals table td:not(:first-child), table.woocommerce-checkout-review-order-table td:not(:first-child) {
      padding-top: 0; } }

/* Forms */
fieldset {
  border: none;
  /* background: #fff;
  box-shadow: 0 0 4px 0 rgba(#000, 0.2);
  padding: 15px;
  margin: 20px 0;

  &:last-of-type {
    // border-bottom: 1px solid #ddd;
  }

  legend {
    font-size: 24px;
    margin-bottom: 15px;
  }

  @include respond-to($breakpoint-medium) {
    padding: 30px;
  } */ }
  fieldset legend {
    margin: 20px 0;
    font-weight: 400; }

.input-base, input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=search],
input[type=tel], textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .input-base:focus, input:focus[type=text],
  input:focus[type=email],
  input:focus[type=number],
  input:focus[type=password],
  input:focus[type=date],
  input:focus[type=search],
  input:focus[type=tel], textarea:focus, select:focus {
    outline: none; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=search],
input[type=tel] {
  height: 50px;
  padding: 0 8px; }
  input[type=text][disabled],
  input[type=email][disabled],
  input[type=number][disabled],
  input[type=password][disabled],
  input[type=date][disabled],
  input[type=search][disabled],
  input[type=tel][disabled] {
    opacity: 0.45; }

input[type=file] {
  width: 100%;
  background: var(--color-muted);
  padding: 15px;
  font-size: 15px; }

textarea {
  padding: 8px; }

select {
  height: 50px;
  padding: 0 8px; }

label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted-color);
  font-size: 17px; }

/* Elements */
.menu-button {
  display: block;
  position: relative;
  height: 19px;
  width: 24px; }
  .menu-button > span, .menu-button:before, .menu-button:after {
    display: block;
    background: var(--text-color);
    height: 3px;
    position: absolute;
    width: 100%; }
  .menu-button > span {
    top: 50%;
    margin-top: -1px; }
  .menu-button:before {
    content: "";
    top: 0; }
  .menu-button:after {
    content: "";
    bottom: 0; }
  .menu-button.close:before, body.nav-show #menu-button:before {
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close:after, body.nav-show #menu-button:after {
    transform: rotate(135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close > span, body.nav-show #menu-button > span {
    opacity: 0; }

/* Layout */
:root {
  --header-height: 50px; }
  @media (min-width: 769px) {
    :root {
      --header-height: 80px; } }

#page-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 1px 1px #ddd;
  /* @include respond-to($breakpoint-large) {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all ease-in-out 0.4s;

    &.headroom--not-top.headroom--unpinned {
      transform: translateY(-200px);
    }

    @at-root body {
      padding-top: 100px;
    }
  } */ }
  #page-header > .container > div {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #page-header .spacer {
    width: 100%;
    flex: 1 1 auto; }
  @media (min-width: 1025px) {
    #page-header .spacer {
      display: none; } }

body {
  padding-top: var(--header-height); }

#logo {
  height: var(--header-height);
  width: auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2; }
  #logo img {
    height: 100%;
    width: auto; }
  @media (min-width: 360px) {
    #logo {
      width: 200px;
      height: auto;
      margin-bottom: -10px; }
      #logo img {
        width: 100%;
        height: auto; } }
  @media (min-width: 769px) {
    #logo {
      width: 300px;
      margin-bottom: -30px; } }
  @media (min-width: 1280px) {
    #logo {
      width: 300px;
      margin-bottom: -30px; } }

#header-icons {
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  #header-icons > a,
  #header-icons > div > a {
    color: var(--text-color);
    display: inline-block;
    white-space: nowrap;
    padding: 10px 5px;
    transition: color linear 0.15s; }
  #header-icons a:hover {
    color: var(--color-primary); }
  #header-icons div.cart {
    height: 100%;
    display: flex;
    align-items: center; }
    #header-icons div.cart > a {
      position: relative; }
      #header-icons div.cart > a .badge {
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background: var(--color-accent);
        color: #fff;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        top: 3px;
        right: -3px;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4); }
    @media (min-width: 769px) {
      #header-icons div.cart {
        position: relative; }
        #header-icons div.cart:hover #mini-cart {
          display: block !important; } }
  @media (min-width: 480px) {
    #header-icons > a,
    #header-icons > div > a {
      padding: 10px; } }

#menu-button {
  flex: 0 0 auto;
  padding: 0;
  margin-left: 10px; }
  @media (min-width: 480px) {
    #menu-button {
      margin-left: 15px; } }
  @media (min-width: 1025px) {
    #menu-button {
      display: none; } }

@media (max-width: 1024px) {
  #nav-main {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 50px 15px 50px;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    display: none; }
    body.nav-show #nav-main {
      display: block; }
    #nav-main ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #nav-main ul#menu-main > li {
      margin: 10px 0; }
      #nav-main ul#menu-main > li > a {
        font-size: 22px;
        font-weight: 500;
        color: var(--text-color);
        display: inline-block;
        padding: 4px 10px; }
    #nav-main div.sub-menu .container {
      padding: 0; }
    #nav-main div.sub-menu ul > li > a {
      font-weight: 300;
      font-size: 18px;
      padding: 2px 0;
      color: var(--text-color);
      display: inline-block; } }

@media (min-width: 1025px) {
  #nav-main {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    margin-left: 20px; }
    #nav-main ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #nav-main ul#menu-main {
      white-space: unset;
      display: flex;
      align-items: center; }
      #nav-main ul#menu-main > li {
        margin: 0 10px; }
        #nav-main ul#menu-main > li > a {
          color: var(--text-color);
          display: inline-block;
          height: var(--header-height);
          line-height: var(--header-height);
          transition: all linear 0.15s;
          white-space: nowrap; }
        #nav-main ul#menu-main > li > a:hover,
        #nav-main ul#menu-main > li:hover > a,
        #nav-main ul#menu-main > li.current-menu-item > a,
        #nav-main ul#menu-main > li.current-menu-parent > a {
          color: var(--color-primary);
          font-weight: 500; }
        #nav-main ul#menu-main > li:hover div.sub-menu {
          opacity: 1;
          visibility: visible; }
    #nav-main div.sub-menu {
      position: absolute;
      background: #fff;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      z-index: 1;
      width: 100vw;
      top: 100%;
      left: 0;
      padding: 70px 50px 50px 50px;
      transition: all .2s ease-in-out;
      opacity: 0;
      visibility: hidden;
      /* &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100vw;
        transform: translateX(-100vw);
        // box-shadow: 0 0 6px 0 rgba(#000, 0.1);
        background: var(--color-muted);
        z-index: -1;
      } */ }
      #nav-main div.sub-menu .container {
        padding-left: 25%; }
      #nav-main div.sub-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        columns: 2;
        max-width: 800px; }
        #nav-main div.sub-menu ul > li {
          margin: 0 0 10px 0; }
          #nav-main div.sub-menu ul > li i.fas {
            font-size: 15px; }
          #nav-main div.sub-menu ul > li > a {
            color: var(--text-color);
            transition: all linear 0.15s; }
          #nav-main div.sub-menu ul > li.current-menu-item > a,
          #nav-main div.sub-menu ul > li > a:hover {
            color: var(--color-primary);
            font-weight: 500; } }

@media (min-width: 1140px) {
  #nav-main ul#menu-main > li {
    margin: 0 20px; }
  ul.sub-menu li.cat-22 {
    width: 300px; } }

.search-form {
  position: relative; }
  .search-form input {
    height: 40px !important;
    font-size: 18px !important; }
  .search-form button {
    height: 40px;
    width: 40px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

#header-search-form {
  display: none; }
  @media (min-width: 769px) {
    #header-search-form {
      display: block;
      margin: 0 20px;
      width: 240px;
      flex: 0 0 auto; } }
  @media (min-width: 1025px) {
    #header-search-form {
      width: auto;
      flex: 1 1 auto;
      max-width: 280px; } }

#nav-search-form {
  max-width: 320px;
  margin: 0 auto 30px auto; }
  @media (min-width: 769px) {
    #nav-search-form {
      display: none; } }

#bc {
  display: none; }
  #bc a {
    color: var(--text-color); }
  @media (min-width: 769px) {
    #bc {
      display: block;
      font-size: 15px; }
      #bc nav {
        margin: 60px 0 0;
        opacity: 0.8; } }

body.woocommerce-cart #bc,
body.woocommerce-checkout #bc {
  display: none; }

#footer-contact {
  background: var(--color-muted);
  padding: 30px;
  text-align: center; }
  #footer-contact .links a {
    white-space: nowrap;
    margin: 0 10px; }
  @media (min-width: 769px) {
    #footer-contact {
      padding: 50px 0; } }

#page-footer {
  background: var(--color-primary);
  padding: 30px 0; }
  #page-footer .contact, #page-footer .service {
    margin-top: 20px; }
  #page-footer a:hover {
    text-decoration: underline; }
  #page-footer i.fas {
    width: 25px;
    text-align: center; }
  #page-footer .nav ul {
    margin-top: 10px;
    padding: 0;
    list-style: none; }
  @media (min-width: 769px) {
    #page-footer {
      padding: 80px 0; }
      #page-footer .container > div {
        display: flex;
        flex-wrap: wrap; }
      #page-footer .img {
        width: 100%; }
      #page-footer .contact, #page-footer .service {
        width: 50%; } }

.request-bar {
  background: var(--color-primary);
  padding: 30px 0;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 1025px) {
    .request-bar {
      font-size: 22px; }
      .request-bar div {
        display: inline;
        margin: 0 10px; } }

#product-custom-request {
  background: var(--color-muted);
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: 500; }
  #product-custom-request h3 {
    font-size: 38px;
    color: var(--text-color); }

#product-custom-request + #contact-bar-wrap {
  border-top: none; }

#contact-bar-wrap {
  margin-top: 0;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 769px) {
    #contact-bar-wrap {
      padding: 50px 0; } }

.contact-bar {
  text-align: center; }
  .contact-bar span {
    white-space: nowrap;
    margin: 0 15px; }

.team-list {
  margin: 40px auto 0 auto; }
  .team-list h2, .team-list h3, .team-list h4 {
    margin: 40px 0;
    text-align: center; }
  .team-list .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .team-list .item .img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      overflow: hidden;
      background: #eee;
      flex: 0 0 auto;
      margin: 0 20px 10px 0;
      /* flex: 0 0 auto;
      background: url(/wp-content/themes/custom/images/team-tmp.png) no-repeat center center;
      background-size: cover;
       */ }
      .team-list .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; }
    .team-list .item .text {
      line-height: 1.3;
      text-align: center;
      width: 100%; }
    .team-list .item small {
      display: inline-block;
      line-height: 1.3; }
    .team-list .item p.area {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .team-list .item p.area span {
        display: block;
        height: 50px;
        width: 40px;
        background: transparent no-repeat center center;
        background-size: auto 40px;
        position: relative; }
        .team-list .item p.area span.bgl {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/bgl.svg); }
        .team-list .item p.area span.ktn {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/ktn.svg);
          top: 2px;
          width: 46px; }
        .team-list .item p.area span.noe {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/noe.svg); }
        .team-list .item p.area span.ooe {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/ooe.svg);
          background-size: auto 46px;
          top: -3px; }
        .team-list .item p.area span.sbg {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/sbg.svg);
          background-size: auto 46px;
          top: -3px; }
        .team-list .item p.area span.stmk {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/stmk.svg);
          background-size: auto 46px; }
        .team-list .item p.area span.tir {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/tir.svg); }
        .team-list .item p.area span.vbg {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/vbg.svg); }
        .team-list .item p.area span.wien {
          background-image: url(/wp-content/themes/custom/images/bundeslaender/wien.svg);
          background-size: auto 36px; }
  @media (min-width: 769px) {
    .team-list .item {
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .team-list .item .text {
        width: auto;
        margin: 0;
        text-align: left; }
      .team-list .item p.area {
        justify-content: flex-start; } }

/* Content stuff */
a i.fas {
  margin: 0 4px; }

h1.page-title {
  margin-bottom: 40px; }

@media (min-width: 769px) {
  img.alignright, .wp-caption.alignright {
    float: right;
    margin: 20px 0 20px 20px; } }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

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

.wp-caption-text {
  font-size: 15px;
  color: var(--text-muted-color);
  margin-top: 4px !important; }

.gallery {
  width: auto !important;
  margin-top: 20px; }
  .gallery .item {
    line-height: 1; }
    .gallery .item a {
      display: block;
      background: var(--color-primary) !important; }
      .gallery .item a img {
        width: 100%;
        transition-duration: 0.2s !important;
        margin-bottom: -2px; }
      .gallery .item a:hover img {
        opacity: 0.8; }
  @media (min-width: 1025px) {
    .gallery.col-4 .item {
      width: 25%; } }
  @media (min-width: 1280px) {
    .gallery.col-5 .item {
      width: 20%; } }
  @media (min-width: 1280px) {
    .gallery.col-6 .item {
      width: 16.666667%; } }

/* Reset elementor button styles */
.fancybox-button {
  opacity: 0.8 !important;
  background: none !important;
  color: #fff; }
  .fancybox-button:hover {
    opacity: 1 !important; }

.maps {
  position: relative;
  height: 450px; }
  .maps iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.wpcf7-not-valid-tip {
  font-weight: 300;
  font-size: 17px;
  margin-top: 4px;
  color: var(--color-red); }

.wpcf7-response-output {
  border: none !important;
  margin: 20px 0 !important;
  padding: 0 !important; }

.wpcf7-spinner {
  transform: translateY(3px); }

span[data-name=wickelrichtung] .wpcf7-form-control {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  max-width: 650px; }
  span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
    padding: 10px;
    display: block; }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item input {
      position: absolute;
      visibility: hidden;
      height: 0;
      width: 0; }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label {
      box-shadow: 0 0 1px 1px var(--color-primary); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
      display: block;
      width: 120px;
      height: 120px;
      text-indent: -9999px;
      background: #fff url(/wp-content/themes/custom/images/form/w1.png) no-repeat center center;
      background-size: 100px auto; }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w2.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w3.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w4.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w5.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w6.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w7.png); }
    span[data-name=wickelrichtung] .wpcf7-form-control .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
      background-image: url(/wp-content/themes/custom/images/form/w8.png); }

#cc--main {
  z-index: 20; }

#cm {
  max-width: 420px !important; }

#cc_div * {
  font-family: din-2014, sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: #222; }

#cc_div #c-ttl {
  font-weight: 500; }

#cc_div .cc-link {
  border: none;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-family: din-2014, sans-serif;
  opacity: 1; }
  #cc_div .cc-link:hover {
    text-decoration: underline; }

#cc_div .c-bn {
  font-size: 17px !important; }

#cc_div #c-txt p:nth-child(2) {
  margin-top: 8px; }
  #cc_div #c-txt p:nth-child(2) button {
    text-decoration: underline; }

#cc_div #c-bns button, #cc_div #s-bns button {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  background: #eaeff2;
  height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  transition: all ease-in-out 0.2s; }
  #cc_div #c-bns button span, #cc_div #s-bns button span {
    color: #222;
    font-size: 17px !important;
    font-weight: 400; }
  #cc_div #c-bns button:hover, #cc_div #s-bns button:hover {
    background: var(--color-muted); }
  #cc_div #c-bns button:first-child, #cc_div #s-bns button:first-child {
    background: var(--color-primary);
    color: #fff; }
    #cc_div #c-bns button:first-child span, #cc_div #s-bns button:first-child span {
      color: #fff; }
    #cc_div #c-bns button:first-child:hover, #cc_div #s-bns button:first-child:hover {
      background: var(--color-primary-lighter); }

#cc_div #c-links {
  margin-top: 15px; }
  #cc_div #c-links .cc-link {
    margin-right: 8px;
    font-size: 15px !important; }

#cc_div #s-ttl {
  font-weight: 500 !important; }

#cc_div .desc p {
  margin-top: 8px; }

#cc_div .desc table {
  display: none !important; }

@font-face {
  font-family: 'WooCommerce';
  src: url("fonts/WooCommerce.eot?jj1bj4");
  src: url("fonts/WooCommerce.eot?jj1bj4#iefix") format("embedded-opentype"), url("fonts/WooCommerce.ttf?jj1bj4") format("truetype"), url("fonts/WooCommerce.woff?jj1bj4") format("woff"), url("fonts/WooCommerce.svg?jj1bj4#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="wcicon-"], [class*=" wcicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'WooCommerce' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wcicon-storefront:before {
  content: "\e900"; }

.wcicon-ccv:before {
  content: "\e604"; }

.wcicon-virtual:before {
  content: "\e000"; }

.wcicon-up-down:before {
  content: "\e022"; }

.wcicon-reports:before {
  content: "\e023"; }

.wcicon-refresh:before {
  content: "\e031"; }

.wcicon-navigation:before {
  content: "\e032"; }

.wcicon-status-fill:before {
  content: "\e03c"; }

.wcicon-contract:before {
  content: "\e004"; }

.wcicon-downloadable:before {
  content: "\e001"; }

.wcicon-plus:before {
  content: "\e007"; }

.wcicon-simple:before {
  content: "\e006"; }

.wcicon-on-hold:before {
  content: "\e033"; }

.wcicon-external:before {
  content: "\e034"; }

.wcicon-contract-2:before {
  content: "\e036"; }

.wcicon-expand-2:before {
  content: "\e035"; }

.wcicon-phone:before {
  content: "\e037"; }

.wcicon-user:before {
  content: "\e038"; }

.wcicon-status:before {
  content: "\e039"; }

.wcicon-status-pending:before {
  content: "\e012"; }

.wcicon-status-cancelled:before {
  content: "\e013"; }

.wcicon-west:before {
  content: "\e02f"; }

.wcicon-south:before {
  content: "\e02e"; }

.wcicon-mail:before {
  content: "\e02d"; }

.wcicon-inventory:before {
  content: "\e02c"; }

.wcicon-attributes:before {
  content: "\e02b"; }

.wcicon-north:before {
  content: "\e02a"; }

.wcicon-east:before {
  content: "\e029"; }

.wcicon-note:before {
  content: "\e028"; }

.wcicon-windows:before {
  content: "\e027"; }

.wcicon-user2:before {
  content: "\e026"; }

.wcicon-search-2:before {
  content: "\e025"; }

.wcicon-search:before {
  content: "\e024"; }

.wcicon-star-empty:before {
  content: "\e021"; }

.wcicon-share:before {
  content: "\e030"; }

.wcicon-phone-fill:before {
  content: "\e03b"; }

.wcicon-woo:before {
  content: "\e03d"; }

.wcicon-user-fill:before {
  content: "\e03a"; }

.wcicon-grouped:before {
  content: "\e002"; }

.wcicon-status-refunded:before {
  content: "\e014"; }

.wcicon-status-completed:before {
  content: "\e015"; }

.wcicon-variable:before {
  content: "\e003"; }

.wcicon-expand:before {
  content: "\e005"; }

.wcicon-status-failed:before {
  content: "\e016"; }

.wcicon-check:before {
  content: "\e017"; }

.wcicon-right:before {
  content: "\e008"; }

.wcicon-up:before {
  content: "\e009"; }

.wcicon-query:before {
  content: "\e018"; }

.wcicon-down:before {
  content: "\e00a"; }

.wcicon-truck-1:before {
  content: "\e019"; }

.wcicon-left:before {
  content: "\e00b"; }

.wcicon-truck-2:before {
  content: "\e01a"; }

.wcicon-image:before {
  content: "\e00c"; }

.wcicon-globe:before {
  content: "\e01b"; }

.wcicon-link:before {
  content: "\e00d"; }

.wcicon-gear:before {
  content: "\e01c"; }

.wcicon-calendar:before {
  content: "\e00e"; }

.wcicon-cart:before {
  content: "\e01d"; }

.wcicon-processing:before {
  content: "\e00f"; }

.wcicon-card:before {
  content: "\e01e"; }

.wcicon-view:before {
  content: "\e010"; }

.wcicon-stats:before {
  content: "\e01f"; }

.wcicon-status-processing:before {
  content: "\e011"; }

.wcicon-star-full:before {
  content: "\e020"; }

.wcicon-coupon:before {
  content: "\e600"; }

.wcicon-limit:before {
  content: "\e601"; }

.wcicon-restricted:before {
  content: "\e602"; }

.wcicon-edit:before {
  content: "\e603"; }

.select2 {
  display: none; }

.screen-reader-text {
  display: none; }

.wc-form-grid p.form-row, #customer_login .woocommerce-form-login p.form-row, #customer_login .woocommerce-form-register p.form-row, .woocommerce-EditAccountForm p.form-row, .woocommerce-address-fields__field-wrapper p.form-row, #TODO.form.woocommerce-form-login p.form-row, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
  margin: 0; }
  .wc-form-grid p.form-row:not(.form-row-wide), #customer_login .woocommerce-form-login p.form-row:not(.form-row-wide), #customer_login .woocommerce-form-register p.form-row:not(.form-row-wide), .woocommerce-EditAccountForm p.form-row:not(.form-row-wide), .woocommerce-address-fields__field-wrapper p.form-row:not(.form-row-wide), #TODO.form.woocommerce-form-login p.form-row:not(.form-row-wide), form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row:not(.form-row-wide), form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row:not(.form-row-wide) {
    width: 50%; }

.woocommerce-notices-wrapper {
  margin: 20px 0; }

.woocommerce-message, .woocommerce-info, .woocommerce-notice, .woocommerce-error {
  margin: 20px 0;
  padding: 0;
  line-height: 24px;
  font-weight: 500;
  list-style: none;
  color: var(--color-primary);
  /* .button {
    font-size: 19px;
    color: var(--color-accent);
    text-transform: none;
    display: initial;
    background: none;
    padding: 0;
    height: auto;
    //cursor: default;
    border-radius: 0;
    transition: none;
    box-shadow: none;
    letter-spacing: 0;
    font-weight: 400;
  } */ }
  .woocommerce-message a, .woocommerce-info a, .woocommerce-notice a, .woocommerce-error a, .woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-notice a.button, .woocommerce-error a.button {
    font-weight: 500;
    line-height: inherit; }
  @media (min-width: 769px) {
    .woocommerce-message, .woocommerce-info, .woocommerce-notice, .woocommerce-error {
      flex-direction: row;
      align-items: center; } }

.woocommerce-error {
  color: var(--color-red); }

.woocommerce-no-products-found {
  text-align: center; }

/* ul.woocommerce-error {
  padding: 0;
  margin: 0;
  list-style: none;
  @extend .woocommerce-message;
  display: block;

  li {
    margin: 8px 0;
    color: var(--color-primary);

    strong {
      color: var(--color-primary);
    }
  }
} */
.woocommerce-account-wrap .woocommerce-MyAccount-navigation > div {
  border: 1px solid var(--color-primary);
  padding: 15px;
  border-radius: 4px; }
  .woocommerce-account-wrap .woocommerce-MyAccount-navigation > div ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .woocommerce-account-wrap .woocommerce-MyAccount-navigation > div ul li a {
      color: var(--color-primary); }
      .woocommerce-account-wrap .woocommerce-MyAccount-navigation > div ul li a:hover {
        color: var(--color-primary-lighter); }
    .woocommerce-account-wrap .woocommerce-MyAccount-navigation > div ul li.is-active a {
      font-weight: 500; }

.woocommerce-account-wrap .woocommerce-MyAccount-content ul.woocommerce-error {
  margin: 20px 0; }

.woocommerce-account-wrap .woocommerce-MyAccount-content .account-heading {
  margin-bottom: 30px; }

.customer-account-note {
  margin: 0 0 30px 0; }

#customer_login .woocommerce-form-login {
  margin-top: 20px; }

#customer_login .woocommerce-form-register {
  margin-top: 20px; }

.b2b-input {
  display: none; }
  .b2b-input.show {
    display: block; }

.woocommerce-LostPassword {
  margin-top: 0 !important; }

.woocommerce-password-strength {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px; }
  .woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: var(--color-red); }
  .woocommerce-password-strength.good {
    color: var(--color-orange); }
  .woocommerce-password-strength.strong {
    color: var(--color-green); }

form.lost_reset_password input {
  width: 480px; }

#b2b-reg-note {
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  padding: 15px;
  margin: 30px 0; }

.woocommerce-EditAccountForm div.clear {
  display: none; }

.woocommerce-EditAccountForm span em {
  font-style: normal;
  color: var(--text-muted-color);
  font-size: 17px;
  display: inline-block;
  line-height: 1.3;
  margin-top: 4px; }

.woocommerce-EditAccountForm fieldset {
  margin-top: 20px; }
  .woocommerce-EditAccountForm fieldset legend {
    padding-bottom: 0; }

.woocommerce-Addresses {
  margin-top: 20px !important; }

.woocommerce-Address-title a {
  font-size: 17px; }

.woocommerce-address-fields {
  margin-top: 20px; }

table.woocommerce-orders-table {
  white-space: nowrap; }
  table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
    margin-right: 16px; }

.woocommerce-table--order-details {
  margin-top: 0; }

ol.woocommerce-OrderUpdates {
  list-style: none;
  padding: 0; }
  ol.woocommerce-OrderUpdates li {
    margin: 20px 0; }

.category {
  margin-top: 30px; }
  .category h1 {
    text-align: center; }
  .category .term-description {
    margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .category {
      margin-top: 20px; } }

ul.products {
  padding: 0; }
  ul.products li.product {
    list-style: none;
    text-align: center;
    padding-top: 0;
    /* &.featured {
      @include respond-to($breakpoint-large) {
        width: 100%;

        .img {
          padding-bottom: 400px;
        }
      }
    }
     */ }
    ul.products li.product a.woocommerce-LoopProduct-link {
      height: 100%;
      display: block;
      color: var(--text-color);
      padding: 15px 5px 20px 5px;
      margin: -5px;
      background: #fff;
      transition: all linear 0.15s; }
    ul.products li.product .img {
      padding-bottom: 100%;
      height: 0;
      position: relative;
      line-height: 1;
      text-align: center;
      overflow: hidden;
      transition: transform linear 0.1s;
      transform-origin: 50% 50%; }
      ul.products li.product .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    ul.products li.product .badge {
      display: block;
      position: absolute;
      right: 15px;
      bottom: 15px;
      background: var(--color-accent);
      color: #fff;
      font-weight: 300;
      padding: 2px 8px;
      border-radius: 4px;
      font-size: 16px; }
    ul.products li.product .title {
      margin-top: 12px;
      line-height: 1.4;
      font-size: 18px; }
    ul.products li.product .price {
      display: inline-block;
      margin-top: 4px;
      font-weight: 500; }
      ul.products li.product .price del {
        color: var(--text-muted-color);
        font-size: 16px; }
      ul.products li.product .price ins {
        color: var(--color-accent);
        text-decoration: none;
        font-weight: 600; }
    ul.products li.product .read-more {
      opacity: 0; }
    ul.products li.product a:hover .title, ul.products li.product a:hover .price {
      color: var(--color-primary); }
    ul.products li.product a:hover .read-more {
      opacity: 1; }
    ul.products li.product a.add_to_cart_button {
      margin: 5px 0 10px; }
      ul.products li.product a.add_to_cart_button:not(.needs-input) {
        padding: 0 15px 0 5px; }
        ul.products li.product a.add_to_cart_button:not(.needs-input) i.fa-plus {
          font-size: 13px;
          margin-left: 3px; }
    @media (min-width: 480px) {
      ul.products li.product {
        /* .img {
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        position: relative;

        img {
          height: auto;
          width: auto;
          max-height: 100%;
          max-width: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
        }
      } */ } }
    @media (min-width: 769px) {
      ul.products li.product a.woocommerce-LoopProduct-link {
        /* padding: 15px 10px;
        margin: 0; */ } }

.category-nav ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0; }

.category-nav a {
  color: var(--text-color); }
  .category-nav a:hover {
    color: var(--color-primary); }

.category-nav li.active > a {
  font-weight: 500;
  color: var(--color-primary); }

a.added_to_cart {
  display: none !important; }

.product-slider .flickity-viewport {
  padding: 0 !important; }
  .product-slider .flickity-viewport .flickity-slider {
    /* left: -10px !important;
      width: calc(100% + 20px); */ }

.product-slider ul.products {
  position: relative;
  margin: 0;
  display: block;
  /* .flickity-viewport {
      padding: 0 !important;

      .flickity-slider {
        left: -8px !important;
        right: -8px !important;
        width: auto !important;
      }
    } */
  /* li.product {
      width: 100%;
      padding: 10px;

      @include respond-to($breakpoint-small) {
        width: 50%;
      }

      @include respond-to($breakpoint-medium) {
        width: 33.333333%;
      }

      @include respond-to($breakpoint-large) {
        width: 25%;
      }
    } */ }
  .product-slider ul.products li.product {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    /* .img {
        width: 80%;
        margin-left: 10%;
        padding-bottom: 60%;
        height: 0;
        position: relative;

        img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
        }
      } */ }
    @media (min-width: 480px) {
      .product-slider ul.products li.product {
        width: 50%; } }
    @media (min-width: 769px) {
      .product-slider ul.products li.product {
        width: 33.333333%; } }
    @media (min-width: 1025px) {
      .product-slider ul.products li.product {
        width: 25%; } }
    .product-slider ul.products li.product .product-info {
      min-height: 81px; }
  .product-slider ul.products .flickity-button {
    width: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(-73px); }
    .product-slider ul.products .flickity-button:disabled {
      pointer-events: auto; }
    .product-slider ul.products .flickity-button .flickity-button-icon {
      fill: var(--text-color);
      width: 50%;
      height: 50%;
      top: 25%;
      left: 25%; }
    .product-slider ul.products .flickity-button:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.9); }
      .product-slider ul.products .flickity-button:hover .flickity-button-icon {
        fill: var(--color-accent); }
  .product-slider ul.products .flickity-prev-next-button.previous {
    left: -15px; }
  .product-slider ul.products .flickity-prev-next-button.next {
    right: -15px; }
  @media (min-width: 769px) {
    .product-slider ul.products .flickity-prev-next-button.previous {
      left: -22px; }
    .product-slider ul.products .flickity-prev-next-button.next {
      right: -22px; } }

.product-slider .flickity-page-dots {
  padding: 0 !important;
  bottom: -30px; }

.lmp_load_more_button {
  margin: 50px 0; }
  .lmp_load_more_button .button, .lmp_load_more_button input[type=submit] {
    background: var(--color-primary) !important;
    color: #fff !important; }

.woocommerce-pagination {
  display: none; }

.widget {
  list-style: none; }
  .widget .widgettitle {
    font-size: 19px;
    margin: 0 0 8px 0; }

.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_product_categories ul.product-categories > li {
  display: none; }
  .widget_product_categories ul.product-categories > li.current-cat, .widget_product_categories ul.product-categories > li.current-cat-parent {
    display: block; }
    .widget_product_categories ul.product-categories > li.current-cat > a, .widget_product_categories ul.product-categories > li.current-cat-parent > a {
      font-weight: 500;
      font-size: 19px;
      margin: 0 0 8px 0;
      color: var(--text-color); }

.widget_product_categories ul.product-categories ul.children {
  margin-top: 8px; }
  .widget_product_categories ul.product-categories ul.children > li a {
    color: var(--text-color); }
    .widget_product_categories ul.product-categories ul.children > li a:hover {
      color: var(--color-primary); }
  .widget_product_categories ul.product-categories ul.children > li.current-cat {
    font-weight: 500; }
    .widget_product_categories ul.product-categories ul.children > li.current-cat a {
      color: var(--color-primary); }

.onsale {
  display: none; }

.product-intro .woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder a > img,
.product-intro .woocommerce-product-gallery .woocommerce-product-gallery__image a > img {
  object-fit: contain;
  max-height: 650px; }

.product-intro .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  margin: 8px -4px 0 -4px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .product-intro .woocommerce-product-gallery .flex-control-thumbs li {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 4px; }
    .product-intro .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
      border-bottom: 2px solid var(--color-accent); }

.product-intro .summary h1 {
  margin: 0; }

.product-intro .summary .woocommerce-review-link {
  margin-top: 4px; }
  .product-intro .summary .woocommerce-review-link .star-rating {
    display: inline-block; }
  .product-intro .summary .woocommerce-review-link .count {
    font-size: 17px; }

.product-intro .summary .woocommerce-product-details__short-description {
  margin-top: 20px; }

.product-intro .summary .sku, .product-intro .summary .isbn {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-muted-color); }

.product-intro .summary .sku {
  margin-top: 8px; }

.product-intro .summary .checkout-note {
  font-weight: 500;
  color: var(--color-primary);
  margin-top: 15px; }

.product-intro .summary > .price {
  font-size: 30px;
  font-weight: 600; }
  .product-intro .summary > .price del {
    color: var(--text-muted-color);
    font-size: 19px; }
  .product-intro .summary > .price ins {
    color: var(--color-accent);
    text-decoration: none; }

.product-intro .summary .vpe-info {
  font-size: 17px;
  font-weight: 300; }

.product-intro .summary #vpe-single-price {
  margin-top: 0;
  font-size: 17px; }
  .product-intro .summary #vpe-single-price .amount {
    font-weight: 600; }

.product-intro .summary .tax-notice {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text-muted-color); }

.product-intro .summary .stock.out-of-stock {
  font-weight: 500;
  color: var(--color-primary); }

.tiered-pricing-table {
  font-size: 17px;
  margin: 20px 0 35px; }
  .tiered-pricing-table th {
    padding: 6px 12px;
    font-size: 15px; }
  .tiered-pricing-table td {
    padding: 6px 12px; }

form.cart {
  margin-top: 20px; }
  form.cart .add-to-cart {
    margin-top: 20px;
    display: flex; }
    form.cart .add-to-cart .quantity {
      width: 80px;
      margin-right: 10px; }
      form.cart .add-to-cart .quantity input {
        height: 60px; }
    form.cart .add-to-cart button {
      width: 100%;
      flex: 1 1 auto;
      max-width: 360px;
      height: 60px !important; }
  @media (min-width: 769px) {
    form.cart .add-to-cart .quantity {
      width: 120px; } }

.wapf-wrapper {
  margin: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .wapf-wrapper .wapf-field-group {
    margin: 20px 0; }
  .wapf-wrapper .wapf-field-label label {
    color: var(--text-color) !important;
    font-weight: 500; }
  .wapf-wrapper .wapf-field-description {
    font-size: 17px;
    color: var(--text-muted-color);
    margin-top: 10px; }

.button .spinner, input[type=submit] .spinner, button .spinner {
  display: none; }

.button i.fa-check, input[type=submit] i.fa-check, button i.fa-check {
  display: none;
  margin: 0 0 0 15px; }

.button.loading, input.loading[type=submit], button.loading {
  opacity: 0.7;
  pointer-events: none; }
  .button.loading .spinner, input.loading[type=submit] .spinner, button.loading .spinner {
    display: inline-block; }

.button.added i.fa-check, input.added[type=submit] i.fa-check, button.added i.fa-check {
  display: inline-block; }

.product .tabs .section:after, .product .tabs .woocommerce-table--order-details:after, .product .tabs .woocommerce-cart-form:after, .product .tabs .cart-collaterals:after, .product .tabs .woocommerce-order-details:after,
.product .tabs .woocommerce-customer-details:after,
.product .tabs .woocommerce-bacs-bank-details:after,
.product .tabs .woocommerce-thankyou-order-details:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.product .tabs .section > .title, .product .tabs .woocommerce-table--order-details > .title, .product .tabs .woocommerce-cart-form > .title, .product .tabs .cart-collaterals > .title, .product .tabs .woocommerce-order-details > .title, .product .tabs .woocommerce-customer-details > .title, .product .tabs .woocommerce-bacs-bank-details > .title, .product .tabs .woocommerce-thankyou-order-details > .title {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 0 0 12px 0;
  margin-bottom: 20px; }

.related.products h2 {
  margin-bottom: 30px;
  text-align: center; }

#added-to-cart-message {
  display: none; }

#mini-cart {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  color: var(--text-color);
  white-space: initial;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
  #mini-cart > div {
    padding: 60px 20px 20px 20px; }
  #mini-cart h2.widgettitle {
    font-size: 24px;
    margin: 0; }
  #mini-cart .num-products {
    margin: 4px 0 20px 0;
    font-size: 17px;
    color: var(--text-muted-color); }
  #mini-cart ul.cart_list {
    margin: 0;
    padding: 0; }
    #mini-cart ul.cart_list li {
      display: flex; }
      #mini-cart ul.cart_list li .img {
        width: 100px;
        flex: 0 0 auto; }
      #mini-cart ul.cart_list li > div:nth-child(2) {
        margin-left: 10px; }
      #mini-cart ul.cart_list li .product-name {
        line-height: 1.2; }
      #mini-cart ul.cart_list li .qty {
        color: var(--text-muted-color);
        font-size: 17px; }
      #mini-cart ul.cart_list li .remove {
        display: none; }
  #mini-cart p.total {
    border-top: 1px solid #ddd;
    padding-top: 15px; }
  #mini-cart .buttons {
    text-align: center; }
    #mini-cart .buttons .cart-link {
      display: inline-block;
      margin-top: 8px; }
    #mini-cart .buttons .checkout-link {
      width: 100%;
      flex: 1 1 auto; }
      #mini-cart .buttons .checkout-link i {
        margin-left: 15px; }
  @media (min-width: 769px) {
    #mini-cart {
      width: 420px;
      top: calc(100% - 14px); }
      #mini-cart > div {
        padding: 30px; } }

.cart-title-and-button .button, .cart-title-and-button input[type=submit] {
  width: 100%; }

@media (min-width: 480px) {
  .cart-title-and-button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-title-and-button h1 {
      margin: 0; }
    .cart-title-and-button .button, .cart-title-and-button input[type=submit] {
      height: 60px;
      padding: 0 50px;
      width: auto; } }

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

.woocommerce-cart-form table thead {
  display: none; }

.woocommerce-cart-form table a.remove {
  display: inline-block;
  color: var(--color-primary); }
  .woocommerce-cart-form table a.remove i.fa {
    font-size: 14px; }

.woocommerce-cart-form table td.actions > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .woocommerce-cart-form table td.actions > div .button, .woocommerce-cart-form table td.actions > div input[type=submit] {
    width: 100%;
    margin: 5px 0; }

.woocommerce-cart-form table tr.woocommerce-cart-form__cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item td {
    flex: 1 1 auto; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-thumbnail {
    line-height: 1;
    width: 120px;
    flex: 0 0 auto; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-name {
    width: calc(100% - 120px); }
    .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-name a {
      color: var(--text-color);
      font-weight: normal; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-price {
    display: none; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-quantity {
    width: 80px;
    flex: 0 0 auto; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-subtotal {
    text-align: right; }
    .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
      font-weight: 500; }

.woocommerce-cart-form table tr:last-child {
  display: none; }

.woocommerce-cart-form table dl.variation {
  font-size: 16px; }
  .woocommerce-cart-form table dl.variation dt {
    font-weight: 300; }

@media (min-width: 480px) {
  .woocommerce-cart-form table td.actions > div {
    align-items: center;
    justify-content: space-between; }
    .woocommerce-cart-form table td.actions > div .button, .woocommerce-cart-form table td.actions > div input[type=submit] {
      width: auto;
      margin: 0; }
      .woocommerce-cart-form table td.actions > div .button.continue-shopping, .woocommerce-cart-form table td.actions > div input.continue-shopping[type=submit] {
        order: 1; }
      .woocommerce-cart-form table td.actions > div .button#update-cart, .woocommerce-cart-form table td.actions > div input#update-cart[type=submit] {
        order: 2; } }

@media (min-width: 769px) {
  .woocommerce-cart-form table thead {
    display: table-header-group; }
  .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item {
    display: table-row; }
    .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-price {
      display: table-cell; }
      .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-price del {
        color: var(--text-muted-color);
        font-size: 16px; }
      .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-price ins {
        margin-left: 6px;
        text-decoration: none; }
    .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item .product-thumbnail img {
      max-width: 200px; } }

.coupon {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .coupon input {
    width: 100%; }
  .coupon button {
    width: 100%;
    margin-top: 10px; }
  @media (min-width: 480px) {
    .coupon {
      display: flex;
      flex-wrap: wrap; }
      .coupon label {
        width: 100%;
        flex: 0 0 auto; }
      .coupon input {
        margin-right: 10px;
        width: 60%; }
      .coupon button {
        margin: 0;
        width: calc(40% - 10px); } }

.woocommerce-remove-coupon {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 8px; }

.woocommerce-form-coupon-toggle {
  display: none; }

.cart-collaterals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  .cart-collaterals .cross-sells {
    margin: 0 0 30px 0;
    width: 100%; }
  @media (min-width: 1025px) {
    .cart-collaterals .cross-sells {
      width: 55%;
      margin-right: 5%; }
      .cart-collaterals .cross-sells .product-slider ul.products li {
        width: 33.333333%; } }

.cart_totals {
  width: 100%;
  padding: 25px;
  border: 1px solid var(--color-primary);
  border-radius: 4px; }
  @media (min-width: 1025px) {
    .cart_totals {
      width: 40%; } }
  .cart_totals table .tax_label, .cart_totals table .includes_tax {
    display: block;
    color: var(--text-muted-color);
    margin-top: 2px; }
  .cart_totals table #shipping_method {
    white-space: nowrap; }
    .cart_totals table #shipping_method label {
      display: inline-block;
      margin: 4px 0 4px 8px;
      color: inherit;
      font-size: 17px; }
  .cart_totals .woocommerce-shipping-calculator {
    display: none; }
  .cart_totals .wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: center; }
    .cart_totals .wc-proceed-to-checkout .checkout-button {
      width: 100%; }
    .cart_totals .wc-proceed-to-checkout .continue-shopping {
      width: 100%;
      margin-top: 15px; }
  @media (min-width: 769px) {
    .cart_totals .wc-proceed-to-checkout {
      text-align: right; }
    .cart_totals table {
      text-align: right; } }

.woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce-shipping-destination {
  margin-top: 0 !important;
  display: none; }

button#update-cart {
  height: 0;
  visibility: hidden; }

.cross-sells h3 {
  margin-bottom: 10px; }

#TODO.form.woocommerce-form-login label.inline {
  display: inline;
  margin-left: 20px; }

#account_password_field {
  margin-top: 8px; }

#checkout-login-or {
  position: relative;
  text-align: center;
  margin: 20px 0; }
  #checkout-login-or span {
    padding: 2px 15px;
    background: #fff;
    color: var(--color-primary);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    position: relative; }
  #checkout-login-or:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    width: 100%;
    background: var(--color-primary); }

#logged-in-note {
  color: var(--color-red);
  font-size: 17px;
  line-height: 1.3;
  margin: 20px 0;
  font-weight: 500; }

form.woocommerce-checkout {
  margin-top: 20px; }
  form.woocommerce-checkout #review-payment-wrap > div {
    background: #fff;
    border: 1px solid var(--color-primary);
    padding: 25px;
    border-radius: 4px; }
  form.woocommerce-checkout .woocommerce-account-fields {
    margin-top: 20px; }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    margin-top: 20px !important; }
  form.woocommerce-checkout h3#ship-to-different-address {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 400; }
  form.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 40px; }
    form.woocommerce-checkout .woocommerce-additional-fields > h3 {
      display: none; }
  @media (min-width: 769px) {
    form.woocommerce-checkout #billing_phone_field,
    form.woocommerce-checkout #billing_email_field {
      width: 50%; } }

#create-account-note {
  color: var(--color-primary);
  font-size: 17px; }

p.form-row.country-order-note {
  color: var(--text-muted-color);
  padding-top: 0;
  font-size: 17px; }

body.page-id-25 .country-order-note span:nth-of-type(2) {
  display: none; }

#order_review .place-order .terms {
  margin-top: 30px; }

#order_review .place-order .button, #order_review .place-order input[type=submit] {
  margin-top: 20px;
  width: 100%; }

#order_review.loading {
  opacity: 0.6; }

#order_review dl.variation {
  display: none; }

p.shipping-free-note {
  color: var(--text-muted-color);
  font-size: 15px;
  white-space: nowrap;
  margin-top: 8px; }

table.woocommerce-checkout-review-order-table {
  margin-top: 20px; }
  table.woocommerce-checkout-review-order-table thead {
    display: none; }
  table.woocommerce-checkout-review-order-table .product-name {
    width: 100%; }
    table.woocommerce-checkout-review-order-table .product-name > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 17px; }
      table.woocommerce-checkout-review-order-table .product-name > div span {
        width: auto;
        flex: 1 1 auto; }
      table.woocommerce-checkout-review-order-table .product-name > div i.remove-icon {
        order: 3;
        flex: 0 0 auto;
        font-size: 13px;
        margin: 0 10px 0 8px;
        color: var(--text-muted-color) !important; }
      table.woocommerce-checkout-review-order-table .product-name > div input.pro_quantity {
        order: 2;
        flex: 0 0 auto;
        width: 60px !important; }
  table.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: normal; }
  table.woocommerce-checkout-review-order-table tbody .tax_label {
    display: none; }
  table.woocommerce-checkout-review-order-table tfoot > tr:first-child {
    border-top: 1px solid var(--color-primary); }
  table.woocommerce-checkout-review-order-table tfoot .tax_label,
  table.woocommerce-checkout-review-order-table tfoot .order-total .includes_tax {
    display: block;
    color: var(--text-muted-color);
    margin-top: 2px; }
  table.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount {
    font-weight: 500; }
  table.woocommerce-checkout-review-order-table #shipping_method {
    white-space: nowrap; }
    table.woocommerce-checkout-review-order-table #shipping_method label {
      display: inline-block;
      margin: 4px 0 4px 8px;
      color: inherit;
      font-size: 17px; }
  @media (min-width: 769px) {
    table.woocommerce-checkout-review-order-table tr {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    table.woocommerce-checkout-review-order-table tfoot td {
      text-align: right; } }

#checkout-coupon {
  padding: 15px;
  margin: 20px 0;
  background: var(--color-muted); }
  #checkout-coupon input[type=text] {
    background: #fff; }
  #checkout-coupon a {
    margin-top: 15px; }
  @media (min-width: 1280px) {
    #checkout-coupon {
      display: flex;
      align-items: flex-end; }
      #checkout-coupon input[type=text] {
        flex: 1 0 auto; }
      #checkout-coupon a {
        padding: 0 10px;
        margin-left: 15px; } }

#payment {
  margin-top: 20px; }
  #payment ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px; }
    #payment ul > li {
      position: relative;
      margin: 20px 0 0 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #payment ul > li > input {
        margin-right: 8px; }
      #payment ul > li > label {
        white-space: nowrap;
        cursor: pointer;
        font-size: 19px;
        color: var(--text-color);
        display: flex;
        align-items: center;
        margin-bottom: 0; }
        #payment ul > li > label img {
          vertical-align: middle; }
          #payment ul > li > label img:first-child {
            margin-left: 10px !important; }
        #payment ul > li > label i.stripe-pf:first-of-type {
          margin-left: 8px; }
        #payment ul > li > label i.stripe-pf:before {
          font-size: 24px;
          line-height: 27px;
          color: var(--text-muted-color); }
      #payment ul > li .payment_box {
        width: 100%;
        flex: 0 0 auto;
        margin: 20px 0 0; }
        #payment ul > li .payment_box p {
          font-size: 17px;
          color: var(--text-color); }

a.about_paypal {
  display: none; }

#wc-stripe-cc-form {
  margin-top: 10px;
  display: block;
  border: none; }
  #wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last {
    float: left;
    width: 48%;
    margin-top: 15px; }
  #wc-stripe-cc-form .form-row-last {
    float: right; }
  #wc-stripe-cc-form .StripeElement {
    border: none !important;
    padding: 11px 16px !important;
    height: 40px !important;
    background: var(--color-muted) !important;
    outline: none !important; }
  #wc-stripe-cc-form > br {
    display: none; }

.stripe-source-errors ul {
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
  color: var(--color-accent); }

.wcppec-checkout-buttons {
  display: none !important; }

body.woocommerce-order-pay #order_review {
  width: 100%; }
  body.woocommerce-order-pay #order_review > div {
    border: none; }
  body.woocommerce-order-pay #order_review #payment {
    border: 1px solid #ddd; }
    body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods {
      margin-top: 0; }
      body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li:first-child {
        margin-top: 0; }

ul.woocommerce-thankyou-order-details {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  ul.woocommerce-thankyou-order-details li {
    color: var(--text-muted-color);
    width: 100%;
    margin-top: 15px; }
    ul.woocommerce-thankyou-order-details li strong {
      text-transform: none;
      color: var(--text-color);
      font-weight: 400;
      font-size: 17px;
      display: block; }
    @media (min-width: 769px) {
      ul.woocommerce-thankyou-order-details li {
        width: auto;
        flex: 1 0 auto;
        margin-top: 0;
        position: relative; }
        ul.woocommerce-thankyou-order-details li:not(:last-child) {
          padding-right: 30px; }
          ul.woocommerce-thankyou-order-details li:not(:last-child):after {
            content: "";
            display: block;
            position: absolute;
            right: 15px;
            top: 0;
            height: 100%;
            border-right: 1px solid #ddd; } }

p.woocommerce-customer-details--phone,
p.woocommerce-customer-details--email {
  margin-top: 0; }

.woocommerce-bacs-bank-details h3 {
  font-size: 16px; }

.woocommerce-bacs-bank-details ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#call_for_credit {
  margin: 20px 0; }

#checkout-newsletter-form {
  margin: 30px 0 15px;
  font-size: 17px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  text-align: center; }
  #checkout-newsletter-form .buttons {
    text-align: center; }
    #checkout-newsletter-form .buttons .button, #checkout-newsletter-form .buttons input[type=submit] {
      margin-top: 10px !important;
      width: 100%;
      flex: 1 1 auto;
      max-width: 340px; }
      #checkout-newsletter-form .buttons .button i.fas, #checkout-newsletter-form .buttons input[type=submit] i.fas {
        font-size: 13px;
        margin: 0 10px 0 -6px; }
      #checkout-newsletter-form .buttons .button.active, #checkout-newsletter-form .buttons input.active[type=submit] {
        background: #eee; }
        #checkout-newsletter-form .buttons .button.active i.fas, #checkout-newsletter-form .buttons input.active[type=submit] i.fas {
          display: inline-block; }
  #checkout-newsletter-form #checkout-newsletter-button-no {
    max-width: 120px;
    border-color: #ccc;
    color: #333;
    font-weight: 400; }
  #checkout-newsletter-form #checkout-newsletter-button-yes:hover {
    background: var(--color-primary-lighter);
    color: #fff; }
  #checkout-newsletter-form #checkout-newsletter-button-yes.active {
    background: var(--color-primary);
    color: #fff; }
  #checkout-newsletter-form #checkout-newsletter-birthday {
    pointer-events: none;
    opacity: 0.5;
    margin-top: 20px;
    text-align: center; }
    #checkout-newsletter-form #checkout-newsletter-birthday input {
      max-width: 340px; }
    #checkout-newsletter-form #checkout-newsletter-birthday.active {
      pointer-events: auto;
      opacity: 1; }
    #checkout-newsletter-form #checkout-newsletter-birthday.hide {
      display: none; }
  #checkout-newsletter-form .error {
    margin-top: 8px;
    color: var(--color-red);
    display: none;
    font-weight: 500; }
    #checkout-newsletter-form .error.show {
      display: block; }

body.single-product .product-type-bundle .bundle_wrap .bundle_price p {
  margin: 20px 0 0 0; }

body.single-product .product-type-bundle .bundled_product_title {
  margin-bottom: 8px; }

body.single-product .product-type-bundle div.bundled_product_summary {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 0; }
  body.single-product .product-type-bundle div.bundled_product_summary .bundled_product_images {
    display: none; }
  body.single-product .product-type-bundle div.bundled_product_summary .details {
    width: 100% !important;
    padding-left: 0 !important; }

body.single-product .product-type-bundle table.variations {
  margin: 20px 0 10px !important; }
  body.single-product .product-type-bundle table.variations label, body.single-product .product-type-bundle table.variations label * {
    color: var(--color-orange);
    font-weight: 500; }

body.single-product .product-type-bundle .bundled_item_cart_details .price {
  display: none !important;
  font-size: 18px !important; }

.cart_item.bundle_table_item .bundle-children ul {
  margin-top: 10px; }
  .cart_item.bundle_table_item .bundle-children ul li {
    font-size: 16px;
    color: var(--text-muted-color); }

.cart_item.bundled_table_item {
  display: none !important; }

.bundle_button {
  margin-top: 20px;
  display: flex; }
  .bundle_button .quantity {
    width: 80px;
    margin-right: 10px;
    flex: 0 0 auto; }
  .bundle_button button {
    width: 100%; }
  @media (min-width: 769px) {
    .bundle_button .quantity {
      width: 120px; } }

#mini-cart .variation-Includes {
  display: none; }

.bundle_error {
  display: none !important; }

body.added-to-cart-popup-show {
  overflow: hidden; }
  body.added-to-cart-popup-show #added-to-cart-popup {
    display: flex; }

@keyframes xxxupdate-title {
  0% {
    background: none;
    color: var(--text-color); }
  4%, 70% {
    background: var(--color-accent);
    color: #fff; }
  100% {
    background: none;
    color: var(--text-color); } }

@keyframes update-title {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

#added-to-cart-popup h3 {
  margin-top: 0; }

#added-to-cart-popup span.product-title {
  display: inline-block;
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500; }
  #added-to-cart-popup span.product-title.updated {
    transform-origin: 50% 50%;
    animation: update-title 0.2s ease-in-out; }

#added-to-cart-popup p.buttons .button, #added-to-cart-popup p.buttons input[type=submit] {
  margin: 5px 0;
  width: 100%; }

@media (min-width: 480px) {
  #added-to-cart-popup p.buttons .button, #added-to-cart-popup p.buttons input[type=submit] {
    width: auto; } }
