@charset "UTF-8";
/*!
 * Theme Name: URSPRUNG
 * Theme URI: https://www.modularte.de/
 * Description: Kraft die sich entfaltet
 *
 * Author: MODULARTE
 * Author URI: https://www.modularte.de/
 *
 * Copyright: © 2023 MODULARTE
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 *
 * Text Domain: ursprung
 * Domain Path: /lang
 *
 * Version: 0.9.19.3
 * Last update: 20.01.2023
*/
/* ---------------------------------------------------
 *  SASS MODULES
 * --------------------------------------------------- */
/* ---------------------------------------------------
 *  GLOBALS
 * --------------------------------------------------- */
/*
 * Eric Meyer's reset v2.0
 *
 * The goal of a reset stylesheet is to reduce browser inconsistencies in things
 * like default line heights, margins and font sizes of headings, etc.
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*
 * Defaults
 *
 * Defined styles and variables that are required before building up the mixins etc.
 */
/*
 * Default styles
 */
* {
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.c-accordion__title {
  border-radius: 0;
  outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: inherit;
}
.no-touchevents a:hover {
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.screen-reader-text:focus {
  font-size: 1em;
  line-height: normal;
  z-index: 100000; /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #444444;
  background-color: #eeeeee;
  -webkit-clip-path: none;
          clip-path: none;
}

/*
 * Mixins
 *
 * Set mixins intended for use in seperate elements with different, changing
 * factors
 */
/*
 * Mixin for automatic rem font-sizes with px fallback
 *
 * Usage: @include font-size( $size );
 */
/*
 * Mixin for input placeholder styles
 *
 * Usage: @include input-placeholder { color: $color; }
 */
/*
 * Mixin for vertical alignment of elements
 *
 * Usage: @include vertical-align;
 */
/*
 * Mixin for retina background images
 *
 * Usage: @include retina { background-image: ...; }
 */
/*
 * Mixin for grid
 *
 * Usage: @include container( 20px, 12, 1400px );
 */
/*
 * Mixin for CSS Grid
 *
 * Usage: @include css-grid( 20px, 12, 1400px );
 */
/*
 * Template for clearfixes
 *
 * Usage: @extend %clearfix;
 */
.woocommerce .single-product .product .woocommerce-tabs:after, form.woocommerce-checkout #customer_details:after, .clear {
  *zoom: 1;
}
.clear:before, .woocommerce .single-product .product .woocommerce-tabs:after, form.woocommerce-checkout #customer_details:after, .clear:after {
  content: " ";
  display: table;
}
.woocommerce .single-product .product .woocommerce-tabs:after, form.woocommerce-checkout #customer_details:after, .clear:after {
  clear: both;
}

/*
 * Variables
 *
 * Defined variables that are used in modules
 */
/*
 * Breakpoints
 */
/*
 * Font Settings
 */
/*
 * Colors
 */
/*
 * Sizes
 */
/*
 * Typography
 *
 * Typography styles and configurations that are required globally
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Typography
 */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #4a4a4a;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

code,
kbd {
  font-family: monospace;
}

button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

/*
 * Post/Page Titles
 */
.us_title, .woocommerce-products-header__title, .us_content h1,
.us_sub-footer__column h1 {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin: 50px auto 35px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1280px) {
  .us_title, .woocommerce-products-header__title, .us_content h1,
.us_sub-footer__column h1 {
    margin: 50px auto 35px;
    font-size: 32px;
    font-size: 2rem;
  }
}

/* ---------------------------------------------------
 *  LIBRARIES
 * --------------------------------------------------- */
/*
 * Swiper v8.0.2
 *
 * Swiper styles and configuration
 */
/**
 * Swiper 8.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 2, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
 * Fancybox
 *
 * Fancybox styles and configuration
 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin: 0;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-duration: inherit;
  transition-property: opacity;
  opacity: 0;
  background: rgb(30, 30, 30);
}

.fancybox-is-open .fancybox-bg {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  opacity: 0;
  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  opacity: 1;
}

.fancybox-infobar {
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #cccccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  /* Using without prefix would break IE11 */
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 44px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  overflow: auto;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  background: transparent;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video,
.fancybox-iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* Fix iOS */
.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  cursor: default;
  background: #ffffff;
}

.fancybox-error p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #444444;
}

/* Buttons */
.fancybox-button {
  position: relative;
  display: inline-block;
  visibility: inherit;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  transition: color 0.2s;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  cursor: default;
  color: #888888;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  transition-timing-function: linear;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  background: #ff5268;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  padding: 8px;
  cursor: pointer;
  opacity: 0.8;
  color: #cccccc;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:hover {
  opacity: 1;
  color: #ffffff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  opacity: 0;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

/* Caption */
.fancybox-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px 44px;
  text-align: center;
  pointer-events: none;
  color: #eeeeee;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  overflow: auto;
  max-height: 50vh;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: none;
  color: #cccccc;
}

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* Loading indicator */
.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  opacity: 0.7;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  background: transparent;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    opacity: 1;
    color: #f2f4f6;
    background: #4e4e4e;
  }
  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-right: max(12px, env(safe-area-inset-right));
      padding-left: max(12px, env(safe-area-inset-left));
    }
  }
}
/* Share */
.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #222222;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  min-width: 130px;
  margin: 0 5px 10px 5px;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  font-size: 14px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  background: transparent;
}

/* Thumbs */
.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #dddddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  position: absolute;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ---------------------------------------------------
 *  MODULES
 * --------------------------------------------------- */
/*
 * General
 */
/*
 * Default setup
 */
table:not(.variations):not(.shop_table) {
  width: 100%;
}
table:not(.variations):not(.shop_table) th,
table:not(.variations):not(.shop_table) td {
  text-align: left;
}
table:not(.variations):not(.shop_table) th.has-text-align-left,
table:not(.variations):not(.shop_table) td.has-text-align-left {
  text-align: left;
}
table:not(.variations):not(.shop_table) th.has-text-align-center,
table:not(.variations):not(.shop_table) td.has-text-align-center {
  text-align: center;
}
table:not(.variations):not(.shop_table) th.has-text-align-right,
table:not(.variations):not(.shop_table) td.has-text-align-right {
  text-align: right;
}
table:not(.variations):not(.shop_table) thead th,
table:not(.variations):not(.shop_table) thead td,
table:not(.variations):not(.shop_table) tbody th,
table:not(.variations):not(.shop_table) tbody td,
table:not(.variations):not(.shop_table) tfoot th,
table:not(.variations):not(.shop_table) tfoot td {
  padding: 4px 10px 4px 0;
}
@media (min-width: 1280px) {
  table:not(.variations):not(.shop_table) thead th,
table:not(.variations):not(.shop_table) thead td,
table:not(.variations):not(.shop_table) tbody th,
table:not(.variations):not(.shop_table) tbody td,
table:not(.variations):not(.shop_table) tfoot th,
table:not(.variations):not(.shop_table) tfoot td {
    padding: 10px 15px 10px 0;
  }
}
table:not(.variations):not(.shop_table) thead tr {
  font-weight: 600;
  border-bottom: 3px solid currentColor;
}
table:not(.variations):not(.shop_table) tbody tr {
  line-height: 1.4;
  border-bottom: 1px solid currentColor;
}
table:not(.variations):not(.shop_table) tfoot tr {
  border-top: 2px solid currentColor;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * 404
 */
.us_fourofour {
  padding-top: 100px;
  text-align: center;
}

.us_fourofour__title {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  width: 100%;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 1280px) {
  .us_fourofour__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.us_fourofour__subtitle {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1280px) {
  .us_fourofour__subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Contact Form
 */
input[type=checkbox],
input[type=radio] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:before,
input[type=radio]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2380868B%22%20d%3D%22M20.25%201H3.75c-.75911841%200-1.40722418.26854882-1.94433606.80566588C1.268552%202.34277647%201%202.99088353%201%203.75v16.5c0%20.7591184.268552%201.4072242.80566394%201.9443361C2.34277582%2022.731448%202.9908816%2023%203.75%2023h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C22.7314512%2021.6572242%2023%2021.0091184%2023%2020.25V3.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C21.6572235%201.26854882%2021.0091165%201%2020.25%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.25%200H2.75C1.9908816%200%201.3427758.26854882.8056639.80566588.268552%201.34277647%200%201.99088353%200%202.75v16.5c0%20.7591184.268552%201.4072242.8056639%201.9443361S1.9908816%2022%202.75%2022h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C21.7314512%2020.6572242%2022%2020.0091184%2022%2019.25V2.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C20.6572235.26854882%2020.0091165%200%2019.25%200zm-4.3285259%207.0583705l-4.6003374%208.4669838c-.0138177.058804-.034538.1102494-.0621671.1543488-.0276292.0440987-.0621671.0881974-.103614.1322961-.1381457.1322975-.297018.1947705-.4766106.1874205-.1795926-.00735-.331556-.0845224-.4558903-.2315192l-3.04617-2.954624c-.1243343-.1470002-.1830464-.3197134-.1761394-.5181595.0069076-.1984462.0794349-.3638147.2175837-.4961122.1243356-.1322974.2797503-.1947738.4662517-.1874224.1865014.0073513.3419162.0845237.4662505.2315172l2.3830592%202.3151921%204.2273408-7.8055032c.0966989-.1763921.2313933-.2866422.4040833-.330737.1726837-.0441013.3419162-.022054.507691.0661488.1519635.1028921.2521199.2462132.3004756.4299634.0483495.1837435.0310805.3638146-.051807.5402068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}

.wpcf7-form p br {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}
.wpcf7-form label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .wpcf7-form label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wpcf7-form input,
.wpcf7-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 15px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-form input.placeholder,
.wpcf7-form textarea.placeholder {
  color: #80868b;
}
.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
  color: #80868b;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #80868b;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #80868b;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #80868b;
}
.wpcf7-form input[type=checkbox]:before,
.wpcf7-form input[type=radio]:before {
  display: none;
}
.wpcf7-form input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox]:checked:after {
  position: absolute;
  top: 3px;
  left: 11px;
  display: block;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 7px;
  height: 14px;
  /*Add another block-level blank space*/
  content: "";
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #4a4a4a;
  border-width: 0 4px 4px 0;
}
.wpcf7-form textarea {
  min-height: 90px;
  resize: none;
}
.wpcf7-form input[type=submit] {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  border: 2px solid #80868b;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .wpcf7-form input[type=submit] {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  display: flex;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  margin-right: 10px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 10px 20px;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Frame setup
 */
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-top: 73px;
}
body.has-breadcrumbs {
  padding-top: 109px;
}
@media (min-width: 760px) {
  body {
    padding-top: 0;
  }
  body.has-breadcrumbs {
    padding-top: 0;
  }
}
@media (min-width: 760px) {
  body.header-is-sticky {
    padding-top: 81px;
  }
  body.header-is-sticky.has-breadcrumbs {
    padding-top: 126px;
  }
}
@media (min-width: 1280px) {
  body.header-is-sticky {
    padding-top: 91px;
  }
  body.header-is-sticky.has-breadcrumbs {
    padding-top: 136px;
  }
  body.header-is-sticky.header-is-center {
    padding-top: 151px;
  }
  body.header-is-sticky.header-is-center.has-breadcrumbs {
    padding-top: 196px;
  }
}
body .us_page-content {
  margin-bottom: 100px;
}
:not(.ua-ie) body .us_page-content {
  flex: 1;
}
.ua-ie body .us_page-content {
  flex-grow: 1;
}
.ua-ie body .us_footer {
  flex-shrink: 0;
}
body.block-scroll {
  overflow: hidden;
  height: 100%;
}

.frame-content {
  width: 87.5%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 760px) {
  .frame-content {
    width: 87.5%;
  }
}
@media (min-width: 1280px) {
  .frame-content {
    width: 640px;
  }
}
@media (min-width: 1440px) {
  .frame-content {
    width: 780px;
  }
}

.frame-columns {
  display: flex;
}

.frame-sidebar {
  width: 100%;
}

.frame-offset {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 760px) {
  .frame-offset {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .frame-offset {
    width: 940px;
  }
  .frame-offset.frame-offset--left {
    margin-left: calc(( 100% - 1240px ) / 2);
  }
  .frame-offset.frame-offset--right {
    margin-right: calc(( 100% - 1240px ) / 2);
  }
}
@media (min-width: 1440px) {
  .frame-offset {
    width: 1080px;
  }
  .frame-offset.frame-offset--left {
    margin-left: calc(( 100% - 1380px ) / 2);
  }
  .frame-offset.frame-offset--right {
    margin-right: calc(( 100% - 1380px ) / 2);
  }
}

.frame-wide, .woocommerce-MyAccount-navigation ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.frame-wide.frame-wide--relative, .woocommerce-MyAccount-navigation ul.frame-wide--relative {
  position: relative;
}
.frame-wide:not(.frame-wide--no-padding), .woocommerce-MyAccount-navigation ul:not(.frame-wide--no-padding) {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 760px) {
  .frame-wide, .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .frame-wide, .woocommerce-MyAccount-navigation ul {
    width: 1240px;
  }
  .frame-wide:not(.frame-wide--no-padding), .woocommerce-MyAccount-navigation ul:not(.frame-wide--no-padding) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .frame-wide, .woocommerce-MyAccount-navigation ul {
    width: 1380px;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Search Form
 */
.us_searchform {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  width: 100vw !important;
  height: 100vh !important;
  padding-top: 70px;
  transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  opacity: 0;
  background: rgba(247, 247, 247, 0.95);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 760px) {
  .us_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .us_searchform {
    padding-top: 135px;
  }
}
.page-parent .us_searchform, .page-child .us_searchform {
  padding-top: 104px;
}
@media (min-width: 760px) {
  .page-parent .us_searchform, .page-child .us_searchform {
    padding-top: 115px;
  }
}
@media (min-width: 1280px) {
  .page-parent .us_searchform, .page-child .us_searchform {
    padding-top: 135px;
  }
}
.home .us_searchform {
  padding-top: 70px;
}
@media (min-width: 760px) {
  .home .us_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .home .us_searchform {
    padding-top: 90px;
  }
}
.us_searchform.is-active {
  z-index: 200;
  visibility: visible;
  transition: opacity 0.2s ease-in, visibility 0s linear, z-index 0s linear;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .us_searchform.is-active {
  transition: none;
}
@media (min-width: 760px) {
  .us_searchform {
    padding-top: 144px;
  }
}
.us_searchform .frame-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .us_searchform .frame-content {
  padding-top: 83px;
}
@media (min-width: 760px) {
  .home .us_searchform .frame-content {
    padding-top: 50px;
  }
}
.us_searchform form {
  position: relative;
}
.us_searchform label {
  display: none;
}
.us_searchform input {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  padding: 0 0 6px 0;
  text-indent: 0;
  color: #4a4a4a;
  border: none;
  border-bottom: 2px solid #4a4a4a;
  border-radius: 0;
  background: transparent url("assets/images/search-dark.svg") no-repeat center right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px;
  font-size: 1.25rem;
}
.us_searchform input.placeholder {
  color: #4a4a4a;
}
.us_searchform input:-moz-placeholder {
  color: #4a4a4a;
}
.us_searchform input::-moz-placeholder {
  color: #4a4a4a;
}
.us_searchform input:-ms-input-placeholder {
  color: #4a4a4a;
}
.us_searchform input::-webkit-input-placeholder {
  color: #4a4a4a;
}
@media (min-width: 375px) {
  .us_searchform input {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 760px) {
  .us_searchform input {
    padding-bottom: 5px;
    border-bottom: 3px solid #4a4a4a;
  }
}
@media (min-width: 1280px) {
  .us_searchform input {
    font-size: 32px;
    font-size: 2rem;
  }
}
.us_searchform input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background: transparent;
}
@media (min-width: 1280px) {
  .us_searchform input[type=submit] {
    width: 49px;
    height: 49px;
  }
}

.us_searchform__close {
  font-weight: 400;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 50%;
  display: block;
  padding-bottom: 55px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #7fc9cc;
  background: url("assets/images/focus-close.svg") no-repeat bottom center;
  background-size: 20px auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .us_searchform__close {
    top: 25px;
    padding-bottom: 85px;
    background-size: 25px auto;
  }
}

.us_searchmessage {
  line-height: 1.2;
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .us_searchmessage {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.us_searchmessage strong {
  font-weight: 700;
}

.us_searchresult {
  margin-top: 40px;
}

.us_searchresult__title {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  .us_searchresult__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.us_searchresult__excerpt {
  display: block;
}

.us_searchresult__link {
  display: block;
}
.us_searchresult__link a {
  color: #4a4a4a;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Sidebar
 */
.us_sidebar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 176px;
  display: none;
  float: left;
  width: calc(( 1240px - 640px ) / 2 - 40px);
  height: auto;
}
@media (min-width: 1280px) {
  .us_sidebar {
    display: block;
  }
}
@media (min-width: 1440px) {
  .us_sidebar {
    width: calc(( 1380px - 780px ) / 2 - 40px);
  }
}

.us_sidebar--blog {
  margin-top: 80px;
}
.us_sidebar--blog strong {
  font-weight: 700;
}
.us_sidebar--blog p {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.us_sidebar--blog p:first-child {
  margin-top: 0;
}
.us_sidebar--blog ul {
  list-style: none;
}
.us_sidebar--blog ul li {
  line-height: 2.3;
  font-size: 16px;
  font-size: 1rem;
}
.us_sidebar--blog ul li.current-cat {
  font-weight: 700;
}
.us_sidebar--blog ul li a {
  text-decoration: none;
  color: #4a4a4a;
}

.us_sidebar--shop {
  float: left;
  margin-right: 40px;
  margin-left: calc(( 100% - 1240px ) / 2);
}
@media (min-width: 1440px) {
  .us_sidebar--shop {
    margin-left: calc(( 100% - 1380px ) / 2);
  }
}

.us_sidebar--left {
  float: left;
  margin-right: 40px;
  margin-left: calc(( 100% - 1240px ) / 2);
  text-align: right;
}
@media (min-width: 1440px) {
  .us_sidebar--left {
    margin-left: calc(( 100% - 1380px ) / 2);
  }
}

.us_sidebar--right {
  float: right;
  margin-right: calc(( 100% - 1240px ) / 2);
  margin-left: 40px;
  text-align: left;
}
@media (min-width: 1440px) {
  .us_sidebar--right {
    margin-right: calc(( 100% - 1380px ) / 2);
  }
}

@media (max-width: 1279px) {
  .us_sidebar--description {
    position: relative;
    top: 0;
    display: block;
    float: none;
    width: 87.5%;
    height: auto;
    margin: 0 6.25% 40px;
    padding: 0 40px;
    text-align: center;
  }
}

.us_sidebar--share {
  margin-top: 220px;
}

.us_sidebar__share {
  width: 50px;
  margin: 0 auto;
  text-align: center;
}
.us_sidebar__share nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.us_sidebar__share nav a {
  margin: 10px 0;
}
.us_sidebar__share nav a,
.us_sidebar__share nav svg {
  display: block;
}

.us_sidebar--toc {
  transition: opacity 0s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .us_sidebar--toc {
    z-index: 20;
    top: 93px;
    display: block;
    float: none;
    width: 87.5%;
    margin: 0 auto 40px;
  }
  .has-breadcrumbs .us_sidebar--toc {
    top: 129px;
  }
}
@media (min-width: 760px) and (max-width: 1279px) {
  .us_sidebar--toc {
    width: 87.5%;
  }
}
.is-scroll-down .us_sidebar--toc {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media (min-width: 1280px) {
  .is-scroll-down .us_sidebar--toc {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-scroll-up .us_sidebar--toc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.us_toc {
  text-align: left;
}
.us_toc ol {
  counter-reset: item;
}
.us_toc ol li {
  position: relative;
  display: block;
}
.us_toc ol li:before {
  position: absolute;
  left: 0;
  padding-right: 5px;
  counter-increment: item;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.us_toc ul li {
  position: relative;
  display: block;
}
.us_toc ul li:before {
  position: absolute;
  left: 0;
  padding-right: 5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.us_toc ol,
.us_toc ul {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1279px) {
  .us_toc ol,
.us_toc ul {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    padding: 20px;
    border-top: 1px solid #ffffff;
    background: #f7f7f7;
  }
}
@media (min-width: 1280px) {
  .us_toc ol,
.us_toc ul {
    display: block !important;
  }
}
.us_toc ol li,
.us_toc ul li {
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.us_toc ol li:first-child,
.us_toc ul li:first-child {
  margin-top: 15px;
}
@media (max-width: 1279px) {
  .us_toc ol li:first-child,
.us_toc ul li:first-child {
    margin-top: 0;
  }
}
.us_toc ol li.is-active > a,
.us_toc ul li.is-active > a {
  font-weight: 700;
  color: #4a4a4a;
}
.us_toc ol a,
.us_toc ul a {
  text-decoration: none;
  color: inherit;
}
.us_toc ol ul,
.us_toc ol ol,
.us_toc ul ul,
.us_toc ul ol {
  padding-left: 20px;
}

.us_toc__title {
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1279px) {
  .us_toc__title {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5em;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    background: #000000;
    font-size: 16px;
    font-size: 1rem;
  }
  .us_toc__title:after {
    margin-left: 5px;
    content: "+";
  }
  .us_toc__title.is-active:after {
    content: "-";
  }
}

/*
 * Header
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Header
 */
.us_header {
  font-size: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: auto;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  text-align: center;
  border-bottom: 1px solid rgba(128, 134, 139, 0.25);
  background: #ffffff;
}
@media (min-width: 760px) {
  .us_header:not(.is-sticky) {
    position: relative;
  }
}
.us_header > .frame-wide, .woocommerce-MyAccount-navigation .us_header > ul {
  display: flex;
}
@media (min-width: 760px) {
  .us_header.is-center > .frame-wide, .woocommerce-MyAccount-navigation .us_header.is-center > ul {
    justify-content: center;
  }
}
.is-not-top .us_header {
  box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
}
@media (min-width: 760px) {
  .is-not-top .us_header:not(.is-sticky) {
    box-shadow: none;
  }
}
.us_header.has-dark-menu .sub-menu {
  border: none;
  background: #2f3541;
}
.us_header.has-dark-menu .sub-menu li.menu-item-has-children {
  background: url("assets/images/small-arrow-right-light.svg") no-repeat center right 20px;
}
.us_header.has-dark-menu .sub-menu a {
  color: #ffffff;
}
.us_header.has-dark-menu .sub-menu a:after {
  opacity: 1;
  background: #ffffff;
}
.us_header.has-dark-menu .sub-menu .sub-menu {
  margin-top: -12px;
  margin-left: 0;
}
@media (min-width: 760px) {
  .us_header {
    height: auto;
  }
  .us_header > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .us_header > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.us_header.is-nav-open {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.is-scroll-down .us_header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 1280px) {
  .is-scroll-down .us_header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-scroll-up .us_header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.us_header__infobox {
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background: #2f3541;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_header__infobox a {
  text-decoration: underline;
  color: inherit;
}
.us_header__infobox b,
.us_header__infobox strong {
  font-weight: 700;
}
.us_header__infobox i,
.us_header__infobox em {
  font-style: italic;
}

.us_header__logo {
  display: block;
  height: 32px;
  max-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  transition: max-height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
@media (min-width: 760px) {
  .us_header__logo {
    height: 40px;
  }
}
@media (min-width: 1280px) {
  .us_header__logo {
    height: 50px;
  }
  .us_header:not(.is-center) .us_header__logo {
    margin-right: 30px;
  }
}
.us_header__logo img,
.us_header__logo svg {
  display: block;
  width: auto;
  height: 100%;
}
@media (min-width: 1280px) {
  .us_header.is-center .us_header__logo {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .is-scrolled .us_header.is-center.is-sticky .us_header__logo {
    max-height: 50px;
    margin-bottom: 20px;
  }
}

.us_header__close {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("assets/images/close.svg") no-repeat center;
  background-size: 100% auto;
}
@media (min-width: 760px) {
  .us_header__close {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1280px) {
  .us_header__close {
    right: 0;
  }
}
@media (min-width: 760px) {
  .us_focus-window-header .us_header__close {
    width: 20px;
    height: 20px;
  }
}

.us_mobile-navigation {
  position: fixed;
  z-index: 200;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  width: 100vw;
  height: calc(100% - 70px);
  padding: 0 20px 70px;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-top: 1px solid rgba(128, 134, 139, 0.25);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.is-resizing .us_mobile-navigation {
  transition: none;
}
.us_mobile-navigation.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 760px) {
  .us_mobile-navigation {
    top: 80px;
    height: calc(100% - 80px);
    padding: 0 20px 80px;
  }
}
@media (min-width: 1280px) {
  .us_mobile-navigation {
    display: none;
  }
}
.us_mobile-navigation ul {
  text-align: left;
}
.us_mobile-navigation ul ul li:after {
  display: none;
}
.us_mobile-navigation li {
  position: relative;
}
.us_mobile-navigation li.menu-item-has-children {
  cursor: pointer;
  background: url("assets/images/small-arrow-down-dark.svg") no-repeat top 25px right 10px;
}
.us_mobile-navigation li.menu-item-has-children.current-menu-ancestor > a, .us_mobile-navigation li.menu-item-has-children.current-menu-parent > a, .us_mobile-navigation li.menu-item-has-children.current-menu-item > a {
  font-weight: 700;
}
.us_mobile-navigation li.menu-item-has-children.current-menu-ancestor > a:after, .us_mobile-navigation li.menu-item-has-children.current-menu-parent > a:after, .us_mobile-navigation li.menu-item-has-children.current-menu-item > a:after {
  display: none;
}
.us_mobile-navigation li.menu-item-has-children.is-active {
  background: url("assets/images/small-arrow-up-dark.svg") no-repeat top 25px right 10px;
}
.us_mobile-navigation li.menu-item-has-children.is-active > ul {
  display: block;
}
.us_mobile-navigation li.menu-item-has-children a {
  display: inline-block;
}
.us_mobile-navigation li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  content: "";
  background: #2f3541;
}
.us_mobile-navigation li ul {
  display: none;
}
.us_mobile-navigation li ul li {
  margin-left: 20px;
}
.us_mobile-navigation li ul li.menu-item-has-children {
  background: url("assets/images/menu-open.svg") no-repeat top 19px right 10px;
}
.us_mobile-navigation li ul li.menu-item-has-children.is-active {
  background: url("assets/images/menu-close.svg") no-repeat top 19px right 10px;
}
.us_mobile-navigation li ul li a {
  padding-top: 12px;
}
.us_mobile-navigation li ul ul {
  padding-top: 12px;
  padding-bottom: 35px;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_mobile-navigation li ul ul li {
  margin-top: 25px;
  padding-left: 12px;
  border-left: 1px solid rgba(128, 134, 139, 0.25);
}
.us_mobile-navigation li ul ul li a {
  padding: 0;
}
.us_mobile-navigation li ul ul li:first-child {
  margin-top: 0;
}
.us_mobile-navigation li ul ul li:after {
  display: none;
}
.us_mobile-navigation li ul ul a {
  text-transform: none;
}
.us_mobile-navigation li:last-child a:after {
  display: none;
}
.us_mobile-navigation a {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 18px 0 18px;
  text-decoration: none;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: currentColor;
  font-size: 14px;
  font-size: 0.875rem;
}

.us_header__navigation {
  position: relative;
  display: none;
  width: auto;
  height: auto;
  padding: 0;
}
@media (min-width: 1280px) {
  .us_header__navigation {
    display: block;
  }
}
.us_header.is-center .us_header__navigation {
  position: absolute;
  left: -20px;
}
.us_header.is-center .us_header__navigation a {
  padding: 20px;
}
.us_header.is-center .us_header__navigation a:after {
  bottom: 15px;
}
.us_header.is-center .us_header__navigation .sub-menu li a {
  padding: 8px 20px;
}
.us_header.is-center .us_header__navigation .sub-menu li a:after {
  bottom: 3px;
}
.is-resizing .us_header__navigation {
  transition: none;
}
.us_header__navigation ul:not(.sub-menu) {
  display: flex;
}
.us_header__navigation li {
  position: relative;
  padding: 0;
}
.us_header__navigation li.current-page-ancestor > a:after, .us_header__navigation li.current-menu-item > a:after {
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  content: "";
  opacity: 1;
}
.no-touchevents .us_header__navigation li:hover.menu-item-has-children > .sub-menu {
  display: block;
}
.us_header__navigation a {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 38px 20px;
  text-decoration: none;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: currentColor;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_header__navigation a:after {
  position: absolute;
  right: 20px;
  bottom: 33px;
  left: 20px;
  display: block;
  width: 0;
  height: 2px;
  content: "";
  transition: width 0.2s ease-in-out;
  opacity: 0.25;
  background: #2f3541;
}
.no-touchevents .us_header__navigation a:hover:after {
  width: calc(100% - 40px);
}
.us_header__navigation .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 230px;
  padding: 12px 0;
  text-align: left;
  border: 1px solid rgba(128, 134, 139, 0.25);
  background: #ffffff;
}
.us_header__navigation .sub-menu li {
  display: block;
  margin: 5px 0 0 0;
}
.us_header__navigation .sub-menu li:first-child {
  margin-top: 0;
}
.us_header__navigation .sub-menu li.menu-item-has-children {
  background: url("assets/images/small-arrow-right-dark.svg") no-repeat center right 20px;
}
.us_header__navigation .sub-menu li a {
  padding: 8px 20px;
}
.us_header__navigation .sub-menu li a:after {
  bottom: 3px;
}
.us_header__navigation .sub-menu .sub-menu {
  top: 0;
  left: 230px;
  margin-top: -13px;
  margin-left: -2px;
}

.us_header__icons {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 760px) {
  .us_header__icons {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .us_header__icons {
    right: 0;
  }
  .us_header.is-center .us_header__icons {
    top: 0;
    right: 0;
    min-height: 54px;
    -webkit-transform: none;
            transform: none;
  }
}

.us_header__icon {
  display: block;
  margin: 0 0 0 10px;
  cursor: pointer;
  align-self: center;
}
@media (min-width: 760px) {
  .us_header__icon {
    margin: 0 0 0 20px;
  }
}

.us_header__cart {
  line-height: 1.2;
  display: block;
  margin: 0 10px 0 0;
  text-decoration: none;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4a4a4a;
  align-self: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 760px) {
  .us_header__cart {
    margin-right: 30px;
  }
}
.us_header.is-center .us_header__cart {
  margin-top: 20px;
  margin-bottom: 20px;
}

.us_header__nav-trigger {
  position: relative;
  z-index: 20;
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 0;
  margin-left: 5px;
  padding: 10px;
  cursor: pointer;
  align-self: center;
}
@media (min-width: 760px) {
  .us_header__nav-trigger {
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .us_header__nav-trigger {
    display: none;
  }
}

.us_header__nav-trigger-top {
  position: absolute;
  top: 13px;
  right: 10px;
  left: 10px;
  display: block;
  width: 22px;
  height: 2px;
  transition: top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background: #000000;
}
.is-active .us_header__nav-trigger-top {
  top: calc(50% - 1px);
  transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.us_header__nav-trigger-middle {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  left: 17px;
  display: block;
  width: 15px;
  height: 2px;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
  background: #000000;
}
.is-active .us_header__nav-trigger-middle {
  opacity: 0;
}

.us_header__nav-trigger-bottom {
  position: absolute;
  top: 27px;
  right: 10px;
  left: 10px;
  display: block;
  width: 22px;
  height: 2px;
  transition: top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background: #000000;
}
.is-active .us_header__nav-trigger-bottom {
  top: calc(50% - 1px);
  transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.us_sub-header {
  position: relative;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  transition: margin 0.2s ease-in-out;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
.us_sub-header.us_sub-header--no-border {
  border-top: none;
}
@media (min-width: 1280px) {
  .us_sub-header.us_sub-header--no-border {
    border-top: 1px solid rgba(128, 134, 139, 0.25);
  }
}
@media (min-width: 1280px) {
  .us_sub-header {
    z-index: initial;
    padding-right: 0;
    padding-left: 0;
  }
}

.us_sub-header__breadcrumb {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb {
    margin: 0 20px;
  }
}
@media (min-width: 1280px) {
  .us_sub-header__breadcrumb {
    display: block;
    overflow: unset;
    margin: 0;
  }
}
.us_sub-header__breadcrumb > span {
  display: flex;
  overflow: auto;
  margin-right: 10px;
  margin-bottom: -50px;
  margin-left: 10px;
  padding: 10px 10px 60px 10px;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent, #4a4a4a 10px, #4a4a4a calc(100% - 10px), transparent);
          mask-image: linear-gradient(90deg, transparent, #4a4a4a 10px, #4a4a4a calc(100% - 10px), transparent);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb > span {
    overflow: unset;
    margin: 0;
    padding: 0;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.us_sub-header__breadcrumb > span span {
  display: flex;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    transition: margin-top 0.2s ease-in-out;
    border: none;
    background: transparent;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.us_sub-header__breadcrumb .divider {
  position: relative;
  display: flex;
  width: 10px;
  height: auto;
  margin: 0 10px;
  align-items: center;
  flex-shrink: 0;
}
.us_sub-header__breadcrumb .breadcrumb_last {
  margin-right: 10px;
  padding: 0;
  color: #80868b;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb .breadcrumb_last {
    padding: 10px 0;
  }
}
.us_sub-header__breadcrumb a {
  position: relative;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb a {
    padding: 10px 0;
  }
}
.us_sub-header__breadcrumb a:after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: width 0.2s ease-in-out;
  opacity: 0.25;
  background: #2f3541;
}
@media (min-width: 760px) {
  .us_sub-header__breadcrumb a:after {
    bottom: 6px;
    height: 2px;
  }
}
.no-touchevents .us_sub-header__breadcrumb a:hover:after {
  width: 100%;
}

.woocommerce-store-notice {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15vw;
  text-align: center;
  vertical-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #7fc9cc;
  font-size: 18px;
  font-size: 1.125rem;
}
.woocommerce-store-notice b,
.woocommerce-store-notice strong {
  font-weight: 700;
}
.woocommerce-store-notice i,
.woocommerce-store-notice em {
  font-style: italic;
}
.woocommerce-store-notice a {
  text-decoration: underline;
  color: currentColor;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*
 * Footer
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Footer
 */
.us_sub-footer__wrapper {
  position: relative;
}
@media (min-width: 1280px) {
  .us_sub-footer__wrapper {
    display: flex;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .us_sub-footer__wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.25), rgba(128, 134, 139, 0.25) 50%, transparent 50%, transparent 100%);
    background-size: 10px 1px;
  }
}

.us_sub-footer__brand {
  width: 100%;
  padding: 40px 20px;
  background: #f7f7f7;
}
.us_sub-footer__brand p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_sub-footer__brand p:last-child {
  margin-bottom: 0;
}
.us_sub-footer__brand img,
.us_sub-footer__brand svg {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .us_sub-footer__brand {
    padding: 0 40px 0 0;
    background: transparent;
  }
}

@media (min-width: 1280px) {
  .us_sub-footer__columns {
    display: flex;
    justify-content: space-between;
  }
}

.us_sub-footer__column {
  overflow: hidden;
  width: calc(100% - 40px);
  margin: 0 20px;
  border-bottom: 1px solid rgba(128, 134, 139, 0.25);
}
.us_sub-footer__column:last-child {
  border-bottom: 0;
}
@media (min-width: 1280px) {
  .us_sub-footer__column {
    width: auto;
    border-bottom: none;
  }
}
.us_sub-footer__column p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_sub-footer__column p:last-child {
  margin-bottom: 0;
}
.us_sub-footer__column strong {
  font-weight: 700;
}
.us_sub-footer__column a {
  color: inherit;
}

.us_sub-footer__column--full {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  color: #ffffff;
  background: #4a4a4a;
}
@media (min-width: 1280px) {
  .us_sub-footer__column--full {
    width: auto;
    padding: 0;
    color: #4a4a4a;
    background: transparent;
  }
}

.us_sub-footer__nav-title {
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .us_sub-footer__nav-title {
    margin-bottom: 17px;
    padding: 0;
  }
}
.us_sub-footer__nav-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2.766 7.024.145A.597.597 0 0 1 7.429 0c.158 0 .293.048.404.145A.448.448 0 0 1 8 .495a.448.448 0 0 1-.167.351L4.405 3.82c-.27.234-.532.241-.786.02L.167.847A.448.448 0 0 1 0 .496C0 .357.056.24.167.144A.597.597 0 0 1 .57 0c.16 0 .294.048.405.145L4 2.766z' fill='%234A4A4A' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px auto;
}
@media (min-width: 1280px) {
  .us_sub-footer__nav-title:after {
    display: none;
  }
}

.us_sub-footer__nav,
.us_sub-footer__column ul {
  max-height: 0;
  transition: max-height 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
}
.us_sub-footer__nav.is-active,
.us_sub-footer__column ul.is-active {
  max-height: 500px;
  margin-bottom: 17px;
}
@media (min-width: 1280px) {
  .us_sub-footer__nav,
.us_sub-footer__column ul {
    display: block;
    max-height: none;
  }
}
.us_sub-footer__nav a,
.us_sub-footer__column ul a {
  line-height: 1.3;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.us_footer {
  width: 100%;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}

.us_footer__wrapper {
  font-size: 0;
  display: grid;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  display: grid;
  max-width: 100%;
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1280px) {
  .us_footer__wrapper {
    display: flex;
    min-height: 95px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
  }
}

.us_footer__copyright {
  line-height: 1.8;
  display: inline-block;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #4a4a4a;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row-start: 3;
  grid-row-end: 4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .us_footer__copyright {
    display: block;
    flex: 0;
    margin: 0;
    text-align: left;
  }
}

.us_footer__copyright-wrapper {
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
.us_footer__copyright-wrapper .us_footer__copyright {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.us_footer__navigation {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .us_footer__navigation {
    margin-bottom: 0;
  }
}
.us_footer__navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1280px) {
  .us_footer__navigation ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.us_footer__navigation li {
  margin-right: 15px;
  margin-left: 15px;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .us_footer__navigation li:first-child {
    margin-left: 0;
  }
}
.us_footer__navigation a {
  text-decoration: none;
  color: inherit;
}
.no-touchevents .us_footer__navigation a:hover {
  text-decoration: underline;
}

.us_footer__social {
  display: inline-block;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
@media (min-width: 1280px) {
  .us_footer__social {
    display: block;
    margin-left: 100px;
  }
}
.us_footer__social ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  .us_footer__social ul {
    justify-content: left;
  }
}
.us_footer__social a {
  font-size: 0;
  display: block;
  width: 38px;
  height: 38px;
  padding: 10px;
  text-align: center;
}
.us_footer__social a svg {
  display: inline-block;
}

.us_footer__payment-methods {
  display: inline-block;
  width: 85%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
}
@media (min-width: 1280px) {
  .us_footer__payment-methods {
    display: block;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 60px;
    flex-grow: 1;
  }
}
.us_footer__payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1280px) {
  .us_footer__payment-methods ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.us_footer__payment-methods ul li {
  display: flex;
  margin: 5px;
  align-items: center;
}
@media (min-width: 1280px) {
  .us_footer__payment-methods ul li {
    margin: 0 8px;
  }
}
.us_footer__payment-methods ul li img,
.us_footer__payment-methods ul li svg {
  display: block;
  width: auto;
  height: 40px;
}

.us_back-to-top {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #ffffff url("assets/images/small-arrow-up-dark.svg") center 17px no-repeat;
  background-size: 14px auto;
  box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
}
.is-scrolled .us_back-to-top {
  display: block;
}

/*
 * Focus Mode
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Focus Mode
 */
.us_focus-window {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  opacity: 0;
  background: #f7f7f7;
  -webkit-overflow-scrolling: touch;
}
.us_focus-window:before {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 3px solid #7fc9cc;
  border-left: 3px solid #7fc9cc;
}
@media (min-width: 760px) {
  .us_focus-window:before {
    top: 25px;
    left: 25px;
  }
}
.us_focus-window:after {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 3px solid #7fc9cc;
  border-right: 3px solid #7fc9cc;
}
@media (min-width: 760px) {
  .us_focus-window:after {
    top: 25px;
    right: 25px;
  }
}
.us_focus-window .us_focus-window__content {
  padding-top: 50px;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 760px) {
  .us_focus-window .us_focus-window__content {
    padding-top: 120px;
  }
}
.us_focus-window .us_focus-window__content:before {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  content: "";
  border-bottom: 3px solid #7fc9cc;
  border-left: 3px solid #7fc9cc;
}
@media (min-width: 760px) {
  .us_focus-window .us_focus-window__content:before {
    bottom: 25px;
    left: 25px;
  }
}
.us_focus-window .us_focus-window__content:after {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  content: "";
  border-right: 3px solid #7fc9cc;
  border-bottom: 3px solid #7fc9cc;
}
@media (min-width: 760px) {
  .us_focus-window .us_focus-window__content:after {
    right: 25px;
    bottom: 25px;
  }
}
.is-resizing .us_focus-window {
  transition: none;
}
.us_focus-window.is-active {
  z-index: 100;
  visibility: visible;
  width: 100vw !important;
  height: 100vh !important;
  transition: width 0.2s ease-in, height 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .us_focus-window.is-active {
  transition: none;
}
.us_focus-window.is-active .us_focus-window__content {
  overflow: visible;
  transition: opacity 0.2s ease-in 0.3s;
  opacity: 1 !important;
}

.us_focus-window__close-trigger {
  cursor: pointer;
}

.us_focus-window__close-top {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 760px) {
  .us_focus-window__close-top {
    height: 28px;
  }
}

.us_focus-window__close-right {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
}
@media (min-width: 760px) {
  .us_focus-window__close-right {
    width: 28px;
  }
}

.us_focus-window__close-bottom {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 760px) {
  .us_focus-window__close-bottom {
    height: 28px;
  }
}

.us_focus-window__close-left {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
}
@media (min-width: 760px) {
  .us_focus-window__close-left {
    width: 28px;
  }
}

.us_focus-window__close {
  font-weight: 400;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 50%;
  display: block;
  padding-bottom: 55px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #7fc9cc;
  background: url("assets/images/focus-close.svg") no-repeat bottom center;
  background-size: 20px auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .us_focus-window__close {
    top: 25px;
    padding-bottom: 85px;
    background-size: 25px auto;
  }
}

.us_focus-window-header {
  font-size: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 10px;
  text-align: center;
  background: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
}
.us_focus-window-header .container {
  position: relative;
}
.us_focus-window-header .us_sub-header__subnavi {
  margin-right: 0;
}
@media (min-width: 760px) {
  .us_focus-window-header .us_sub-header__subnavi {
    margin-right: -10px;
  }
}
@media (min-width: 760px) {
  .us_focus-window-header {
    height: 96px;
    padding-top: 0;
  }
  .us_focus-window-header > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .us_focus-window-header > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/*
 * FAQ
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * FAQ
 */
.us_faq-nav {
  padding: 30px 0;
  background: #f7f7f7;
}
@media (min-width: 760px) {
  .us_faq-nav {
    padding: 60px 0;
  }
}
.us_faq-nav:not(.alignwide) {
  padding: 30px 20px;
}
@media (min-width: 760px) {
  .us_faq-nav:not(.alignwide) {
    padding: 60px 20px;
  }
}

.us_faq-nav__title {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 0;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 760px) {
  .us_faq-nav__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.us_faq-nav__items {
  display: flex;
  margin-bottom: 3px;
  flex-wrap: wrap;
}

.us_faq-nav__item,
.us_content .us_faq-nav__item {
  line-height: 1.6;
  display: block;
  width: calc((100% - 20px) / 2);
  min-height: auto;
  margin-top: 20px;
  margin-left: 20px;
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_faq-nav__item:first-child,
.us_content .us_faq-nav__item:first-child {
  margin-top: 20px;
}
.us_faq-nav__item.is-active,
.us_content .us_faq-nav__item.is-active {
  font-weight: 700;
}
.us_faq-nav__item:nth-child(2n+1),
.us_content .us_faq-nav__item:nth-child(2n+1) {
  margin-left: 0;
}
@media (min-width: 760px) {
  .us_faq-nav__item,
.us_content .us_faq-nav__item {
    width: calc((100% - 60px) / 4);
  }
  .us_faq-nav__item:nth-child(2n+1),
.us_content .us_faq-nav__item:nth-child(2n+1) {
    margin-left: 20px;
  }
  .us_faq-nav__item:nth-child(4n+1),
.us_content .us_faq-nav__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

.us_faq-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.us_faq-content.us_faq-content--no-nav {
  margin-top: 0;
}

.us_faq-title {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 0 0 20px 0;
  color: #4a4a4a;
  font-size: 22px;
  font-size: 1.375rem;
}

.us_faq {
  margin: 20px 0;
}
.us_faq:first-child {
  margin-top: 0;
}
.us_faq:last-child {
  margin-bottom: 0;
}

.us_faq__title {
  font-weight: inherit;
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  padding-right: 40px;
  cursor: pointer;
  color: #4a4a4a;
}
.us_faq.is-active .us_faq__title {
  font-weight: 700;
  color: #4a4a4a;
}
.us_faq.is-active .us_faq__title:after {
  content: "-";
}
.us_faq__title:after {
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  color: #80868b;
}

.us_faq__content {
  display: none;
  margin: 20px 0 40px 0;
  padding: 15px 20px;
  border-left: 1px solid #80868b;
  background: #fafafa;
}
@media (min-width: 760px) {
  .us_faq__content {
    padding: 25px 50px 25px 25px;
  }
}
.us_faq__content p:first-of-type {
  margin-top: 0;
}
.us_faq__content p:last-of-type {
  margin-bottom: 0;
}

/*
 * Blog
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Blog
 */
.us_blog-content {
  position: relative;
  z-index: 10;
}

.us_featured__title {
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}

.us_featured__posts {
  position: relative;
  overflow-x: hidden;
  width: 100vw;
  margin-top: -40px;
  margin-right: calc(50vw - 50%);
  margin-bottom: 40px;
  margin-left: calc(50% - 50vw);
  padding-top: 40px;
}
.us_featured__posts .swiper-container {
  overflow: visible;
  width: 100%;
}
.us_featured__posts .swiper-button-prev,
.us_featured__posts .swiper-button-next {
  position: absolute;
  top: 0;
  width: 51px;
  height: 32px;
  margin-top: 0;
  padding: 10px;
  outline: none;
}
.us_featured__posts .swiper-button-prev:after,
.us_featured__posts .swiper-button-next:after {
  display: none;
}
.us_featured__posts .swiper-button-prev {
  right: calc(6.25% + 40px);
  left: auto;
  background: url("assets/images/swiper-prev.svg") no-repeat center;
}
.us_featured__posts .swiper-button-next {
  right: calc(6.25% - 10px);
  background: url("assets/images/swiper-next.svg") no-repeat center;
}
@media (min-width: 760px) {
  .us_featured__posts {
    display: flex;
    overflow: visible;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .us_featured__posts .swiper-button-prev,
.us_featured__posts .swiper-button-next {
    display: none;
  }
  .us_featured__posts .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .us_featured__posts .swiper-slide {
    height: auto;
  }
}

.us_featured__post {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.us_featured__post img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 760px) {
  .us_featured__post {
    width: calc((100% - 20px) / 2);
    margin-bottom: 50px;
  }
  .us_featured__post.us_featured__post--full {
    width: 100%;
  }
}

.us_featured__post-image {
  position: relative;
  z-index: 10;
}
.us_featured__post-image img {
  width: 100%;
  max-width: unset;
}

.us_featured__post-content {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 0;
  width: 80%;
}
@media (min-width: 760px) {
  .us_featured__post-content {
    left: -20px;
  }
  .us_featured__post--full .us_featured__post-content {
    bottom: 60px;
  }
}
.us_featured__post--no-image .us_featured__post-content {
  position: relative;
  bottom: 0;
  left: 0;
}
@media (min-width: 760px) {
  .us_featured__post--no-image .us_featured__post-content {
    bottom: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.us_featured__post-categories {
  font-style: italic;
  line-height: 1;
  position: relative;
  top: -3px;
  left: 20px;
  display: inline;
  padding: 6px 0;
  text-align: left;
  color: #000000;
  background: #ffffff;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 760px) {
  .us_featured__post--full .us_featured__post-categories {
    top: -5px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.us_featured__post-title {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  left: 20px;
  display: inline;
  padding: 2px 0;
  color: #ffffff;
  background: #80868b;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 10px 0 0 #80868b, -20px 0 0 #80868b;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 760px) {
  .us_featured__post--full .us_featured__post-title {
    line-height: 1.22;
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.us_about-blog {
  margin-bottom: 50px;
  color: #ffffff;
  background: #7fc9cc;
}
@media (min-width: 1280px) {
  .us_about-blog {
    width: 1240px;
    margin-right: calc(( 1240px - 100% ) / -2);
    margin-left: calc(( 1240px - 100% ) / -2);
  }
}
@media (min-width: 1440px) {
  .us_about-blog {
    width: 1380px;
    margin-right: calc(( 1380px - 100% ) / -2);
    margin-left: calc(( 1380px - 100% ) / -2);
  }
}

.us_about-blog__content {
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
@media (min-width: 760px) {
  .us_about-blog__content {
    padding: 60px 75px;
  }
}
@media (min-width: 1280px) {
  .us_about-blog__content {
    padding: 70px 150px;
  }
}

.us_about-blog__headline {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .us_about-blog__headline {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.us_about-blog__title {
  font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: italic;
  line-height: 1.5;
  display: block;
  margin-top: 15px;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 760px) {
  .us_about-blog__title {
    line-height: 1.35;
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.us_about-blog__author {
  line-height: 1.2;
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .us_about-blog__author {
    margin-top: 50px;
  }
}

.us_blog__title {
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}

.us_blog__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.us_blog__post {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.us_blog__post img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.us_blog__post.us_blog__post--wide {
  width: 100%;
}
@media (min-width: 760px) {
  .us_blog__post {
    width: calc((100% - 20px) / 2);
    margin-bottom: 60px;
  }
  .us_blog__post.us_blog__post--wide {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
}

.us_blog__post-image img {
  width: 100%;
  max-width: unset;
}
@media (min-width: 760px) {
  .us_blog__post--wide .us_blog__post-image {
    width: calc((100% - 40px) / 2);
  }
}

.us_blog__post-content {
  padding: 10px 20px;
}
@media (min-width: 760px) {
  .us_blog__post-content {
    padding: 10px 20px 35px;
  }
  .us_blog__post--wide .us_blog__post-content {
    width: calc((100% - 40px) / 2);
    padding: 0;
    align-self: center;
  }
}

.us_blog__post-categories {
  font-style: italic;
  line-height: 1.6;
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_blog__post-categories a {
  text-decoration: none;
  color: inherit;
}
.no-touchevents .us_blog__post-categories a:hover {
  text-decoration: underline;
}
.us_post-header .us_blog__post-categories {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.us_blog__post-title {
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin-top: 10px;
  padding-bottom: 8px;
  color: #4a4a4a;
  font-size: 22px;
  font-size: 1.375rem;
}
.us_blog__post-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: #4a4a4a;
}
@media (min-width: 760px) {
  .us_blog__post-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .us_blog__post--wide .us_blog__post-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .us_blog__post--wide .us_blog__post-title:after {
    width: 35px;
    height: 3px;
  }
}
@media (min-width: 1280px) {
  .us_blog__post--wide .us_blog__post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .us_blog__post--wide .us_blog__post-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.us_blog__post-excerpt {
  line-height: 1.6;
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_post-header .us_blog__post-excerpt {
  font-weight: 700;
  font-style: italic;
  margin-top: 50px;
  font-size: 20px;
  font-size: 1.25rem;
}

.us_blog__post-meta {
  margin-top: 15px;
}
.us_post-header .us_blog__post-meta {
  margin-top: 50px;
}

.us_blog__post-author-image {
  float: left;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 100%;
}
.us_blog__post-author-image img {
  display: block;
  width: 100%;
  height: auto;
}
.us_post-header .us_blog__post-author-image {
  width: 48px;
  height: 48px;
}
.us_blog-footer__author .us_blog__post-author-image {
  float: none;
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
}

.us_blog__post-author {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_post-header .us_blog__post-author {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
}
.us_blog-footer__author .us_blog__post-author {
  font-size: 22px;
  font-size: 1.375rem;
}

.no-touchevents a.us_blog__post-author:hover {
  text-decoration: underline;
}

.us_blog__post-date {
  line-height: 1.5;
  display: block;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_post-header .us_blog__post-date {
  font-size: 16px;
  font-size: 1rem;
}

.us_pagination {
  display: flex;
  height: 50px;
  margin-top: 60px;
  justify-content: center;
}

.us_pagination__item {
  line-height: 1.2;
  position: relative;
  width: 62px;
  padding-top: 15px;
  padding-left: 12px;
  text-align: center;
  color: #80868b;
  font-size: 18px;
  font-size: 1.125rem;
}
.us_pagination__item a {
  text-decoration: none;
  color: inherit;
}
.us_pagination__item:nth-child(2) {
  width: 50px;
  padding-left: 0;
}
.us_pagination__item:nth-child(2):before {
  display: none;
}
.us_pagination__item.is-active {
  color: #000000;
}
.us_pagination__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 50px;
  content: "";
  background: url("assets/images/pagination-separator.svg") center no-repeat;
}

.us_pagination__prev,
.us_pagination__next {
  display: block;
  width: 50px;
  height: 50px;
}
.us_pagination__prev a,
.us_pagination__next a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.us_pagination__prev {
  margin-right: 12px;
}
.us_pagination__prev a {
  background: #f7f7f7 url("assets/images/small-arrow-left-dark.svg") center no-repeat;
  background-size: 7px auto;
}

.us_pagination__next {
  margin-left: 12px;
}
.us_pagination__next a {
  background: #f7f7f7 url("assets/images/small-arrow-right-dark.svg") center no-repeat;
  background-size: 7px auto;
}

.us_post-header {
  margin: 0 auto 50px;
}

.us_blog-footer {
  margin: 100px auto 0;
}

.us_blog-footer__meta {
  display: flex;
  padding: 50px 0;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
  border-bottom: 1px solid rgba(128, 134, 139, 0.25);
  flex-wrap: wrap;
  justify-content: space-between;
}

.us_blog-footer__meta-column {
  line-height: 1.6;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.us_blog-footer__meta-column a {
  font-style: italic;
  text-decoration: none;
  color: inherit;
}
.no-touchevents .us_blog-footer__meta-column a:hover {
  text-decoration: underline;
}
.us_blog-footer__meta-column:first-child {
  margin-top: 0;
}
@media (min-width: 760px) {
  .us_blog-footer__meta-column {
    width: calc(50% - 10px);
    margin-top: 0;
  }
}

.us_blog-footer__meta-column-title {
  font-weight: 700;
  display: block;
}

.us_blog-footer__author {
  margin: 50px 0 0 0;
  padding: 0 30px;
  text-align: center;
}
.us_blog-footer__author p {
  margin-top: 20px;
}
@media (min-width: 760px) {
  .us_blog-footer__author {
    margin-top: 70px;
    padding: 0 50px;
  }
}

.us_blog-pagination {
  width: 100%;
  margin: 0 auto 100px;
}

.us_blog-pagination__link {
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #4a4a4a;
  background: #f7f7f7;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 760px) {
  .us_blog-pagination__link {
    width: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.us_blog-pagination__link-label {
  font-weight: 400;
  line-height: 1.7;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

.us_blog-pagination__link--prev {
  padding: 20px 20px 20px 65px;
  text-align: right;
}
@media (min-width: 760px) {
  .us_blog-pagination__link--prev {
    float: left;
    padding: 50px 30px 50px 140px;
  }
}
.us_blog-pagination__link--prev:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url("assets/images/small-arrow-left-dark.svg") no-repeat;
  background-size: 100% auto;
}
@media (min-width: 760px) {
  .us_blog-pagination__link--prev:before {
    left: 50px;
  }
}

.us_blog-pagination__link--next {
  padding: 20px 65px 20px 20px;
  text-align: left;
}
@media (min-width: 760px) {
  .us_blog-pagination__link--next {
    float: right;
    padding: 50px 140px 50px 30px;
  }
}
.us_blog-pagination__link--next:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url("assets/images/small-arrow-right-dark.svg") no-repeat;
  background-size: 100% auto;
}
@media (min-width: 760px) {
  .us_blog-pagination__link--next:before {
    right: 50px;
  }
}

/*
 * Block Editor
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Default Blocks
 */
.us_content {
  position: relative;
  z-index: 10;
}
.us_content:not(.has-sidebar) .alignwide {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 1280px) {
  .us_content:not(.has-sidebar) .alignwide {
    width: 1240px;
    margin-right: calc(( 1240px - 100% ) / -2);
    margin-left: calc(( 1240px - 100% ) / -2);
  }
}
@media (min-width: 1440px) {
  .us_content:not(.has-sidebar) .alignwide {
    width: 1380px;
    margin-right: calc(( 1380px - 100% ) / -2);
    margin-left: calc(( 1380px - 100% ) / -2);
  }
}
.us_content:not(.has-sidebar) .alignfull {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.us_content.has-sidebar .wp-block-pullquote.alignleft {
  margin-left: 0;
}
.us_content.has-sidebar .wp-block-pullquote.alignright {
  margin-right: 0;
}
.us_content input {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.us_content .wp-block-group.has-background {
  padding: 10px;
}
.us_content .wp-block-group.has-background.alignfull {
  padding: 10px 20px;
}
@media (min-width: 760px) {
  .us_content .wp-block-group.has-background {
    padding: 10px;
  }
  .us_content .wp-block-group.has-background.alignfull {
    padding: 10px;
  }
}

.us_content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.us_content .has-small-font-size {
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .has-large-font-size {
  font-size: 18px;
  font-size: 1.125rem;
}
.us_content .has-intro-font-size {
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 760px) {
  .us_content .has-intro-font-size {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.us_content .has-drop-cap:not(:focus):first-letter {
  font-size: 5.35em;
  font-weight: 100;
  font-style: normal;
  line-height: 0.73;
  float: left;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
.us_content .has-drop-cap.has-small-font-size:not(:focus):first-letter {
  font-size: 3.8em;
  margin-top: 0.1em;
}
.us_content .has-drop-cap:not(:focus):after {
  display: none;
}

.us_content h2,
.us_sub-footer__column h2 {
  font-weight: 700;
  line-height: 1.4;
  margin: 50px 0 35px 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.us_content h2:first-child,
.us_sub-footer__column h2:first-child {
  margin-top: 0;
}
.us_content h2:last-child,
.us_sub-footer__column h2:last-child {
  margin-bottom: 0;
}
.us_content h3:not(.us_faq__title):not(.c-accordion__title),
.us_content h4,
.us_content h5,
.us_content h6,
.us_sub-footer__column h3:not(.us_faq__title):not(.c-accordion__title),
.us_sub-footer__column h4,
.us_sub-footer__column h5,
.us_sub-footer__column h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
}
.us_content h3:not(.us_faq__title):not(.c-accordion__title):first-child,
.us_content h4:first-child,
.us_content h5:first-child,
.us_content h6:first-child,
.us_sub-footer__column h3:not(.us_faq__title):not(.c-accordion__title):first-child,
.us_sub-footer__column h4:first-child,
.us_sub-footer__column h5:first-child,
.us_sub-footer__column h6:first-child {
  margin-top: 0;
}
.us_content h3:not(.us_faq__title):not(.c-accordion__title):last-child,
.us_content h4:last-child,
.us_content h5:last-child,
.us_content h6:last-child,
.us_sub-footer__column h3:not(.us_faq__title):not(.c-accordion__title):last-child,
.us_sub-footer__column h4:last-child,
.us_sub-footer__column h5:last-child,
.us_sub-footer__column h6:last-child {
  margin-bottom: 0;
}

.us_content ul:not([class*=block]),
.us_content > ul:not([class*=block]) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: disc;
}
.us_content ol:not([class*=block]),
.us_content > ol:not([class*=block]) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: decimal;
}

.us_content .wp-block-quote {
  padding: 0;
}
@media (min-width: 1280px) {
  .us_content .wp-block-quote {
    padding: 0 40px;
  }
}
.us_content .wp-block-quote:not(.has-text-align-center).is-style-default {
  padding-left: 20px;
  border-left: 3px solid currentColor;
}
@media (min-width: 1280px) {
  .us_content .wp-block-quote:not(.has-text-align-center).is-style-default {
    border-left: 4px solid currentColor;
  }
}
.us_content .wp-block-quote.is-style-plain, .us_content .wp-block-quote.is-style-large {
  border-left: none;
}
.us_content .wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1.1;
  font-size: 40px;
  font-size: 2.5rem;
}
.us_content .wp-block-quote.is-style-large cite {
  font-size: 24px;
  font-size: 1.5rem;
}
.us_content .wp-block-quote p {
  line-height: 1.6;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1280px) {
  .us_content .wp-block-quote p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.us_content .wp-block-quote cite {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  color: currentColor;
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-code.has-background {
  padding: 10px;
}

.us_content .wp-block-pullquote {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}
.us_content .wp-block-pullquote.has-background {
  padding-right: 10px;
  padding-left: 10px;
}
.us_content .wp-block-pullquote.alignleft {
  float: left;
  width: 160px;
  margin: 20px 20px 20px 0;
  text-align: right;
}
.us_content .wp-block-pullquote.alignleft cite:before {
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 760px) {
  .us_content .wp-block-pullquote.alignleft {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .us_content .wp-block-pullquote.alignleft {
    width: calc(( 1240px / 2 ) - 50% - 24px);
    margin: 24px 24px 24px calc((( 1240px / 2 ) - 50%) * -1);
  }
}
@media (min-width: 1440px) {
  .us_content .wp-block-pullquote.alignleft {
    width: calc(( 1380px / 2 ) - 50% - 24px);
    margin: 24px 24px 24px calc((( 1380px / 2 ) - 50%) * -1);
  }
}
.us_content .wp-block-pullquote.alignright {
  float: right;
  width: 160px;
  margin: 20px 0 20px 20px;
  text-align: left;
}
.us_content .wp-block-pullquote.alignright cite:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 760px) {
  .us_content .wp-block-pullquote.alignright {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .us_content .wp-block-pullquote.alignright {
    width: calc(( 1240px / 2 ) - 50% - 24px);
    margin: 24px calc((( 1240px / 2 ) - 50%) * -1) 24px 24px;
  }
}
@media (min-width: 1440px) {
  .us_content .wp-block-pullquote.alignright {
    width: calc(( 1380px / 2 ) - 50% - 24px);
    margin: 24px calc((( 1380px / 2 ) - 50%) * -1) 24px 24px;
  }
}
.us_content .wp-block-pullquote:after {
  content: attr(cite);
}
.us_content .wp-block-pullquote p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.us_content .wp-block-pullquote cite {
  line-height: 3;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wp-block-pullquote cite:before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 50px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid currentColor;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) thead th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) thead td,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tbody th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tbody td,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tfoot th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tfoot td {
  padding: 10px 15px;
}
.wp-block-table table:not(.variations):not(.shop_table) thead th,
.wp-block-table table:not(.variations):not(.shop_table) thead td,
.wp-block-table table:not(.variations):not(.shop_table) tbody th,
.wp-block-table table:not(.variations):not(.shop_table) tbody td,
.wp-block-table table:not(.variations):not(.shop_table) tfoot th,
.wp-block-table table:not(.variations):not(.shop_table) tfoot td {
  border: none;
}
.wp-block-table table:not(.variations):not(.shop_table).has-background thead th,
.wp-block-table table:not(.variations):not(.shop_table).has-background thead td,
.wp-block-table table:not(.variations):not(.shop_table).has-background tbody th,
.wp-block-table table:not(.variations):not(.shop_table).has-background tbody td,
.wp-block-table table:not(.variations):not(.shop_table).has-background tfoot th,
.wp-block-table table:not(.variations):not(.shop_table).has-background tfoot td {
  padding: 10px 15px;
}
.wp-block-table figcaption {
  padding: 0;
  text-align: right;
  color: currentColor;
  background: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.us_blocklink {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin: 20px 0;
  transition: border-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dfe1e2;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: center;
}
.us_blocklink p {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.4;
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.us_blocklink p:last-child {
  margin-bottom: 0;
}

.us_blocklink__headline {
  font-weight: 700;
}

.us_blocklink-inner {
  line-height: 1.4;
  position: relative;
  width: auto;
  max-width: 90%;
  padding: 20px;
}

.is-link.us_blocklink > :last-child:before {
  display: none;
}

.is-link.us_blocklink > :last-child:after {
  display: block;
}

.us_blocklink > :last-child:before,
.us_blocklink > :last-child:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  transition: border-color 0.2s ease-in-out;
  border-style: solid;
  border-color: #dfe1e2;
}

.us_blocklink:hover > :last-child:before,
.us_blocklink:hover > :last-child:after {
  border-color: #7fc9cc;
}

.us_blocklink > :last-child:before {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 2px 2px;
}

.us_blocklink > :last-child:after {
  top: 12px;
  right: 12px;
  border-width: 2px 2px 0 0;
}

.us_textlink {
  display: inline-block;
  margin: 10px 0;
}
.us_textlink a {
  display: inline-block;
  text-decoration: none;
}
.us_textlink a:hover .us_textlink__headline {
  color: #80868b;
}
.us_textlink p {
  font-style: italic;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 760px) {
  .us_textlink p {
    width: 80%;
  }
}
.us_textlink p:last-child {
  margin-bottom: 0;
}
.us_textlink .us_textlink__headline {
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 760px) {
  .us_textlink .us_textlink__headline {
    -webkit-hyphens: initial;
            hyphens: initial;
  }
}
.us_textlink .us_textlink__headline h1,
.us_textlink .us_textlink__headline h2,
.us_textlink .us_textlink__headline h3,
.us_textlink .us_textlink__headline h4,
.us_textlink .us_textlink__headline h5,
.us_textlink .us_textlink__headline h6 {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.us_textlink .us_textlink__headline:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: url("assets/images/focus.svg") no-repeat left;
  background-size: contain;
}

.us_textlink .is-link .us_textlink__headline:after {
  background: url("assets/images/pagelink.svg") no-repeat left;
  background-size: contain;
}

.us_content .wp-block-separator {
  width: 40%;
  max-width: 400px;
  height: 1px;
  margin: 0 auto;
  border: none;
  background: currentColor;
}
.us_content .wp-block-separator:first-child {
  margin-top: 0;
}
.us_content .wp-block-separator:last-child {
  margin-bottom: 0;
}
.us_content .wp-block-separator.is-style-wide {
  width: 100%;
  max-width: unset;
}
.us_content .wp-block-separator.is-style-dots {
  width: 100%;
  max-width: unset;
}

.wp-block-image {
  max-width: none;
}
.wp-block-image svg,
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  padding: 0;
  text-align: right;
  color: currentColor;
  background: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.us_content .wp-block-gallery {
  --gallery-block--gutter-size: 20px;
}

.us_content .wp-block-file .wp-block-file__button {
  font-size: 0.8em;
  padding: 0.75em 1em;
  text-transform: uppercase;
  border-radius: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 20px;
}
.us_content:not(.has-sidebar) .wp-block-media-text.alignwide .wp-block-media-text__content, .us_content:not(.has-sidebar) .wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 0 20px;
}
@media (min-width: 760px) {
  .us_content:not(.has-sidebar) .wp-block-media-text.alignwide .wp-block-media-text__content, .us_content:not(.has-sidebar) .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .us_content:not(.has-sidebar) .wp-block-media-text.alignwide .wp-block-media-text__content, .us_content:not(.has-sidebar) .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 0 80px;
  }
}

.us_content .wp-block-rss__item {
  margin-bottom: 25px;
}
.no-touchevents .us_content .wp-block-rss__item a:hover {
  text-decoration: none;
}
.us_content .wp-block-archives label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .us_content .wp-block-archives label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.us_content .wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 20px;
}
.us_content .wp-block-archives select {
  width: 100%;
  max-width: 280px;
  height: 50px;
  padding: 0 49px 0 20px;
  color: #80868b;
  border: none;
  border-radius: 0;
  background: #f7f7f7 url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wp-block-search label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .us_content .wp-block-search label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.us_content .wp-block-search input {
  display: inline-block;
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 15px 15px;
  color: currentColor;
  border: 1px solid #80868b;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.us_content .wp-block-search input.placeholder {
  color: #80868b;
}
.us_content .wp-block-search input:-moz-placeholder {
  color: #80868b;
}
.us_content .wp-block-search input::-moz-placeholder {
  color: #80868b;
}
.us_content .wp-block-search input:-ms-input-placeholder {
  color: #80868b;
}
.us_content .wp-block-search input::-webkit-input-placeholder {
  color: #80868b;
}
@media (min-width: 760px) {
  .us_content .wp-block-search input {
    max-width: 280px;
  }
}
.us_content .wp-block-search .wp-block-search__button {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-top: 15px;
  padding: 14px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: currentColor;
  border: 2px solid currentColor;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .us_content .wp-block-search .wp-block-search__button {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 1280px) {
  .us_content .wp-block-search .wp-block-search__button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.us_content .wp-block-categories label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .us_content .wp-block-categories label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.us_content .wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 20px;
}
.us_content .wp-block-categories select {
  width: 100%;
  max-width: 280px;
  height: 50px;
  padding: 0 49px 0 20px;
  color: #80868b;
  border: none;
  border-radius: 0;
  background: #f7f7f7 url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wp-block-calendar table:not(.variations):not(.shop_table) th,
.us_content .wp-block-calendar table:not(.variations):not(.shop_table) td {
  padding: 10px 15px;
  text-align: center;
}

/*
 * Accordion
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Accordion
 */
.c-accordion__content {
  margin: 20px 0 40px 0;
  padding: 25px 50px 25px 15px;
  border-left: 1px solid #80868b;
  background: #fafafa;
}
.c-accordion__content p:last-child {
  margin-bottom: 0;
}

h1.c-accordion__title {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 35px;
  color: currentColor;
  font-size: 32px;
  font-size: 2rem;
}

.c-accordion__title {
  font-weight: inherit;
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  padding-right: 40px;
  cursor: pointer;
  color: currentColor;
}
.c-accordion__item.is-open .c-accordion__title {
  font-weight: 700;
  color: currentColor;
}

.c-accordion__title--button {
  line-height: 1.4;
  padding: 10px 30px 10px 15px;
  color: #ffffff;
  background: #80868b;
}
.no-touchevents .c-accordion__title--button:hover {
  color: #ffffff;
  background: #80868b;
}
.c-accordion__title--button:after {
  right: 10px;
  color: #ffffff;
}
@media (min-width: 760px) {
  .c-accordion__title--button {
    padding: 10px 15px;
  }
}

/*
 * Yoast
 */
.schema-faq-section {
  margin-top: 35px;
}
.schema-faq-section:first-child {
  margin-top: 0;
}

.schema-how-to-step {
  margin-top: 35px;
}
.schema-how-to-step:first-child {
  margin-top: 0;
}

/*
 * WooCommerce
 */
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Checkout
 */
.woocommerce-cart .woocommerce #order_review .legal,
.woocommerce-checkout .woocommerce #order_review .legal,
.woocommerce-edit-account .woocommerce #order_review .legal,
.woocommerce-edit-address .woocommerce #order_review .legal {
  margin-bottom: 30px;
  padding: 0;
}
.woocommerce-cart .woocommerce #coupons_list h3,
.woocommerce-checkout .woocommerce #coupons_list h3,
.woocommerce-edit-account .woocommerce #coupons_list h3,
.woocommerce-edit-address .woocommerce #coupons_list h3 {
  font-weight: 700;
  line-height: 2.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce #coupons_list h3,
.woocommerce-checkout .woocommerce #coupons_list h3,
.woocommerce-edit-account .woocommerce #coupons_list h3,
.woocommerce-edit-address .woocommerce #coupons_list h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .woocommerce .screen-reader-text,
.woocommerce-checkout .woocommerce .screen-reader-text,
.woocommerce-edit-account .woocommerce .screen-reader-text,
.woocommerce-edit-address .woocommerce .screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.woocommerce-cart .woocommerce .cart-empty,
.woocommerce-checkout .woocommerce .cart-empty,
.woocommerce-edit-account .woocommerce .cart-empty,
.woocommerce-edit-address .woocommerce .cart-empty {
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .cart-empty,
.woocommerce-checkout .woocommerce .cart-empty,
.woocommerce-edit-account .woocommerce .cart-empty,
.woocommerce-edit-address .woocommerce .cart-empty {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .woocommerce .return-to-shop,
.woocommerce-checkout .woocommerce .return-to-shop,
.woocommerce-edit-account .woocommerce .return-to-shop,
.woocommerce-edit-address .woocommerce .return-to-shop {
  text-align: center;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .return-to-shop,
.woocommerce-checkout .woocommerce .return-to-shop,
.woocommerce-edit-account .woocommerce .return-to-shop,
.woocommerce-edit-address .woocommerce .return-to-shop {
    text-align: left;
  }
}
.woocommerce-cart .woocommerce .input-text,
.woocommerce-checkout .woocommerce .input-text,
.woocommerce-edit-account .woocommerce .input-text,
.woocommerce-edit-address .woocommerce .input-text {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  width: 240px;
  margin: 0;
  padding: 15px 15px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .input-text.placeholder,
.woocommerce-checkout .woocommerce .input-text.placeholder,
.woocommerce-edit-account .woocommerce .input-text.placeholder,
.woocommerce-edit-address .woocommerce .input-text.placeholder {
  color: #80868b;
}
.woocommerce-cart .woocommerce .input-text:-moz-placeholder,
.woocommerce-checkout .woocommerce .input-text:-moz-placeholder,
.woocommerce-edit-account .woocommerce .input-text:-moz-placeholder,
.woocommerce-edit-address .woocommerce .input-text:-moz-placeholder {
  color: #80868b;
}
.woocommerce-cart .woocommerce .input-text::-moz-placeholder,
.woocommerce-checkout .woocommerce .input-text::-moz-placeholder,
.woocommerce-edit-account .woocommerce .input-text::-moz-placeholder,
.woocommerce-edit-address .woocommerce .input-text::-moz-placeholder {
  color: #80868b;
}
.woocommerce-cart .woocommerce .input-text:-ms-input-placeholder,
.woocommerce-checkout .woocommerce .input-text:-ms-input-placeholder,
.woocommerce-edit-account .woocommerce .input-text:-ms-input-placeholder,
.woocommerce-edit-address .woocommerce .input-text:-ms-input-placeholder {
  color: #80868b;
}
.woocommerce-cart .woocommerce .input-text::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce .input-text::-webkit-input-placeholder,
.woocommerce-edit-account .woocommerce .input-text::-webkit-input-placeholder,
.woocommerce-edit-address .woocommerce .input-text::-webkit-input-placeholder {
  color: #80868b;
}
.woocommerce-cart .woocommerce .input-text.qty,
.woocommerce-checkout .woocommerce .input-text.qty,
.woocommerce-edit-account .woocommerce .input-text.qty,
.woocommerce-edit-address .woocommerce .input-text.qty {
  width: 60px;
  padding: 11px 8px;
  text-align: center;
}
.woocommerce-cart .woocommerce textarea.input-text,
.woocommerce-checkout .woocommerce textarea.input-text,
.woocommerce-edit-account .woocommerce textarea.input-text,
.woocommerce-edit-address .woocommerce textarea.input-text {
  min-height: 90px;
}
.woocommerce-cart .woocommerce .input-radio,
.woocommerce-checkout .woocommerce .input-radio,
.woocommerce-edit-account .woocommerce .input-radio,
.woocommerce-edit-address .woocommerce .input-radio {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce-cart .woocommerce .input-radio:before,
.woocommerce-checkout .woocommerce .input-radio:before,
.woocommerce-edit-account .woocommerce .input-radio:before,
.woocommerce-edit-address .woocommerce .input-radio:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.9232411%2014.2430693c1.4499008%201.4214715%203.1698568%202.1321966%205.1599141%202.1321966%201.9900638%200%203.7029103-.7178326%205.138591-2.1535185%201.4356871-1.4356858%202.153521-3.1485349%202.153521-5.1385922%200-1.9900637-.7178339-3.7029103-2.153521-5.1385909-1.4356807-1.4356871-3.1485272-2.1535211-5.138591-2.1535211-1.9900573%200-3.7029064.717834-5.1385922%202.1535211-1.4356858%201.4356806-2.1535185%203.1485272-2.1535185%205.1385909%200%201.9900573.7107252%203.7100133%202.1321966%205.1599141zM2.6439237%202.6865649C4.4349772.8955088%206.5813676%200%209.0831552%200s4.6410718.8884064%206.4179103%202.6652449c1.7768385%201.7768385%202.6652449%203.9161227%202.6652449%206.4179103s-.8884064%204.6410705-2.6652449%206.4179097c-1.7768385%201.7768391-3.9161227%202.6652455-6.4179103%202.6652455s-4.6410705-.8884064-6.4179096-2.6652455C.8884064%2013.7242257%200%2011.5849428%200%209.0831552s.8812989-4.633963%202.6439237-6.3965903z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .input-radio:checked:before,
.woocommerce-checkout .woocommerce .input-radio:checked:before,
.woocommerce-edit-account .woocommerce .input-radio:checked:before,
.woocommerce-edit-address .woocommerce .input-radio:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.9232411%2014.2430693c1.4499008%201.4214715%203.1698568%202.1321966%205.1599141%202.1321966%201.9900638%200%203.7029103-.7178326%205.138591-2.1535185%201.4356871-1.4356858%202.153521-3.1485349%202.153521-5.1385922%200-1.9900637-.7178339-3.7029103-2.153521-5.1385909-1.4356807-1.4356871-3.1485272-2.1535211-5.138591-2.1535211-1.9900573%200-3.7029064.717834-5.1385922%202.1535211-1.4356858%201.4356806-2.1535185%203.1485272-2.1535185%205.1385909%200%201.9900573.7107252%203.7100133%202.1321966%205.1599141zM2.6439237%202.6865649C4.4349772.8955088%206.5813676%200%209.0831552%200s4.6410718.8884064%206.4179103%202.6652449c1.7768385%201.7768385%202.6652449%203.9161227%202.6652449%206.4179103s-.8884064%204.6410705-2.6652449%206.4179097c-1.7768385%201.7768391-3.9161227%202.6652455-6.4179103%202.6652455s-4.6410705-.8884064-6.4179096-2.6652455C.8884064%2013.7242257%200%2011.5849428%200%209.0831552s.8812989-4.633963%202.6439237-6.3965903zM5.8422176%205.88486c.9097417-.9097392%201.9900406-1.3646056%203.2409376-1.3646056%201.250897%200%202.3240871.4477576%203.2196151%201.3432857.8955281.895528%201.3432857%201.9687181%201.3432857%203.2196151s-.4477576%202.3240871-1.3432857%203.2196158c-.895528.8955267-1.9687181%201.3432837-3.2196151%201.3432837s-2.3240871-.447757-3.2196158-1.3432837c-.8955267-.8955287-1.3432837-1.9687188-1.3432837-3.2196158%200-1.250897.4406501-2.3169847%201.3219619-3.1982952z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .woocommerce-shipping-methods li,
.woocommerce-checkout .woocommerce .woocommerce-shipping-methods li,
.woocommerce-edit-account .woocommerce .woocommerce-shipping-methods li,
.woocommerce-edit-address .woocommerce .woocommerce-shipping-methods li {
  position: relative;
  display: flex;
  margin-bottom: 8px;
}
.woocommerce-cart .woocommerce .woocommerce-shipping-methods li label,
.woocommerce-checkout .woocommerce .woocommerce-shipping-methods li label,
.woocommerce-edit-account .woocommerce .woocommerce-shipping-methods li label,
.woocommerce-edit-address .woocommerce .woocommerce-shipping-methods li label {
  line-height: 1.5;
  display: block;
  padding: 0;
}
.woocommerce-cart .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-checkout .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-edit-account .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-edit-address .woocommerce .woocommerce-shipping-methods li .product-tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-checkout .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-edit-account .woocommerce .woocommerce-shipping-methods li .product-tax,
.woocommerce-edit-address .woocommerce .woocommerce-shipping-methods li .product-tax {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-cart .woocommerce select,
.woocommerce-checkout .woocommerce select,
.woocommerce-edit-account .woocommerce select,
.woocommerce-edit-address .woocommerce select {
  line-height: 50px;
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 50px;
  margin: 0;
  padding-right: 48px;
  padding-left: 20px;
  color: #80868b;
  border: none;
  border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath d='M0 0h8L4 5z' fill='%2380868B' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce input[type=radio].shipping_method,
.woocommerce-checkout .woocommerce input[type=radio].shipping_method,
.woocommerce-edit-account .woocommerce input[type=radio].shipping_method,
.woocommerce-edit-address .woocommerce input[type=radio].shipping_method {
  position: relative;
  display: block;
  float: none;
  width: 25px;
  height: 14px;
  margin-top: 1px;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-basis: 25px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce input[type=radio].shipping_method,
.woocommerce-checkout .woocommerce input[type=radio].shipping_method,
.woocommerce-edit-account .woocommerce input[type=radio].shipping_method,
.woocommerce-edit-address .woocommerce input[type=radio].shipping_method {
    height: 15px;
    margin: 2px 0 0 0;
  }
}
.woocommerce-cart .woocommerce input[type=radio].shipping_method:before,
.woocommerce-checkout .woocommerce input[type=radio].shipping_method:before,
.woocommerce-edit-account .woocommerce input[type=radio].shipping_method:before,
.woocommerce-edit-address .woocommerce input[type=radio].shipping_method:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.9232411%2014.2430693c1.4499008%201.4214715%203.1698568%202.1321966%205.1599141%202.1321966%201.9900638%200%203.7029103-.7178326%205.138591-2.1535185%201.4356871-1.4356858%202.153521-3.1485349%202.153521-5.1385922%200-1.9900637-.7178339-3.7029103-2.153521-5.1385909-1.4356807-1.4356871-3.1485272-2.1535211-5.138591-2.1535211-1.9900573%200-3.7029064.717834-5.1385922%202.1535211-1.4356858%201.4356806-2.1535185%203.1485272-2.1535185%205.1385909%200%201.9900573.7107252%203.7100133%202.1321966%205.1599141zM2.6439237%202.6865649C4.4349772.8955088%206.5813676%200%209.0831552%200s4.6410718.8884064%206.4179103%202.6652449c1.7768385%201.7768385%202.6652449%203.9161227%202.6652449%206.4179103s-.8884064%204.6410705-2.6652449%206.4179097c-1.7768385%201.7768391-3.9161227%202.6652455-6.4179103%202.6652455s-4.6410705-.8884064-6.4179096-2.6652455C.8884064%2013.7242257%200%2011.5849428%200%209.0831552s.8812989-4.633963%202.6439237-6.3965903z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce input[type=radio].shipping_method:checked:before,
.woocommerce-checkout .woocommerce input[type=radio].shipping_method:checked:before,
.woocommerce-edit-account .woocommerce input[type=radio].shipping_method:checked:before,
.woocommerce-edit-address .woocommerce input[type=radio].shipping_method:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.9232411%2014.2430693c1.4499008%201.4214715%203.1698568%202.1321966%205.1599141%202.1321966%201.9900638%200%203.7029103-.7178326%205.138591-2.1535185%201.4356871-1.4356858%202.153521-3.1485349%202.153521-5.1385922%200-1.9900637-.7178339-3.7029103-2.153521-5.1385909-1.4356807-1.4356871-3.1485272-2.1535211-5.138591-2.1535211-1.9900573%200-3.7029064.717834-5.1385922%202.1535211-1.4356858%201.4356806-2.1535185%203.1485272-2.1535185%205.1385909%200%201.9900573.7107252%203.7100133%202.1321966%205.1599141zM2.6439237%202.6865649C4.4349772.8955088%206.5813676%200%209.0831552%200s4.6410718.8884064%206.4179103%202.6652449c1.7768385%201.7768385%202.6652449%203.9161227%202.6652449%206.4179103s-.8884064%204.6410705-2.6652449%206.4179097c-1.7768385%201.7768391-3.9161227%202.6652455-6.4179103%202.6652455s-4.6410705-.8884064-6.4179096-2.6652455C.8884064%2013.7242257%200%2011.5849428%200%209.0831552s.8812989-4.633963%202.6439237-6.3965903zM5.8422176%205.88486c.9097417-.9097392%201.9900406-1.3646056%203.2409376-1.3646056%201.250897%200%202.3240871.4477576%203.2196151%201.3432857.8955281.895528%201.3432857%201.9687181%201.3432857%203.2196151s-.4477576%202.3240871-1.3432857%203.2196158c-.895528.8955267-1.9687181%201.3432837-3.2196151%201.3432837s-2.3240871-.447757-3.2196158-1.3432837c-.8955267-.8955287-1.3432837-1.9687188-1.3432837-3.2196158%200-1.250897.4406501-2.3169847%201.3219619-3.1982952z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .checkbox,
.woocommerce-checkout .woocommerce .checkbox,
.woocommerce-edit-account .woocommerce .checkbox,
.woocommerce-edit-address .woocommerce .checkbox {
  position: relative;
  display: block;
  padding-left: 34px;
  color: #4a4a4a;
}
.woocommerce-cart .woocommerce .checkbox a,
.woocommerce-checkout .woocommerce .checkbox a,
.woocommerce-edit-account .woocommerce .checkbox a,
.woocommerce-edit-address .woocommerce .checkbox a {
  color: inherit;
}
.woocommerce-cart .woocommerce .input-checkbox,
.woocommerce-checkout .woocommerce .input-checkbox,
.woocommerce-edit-account .woocommerce .input-checkbox,
.woocommerce-edit-address .woocommerce .input-checkbox {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce-cart .woocommerce .input-checkbox:before,
.woocommerce-checkout .woocommerce .input-checkbox:before,
.woocommerce-edit-account .woocommerce .input-checkbox:before,
.woocommerce-edit-address .woocommerce .input-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2380868B%22%20d%3D%22M20.25%201H3.75c-.75911841%200-1.40722418.26854882-1.94433606.80566588C1.268552%202.34277647%201%202.99088353%201%203.75v16.5c0%20.7591184.268552%201.4072242.80566394%201.9443361C2.34277582%2022.731448%202.9908816%2023%203.75%2023h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C22.7314512%2021.6572242%2023%2021.0091184%2023%2020.25V3.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C21.6572235%201.26854882%2021.0091165%201%2020.25%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .input-checkbox:checked:before,
.woocommerce-checkout .woocommerce .input-checkbox:checked:before,
.woocommerce-edit-account .woocommerce .input-checkbox:checked:before,
.woocommerce-edit-address .woocommerce .input-checkbox:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.25%200H2.75C1.9908816%200%201.3427758.26854882.8056639.80566588.268552%201.34277647%200%201.99088353%200%202.75v16.5c0%20.7591184.268552%201.4072242.8056639%201.9443361S1.9908816%2022%202.75%2022h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C21.7314512%2020.6572242%2022%2020.0091184%2022%2019.25V2.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C20.6572235.26854882%2020.0091165%200%2019.25%200zm-4.3285259%207.0583705l-4.6003374%208.4669838c-.0138177.058804-.034538.1102494-.0621671.1543488-.0276292.0440987-.0621671.0881974-.103614.1322961-.1381457.1322975-.297018.1947705-.4766106.1874205-.1795926-.00735-.331556-.0845224-.4558903-.2315192l-3.04617-2.954624c-.1243343-.1470002-.1830464-.3197134-.1761394-.5181595.0069076-.1984462.0794349-.3638147.2175837-.4961122.1243356-.1322974.2797503-.1947738.4662517-.1874224.1865014.0073513.3419162.0845237.4662505.2315172l2.3830592%202.3151921%204.2273408-7.8055032c.0966989-.1763921.2313933-.2866422.4040833-.330737.1726837-.0441013.3419162-.022054.507691.0661488.1519635.1028921.2521199.2462132.3004756.4299634.0483495.1837435.0310805.3638146-.051807.5402068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .woocommerce-form__input-checkbox,
.woocommerce-checkout .woocommerce .woocommerce-form__input-checkbox,
.woocommerce-edit-account .woocommerce .woocommerce-form__input-checkbox,
.woocommerce-edit-address .woocommerce .woocommerce-form__input-checkbox {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce-cart .woocommerce .woocommerce-form__input-checkbox:before,
.woocommerce-checkout .woocommerce .woocommerce-form__input-checkbox:before,
.woocommerce-edit-account .woocommerce .woocommerce-form__input-checkbox:before,
.woocommerce-edit-address .woocommerce .woocommerce-form__input-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2380868B%22%20d%3D%22M20.25%201H3.75c-.75911841%200-1.40722418.26854882-1.94433606.80566588C1.268552%202.34277647%201%202.99088353%201%203.75v16.5c0%20.7591184.268552%201.4072242.80566394%201.9443361C2.34277582%2022.731448%202.9908816%2023%203.75%2023h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C22.7314512%2021.6572242%2023%2021.0091184%2023%2020.25V3.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C21.6572235%201.26854882%2021.0091165%201%2020.25%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .woocommerce-form__input-checkbox:checked:before,
.woocommerce-checkout .woocommerce .woocommerce-form__input-checkbox:checked:before,
.woocommerce-edit-account .woocommerce .woocommerce-form__input-checkbox:checked:before,
.woocommerce-edit-address .woocommerce .woocommerce-form__input-checkbox:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.25%200H2.75C1.9908816%200%201.3427758.26854882.8056639.80566588.268552%201.34277647%200%201.99088353%200%202.75v16.5c0%20.7591184.268552%201.4072242.8056639%201.9443361S1.9908816%2022%202.75%2022h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C21.7314512%2020.6572242%2022%2020.0091184%2022%2019.25V2.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C20.6572235.26854882%2020.0091165%200%2019.25%200zm-4.3285259%207.0583705l-4.6003374%208.4669838c-.0138177.058804-.034538.1102494-.0621671.1543488-.0276292.0440987-.0621671.0881974-.103614.1322961-.1381457.1322975-.297018.1947705-.4766106.1874205-.1795926-.00735-.331556-.0845224-.4558903-.2315192l-3.04617-2.954624c-.1243343-.1470002-.1830464-.3197134-.1761394-.5181595.0069076-.1984462.0794349-.3638147.2175837-.4961122.1243356-.1322974.2797503-.1947738.4662517-.1874224.1865014.0073513.3419162.0845237.4662505.2315172l2.3830592%202.3151921%204.2273408-7.8055032c.0966989-.1763921.2313933-.2866422.4040833-.330737.1726837-.0441013.3419162-.022054.507691.0661488.1519635.1028921.2521199.2462132.3004756.4299634.0483495.1837435.0310805.3638146-.051807.5402068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce-cart .woocommerce .button,
.woocommerce-checkout .woocommerce .button,
.woocommerce-edit-account .woocommerce .button,
.woocommerce-edit-address .woocommerce .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 14px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  border: 2px solid #80868b;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .button,
.woocommerce-checkout .woocommerce .button,
.woocommerce-edit-account .woocommerce .button,
.woocommerce-edit-address .woocommerce .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .woocommerce .button[name=update_cart],
.woocommerce-checkout .woocommerce .button[name=update_cart],
.woocommerce-edit-account .woocommerce .button[name=update_cart],
.woocommerce-edit-address .woocommerce .button[name=update_cart] {
  padding-right: 0;
  padding-left: 39px;
  border: none;
}
.woocommerce-cart .woocommerce .button[name=update_cart][type=submit],
.woocommerce-checkout .woocommerce .button[name=update_cart][type=submit],
.woocommerce-edit-account .woocommerce .button[name=update_cart][type=submit],
.woocommerce-edit-address .woocommerce .button[name=update_cart][type=submit] {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234a4a4a%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.08637%2014.049019c-.61644-.676474-1.07876-1.441173-1.38698-2.294117-.30822-.852945-.45516-1.716912-.44082-2.591914.01434-.875002.18636-1.731614.51608-2.56985.32973-.838243.81713-1.588233%201.46224-2.250002.53042-.558826%201.11818-1.000001%201.76329-1.323531.6451-.32353%201.3117-.536763%201.99982-.639706L7.91399.019608c-.9605.132347-1.89589.419111-2.80621.860293-.91032.441175-1.73103%201.044115-2.46215%201.80882C1.77115%203.585786%201.1153%204.596802.67806%205.72181.24083%206.846817.01504%207.993868.00071%209.162988c-.01434%201.169121.18994%202.323526.61284%203.463237.42291%201.139711%201.05009%202.165436%201.88156%203.077206L.5813%2017.688725l6.06398.330883v-6.573533l-2.55891%202.602944zm8.26835-13.029411l.0215%206.595585%202.53741-2.624999c.61643.69118%201.07875%201.459559%201.38697%202.30515.30822.84559.45516%201.705877.44082%202.580878-.01433.875009-.18636%201.731614-.51608%202.569857-.32972.838239-.81713%201.595584-1.46224%202.272059-.53042.54412-1.11817.977939-1.76328%201.30147-.64511.323531-1.31171.544117-1.99982.661765l.08601%202.338235c.96049-.117648%201.89588-.397057%202.8062-.838236.91032-.441178%201.73102-1.044114%202.46215-1.808823.87447-.897063%201.53033-1.908083%201.96756-3.033088.43725-1.125004.66303-2.275729.67736-3.452204.01434-1.176481-.18636-2.33088-.6021-3.463234-.41573-1.132362-1.04649-2.161761-1.8923-3.088237l1.91381-1.963237-6.06397-.352941z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: left center;
  background-size: 19px auto;
}
.woocommerce-cart .woocommerce .button[name=update_cart][disabled],
.woocommerce-checkout .woocommerce .button[name=update_cart][disabled],
.woocommerce-edit-account .woocommerce .button[name=update_cart][disabled],
.woocommerce-edit-address .woocommerce .button[name=update_cart][disabled] {
  opacity: 0.25;
}
.woocommerce-cart .woocommerce .button[name=update_cart][disabled]:before,
.woocommerce-checkout .woocommerce .button[name=update_cart][disabled]:before,
.woocommerce-edit-account .woocommerce .button[name=update_cart][disabled]:before,
.woocommerce-edit-address .woocommerce .button[name=update_cart][disabled]:before {
  opacity: 0.25;
}
.no-touchevents .woocommerce-cart .woocommerce .button[name=update_cart][disabled]:hover:before,
.no-touchevents .woocommerce-checkout .woocommerce .button[name=update_cart][disabled]:hover:before,
.no-touchevents .woocommerce-edit-account .woocommerce .button[name=update_cart][disabled]:hover:before,
.no-touchevents .woocommerce-edit-address .woocommerce .button[name=update_cart][disabled]:hover:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.no-touchevents .woocommerce-cart .woocommerce .button[name=update_cart]:hover:before,
.no-touchevents .woocommerce-checkout .woocommerce .button[name=update_cart]:hover:before,
.no-touchevents .woocommerce-edit-account .woocommerce .button[name=update_cart]:hover:before,
.no-touchevents .woocommerce-edit-address .woocommerce .button[name=update_cart]:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.woocommerce-cart .woocommerce .button[name=update_cart]:before,
.woocommerce-checkout .woocommerce .button[name=update_cart]:before,
.woocommerce-edit-account .woocommerce .button[name=update_cart]:before,
.woocommerce-edit-address .woocommerce .button[name=update_cart]:before {
  top: unset;
  left: unset;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -25px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234a4a4a%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.08637%2014.049019c-.61644-.676474-1.07876-1.441173-1.38698-2.294117-.30822-.852945-.45516-1.716912-.44082-2.591914.01434-.875002.18636-1.731614.51608-2.56985.32973-.838243.81713-1.588233%201.46224-2.250002.53042-.558826%201.11818-1.000001%201.76329-1.323531.6451-.32353%201.3117-.536763%201.99982-.639706L7.91399.019608c-.9605.132347-1.89589.419111-2.80621.860293-.91032.441175-1.73103%201.044115-2.46215%201.80882C1.77115%203.585786%201.1153%204.596802.67806%205.72181.24083%206.846817.01504%207.993868.00071%209.162988c-.01434%201.169121.18994%202.323526.61284%203.463237.42291%201.139711%201.05009%202.165436%201.88156%203.077206L.5813%2017.688725l6.06398.330883v-6.573533l-2.55891%202.602944zm8.26835-13.029411l.0215%206.595585%202.53741-2.624999c.61643.69118%201.07875%201.459559%201.38697%202.30515.30822.84559.45516%201.705877.44082%202.580878-.01433.875009-.18636%201.731614-.51608%202.569857-.32972.838239-.81713%201.595584-1.46224%202.272059-.53042.54412-1.11817.977939-1.76328%201.30147-.64511.323531-1.31171.544117-1.99982.661765l.08601%202.338235c.96049-.117648%201.89588-.397057%202.8062-.838236.91032-.441178%201.73102-1.044114%202.46215-1.808823.87447-.897063%201.53033-1.908083%201.96756-3.033088.43725-1.125004.66303-2.275729.67736-3.452204.01434-1.176481-.18636-2.33088-.6021-3.463234-.41573-1.132362-1.04649-2.161761-1.8923-3.088237l1.91381-1.963237-6.06397-.352941z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .button[name=update_cart]:before,
.woocommerce-checkout .woocommerce .button[name=update_cart]:before,
.woocommerce-edit-account .woocommerce .button[name=update_cart]:before,
.woocommerce-edit-address .woocommerce .button[name=update_cart]:before {
    width: 19px;
    height: 19px;
    margin-left: -39px;
  }
}
.woocommerce-cart .woocommerce .button[name=calc_shipping],
.woocommerce-checkout .woocommerce .button[name=calc_shipping],
.woocommerce-edit-account .woocommerce .button[name=calc_shipping],
.woocommerce-edit-address .woocommerce .button[name=calc_shipping] {
  float: right;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 39px;
  border: none;
}
.woocommerce-cart .woocommerce .button[name=calc_shipping][disabled],
.woocommerce-checkout .woocommerce .button[name=calc_shipping][disabled],
.woocommerce-edit-account .woocommerce .button[name=calc_shipping][disabled],
.woocommerce-edit-address .woocommerce .button[name=calc_shipping][disabled] {
  opacity: 0.25;
}
.woocommerce-cart .woocommerce .button[name=calc_shipping][disabled]:before,
.woocommerce-checkout .woocommerce .button[name=calc_shipping][disabled]:before,
.woocommerce-edit-account .woocommerce .button[name=calc_shipping][disabled]:before,
.woocommerce-edit-address .woocommerce .button[name=calc_shipping][disabled]:before {
  opacity: 0.25;
}
.no-touchevents .woocommerce-cart .woocommerce .button[name=calc_shipping][disabled]:hover:before,
.no-touchevents .woocommerce-checkout .woocommerce .button[name=calc_shipping][disabled]:hover:before,
.no-touchevents .woocommerce-edit-account .woocommerce .button[name=calc_shipping][disabled]:hover:before,
.no-touchevents .woocommerce-edit-address .woocommerce .button[name=calc_shipping][disabled]:hover:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.no-touchevents .woocommerce-cart .woocommerce .button[name=calc_shipping]:hover:before,
.no-touchevents .woocommerce-checkout .woocommerce .button[name=calc_shipping]:hover:before,
.no-touchevents .woocommerce-edit-account .woocommerce .button[name=calc_shipping]:hover:before,
.no-touchevents .woocommerce-edit-address .woocommerce .button[name=calc_shipping]:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.woocommerce-cart .woocommerce .button[name=calc_shipping]:before,
.woocommerce-checkout .woocommerce .button[name=calc_shipping]:before,
.woocommerce-edit-account .woocommerce .button[name=calc_shipping]:before,
.woocommerce-edit-address .woocommerce .button[name=calc_shipping]:before {
  top: unset;
  left: unset;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -25px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpath%20fill%3D%22%234a4a4a%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.08637%2014.049019c-.61644-.676474-1.07876-1.441173-1.38698-2.294117-.30822-.852945-.45516-1.716912-.44082-2.591914.01434-.875002.18636-1.731614.51608-2.56985.32973-.838243.81713-1.588233%201.46224-2.250002.53042-.558826%201.11818-1.000001%201.76329-1.323531.6451-.32353%201.3117-.536763%201.99982-.639706L7.91399.019608c-.9605.132347-1.89589.419111-2.80621.860293-.91032.441175-1.73103%201.044115-2.46215%201.80882C1.77115%203.585786%201.1153%204.596802.67806%205.72181.24083%206.846817.01504%207.993868.00071%209.162988c-.01434%201.169121.18994%202.323526.61284%203.463237.42291%201.139711%201.05009%202.165436%201.88156%203.077206L.5813%2017.688725l6.06398.330883v-6.573533l-2.55891%202.602944zm8.26835-13.029411l.0215%206.595585%202.53741-2.624999c.61643.69118%201.07875%201.459559%201.38697%202.30515.30822.84559.45516%201.705877.44082%202.580878-.01433.875009-.18636%201.731614-.51608%202.569857-.32972.838239-.81713%201.595584-1.46224%202.272059-.53042.54412-1.11817.977939-1.76328%201.30147-.64511.323531-1.31171.544117-1.99982.661765l.08601%202.338235c.96049-.117648%201.89588-.397057%202.8062-.838236.91032-.441178%201.73102-1.044114%202.46215-1.808823.87447-.897063%201.53033-1.908083%201.96756-3.033088.43725-1.125004.66303-2.275729.67736-3.452204.01434-1.176481-.18636-2.33088-.6021-3.463234-.41573-1.132362-1.04649-2.161761-1.8923-3.088237l1.91381-1.963237-6.06397-.352941z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .button[name=calc_shipping]:before,
.woocommerce-checkout .woocommerce .button[name=calc_shipping]:before,
.woocommerce-edit-account .woocommerce .button[name=calc_shipping]:before,
.woocommerce-edit-address .woocommerce .button[name=calc_shipping]:before {
    width: 19px;
    height: 19px;
    margin-left: -39px;
  }
}
.woocommerce-cart .woocommerce .button.checkout-button,
.woocommerce-checkout .woocommerce .button.checkout-button,
.woocommerce-edit-account .woocommerce .button.checkout-button,
.woocommerce-edit-address .woocommerce .button.checkout-button {
  display: block;
  width: 100%;
  color: #ffffff;
  border-color: transparent;
  background: #4a4a4a;
}
.woocommerce-cart .woocommerce .button.checkout-button:before,
.woocommerce-checkout .woocommerce .button.checkout-button:before,
.woocommerce-edit-account .woocommerce .button.checkout-button:before,
.woocommerce-edit-address .woocommerce .button.checkout-button:before {
  display: none;
}
.woocommerce-cart .woocommerce .button.checkout-button:after,
.woocommerce-checkout .woocommerce .button.checkout-button:after,
.woocommerce-edit-account .woocommerce .button.checkout-button:after,
.woocommerce-edit-address .woocommerce .button.checkout-button:after {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-left: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.743494%2010.666667V8.33333435h12.833535L7.703221%201.66666842%209.184015-1.6e-7l8.44052%209.5-8.44052%209.49999996-1.530154-1.6666669%205.923168-6.6666659z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}
.woocommerce-cart .woocommerce .button[name=woocommerce_checkout_place_order],
.woocommerce-checkout .woocommerce .button[name=woocommerce_checkout_place_order],
.woocommerce-edit-account .woocommerce .button[name=woocommerce_checkout_place_order],
.woocommerce-edit-address .woocommerce .button[name=woocommerce_checkout_place_order] {
  display: block;
  width: 100%;
  margin-top: 40px;
  color: #ffffff;
  border: none;
  background: #4a4a4a;
}
.woocommerce-cart .woocommerce .button[name=woocommerce_checkout_place_order]:before,
.woocommerce-checkout .woocommerce .button[name=woocommerce_checkout_place_order]:before,
.woocommerce-edit-account .woocommerce .button[name=woocommerce_checkout_place_order]:before,
.woocommerce-edit-address .woocommerce .button[name=woocommerce_checkout_place_order]:before {
  display: none;
}
.woocommerce-cart .woocommerce .button[name=woocommerce_checkout_place_order]:after,
.woocommerce-checkout .woocommerce .button[name=woocommerce_checkout_place_order]:after,
.woocommerce-edit-account .woocommerce .button[name=woocommerce_checkout_place_order]:after,
.woocommerce-edit-address .woocommerce .button[name=woocommerce_checkout_place_order]:after {
  display: none;
}
.woocommerce-cart .woocommerce .form-row,
.woocommerce-checkout .woocommerce .form-row,
.woocommerce-edit-account .woocommerce .form-row,
.woocommerce-edit-address .woocommerce .form-row {
  margin-bottom: 25px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-cart .woocommerce .form-row:last-child,
.woocommerce-checkout .woocommerce .form-row:last-child,
.woocommerce-edit-account .woocommerce .form-row:last-child,
.woocommerce-edit-address .woocommerce .form-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .form-row,
.woocommerce-checkout .woocommerce .form-row,
.woocommerce-edit-account .woocommerce .form-row,
.woocommerce-edit-address .woocommerce .form-row {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .woocommerce .form-row.woocommerce-invalid,
.woocommerce-checkout .woocommerce .form-row.woocommerce-invalid,
.woocommerce-edit-account .woocommerce .form-row.woocommerce-invalid,
.woocommerce-edit-address .woocommerce .form-row.woocommerce-invalid {
  color: #e32727;
}
.woocommerce-cart .woocommerce .form-row.woocommerce-invalid .checkbox,
.woocommerce-checkout .woocommerce .form-row.woocommerce-invalid .checkbox,
.woocommerce-edit-account .woocommerce .form-row.woocommerce-invalid .checkbox,
.woocommerce-edit-address .woocommerce .form-row.woocommerce-invalid .checkbox {
  color: #e32727;
}
.woocommerce-cart .woocommerce .form-row.woocommerce-invalid .input-text,
.woocommerce-checkout .woocommerce .form-row.woocommerce-invalid .input-text,
.woocommerce-edit-account .woocommerce .form-row.woocommerce-invalid .input-text,
.woocommerce-edit-address .woocommerce .form-row.woocommerce-invalid .input-text {
  border-color: #e32727;
}
.woocommerce-cart .woocommerce .form-row label:not(.screen-reader-text),
.woocommerce-checkout .woocommerce .form-row label:not(.screen-reader-text),
.woocommerce-edit-account .woocommerce .form-row label:not(.screen-reader-text),
.woocommerce-edit-address .woocommerce .form-row label:not(.screen-reader-text) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-cart .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-checkout .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-edit-account .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-edit-address .woocommerce .form-row label:not(.screen-reader-text).inline {
  width: auto;
  margin-top: 14px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-checkout .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-edit-account .woocommerce .form-row label:not(.screen-reader-text).inline,
.woocommerce-edit-address .woocommerce .form-row label:not(.screen-reader-text).inline {
    position: relative;
    float: right;
    margin-left: 35px;
    padding-left: 34px;
  }
}
.woocommerce-cart .woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-cart .woocommerce .form-row .input-text,
.woocommerce-checkout .woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .form-row .input-text,
.woocommerce-edit-account .woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-edit-account .woocommerce .form-row .input-text,
.woocommerce-edit-address .woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-edit-address .woocommerce .form-row .input-text {
  display: block;
  width: 100%;
}
.woocommerce-cart .woocommerce .form-row .woocommerce-input-wrapper small,
.woocommerce-checkout .woocommerce .form-row .woocommerce-input-wrapper small,
.woocommerce-edit-account .woocommerce .form-row .woocommerce-input-wrapper small,
.woocommerce-edit-address .woocommerce .form-row .woocommerce-input-wrapper small {
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce-cart .woocommerce .form-row-first,
.woocommerce-checkout .woocommerce .form-row-first,
.woocommerce-edit-account .woocommerce .form-row-first,
.woocommerce-edit-address .woocommerce .form-row-first {
  float: left;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .form-row-first,
.woocommerce-checkout .woocommerce .form-row-first,
.woocommerce-edit-account .woocommerce .form-row-first,
.woocommerce-edit-address .woocommerce .form-row-first {
    width: calc((100% - 20px) / 2);
  }
}
.woocommerce-cart .woocommerce .form-row-last,
.woocommerce-checkout .woocommerce .form-row-last,
.woocommerce-edit-account .woocommerce .form-row-last,
.woocommerce-edit-address .woocommerce .form-row-last {
  float: right;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce .form-row-last,
.woocommerce-checkout .woocommerce .form-row-last,
.woocommerce-edit-account .woocommerce .form-row-last,
.woocommerce-edit-address .woocommerce .form-row-last {
    width: calc((100% - 20px) / 2);
  }
}
.woocommerce-cart .woocommerce .form-row-wide,
.woocommerce-checkout .woocommerce .form-row-wide,
.woocommerce-edit-account .woocommerce .form-row-wide,
.woocommerce-edit-address .woocommerce .form-row-wide {
  clear: both;
  width: 100%;
}

.select2 {
  outline: none;
}
.select2 * {
  outline: none;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #f7f7f7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-right: 48px;
  padding-left: 20px;
  color: #80868b;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 20px;
  width: 8px;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #80868b transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #80868b transparent;
}

.select2-dropdown {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  border: 1px solid #f7f7f7;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
}
.select2-dropdown * {
  outline: none;
}
.select2-dropdown .select2-search {
  padding: 10px 15px;
}
.select2-dropdown .select2-search__field {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 10px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  font-size: 16px;
  font-size: 1rem;
}
.select2-dropdown .select2-results__option {
  padding-right: 15px;
  padding-left: 15px;
  color: #4a4a4a;
}
.select2-dropdown .select2-results__option[aria-selected=true],
.select2-dropdown .select2-results__option[data-selected=true] {
  color: #80868b;
  background: #f7f7f7;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-dropdown .select2-results__option--highlighted[data-selected] {
  color: #ffffff;
  background: #4a4a4a;
}

.woocommerce-cart .woocommerce {
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce {
    margin-top: 60px;
  }
}
.woocommerce-cart #coupons_list {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .woocommerce-cart #coupons_list {
    float: left;
    width: 480px;
    margin-top: 100px;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents {
  line-height: 1.2;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce-cart-form__contents thead {
  font-weight: 700;
  display: none;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart-form__contents thead th {
  padding-bottom: 15px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents thead {
    display: table-header-group;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
  display: block;
  width: 100%;
  padding: 25px 0;
  background-image: linear-gradient(90deg, #80868b 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents tbody tr {
    display: table-row;
    padding: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child {
  background: none;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child {
    background-image: linear-gradient(90deg, #80868b 16.6667%, transparent 16.6667%, transparent 100%);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 5px 1px;
  }
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-remove,
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail,
.woocommerce-cart .woocommerce-cart-form__contents .product-name,
.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax {
    padding-top: 21px;
    padding-bottom: 20px;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
  display: block;
  float: right;
  margin-top: 20px;
  padding-left: 20px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-remove {
    display: table-cell;
    float: none;
    width: 110px;
    margin-top: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-remove a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2221%22%20viewBox%3D%220%200%2016%2021%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.50239%202.4401925h-4.066985v-.8133999c0-.2232885-.047842-.4385937-.143534-.6459299-.0957-.2073435-.207337-.3748062-.334933-.5023956-.159487-.1594938-.334926-.279107-.526317-.3588539C10.239237.0398735%2010.031901%200%209.808612%200H5.693781c-.223287%200-.430622.0398735-.622011.1196132-.191388.0797469-.366825.1993601-.526315.3588539-.127592.1275894-.239234.2950521-.334928.5023956-.095694.2073362-.143541.4226414-.143541.6459299v.8133999H0v.8133927h.861244l.813397%2015.5023959c0%20.2232864.039873.4385951.119617.6459328.079746.2073377.199362.3748.358852.5023923.127592.1594905.295055.2791065.502393.3588517.207337.0797452.422646.1196173.645933.1196173h8.947369c.223288%200%20.438594-.0398721.64593-.1196173.207343-.0797452.374806-.1993612.502395-.3588517.159494-.1275923.279107-.2950546.358854-.5023923.07974-.2073377.119614-.4226464.119614-.6459328l.813399-15.5023959h.813393v-.8133927zM4.880384%201.6267926c0-.2232885.079743-.4146725.239234-.5741591.15949-.1594939.350876-.2392408.574163-.2392408h4.114831c.223289%200%20.414673.0797469.574167.2392408.159486.1594866.239233.3508706.239233.5741591v.8133999H4.880384v-.8133999zm8.181821%2017.0813411v.0478474c0%20.2232864-.079747.4146718-.239234.574162-.159494.159491-.350878.239235-.574166.239235H3.301436c-.223287%200-.414672-.079744-.574163-.239235-.15949-.1594902-.239234-.3508756-.239234-.574162v-.0478474L1.674641%203.2535852h12.200957l-.813393%2015.4545485zm-5.741627-.7655503h.861242V4.880385h-.861242v13.0621984zm-1.578951%200L4.880384%204.880385l-.813398.0478424.861244%2013.0622034.813397-.0478474zm5.693778-13.014356l-.813393-.0478424-.8134%2013.0621984.8134.0478474.813393-13.0622034z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 16px auto;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail {
  display: block;
  height: auto;
  margin-bottom: 5px;
  padding-right: 40px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail {
    display: table-cell;
    width: 160px;
    margin-bottom: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail a {
  display: block;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
  display: block;
  width: auto;
  height: 80px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
    height: 120px;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
  height: 80px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
    height: auto;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name,
.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax {
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 8px 110px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-price:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax:before {
  font-weight: 700;
  position: absolute;
  left: 0;
  display: block;
  width: 110px;
  content: attr(data-title);
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-name,
.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax {
    display: table-cell;
    width: auto;
    padding: 15px 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-name:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-price:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal:before,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax:before {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name {
  vertical-align: middle;
  color: #4a4a4a;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name dl {
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-name dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name dl dt {
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name dl dd {
  display: block;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-name a {
  color: inherit;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-name {
    text-align: left;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax {
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents .product-tax {
    width: 130px;
    text-align: center;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .jde_hint {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .jde_hint {
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .jde_hint td {
    padding: 17px 0;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .jde_hint a {
  color: inherit;
}
.woocommerce-cart .woocommerce-cart-form__contents .button[name=update_cart] {
  float: right;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .button[name=update_cart] {
    float: right;
    margin-top: 21px;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon {
  font-size: 0;
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .input-text,
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button {
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .woocommerce-cart-form__contents .coupon {
    float: left;
    padding-top: 21px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .coupon .input-text {
    width: 240px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .coupon .button {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon label {
  display: none;
}
.woocommerce-cart .cart-collaterals {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart-collaterals {
    float: right;
    width: 480px;
    margin-top: 100px;
  }
}
.woocommerce-cart .cart_totals h2 {
  font-weight: 700;
  line-height: 2.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .cart_totals .shop_table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-cart .cart_totals .shop_table tr {
  line-height: 1.5;
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
.woocommerce-cart .cart_totals .shop_table tr:first-child {
  background: none;
}
.woocommerce-cart .cart_totals .shop_table th {
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 30px 10px 0;
  text-align: left;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table th {
    width: 180px;
    padding: 15px 0;
  }
}
.woocommerce-cart .cart_totals .shop_table td {
  line-height: 1.5;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table td {
    padding: 15px 0;
  }
}
.woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination:first-child {
  margin-top: 0;
}
.woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination:last-child {
  margin-bottom: 0;
}
.woocommerce-cart .cart_totals .shop_table .shipping-calculator-button {
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  color: #4a4a4a;
}
.woocommerce-cart .cart_totals .shop_table .shipping-calculator-form .form-row {
  margin-bottom: 20px;
}
.woocommerce-cart .cart_totals .shop_table .shipping-calculator-form .input-text {
  display: block;
  width: 100%;
}
.woocommerce-cart .cart_totals .shop_table .order-total {
  font-weight: 700;
}
.woocommerce-cart .cart_totals .shop_table .order-total strong {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table .order-total strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.woocommerce-cart .cart_totals .shop_table .order-total .includes_tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-cart .cart_totals .shop_table .order-total .includes_tax {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  margin-top: 30px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout p {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

form.woocommerce-checkout:after {
  display: table;
  clear: both;
  content: "";
}
form.woocommerce-checkout h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
form.woocommerce-checkout #ship-to-different-address {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}
form.woocommerce-checkout #ship-to-different-address .input-checkbox {
  float: left;
  margin-top: -2px;
  margin-right: 10px;
}
form.woocommerce-checkout #subscribe_to_newsletter_field {
  margin-top: 50px;
  margin-bottom: 0;
}
form.woocommerce-checkout #subscribe_to_newsletter_field .checkbox {
  font-weight: 700;
  margin-bottom: 0;
}
form.woocommerce-checkout .form-row.create-account {
  margin-top: 50px;
  margin-bottom: 50px;
}
form.woocommerce-checkout .form-row.create-account .woocommerce-form__label {
  font-weight: 700;
  color: #4a4a4a;
  font-size: 16px;
  font-size: 1rem;
}
form.woocommerce-checkout .create-account .woocommerce-password-strength {
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
form.woocommerce-checkout .create-account .woocommerce-password-strength.short, form.woocommerce-checkout .create-account .woocommerce-password-strength.bad {
  color: #e32727;
}
form.woocommerce-checkout .create-account .woocommerce-password-strength.good {
  color: #fac047;
}
form.woocommerce-checkout .create-account .woocommerce-password-strength.strong {
  color: #31cb42;
}
form.woocommerce-checkout .create-account .woocommerce-password-hint {
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout #customer_details {
    float: left;
    width: 660px;
  }
}
.is-multi-step form.woocommerce-checkout #customer_details {
  float: none;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout #order_review_heading {
    float: right;
    width: 480px;
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  form.woocommerce-checkout #order_review {
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    float: right;
    width: 480px;
    margin-top: 20px;
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  form.woocommerce-checkout #order_review h3 {
    float: none !important;
    margin-left: 0 !important;
  }
}
form.woocommerce-checkout .shop_table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table {
    font-size: 16px;
    font-size: 1rem;
  }
}
form.woocommerce-checkout .shop_table thead tr th {
  font-weight: 700;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
form.woocommerce-checkout .shop_table thead tr th:first-child {
  padding-left: 15px;
}
form.woocommerce-checkout .shop_table thead tr th:last-child {
  padding-right: 15px;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table thead tr th {
    font-size: 16px;
    font-size: 1rem;
  }
}
form.woocommerce-checkout .shop_table .cart_item {
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
form.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 15px;
  padding-bottom: 15px;
}
form.woocommerce-checkout .shop_table .cart_item td:first-child {
  padding-left: 15px;
}
form.woocommerce-checkout .shop_table .cart_item td:last-child {
  padding-right: 15px;
}
form.woocommerce-checkout .shop_table .actions {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service td {
  padding-left: 15px;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text] {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text].placeholder {
  color: #80868b;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text]:-moz-placeholder {
  color: #80868b;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text]::-moz-placeholder {
  color: #80868b;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text]:-ms-input-placeholder {
  color: #80868b;
}
form.woocommerce-checkout .shop_table .dhl-preferred-service input[type=text]::-webkit-input-placeholder {
  color: #80868b;
}
form.woocommerce-checkout .shop_table .product-name {
  width: 55%;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
}
form.woocommerce-checkout .shop_table .product-name img {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 15px;
}
form.woocommerce-checkout .shop_table .product-name .product-desc {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
form.woocommerce-checkout .shop_table .product-name dl {
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table .product-name dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
form.woocommerce-checkout .shop_table .product-name dl dt {
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
form.woocommerce-checkout .shop_table .product-name dl dd {
  display: block;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table .product-name {
    display: table-cell;
    padding-right: 30px;
  }
}
form.woocommerce-checkout .shop_table .product-total {
  text-align: left;
}
form.woocommerce-checkout .shop_table .product-total .product-tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table .product-total .product-tax {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table .product-total {
    display: table-cell;
    text-align: left;
  }
}
form.woocommerce-checkout .shop_table tfoot {
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
form.woocommerce-checkout .shop_table tfoot tr {
  line-height: 1.5;
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
form.woocommerce-checkout .shop_table tfoot tr:first-child {
  background: none;
}
form.woocommerce-checkout .shop_table tfoot th {
  font-weight: 700;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table tfoot th {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}
form.woocommerce-checkout .shop_table tfoot td {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table tfoot td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
}
form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals li {
  margin-bottom: 5px;
  text-align: left;
}
form.woocommerce-checkout .shop_table tfoot .order-total {
  font-weight: 700;
}
form.woocommerce-checkout .shop_table tfoot .order-total strong {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table tfoot .order-total strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
form.woocommerce-checkout .shop_table tfoot .order-total .includes_tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .shop_table tfoot .order-total .includes_tax {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
form.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 30px;
  margin-bottom: 30px;
}
form.woocommerce-checkout .woocommerce-checkout-payment:first-child {
  margin-top: 0;
}
form.woocommerce-checkout .woocommerce-checkout-payment:last-child {
  margin-bottom: 0;
}
form.woocommerce-checkout .payment_methods {
  padding: 10px 20px;
  color: #4a4a4a;
  background: #f7f7f7;
}
form.woocommerce-checkout .payment_methods .wc_payment_method {
  position: relative;
  padding: 10px 0 10px 40px;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .payment_methods .wc_payment_method {
    font-size: 16px;
    font-size: 1rem;
  }
}
form.woocommerce-checkout .payment_methods .wc_payment_method:first-child {
  border-top: none;
}
form.woocommerce-checkout .payment_methods .wc_payment_method input {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (min-width: 1280px) {
  form.woocommerce-checkout .payment_methods .wc_payment_method input {
    top: 13px;
  }
}
form.woocommerce-checkout .payment_methods .wc_payment_method label {
  font-weight: 700;
}
form.woocommerce-checkout .payment_methods .wc_payment_method label img {
  float: right;
  width: auto;
  height: 30px;
}
form.woocommerce-checkout .payment_methods .wc_payment_method label a {
  font-weight: 400;
  float: right;
  margin-right: 10px;
  padding-top: 6px;
  color: inherit;
  font-size: 12px;
  font-size: 0.75rem;
}
form.woocommerce-checkout .payment_box {
  line-height: 1.5;
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
form.woocommerce-checkout .payment_box .form-row {
  position: relative;
}
form.woocommerce-checkout .payment_box .woocommerce-validated {
  padding-left: 34px;
}
form.woocommerce-checkout .payment_box .woocommerce-validated input {
  top: 0;
}
form.woocommerce-checkout .wc-payment-form {
  margin-top: 30px;
}
form.woocommerce-checkout .wc-gzd-edit-data-notice {
  margin-bottom: 30px;
}
form.woocommerce-checkout .place-order {
  margin-top: 40px;
}
form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
  color: #4a4a4a;
}
form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  margin-top: 20px;
  color: #4a4a4a;
}
form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: inherit;
}
form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
form.woocommerce-checkout .shipping-service-provider-checkbox-text {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px 15px;
  text-align: left;
  background: #f7f7f7;
}
@media (min-width: 1280px) {
  .woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
    padding: 20px;
    text-align: center;
  }
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 44px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 1280px) {
  .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
    display: inline;
  }
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  float: left;
  width: 34px;
  height: 17px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(.woocommerce-account) .woocommerce-form-login,
body:not(.woocommerce-account) .woocommerce-form-coupon {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  body:not(.woocommerce-account) .woocommerce-form-login,
body:not(.woocommerce-account) .woocommerce-form-coupon {
    width: 660px;
    font-size: 16px;
    font-size: 1rem;
  }
}
body:not(.woocommerce-account) .woocommerce-form-login p,
body:not(.woocommerce-account) .woocommerce-form-coupon p {
  margin-bottom: 25px;
}
body:not(.woocommerce-account) .woocommerce-form-login a,
body:not(.woocommerce-account) .woocommerce-form-coupon a {
  color: inherit;
}
body:not(.woocommerce-account) .woocommerce-form-login .button,
body:not(.woocommerce-account) .woocommerce-form-coupon .button {
  width: 100%;
}
@media (min-width: 1280px) {
  body:not(.woocommerce-account) .woocommerce-form-login .button,
body:not(.woocommerce-account) .woocommerce-form-coupon .button {
    width: unset;
  }
}
body:not(.woocommerce-account) .woocommerce-form-login .form-row,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row {
  width: 100%;
}
@media (min-width: 1280px) {
  body:not(.woocommerce-account) .woocommerce-form-login .form-row,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row {
    width: unset;
  }
}
body:not(.woocommerce-account) .woocommerce-form-login .form-row-first,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row-first {
  float: none;
  width: 100%;
}
@media (min-width: 1280px) {
  body:not(.woocommerce-account) .woocommerce-form-login .form-row-first,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row-first {
    float: left;
    width: calc((100% - 20px) / 2);
  }
}
body:not(.woocommerce-account) .woocommerce-form-login .form-row-last,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row-last {
  float: none;
  width: 100%;
}
@media (min-width: 1280px) {
  body:not(.woocommerce-account) .woocommerce-form-login .form-row-last,
body:not(.woocommerce-account) .woocommerce-form-coupon .form-row-last {
    float: right;
    width: calc((100% - 20px) / 2);
  }
}

.woocommerce-form-login .form-row {
  display: inline-block;
}

.woocommerce-form-login-toggle .woocommerce-info:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.71662707%2011.1475419c1.8423203-.749418%203.60654915-1.1241217%205.29274086-1.1241217%201.68619311%200%203.44261607.3668971%205.26931817%201.1007025%201.8267093.7338055%202.7400498%201.6939828%202.7400498%202.8805616v2.0140516H0v-2.0140516c0-1.1865788.90553319-2.1389502%202.71662707-2.8571424zm8.10304153-4.30912966c-.7806394.78063948-1.71739694%201.17095569-2.81030067%201.17095569-1.09290232%200-2.02966123-.39031621-2.81030493-1.17095569-.78064442-.78064653-1.17095992-1.71740402-1.17095992-2.81030775%200-1.09290373.3903155-2.03746924%201.17095992-2.83372475C5.9797067.39812423%206.91646561%200%208.00936793%200c1.09290373%200%202.02966127.39812423%202.81030067%201.19437974.7806466.79625551%201.1709628%201.74082102%201.1709628%202.83372475s-.3903162%202.02966122-1.1709628%202.81030775z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2217%22%20viewBox%3D%220%200%2034%2017%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.07031%208.466793c0%201.128912-.29882%202.136063-.89648%203.021485-.59766.885421-1.38346%201.527341-2.35742%201.925781v2.457031c0%20.2877619-.09961.5367828-.29883.7470703-.19922.2102875-.44271.3154297-.73047.3154297H4.283203c-.287762%200-.531249-.1051422-.730469-.3154297-.199219-.2102875-.298828-.4593084-.298828-.7470703v-2.457031c-.973963-.39844-1.759762-1.04036-2.3574216-1.925781C.2988251%2010.602856%200%209.595705%200%208.466793%200%207.337881.2988251%206.33073.8964844%205.44531%201.494144%204.55989%202.279943%203.91797%203.253906%203.51953V1.0625c0-.28777.099609-.53679.298828-.74707C3.751954.10514%204.006509%200%204.316406%200H28.78711c.28776%200%20.53125.10514.73047.31543.19922.21028.29883.4593.29883.74707v2.45703c.97396.39844%201.75976%201.04036%202.35742%201.92578.59766.88542.89648%201.892571.89648%203.021483zm-20.32031%200H8.533203v1.0625H12.75v-1.0625zm5.04688-3.619143c-.15495-.15495-.33204-.27116-.53126-.34863-.19921-.07747-.43163-.11621-.69726-.11621s-.49805.03874-.69727.11621c-.19922.07747-.3763.19368-.53125.34863-.15494.17709-.27115.38737-.34863.63086-.07747.24349-.11621.54232-.11621.89649%200%20.33203.03874.62532.11621.879879.07748.254559.19369.459309.34863.614258.15495.177084.29883.304361.43164.381836.13282.077474.33203.116211.59766.116211s.53125-.038737.79688-.116211c.26562-.077475.47591-.204752.63086-.381836.15494-.154949.26562-.359699.33203-.614258.0664-.254559.09961-.547849.09961-.879879%200-.35417-.03321-.653-.09961-.89649-.06641-.24349-.17709-.45377-.33203-.63086zm3.58593-.63086l-5.41211%208.500003h1.0625l5.41211-8.500003h-1.0625zm1.69336%204.880862c-.15495-.177084-.33203-.304361-.53125-.381835-.19922-.077475-.43164-.116211-.69726-.116211-.26563%200-.49805.038736-.69727.116211-.19922.077474-.3763.204751-.53125.381835-.13281.154949-.23795.3597-.31543.614258-.07747.254559-.11621.54785-.11621.879883%200%20.354169.03874.658527.11621.913086.07748.254559.18262.459309.31543.614258.15495.154949.33756.276692.54785.365234.21029.088542.44824.132813.71387.132813.24349%200%20.46484-.044271.66406-.132813.19922-.088542.3763-.210285.53125-.365234.15495-.154949.27116-.359699.34863-.614258.07748-.254559.11622-.558917.11622-.913086%200-.332033-.03874-.625324-.11622-.879883-.07747-.254558-.19368-.459309-.34863-.614258zm-1.22851%202.689454c-.08855%200-.16049-.016602-.21582-.049805-.05534-.033203-.10515-.083008-.14942-.149414-.0664-.066407-.11068-.182616-.13281-.348633-.02214-.166016-.0332-.381835-.0332-.647461%200-.243491.01106-.448241.0332-.614258.02213-.166016.06641-.293294.13281-.381836.04427-.066406.09408-.110677.14942-.132812.05533-.022136.12727-.033203.21582-.033203.0664%200%20.13281.011067.19922.033203.0664.022135.12174.066406.16601.132812.04427.088542.08301.21582.11621.381836.0332.166017.04981.370767.04981.614258%200%20.265626-.01661.481445-.04981.647461-.0332.166017-.07194.282226-.11621.348633-.04427.066406-.09961.116211-.16601.149414-.06641.033203-.13282.049805-.19922.049805zm-5.2793-4.216797c-.08854%200-.16048-.016602-.21582-.049805s-.10514-.083007-.14942-.149414c-.0664-.088542-.11067-.215819-.13281-.381836-.02213-.166014-.0332-.370764-.0332-.614254%200-.24349.01107-.44825.0332-.61426.02214-.16602.06641-.2933.13281-.38184.04428-.0664.09408-.11621.14942-.14941.05534-.0332.12728-.04981.21582-.04981.06641%200%20.12728.01661.18262.04981s.10514.08301.14941.14941c.06641.08854.11068.21582.13281.38184.02214.16601.03321.37077.03321.61426%200%20.24349-.01107.44824-.03321.614254-.02213.166017-.0664.293294-.13281.381836-.04427.066407-.09407.116211-.14941.149414-.05534.033203-.11621.049805-.18262.049805z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.woocommerce-error {
  margin-top: 25px;
  padding-top: 25px;
  color: #e32727;
}
.woocommerce-error li {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1280px) {
  .woocommerce-error li {
    padding-left: 0;
  }
}
.woocommerce-error li:before {
  display: inline-block;
  float: left;
  width: 20px;
  margin-left: -20px;
  content: "•";
  font-size: 15px;
  font-size: 0.9375rem;
}
.woocommerce-error strong {
  font-weight: 700;
}

.is-thank-you .order_details tfoot tr:last-child {
  font-weight: 700;
}
.is-thank-you .woocommerce-order {
  font-size: 14px;
  font-size: 0.875rem;
}
.is-thank-you .woocommerce-order p {
  margin-bottom: 30px;
}
.is-thank-you .woocommerce-order p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-order {
    font-size: 16px;
    font-size: 1rem;
  }
}
.is-thank-you .woocommerce-order-overview {
  font-weight: 400;
  width: 100vw;
  margin-top: 50px;
  margin-right: calc((100vw - 100%) / -2);
  margin-bottom: 50px;
  margin-left: calc((100vw - 100%) / -2);
  padding-top: 35px;
  padding-right: calc((100vw - 100%) / 2);
  padding-bottom: 35px;
  padding-left: calc((100vw - 100%) / 2);
  background: #f7f7f7;
}
.is-thank-you .woocommerce-order-overview li {
  margin-bottom: 5px;
}
.is-thank-you .woocommerce-order-overview li:last-child {
  margin-bottom: 0;
}
.is-thank-you .woocommerce-order-overview strong {
  font-weight: 700;
}
.is-thank-you .woocommerce-bacs-bank-details h2 {
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-bacs-bank-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.is-thank-you .woocommerce-bacs-bank-details h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.is-thank-you .woocommerce-bacs-bank-details ul {
  line-height: 1.5;
}
.is-thank-you .woocommerce-bacs-bank-details strong {
  font-weight: 700;
}
.is-thank-you .woocommerce-bacs-bank-details .order_details {
  font-weight: 400;
}
.is-thank-you .woocommerce-bacs-bank-details .order_details li {
  margin-bottom: 5px;
}
.is-thank-you .woocommerce-bacs-bank-details .order_details li:last-child {
  margin-bottom: 0;
}
.is-thank-you .woocommerce-bacs-bank-details .order_details strong {
  font-weight: 700;
}
.is-thank-you .woocommerce-order-details .woocommerce-order-details__title {
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.is-thank-you .woocommerce-table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-table {
    font-size: 16px;
    font-size: 1rem;
  }
}
.is-thank-you .woocommerce-table .shipped_via,
.is-thank-you .woocommerce-table .includes_tax,
.is-thank-you .woocommerce-table .product-tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-table .shipped_via,
.is-thank-you .woocommerce-table .includes_tax,
.is-thank-you .woocommerce-table .product-tax {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.is-thank-you .woocommerce-table thead tr th {
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
}
.is-thank-you .woocommerce-table .order_item {
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
.is-thank-you .woocommerce-table .order_item a {
  color: inherit;
}
.is-thank-you .woocommerce-table .order_item td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.is-thank-you .woocommerce-table .order_item td .product-tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-table .order_item td .product-tax {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.is-thank-you .woocommerce-table .product-name {
  width: 55%;
  padding-right: 15px;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-table .product-name {
    width: 50%;
  }
}
.is-thank-you .woocommerce-table .product-total {
  text-align: left;
}
.is-thank-you .woocommerce-table tfoot {
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
.is-thank-you .woocommerce-table tfoot th,
.is-thank-you .woocommerce-table tfoot td {
  padding-top: 10px;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-table tfoot th,
.is-thank-you .woocommerce-table tfoot td {
    padding-top: 20px;
  }
}
.is-thank-you .woocommerce-table tfoot th {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-columns {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-column {
    width: 50%;
  }
}
.is-thank-you .woocommerce-column address {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-column address {
    font-size: 16px;
    font-size: 1rem;
  }
}
.is-thank-you .woocommerce-column__title {
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .is-thank-you .woocommerce-column__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.woocommerce-gzdp-checkout-verify-data {
  margin-bottom: 50px !important;
}
.woocommerce-gzdp-checkout-verify-data h4 {
  font-weight: 700;
  line-height: 2.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-gzdp-checkout-verify-data h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-gzdp-checkout-verify-data .title {
  margin-top: 50px;
}
.woocommerce-gzdp-checkout-verify-data .title:first-child {
  margin-top: 0;
}
@media (min-width: 760px) {
  .woocommerce-gzdp-checkout-verify-data .col2-set {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-gzdp-checkout-verify-data .col-1,
.woocommerce-gzdp-checkout-verify-data .col-2 {
    display: block;
    width: calc(50% - 10px);
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * My Account
 */
.woocommerce > h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .woocommerce > h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login {
    width: calc(50% - 20px);
  }
}

.woocommerce > .woocommerce-form-login,
#customer_login,
.lost_reset_password {
  position: relative;
}
.woocommerce > .woocommerce-form-login a,
#customer_login a,
.lost_reset_password a {
  color: inherit;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login.u-columns,
#customer_login.u-columns,
.lost_reset_password.u-columns {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce > .woocommerce-form-login.u-columns .col-1,
.woocommerce > .woocommerce-form-login.u-columns .col-2,
#customer_login.u-columns .col-1,
#customer_login.u-columns .col-2,
.lost_reset_password.u-columns .col-1,
.lost_reset_password.u-columns .col-2 {
    position: relative;
    width: calc(50% - 20px);
  }
}
.woocommerce > .woocommerce-form-login p,
#customer_login p,
.lost_reset_password p {
  margin-bottom: 25px;
}
.woocommerce > .woocommerce-form-login small,
#customer_login small,
.lost_reset_password small {
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce > .woocommerce-form-login .woocommerce-password-strength,
#customer_login .woocommerce-password-strength,
.lost_reset_password .woocommerce-password-strength {
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce > .woocommerce-form-login .woocommerce-password-strength.short, .woocommerce > .woocommerce-form-login .woocommerce-password-strength.bad,
#customer_login .woocommerce-password-strength.short,
#customer_login .woocommerce-password-strength.bad,
.lost_reset_password .woocommerce-password-strength.short,
.lost_reset_password .woocommerce-password-strength.bad {
  color: #e32727;
}
.woocommerce > .woocommerce-form-login .woocommerce-password-strength.good,
#customer_login .woocommerce-password-strength.good,
.lost_reset_password .woocommerce-password-strength.good {
  color: #fac047;
}
.woocommerce > .woocommerce-form-login .woocommerce-password-strength.strong,
#customer_login .woocommerce-password-strength.strong,
.lost_reset_password .woocommerce-password-strength.strong {
  color: #31cb42;
}
.woocommerce > .woocommerce-form-login .woocommerce-password-hint,
#customer_login .woocommerce-password-hint,
.lost_reset_password .woocommerce-password-hint {
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.woocommerce > .woocommerce-form-login .button,
#customer_login .button,
.lost_reset_password .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 16px 35px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  border: 2px solid #80868b;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login .button,
#customer_login .button,
.lost_reset_password .button {
    width: auto;
    min-width: 280px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce > .woocommerce-form-login .button:last-child,
#customer_login .button:last-child,
.lost_reset_password .button:last-child {
  margin-bottom: 0;
}
.woocommerce > .woocommerce-form-login .form-row,
#customer_login .form-row,
.lost_reset_password .form-row {
  width: 100%;
  margin-bottom: 25px;
  color: #80868b;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce > .woocommerce-form-login .form-row:last-child,
#customer_login .form-row:last-child,
.lost_reset_password .form-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login .form-row,
#customer_login .form-row,
.lost_reset_password .form-row {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce > .woocommerce-form-login .form-row.woocommerce-invalid,
#customer_login .form-row.woocommerce-invalid,
.lost_reset_password .form-row.woocommerce-invalid {
  color: #e32727;
}
.woocommerce > .woocommerce-form-login .form-row.woocommerce-invalid .checkbox,
#customer_login .form-row.woocommerce-invalid .checkbox,
.lost_reset_password .form-row.woocommerce-invalid .checkbox {
  color: #e32727;
}
.woocommerce > .woocommerce-form-login .form-row.woocommerce-invalid .input-text,
#customer_login .form-row.woocommerce-invalid .input-text,
.lost_reset_password .form-row.woocommerce-invalid .input-text {
  border-color: #e32727;
}
.woocommerce > .woocommerce-form-login .form-row label:not(.screen-reader-text),
#customer_login .form-row label:not(.screen-reader-text),
.lost_reset_password .form-row label:not(.screen-reader-text) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce > .woocommerce-form-login .form-row label:not(.screen-reader-text).inline,
#customer_login .form-row label:not(.screen-reader-text).inline,
.lost_reset_password .form-row label:not(.screen-reader-text).inline {
  width: auto;
  margin-top: 14px;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login .form-row label:not(.screen-reader-text).inline,
#customer_login .form-row label:not(.screen-reader-text).inline,
.lost_reset_password .form-row label:not(.screen-reader-text).inline {
    float: right;
    margin-left: 35px;
  }
  .woocommerce > .woocommerce-form-login .form-row label:not(.screen-reader-text).inline:first-child,
#customer_login .form-row label:not(.screen-reader-text).inline:first-child,
.lost_reset_password .form-row label:not(.screen-reader-text).inline:first-child {
    float: none;
    margin-left: 0;
  }
}
.woocommerce > .woocommerce-form-login .form-row .woocommerce-input-wrapper,
.woocommerce > .woocommerce-form-login .form-row .input-text,
#customer_login .form-row .woocommerce-input-wrapper,
#customer_login .form-row .input-text,
.lost_reset_password .form-row .woocommerce-input-wrapper,
.lost_reset_password .form-row .input-text {
  display: block;
  width: 100%;
}
.woocommerce > .woocommerce-form-login .form-row .woocommerce-input-wrapper small,
#customer_login .form-row .woocommerce-input-wrapper small,
.lost_reset_password .form-row .woocommerce-input-wrapper small {
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce > .woocommerce-form-login .input-text,
#customer_login .input-text,
.lost_reset_password .input-text {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  width: 100%;
  margin: 0;
  padding: 15px 15px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce > .woocommerce-form-login .input-text.placeholder,
#customer_login .input-text.placeholder,
.lost_reset_password .input-text.placeholder {
  color: #80868b;
}
.woocommerce > .woocommerce-form-login .input-text:-moz-placeholder,
#customer_login .input-text:-moz-placeholder,
.lost_reset_password .input-text:-moz-placeholder {
  color: #80868b;
}
.woocommerce > .woocommerce-form-login .input-text::-moz-placeholder,
#customer_login .input-text::-moz-placeholder,
.lost_reset_password .input-text::-moz-placeholder {
  color: #80868b;
}
.woocommerce > .woocommerce-form-login .input-text:-ms-input-placeholder,
#customer_login .input-text:-ms-input-placeholder,
.lost_reset_password .input-text:-ms-input-placeholder {
  color: #80868b;
}
.woocommerce > .woocommerce-form-login .input-text::-webkit-input-placeholder,
#customer_login .input-text::-webkit-input-placeholder,
.lost_reset_password .input-text::-webkit-input-placeholder {
  color: #80868b;
}
.woocommerce > .woocommerce-form-login .checkbox-reg_data_privacy span,
.woocommerce > .woocommerce-form-login .woocommerce-form-login__rememberme span,
#customer_login .checkbox-reg_data_privacy span,
#customer_login .woocommerce-form-login__rememberme span,
.lost_reset_password .checkbox-reg_data_privacy span,
.lost_reset_password .woocommerce-form-login__rememberme span {
  padding-left: 34px;
}
.woocommerce > .woocommerce-form-login .woocommerce-form__input-checkbox,
#customer_login .woocommerce-form__input-checkbox,
.lost_reset_password .woocommerce-form__input-checkbox {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce > .woocommerce-form-login .woocommerce-form__input-checkbox:before,
#customer_login .woocommerce-form__input-checkbox:before,
.lost_reset_password .woocommerce-form__input-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2380868B%22%20d%3D%22M20.25%201H3.75c-.75911841%200-1.40722418.26854882-1.94433606.80566588C1.268552%202.34277647%201%202.99088353%201%203.75v16.5c0%20.7591184.268552%201.4072242.80566394%201.9443361C2.34277582%2022.731448%202.9908816%2023%203.75%2023h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C22.7314512%2021.6572242%2023%2021.0091184%2023%2020.25V3.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C21.6572235%201.26854882%2021.0091165%201%2020.25%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce > .woocommerce-form-login .woocommerce-form__input-checkbox:checked:before,
#customer_login .woocommerce-form__input-checkbox:checked:before,
.lost_reset_password .woocommerce-form__input-checkbox:checked:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.25%200H2.75C1.9908816%200%201.3427758.26854882.8056639.80566588.268552%201.34277647%200%201.99088353%200%202.75v16.5c0%20.7591184.268552%201.4072242.8056639%201.9443361S1.9908816%2022%202.75%2022h16.5c.7591165%200%201.4072235-.268552%201.9443341-.8056639C21.7314512%2020.6572242%2022%2020.0091184%2022%2019.25V2.75c0-.75911647-.2685488-1.40722353-.8056659-1.94433412C20.6572235.26854882%2020.0091165%200%2019.25%200zm-4.3285259%207.0583705l-4.6003374%208.4669838c-.0138177.058804-.034538.1102494-.0621671.1543488-.0276292.0440987-.0621671.0881974-.103614.1322961-.1381457.1322975-.297018.1947705-.4766106.1874205-.1795926-.00735-.331556-.0845224-.4558903-.2315192l-3.04617-2.954624c-.1243343-.1470002-.1830464-.3197134-.1761394-.5181595.0069076-.1984462.0794349-.3638147.2175837-.4961122.1243356-.1322974.2797503-.1947738.4662517-.1874224.1865014.0073513.3419162.0845237.4662505.2315172l2.3830592%202.3151921%204.2273408-7.8055032c.0966989-.1763921.2313933-.2866422.4040833-.330737.1726837-.0441013.3419162-.022054.507691.0661488.1519635.1028921.2521199.2462132.3004756.4299634.0483495.1837435.0310805.3638146-.051807.5402068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 100% auto;
}
.woocommerce > .woocommerce-form-login h2,
#customer_login h2,
.lost_reset_password h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login h2,
#customer_login h2,
.lost_reset_password h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.woocommerce > .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline,
#customer_login .woocommerce-form__label-for-checkbox.inline,
.lost_reset_password .woocommerce-form__label-for-checkbox.inline {
  position: relative;
  display: block;
  padding-left: 34px;
  color: #4a4a4a;
}
.woocommerce > .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline a,
#customer_login .woocommerce-form__label-for-checkbox.inline a,
.lost_reset_password .woocommerce-form__label-for-checkbox.inline a {
  color: inherit;
}
.woocommerce > .woocommerce-form-login .lost_password,
#customer_login .lost_password,
.lost_reset_password .lost_password {
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce > .woocommerce-form-login .lost_password,
#customer_login .lost_password,
.lost_reset_password .lost_password {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce > .woocommerce-form-login .lost_password a,
#customer_login .lost_password a,
.lost_reset_password .lost_password a {
  color: inherit;
}

@media (min-width: 1280px) {
  .lost_reset_password {
    max-width: 640px;
    margin-left: 0;
  }
}

.woocommerce-MyAccount-navigation {
  z-index: 1;
  display: block;
  width: 100vw;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  padding: 35px 0;
  background: #f7f7f7;
}
.woocommerce-MyAccount-navigation ul li {
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #80868b;
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-navigation ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 700;
  color: #4a4a4a;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 13px 0 10px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 9px 0 8px;
  }
}
.woocommerce-MyAccount-navigation ul li:first-child {
  background: none;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 116px;
    float: left;
    width: calc(( 1240px - 640px ) / 2 - 40px);
    margin: 0;
    padding: 25px;
  }
  .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .woocommerce-MyAccount-navigation {
    width: calc(( 1380px - 780px ) / 2 - 40px);
  }
}

.woocommerce-MyAccount-content {
  line-height: 1.5;
  width: 100%;
  margin: 60px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content {
    width: 640px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper *:first-child {
  margin-top: -25px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  color: #31cb42;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
  color: #fac047;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px;
  padding: 29px 0 38px;
  border-bottom: 1px solid rgba(128, 134, 139, 0.25);
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a {
  color: inherit;
}
.no-touchevents .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message .button {
  float: right;
  margin-top: -29px;
}
.woocommerce-MyAccount-content mark {
  padding: 1px 3px;
  color: #ffffff;
  background: #4a4a4a;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 1.5em;
}
.woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content a {
  color: inherit;
}
.woocommerce-MyAccount-content h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.woocommerce-MyAccount-content h3:first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
  display: block;
  padding: 13px 0;
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:first-child {
  padding-top: 0;
  border-top: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: calc(50% + 20px);
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody td .button {
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #4a4a4a;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody td .button {
    width: 135px;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody td:before {
  font-weight: 700;
  position: absolute;
  left: 0;
  display: block;
  width: 50%;
  content: attr(data-title) ":";
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-Message {
  display: grid;
  grid-template-rows: auto auto;
}
.woocommerce-MyAccount-content .woocommerce-Message .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 14px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  border: 2px solid #80868b;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-Message .button {
    width: auto;
    max-width: 280px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: calc(50% - 10px);
  }
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
    margin-top: 50px;
  }
}
.woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  line-height: 1.2;
  display: block;
  width: 135px;
  margin-bottom: 15px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #4a4a4a;
  font-size: 10px;
  font-size: 0.625rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-MyAccount-content .edit-account {
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-address-fields fieldset,
.woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 50px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields legend,
.woocommerce-MyAccount-content .edit-account legend {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields legend,
.woocommerce-MyAccount-content .edit-account legend {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields small,
.woocommerce-MyAccount-content .edit-account small {
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row > span,
.woocommerce-MyAccount-content .edit-account .form-row > span {
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .edit-account .button {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .edit-account .button {
    display: inline-block;
    float: right;
    width: 320px;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-strength,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-strength {
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-strength.short, .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-strength.bad,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-strength.short,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-strength.bad {
  color: #e32727;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-strength.good,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-strength.good {
  color: #fac047;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-strength.strong,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-strength.strong {
  color: #31cb42;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-password-hint,
.woocommerce-MyAccount-content .edit-account .woocommerce-password-hint {
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.woocommerce-MyAccount-content .woocommerce-order-details h2,
.woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-MyAccount-content .woocommerce-shipment-details h2,
.woocommerce-MyAccount-content .woocommerce-shipment-address-details h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-order-details h2,
.woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-MyAccount-content .woocommerce-shipment-details h2,
.woocommerce-MyAccount-content .woocommerce-shipment-address-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .woocommerce-columns {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-MyAccount-content .woocommerce-columns .woocommerce-column {
    width: calc(50% - 10px);
  }
}
.woocommerce-MyAccount-content .shop_table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-MyAccount-content .shop_table thead tr th {
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table thead tr th {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-MyAccount-content .shop_table .order_item,
.woocommerce-MyAccount-content .shop_table .shipment_item {
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
.woocommerce-MyAccount-content .shop_table .order_item td,
.woocommerce-MyAccount-content .shop_table .shipment_item td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-MyAccount-content .shop_table .product-name {
  width: 55%;
  padding-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table .product-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce-MyAccount-content .shop_table .product-name img {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 15px;
}
.woocommerce-MyAccount-content .shop_table .product-name .product-desc {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce-MyAccount-content .shop_table .product-name dl {
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table .product-name dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-MyAccount-content .shop_table .product-name dl dt {
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
.woocommerce-MyAccount-content .shop_table .product-name dl dd {
  display: block;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table .product-name {
    display: table-cell;
    padding-right: 30px;
  }
}
.woocommerce-MyAccount-content .shop_table .product-total {
  text-align: left;
}
.woocommerce-MyAccount-content .shop_table .product-total .product-tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table .product-total .product-tax {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table .product-total {
    display: table-cell;
    text-align: left;
  }
}
.woocommerce-MyAccount-content .shop_table tfoot {
  border-top: 1px solid rgba(128, 134, 139, 0.25);
}
.woocommerce-MyAccount-content .shop_table tfoot tr {
  line-height: 1.5;
  background-image: linear-gradient(90deg, rgba(128, 134, 139, 0.5) 16.6667%, transparent 16.6667%, transparent 100%);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 5px 1px;
}
.woocommerce-MyAccount-content .shop_table tfoot tr:first-child {
  background: none;
}
.woocommerce-MyAccount-content .shop_table tfoot tr:last-child {
  font-weight: 700;
}
.woocommerce-MyAccount-content .shop_table tfoot th {
  font-weight: 700;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: left;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table tfoot th {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}
.woocommerce-MyAccount-content .shop_table tfoot td {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table tfoot td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
}
.woocommerce-MyAccount-content .shop_table tfoot .product-tax,
.woocommerce-MyAccount-content .shop_table tfoot .includes_tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table tfoot .product-tax,
.woocommerce-MyAccount-content .shop_table tfoot .includes_tax {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce-MyAccount-content .shop_table tfoot .woocommerce-shipping-totals li {
  margin-bottom: 5px;
  text-align: left;
}
.woocommerce-MyAccount-content .shop_table tfoot .order-total strong {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table tfoot .order-total strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.woocommerce-MyAccount-content .shop_table tfoot .order-total .includes_tax {
  display: block;
  color: #80868b;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .woocommerce-MyAccount-content .shop_table tfoot .order-total .includes_tax {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * WooCommerce
 */
.woocommerce-notices-wrapper .woocommerce-message {
  color: #31cb42;
}
.woocommerce-notices-wrapper .woocommerce-info {
  color: #fac047;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0 31px;
  border-bottom: 1px solid #dfe1e2;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-message a {
  color: inherit;
}
.no-touchevents .woocommerce-notices-wrapper .woocommerce-info a:hover,
.no-touchevents .woocommerce-notices-wrapper .woocommerce-message a:hover {
  text-decoration: none;
}
.woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 400;
  width: auto;
  margin: 0;
  padding: 12px 25px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
  background: #4a4a4a;
  font-size: 14px;
  font-size: 0.875rem;
  order: 2;
}
@media (min-width: 760px) {
  .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.woocommerce-result-count {
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .woocommerce-result-count {
    float: left;
  }
}

.woocommerce-ordering {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .woocommerce-ordering {
    float: right;
    width: calc(( 100% - 20px ) / 2);
  }
}
@media (min-width: 1280px) {
  .woocommerce-ordering {
    float: right;
    width: calc((100% - ( 20px * 2 )) / 3);
  }
}
@media (min-width: 760px) {
  .columns-2 .woocommerce-ordering {
    float: right;
    width: calc(( 100% - 20px ) / 2);
  }
}
@media (min-width: 760px) {
  .columns-3 .woocommerce-ordering {
    float: right;
    width: calc(( 100% - 20px ) / 2);
  }
}
@media (min-width: 1280px) {
  .columns-3 .woocommerce-ordering {
    float: right;
    width: calc((100% - ( 20px * 2 )) / 3);
  }
}
@media (min-width: 760px) {
  .columns-4 .woocommerce-ordering {
    float: right;
    width: calc(( 100% - 20px ) / 2);
  }
}
@media (min-width: 1280px) {
  .columns-4 .woocommerce-ordering {
    float: right;
    width: calc((100% - ( 20px * 3 )) / 4);
  }
}
.woocommerce-ordering select {
  width: 100%;
  height: 50px;
  padding: 0 49px 0 20px;
  cursor: pointer;
  color: #80868b;
  border: none;
  border-radius: 0;
  background: #f7f7f7 url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.product {
  position: relative;
}
.product .onsale {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border-radius: 100%;
  background: #e32727;
}
.product .onsale:before {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  content: "SALE";
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
  text-align: center;
  text-indent: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.product .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 25px;
  text-decoration: none;
}
.product .product_title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 760px) {
  .product .product_title {
    margin: 20px 0 0 0;
  }
}
.product .woocommerce-product-rating {
  display: flex;
  margin-top: 10px;
  align-items: flex-end;
}
.product .star-rating {
  font-size: 0;
  position: relative;
  display: block;
  width: 67px;
  height: 12px;
}
@media (min-width: 760px) {
  .product .star-rating {
    width: 89px;
    height: 16px;
  }
}
.product .star-rating:before {
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  background: url("assets/images/ratings-empty.svg") no-repeat;
  background-size: 67px 12px;
}
@media (min-width: 760px) {
  .product .star-rating:before {
    width: 89px;
    height: 16px;
    background-size: 89px 16px;
  }
}
.product .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.product .star-rating span:before {
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  background: url("assets/images/ratings-full.svg") no-repeat;
  background-size: 67px 12px;
}
@media (min-width: 760px) {
  .product .star-rating span:before {
    width: 89px;
    height: 16px;
    background-size: 89px 16px;
  }
}
.product .woocommerce-review-link {
  line-height: 1;
  margin-left: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
.no-touchevents .product .woocommerce-review-link:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .product .woocommerce-review-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product .price {
  font-weight: 400;
  display: block;
  margin: 30px 0 0 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 760px) {
  .product .price {
    margin: 40px 0 0 0;
  }
}
.product.sale .price ins {
  text-decoration: none;
  color: #e32727;
}
.product .woocommerce-product-details__short-description {
  line-height: 1.556;
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .product .woocommerce-product-details__short-description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product .woocommerce-product-details__short-description b,
.product .woocommerce-product-details__short-description strong {
  font-weight: 700;
}
.product .woocommerce-product-details__short-description i,
.product .woocommerce-product-details__short-description em {
  font-style: italic;
}
.product .woocommerce-product-details__short-description p {
  margin-bottom: 1em;
}
.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.product .woocommerce-product-details__short-description a {
  color: inherit;
}
.product .woocommerce-product-details__short-description ul,
.product .woocommerce-product-details__short-description ol {
  margin-bottom: 1em;
}
.product .woocommerce-product-details__short-description ul:last-child,
.product .woocommerce-product-details__short-description ol:last-child {
  margin-bottom: 0;
}
.product .woocommerce-product-details__short-description ol {
  counter-reset: li;
}
.product .woocommerce-product-details__short-description ul li,
.product .woocommerce-product-details__short-description ol li {
  font-weight: 400;
  line-height: 1.625;
  margin-left: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .product .woocommerce-product-details__short-description ul li,
.product .woocommerce-product-details__short-description ol li {
    margin-left: 0;
    padding-left: 45px;
  }
}
.product .woocommerce-product-details__short-description ul li:before {
  display: inline-block;
  float: left;
  width: 20px;
  margin-left: -20px;
  content: "•";
  color: #4a4a4a;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 760px) {
  .product .woocommerce-product-details__short-description ul li:before {
    width: 25px;
    margin-left: -25px;
  }
}
.product .woocommerce-product-details__short-description ol li {
  counter-increment: li;
}
.product .woocommerce-product-details__short-description ol li:before {
  display: inline-block;
  float: left;
  width: 20px;
  margin-left: -20px;
  content: counter(li) ".";
  color: #4a4a4a;
}
@media (min-width: 760px) {
  .product .woocommerce-product-details__short-description ol li:before {
    width: 25px;
    margin-left: -25px;
  }
}
.product .woocommerce-variation-description,
.product .wc-tab {
  line-height: 1.556;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .product .woocommerce-variation-description,
.product .wc-tab {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product .woocommerce-variation-description b,
.product .woocommerce-variation-description strong,
.product .wc-tab b,
.product .wc-tab strong {
  font-weight: 700;
}
.product .woocommerce-variation-description i,
.product .woocommerce-variation-description em,
.product .wc-tab i,
.product .wc-tab em {
  font-style: italic;
}
.product .woocommerce-variation-description p,
.product .wc-tab p {
  margin-bottom: 1em;
}
.product .woocommerce-variation-description p:last-child,
.product .wc-tab p:last-child {
  margin-bottom: 0;
}
.product .woocommerce-variation-description a,
.product .wc-tab a {
  color: inherit;
}
.product .woocommerce-variation-description ul,
.product .woocommerce-variation-description ol,
.product .wc-tab ul,
.product .wc-tab ol {
  margin-bottom: 1em;
}
.product .woocommerce-variation-description ul:last-child,
.product .woocommerce-variation-description ol:last-child,
.product .wc-tab ul:last-child,
.product .wc-tab ol:last-child {
  margin-bottom: 0;
}
.product .woocommerce-variation-description ol,
.product .wc-tab ol {
  counter-reset: li;
}
.product .woocommerce-variation-description ul li,
.product .woocommerce-variation-description ol li,
.product .wc-tab ul li,
.product .wc-tab ol li {
  font-weight: 400;
  line-height: 1.625;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .product .woocommerce-variation-description ul li,
.product .woocommerce-variation-description ol li,
.product .wc-tab ul li,
.product .wc-tab ol li {
    margin-left: 0;
    padding-left: 25px;
  }
}
.product .woocommerce-variation-description ul li:before,
.product .wc-tab ul li:before {
  display: inline-block;
  float: left;
  width: 20px;
  margin-left: -20px;
  content: "•";
  color: #4a4a4a;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 760px) {
  .product .woocommerce-variation-description ul li:before,
.product .wc-tab ul li:before {
    width: 25px;
    margin-left: -25px;
  }
}
.product .woocommerce-variation-description ol li,
.product .wc-tab ol li {
  counter-increment: li;
}
.product .woocommerce-variation-description ol li:before,
.product .wc-tab ol li:before {
  display: inline-block;
  float: left;
  width: 20px;
  margin-left: -20px;
  content: counter(li) ".";
  color: #4a4a4a;
}
@media (min-width: 760px) {
  .product .woocommerce-variation-description ol li:before,
.product .wc-tab ol li:before {
    width: 25px;
    margin-left: -25px;
  }
}
.product .cart {
  margin-top: 30px;
}
.product .cart .quantity {
  float: left;
  width: 70px;
  margin: 50px 10px 0 0;
}
.product .cart .quantity .input-text {
  font-weight: 400;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 10px 0 20px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .product .cart .quantity .input-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product .cart .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 400;
  width: calc(100% - 80px);
  max-width: 250px;
  height: 50px;
  margin: 50px 0 0 0;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: #4a4a4a;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .product .cart .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product .woocommerce-variation {
  margin-top: 30px;
}
.product .product_meta {
  line-height: 1.6;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #dfe1e2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .product .product_meta {
    padding-top: 50px;
  }
}
.product .product_meta > span {
  font-weight: 700;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
.product .product_meta > span:first-child {
  margin-top: 0;
}
.product .product_meta > span span,
.product .product_meta > span a {
  font-weight: 400;
  font-style: italic;
  text-transform: initial;
}
.product .product_meta > span a {
  color: inherit;
}

ul.products {
  display: flex;
  clear: both;
  flex-wrap: wrap;
}

.products .product {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  color: #4a4a4a;
}
@media (min-width: 760px) {
  .products .product {
    width: calc(( 100% - 20px ) / 2);
    margin-right: 20px;
  }
  .products .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .products .product {
    width: calc((100% - ( 20px * 2 )) / 3);
    margin-right: 20px;
  }
  .products .product:nth-child(2n) {
    margin-right: 20px;
  }
  .products .product:nth-child(3n) {
    margin-right: 0;
  }
}
.products .product a {
  text-decoration: none;
  color: inherit;
}
.products .product a .price:before {
  display: block;
  width: 100%;
  height: 16px;
  content: "";
}
.products .product .woocommerce-loop-product__link {
  height: 100%;
  padding: 15px 20px 0;
}
.products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  flex-grow: 1;
}
.products .product > .price,
.products .product > .wgm-info,
.products .product > .wc-gzd-additional-info {
  padding: 0 20px;
}
.products .product > .wc-gzd-additional-info {
  font-size: inherit;
  margin: 0;
}
.products .product .price {
  font-weight: 700;
}
.products .product .price .wgm-sale-label {
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.products .product .price .wgm-sale-label:after {
  content: ":";
}
.products .product .wgm-info {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
}
.products .product .wgm-info.woocommerce-de_price_taxrate {
  margin-top: 5px;
}
.products .product .wgm-info.shipping_de {
  margin-top: 10px;
}
.products .product .product-image-wrapper {
  position: relative;
}
.products .product .product-image-wrapper .woocommerce-loop-product__link {
  padding: 0;
}
.products .product img {
  display: block;
  width: 100%;
  height: auto;
}
.no-touchevents .products .product:hover .product-add-to-cart-wrapper {
  opacity: 1;
}
.products .product .product-add-to-cart-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.products .product .button {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 16px 15px 15px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  opacity: 0.8;
  color: #ffffff;
  border-radius: 0;
  background: #4a4a4a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.no-touchevents .products .product .button:hover {
  opacity: 1;
}
.products .product .button.added {
  display: none;
}
.products .product .added_to_cart {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 16px 15px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  background: #31cb42;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.products .product .woocommerce-loop-product__title {
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-size: 1rem;
}
.products .product .star-rating {
  width: 67px;
  height: 12px;
  margin: 5px 0 0 0;
}
.products .product .star-rating:before {
  width: 67px;
  height: 12px;
  background-size: 67px 12px;
}
.products .product .star-rating span:before {
  width: 67px;
  height: 12px;
  background-size: 67px 12px;
}
.products .product .price {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .products.columns-2 .product {
    width: calc(( 100% - 20px ) / 2);
    margin-right: 20px;
  }
  .products.columns-2 .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .products.columns-2 .product {
    width: calc((100% - ( 20px * 1 )) / 2);
    margin-right: 20px;
  }
  .products.columns-2 .product:nth-child(2n) {
    margin-right: 0;
  }
  .products.columns-2 .product:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (min-width: 760px) {
  .products.columns-3 .product {
    width: calc(( 100% - 20px ) / 2);
    margin-right: 20px;
  }
  .products.columns-3 .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .products.columns-3 .product {
    width: calc((100% - ( 20px * 2 )) / 3);
    margin-right: 20px;
  }
  .products.columns-3 .product:nth-child(2n) {
    margin-right: 20px;
  }
  .products.columns-3 .product:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 760px) {
  .products.columns-4 .product {
    width: calc(( 100% - 20px ) / 2);
    margin-right: 20px;
  }
  .products.columns-4 .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .products.columns-4 .product {
    width: calc((100% - ( 20px * 3 )) / 4);
    margin-right: 20px;
  }
  .products.columns-4 .product:nth-child(2n) {
    margin-right: 20px;
  }
  .products.columns-4 .product:nth-child(3n) {
    margin-right: 20px;
  }
  .products.columns-4 .product:nth-child(4n) {
    margin-right: 0;
  }
}

.woocommerce-pagination {
  display: block;
}
.woocommerce-pagination ul {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-pagination li {
  line-height: 1;
  margin-left: 10px;
  text-align: center;
  color: #4a4a4a;
  background: #f7f7f7;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce-pagination li .current {
  font-weight: 700;
  color: #000000;
}
.woocommerce-pagination li .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 14px;
  text-decoration: none;
  color: inherit;
}
.woocommerce-pagination li .prev {
  text-indent: -9999em;
  background: #f7f7f7 url("assets/images/small-arrow-left-dark.svg") no-repeat center;
}
.woocommerce-pagination li .next {
  text-indent: -9999em;
  background: #f7f7f7 url("assets/images/small-arrow-right-dark.svg") no-repeat center;
}

.woocommerce .single-product {
  margin-top: 50px;
}
.woocommerce .single-product .product .onsale {
  top: 25px;
  left: 25px;
}
.woocommerce .single-product .product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-product-gallery {
    float: left;
    width: calc((100% - 50px) / 2);
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .woocommerce .single-product .product .woocommerce-product-gallery {
    width: calc((100% - 100px) / 2);
  }
}
.woocommerce .single-product .product .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
}
.woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav li {
  width: calc((100% - 24px) / 5);
  margin-top: 6px;
  margin-left: 6px;
  cursor: pointer;
}
.woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+1) {
  margin-left: 0;
}
.woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
  height: auto;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav li {
    width: calc((100% - 40px) / 5);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.woocommerce .single-product .product .summary {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .summary {
    float: right;
    width: calc((100% - 50px) / 2);
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .woocommerce .single-product .product .summary {
    width: calc((100% - 100px) / 2);
  }
}
.woocommerce .single-product .product .wgm-info {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce .single-product .product .wgm-info a {
  color: inherit;
}
.woocommerce .single-product .product .wgm-info.woocommerce-de_price_taxrate {
  float: left;
}
.woocommerce .single-product .product .wgm-info.woocommerce_de_versandkosten {
  float: left;
  text-indent: 0.25em;
}
.woocommerce .single-product .product .wgm-info.shipping_de {
  clear: both;
}
.woocommerce .single-product .product .variations {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .variations {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce .single-product .product .variations th,
.woocommerce .single-product .product .variations td {
  display: block;
  text-align: left;
}
.woocommerce .single-product .product .variations tr .label {
  margin-top: 10px;
}
.woocommerce .single-product .product .variations tr:first-child .label {
  margin-top: 0;
}
.woocommerce .single-product .product .variations .label {
  font-weight: 700;
}
.woocommerce .single-product .product .variations .label:after {
  content: ":";
}
.woocommerce .single-product .product .variations .value {
  margin-top: 5px;
}
.woocommerce .single-product .product .variations .value select {
  margin: 0;
  padding: 8px 33px 8px 20px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  border-radius: 0;
  background: transparent url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: right 10px top 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .variations .value select {
    padding: 8px 38px 8px 25px;
    background-position: right 15px top 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce .single-product .product .single_variation_wrap .price {
  margin-top: 0;
}
.woocommerce .single-product .product .fpf-fields {
  margin: 0;
}
.woocommerce .single-product .product .fpf-fields .fpf-field {
  margin-top: 10px;
}
.woocommerce .single-product .product .fpf-fields .fpf-field label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.woocommerce .single-product .product .fpf-fields .fpf-field label:after {
  margin-left: -4px;
  content: ":";
}
.woocommerce .single-product .product .fpf-fields .fpf-field select {
  margin: 0;
  padding: 8px 33px 8px 20px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  border-radius: 0;
  background: transparent url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: right 10px top 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .fpf-fields .fpf-field select {
    padding: 8px 38px 8px 25px;
    background-position: right 15px top 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce .single-product .product .reset_variations {
  margin-left: 10px;
  color: #4a4a4a;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .reset_variations {
    margin-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce .single-product .product .woocommerce-grouped-product-list {
  margin-bottom: 20px;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list td {
  padding-right: 20px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list a {
  color: #4a4a4a;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
  font-weight: 700;
  line-height: 1.1;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-sale-label {
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-sale-label:after {
  content: ":";
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .amount {
  display: block;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del {
  float: left;
  margin-right: 0.25em;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  color: #e32727;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-info {
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-info.woocommerce-de_price_taxrate {
  float: left;
  clear: both;
  margin-top: 5px;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-info.woocommerce_de_versandkosten {
  float: left;
  margin-top: 5px;
  text-indent: 0.25em;
}
.woocommerce .single-product .product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .wgm-info.shipping_de {
  width: 100%;
}
.woocommerce .single-product .product .screen-reader-text {
  display: none;
}
.woocommerce .single-product .product .woocommerce-tabs {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dfe1e2;
  border-bottom: 1px solid #dfe1e2;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs {
    width: 87.5%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .woocommerce .single-product .product .woocommerce-tabs {
    width: calc( 640px + 160px );
  }
}
@media (min-width: 1440px) {
  .woocommerce .single-product .product .woocommerce-tabs {
    width: calc( 780px + 160px );
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tabs {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe1e2;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tabs {
    float: left;
    width: 36%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tabs li {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
  background: url("assets/images/small-arrow-down-dark.svg") no-repeat center right;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tabs li {
    background: transparent;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tabs li:first-child {
  margin-top: 0;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 5px 5px 5px 0;
  text-decoration: none;
  color: #4a4a4a;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tabs li.active {
  font-weight: 700;
  background: url("assets/images/small-arrow-up-dark.svg") no-repeat center right;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tabs li.active {
    background: url("assets/images/small-arrow-right-dark.svg") no-repeat center right;
  }
}
@media (min-width: 760px) {
  .no-touchevents .woocommerce .single-product .product .woocommerce-tabs .wc-tabs li:hover {
    background: url("assets/images/small-arrow-right-dark.svg") no-repeat center right;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab {
  width: 100%;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tab {
    float: right;
    width: 64%;
    padding-left: 80px;
  }
  .woocommerce .single-product .product .woocommerce-tabs .wc-tab h2 {
    display: none;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tab h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table {
  width: 100%;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table tr:last-child th:after,
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table tr:last-child td:after {
  display: none;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table th {
  white-space: nowrap;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table th,
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table td {
  position: relative;
  width: 1px;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .wc-tab table th,
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table td {
    padding: 10px 20px;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table th:after,
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table td:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 1px;
  content: "";
  background: #dfe1e2;
}
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table th:last-child,
.woocommerce .single-product .product .woocommerce-tabs .wc-tab table td:last-child {
  border-right: 0;
}
.woocommerce .single-product .product .woocommerce-tabs #review_form_wrapper {
  margin-top: 25px;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-notes {
  margin-top: 20px;
}
.woocommerce .single-product .product .woocommerce-tabs .commentlist li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe1e2;
}
.woocommerce .single-product .product .woocommerce-tabs .commentlist li:first-child {
  margin-top: 0;
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container {
  display: flex;
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment_container img {
    width: 50px;
    height: 50px;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .star-rating {
  margin-top: 5px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .star-rating {
    width: 67px;
    height: 12px;
  }
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .star-rating:before {
    width: 67px;
    height: 12px;
    background-size: 67px 12px;
  }
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .star-rating span:before {
    width: 67px;
    height: 12px;
    background-size: 67px 12px;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .meta {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .meta strong {
  font-weight: 700;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .meta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .comment_container .comment-text .description {
  font-style: italic;
  margin-top: 10px;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-reply-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-rating label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-rating label {
    margin-bottom: 10px;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars span {
  display: flex;
  width: 89px;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars a {
  font-size: 0;
  position: relative;
  display: block;
  width: 17.8px;
  height: 16px;
  background: url("assets/images/ratings-empty.svg") no-repeat center;
  background-size: 89px 16px;
}
.no-touchevents .woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars a:hover ~ a:before, .woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars a.active ~ a:before {
  opacity: 0;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17.8px;
  height: 16px;
  content: "";
  opacity: 0;
  background: url("assets/images/ratings-full.svg") no-repeat center;
  background-size: 89px 16px;
}
.no-touchevents .woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars:hover a:before, .woocommerce .single-product .product .woocommerce-tabs .comment-respond .stars.selected a:before {
  opacity: 1;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-comment,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-author,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-email {
  margin-top: 20px;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-comment label,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-author label,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-email label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-comment label,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-author label,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-email label {
    margin-bottom: 10px;
  }
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-comment input,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-author input,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-author textarea,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-email input,
.woocommerce .single-product .product .woocommerce-tabs .comment-respond .comment-form-email textarea {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #4a4a4a;
  border: 1px solid #80868b;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce .single-product .product .woocommerce-tabs .comment-respond input[type=submit] {
  font-weight: 700;
  margin: 20px 0 0 0;
  padding: 13px 26px 14px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a4a4a;
  border: 2px solid #80868b;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .product .woocommerce-tabs .comment-respond input[type=submit] {
    font-size: 16px;
    font-size: 1rem;
  }
}
.woocommerce .single-product .related,
.woocommerce .single-product .up-sells {
  margin-top: 50px;
}
.woocommerce .single-product .related > h2,
.woocommerce .single-product .up-sells > h2 {
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 760px) {
  .woocommerce .single-product .related > h2,
.woocommerce .single-product .up-sells > h2 {
    width: 87.5%;
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .woocommerce .single-product .related > h2,
.woocommerce .single-product .up-sells > h2 {
    width: calc( 640px + 160px );
  }
}
@media (min-width: 1440px) {
  .woocommerce .single-product .related > h2,
.woocommerce .single-product .up-sells > h2 {
    width: calc( 780px + 160px );
  }
}

.us_product-share {
  display: flex;
  margin-top: 50px;
  align-items: center;
}

.us_product-share__label {
  font-weight: 700;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.us_product-share__label:after {
  content: ": ";
}

.us_product-share__link {
  font-size: 0;
  display: block;
  margin-right: 10px;
}

.us_product-share__link--facebook {
  width: 20px;
  height: 20px;
  background: url("assets/images/facebook-dark.svg") no-repeat center;
}

.us_product-share__link--twitter {
  width: 23px;
  height: 19px;
  background: url("assets/images/twitter-dark.svg") no-repeat center;
}

.us_product-share__link--pinterest {
  width: 20px;
  height: 20px;
  background: url("assets/images/pinterest-dark.svg") no-repeat center;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * WooCommerce Blocks
 */
.us_content {
  /*
   * Products
   */
  /*
   * Reviews
   */
  /*
   * Grid Product
   */
  /*
   * Product Categories
   */
  /*
   * Product Search
   */
  /*
   * Sort
   */
  /*
   * Featured Product
   */
  /*
   * Pagination
   */
}
.us_content .wc-block-grid__product {
  padding: 0;
}
.us_content .wc-block-grid__product:before {
  display: none;
}
.us_content .wc-block-grid__product img {
  max-width: 100%;
  height: auto;
}
.us_content .wc-block-review-list li {
  padding: 0;
}
.us_content .wc-block-review-list li:before {
  display: none;
}
.us_content .wc-block-review-list-item__rating__stars {
  font-size: 0;
  position: relative;
  display: block;
  width: 67px;
  height: 12px;
}
.us_content .wc-block-review-list-item__rating__stars:before {
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  opacity: 1;
  background: url("assets/images/ratings-empty.svg") no-repeat;
  background-size: 67px 12px;
}
.us_content .wc-block-review-list-item__rating__stars span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.us_content .wc-block-review-list-item__rating__stars span:before {
  position: relative;
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  opacity: 1;
  background: url("assets/images/ratings-full.svg") no-repeat;
  background-size: 67px 12px;
}
.us_content .wc-block-grid__products {
  margin-right: 0;
  margin-left: 0;
}
.us_content .wc-block-grid__product {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  text-align: left;
}
.us_content .wc-block-grid__product > *:nth-last-child(2) {
  margin-bottom: 15px !important;
}
.us_content .wc-block-grid__product .wc-block-grid__product-image {
  margin: 0;
}
.us_content .wc-block-grid__product .wc-block-grid__product-image img {
  display: block;
}
.us_content .wc-block-grid__product .wc-block-grid__product-link {
  margin-bottom: 0 !important;
  text-decoration: none !important;
}
.us_content .wc-block-grid__product .wc-block-grid__product-title {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 15px 20px 0;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-size: 1rem;
}
.us_content .wc-block-grid__product .wc-block-grid__product-onsale {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  border-radius: 100%;
  background: #e32727;
}
.us_content .wc-block-grid__product .wc-block-grid__product-onsale:before {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  content: "SALE";
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
  text-align: center;
  text-indent: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wc-block-grid__product > .wc-block-grid__product-price,
.us_content .wc-block-grid__product > .price,
.us_content .wc-block-grid__product > .wgm-info {
  padding: 0 20px;
}
.us_content .wc-block-grid__product .wc-gzd-additional-info {
  margin: 0;
}
.us_content .wc-block-grid__product .wc-gzd-additional-info a {
  text-decoration: none;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price {
  flex-grow: 1;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price,
.us_content .wc-block-grid__product .price {
  font-weight: 700;
  margin: 15px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price .wc-block-grid__product-price__value,
.us_content .wc-block-grid__product .wc-block-grid__product-price .wc-block-grid__product-price__regular,
.us_content .wc-block-grid__product .price .wc-block-grid__product-price__value,
.us_content .wc-block-grid__product .price .wc-block-grid__product-price__regular {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  color: inherit;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price .wc-block-grid__product-price__regular + .wc-block-grid__product-price__value,
.us_content .wc-block-grid__product .price .wc-block-grid__product-price__regular + .wc-block-grid__product-price__value {
  color: #e32727;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price .wgm-sale-label,
.us_content .wc-block-grid__product .price .wgm-sale-label {
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price .wgm-sale-label:after,
.us_content .wc-block-grid__product .price .wgm-sale-label:after {
  content: ":";
}
.us_content .wc-block-grid__product .wc-block-grid__product-price del,
.us_content .wc-block-grid__product .price del {
  float: left;
  margin-right: 0.25em;
}
.us_content .wc-block-grid__product .wc-block-grid__product-price ins,
.us_content .wc-block-grid__product .price ins {
  text-decoration: none;
  color: #e32727;
}
.us_content .wc-block-grid__product .wc-block-grid__product-rating {
  margin-top: 15px;
  padding: 0 20px;
}
.us_content .wc-block-grid__product .star-rating {
  font-size: 0;
  position: relative;
  display: block;
  width: 67px;
  height: 12px;
  margin: 0;
}
.us_content .wc-block-grid__product .star-rating:before {
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  background: url("assets/images/ratings-empty.svg") no-repeat;
  background-size: 67px 12px;
}
.us_content .wc-block-grid__product .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.us_content .wc-block-grid__product .star-rating span:before {
  position: relative;
  display: block;
  width: 67px;
  height: 12px;
  content: "";
  background: url("assets/images/ratings-full.svg") no-repeat;
  background-size: 67px 12px;
}
.us_content .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  font-weight: 700;
  text-transform: uppercase;
}
.us_content .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  padding: 16px 15px 15px;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wc-block-product-categories__dropdown select {
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0 49px 0 20px;
  cursor: pointer;
  color: #80868b;
  border: none;
  border-radius: 0;
  background: #f7f7f7 url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wc-block-product-search .wc-block-product-search__field {
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  color: #4a4a4a;
  border: none;
  border-bottom: 2px solid #4a4a4a;
  border-radius: 0;
  background: transparent url("assets/images/search-dark.svg") no-repeat center right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.us_content .wc-block-product-search .wc-block-product-search__field.placeholder {
  color: #4a4a4a;
}
.us_content .wc-block-product-search .wc-block-product-search__field:-moz-placeholder {
  color: #4a4a4a;
}
.us_content .wc-block-product-search .wc-block-product-search__field::-moz-placeholder {
  color: #4a4a4a;
}
.us_content .wc-block-product-search .wc-block-product-search__field:-ms-input-placeholder {
  color: #4a4a4a;
}
.us_content .wc-block-product-search .wc-block-product-search__field::-webkit-input-placeholder {
  color: #4a4a4a;
}
.us_content .wc-block-sort-select select {
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0 49px 0 20px;
  cursor: pointer;
  color: #80868b;
  border: none;
  border-radius: 0;
  background: #f7f7f7 url("assets/images/small-arrow-down-dark.svg") no-repeat;
  background-position: center right 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wc-block-featured-product .wc-block-featured-product__price {
  font-weight: 700;
  margin: 15px 0 0 0;
  padding-top: 0;
  font-size: 16px;
  font-size: 1rem;
}
.us_content .wc-block-featured-product .wc-block-featured-product__price .wgm-sale-label {
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.us_content .wc-block-featured-product .wc-block-featured-product__price .wgm-sale-label:after {
  content: ":";
}
.us_content .wc-block-featured-product .wc-block-featured-product__price del {
  float: left;
  margin-right: 0.25em;
}
.us_content .wc-block-featured-product .wc-block-featured-product__price ins {
  text-decoration: none;
  color: #e32727;
}
.us_content .wc-block-pagination {
  display: flex;
  justify-content: flex-end;
}
.us_content .wc-block-pagination .wc-block-pagination-page {
  line-height: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a;
  border: none;
  background: #f7f7f7;
  font-size: 14px;
  font-size: 0.875rem;
}
.us_content .wc-block-pagination .wc-block-pagination-page[title] {
  text-indent: -9999em;
  background: #f7f7f7 url("assets/images/small-arrow-left-dark.svg") no-repeat center;
}
.us_content .wc-block-pagination .wc-block-pagination-page[title][disabled] {
  display: none;
}
.us_content .wc-block-pagination .wc-block-pagination-page[title]:last-child {
  background: #f7f7f7 url("assets/images/small-arrow-right-dark.svg") no-repeat center;
}
.us_content .wc-block-pagination .wc_block-pagination-page--active {
  font-weight: 700;
  color: #000000;
}

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