@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI:
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Admin Starter Theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins. */
/**
*
* Variables
*
**/
/**
*
* Breakpoints
* usage : @include breakpoint(desktop);
**/
/**
*
* Colors
*
**/
/**
*
* Grid
*
**/
/**
*
* Transitions
* usage : transition: get_transition(ease-out-quint)
*
**/
/**
*
*   Buttons
*
 **/
/** Links **/
/*

    @include breakpoint($from, $to, $and);
    You can find a list of breakpoints in the file abstracts/variables/_breakpoints.scss

    Usage:
    a) Min width example
        @include breakpoint(small) {
            color: red;
        }
    b) Range example
        @include breakpoint(small, large) {
            color: red;
        }
    c) Max width example
        @include breakpoint($to: large) {
            color: red;
        }
    d) Min-width with additional properties
        @include breakpoint(small, $and: 'orientation: portrait') {
            color: red;
        }
*/
/**
 * Placeholder Color
 */
/* Reset. */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FFFF00;
  color: #000000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base. */
/**
* Variables used in this file from abstracts/_variable.scss
*
* None
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
/**
*
* Fonts
*
**/
/*
@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Rg-webfont.eot');
    src: url('fonts/Geogtq-Rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Rg-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Rg-webfont.woff') format('woff'),
         url('fonts/Geogtq-Rg-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Rg-webfont.svg#geogrotesque') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Md-webfont.eot');
    src: url('fonts/Geogtq-Md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Md-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Md-webfont.woff') format('woff'),
         url('fonts/Geogtq-Md-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Md-webfont.svg#geogrotesque') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('fonts/Geogtq-Bd-webfont.eot');
    src: url('fonts/Geogtq-Bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Bd-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Bd-webfont.woff') format('woff'),
         url('fonts/Geogtq-Bd-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Bd-webfont.svg#geogrotesque') format('svg');
    font-weight: 700;
    font-style: normal;

}
*/
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/**
* Variables used in this file from abstracts/variables/
*
$font_body
get_color(secondary)
get_color(body_text)
get_color(body_background)
$color_link
$color_link_hover
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
/**
*
* Defaults
*
**/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font: 400 16px/22px "Rubik", sans-serif;
  color: #333333;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix, .section,
.layout, .social__list, .am2-tabs__titles, .am2-video {
  zoom: 1; }

.clearfix::before, .section::before,
.layout::before, .social__list::before, .am2-tabs__titles::before, .am2-video::before,
.clearfix::after,
.section::after,
.layout::after,
.social__list::after,
.am2-tabs__titles::after,
.am2-video::after {
  display: table;
  content: ''; }


.clearfix::after,
.section::after,
.layout::after,
.social__list::after,
.am2-tabs__titles::after,
.am2-video::after {
  clear: both; }

a {
  color: #668F35;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #81b443; }

p,
ul,
ol {
  margin: 0 0 28px; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  font-weight: 500;
  margin: 0px 0px 28px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #668F35; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #81b443; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

mark {
  display: inline-block;
  background: #c24e7c;
  color: #FFFFFF;
  padding: 0px 4px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

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

figure a:hover img {
  opacity: .8; }

img {
  max-width: 100%;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

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

/* Layout. */
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  /*
    Function for breaking grid according to breakpoints
    add columns--break-mobile to .columns class to break it on that breakpoint. i.e. <div class="columns columns--break-mobile"></div>
    this is autogenerated based on $breakpoints inside abstracts/variables/breakpoints.scss
  */ }
  .columns:not(:last-of-type) {
    margin-bottom: 15px; }
  .columns .columns {
    margin-left: -15px;
    margin-right: -15px; }
  @media (max-width: 439px) {
    .columns--break-small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-small > .col {
        max-width: 100%; } }
  @media (max-width: 639px) {
    .columns--break-mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-mobile > .col {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .columns--break-tablet {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-tablet > .col {
        max-width: 100%; } }
  @media (max-width: 1023px) {
    .columns--break-desktop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-desktop > .col {
        max-width: 100%; } }
  @media (max-width: 1339px) {
    .columns--break-large {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .columns--break-large > .col {
        max-width: 100%; } }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col-1 {
  -webkit-box-flex: calc((1 / 12) * 100%);
      -ms-flex: calc((1 / 12) * 100%);
          flex: calc((1 / 12) * 100%);
  max-width: calc((1 / 12) * 100%); }

.col-2 {
  -webkit-box-flex: calc((2 / 12) * 100%);
      -ms-flex: calc((2 / 12) * 100%);
          flex: calc((2 / 12) * 100%);
  max-width: calc((2 / 12) * 100%); }

.col-3 {
  -webkit-box-flex: calc((3 / 12) * 100%);
      -ms-flex: calc((3 / 12) * 100%);
          flex: calc((3 / 12) * 100%);
  max-width: calc((3 / 12) * 100%); }

.col-4 {
  -webkit-box-flex: calc((4 / 12) * 100%);
      -ms-flex: calc((4 / 12) * 100%);
          flex: calc((4 / 12) * 100%);
  max-width: calc((4 / 12) * 100%); }

.col-5 {
  -webkit-box-flex: calc((5 / 12) * 100%);
      -ms-flex: calc((5 / 12) * 100%);
          flex: calc((5 / 12) * 100%);
  max-width: calc((5 / 12) * 100%); }

.col-6 {
  -webkit-box-flex: calc((6 / 12) * 100%);
      -ms-flex: calc((6 / 12) * 100%);
          flex: calc((6 / 12) * 100%);
  max-width: calc((6 / 12) * 100%); }

.col-7 {
  -webkit-box-flex: calc((7 / 12) * 100%);
      -ms-flex: calc((7 / 12) * 100%);
          flex: calc((7 / 12) * 100%);
  max-width: calc((7 / 12) * 100%); }

.col-8 {
  -webkit-box-flex: calc((8 / 12) * 100%);
      -ms-flex: calc((8 / 12) * 100%);
          flex: calc((8 / 12) * 100%);
  max-width: calc((8 / 12) * 100%); }

.col-9 {
  -webkit-box-flex: calc((9 / 12) * 100%);
      -ms-flex: calc((9 / 12) * 100%);
          flex: calc((9 / 12) * 100%);
  max-width: calc((9 / 12) * 100%); }

.col-10 {
  -webkit-box-flex: calc((10 / 12) * 100%);
      -ms-flex: calc((10 / 12) * 100%);
          flex: calc((10 / 12) * 100%);
  max-width: calc((10 / 12) * 100%); }

.col-11 {
  -webkit-box-flex: calc((11 / 12) * 100%);
      -ms-flex: calc((11 / 12) * 100%);
          flex: calc((11 / 12) * 100%);
  max-width: calc((11 / 12) * 100%); }

.col-12 {
  -webkit-box-flex: calc((12 / 12) * 100%);
      -ms-flex: calc((12 / 12) * 100%);
          flex: calc((12 / 12) * 100%);
  max-width: calc((12 / 12) * 100%); }

.element {
  background: #00BFFF;
  height: 50px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }

/*** Layout ***/
.section,
.layout {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  background-size: cover;
  background-position: center; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
  .wrapper--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .wrapper--narrow {
    max-width: 960px; }
  .wrapper .wrapper {
    padding-left: 0;
    padding-right: 0; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.header {
  position: relative; }
  .header--offcanvas {
    padding: 20px 0; }
  .header--site {
    background: #39B54A;
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    width: 100%;
    z-index: 1000; }
    @media (min-width: 640px) {
      .header--site {
        padding: 0px; } }
  @media (min-width: null) {
    .header__col--main-nav {
      display: none; } }

@media (min-width: 1340px) {
  html.has-scrollbar .site-container .alignfull {
    margin-left: calc( -50vw + 50% + 17px / 2);
    margin-right: calc( -50vw + 50% + 17px / 2); } }

html body {
  overflow-x: hidden; }

.site-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  padding-top: 48px; }
  @media (min-width: 768px) {
    .site-container {
      padding-top: 51px; } }
  @media (min-width: 1340px) {
    .site-container .alignfull,
    .site-container .alignwide {
      width: auto;
      max-width: 100vw; }
      .site-container .alignfull .wrapper,
      .site-container .alignwide .wrapper {
        padding-right: 15px;
        padding-left: 15px; }
    .site-container .alignfull {
      margin-left: calc( -50vw + 50%);
      margin-right: calc( -50vw + 50%); } }

@media (min-width: 1340px) and (min-width: 1340px) {
  .site-container .alignwide {
    margin-left: calc( -42.3vw + 50%);
    margin-right: calc( -42.3vw + 50%); } }

.site-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
  background-color: #3A3A3A;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .site-offcanvas--right {
    left: -100%; }
  .site-offcanvas--left {
    right: -100%; }
  @media (min-width: 768px) {
    .site-offcanvas .resp-buttons {
      margin: 20px 0; } }

.menu-open {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .menu-open .header,
    .menu-open .site-container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  .menu-open .site-offcanvas {
    pointer-events: all;
    opacity: 1;
    overflow-y: visible;
    z-index: 9000; }
    .menu-open .site-offcanvas--right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
    .menu-open .site-offcanvas--left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    @media (min-width: 768px) {
      .menu-open .site-offcanvas {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .menu-open .header--sticky {
    z-index: 100; }

.footer {
  padding: 20px 0px; }
  .footer--site {
    color: #FFFFFF;
    background: #39B54A; }

/* .copyright {} */
/* Components. */
.am2-accordion {
  width: 100%; }
  .am2-accordion:last-child {
    margin-bottom: 0px; }
  .am2-accordion__panel {
    clear: both; }
  .am2-accordion__panel-title {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #FFFFFF;
    fill: #FFFFFF;
    background: #831b45;
    border-bottom: 1px solid #59122f;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .am2-accordion__panel-title:hover {
      background: #59122f; }
  .am2-accordion__toggle-icon {
    top: 4px;
    float: right;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-accordion__panel-content {
    display: none;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0 0 3px 3px; }
  .am2-accordion__panel--current .am2-accordion__panel-title {
    background: #59122f; }
  .am2-accordion__panel--current .am2-accordion__toggle-icon {
    top: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.accordion {
  padding: 28px 0; }
  .accordion__title {
    font-size: 16px;
    color: #333333;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #efefef; }
    .accordion__panel--active .accordion__title {
      color: #39B54A;
      border: 0px; }
    .accordion__title:after {
      content: "";
      width: 10px;
      height: 10px;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .accordion__panel--active .accordion__title:after {
        -webkit-transform: translateY(-42%) rotate(225deg);
                transform: translateY(-42%) rotate(225deg); }
  .accordion__content {
    padding-bottom: 14px; }
    .accordion__content h2 {
      display: none; }
  .accordion__panel--active {
    border-bottom: 1px solid #efefef; }

.badge {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 9px;
  padding: 0px 12px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #333333;
  line-height: 16px;
  color: #F7F7F7;
  border-radius: 3px; }
  .badge--primary {
    background: #831b45;
    color: #F7F7F7; }
  .badge--secondary {
    background: #c24e7c;
    color: #F7F7F7; }
  .badge--featured {
    background: #CC7D2C;
    color: #F7F7F7; }
  .badge--transparent {
    background: transparent;
    color: #831b45; }
  .badge--danger {
    background: #B2153D;
    color: #F7F7F7; }
  .badge--full-width {
    width: 100%; }

.breadcrumbs {
  padding: 0;
  margin-bottom: 28px; }
  .breadcrumbs__item {
    display: inline-block;
    color: #831b45; }
    .breadcrumbs__item-icon {
      margin: 0 10px;
      width: 12px;
      height: 12px;
      fill: #831b45; }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(body_text)
get_color(gray)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
$padding_button
$padding_large_button
$padding_small_button
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
button,
.button,
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-product-categories__button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 13px;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  background: #F7F7F7;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  button:active,
  .button:active,
  .wc-block-grid__product-add-to-cart .wp-block-button__link:active,
  .wc-block-product-categories__button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  button:focus,
  .button:focus,
  .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
  .wc-block-product-categories__button:focus {
    text-decoration: none;
    color: #333333; }
  button:hover,
  .button:hover,
  .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
  .wc-block-product-categories__button:hover {
    background: #fcfcfc;
    color: #333333; }
  button:last-child,
  .button:last-child,
  .wc-block-grid__product-add-to-cart .wp-block-button__link:last-child,
  .wc-block-product-categories__button:last-child {
    margin-right: 0px; }

.button span, .wc-block-grid__product-add-to-cart .wp-block-button__link span, .wc-block-product-categories__button span {
  display: inline-block;
  margin-right: 6px; }
  .button span:last-child, .wc-block-grid__product-add-to-cart .wp-block-button__link span:last-child, .wc-block-product-categories__button span:last-child {
    margin-right: 0px; }

.button__icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  vertical-align: text-top; }
  .button__icon:last-child {
    margin-right: 0px; }

.button--large {
  padding: 14px 20px;
  font-size: 18px; }
  .button--large .button__icon {
    width: 18px;
    height: 18px; }

.button--small {
  padding: 6px 8px;
  font-size: 9px; }
  .button--small .button__icon {
    width: 12px;
    height: 12px; }

.button--primary {
  background: #831b45;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--primary:hover {
    background: #981f50;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--primary:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--secondary {
  background: #c24e7c;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--secondary:hover {
    background: #c9618a;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--secondary:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--featured {
  background: #CC7D2C;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--featured:hover {
    background: #d58a3c;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--featured:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--danger {
  background: #B2153D;
  color: #FFFFFF;
  fill: #FFFFFF; }
  .button--danger:hover {
    background: #e01a4d;
    color: #FFFFFF;
    fill: #FFFFFF; }
  .button--danger:focus {
    color: #FFFFFF;
    fill: #FFFFFF; }

.button--transparent {
  background: transparent;
  color: #831b45;
  fill: #831b45;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .button--transparent:hover {
    color: #ad245b;
    fill: #ad245b;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--transparent:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--transparent:focus {
    background-color: transparent; }

.button--full-width {
  display: block;
  width: 100%; }

button:disabled,
.button--disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  button:disabled:hover,
  .button--disabled:hover {
    color: inherit;
    background-color: inherit; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

textarea, .form__input {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  outline: none;
  border: 1px solid #F7F7F7; }
  textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder {
    color: #333333; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
    color: #333333; }
  textarea::-webkit-input-placeholder, .form__input::-webkit-input-placeholder {
    color: #333333; }
  textarea::-moz-placeholder, .form__input::-moz-placeholder {
    color: #333333; }
  textarea::placeholder, .form__input::placeholder {
    color: #333333; }
  textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
    color: #333333; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, .form__input:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder, .form__input:focus:-ms-input-placeholder, textarea:focus::placeholder, .form__input:focus::placeholder {
    color: transparent; }

textarea {
  height: 302px; }
  @media (min-width: 640px) {
    textarea {
      height: 130px; } }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border-bottom-color: #831b45; }

label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 14px; }
  label[data-error] {
    display: block;
    height: 0px; }

input[type='checkbox'] {
  display: none; }

input[type='checkbox'] + label {
  margin-left: 25px; }

input[type='checkbox'] + label::after {
  content: '✔';
  cursor: pointer;
  position: absolute;
  width: 9px;
  height: 5px;
  opacity: 0;
  background: transparent;
  top: 0px;
  left: 3px;
  color: #F7F7F7;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='checkbox']:checked + label::after {
  opacity: 1;
  color: #333333;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='checkbox'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  border: 2px solid #F7F7F7; }

input[type='radio'] {
  display: none; }

input[type='radio'] + label {
  margin-left: 25px; }

input[type='radio'] + label::after {
  content: '';
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #F7F7F7;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0); }

input[type='radio']:checked + label::after {
  opacity: 1;
  background: #333333;
  -webkit-transform: scale(1);
          transform: scale(1); }

input[type='radio'] + label::before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 2px solid #F7F7F7;
  border-radius: 50%; }

/* Chrome orange autofill color override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

.form {
  margin-bottom: 28px; }
  .form:last-child {
    margin-bottom: 0; }
  .form__field-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-bottom-color: #dedede;
    border-bottom-width: 2px; }
    .form__field-icon--left {
      right: auto;
      left: 0; }
  .form__input::-webkit-file-upload-button {
    padding: 8px 15px;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    position: relative;
    left: -10px; }
  .form__input:disabled {
    color: rgba(247, 247, 247, 0.3);
    background: #F7F7F7;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form__input--has-left-icon {
    padding-left: 68px; }
  .form__input--has-right-icon {
    padding-right: 68px; }
  .form__input-row {
    position: relative; }
  .form__required {
    color: #B2153D;
    vertical-align: super;
    font-size: smaller; }
  .form__field-description {
    vertical-align: super;
    font-size: smaller; }
  .form__row {
    position: relative;
    margin-bottom: 28px; }
    @media (min-width: 640px) {
      .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .form__row:last-child {
      margin-bottom: 0; }
  .form__column {
    position: relative; }
    @media (min-width: 640px) {
      .form__column {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 0 !important; } }
    .form__column:not(:last-child) {
      margin-bottom: 25px; }

.logo {
  margin: 0px;
  line-height: 1; }
  @media (min-width: 640px) {
    .logo {
      height: auto;
      max-width: none;
      max-width: initial; } }
  .logo__link {
    display: block;
    font-size: 24px;
    color: #FFFFFF; }
    @media (max-width: 639px) {
      .logo__link {
        text-align: center; } }
    .logo__link img {
      width: auto;
      vertical-align: middle; }
    .logo__link:hover {
      color: #EEEEEE; }

.google-map {
  height: 0;
  padding-bottom: 100%; }
  @media (min-width: 640px) {
    .google-map {
      padding-bottom: 60%; } }
  @media (min-width: 768px) {
    .google-map {
      padding-bottom: 40%; } }
  @media (min-width: 1024px) {
    .google-map {
      padding-bottom: 30%; } }
  .google-map__js {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.am2-map {
  padding: 0; }
  .am2-map__title {
    font: 700 48px/48px "Rubik", sans-serif;
    padding-top: 50px;
    letter-spacing: normal;
    color: #831b45; }
  .am2-map__columns {
    display: block;
    margin-bottom: 50px; }
    @media (min-width: 640px) {
      .am2-map__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  .am2-map__col {
    width: 100%;
    line-height: 1.5;
    color: #6c6c6c; }
    .am2-map__col--info, .am2-map__col--description {
      margin-bottom: 25px; }
      @media (min-width: 640px) {
        .am2-map__col--info, .am2-map__col--description {
          margin-bottom: 0; } }
    @media (min-width: 640px) {
      .am2-map__col--info {
        max-width: 235px; } }
    @media (min-width: 1024px) {
      .am2-map__col--info {
        max-width: 315px; } }

.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right; }

.menu {
  /* Default Menu CSS - if used without walker */
  list-style: none;
  padding: 0;
  /* Main Navigation */ }
  .menu--main-menu {
    display: none;
    /* One Menu Item */ }
    @media (min-width: 640px) {
      .menu--main-menu {
        display: block; } }
    .menu--main-menu .menu-item {
      position: relative;
      display: inline-block;
      /* Show Dropdown Menu Items on hover */
      /* Items that have dropdowns */
      /**
			 * Menu Items Depth
			 * -- target with "depth-#" for each menu-item class levels
			 * The one bellow is for "first level" dropdown menu items
			 */
      /* Hover/Active state for Main/Dropdown Menu Item Links and his ancestors */
      /* Menu Item Link */
      /* Menu Item Dropdown List */ }
      .menu--main-menu .menu-item:hover > .menu-item__dropdown {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible; }
      .menu--main-menu .menu-item--has-children .menu-item__link {
        padding-right: 30px; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children.menu-item--current-item.menu-item--depth-0::after, .menu--main-menu .menu-item--has-children:hover.menu-item--depth-0::after {
        border-top-color: #831b45; }
      .menu--main-menu .menu-item--has-children.menu-item--current-ancestor::after, .menu--main-menu .menu-item--has-children.menu-item--current-parent::after, .menu--main-menu .menu-item--has-children.menu-item--current-item::after, .menu--main-menu .menu-item--has-children:hover::after {
        border-top-color: white; }
      .menu--main-menu .menu-item--has-children::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #831b45;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .menu--main-menu .menu-item--depth-0::after {
        border-top-color: #FFFFFF; }
      .menu--main-menu .menu-item--depth-0 .menu-item--has-children::after {
        -webkit-transform: rotate(-90deg) translateY(-50%);
                transform: rotate(-90deg) translateY(-50%); }
      .menu--main-menu .menu-item--depth-1 {
        display: block; }
      .menu--main-menu .menu-item--current-ancestor > .menu-item__link, .menu--main-menu .menu-item--current-item > .menu-item__link, .menu--main-menu .menu-item:hover > .menu-item__link {
        /* For Main Item Link */
        /* For Dropdown Item Link */ }
        .menu--main-menu .menu-item--current-ancestor > .menu-item__link--main, .menu--main-menu .menu-item--current-item > .menu-item__link--main, .menu--main-menu .menu-item:hover > .menu-item__link--main {
          background: white;
          color: #831b45; }
        .menu--main-menu .menu-item--current-ancestor > .menu-item__link--dropdown, .menu--main-menu .menu-item--current-item > .menu-item__link--dropdown, .menu--main-menu .menu-item:hover > .menu-item__link--dropdown {
          border-color: #831b45;
          background: #831b45;
          color: white; }
      .menu--main-menu .menu-item__link {
        display: block;
        padding: 15px 20px;
        font-weight: 400;
        /* Main Menu Item Link */
        /* Dropdown Menu Item Link */ }
        .menu--main-menu .menu-item__link--main {
          color: white;
          text-align: center;
          text-transform: uppercase; }
        .menu--main-menu .menu-item__link--dropdown {
          padding: 10px 8px;
          text-align: left;
          border-top: 1px solid lightgray; }
      .menu--main-menu .menu-item__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        min-width: 220px;
        opacity: 0;
        visibility: hidden;
        background: white;
        border-top: 3px solid #831b45;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        z-index: 1030;
        /**
				 * Dropdown Items Depth
				 * -- target with "depth-#" for each dropdown levels
				 * The one bellow is for "second level" dropdown items (0-is for first level dropdown)
				 */
        /* On dropdowns - the menu items are full width, stacked */ }
        .menu--main-menu .menu-item__dropdown--depth-1, .menu--main-menu .menu-item__dropdown--depth-2, .menu--main-menu .menu-item__dropdown--depth-3 {
          top: -3px;
          left: 100%;
          border-top: 0;
          border-left: 3px solid #831b45;
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px); }
        .menu--main-menu .menu-item__dropdown .menu-item {
          width: 100%; }
  .menu--footer-menu {
    margin-top: 15px;
    text-align: left; }
    @media (min-width: 640px) {
      .menu--footer-menu {
        text-align: center; } }
    .menu--footer-menu .menu-item {
      float: left;
      margin-right: 10px;
      min-width: 200px;
      margin-bottom: 5px; }
      @media (min-width: 640px) {
        .menu--footer-menu .menu-item {
          float: none;
          margin-right: 0; } }
      .menu--footer-menu .menu-item__link {
        color: #EBEEF0;
        font-weight: 300; }

.mobile-top-bar {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-offcanvas--left .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .site-offcanvas--right .mobile-top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.menu--responsive-menu {
  position: relative;
  display: block;
  padding: 50px 25px; }
  @media (min-width: 640px) {
    .menu--responsive-menu {
      padding-top: 0;
      padding-left: 0;
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .menu--responsive-menu {
      display: none; } }
  .menu--responsive-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: left; }
    .menu--responsive-menu .menu-item + .menu-item {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .menu--responsive-menu .menu-item + .menu-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .menu--responsive-menu .menu-item__link {
      position: relative;
      display: block;
      padding: 8px;
      color: white;
      font-weight: 300;
      text-align: left;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
      .menu--responsive-menu .menu-item__link--main {
        font-size: 16px;
        line-height: 12px;
        font-weight: 300;
        padding: 20px 0; }
        @media (min-width: 640px) {
          .menu--responsive-menu .menu-item__link--main {
            font-size: 16px; } }
      .menu--responsive-menu .menu-item__link--opened {
        font-weight: bold; }
    .menu--responsive-menu .menu-item__dropdown {
      position: relative;
      display: none;
      /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
      /* &--depth-0,
      &--depth-1,
      &--depth-2 {
        border-left: 5px solid rgba(0, 0, 0, 0.2);
      } */ }
      .menu--responsive-menu .menu-item__dropdown .menu-item {
        text-align: left;
        background-color: #3A3A3A;
        padding: 5px 20px; }
        .menu--responsive-menu .menu-item__dropdown .menu-item + .menu-item:last-child {
          border-bottom: 0; }
        .menu--responsive-menu .menu-item__dropdown .menu-item__link {
          font-size: 13px;
          color: white; }
          .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown {
            color: #7B7B7B; }
            .menu--responsive-menu .menu-item__dropdown .menu-item__link--dropdown:hover {
              color: #fff; }
          @media (min-width: 640px) {
            .menu--responsive-menu .menu-item__dropdown .menu-item__link {
              font-size: 15px; } }
    .menu--responsive-menu .menu-item__toggle {
      position: absolute;
      top: 50%;
      right: -10px;
      display: block;
      padding: 10px 15px;
      margin: 0;
      background: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1040;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white; }
      .menu--responsive-menu .menu-item__toggle svg {
        display: block;
        width: 22px;
        height: 14px;
        -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: white;
        fill: currentColor; }
        @media (min-width: 640px) {
          .menu--responsive-menu .menu-item__toggle svg {
            width: 28px;
            height: 20px; } }
      .menu--responsive-menu .menu-item__toggle.rotate-arrow svg {
        -webkit-transform: rotate(0);
                transform: rotate(0); }

.resp-buttons {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 640px) {
    .resp-buttons {
      display: none; } }
  .header--direction-right .resp-buttons,
  .site-offcanvas--right .resp-buttons {
    right: 0; }
  .header--direction-left .resp-buttons,
  .site-offcanvas--left .resp-buttons {
    left: 0; }
  .resp-buttons__menu-button, .resp-buttons__menu-text {
    display: inline-block;
    color: white;
    vertical-align: middle; }
  .resp-buttons__menu-text {
    margin: 0 15px; }

.menu-toggle {
  cursor: pointer;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  width: 34px;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .menu-toggle > * {
    display: block; }
  .menu-toggle:hover, .menu-toggle:focus {
    outline: none; }
  .menu-toggle::-moz-focus-inner {
    border: 0; }
  .menu-toggle__lines {
    display: inline-block;
    height: 4.85714px;
    width: 34px;
    border-radius: 2.42857px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: white;
    height: 2.5px;
    position: relative;
    width: 30px; }
    .menu-toggle__lines::before, .menu-toggle__lines::after {
      display: inline-block;
      height: 4.85714px;
      width: 34px;
      border-radius: 2.42857px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: white;
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 2.42857px center;
              transform-origin: 2.42857px center;
      width: 30px;
      height: 2.5px; }
    .menu-toggle__lines::before {
      top: 11.33333px; }
    .menu-toggle__lines::after {
      top: -11.33333px; }
    .menu-toggle--active .menu-toggle__lines {
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
              transform: scale3d(0.8, 0.8, 0.8); }

.menu-toggle--xbutterfly .menu-toggle__lines::before, .menu-toggle--xbutterfly .menu-toggle__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }

.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines {
  background: transparent; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before, .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    top: 0;
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
    width: 34px; }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }
  .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_transition(ease-in-out-quad)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  width: 600px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #831b45;
  outline: none; }
  .modal-box .modal-box__header {
    padding: 1.25em 1.5em; }
    .modal-box .modal-box__header .modal-box__title {
      margin: 0; }
  .modal-box .modal-box__footer {
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid #DDDDDD;
    padding: 1em;
    text-align: right; }
  .modal-box .modal-box__modal-body {
    min-height: 80px;
    padding: 1.25em 1.5em; }
  .modal-box .modal-box__close {
    color: #BBBBBB;
    font-size: 2.5em;
    line-height: 1;
    position: absolute;
    right: 2%;
    text-decoration: none;
    top: 5%;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .modal-box .modal-box__close:hover {
      color: #831b45; }

.modal-box__modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900; }
  .modal-box__modal-overlay.active {
    opacity: 1; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$font_line_height
$font_size
$component_margin
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(gray)
get_transition(ease-in-out-quad)
$text_color_primary
$text_color_secondary
$text_color_featured
$text_color_danger
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.notification {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 2px;
  background: #ECEDF0;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  zoom: 1; }
  .notification:last-child {
    margin-bottom: 0; }
  .notification::before, .notification::after {
    display: table;
    content: ''; }
  .notification::after {
    clear: both; }
  .notification__close {
    float: right;
    position: relative;
    top: 0px;
    right: -10px;
    font-size: 20px;
    text-decoration: none;
    background: none;
    border: 0;
    margin: 0px;
    padding: 0px 4px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .notification__close:hover, .notification__close:focus {
      background: none;
      border: 0;
      margin: 0px;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .notification .button,
  .notification .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .notification .wp-block-button__link, .notification .wc-block-product-categories__button {
    text-decoration: none; }
  .notification__icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: text-top; }
    .notification__icon:last-child {
      margin-right: 0px; }
  .notification__title {
    margin-bottom: 4px; }
  .notification--success {
    background: #d43072;
    color: #FFFFFF;
    fill: #FFFFFF;
    /* .notification__icon {

    } */ }
    .notification--success p {
      color: #FFFFFF; }
    .notification--success a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--success .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--warning {
    background: #e3b07b;
    color: #FFFFFF; }
    .notification--warning p {
      color: #FFFFFF; }
    .notification--warning a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--warning .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--error {
    background: #e9446e;
    color: #FFFFFF; }
    .notification--error p {
      color: #FFFFFF; }
    .notification--error a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--error .notification__close {
      color: #FFFFFF;
      text-decoration: none; }
  .notification--info {
    background: #dc9ab4;
    color: #FFFFFF; }
    .notification--info p {
      color: #FFFFFF; }
    .notification--info a {
      text-decoration: underline;
      color: #FFFFFF; }
    .notification--info .notification__close {
      color: #FFFFFF;
      text-decoration: none; }

.pagination {
  position: relative;
  padding-left: 0; }
  .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px; }
    .pagination li a {
      color: #333333;
      display: inline-block;
      font-size: 1.2rem;
      padding: 0 10px;
      line-height: 30px; }
      .pagination li a:hover {
        background: #c24e7c; }
    .pagination li.active a {
      color: #FFFFFF; }
      .pagination li.active a:hover {
        background: #c24e7c; }
    .pagination li.active {
      background-color: #831b45; }
    .pagination li.disabled a {
      cursor: default;
      color: #999999; }
    .pagination li i {
      font-size: 2rem; }
  .pagination li.pages ul li {
    display: inline-block;
    float: none; }
  .pagination__arrow.disabled {
    pointer-events: none;
    opacity: .5; }
  .pagination__arrow svg {
    width: 30px;
    height: 30px;
    fill: #831b45; }
  .pagination__arrow:hover a {
    background: none; }
    .pagination__arrow:hover a svg {
      fill: #c24e7c; }
  .pagination__arrow .pagination__arrow--next {
    position: absolute;
    right: 0; }

/*** Slider ***/
.am2-slider {
  position: relative;
  padding: 0; }
  .am2-slider__item {
    position: relative; }
    .am2-slider__item + .am2-slider__item:not(.slick-slide) {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .am2-slider__item-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .am2-slider__item-heading, .am2-slider__item-description {
      color: #39B54A;
      text-align: center; }
    .am2-slider__item .am2-image__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: -1; }
    .am2-slider__item .columns {
      padding: 8rem 0 10rem; }

.social__list {
  padding: 0px; }

.social__item {
  list-style-type: none;
  float: left;
  margin: 0px 4px; }

.social__link {
  display: block; }
  .social__link:hover {
    opacity: 0.6; }
  .social__link svg {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    fill: #FFFFFF;
    margin: 5px; }

.social--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }

.status {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  line-height: 16px;
  border-radius: 3px; }
  .status::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
    background: #333333;
    vertical-align: middle; }
  .status__primary::before {
    background: #831b45; }
  .status__secondary::before {
    background: #c24e7c; }
  .status__featured::before {
    background: #CC7D2C; }
  .status__transparent::before {
    background: transparent; }
  .status__danger::before {
    background: #B2153D; }
  .status__new::before {
    background: #F1E41E; }
  .status__in-progress::before {
    background: #67E6E7; }
  .status__done::before {
    background: #ADE358; }
  .status__received::before {
    background: #A15BAE; }
  .status__at-engravers::before {
    background: #AEAEAE; }
  .status__shipping::before {
    background: #F19D1A; }
  .status__completed::before {
    background: #ADE358; }
  .status__canceled::before {
    background: #DE3524; }
  .status__invoice-pending::before {
    background: #F19D1A; }
  .status__closed::before {
    background: #AEAEAE; }
  .status__paid::before {
    background: #67A6E7; }
  .status__full-width {
    width: 100%; }

/**
* Variables used in this file from abstracts/_variable.scss
*
* None
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.svg-icon {
  display: inline-block;
  vertical-align: middle; }
  .svg-icon__full-width {
    width: 100%; }
  .svg-icon__large {
    width: 72px;
    height: 72px; }
  .svg-icon__medium {
    width: 28px;
    height: 28px; }
  .svg-icon__small {
    width: 14px;
    height: 14px; }

/**
* Variables used in this file from abstracts/_variable.scss
*
get_transition(ease-in-out-quad)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .am2-table:last-child {
    margin-bottom: 0px; }

.table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #F7F7F7;
  border-left: 1px solid #F7F7F7;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto; }
  .table__head .table__row:hover {
    background: inherit; }
  .table__heading {
    vertical-align: middle;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    text-align: center;
    padding: 5px 10px; }
  .table__row:hover {
    background: #F7F7F7; }
  .table__cell {
    text-align: left;
    padding: 5px 10px;
    border-top: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7; }
    .table__cell:first-child {
      text-align: left; }

/**
* Variables used in this file from abstracts/_variable.scss
*
$component_margin
get_color(primary)
get_color(gray)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.am2-tabs:last-child {
  margin-bottom: 0px; }

.am2-tabs__titles {
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.am2-tabs__title {
  float: left;
  cursor: pointer;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__title--current .am2-tabs__link {
    background: white;
    border-bottom: 2px solid #831b45; }

.am2-tabs__link {
  padding: 10px 20px;
  display: inline-block;
  background: #F7F7F7;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__link:hover {
    background: white;
    border-bottom: 2px solid #831b45; }
  .am2-tabs__link[disabled] {
    cursor: not-allowed;
    background: white; }
    .am2-tabs__link[disabled]:hover {
      background: inherit;
      border-bottom: 2px solid transparent; }

.am2-tabs__panels {
  width: 100%; }

.am2-tabs__panel {
  display: none;
  padding: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
  .am2-tabs__panel--current {
    display: block; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

/* Gutenberg Default */
@media (min-width: 768px) {
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: block; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    max-width: 100%; } }

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 35px; } }

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 0; }
  @media (min-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 30px; } }
  @media (min-width: null) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding: 0 6%; } }

.wp-block-media-text__media, .wp-block-media-text__content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.wp-block-media-text__media, .wp-block-media-text__content {
  max-width: 50%; }

.wp-block-media-text a:not(.button):not(.wc-block-product-categories__button) {
  font-weight: 400; }

/* WooCommerce */
/**
 * Extends Bootstrap tables
 */
.woocommerce table, .woocommerce-checkout-review-order-table, .cart_totals table, table.variations,
table.shop_attributes,
.woocommerce-grouped-product-list {
  width: 100%;
  border: 1px solid lightgray;
  border-top: 3px solid #39B54A;
  margin-bottom: 2.5rem; }
  .woocommerce table td, .woocommerce-checkout-review-order-table td, .cart_totals table td, table.variations td, table.shop_attributes td, .woocommerce-grouped-product-list td,
  .woocommerce table th,
  .woocommerce-checkout-review-order-table th,
  .cart_totals table th,
  table.variations th,
  table.shop_attributes th,
  .woocommerce-grouped-product-list th {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid lightgray; }

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.woocommerce .processing,
.woocommerce-page .processing {
  position: relative; }
  .woocommerce .processing::before,
  .woocommerce-page .processing::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 1.5em;
    width: 1.5em;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background: url("../images/loader-black.svg") center center;
    background-size: cover;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    color: rgba(0, 0, 0, 0.75); }

.woocommerce .loader::before,
.woocommerce-page .loader::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 1.5em;
  width: 1.5em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url("../images/loader-black.svg") center center;
  background-size: cover;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2); }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2); }
    @media (min-width: 1024px) {
      .woocommerce .col2-set .col-1,
      .woocommerce .col2-set .col-2,
      .woocommerce-page .col2-set .col-1,
      .woocommerce-page .col2-set .col-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 6 / 12 * 100%); } }

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2);
  list-style: none;
  padding: 0; }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2); }
    @media (min-width: null) {
      .woocommerce ul.products[class*="columns-"] li.product,
      .woocommerce-page ul.products[class*="columns-"] li.product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 12 / 12 * 100%); } }
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 12 / 12 * 100%); }
    @media (min-width: 440px) {
      .woocommerce ul.products.columns-3 li.product,
      .woocommerce-page ul.products.columns-3 li.product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 6 / 12 * 100%); } }
    @media (min-width: 1024px) {
      .woocommerce ul.products.columns-3 li.product,
      .woocommerce-page ul.products.columns-3 li.product {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 4 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 6 / 12 * 100%); } }
  @media (min-width: 1340px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 3 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 6 / 12 * 100%); } }
  @media (min-width: 1024px) {
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 4 / 12 * 100%); } }
  @media (min-width: 1340px) {
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 3 / 12 * 100%); } }

/**
* Woo Field Function is extended to use Bootstrap Classes
*/
.woocommerce-form,
.woocommerce-account-fields,
.woocommerce-ResetPassword,
.woocommerce-EditAccountForm,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-address-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2); }
  .woocommerce-form .form-row,
  .woocommerce-account-fields .form-row,
  .woocommerce-ResetPassword .form-row,
  .woocommerce-EditAccountForm .form-row,
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-additional-fields__field-wrapper .form-row {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    margin-left: 0;
    margin-right: 0; }
    .woocommerce-form .form-row-first, .woocommerce-form .form-row-last,
    .woocommerce-account-fields .form-row-first,
    .woocommerce-account-fields .form-row-last,
    .woocommerce-ResetPassword .form-row-first,
    .woocommerce-ResetPassword .form-row-last,
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last,
    .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce-billing-fields__field-wrapper .form-row-last,
    .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce-address-fields__field-wrapper .form-row-last,
    .woocommerce-shipping-fields__field-wrapper .form-row-first,
    .woocommerce-shipping-fields__field-wrapper .form-row-last,
    .woocommerce-additional-fields__field-wrapper .form-row-first,
    .woocommerce-additional-fields__field-wrapper .form-row-last {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 12 / 12 * 100%); }
      @media (min-width: 640px) {
        .woocommerce-form .form-row-first, .woocommerce-form .form-row-last,
        .woocommerce-account-fields .form-row-first,
        .woocommerce-account-fields .form-row-last,
        .woocommerce-ResetPassword .form-row-first,
        .woocommerce-ResetPassword .form-row-last,
        .woocommerce-EditAccountForm .form-row-first,
        .woocommerce-EditAccountForm .form-row-last,
        .woocommerce-billing-fields__field-wrapper .form-row-first,
        .woocommerce-billing-fields__field-wrapper .form-row-last,
        .woocommerce-address-fields__field-wrapper .form-row-first,
        .woocommerce-address-fields__field-wrapper .form-row-last,
        .woocommerce-shipping-fields__field-wrapper .form-row-first,
        .woocommerce-shipping-fields__field-wrapper .form-row-last,
        .woocommerce-additional-fields__field-wrapper .form-row-first,
        .woocommerce-additional-fields__field-wrapper .form-row-last {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: calc( 6 / 12 * 100%); } }
    .woocommerce-form .form-row-wide,
    .woocommerce-account-fields .form-row-wide,
    .woocommerce-ResetPassword .form-row-wide,
    .woocommerce-EditAccountForm .form-row-wide,
    .woocommerce-billing-fields__field-wrapper .form-row-wide,
    .woocommerce-address-fields__field-wrapper .form-row-wide,
    .woocommerce-shipping-fields__field-wrapper .form-row-wide,
    .woocommerce-additional-fields__field-wrapper .form-row-wide {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
  .woocommerce-form fieldset,
  .woocommerce-account-fields fieldset,
  .woocommerce-ResetPassword fieldset,
  .woocommerce-EditAccountForm fieldset,
  .woocommerce-billing-fields__field-wrapper fieldset,
  .woocommerce-address-fields__field-wrapper fieldset,
  .woocommerce-shipping-fields__field-wrapper fieldset,
  .woocommerce-additional-fields__field-wrapper fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 12 / 12 * 100%); }
    .woocommerce-form fieldset legend,
    .woocommerce-account-fields fieldset legend,
    .woocommerce-ResetPassword fieldset legend,
    .woocommerce-EditAccountForm fieldset legend,
    .woocommerce-billing-fields__field-wrapper fieldset legend,
    .woocommerce-address-fields__field-wrapper fieldset legend,
    .woocommerce-shipping-fields__field-wrapper fieldset legend,
    .woocommerce-additional-fields__field-wrapper fieldset legend {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(30px / 2);
      padding-left: calc(30px / 2); }
  .woocommerce-form .woocommerce-input-wrapper,
  .woocommerce-account-fields .woocommerce-input-wrapper,
  .woocommerce-ResetPassword .woocommerce-input-wrapper,
  .woocommerce-EditAccountForm .woocommerce-input-wrapper,
  .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
  .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper,
  .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
  .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%; }

.woocommerce-form-login p,
.woocommerce-ResetPassword p,
.woocommerce-EditAccountForm p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2); }

.woocommerce-EditAccountForm {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .woocommerce-EditAccountForm__button {
    padding: 0px !important; }
  .woocommerce-EditAccountForm fieldset legend {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #444;
    padding: 0px;
    margin-bottom: 28px; }
  .woocommerce-EditAccountForm .form-row-last, .woocommerce-EditAccountForm .form-row-first {
    width: 49% !important; }
    @media (max-width: 639px) {
      .woocommerce-EditAccountForm .form-row-last, .woocommerce-EditAccountForm .form-row-first {
        width: 100% !important; } }

.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea,
.woocommerce-invalid .select2-container .select2-selection {
  border-color: #B2153D !important; }

.password-input {
  display: block;
  width: 100%; }

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-ResetPassword__submit {
  padding: 12px 22px;
  color: #fff;
  background-color: #39B54A;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase; }
  .woocommerce-form-login__submit:hover, .woocommerce-form-login__submit:active,
  .woocommerce-form-register__submit:hover,
  .woocommerce-form-register__submit:active,
  .woocommerce-ResetPassword__submit:hover,
  .woocommerce-ResetPassword__submit:active {
    background-color: #39B54A;
    color: #fff;
    opacity: .8; }

.login-form, .woocommerce-ResetPassword {
  padding: 56px 0; }
  .login-form .woocommerce-form, .woocommerce-ResetPassword .woocommerce-form {
    margin-top: 56px; }
    .login-form .woocommerce-form-row, .woocommerce-ResetPassword .woocommerce-form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .login-form .woocommerce-form-row input, .woocommerce-ResetPassword .woocommerce-form-row input {
        width: 100%;
        border: 1px solid #E5E5E5;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 4px;
        padding: 10px 19px;
        outline: none; }
  .login-form .woocommerce-privacy-policy-text, .woocommerce-ResetPassword .woocommerce-privacy-policy-text {
    padding: 15px; }
    .login-form .woocommerce-privacy-policy-text p, .woocommerce-ResetPassword .woocommerce-privacy-policy-text p {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px; }
  .login-form .u-column2 h2, .woocommerce-ResetPassword .u-column2 h2 {
    color: #333333; }

.form-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-row-submit label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-row-submit input[type='checkbox'] {
    display: block;
    margin-right: 10px;
    margin-top: -3px; }

@media (max-width: 767px) {
  table.shop_table_responsive thead {
    display: none; }
  table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0; }
  table.shop_table_responsive tbody th {
    display: none; }
  table.shop_table_responsive tr {
    display: block; }
    table.shop_table_responsive tr td {
      display: block; }
      table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left; } }
      @media (max-width: 767px) and (max-width: 767px) {
        table.shop_table_responsive tr td::before {
          display: none; } }

@media (max-width: 767px) {
      table.shop_table_responsive tr td.order-actions {
        text-align: left !important; }
      table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.product-thumbnail::before {
        content: none; } }


.button,
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-product-categories__button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
  outline: none; }
  .add_to_cart_button.button,
  .wc-block-grid__product-add-to-cart .add_to_cart_button.wp-block-button__link, .add_to_cart_button.wc-block-product-categories__button, .product_type_grouped.button,
  .wc-block-grid__product-add-to-cart .product_type_grouped.wp-block-button__link, .product_type_grouped.wc-block-product-categories__button, .product_type_external.button,
  .wc-block-grid__product-add-to-cart .product_type_external.wp-block-button__link, .product_type_external.wc-block-product-categories__button, .single_add_to_cart_button.button,
  .wc-block-grid__product-add-to-cart .single_add_to_cart_button.wp-block-button__link, .single_add_to_cart_button.wc-block-product-categories__button, .view_details_button.button,
  .wc-block-grid__product-add-to-cart .view_details_button.wp-block-button__link, .view_details_button.wc-block-product-categories__button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_grouped,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_external,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.single_add_to_cart_button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.view_details_button {
    position: relative;
    overflow: hidden; }
    .add_to_cart_button.button:hover,
    .wc-block-grid__product-add-to-cart .add_to_cart_button.wp-block-button__link:hover, .add_to_cart_button.wc-block-product-categories__button:hover, .product_type_grouped.button:hover,
    .wc-block-grid__product-add-to-cart .product_type_grouped.wp-block-button__link:hover, .product_type_grouped.wc-block-product-categories__button:hover, .product_type_external.button:hover,
    .wc-block-grid__product-add-to-cart .product_type_external.wp-block-button__link:hover, .product_type_external.wc-block-product-categories__button:hover, .single_add_to_cart_button.button:hover,
    .wc-block-grid__product-add-to-cart .single_add_to_cart_button.wp-block-button__link:hover, .single_add_to_cart_button.wc-block-product-categories__button:hover, .view_details_button.button:hover,
    .wc-block-grid__product-add-to-cart .view_details_button.wp-block-button__link:hover, .view_details_button.wc-block-product-categories__button:hover,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:hover,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_grouped:hover,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_external:hover,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.single_add_to_cart_button:hover,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.view_details_button:hover {
      background-color: #f6f6f6;
      color: #c24e7c; }
    .add_to_cart_button.loading.button::after,
    .wc-block-grid__product-add-to-cart .add_to_cart_button.loading.wp-block-button__link::after, .add_to_cart_button.loading.wc-block-product-categories__button::after, .product_type_grouped.loading.button::after,
    .wc-block-grid__product-add-to-cart .product_type_grouped.loading.wp-block-button__link::after, .product_type_grouped.loading.wc-block-product-categories__button::after, .product_type_external.loading.button::after,
    .wc-block-grid__product-add-to-cart .product_type_external.loading.wp-block-button__link::after, .product_type_external.loading.wc-block-product-categories__button::after, .single_add_to_cart_button.loading.button::after,
    .wc-block-grid__product-add-to-cart .single_add_to_cart_button.loading.wp-block-button__link::after, .single_add_to_cart_button.loading.wc-block-product-categories__button::after, .view_details_button.loading.button::after,
    .wc-block-grid__product-add-to-cart .view_details_button.loading.wp-block-button__link::after, .view_details_button.loading.wc-block-product-categories__button::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button.loading::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_grouped.loading::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_external.loading::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.single_add_to_cart_button.loading::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.view_details_button.loading::after {
      position: absolute;
      display: block;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: transparent;
      border: 2px solid white;
      -webkit-animation: pulse .6s infinite;
              animation: pulse .6s infinite; }
    .add_to_cart_button.added.button::after,
    .wc-block-grid__product-add-to-cart .add_to_cart_button.added.wp-block-button__link::after, .add_to_cart_button.added.wc-block-product-categories__button::after, .product_type_grouped.added.button::after,
    .wc-block-grid__product-add-to-cart .product_type_grouped.added.wp-block-button__link::after, .product_type_grouped.added.wc-block-product-categories__button::after, .product_type_external.added.button::after,
    .wc-block-grid__product-add-to-cart .product_type_external.added.wp-block-button__link::after, .product_type_external.added.wc-block-product-categories__button::after, .single_add_to_cart_button.added.button::after,
    .wc-block-grid__product-add-to-cart .single_add_to_cart_button.added.wp-block-button__link::after, .single_add_to_cart_button.added.wc-block-product-categories__button::after, .view_details_button.added.button::after,
    .wc-block-grid__product-add-to-cart .view_details_button.added.wp-block-button__link::after, .view_details_button.added.wc-block-product-categories__button::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button.added::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_grouped.added::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_external.added::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.single_add_to_cart_button.added::after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.view_details_button.added::after {
      content: "\2713";
      right: 13px; }
    .add_to_cart_button.button:after,
    .wc-block-grid__product-add-to-cart .add_to_cart_button.wp-block-button__link:after, .add_to_cart_button.wc-block-product-categories__button:after, .product_type_grouped.button:after,
    .wc-block-grid__product-add-to-cart .product_type_grouped.wp-block-button__link:after, .product_type_grouped.wc-block-product-categories__button:after, .product_type_external.button:after,
    .wc-block-grid__product-add-to-cart .product_type_external.wp-block-button__link:after, .product_type_external.wc-block-product-categories__button:after, .single_add_to_cart_button.button:after,
    .wc-block-grid__product-add-to-cart .single_add_to_cart_button.wp-block-button__link:after, .single_add_to_cart_button.wc-block-product-categories__button:after, .view_details_button.button:after,
    .wc-block-grid__product-add-to-cart .view_details_button.wp-block-button__link:after, .view_details_button.wc-block-product-categories__button:after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_grouped:after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.product_type_external:after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.single_add_to_cart_button:after,
    .wc-block-grid__product-add-to-cart .wp-block-button__link.view_details_button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 20; }

.added_to_cart {
  display: none; }

.place-order .button,
.place-order .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .place-order .wp-block-button__link, .place-order .wc-block-product-categories__button {
  position: relative;
  font-size: .75rem;
  outline: none; }
  .place-order .button::before,
  .place-order .wc-block-grid__product-add-to-cart .wp-block-button__link::before, .wc-block-grid__product-add-to-cart .place-order .wp-block-button__link::before, .place-order .wc-block-product-categories__button::before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z'></path></svg>");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem; }

.price,
.woocommerce-Price-amount,
.woocommerce-grouped-product-list-item__price {
  font-size: 1rem;
  color: #333333;
  text-decoration: none; }
  .price del > *,
  .price ins > *,
  .woocommerce-Price-amount del > *,
  .woocommerce-Price-amount ins > *,
  .woocommerce-grouped-product-list-item__price del > *,
  .woocommerce-grouped-product-list-item__price ins > * {
    font-size: inherit;
    color: inherit; }
  .price del,
  .woocommerce-Price-amount del,
  .woocommerce-grouped-product-list-item__price del {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: gray !important;
    margin-right: 10px; }
  .price ins,
  .woocommerce-Price-amount ins,
  .woocommerce-grouped-product-list-item__price ins {
    color: #333333 !important;
    text-decoration: none;
    font-weight: 600; }

.wc-block-grid__product-price {
  font-weight: bold; }
  .wc-block-grid__product-price__regular {
    font-size: .8rem;
    color: gray; }
  .wc-block-grid__product-price__value {
    text-decoration: none; }
    .wc-block-grid__product-price__value:not(:first-child) {
      color: #B2153D;
      margin-left: 5px; }

/* Quantity Button */
.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }
  .quantity.hidden {
    display: none; }
  .quantity__plus, .quantity__minus, .quantity__qty {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0 !important;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 11px 22px;
    font-size: 1.15rem;
    outline: none;
    text-align: center;
    color: #333333; }
  .quantity__qty {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    -moz-appearance: textfield; }
    .quantity__qty::-webkit-inner-spin-button, .quantity__qty::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none;
      margin: 0; }
    .quantity__qty:focus, .quantity__qty:active {
      border-color: #831b45;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .quantity__minus, .quantity__plus {
    -webkit-transition: ease background-color 300ms;
    transition: ease background-color 300ms;
    cursor: pointer; }
    .quantity__minus:hover, .quantity__minus:focus, .quantity__plus:hover, .quantity__plus:focus {
      background-color: #c6c6c6; }

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

.woocommerce-info,
.woocommerce-error,
.woocommerce-notice,
.woocommerce-message,
.woocommerce-Message {
  list-style: none;
  padding-left: 0;
  border-left: 4px solid rgba(0, 0, 0, 0.15) !important;
  padding: 15px 20px; }
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-notice a,
  .woocommerce-message a,
  .woocommerce-Message a {
    float: right;
    padding: 2px 8px; }
  .woocommerce-info + *,
  .woocommerce-error + *,
  .woocommerce-notice + *,
  .woocommerce-message + *,
  .woocommerce-Message + * {
    margin-top: 15px; }

.woocommerce-info .button,
.woocommerce-info .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-info .wp-block-button__link, .woocommerce-info .wc-block-product-categories__button,
.woocommerce-message .button,
.woocommerce-message .wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart .woocommerce-message .wp-block-button__link,
.woocommerce-message .wc-block-product-categories__button {
  float: right; }

.woocommerce-thankyou-order-received {
  border-radius: 0;
  border-left: 4px solid rgba(0, 0, 0, 0.25); }

p.demo_store,
.woocommerce-store-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  z-index: 99998;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 1em rgba(0, 0, 0, 0.2);
  display: none; }
  p.demo_store a,
  .woocommerce-store-notice a {
    text-decoration: underline; }

/* Star Rating */
.star-rating,
.wc-block-grid__product-rating__stars,
.wc-block-review-list-item__rating {
  position: relative;
  float: right;
  text-align: right;
  margin-top: 3px;
  max-width: calc( 5 * 1.35em);
  max-height: 1.35em;
  overflow: hidden; }
  .star-rating span,
  .wc-block-grid__product-rating__stars span,
  .wc-block-review-list-item__rating span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 1.35em; }
    .star-rating span::before, .star-rating span::after,
    .wc-block-grid__product-rating__stars span::before,
    .wc-block-grid__product-rating__stars span::after,
    .wc-block-review-list-item__rating span::before,
    .wc-block-review-list-item__rating span::after {
      content: "";
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      min-width: 100%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      background-repeat: repeat-x;
      background-position-y: center;
      background-size: 1.33em; }
    .star-rating span:before,
    .wc-block-grid__product-rating__stars span:before,
    .wc-block-review-list-item__rating span:before {
      position: relative;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23ffdc00' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>"); }
    .star-rating span:after,
    .wc-block-grid__product-rating__stars span:after,
    .wc-block-review-list-item__rating span:after {
      position: absolute;
      z-index: -1;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='lightgray' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>"); }
  .star-rating--custom,
  .wc-block-grid__product-rating__stars--custom,
  .wc-block-review-list-item__rating--custom {
    max-width: none;
    max-width: initial;
    max-height: none;
    max-height: initial;
    margin-top: 0; }
    .star-rating--custom .star-rating__amount::before, .star-rating--custom .star-rating__amount::after,
    .wc-block-grid__product-rating__stars--custom .star-rating__amount::before,
    .wc-block-grid__product-rating__stars--custom .star-rating__amount::after,
    .wc-block-review-list-item__rating--custom .star-rating__amount::before,
    .wc-block-review-list-item__rating--custom .star-rating__amount::after {
      content: none; }
    .star-rating--custom .star-rating__amount .svg-inline,
    .wc-block-grid__product-rating__stars--custom .star-rating__amount .svg-inline,
    .wc-block-review-list-item__rating--custom .star-rating__amount .svg-inline {
      height: auto; }

p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='lightgray' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>"); }

p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23ffdc00' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>"); }

p.stars span {
  display: block; }

p.stars a {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-indent: -999em;
  text-decoration: none; }
  p.stars a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

/*	-------  *	
 *  Related	 *																								
 *	-------  */
.up-sells > h2,
.related > h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px; }

.up-sells ul.products,
.related ul.products {
  margin-bottom: 0; }

.related {
  margin: 56px; }
  .related h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-transform: capitalize; }
  .related .woocommerce-loop-product__link {
    position: relative;
    text-align: center; }
    .related .woocommerce-loop-product__link img {
      width: 100%;
      height: auto;
      background-color: #f6f6f6; }
    .related .woocommerce-loop-product__link .price {
      color: #c24e7c;
      font-size: 15px;
      margin-bottom: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .related .woocommerce-loop-product__link .price ins {
        color: #c24e7c !important; }
  .related .woocommerce-loop-product__title {
    margin: 28px 0 10px 0;
    text-align: center;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: none !important; }

/*	-------  *	
    Select2																									
 *	-------  */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #831b45; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 48% !important; }

.select2-container--default .select2-selection {
  outline: none; }
  .select2-container--default .select2-selection--single {
    margin: 0 0 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid gray;
    font-family: inherit;
    font-weight: 400;
    color: #0a0a0a;
    background-color: #F7F7F7;
    padding-right: 1.5rem;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.03, 0.5, 0.95); }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 0; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 51% !important;
      -webkit-transform: translate3d(0, -50%, 0) !important;
              transform: translate3d(0, -50%, 0) !important; }

.select2-dropdown {
  border-color: theme-color("primary"); }

.select2-results__option {
  padding-left: .8rem;
  padding-right: .8rem; }

.side-cart-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  padding: 30px 20px;
  background-color: #f6f6f6;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }
  @media (min-width: 640px) {
    .side-cart-container {
      width: 75vw; } }
  @media (min-width: 768px) {
    .side-cart-container {
      width: 65vw; } }
  @media (min-width: 1024px) {
    .side-cart-container {
      width: 55vw; } }
  @media (min-width: 1340px) {
    .side-cart-container {
      width: 600px;
      padding: 30px 60px; } }
  .side-cart-container__active {
    right: 0; }

.side-cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 46px;
  border-top: 1px solid #e5e5e5; }
  .side-cart__count h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #444444; }
    @media (min-width: 1024px) {
      .side-cart__count h2 {
        font-size: 25px; } }

.side-cart__close-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-bottom: 25px; }

.side-cart__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .side-cart__close svg {
    width: 15px;
    height: 15px;
    fill: #333333; }

.side-cart__image {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1340px) {
    .side-cart__image {
      width: 80px;
      height: 80px; } }
  .side-cart__image img {
    display: block;
    width: 70%;
    height: auto;
    margin: auto; }

.side-cart__quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #c24e7c;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .side-cart__quantity {
      width: 19px;
      height: 19px;
      font-size: 13px; } }

.side-cart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .side-cart__content > a {
    width: 100%; }

.side-cart__update-qty {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 3px;
  height: 30px;
  overflow: hidden; }
  .side-cart__update-qty > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: transparent; }
  .side-cart__update-qty .quantity__plus,
  .side-cart__update-qty .quantity__minus {
    padding: 0 16px; }

.side-cart__promo-code {
  border-top: 1px solid #e5e5e5;
  padding: 18px 0; }

.side-cart__promo-code-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .side-cart__promo-code-check input[type="checkbox"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    opacity: 0; }
    .side-cart__promo-code-check input[type="checkbox"]:checked + label:before {
      background: #831b45;
      border-color: #831b45; }
    .side-cart__promo-code-check input[type="checkbox"]:checked + label + .coupon {
      max-height: 70px; }
    .side-cart__promo-code-check input[type="checkbox"] + label {
      margin: 0 0 0 30px; }
      .side-cart__promo-code-check input[type="checkbox"] + label:before {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 2px;
        margin: 0;
        width: 14px;
        height: 14px;
        border: 2px solid #868686;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .side-cart__promo-code-check input[type="checkbox"] + label:after {
        color: #fff;
        top: 3px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
  .side-cart__promo-code-check span {
    font-size: 14px;
    color: #444444; }
    @media (min-width: 1024px) {
      .side-cart__promo-code-check span {
        font-size: 16px; } }

.side-cart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  .side-cart__coupon input,
  .side-cart__coupon button {
    width: 100%;
    border-radius: 3px;
    padding: 0 15px;
    height: 44px;
    margin-top: 20px;
    font-size: 15px; }
  .side-cart__coupon input {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid; }
    @media (min-width: 640px) {
      .side-cart__coupon input {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; } }
  .side-cart__coupon button {
    border: 1px solid #444444;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 640px) {
      .side-cart__coupon button {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.side-cart .woocommerce-mini-cart {
  padding: 0;
  list-style: none; }

.side-cart .woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 0; }
  .side-cart .woocommerce-mini-cart-item:not(:first-of-type) {
    border-top: 1px solid #e5e5e5; }
  .side-cart .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 18px;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 13px; }
    @media (min-width: 1024px) {
      .side-cart .woocommerce-mini-cart-item .remove {
        width: 14px;
        height: 18px; } }
    .side-cart .woocommerce-mini-cart-item .remove svg {
      width: inherit;
      height: inherit;
      fill: #c8c8c8; }
  .side-cart .woocommerce-mini-cart-item h3 {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    color: #444444;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .side-cart .woocommerce-mini-cart-item h3 {
        font-size: 15px; } }
  .side-cart .woocommerce-mini-cart-item .variation {
    display: grid;
    grid-template-columns: auto 1fr;
    color: #868686;
    font-size: 11px;
    line-height: 1.64;
    margin: 0 0 7px 0; }
    @media (min-width: 1024px) {
      .side-cart .woocommerce-mini-cart-item .variation {
        font-size: 12px; } }
    .side-cart .woocommerce-mini-cart-item .variation dd {
      margin-left: 5px; }

.side-cart .quantity {
  margin: 0;
  font-size: 13px;
  color: #444444; }
  @media (min-width: 1024px) {
    .side-cart .quantity {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .side-cart .quantity__qty {
      font-size: 14px; } }

.side-cart .cart-collaterals {
  border-top: 1px solid #e5e5e5;
  margin: 0; }
  .side-cart .cart-collaterals .cart_totals > h2 {
    display: none; }
  .side-cart .cart-collaterals table,
  .side-cart .cart-collaterals table td {
    border: none; }
  .side-cart .cart-collaterals table {
    margin: 0; }
    .side-cart .cart-collaterals table tr {
      padding: 3px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .side-cart .cart-collaterals table th {
      font-size: 14px;
      font-weight: normal;
      text-align: left;
      padding: 0;
      border: none; }
    .side-cart .cart-collaterals table td {
      color: #868686;
      padding: 0;
      width: 100%; }
      .side-cart .cart-collaterals table td:before {
        font-size: 14px;
        font-weight: normal; }
      .side-cart .cart-collaterals table td .amount {
        font-size: 14px;
        font-weight: 500;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (min-width: 1024px) {
          .side-cart .cart-collaterals table td .amount {
            font-size: 16px; } }
  .side-cart .cart-collaterals .cart-subtotal {
    padding-top: 14px; }
  .side-cart .cart-collaterals .tax-total {
    padding-bottom: 14px; }
  .side-cart .cart-collaterals .order-total {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
    .side-cart .cart-collaterals .order-total td:before {
      font-size: 18px;
      font-weight: normal;
      color: #444444; }
    .side-cart .cart-collaterals .order-total td .amount {
      font-size: 20px;
      font-weight: 500;
      color: #444444; }
      @media (min-width: 1024px) {
        .side-cart .cart-collaterals .order-total td .amount {
          font-size: 22px; } }

.side-cart .wc-proceed-to-checkout {
  display: none; }

.side-cart .am2-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .side-cart .am2-proceed-to-checkout {
      margin-top: 55px; } }
  .side-cart .am2-proceed-to-checkout a,
  .side-cart .am2-proceed-to-checkout span {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-transform: uppercase;
    margin: 0; }
  .side-cart .am2-proceed-to-checkout a {
    color: #fff;
    background-color: #831b45; }
  .side-cart .am2-proceed-to-checkout span {
    padding-left: 0; }
    .side-cart .am2-proceed-to-checkout span svg {
      width: 10px;
      height: 14px;
      margin-right: 10px; }
    @media (min-width: 640px) {
      .side-cart .am2-proceed-to-checkout span {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .side-cart .am2-proceed-to-checkout a svg {
    width: 14px;
    height: 7px;
    margin-left: 10px; }
  @media (min-width: 640px) {
    .side-cart .am2-proceed-to-checkout a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 768px) {
    .side-cart .am2-proceed-to-checkout a {
      margin-left: 20px; } }

.side-cart .learn-how-it-works {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .side-cart .learn-how-it-works {
      margin-top: 40px;
      padding-top: 25px; } }
  .side-cart .learn-how-it-works a {
    display: block;
    text-align: center;
    color: #c24e7c;
    font-size: 14px; }

/* Tabs */
.woocommerce-tabs {
  margin-bottom: 50px; }
  .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce-tabs ul.tabs li {
      display: block;
      float: left;
      border: 1px solid lightgray;
      border-radius: 0;
      background-color: transparent;
      padding: 0;
      margin: 0; }
      .woocommerce-tabs ul.tabs li:hover::before, .woocommerce-tabs ul.tabs li.active::before {
        border-top-color: #39B54A; }
      .woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a {
        color: #39B54A; }
      .woocommerce-tabs ul.tabs li.active a {
        -webkit-box-shadow: 0 -3px 10px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 -3px 10px -5px rgba(0, 0, 0, 0.4); }
      .woocommerce-tabs ul.tabs li::before {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        margin-top: -1px;
        border-top: 3px solid lightgray; }
      .woocommerce-tabs ul.tabs li a {
        position: relative;
        display: block;
        font-size: .60rem;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: gray;
        padding: .6rem .8rem; }
        @media (min-width: 640px) {
          .woocommerce-tabs ul.tabs li a {
            font-size: .80rem;
            padding: .7rem 1.5rem; } }
      .woocommerce-tabs ul.tabs li + li {
        border-left: 0; }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    -webkit-box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.1);
    border: 1px solid lightgray;
    padding: 20px 10px 10px; }
    @media (min-width: 640px) {
      .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 25px; } }
    .woocommerce-tabs .woocommerce-Tabs-panel h2 {
      font-size: .8rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 640px) {
        .woocommerce-tabs .woocommerce-Tabs-panel h2 {
          font-size: 1.1rem; } }

@media (min-width: 640px) {
  .woocommerce-Reviews .comment-reply-title {
    font-size: 1.7rem; } }

.woocommerce-Reviews .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2); }
  .woocommerce-Reviews .comment-form > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2); }

.woocommerce-Reviews ol.commentlist {
  list-style: none;
  padding-left: 0; }

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
  max-width: 500px; }

.woocommerce-Reviews .comment-form-rating label {
  display: block; }

.woocommerce-Reviews .comment-form-rating p {
  display: inline-block; }

.woocommerce-Reviews .review {
  margin-bottom: 1rem; }
  @media (min-width: 640px) {
    .woocommerce-Reviews .review {
      padding-top: 1rem; } }
  .woocommerce-Reviews .review .meta {
    margin-bottom: 0; }
  .woocommerce-Reviews .review .comment_container::after {
    content: '';
    clear: both; }
  .woocommerce-Reviews .review .comment-text {
    position: relative;
    float: right;
    width: calc( 100% - 60px);
    padding: 0 10px;
    font-size: .75rem; }
    @media (min-width: 640px) {
      .woocommerce-Reviews .review .comment-text {
        font-size: .9rem; } }
  .woocommerce-Reviews .review .avatar {
    float: left;
    border: 4px solid lightgray;
    border-radius: 100%; }
  @media (min-width: 640px) {
    .woocommerce-Reviews .review .star-rating {
      position: absolute;
      right: 0;
      bottom: 100%; }
      .woocommerce-Reviews .review .star-rating svg {
        font-size: .7rem; } }

.woocommerce-review__published-date {
  font-size: 80%;
  font-style: italic; }

.onsale,
.wc-block-grid__product-onsale {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  top: 20px;
  left: 20px;
  margin: 0;
  background-color: #c24e7c;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.95em;
  font-weight: 500;
  z-index: 9;
  border-radius: 50%; }
  .onsale::before,
  .wc-block-grid__product-onsale::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #570a1e;
    border-right-width: 5px;
    position: absolute;
    bottom: -5px;
    left: 3px;
    z-index: -1;
    display: none; }

.purchase-history {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 1340px) {
    .purchase-history {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1024px) {
    .purchase-history {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .purchase-history__sidebar {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .purchase-history__sidebar {
        max-width: 260px; } }
  .purchase-history__content {
    width: 100%;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .purchase-history__content {
        margin-left: 0px; } }
    @media (max-width: 639px) {
      .purchase-history__content {
        position: absolute;
        right: -700px;
        -webkit-transition: 1s;
        transition: 1s;
        padding: 0 15px; } }
    @media (max-width: 639px) {
      .purchase-history__content--is-visible {
        right: 0;
        background: #fff;
        height: 100vh;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media (max-width: 639px) {
      .purchase-history__content--is-hidden {
        right: -700px;
        background: #fff;
        height: 100vh;
        -webkit-transition: 1s;
        transition: 1s; } }
  .purchase-history__sidebar-title {
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333; }
    @media (max-width: 639px) {
      .purchase-history__sidebar-title {
        font-weight: 500;
        font-size: 32px;
        line-height: 38px; } }
  .purchase-history__title {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 8px; }
  .purchase-history__welcome {
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  .purchase-history__main {
    width: 100%; }
  .purchase-history__menu {
    padding-top: 30px;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1339px) {
      .purchase-history__menu {
        padding-left: 0px;
        width: 100%; } }
  .purchase-history__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 22px; }
    @media (max-width: 639px) {
      .purchase-history__menu-item {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 29px; } }
    @media (max-width: 639px) {
      .purchase-history__menu-item:first-child {
        display: none; } }
    .purchase-history__menu-item--active {
      background-color: #F6F6F6;
      padding: 14px 22px; }
      .purchase-history__menu-item--active .purchase-history__menu-link {
        font-weight: 500;
        color: #333333; }
    .purchase-history__menu-item:hover {
      background-color: #F6F6F6;
      padding: 14px 22px; }
      .purchase-history__menu-item:hover .purchase-history__menu-link {
        font-weight: 500;
        color: #333333; }
  .purchase-history__menu-item-arrow-right {
    fill: #444;
    width: 18px;
    height: 18px;
    display: none; }
    @media (max-width: 639px) {
      .purchase-history__menu-item-arrow-right {
        display: block; } }
  .purchase-history__menu-link {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-left: 15px; }
  .purchase-history__blocks {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -22px;
    position: relative;
    overflow: hidden; }
    .purchase-history__blocks .block:last-child {
      width: 100%; }
  .purchase-history .woocommerce-notices-wrapper {
    margin: 0px; }

.block {
  margin: 0 21px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 639px) {
    .block {
      margin: 21px 0; } }
  .block--half {
    width: 100%; }
    @media (min-width: 768px) {
      .block--half {
        width: calc(50% - 44px);
        margin: 19px 21px; } }
  .block__wrapper {
    margin: 0 -22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .block__title {
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    color: #333333; }
    .block__title svg {
      margin-right: 15px; }
  .block__body-title {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    color: #333333; }
  .block__header {
    padding: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #E5E5E5; }
    .block__header .block__list-status:before {
      display: none; }
    .block__header-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .block__header-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333;
      width: 100%; }
    .block__header-order {
      max-width: 90px; }
    .block__header-status {
      padding-left: 60px; }
    .block__header-price {
      padding-left: 50px; }
    @media (max-width: 639px) {
      .block__header {
        display: none; } }
  .block__link {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #39B54A; }
    .block__link:hover {
      text-decoration: underline; }
  .block__body {
    padding: 21px; }
    .block__body--np {
      padding: 0; }
  .block__content {
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8;
    padding-top: 8px; }
    .block__content p {
      font-family: 'Rubik';
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #c8c8c8;
      margin-bottom: 10px; }
    .block__content a {
      color: #333333;
      display: block;
      font-size: 14px;
      line-height: 22px; }
      .block__content a:hover {
        color: #39B54A;
        text-decoration: underline; }
  .block__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 11px 20px;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .block__list-item:last-child {
      border-bottom: 0px; }
    @media (min-width: 1024px) {
      .block__list-item {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media (max-width: 639px) {
      .block__list-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .block__list-item div {
      padding-right: 10px; }
      @media (max-width: 639px) {
        .block__list-item div {
          width: auto; } }
      .block__list-item div:last-child {
        padding-right: 0px; }
  .block__list-number {
    max-width: 90px;
    width: 100%; }
    .block__list-number a {
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #333333; }
  .block__list-name {
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-width: 200px;
    word-break: break-all; }
    @media (min-width: 768px) {
      .block__list-name {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding-right: 15px; } }
  .block__list-date {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    width: 100%; }
  .block__list-status {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    position: relative;
    padding-left: 20px; }
    .block__list-status::before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #333333; }
  .block__list-price {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    width: 100%; }
    .block__list-price span {
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #333333;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .block__list-cta {
    color: #39B54A;
    text-transform: uppercase;
    font-size: 14px !important; }
    @media (min-width: 640px) {
      .block__list-cta {
        max-width: 100px;
        text-align: right;
        width: 100%;
        margin: 5px 0 5px auto; } }
    .block__list-cta a {
      margin: 2px 0 !important;
      background-color: transparent !important;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #39B54A; }

.my-account-content-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #444; }
  @media (max-width: 639px) {
    .my-account-content-title {
      margin-left: 15px; } }

.my-account-title-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: 28px; }
  .my-account-title-svg svg {
    display: none;
    width: 20px;
    height: 20px;
    fill: #39B54A; }
    @media (max-width: 639px) {
      .my-account-title-svg svg {
        display: block; } }
  @media (max-width: 639px) {
    .my-account-title-svg {
      padding: 0px; } }

.my-account-title-svg-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px; }
  .my-account-title-svg-pages svg {
    fill: #39B54A;
    width: 20px;
    height: 20px;
    display: none; }
    @media (max-width: 639px) {
      .my-account-title-svg-pages svg {
        display: block; } }

.woocommerce-edit-address .block {
  margin-top: 56px; }

.woocommerce-edit-address .my-account-title-svg-pages {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-edit-address .my-account-title-svg-pages svg {
    fill: #39B54A;
    width: 20px;
    height: 20px;
    display: none; }
    @media (max-width: 639px) {
      .woocommerce-edit-address .my-account-title-svg-pages svg {
        display: block; } }

.my-account-title-svg-pages-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px; }
  .my-account-title-svg-pages-acc .my-account-content-title {
    margin: 0px; }
    @media (max-width: 639px) {
      .my-account-title-svg-pages-acc .my-account-content-title {
        margin-left: 15px; } }
  .my-account-title-svg-pages-acc svg {
    fill: #39B54A;
    width: 20px;
    height: 20px;
    display: none; }
    @media (max-width: 639px) {
      .my-account-title-svg-pages-acc svg {
        display: block; } }

.wc-block-grid.alignfull .wc-block-grid__products {
  margin-left: 0;
  margin-right: 0; }

.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.wc-block-grid.has-aligned-buttons .wc-block-grid__product-add-to-cart {
  margin-top: auto !important; }

@media (min-width: 640px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1024px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 1340px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 640px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1024px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 1340px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 640px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1024px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 1340px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 3 / 12 * 100%); } }

@media (min-width: 640px) {
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1024px) {
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 4 / 12 * 100%); } }

@media (min-width: 1340px) {
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 2.4 / 12 * 100%); } }

.wc-block-grid__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2);
  list-style: none;
  padding-left: 0; }

.wc-block-grid__product {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc( 12 / 12 * 100%);
  margin-bottom: 1.5rem; }
  .wc-block-grid__product.is-loading .wp-block-button,
  .wc-block-grid__product.is-loading .wc-block-grid__product-price,
  .wc-block-grid__product.is-loading .wc-block-grid__product-title {
    display: none; }
  .wc-block-grid__product-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: .5rem;
    overflow: hidden; }
    .wc-block-grid__product-image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .wc-block-grid__product-title, .wc-block-grid__product-rating, .wc-block-grid__product-price {
    display: block;
    text-align: left;
    padding: 0 10px; }
  .wc-block-grid__product-title {
    font-weight: 700;
    text-transform: uppercase; }
    .wc-block-grid__product-title a {
      color: inherit; }
  .wc-block-grid__product-onsale {
    left: 7px; }
    .wc-block-grid__product-onsale--alignright {
      left: auto;
      right: 7px; }
      .wc-block-grid__product-onsale--alignright::before {
        border-right-color: transparent;
        border-left: 5px solid #B2153D;
        border-left-width: 5px;
        right: -2px;
        left: inherit; }
  .wc-block-grid__product-rating {
    position: relative;
    margin-bottom: 5px; }
    .wc-block-grid__product-rating__stars,
    .wc-block-grid__product-rating .star-rating {
      float: none; }
      .wc-block-grid__product-rating__stars--custom,
      .wc-block-grid__product-rating .star-rating--custom {
        display: inline-block;
        max-width: none;
        max-width: initial; }
  .wc-block-grid__product-add-to-cart {
    color: white; }
    .wc-block-grid__product-add-to-cart .wp-block-button__link {
      display: block;
      width: 100%;
      margin-top: 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.wc-block-all-products {
  position: relative; }
  .wc-block-all-products .with-scroll-to-top__scroll-point {
    position: absolute;
    top: -90px; }

.wp-block-woocommerce-active-filters {
  border: 1px solid;
  -webkit-box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
          box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
  margin-bottom: 2rem; }
  .wp-block-woocommerce-active-filters h1, .wp-block-woocommerce-active-filters h2, .wp-block-woocommerce-active-filters h3, .wp-block-woocommerce-active-filters h4, .wp-block-woocommerce-active-filters h5, .wp-block-woocommerce-active-filters h6 {
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0 1rem; }

.wc-block-active-filters {
  padding: 0 1rem;
  margin-bottom: 1rem; }
  .wc-block-active-filters-list {
    list-style-type: none;
    padding-left: 0; }
    .wc-block-active-filters-list--chips .wc-block-active-filters-list-item {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: .3rem;
      margin-right: .5rem;
      border: 1px solid #F7F7F7; }
      .wc-block-active-filters-list--chips .wc-block-active-filters-list-item:hover {
        background-color: #F7F7F7; }
      .wc-block-active-filters-list--chips .wc-block-active-filters-list-item button {
        margin-top: -1px;
        margin-bottom: -1px;
        width: 31px;
        height: 31px;
        background-color: transparent;
        background-size: 11px;
        border-radius: 0;
        -webkit-transform: translateX(1px);
                transform: translateX(1px); }
        .wc-block-active-filters-list--chips .wc-block-active-filters-list-item button::after {
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="red" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg>'); }
    .wc-block-active-filters-list-item {
      overflow: hidden;
      font-size: .75rem; }
      .wc-block-active-filters-list-item__type {
        font-weight: 400;
        text-transform: uppercase; }
      .wc-block-active-filters-list-item__name {
        margin: 0 .15rem; }
      .wc-block-active-filters-list-item button {
        position: relative;
        background-color: #B2153D;
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
        border: none;
        outline: none;
        overflow: hidden;
        padding: 0;
        width: 20px;
        height: 20px;
        margin-left: .5rem;
        text-indent: -999px;
        border-radius: 100%; }
        .wc-block-active-filters-list-item button::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          width: inherit;
          height: inherit;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 9px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg>'); }
  .wc-block-active-filters__clear-all {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
               -moz-user-select: none;
            user-select: none;
    outline: none;
    text-transform: uppercase; }

.wc-block-all-reviews {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem; }

.wc-block-sort-select,
.wc-block-order-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .wc-block-sort-select__label,
  .wc-block-order-select__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    margin-bottom: 0; }

.wc-block-sort-select {
  margin-bottom: 1.5rem; }

.wc-block-review-list {
  list-style: none;
  padding-left: 0; }
  .wc-block-review-list-item__item {
    margin-bottom: 1rem; }
    .wc-block-review-list-item__item.is-loading {
      position: relative;
      min-height: 80px;
      background-color: #F7F7F7; }
      .wc-block-review-list-item__item.is-loading::before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        height: 1.5em;
        width: 1.5em;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        background: url("../images/loader-black.svg") center center;
        background-size: cover;
        font-size: 3em;
        line-height: 1;
        text-align: center;
        color: rgba(0, 0, 0, 0.75); }
      .wc-block-review-list-item__item.is-loading .wc-block-review-list-item__info,
      .wc-block-review-list-item__item.is-loading .wc-block-review-list-item__text {
        display: none; }
  .wc-block-review-list-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(10px / -2);
    margin-left: calc(10px / -2); }
    .wc-block-review-list-item__info > * {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(10px / 2);
      padding-left: calc(10px / 2);
      width: auto; }
  .wc-block-review-list-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .wc-block-review-list-item__meta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .wc-block-review-list-item__rating {
    position: absolute;
    top: -3px;
    right: 5px; }
  .wc-block-review-list-item__product {
    font-weight: bold;
    line-height: 1.2; }
  .wc-block-review-list-item__author, .wc-block-review-list-item__published-date {
    display: inline-block; }
  .wc-block-review-list-item__published-date {
    position: relative;
    color: gray;
    font-style: italic; }
    .wc-block-review-list-item__published-date::before {
      content: '\2014';
      display: inline-block;
      margin: 0 8px; }
  .wc-block-review-list-item__text {
    padding: 15px;
    margin-top: 10px; }
    .wc-block-review-list-item__text p:last-child {
      margin-bottom: 0; }

.wc-block-featured-category,
.wc-block-featured-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .wc-block-featured-category.alignnone,
  .wc-block-featured-product.alignnone {
    margin: 0; }
  .wc-block-featured-category.has-left-content,
  .wc-block-featured-product.has-left-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .wc-block-featured-category.has-right-content,
  .wc-block-featured-product.has-right-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .wc-block-featured-category.has-background-dim::before,
  .wc-block-featured-product.has-background-dim::before {
    content: "";
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    pointer-events: none; }
  .wc-block-featured-category.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
    opacity: 0.1; }
  .wc-block-featured-category.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: 0.2; }
  .wc-block-featured-category.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
    opacity: 0.3; }
  .wc-block-featured-category.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
    opacity: 0.4; }
  .wc-block-featured-category.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
    opacity: 0.5; }
  .wc-block-featured-category.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
    opacity: 0.6; }
  .wc-block-featured-category.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
    opacity: 0.7; }
  .wc-block-featured-category.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
    opacity: 0.8; }
  .wc-block-featured-category.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
    opacity: 0.9; }
  .wc-block-featured-category.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
  .wc-block-featured-product.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
    opacity: 1; }

.wc-block-featured-category.has-right-content .wc-block-featured-category__description {
  text-align: right; }

.wc-block-featured-category.has-background-dim .wc-block-featured-category__title, .wc-block-featured-category.has-background-dim .wc-block-featured-category__description, .wc-block-featured-category.has-background-dim .wc-block-featured-category__variation, .wc-block-featured-category.has-background-dim .wc-block-featured-category__price, .wc-block-featured-category.has-background-dim .wc-block-featured-category__link {
  position: relative;
  z-index: 5; }

.wc-block-featured-category:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-category__title, .wc-block-featured-category:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-category__description, .wc-block-featured-category:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-category__variation, .wc-block-featured-category:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-category__price {
  color: white; }

.wc-block-featured-category .wc-block-featured-product__description {
  text-align: center; }

.wc-block-featured-product.has-right-content .wc-block-featured-product__description {
  text-align: right; }

.wc-block-featured-product.has-background-dim .wc-block-featured-product__title, .wc-block-featured-product.has-background-dim .wc-block-featured-product__description, .wc-block-featured-product.has-background-dim .wc-block-featured-product__variation, .wc-block-featured-product.has-background-dim .wc-block-featured-product__price, .wc-block-featured-product.has-background-dim .wc-block-featured-product__link {
  position: relative;
  z-index: 5; }

.wc-block-featured-product:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-product__title, .wc-block-featured-product:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-product__description, .wc-block-featured-product:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-product__variation, .wc-block-featured-product:not(.has-white-background-color):not(.has-light-background-color) .wc-block-featured-product__price {
  color: white; }

.wc-block-featured-product .wc-block-featured-product__description {
  text-align: center; }

.product:not(:last-of-type) {
  margin-bottom: 31px; }

.product.outofstock .price {
  display: none; }

.product__image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 0 16px;
  height: 280px;
  margin-bottom: 20px; }
  .product__image-wrap img {
    display: block;
    width: auto;
    height: auto;
    max-height: 190px; }

.product .button,
.product .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .product .wp-block-button__link, .product .wc-block-product-categories__button {
  background: transparent; }
  .product .add_to_cart_button.button:after,
  .product .wc-block-grid__product-add-to-cart .add_to_cart_button.wp-block-button__link:after, .wc-block-grid__product-add-to-cart .product .add_to_cart_button.wp-block-button__link:after, .product .add_to_cart_button.wc-block-product-categories__button:after, .product .product_type_grouped.button:after,
  .product .wc-block-grid__product-add-to-cart .product_type_grouped.wp-block-button__link:after, .wc-block-grid__product-add-to-cart .product .product_type_grouped.wp-block-button__link:after, .product .product_type_grouped.wc-block-product-categories__button:after, .product .product_type_external.button:after,
  .product .wc-block-grid__product-add-to-cart .product_type_external.wp-block-button__link:after, .wc-block-grid__product-add-to-cart .product .product_type_external.wp-block-button__link:after, .product .product_type_external.wc-block-product-categories__button:after, .product .single_add_to_cart_button.button:after,
  .product .wc-block-grid__product-add-to-cart .single_add_to_cart_button.wp-block-button__link:after, .wc-block-grid__product-add-to-cart .product .single_add_to_cart_button.wp-block-button__link:after, .product .single_add_to_cart_button.wc-block-product-categories__button:after, .product .view_details_button.button:after,
  .product .wc-block-grid__product-add-to-cart .view_details_button.wp-block-button__link:after, .wc-block-grid__product-add-to-cart .product .view_details_button.wp-block-button__link:after, .product .view_details_button.wc-block-product-categories__button:after {
    display: none; }

.product__out-of-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px; }
  .product__out-of-stock span {
    background-color: #ff7c7c;
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.80rem;
    height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 12px; }

.product__add-to-cart-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px; }
  @media (min-width: 1024px) {
    .product__add-to-cart-details {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .product__add-to-cart-details a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    min-width: 120px;
    padding: 0 12px;
    margin: 0;
    color: #444444;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .product__add-to-cart-details a {
        min-width: auto;
        font-size: 0.80rem;
        height: 30px; } }
    @media (min-width: 1024px) {
      .product__add-to-cart-details a:nth-of-type(2), .product__add-to-cart-details a.view_details_button {
        margin-left: 20px; } }
  .product__add-to-cart-details .out_of_stock_button {
    pointer-events: none;
    color: #c8c8c8; }

.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .woocommerce-pagination li {
    list-style: none; }
  .woocommerce-pagination .page-numbers.current {
    background-color: #831b45;
    color: #fff; }
    .woocommerce-pagination .page-numbers.current:hover {
      background-color: #831b45; }
  .woocommerce-pagination ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
  .woocommerce-pagination a.page-numbers,
  .woocommerce-pagination span.page-numbers {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: #868686; }
    .woocommerce-pagination a.page-numbers:hover,
    .woocommerce-pagination span.page-numbers:hover {
      background-color: #f6f6f6; }
  .woocommerce-pagination .prev,
  .woocommerce-pagination .next {
    fill: #868686; }
    .woocommerce-pagination .prev:hover,
    .woocommerce-pagination .next:hover {
      background-color: #f6f6f6; }
    .woocommerce-pagination .prev svg,
    .woocommerce-pagination .next svg {
      width: 12px;
      height: 24px; }

.wc-block-product-categories {
  margin-bottom: 1.5rem; }
  .wc-block-product-categories__dropdown, .wc-block-product-categories__button {
    display: inline-block;
    vertical-align: middle; }
  .wc-block-product-categories__button {
    margin-left: 10px; }
    .wc-block-product-categories__button svg {
      fill: white; }

/* Cart Page */
.woocommerce-cart .side-cart-container {
  display: none; }

.widget_price_filter .widgettitle {
  margin-bottom: 2rem; }

.price_slider {
  margin-bottom: 1.5rem; }
  .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
    font-weight: bold;
    color: gray; }
    .price_slider_amount .button,
    .price_slider_amount .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .price_slider_amount .wp-block-button__link, .price_slider_amount .wc-block-product-categories__button {
      float: left; }
    .price_slider_amount input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
  .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: -moz-linear-gradient(center top, 0%, #F7F7F7 100%);
    background: -moz-gradient(center top, 0%, #F7F7F7 100%); }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider-horizontal {
    height: .5em; }
    .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%; }
      .ui-slider-horizontal .ui-slider-range-min {
        left: -1px; }
      .ui-slider-horizontal .ui-slider-range-max {
        right: -1px; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    outline: none;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    cursor: pointer; }
    .ui-slider .ui-slider-handle.ui-state-focus {
      border-color: #831b45; }
    .ui-slider .ui-slider-handle.ui-state-hover {
      background: white;
      border-color: white;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  .ui-slider .ui-slider-range {
    position: absolute;
    display: block;
    z-index: 1;
    font-size: .7em;
    border: 0;
    background: none repeat scroll 0 0 #831b45;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    border-radius: 1em; }

.widget_rating_filter ul,
.widget_layered_nav_filters ul {
  list-style: none;
  padding: 0; }

.widget_rating_filter .star-rating:not(.star-rating--custom) {
  float: left;
  margin-right: 10px;
  max-width: 5rem; }
  @media (min-width: 640px) {
    .widget_rating_filter .star-rating:not(.star-rating--custom) {
      max-width: 6rem; } }

.widget_layered_nav_filters ul {
  margin-bottom: 0; }

.widget_layered_nav_filters li {
  margin-bottom: .5rem; }

.widget_layered_nav_filters a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: gray;
  padding-left: .5rem;
  border: 1px solid #F7F7F7; }
  .widget_layered_nav_filters a:hover {
    background-color: #F7F7F7; }
  .widget_layered_nav_filters a::before, .widget_layered_nav_filters a::after {
    content: '';
    display: block; }
  .widget_layered_nav_filters a::before {
    content: ' ';
    margin-right: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .widget_layered_nav_filters a::after {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    margin-left: auto;
    min-height: 31px;
    min-width: 31px;
    -webkit-transition: inherit;
    transition: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="red" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg>'); }
  .widget_layered_nav_filters a > * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.widget_product_categories .widget-title {
  text-transform: uppercase; }

ul.product-categories {
  list-style: none;
  padding-left: 0; }
  ul.product-categories > li {
    position: relative;
    display: block;
    margin-bottom: 1px;
    padding: 4px 10px; }
    ul.product-categories > li.current-cat {
      background-color: #333333;
      color: white; }
      ul.product-categories > li.current-cat > a {
        color: inherit; }
        ul.product-categories > li.current-cat > a::after {
          content: '\2212'; }
    ul.product-categories > li .count {
      font-weight: 400; }
    ul.product-categories > li > a {
      font-weight: 400;
      text-transform: uppercase; }
      ul.product-categories > li > a::after {
        content: '\002B';
        position: absolute;
        top: 5px;
        right: 10px;
        height: 30px;
        font-size: 26px;
        font-weight: bold;
        font-family: serif;
        font-family: initial;
        line-height: 1; }
    ul.product-categories > li .children {
      list-style: none;
      padding: 5px 0;
      padding-left: 10px; }
      ul.product-categories > li .children li.current-cat > a {
        color: #831b45; }
      ul.product-categories > li .children a {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 3px 0; }
      ul.product-categories > li .children .count {
        float: right;
        color: #831b45; }
      ul.product-categories > li .children .children a {
        font-weight: 400; }

.widget_recent_reviews .product_list_widget {
  list-style: none;
  padding-left: 0; }

.widget_recent_reviews li {
  position: relative;
  padding-left: 75px;
  margin-bottom: 1rem; }

.widget_recent_reviews a {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1; }
  .widget_recent_reviews a > img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
    height: auto;
    border: 1px solid;
    -webkit-box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
            box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08); }

.widget_recent_reviews a,
.widget_recent_reviews .reviewer {
  display: block; }

.widget_recent_reviews .reviewer,
.widget_recent_reviews .star-rating {
  float: none;
  text-align: left;
  line-height: 1; }

.widget_recent_reviews .star-rating {
  display: inline-block;
  min-width: 90px; }

.widget_recent_reviews .reviewer {
  font-style: italic; }

.widget_recent_reviews svg {
  font-size: .9rem; }

/*	----------------------------------------------------------------------------------------------	*	
									Product Archive																							
 *	----------------------------------------------------------------------------------------------	*/
.woocommerce-page ul.products .card-body {
  padding: 0.8rem 1rem; }

.woocommerce-page ul.products .card img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.woocommerce-page ul.products .card .button,
.woocommerce-page ul.products .card .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-page ul.products .card .wp-block-button__link, .woocommerce-page ul.products .card .wc-block-product-categories__button {
  text-align: center; }

.woocommerce-page .woocommerce-products-header {
  margin-bottom: 1.5rem; }
  .woocommerce-page .woocommerce-products-header__title {
    font-weight: 600; }
  .woocommerce-page .woocommerce-products-header .widget_layered_nav_filters {
    padding: 15px;
    border: 1px solid #F7F7F7;
    -webkit-box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
            box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
    margin-bottom: 2rem; }
    .woocommerce-page .woocommerce-products-header .widget_layered_nav_filters h2 {
      margin-bottom: 1.2rem;
      font-size: 1rem;
      text-transform: uppercase; }
    .woocommerce-page .woocommerce-products-header .widget_layered_nav_filters ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: calc(10px / -2);
      margin-left: calc(10px / -2); }
    .woocommerce-page .woocommerce-products-header .widget_layered_nav_filters li {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(10px / 2);
      padding-left: calc(10px / 2);
      width: auto;
      min-width: 180px; }

.woocommerce-page .woocommerce-loop-category__title, .woocommerce-page .woocommerce-loop-product__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: normal;
  text-align: center;
  color: #444444; }
  .woocommerce-page .woocommerce-loop-category__title + .price, .woocommerce-page .woocommerce-loop-product__title + .price {
    margin-top: 7px; }

.woocommerce-page .woocommerce-loop-category__link, .woocommerce-page .woocommerce-loop-product__link {
  overflow: hidden; }

.woocommerce-page .woocommerce-loop-category__title {
  text-align: center; }

.woocommerce-page .product > a {
  display: block; }

.woocommerce-page .product-category {
  margin-bottom: 1.5rem; }
  .woocommerce-page .product-category a {
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08);
            box-shadow: 0 0.25rem 1.875rem rgba(42, 53, 79, 0.08); }

/* Modules */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin-bottom: 0;
  color: #831b45;
  font-weight: 300;
  text-transform: uppercase; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 1rem; }

.woocommerce .pagination,
.woocommerce-page .pagination {
  margin-bottom: 3rem; }

.woocommerce-account.logged-in .site-main {
  margin-top: 0; }

.woocommerce-account.logged-in .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2);
  padding: 90px 0; }
  .woocommerce-account.logged-in .woocommerce > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 12 / 12 * 100%); }
    @media (min-width: 1340px) {
      .woocommerce-account.logged-in .woocommerce > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc( 12 / 12 * 100%); } }
    .woocommerce-account.logged-in .woocommerce > *.woocommerce-MyAccount-navigation {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 12 / 12 * 100%); }
      @media (min-width: 1340px) {
        .woocommerce-account.logged-in .woocommerce > *.woocommerce-MyAccount-navigation {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: calc( 3 / 12 * 100%); } }

.woocommerce-account.logged-in .entry-header, .woocommerce-account.logged-in .entry-title {
  font-size: 1.5rem;
  text-align: left; }

.woocommerce-account.logged-in .entry-content {
  margin-bottom: 2.5rem; }
  @media (min-width: 640px) {
    .woocommerce-account.logged-in .entry-content {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .woocommerce-account.woocommerce-lost-password .woocommerce {
    display: block;
    margin: 0 auto;
    max-width: 550px; } }

.woocommerce-account .entry {
  margin-bottom: 0; }
  .woocommerce-account .entry-header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .woocommerce-account .entry-title {
    padding-top: 0;
    text-align: center; }
  .woocommerce-account .entry-content {
    margin-bottom: 2.5rem; }

.woocommerce-account__login label, .woocommerce-account__register label {
  font-size: .9rem; }

.woocommerce-account__login {
  padding: 2.5rem;
  background-color: #831b45;
  color: white;
  border-radius: 6px; }
  @media (min-width: null) {
    .woocommerce-account__login {
      padding: 1rem; } }
  .woocommerce-account__login > span {
    color: white;
    font-size: 13px;
    opacity: .7; }
  .woocommerce-account__login a,
  .woocommerce-account__login h2 {
    color: white; }
  .woocommerce-account__login .button,
  .woocommerce-account__login .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-account__login .wp-block-button__link, .woocommerce-account__login .wc-block-product-categories__button {
    text-transform: uppercase;
    padding: .7rem 2.5rem;
    border-radius: 50px;
    font-size: .75rem; }
    .woocommerce-account__login .button:hover,
    .woocommerce-account__login .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .wc-block-grid__product-add-to-cart .woocommerce-account__login .wp-block-button__link:hover, .woocommerce-account__login .wc-block-product-categories__button:hover {
      background-color: white; }
  .woocommerce-account__login .custom-control-input:checked ~ .custom-control-label::before {
    border-color: white; }
  .woocommerce-account__login .custom-control-input ~ .custom-control-label::before {
    background-color: transparent; }

.woocommerce-account__register {
  padding-top: 2rem; }
  .woocommerce-account__register span {
    font-size: .9em; }
  .woocommerce-account__register h2 {
    font-size: 1.2rem; }
  .woocommerce-account__register .lead {
    font-size: 1rem; }
  .woocommerce-account__register .button,
  .woocommerce-account__register .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-account__register .wp-block-button__link, .woocommerce-account__register .wc-block-product-categories__button {
    text-transform: uppercase;
    padding: .7rem 2.5rem;
    border-radius: 50px;
    font-size: .75rem; }
  .woocommerce-account__register .woocommerce-password-strength {
    margin-top: .5rem;
    font-weight: bold;
    font-style: italic; }
    .woocommerce-account__register .woocommerce-password-strength.bad {
      color: #B2153D; }
    .woocommerce-account__register .woocommerce-password-strength.good {
      color: #ff7c7c; }

@media (max-width: 767px) {
  .woocommerce-account .col2-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 1024px) {
  .woocommerce-account .col2-set .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1340px) {
  .woocommerce-account .col2-set .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1024px) {
  .woocommerce-account .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

@media (min-width: 1340px) {
  .woocommerce-account .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc( 6 / 12 * 100%); } }

.woocommerce-Address-title {
  font-size: 1.2rem; }
  .woocommerce-Address-title h3 {
    font-size: inherit; }
  .woocommerce-Address-title a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .75rem;
    padding: 0 5px; }

.woocommerce-MyAccount-navigation ul {
  height: 100%;
  list-style: none;
  padding-left: 01; }
  @media (min-width: 1340px) {
    .woocommerce-MyAccount-navigation ul {
      padding: 2rem 0; } }

.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  min-width: 100px; }
  @media (min-width: 1340px) {
    .woocommerce-MyAccount-navigation-link {
      display: block; } }
  .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover a {
    background-color: #831b45;
    color: white; }
    .woocommerce-MyAccount-navigation-link.is-active a::before, .woocommerce-MyAccount-navigation-link:hover a::before {
      -webkit-filter: brightness(1);
              filter: brightness(1); }
  .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 6px 10px;
    background-color: #F7F7F7;
    color: gray;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    @media (min-width: 640px) {
      .woocommerce-MyAccount-navigation-link a {
        font-size: 14px;
        padding: 8px 15px; } }
    .woocommerce-MyAccount-navigation-link a::before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      height: 15px;
      min-width: 15px;
      vertical-align: -5%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-filter: brightness(0);
              filter: brightness(0); }
  .woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M411.56 173.94l-97.09 119.94c-8.09-3.69-17-5.88-26.47-5.88-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64c0-14.26-4.82-27.3-12.71-37.94l97.14-120c5.56-6.86 4.5-16.94-2.38-22.5-6.89-5.54-16.93-4.5-22.49 2.38zM288 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-352C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm221.5 416l-442.8.68C44 409.75 32 365.26 32 320 32 178.84 146.84 64 288 64s256 114.84 256 256c0 45.26-12 89.75-34.5 128z"></path></svg>'); }
  .woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-48-244v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm0 64v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12z"></path></svg>'); }
  .woocommerce-MyAccount-navigation-link--downloads a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h99.4L87 263.6c-25.2-25.2-7.3-68.3 28.3-68.3H168V40c0-22.1 17.9-40 40-40h96c22.1 0 40 17.9 40 40v155.3h52.7c35.6 0 53.4 43.1 28.3 68.3L368.6 320H468c24.3 0 44 19.7 44 44zm-261.7 17.7c3.1 3.1 8.2 3.1 11.3 0L402.3 241c5-5 1.5-13.7-5.7-13.7H312V40c0-4.4-3.6-8-8-8h-96c-4.4 0-8 3.6-8 8v187.3h-84.7c-7.1 0-10.7 8.6-5.7 13.7l140.7 140.7zM480 364c0-6.6-5.4-12-12-12H336.6l-52.3 52.3c-15.6 15.6-41 15.6-56.6 0L175.4 352H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z"></path></svg>'); }
  .woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M512 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V96c0-17.6 14.4-32 32-32h448c17.6 0 32 14.4 32 32v320zm-72-128H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM208 288c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 342.1 96 355 96 368.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z"></path></svg>'); }
  .woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M313.6 288c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"></path></svg>'); }
  .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M160 217.1c0-8.8 7.2-16 16-16h144v-93.9c0-7.1 8.6-10.7 13.6-5.7l141.6 143.1c6.3 6.3 6.3 16.4 0 22.7L333.6 410.4c-5 5-13.6 1.5-13.6-5.7v-93.9H176c-8.8 0-16-7.2-16-16v-77.7m-32 0v77.7c0 26.5 21.5 48 48 48h112v61.9c0 35.5 43 53.5 68.2 28.3l141.7-143c18.8-18.8 18.8-49.2 0-68L356.2 78.9c-25.1-25.1-68.2-7.3-68.2 28.3v61.9H176c-26.5 0-48 21.6-48 48zM0 112v288c0 26.5 21.5 48 48 48h132c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12H48c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h132c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12H48C21.5 64 0 85.5 0 112z"></path></svg>'); }

@media (min-width: 1340px) {
  .woocommerce-MyAccount-content {
    margin-bottom: 1.5rem; } }

.woocommerce-MyAccount-content .my-account-content-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #444; }

.woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }
  .woocommerce-MyAccount-content .woocommerce-orders-table thead {
    border-bottom: 2px solid #E5E5E5; }
    .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
      padding: 20px;
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333; }
  .woocommerce-MyAccount-content .woocommerce-orders-table__row {
    border: 1px solid #E5E5E5 !important; }
  .woocommerce-MyAccount-content .woocommerce-orders-table__cell {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding: 20px !important; }
    .woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
      color: #333333;
      padding: 0px; }
    .woocommerce-MyAccount-content .woocommerce-orders-table__cell span {
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #333333; }
    .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
      background-color: transparent;
      color: #39B54A; }
    .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
      position: relative;
      color: #C8C8C8; }
      .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status:before {
        content: "";
        position: absolute;
        left: 0;
        top: 49%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #C8C8C8;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }

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

.woocommerce-MyAccount-content form h3 {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #333333; }

.dashboard__col-wrapp {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

.dashboard__col-header {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px; }
  .dashboard__col-header h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    margin-bottom: 0px;
    margin-left: 15px; }

.dashboard__col-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dashboard__col-content {
  padding: 21px; }

.woocommerce-EditAccountForm {
  margin: 0px; }
  .woocommerce-EditAccountForm .form-row {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .woocommerce-EditAccountForm .form-row label {
      margin: 0px;
      font-family: 'Rubik';
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      color: #C8C8C8;
      margin-bottom: 8px;
      text-transform: capitalize; }
      .woocommerce-EditAccountForm .form-row label abbr {
        display: none; }
    .woocommerce-EditAccountForm .form-row input {
      border: 0px !important;
      padding: 0px !important;
      font-family: 'Rubik';
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #868686;
      outline: none; }
    .woocommerce-EditAccountForm .form-row__display-name {
      margin-bottom: 48px; }
    .woocommerce-EditAccountForm .form-row .span-absolute {
      position: absolute;
      bottom: -30px;
      left: 0; }
  .woocommerce-EditAccountForm fieldset {
    border: 0px;
    padding: 0px; }
    .woocommerce-EditAccountForm fieldset .form-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .woocommerce-EditAccountForm em {
    margin-top: 10px;
    display: block; }
  .woocommerce-EditAccountForm .button,
  .woocommerce-EditAccountForm .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-EditAccountForm .wp-block-button__link, .woocommerce-EditAccountForm .wc-block-product-categories__button {
    background: #E5E5E5;
    border-radius: 3px;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding: 13px 21px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px; }

.woocommerce-OrderUpdates {
  list-style: none;
  padding-left: 0;
  padding-top: 1.5rem; }

.woocommerce-OrderUpdate {
  margin-top: 0 !important;
  margin-bottom: 1.5rem; }
  .woocommerce-OrderUpdate-inner {
    position: relative; }
  .woocommerce-OrderUpdate-text {
    border-left: 4px solid rgba(0, 0, 0, 0.15);
    padding: 5px 15px; }
  .woocommerce-OrderUpdate-meta {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 0;
    font-size: 80%; }
  .woocommerce-OrderUpdate-description p {
    margin-bottom: .5rem; }
    .woocommerce-OrderUpdate-description p:last-child {
      margin-bottom: 0; }

.woocommerce-checkout .entry-header {
  margin-top: .5rem;
  margin-bottom: 2.5rem; }

.woocommerce-checkout .entry-title {
  margin-bottom: 0;
  padding-top: 1rem;
  text-align: center; }

.woocommerce-checkout .entry-content {
  margin-bottom: 3rem; }

.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 50px; }

.woocommerce-checkout .create-account {
  width: 100%; }

@media (min-width: 1340px) {
  .order-review {
    position: -webkit-sticky;
    position: sticky;
    top: 90px; } }

.order-review__heading {
  margin-top: .5rem;
  margin-bottom: 1rem; }

.woocommerce-checkout-review-order-table {
  margin-bottom: 1rem; }
  .woocommerce-checkout-review-order-table thead th {
    border-bottom-width: 1px; }
  .woocommerce-checkout-review-order-table tfoot {
    color: #333333; }
    .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
      color: #831b45; }
  .woocommerce-checkout-review-order-table tfoot td:last-child,
  .woocommerce-checkout-review-order-table .product-total {
    text-align: right; }

.woocommerce-order--wrapper {
  padding: 60px 15px 100px 15px !important; }

.woocommerce-order__thank-you-content {
  text-align: center;
  margin-bottom: 35px; }
  .woocommerce-order__thank-you-content h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 21px;
    color: #333333; }
  .woocommerce-order__thank-you-content h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 12px; }
  .woocommerce-order__thank-you-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    color: #868686; }

.woocommerce-order__buttons {
  margin-bottom: 56px;
  text-align: center; }
  .woocommerce-order__buttons .button,
  .woocommerce-order__buttons .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-order__buttons .wp-block-button__link, .woocommerce-order__buttons .wc-block-product-categories__button {
    border: 2px solid #444 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px !important;
    color: #333333 !important;
    background: transparent !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 12px 32px;
    text-transform: uppercase; }
    .woocommerce-order__buttons .button:hover,
    .woocommerce-order__buttons .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .wc-block-grid__product-add-to-cart .woocommerce-order__buttons .wp-block-button__link:hover, .woocommerce-order__buttons .wc-block-product-categories__button:hover {
      background: #39B54A !important;
      border-color: #39B54A !important;
      color: #fff !important; }

.woocommerce-order__buttons-order {
  text-align: center; }
  .woocommerce-order__buttons-order .button,
  .woocommerce-order__buttons-order .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .woocommerce-order__buttons-order .wp-block-button__link, .woocommerce-order__buttons-order .wc-block-product-categories__button {
    border: 2px solid #444 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px !important;
    color: #333333 !important;
    background: transparent !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 12px 32px;
    text-transform: uppercase; }
    .woocommerce-order__buttons-order .button:hover,
    .woocommerce-order__buttons-order .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .wc-block-grid__product-add-to-cart .woocommerce-order__buttons-order .wp-block-button__link:hover, .woocommerce-order__buttons-order .wc-block-product-categories__button:hover {
      background: #39B54A !important;
      border-color: #39B54A !important;
      color: #fff !important; }

.woocommerce-order__buyer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 30px 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px; }
  @media only screen and (max-width: 450px) {
    .woocommerce-order__buyer-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .woocommerce-order__buyer-info div {
    width: 33.3%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .woocommerce-order__buyer-info div {
        width: 50%; } }
    .woocommerce-order__buyer-info div:nth-child(4), .woocommerce-order__buyer-info div:nth-child(5), .woocommerce-order__buyer-info div:nth-child(6) {
      margin-bottom: 0px; }
    .woocommerce-order__buyer-info div p {
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 2px;
      color: #868686;
      word-break: break-all;
      padding-right: 10px; }
      .woocommerce-order__buyer-info div p:last-child {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #333333; }
      .woocommerce-order__buyer-info div p span {
        color: #333333;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }

.woocommerce-order-details {
  margin-bottom: 56px !important; }
  .woocommerce-order-details__table {
    border-radius: 4px !important;
    border: 1px solid #E5E5E5; }
  .woocommerce-order-details__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #333333; }

.woocommerce-order .woocommerce-table {
  margin-bottom: 0px; }
  .woocommerce-order .woocommerce-table--order-details thead {
    background: #F6F6F6;
    border-bottom: 2px solid #E5E5E5; }
    .woocommerce-order .woocommerce-table--order-details thead tr th {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333;
      padding: 19px 20px 15px 20px !important; }
      .woocommerce-order .woocommerce-table--order-details thead tr th:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .woocommerce-order .woocommerce-table--order-details tbody {
    border-bottom: 1px solid #E5E5E5; }
    .woocommerce-order .woocommerce-table--order-details tbody tr td {
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      padding: 16px 20px 14px 20px !important;
      color: #333333; }
      .woocommerce-order .woocommerce-table--order-details tbody tr td:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .woocommerce-order .woocommerce-table--order-details tbody tr td a {
        color: #333333; }
      .woocommerce-order .woocommerce-table--order-details tbody tr td strong {
        font-weight: 600 !important; }
      .woocommerce-order .woocommerce-table--order-details tbody tr td span {
        color: #333333;
        font-weight: normal;
        font-size: 14px; }
  .woocommerce-order .woocommerce-table--order-details tfoot tr th {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    padding: 16px 20px 14px 20px !important; }
  .woocommerce-order .woocommerce-table--order-details tfoot tr td {
    padding: 16px 20px 14px 20px !important; }
    .woocommerce-order .woocommerce-table--order-details tfoot tr td span {
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #333333; }
  .woocommerce-order .woocommerce-table--order-details tfoot tr small {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 16px;
    line-height: 150%; }
  .woocommerce-order .woocommerce-table--order-details tfoot tr td {
    color: #333333; }
    .woocommerce-order .woocommerce-table--order-details tfoot tr td:last-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child {
    background: #F6F6F6;
    border-top: 2px solid #D6D8DA; }
    .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child td {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333;
      text-transform: uppercase; }

.woocommerce-order .woocommerce-customer-details {
  margin-bottom: 56px !important; }
  .woocommerce-order .woocommerce-customer-details--email {
    color: #39B54A; }
  .woocommerce-order .woocommerce-customer-details address {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border: 1px solid #D6D8DA !important;
    border-radius: 4px !important;
    font-style: normal;
    padding: 16px 20px; }
  .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    width: 50% !important;
    -webkit-box-flex: calc((6 / 12) * 100%) !important;
        -ms-flex: calc((6 / 12) * 100%) !important;
            flex: calc((6 / 12) * 100%) !important;
    max-width: calc((6 / 12) * 100%) !important; }
    @media (max-width: 767px) {
      .woocommerce-order .woocommerce-customer-details .woocommerce-column {
        width: 100% !important;
        -webkit-box-flex: calc((12 / 12) * 100%) !important;
            -ms-flex: calc((12 / 12) * 100%) !important;
                flex: calc((12 / 12) * 100%) !important;
        max-width: calc((12 / 12) * 100%) !important; } }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      color: #333333;
      margin-bottom: 30px; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      border: 1px solid #D6D8DA !important;
      border-radius: 4px !important; }
    @media (max-width: 767px) {
      .woocommerce-order .woocommerce-customer-details .woocommerce-column--1 {
        margin-bottom: 28px; } }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column--1 address {
      border-right: 0px !important;
      border-bottom-right-radius: 0px !important;
      border-top-right-radius: 0px !important;
      min-height: 280px;
      padding: 16px 0px 16px 20px !important; }
      @media (max-width: 767px) {
        .woocommerce-order .woocommerce-customer-details .woocommerce-column--1 address {
          border-radius: 4px !important;
          border-right: 1px solid #D6D8DA !important;
          padding: 16px 20px !important; } }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column--2 address {
      border-left: 0px !important;
      border-bottom-left-radius: 0px !important;
      border-top-left-radius: 0px !important;
      min-height: 280px;
      padding: 16px 20px 16px 0px; }
      @media (max-width: 767px) {
        .woocommerce-order .woocommerce-customer-details .woocommerce-column--2 address {
          border-radius: 4px !important;
          border-left: 1px solid #D6D8DA !important;
          padding: 16px 20px !important; } }

.woocommerce-order .wc-item-meta {
  padding-left: 0px !important;
  font-weight: normal;
  color: #747474; }

.woocommerce-checkout-payment .form-row {
  margin-left: 0;
  margin-right: 0; }

.wc_payment_methods {
  list-style: none;
  padding-left: 0; }
  .wc_payment_methods li:not(.woocommerce-notice) {
    margin-bottom: 1px; }
    .wc_payment_methods li:not(.woocommerce-notice) .payment_box {
      will-change: height;
      width: 100%;
      padding: 1.3rem; }
    .wc_payment_methods li:not(.woocommerce-notice) label {
      position: relative;
      display: block;
      min-height: 1.70rem;
      padding-top: .5rem;
      padding-left: 1.5rem;
      padding-bottom: .5rem;
      margin-bottom: 0;
      font-weight: bold; }
      .wc_payment_methods li:not(.woocommerce-notice) label img {
        float: right;
        max-width: 120px;
        margin-top: calc( -0.5rem / 2);
        margin-right: 5px; }

/* Cart Page */
.woocommerce-cart .entry-header {
  margin-top: .5rem;
  margin-bottom: 2.5rem; }

.woocommerce-cart .entry-title {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .woocommerce-cart .entry-content {
    margin-bottom: 2rem; } }

.woocommerce-cart p.cart-empty,
.woocommerce-cart p.return-to-shop {
  text-align: center; }

.woocommerce-cart p.cart-empty,
.woocommerce-cart p.return-to-shop,
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 50px; }

/* Modules */
.actions {
  padding: 1rem .625rem .9rem;
  background-color: white;
  border-top: 1px solid lightgray; }
  .actions .coupon > *,
  .actions .update > * {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .actions .coupon > *,
      .actions .update > * {
        margin-bottom: 0; } }
  .actions .update .btn,
  .actions .update .button,
  .actions .update .wc-block-grid__product-add-to-cart .wp-block-button__link,
  .wc-block-grid__product-add-to-cart .actions .update .wp-block-button__link,
  .actions .update .wc-block-product-categories__button {
    display: block;
    width: 100%;
    border-width: 2px;
    border-radius: 50px;
    border-color: #1c1f21;
    background-color: transparent;
    color: #1c1f21;
    outline: none;
    text-transform: uppercase; }
    .actions .update .btn:hover:not([disabled]),
    .actions .update .button:hover:not([disabled]),
    .actions .update .wc-block-grid__product-add-to-cart .wp-block-button__link:hover:not([disabled]),
    .wc-block-grid__product-add-to-cart .actions .update .wp-block-button__link:hover:not([disabled]),
    .actions .update .wc-block-product-categories__button:hover:not([disabled]) {
      background-color: #1c1f21;
      border-color: #1c1f21;
      color: white; }
    .actions .update .btn[disabled],
    .actions .update .button[disabled],
    .actions .update .wc-block-grid__product-add-to-cart .wp-block-button__link[disabled],
    .wc-block-grid__product-add-to-cart .actions .update .wp-block-button__link[disabled],
    .actions .update .wc-block-product-categories__button[disabled] {
      opacity: .25;
      cursor: not-allowed; }

.wc-proceed-to-checkout {
  text-align: right; }

.am2-cart__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .am2-cart__title {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px; } }

.am2-cart__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .am2-cart__headings {
      display: none; } }

.am2-cart__item-title {
  font-weight: 700;
  padding: 10px 10px;
  padding-left: 30px; }
  .am2-cart__item-title.product-remove {
    width: 40px; }
  .am2-cart__item-title.product-thumbnail {
    width: 100px; }
  .am2-cart__item-title.product-name {
    width: 50%;
    min-width: 200px; }
  .am2-cart__item-title.product-price {
    width: 100px; }
  .am2-cart__item-title.product-subtotal {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    min-width: 100px; }

.am2-cart__row {
  padding: 9px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 11px; }
  @media (max-width: 767px) {
    .am2-cart__row {
      position: relative; }
      .am2-cart__row.cart_item {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
        border-bottom: 0; } }
  @media (max-width: 439px) {
    .am2-cart__row {
      height: 109px;
      margin-bottom: 10px; }
      .am2-cart__row.cart_item {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        border-bottom: 0; } }

.am2-cart__column {
  padding: 0 10px; }
  .am2-cart__column.product-remove {
    width: 40px; }
    .am2-cart__column.product-remove a {
      color: #39B54A !important; }
      .am2-cart__column.product-remove a:hover {
        background-color: #39B54A !important; }
    @media (max-width: 767px) {
      .am2-cart__column.product-remove {
        position: absolute;
        right: 10px;
        top: 10px; } }
    @media (max-width: 439px) {
      .am2-cart__column.product-remove {
        top: 0;
        right: -3px; } }
  .am2-cart__column.product-thumbnail a {
    width: 100px;
    height: 100px;
    display: block; }
    @media (max-width: 439px) {
      .am2-cart__column.product-thumbnail a {
        width: 50px;
        height: 50px; } }
  .am2-cart__column.product-thumbnail img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .am2-cart__column.product-thumbnail {
      margin-bottom: 10px; } }
  .am2-cart__column.product-name {
    width: 50%;
    min-width: 200px; }
    @media (max-width: 767px) {
      .am2-cart__column.product-name {
        width: auto;
        min-width: 0; } }
    .am2-cart__column.product-name a:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .am2-cart__column.product-name a {
        font-size: 14px;
        line-height: 1.2;
        display: block; } }
    @media (max-width: 439px) {
      .am2-cart__column.product-name a {
        font-size: 12px; } }
  .am2-cart__column.product-price {
    width: 100px; }
    @media (max-width: 767px) {
      .am2-cart__column.product-price {
        position: absolute;
        bottom: 3px;
        left: 42px;
        background: #fff;
        width: auto;
        padding: 3px;
        line-height: 1;
        border-radius: 2px; }
        .am2-cart__column.product-price:before {
          content: "Price:";
          position: absolute;
          left: -30px;
          top: 5px;
          font-size: 12px; }
        .am2-cart__column.product-price .woocommerce-Price-amount {
          font-size: 12px; } }
    @media (max-width: 439px) {
      .am2-cart__column.product-price {
        bottom: 3px;
        left: 42px; } }
  @media (max-width: 767px) {
    .am2-cart__column.product-quantity {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right;
      padding-left: 0; }
      .am2-cart__column.product-quantity .quantity {
        margin-right: 0 !important; }
        .am2-cart__column.product-quantity .quantity .qty {
          font-size: 13px;
          width: 50px;
          padding: 10px 5px; } }
  .am2-cart__column.product-subtotal {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    min-width: 100px; }
    @media (max-width: 767px) {
      .am2-cart__column.product-subtotal {
        min-width: 0;
        position: absolute;
        right: -1px;
        bottom: 4px; }
        .am2-cart__column.product-subtotal:before {
          content: "Subtotal:";
          position: absolute;
          left: -50px;
          font-size: 12px; } }
    @media (max-width: 439px) {
      .am2-cart__column.product-subtotal:before {
        content: "Subtotal:";
        position: absolute;
        left: -40px;
        top: 0;
        font-size: 11px; }
      .am2-cart__column.product-subtotal .woocommerce-Price-amount {
        font-size: 14px; } }

.am2-cart__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .am2-cart__actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 639px) {
    .am2-cart__actions > .button,
    .wc-block-grid__product-add-to-cart .am2-cart__actions > .wp-block-button__link, .am2-cart__actions > .wc-block-product-categories__button {
      display: block;
      width: 100%; } }
  .am2-cart__actions .coupon {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .am2-cart__actions .coupon {
        margin-bottom: 28px; } }
    .am2-cart__actions .coupon label {
      margin-right: 14px;
      margin-bottom: 0;
      display: none; }
    .am2-cart__actions .coupon .input-text {
      width: 150px !important;
      display: block;
      padding: 8px 10px;
      border-width: 2px; }
      @media (max-width: 767px) {
        .am2-cart__actions .coupon .input-text {
          font-size: 13px;
          padding: 10px 15px !important; } }
    .am2-cart__actions .coupon .button,
    .am2-cart__actions .coupon .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .am2-cart__actions .coupon .wp-block-button__link, .am2-cart__actions .coupon .wc-block-product-categories__button {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .am2-cart__actions .coupon .button,
        .am2-cart__actions .coupon .wc-block-grid__product-add-to-cart .wp-block-button__link, .wc-block-grid__product-add-to-cart .am2-cart__actions .coupon .wp-block-button__link, .am2-cart__actions .coupon .wc-block-product-categories__button {
          font-size: 13px;
          padding: 5px 15px !important; } }

.cross-sells > h2 {
  font-size: 1.2rem;
  font-weight: bold; }

.cross-sells ul.products {
  margin-bottom: 0; }

.cart-collaterals {
  margin-bottom: 2rem; }

.cart_totals > h2 {
  font-size: 1.2rem;
  font-weight: bold; }

.cart_totals table tr th {
  font-size: 13px;
  font-weight: 600;
  color: #1c1f21; }

.cart_totals table tr td {
  font-size: 14px;
  font-weight: bold;
  color: #1c1f21; }

.cart_totals table tr.order-total .woocommerce-Price-amount {
  font-size: 1.1rem;
  color: #831b45; }

.cart-product {
  padding: 56px 0; }
  @media (max-width: 767px) {
    .cart-product {
      padding: 0 0 28px 0; } }
  .cart-product--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .cart-product--wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cart-product__left {
    width: 68%; }
    @media (max-width: 767px) {
      .cart-product__left {
        width: 100%; } }
  .cart-product .woocommerce-cart-form {
    border: 1px solid #E5E5E5;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .cart-product .woocommerce-cart-form {
        border: 0px; } }
  .cart-product .cart-collaterals {
    width: 29%; }
    @media (max-width: 767px) {
      .cart-product .cart-collaterals {
        width: 100%; } }
  .cart-product .shop_table {
    border-top: 0px;
    border: 0px;
    font-family: 'Rubik';
    margin-bottom: 0px;
    border-collapse: separate; }
    .cart-product .shop_table thead th {
      border-top: 0px;
      text-align: left;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333;
      padding: 20px; }
    .cart-product .shop_table thead .product-quantity {
      text-align: center; }
    .cart-product .shop_table tbody tr {
      border-bottom: 1px solid #E5E5E5;
      padding: 30px 0;
      position: relative; }
      @media (max-width: 767px) {
        .cart-product .shop_table tbody tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .cart-product .shop_table tbody td {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      border-top: 1px solid #E5E5E5; }
      @media (max-width: 767px) {
        .cart-product .shop_table tbody td {
          border-top: 0px;
          padding: 0 0.75rem 0 0; } }
    .cart-product .shop_table tbody .product-quantity .quantity {
      margin: 0px;
      background: #F6F6F6;
      border-radius: 3px;
      padding: 12px 0; }
      @media (max-width: 767px) {
        .cart-product .shop_table tbody .product-quantity .quantity {
          padding: 7px 0; } }
      .cart-product .shop_table tbody .product-quantity .quantity input {
        background: #F6F6F6; }
      .cart-product .shop_table tbody .product-quantity .quantity__minus, .cart-product .shop_table tbody .product-quantity .quantity__plus {
        padding: 0px 1rem; }
        @media (max-width: 767px) {
          .cart-product .shop_table tbody .product-quantity .quantity__minus, .cart-product .shop_table tbody .product-quantity .quantity__plus {
            padding: 0 13px; } }
    .cart-product .shop_table tbody .product-thumbnail img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      background-color: #F6F6F6;
      padding: 18px 11px;
      max-width: 80px; }
    .cart-product .shop_table tbody .product-name {
      color: #39B54A; }
      @media (max-width: 767px) {
        .cart-product .shop_table tbody .product-name {
          font-size: 15px;
          line-height: 18px;
          color: #333333;
          font-weight: 500; } }
      .cart-product .shop_table tbody .product-name a {
        color: #831b45; }
        @media (max-width: 767px) {
          .cart-product .shop_table tbody .product-name a {
            color: #333333; } }
    .cart-product .shop_table tbody .product-price span {
      color: #868686;
      font-weight: normal; }
      @media (max-width: 767px) {
        .cart-product .shop_table tbody .product-price span {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    @media (max-width: 767px) {
      .cart-product .shop_table tbody .product-price {
        display: none; } }
    @media (max-width: 767px) {
      .cart-product .shop_table tbody .product-remove {
        position: absolute;
        top: 30px;
        right: 0;
        padding: 0px; } }
    @media (max-width: 767px) {
      .cart-product .shop_table tbody .space-table {
        display: none; } }
    @media (max-width: 767px) {
      .cart-product .shop_table tbody .product-subtotal span {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      .cart-product .shop_table tbody .product-subtotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        right: 0;
        bottom: 36px;
        padding-right: 0px; } }
  .cart-product .cart__update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px 0 0 0; }
    @media (max-width: 767px) {
      .cart-product .cart__update {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0px; } }
  .cart-product .actions {
    border: 0px;
    padding: 0px; }
  .cart-product .side-cart__promo-code {
    border-top: 0px;
    padding: 0px; }
  .cart-product .side-cart__promo-code-check {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .cart-product .side-cart__promo-code-check label {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #868686;
      font-family: 'Rubik'; }
    .cart-product .side-cart__promo-code-check input[type="checkbox"] + label {
      position: relative; }
    .cart-product .side-cart__promo-code-check input[type="checkbox"] {
      left: auto;
      right: 0; }
    .cart-product .side-cart__promo-code-check input[type='checkbox'] + label::before {
      left: -30px;
      top: 0; }
    .cart-product .side-cart__promo-code-check input[type='checkbox'] + label::after {
      left: -27px;
      top: 1px; }
    @media (max-width: 767px) {
      .cart-product .side-cart__promo-code-check {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 28px; } }
  .cart-product .side-cart__coupon {
    font-family: 'Rubik'; }
  .cart-product__add-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-product__add-more p {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #333333;
      text-transform: uppercase;
      font-family: 'Rubik'; }
    .cart-product__add-more svg {
      width: 10px;
      fill: #333333;
      margin-right: 10px; }
  .cart-product .cart-collaterals h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    font-family: 'Rubik'; }
    @media (max-width: 767px) {
      .cart-product .cart-collaterals h2 {
        margin-bottom: 0px; } }
  .cart-product .cart-collaterals table {
    margin-bottom: 28px;
    border-collapse: collapse; }
    @media (max-width: 767px) {
      .cart-product .cart-collaterals table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 0 20px 0; } }
    .cart-product .cart-collaterals table th {
      display: block; }
  .cart-product .cart-collaterals .cart-subtotal th, .cart-product .cart-collaterals .cart-subtotal td {
    padding: 0px;
    border: 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #868686;
    padding-bottom: 15px;
    text-align: left; }
    @media (max-width: 767px) {
      .cart-product .cart-collaterals .cart-subtotal th, .cart-product .cart-collaterals .cart-subtotal td {
        padding-bottom: 0px; } }
  .cart-product .cart-collaterals .cart-subtotal td {
    font-weight: 500;
    color: #333333;
    text-align: right; }
    .cart-product .cart-collaterals .cart-subtotal td span {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .cart-product .cart-collaterals .order-total {
    border: 0px; }
    .cart-product .cart-collaterals .order-total th, .cart-product .cart-collaterals .order-total td {
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #333333;
      text-align: left;
      padding: 0px;
      padding-top: 15px;
      border: 0px; }
      @media (max-width: 767px) {
        .cart-product .cart-collaterals .order-total th, .cart-product .cart-collaterals .order-total td {
          padding-top: 0px;
          border: 0px; } }
    .cart-product .cart-collaterals .order-total td {
      font-weight: 500;
      font-size: 22px;
      line-height: 26px; }
      .cart-product .cart-collaterals .order-total td span {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .cart-product .cart-collaterals .wc-proceed-to-checkout a {
    background-color: #831b45;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-product .cart-collaterals .wc-proceed-to-checkout a svg {
      margin-left: 15px; }
  @media (max-width: 767px) {
    .cart-product .cart-collaterals {
      padding: 28px 0;
      margin-top: 28px;
      border-top: 1px solid #E5E5E5; } }
  .cart-product__freeshiping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 28px; }
    .cart-product__freeshiping p {
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      color: #868686;
      font-family: 'Rubik'; }

.login-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Rubik';
  color: #333333; }

.woocommerce-notices-wrapper {
  margin: 0px !important; }
  .woocommerce-notices-wrapper .woocommerce-message {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #868686;
    border-top: 2px solid #B2153D;
    background-color: #f6f6f6;
    border-left: 0px !important;
    font-family: 'Rubik';
    margin-top: 28px;
    padding: 20px !important; }
    @media (max-width: 767px) {
      .woocommerce-notices-wrapper .woocommerce-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .woocommerce-notices-wrapper .woocommerce-message a {
      color: #B2153D; }
      .woocommerce-notices-wrapper .woocommerce-message a:hover {
        opacity: .8; }

/*	----------------------------------------------------------------------------------------------	*	
									Product																									
 *	----------------------------------------------------------------------------------------------	*/
.single-product .entry-summary {
  padding-left: 15px; }

.single-product .entry-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #333333; }

.single-product .product-summary .price ins {
  font-size: 1.5rem; }

.single-product .product-content {
  margin-top: 2.5rem; }

.single-product .woocommerce-notices-wrapper {
  margin-bottom: 2.5rem;
  display: none; }

.single-product .woocommerce-product-rating {
  margin-bottom: 1rem; }

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 10px; }

.single-product .product_meta .sku {
  text-transform: uppercase; }

.single-product .woocommerce-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 28px 60px;
  text-transform: uppercase;
  font-size: 17px; }
  .single-product .woocommerce-breadcrumb a {
    color: #c24e7c; }

.single-product .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px; }
  .single-product .variations select {
    padding: 10px 15px;
    width: 100%;
    margin: 0 5px;
    border-color: #e5e5e5;
    border-radius: 4px; }

.single-product .wrapper--single {
  padding: 0 60px; }

.single-product .single_add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .single-product .single_add_to_cart_button svg {
    width: 21px;
    height: 22px;
    position: absolute;
    right: 28px; }

.single-product .single-product-price {
  font-size: 22px;
  font-weight: 600;
  color: #333333; }

.single-product .single-add-to-cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.single-product .price {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.single-product .out-of-stock {
  color: #ff7c7c;
  font-size: 16px;
  padding: 18px 56px;
  background: #f6f6f6;
  border-top: 2px solid; }

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

.product__details {
  padding-top: 28px; }
  .product__details h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px; }

.product__description p {
  font-size: 14px; }

.wooslider-direction-nav .wooslider-next {
  right: 0 !important;
  margin-right: 20px;
  opacity: 1 !important; }

.wooslider-direction-nav .wooslider-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: 20px; }

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

.single-product__description {
  height: 160px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px; }
  .single-product__description h2 {
    display: none; }
  .single-product__description:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 144px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67%, #fff), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 67%, #fff 100%); }
  .single-product__description-toggle {
    color: #333333;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    bottom: 0; }
    .single-product__description-toggle:hover {
      color: #831b45; }

form.cart {
  margin-bottom: 1rem; }
  form.cart:not(.variations_form):not(.grouped_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  form.cart.variations_form {
    position: relative; }
    form.cart.variations_form .single_variation_wrap,
    form.cart.variations_form .woocommerce-variation-price {
      margin-bottom: 25px; }
    form.cart.variations_form a.reset_variations {
      position: absolute;
      bottom: 100%;
      right: 0; }
    form.cart.variations_form .quantity {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
      margin-right: 1.4rem; }
  form.cart.grouped_form {
    overflow: auto; }

table.variations,
table.shop_attributes,
.woocommerce-grouped-product-list {
  margin-bottom: 1.5rem; }
  table.variations td,
  table.shop_attributes td,
  .woocommerce-grouped-product-list td {
    vertical-align: middle; }
    table.variations td label,
    table.shop_attributes td label,
    .woocommerce-grouped-product-list td label {
      margin-bottom: 0; }
    table.variations td p:last-child,
    table.shop_attributes td p:last-child,
    .woocommerce-grouped-product-list td p:last-child {
      margin-bottom: 0; }

table.shop_attributes {
  width: auto;
  min-width: 300px; }

.product-images {
  position: relative; }
  .product-images .onsale {
    left: 7px; }

.woocommerce-product-gallery {
  position: relative; }
  .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5rem;
    right: .8rem;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    color: #333333;
    border: 2px solid gray; }
    .woocommerce-product-gallery__trigger:hover {
      border-color: #831b45; }
      .woocommerce-product-gallery__trigger:hover::before {
        background: #831b45;
        color: white; }
    .woocommerce-product-gallery__trigger:before {
      content: "";
      position: absolute;
      -webkit-transition: inherit;
      transition: inherit;
      height: 2px;
      width: 6px;
      background: gray;
      top: 90%;
      left: 90%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 100%;
      padding: 2px; }
  .woocommerce-product-gallery__image:first-of-type:last-of-type, .woocommerce-product-gallery__image--placeholder,
  .woocommerce-product-gallery .flex-viewport {
    background-color: #efefef; }
    .woocommerce-product-gallery__image:first-of-type:last-of-type img, .woocommerce-product-gallery__image--placeholder img,
    .woocommerce-product-gallery .flex-viewport img {
      width: 100%;
      max-width: 100%;
      height: auto;
      padding: 100px 40px; }
    .woocommerce-product-gallery__image:first-of-type:last-of-type a, .woocommerce-product-gallery__image--placeholder a,
    .woocommerce-product-gallery .flex-viewport a {
      display: block; }
  .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(10px / -2);
    margin-left: calc(10px / -2);
    padding: 0 56px; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(10px / 2);
      padding-left: calc(10px / 2);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 4 / 12 * 100%);
      margin-bottom: .5rem; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 100%;
        height: auto;
        padding: 18px 14px;
        cursor: pointer;
        background-color: #efefef; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li img:hover {
          opacity: 1;
          border: 1px solid; }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-1 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 1 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 2 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 3 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 4 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 5 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 6 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-7 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 7 / 12 * 100%); } }
  @media (min-width: 640px) {
    .woocommerce-product-gallery--columns-8 .flex-control-thumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc( 8 / 12 * 100%); } }

.post-type-archive-product .added_to_cart {
  display: none; }

/* Helpers. */
/**
* Variables used in this file from abstracts/_variable.scss
*
get_color(primary)
get_color(secondary)
get_color(featured)
get_color(danger)
get_color(dark)
*
*/
/**
* Specific variables (used only in this file)
*
* None
*
**/
.effect--waves {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
             -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  /* Firefox Bug: link not triggered */ }
  .effect--waves .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none; }
  .effect--waves input[type='button'],
  .effect--waves input[type='reset'],
  .effect--waves input[type='submit'] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .effect--waves img {
    position: relative;
    z-index: -1; }
  .effect--waves .waves-notransition {
    -webkit-transition: none !important;
    transition: none !important; }
  .effect--waves .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
  .effect--waves .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
    .effect--waves .waves-input-wrapper .waves-button-input {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
  .effect--waves .waves-block {
    display: block; }
  .effect--waves .waves-effect .waves-ripple {
    z-index: -1; }

.effect--primary .waves-ripple {
  background-color: rgba(131, 27, 69, 0.7); }

.effect--secondary .waves-ripple {
  background-color: rgba(194, 78, 124, 0.7); }

.effect--featured .waves-ripple {
  background-color: rgba(204, 125, 44, 0.7); }

.effect--danger .waves-ripple {
  background-color: rgba(178, 21, 61, 0.7); }

/**
*
* Helpers
*
**/
.anchor {
  position: absolute;
  top: -50px;
  left: 0; }

.will-animate {
  opacity: 0; }
  .will-animate.animated {
    opacity: 1; }

.float-none {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text {
  text-rendering: optimizeLegibility; }
  .text--center {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--justify {
    text-align: justify; }
  .text--uppercase {
    text-transform: uppercase; }
  .text--lowercase {
    text-transform: lowercase; }
  .text--capitalize {
    text-transform: capitalize; }
  .text--thin {
    font-weight: 300; }
  .text--light {
    font-weight: 300; }
  .text--bold {
    font-weight: 600; }
  .text--black {
    font-family: "Rubik", sans-serif;
    font-weight: 900; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.no-padding {
  padding: 0px; }

.color-primary {
  color: #831b45; }

.color-secondary {
  color: #c24e7c; }

.color-featured {
  color: #CC7D2C; }

.color-danger {
  color: #B2153D; }

.background-primary {
  background: #831b45; }

.background-secondary {
  background: #c24e7c; }

.background-featured {
  background: #CC7D2C; }

.background-danger {
  background: #B2153D; }

.fill-primary {
  fill: #831b45; }

.fill-secondary {
  fill: #c24e7c; }

.fill-featured {
  fill: #CC7D2C; }

.fill-danger {
  fill: #B2153D; }

.depth-shadow::before, .depth-shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10; }

.depth-shadow--top::before {
  content: '';
  height: 35%;
  bottom: auto;
  bottom: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--top::before {
    content: none; }

.depth-shadow--bottom::after {
  content: '';
  height: 35%;
  top: auto;
  top: initial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 20%, transparent 40%); }
  .is__IE .depth-shadow--bottom::after {
    content: none; }

/* Pages. */
/* @import 'pages/contact'. */
/* Vendor. */
/* Slick Slider */
.slick-slider {
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -ms-touch-action: auto;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  touch-action: auto;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0; }
  .slick-track::before, .slick-track::after {
    content: '';
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  bottom: 20px;
  left: 50%;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .slick-dots li button {
      background: #FFFFFF;
      border: 1px solid #39B54A;
      border-radius: 50%;
      height: 10px;
      opacity: .8;
      overflow: hidden;
      padding: 0;
      text-indent: -900em;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      width: 10px; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      opacity: 1;
      background-color: #39B54A; }

.slick-prev,
.slick-next {
  background-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  height: 40px;
  opacity: .5;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -900em;
  top: 50%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 40px;
  z-index: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1; }

.slick-next {
  border-right: 3px solid #39B54A;
  border-top: 3px solid #39B54A;
  right: 50px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%); }

.slick-prev {
  border-left: 3px solid #39B54A;
  border-top: 3px solid #39B54A;
  left: 50px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%); }

/*** Responsive Tables ***/
@media (min-width: 640px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    left: 0;
    overflow-x: scroll;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 150px; }
  .pinned table {
    border-left: 0;
    border-right: 0;
    width: 100%; }
    .pinned table th,
    .pinned table td {
      white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  .table-wrapper {
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .table-wrapper div.scrollable {
      margin-left: 150px; }
    .table-wrapper div.scrollable {
      overflow-y: hidden;
      overflow: scroll; }
  .js-responsive-table td,
  .js-responsive-table th {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }
  .js-responsive-table th:first-child td,
  .js-responsive-table td:first-child td,
  .js-responsive-table td:first-child td, .js-responsive-table.pinned td {
    display: none; } }


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