/*!
Theme Name: Mohawk V2
Theme URI: https://www.monstamanagement.com/
Author: MonstaManagement
Author URI: https://www.monstamanagement.com/
Description: Mohawk theme version 2.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mohawkversionii
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: 'Lumios Marker';
  src: url("fonts/lumios-marker/Lumios-Marker.eot");
  src: local("Lumios Marker"), local("Lumios-Marker"), url("fonts/lumios-marker/Lumios-Marker.eot?#iefix") format("embedded-opentype"), url("fonts/lumios-marker/Lumios-Marker.woff2") format("woff2"), url("fonts/lumios-marker/Lumios-Marker.woff") format("woff"), url("fonts/lumios-marker/Lumios-Marker.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700; }

h2 {
  color: var(--tertiary-color);
  font-size: var(--a2--font-size--lg);
  line-height: 1; }
  @media only screen and (max-width: 1600px) {
    h2 {
      font-size: var(--a2--font-size--md); } }
  @media only screen and (max-width: 1366px) {
    h2 {
      font-size: var(--a2--font-size--sm); } }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  padding: 0 15px !important;
  max-width: 1570px; }
  @media (max-width: 1920px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 90%; } }

body, body p, body ul, body ol, body li, body a {
  line-height: 1.5em;
  font-size: 20px;
  color: #444444;
  font-weight: 400;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media screen and (max-width: 1920px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 18px; } }
  @media screen and (max-width: 1600px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 16px;
      line-height: 1.9; } }
  @media screen and (max-width: 1536px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 15px;
      line-height: 1.8; } }
  @media screen and (max-width: 1440px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 14px;
      line-height: 1.8; } }
  @media screen and (max-width: 1366px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 13px;
      line-height: 1.7; } }
  @media screen and (max-width: 1280px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 12px;
      line-height: 1.6; } }
  @media screen and (max-width: 1024px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 12px;
      line-height: 1.6; } }
  @media screen and (max-width: 990px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 13px; } }
  @media screen and (max-width: 360px) {
    body, body p, body ul, body ol, body li, body a {
      font-size: 12px; } }
body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 1.1;
  margin: 10px 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
body h1 {
  font-size: 60px;
  line-height: 1.7; }
  @media screen and (max-width: 1920px) {
    body h1 {
      line-height: 1.6; } }
  @media screen and (max-width: 1600px) {
    body h1 {
      font-size: 55px; } }
  @media screen and (max-width: 1536px) {
    body h1 {
      font-size: 50px; } }
  @media screen and (max-width: 1440px) {
    body h1 {
      font-size: 50px; } }
  @media screen and (max-width: 1366px) {
    body h1 {
      font-size: 45px; } }
  @media screen and (max-width: 1280px) {
    body h1 {
      font-size: 45px; } }
  @media screen and (max-width: 1024px) {
    body h1 {
      font-size: 40px; } }
  @media screen and (max-width: 990px) {
    body h1 {
      font-size: 3.5vw; } }
  @media screen and (max-width: 768px) {
    body h1 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    body h1 {
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: 3px; } }
body h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--secondary-color); }
  @media screen and (max-width: 1536px) {
    body h2 {
      font-size: 32px; } }
  @media screen and (max-width: 1440px) {
    body h2 {
      font-size: 32px; } }
  @media screen and (max-width: 1366px) {
    body h2 {
      font-size: 25px; } }
  @media screen and (max-width: 1280px) {
    body h2 {
      font-size: 25px; } }
  @media screen and (max-width: 1024px) {
    body h2 {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    body h2 {
      font-size: 29px; } }
body h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color); }
  @media screen and (max-width: 1600px) {
    body h3 {
      font-size: 30px; } }
  @media screen and (max-width: 1536px) {
    body h3 {
      font-size: 22px; } }
  @media screen and (max-width: 1440px) {
    body h3 {
      font-size: 22px; } }
  @media screen and (max-width: 1366px) {
    body h3 {
      font-size: 18px; } }
  @media screen and (max-width: 1280px) {
    body h3 {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    body h3 {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    body h3 {
      font-size: 22px; } }
body .row_heading {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 1920px) {
    body .row_heading {
      margin-bottom: 25px !important; } }
  @media screen and (max-width: 1600px) {
    body .row_heading {
      margin-bottom: 20px !important; } }
  @media screen and (max-width: 1536px) {
    body .row_heading {
      margin-bottom: 10px !important; } }
  body .row_heading h2 {
    text-shadow: 5px 5px 0 #eeeeee;
    margin: 0; }
  body .row_heading h3 {
    text-shadow: 5px 5px 0 #eeeeee;
    margin: 0; }
body h4 {
  font-weight: bold;
  font-size: 25px; }
body h5 {
  font-weight: bold;
  font-size: 23px; }

/* Elements
--------------------------------------------- */
body {
  position: relative; }
  body.has-topbar .row_features {
    padding-top: 100px !important; }
    @media (max-width: 991px) {
      body.has-topbar .row_features {
        padding-top: 90px !important; } }

header {
  background-color: #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 1024px) {
    header {
      display: none; } }
  header.header-md .header-inner .row-header-inner {
    height: 85px; }
    header.header-md .header-inner .row-header-inner .logo {
      padding: 5px 0; }
  header.header-lg .header-inner .row-header-inner {
    height: 125px; }
    header.header-lg .header-inner .row-header-inner .logo {
      padding: 5px 0; }
  header.submenu-white .row-header .menu-account-menu-container > ul > li .sub-menu li a:hover,
  header.submenu-white .submenu-wrap .submenu-container ul > li a:hover {
    color: var(--secondary-color) !important; }
  header.mainmenu-white .row-menu .menu-main-menu-container > ul > li > a {
    color: #fff !important; }
  header.submenu-grey .row-header .menu-account-menu-container > ul > li .sub-menu li a,
  header.submenu-grey .submenu-wrap .submenu-container ul > li a {
    color: #808080 !important; }
    header.submenu-grey .row-header .menu-account-menu-container > ul > li .sub-menu li a:hover,
    header.submenu-grey .submenu-wrap .submenu-container ul > li a:hover {
      color: var(--secondary-color) !important; }
  header.mainmenu-grey .row-menu .menu-main-menu-container > ul > li > a {
    color: #808080 !important; }
  header .container {
    max-width: 1760px; }
  header > .container-fluid > .row {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  header .row-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    transition: 500ms; }
    header .row-header .row-header-inner {
      height: 55px;
      transition: 500ms; }
      header .row-header .row-header-inner > div {
        height: 100%; }
    header .row-header .logo {
      height: 100%;
      width: 225px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .row-header .logo a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .row-header .logo a:before {
          display: none; }
        header .row-header .logo a img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    header .row-header #logo_alt {
      display: none; }
    header .row-header .menu-account-menu-container {
      margin: 0; }
      header .row-header .menu-account-menu-container > ul {
        display: flex;
        padding: 0;
        align-items: center;
        margin: 0;
        height: 100%; }
        header .row-header .menu-account-menu-container > ul > li {
          list-style: none;
          padding: 0;
          margin: 0;
          height: 100%;
          position: relative;
          overflow: hidden; }
          header .row-header .menu-account-menu-container > ul > li > a {
            font-size: 16px;
            padding: 15px 8px;
            text-transform: uppercase;
            height: 100%;
            display: block; }
            header .row-header .menu-account-menu-container > ul > li > a:hover {
              color: var(--secondary-color); }
            header .row-header .menu-account-menu-container > ul > li > a.btn-trial {
              background-color: var(--secondary-color);
              border-radius: 22px;
              padding: 8px 21px;
              color: #333;
              transition: 500ms; }
              header .row-header .menu-account-menu-container > ul > li > a.btn-trial:hover {
                transform: scale(1.06); }
          header .row-header .menu-account-menu-container > ul > li:hover {
            overflow: visible; }
            header .row-header .menu-account-menu-container > ul > li:hover > a {
              color: var(--secondary-color); }
            header .row-header .menu-account-menu-container > ul > li:hover .sub-menu {
              top: 100%;
              opacity: 1;
              z-index: 1;
              visibility: visible; }
          header .row-header .menu-account-menu-container > ul > li .sub-menu {
            position: absolute;
            top: 150%;
            opacity: 0;
            z-index: -1;
            right: 0;
            background-color: var(--secondary-color);
            padding: 15px 30px;
            text-align: left;
            width: max-content;
            transition: 500ms; }
            header .row-header .menu-account-menu-container > ul > li .sub-menu li {
              list-style: none;
              line-height: 1.6em;
              margin-bottom: 5px; }
              header .row-header .menu-account-menu-container > ul > li .sub-menu li a {
                font-size: 15px;
                display: block; }
                header .row-header .menu-account-menu-container > ul > li .sub-menu li a:hover {
                  color: #fff; }
    header .row-header .col-account .col-account-inner {
      float: right;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    header .row-header .col-account .home-link,
    header .row-header .col-account .tel-widget {
      margin: 0px 14px 0 10px;
      height: 100%; }
      header .row-header .col-account .home-link a,
      header .row-header .col-account .tel-widget a {
        font-size: 16px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        header .row-header .col-account .home-link a:hover,
        header .row-header .col-account .tel-widget a:hover {
          color: var(--secondary-color); }
        header .row-header .col-account .home-link a span,
        header .row-header .col-account .tel-widget a span {
          margin: 0 0 0 5px; }
  header .row-menu {
    background-color: var(--primary-color); }
    header .row-menu .menu-main-menu-container {
      margin: 0; }
      header .row-menu .menu-main-menu-container > ul {
        display: flex;
        padding: 0;
        margin: 0;
        height: 100%;
        align-items: center;
        justify-content: center; }
        header .row-menu .menu-main-menu-container > ul > li {
          list-style: none;
          padding: 0;
          margin: 0;
          height: 100%; }
          header .row-menu .menu-main-menu-container > ul > li > a {
            font-size: 14px;
            padding: 15px 12px;
            text-transform: uppercase;
            height: 100%;
            display: block;
            color: #444;
            transition: 500ms; }
            header .row-menu .menu-main-menu-container > ul > li > a:hover {
              color: #fff; }
  header .submenu-wrap {
    top: 100%; }
    header .submenu-wrap .submenu-inner {
      background: #fff;
      max-height: 0;
      overflow: hidden;
      transition: 500ms;
      z-index: 10;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.8); }
      header .submenu-wrap .submenu-inner.show-submenu {
        padding: 25px 0;
        max-height: 2000px;
        z-index: 100; }
        header .submenu-wrap .submenu-inner.show-submenu.fixHeight {
          overflow-y: auto;
          max-height: 600px; }
        header .submenu-wrap .submenu-inner.show-submenu.fixHeight-alt {
          overflow-y: auto;
          max-height: 300px; }
      header .submenu-wrap .submenu-inner .submenu-container .row {
        justify-content: flex-start;
        align-items: flex-start; }
      header .submenu-wrap .submenu-inner h3 {
        color: var(--secondary-color);
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        header .submenu-wrap .submenu-inner h3 a {
          font-size: 15px;
          color: var(--secondary-color); }
      header .submenu-wrap .submenu-inner ul {
        padding: 0;
        margin: 0; }
        header .submenu-wrap .submenu-inner ul > li {
          list-style: none;
          padding: 0;
          margin: 0;
          display: block;
          line-height: 1.3em; }
          header .submenu-wrap .submenu-inner ul > li a {
            color: #444;
            font-size: 14px !important;
            font-weight: 400;
            line-height: 1.5em;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s; }
            header .submenu-wrap .submenu-inner ul > li a .f-10 {
              font-size: 10px; }
            header .submenu-wrap .submenu-inner ul > li a:hover {
              color: var(--secondary-color); }
          header .submenu-wrap .submenu-inner ul > li ul {
            padding-left: 5px; }
          header .submenu-wrap .submenu-inner ul > li i {
            font-size: 10px; }
  header .row-header .logo {
    width: 250px; }
  header .row-header .row-header-inner {
    height: 110px; }
  header .cta-menu {
    font-family: "Barlow", sans-serif;
    font-weight: 600; }
    header .cta-menu > li {
      background-repeat: no-repeat;
      float: left; }
      header .cta-menu > li + li {
        margin-left: 2.75em; }
      header .cta-menu > li a {
        align-items: center;
        color: #000;
        column-gap: 10px;
        display: flex;
        font-size: 1.175rem;
        font-weight: 600;
        line-height: 1; }
        @media only screen and (max-width: 1366px) {
          header .cta-menu > li a {
            column-gap: 8px;
            font-size: 1.225rem; } }
      header .cta-menu > li.phone a {
        font-size: 1.25rem; }
      header .cta-menu > li.phone svg {
        width: 25px; }
      header .cta-menu > li.cart {
        position: relative; }
        header .cta-menu > li.cart a {
          column-gap: 15px; }
          @media only screen and (max-width: 1366px) {
            header .cta-menu > li.cart a {
              column-gap: 12px; } }
        header .cta-menu > li.cart svg {
          width: 30px; }
          @media only screen and (max-width: 1366px) {
            header .cta-menu > li.cart svg {
              width: 28px; } }
        header .cta-menu > li.cart span.count {
          align-items: center;
          background-color: var(--primary-color);
          border-radius: 50%;
          color: #fff;
          display: flex;
          font-size: 13px;
          font-weight: 400;
          line-height: 1;
          justify-content: center;
          height: 25px;
          left: 15px;
          position: absolute;
          text-align: center;
          top: -12px;
          width: 25px; }
    header .cta-menu svg,
    header .cta-menu i.fas {
      color: var(--primary-color); }
  header .row-menu {
    background-color: var(--primary-color); }
    header .row-menu .top-menu-wrap {
      background-color: rgba(0, 0, 0, 0.15);
      padding-bottom: 8px;
      padding-top: 8px; }
      header .row-menu .top-menu-wrap .search-widget {
        float: right;
        margin-right: 0;
        max-width: 400px;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 1600px) {
          header .row-menu .top-menu-wrap .search-widget {
            max-width: 380px; } }
        header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form {
          color: var(--primary-color);
          height: 100%; }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form input {
            background-image: none;
            background-color: #fff;
            background-position: 95% 48%;
            background-repeat: no-repeat;
            background-size: 35px;
            border: 0;
            border-radius: 40px !important;
            color: var(--primary-color);
            font-size: 15px;
            line-height: 1.5;
            padding: 8px 25px 10px; }
            @media only screen and (max-width: 1600px) {
              header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form input {
                border-radius: 35px !important;
                padding-left: 25px;
                padding-right: 25px; } }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form ::-webkit-input-placeholder {
            color: var(--primary-color); }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form :-moz-placeholder {
            color: var(--primary-color); }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form ::-moz-placeholder {
            color: var(--primary-color); }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form :-ms-input-placeholder {
            color: var(--primary-color); }
          header .row-menu .top-menu-wrap .search-widget .aws-container .aws-search-form .aws-search-clear {
            opacity: 0; }
        header .row-menu .top-menu-wrap .search-widget span.icon {
          color: var(--primary-color);
          display: inline-block;
          height: 18px;
          position: absolute;
          right: 15px;
          top: 3px;
          width: 18px;
          z-index: 2; }
    header .row-menu .top-menu > li {
      float: left;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1600px) {
        header .row-menu .top-menu > li {
          font-size: 18px;
          line-height: 1.5; } }
      header .row-menu .top-menu > li + li {
        margin-left: 2.25em; }
      header .row-menu .top-menu > li:hover {
        overflow: visible; }
        header .row-menu .top-menu > li:hover > .sub-menu {
          top: 100%;
          opacity: 1;
          z-index: 1;
          visibility: visible; }
      header .row-menu .top-menu > li a {
        color: #fff;
        font-size: 1.25rem; }
      header .row-menu .top-menu > li.menu-item-has-children {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.08 15.06'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline class='cls-1' points='.38 1.03 11.4 14.25 21.68 .3'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 12px;
        background-size: 14px auto;
        padding-right: 1.25em; }
      header .row-menu .top-menu > li .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 150%;
        opacity: 0;
        z-index: -1;
        right: 0;
        background-color: var(--secondary-color);
        padding: 15px 30px;
        text-align: left;
        width: max-content;
        transition: 500ms; }
        header .row-menu .top-menu > li .sub-menu a {
          font-size: 1rem; }
    header .row-menu .menu-main-menu-container {
      padding-bottom: 5px;
      padding-top: 5px; }
      header .row-menu .menu-main-menu-container > ul {
        align-items: normal; }
        header .row-menu .menu-main-menu-container > ul > li {
          align-items: center;
          border-radius: 10px;
          display: flex;
          height: auto; }
          header .row-menu .menu-main-menu-container > ul > li:hover {
            background-color: var(--secondary-color); }
          header .row-menu .menu-main-menu-container > ul > li > a {
            font-size: 15px;
            height: auto;
            padding-bottom: 6px;
            padding-top: 6px; }
  header #menu-carousel {
    justify-content: center; }
    header #menu-carousel.active .menu-main-menu-container > ul > li > a {
      line-height: 1.35; }
  header #menu-carousel {
    justify-content: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%; }
    header #menu-carousel.active .menu-main-menu-container {
      display: flex;
      order: 2;
      overflow: hidden;
      width: 100%; }
      header #menu-carousel.active .menu-main-menu-container > .menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%; }
      header #menu-carousel.active .menu-main-menu-container > ul > li {
        flex: 0 0 auto;
        justify-content: center;
        text-align: center;
        width: 120px; }
        header #menu-carousel.active .menu-main-menu-container > ul > li > a {
          display: block;
          line-height: 1.5; }
    header #menu-carousel button.prev, header #menu-carousel button.next {
      background: transparent;
      border: none !important;
      color: #fff !important;
      cursor: pointer;
      font-size: 30px;
      font-weight: 300;
      line-height: 1 !important;
      outline: none;
      margin-top: -6px;
      padding: 10px; }
      header #menu-carousel button.prev:hover, header #menu-carousel button.next:hover {
        color: var(--secondary-color) !important; }
    header #menu-carousel button.prev {
      order: 1; }
    header #menu-carousel button.next {
      order: 3; }
    header #menu-carousel button:disabled {
      opacity: 0.25;
      pointer-events: none; }
    header #menu-carousel.active .menu-main-menu-container > ul > li > a {
      line-height: 1.35; }
  header #header-menu-wrap .menu-hidden {
    display: none; }

header#mobile-header {
  display: block;
  min-height: 70px;
  opacity: 1;
  z-index: 999; }
  @media screen and (min-width: 1024px) {
    header#mobile-header {
      display: none;
      opacity: 0; } }
  header#mobile-header .container-fluid {
    height: 100%; }
    header#mobile-header .container-fluid .row {
      height: 100%;
      margin-top: 0;
      display: flex;
      align-items: center; }
      header#mobile-header .container-fluid .row div[class^="col"] {
        height: 100%;
        width: 50%; }
        @media screen and (max-width: 480px) {
          header#mobile-header .container-fluid .row div[class^="col"].col_left {
            width: 33.3333333333%; } }
        @media screen and (max-width: 480px) {
          header#mobile-header .container-fluid .row div[class^="col"].col_right {
            width: 66.6666666666%; } }
  @media only screen and (max-width: 1024px) {
    header#mobile-header.app-2 {
      display: block !important;
      opacity: 1 !important; } }
  header#mobile-header .app-ham {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 3em; }
    @media only screen and (max-width: 568px) {
      header#mobile-header .app-ham {
        column-gap: 2em; } }
  header#mobile-header .cta-menu {
    position: relative; }
    header#mobile-header .cta-menu > a {
      color: #000;
      font-weight: 600;
      font-size: 15px; }
    header#mobile-header .cta-menu svg {
      width: 30px; }
    header#mobile-header .cta-menu span.count {
      align-items: center;
      background-color: var(--primary-color);
      border-radius: 50%;
      color: #fff;
      display: flex;
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      justify-content: center;
      height: 25px;
      left: 15px;
      position: absolute;
      text-align: center;
      top: -12px;
      width: 25px; }
  header#mobile-header #logo {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    min-height: 80px; }
    header#mobile-header #logo img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: contain;
      object-position: center; }
  header#mobile-header ul.mobile-header-nav {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end; }
    header#mobile-header ul.mobile-header-nav li {
      display: inline-block;
      margin: 0 5px; }
      header#mobile-header ul.mobile-header-nav li:last-of-type {
        margin-right: 0; }
      header#mobile-header ul.mobile-header-nav li a {
        color: #ffffff;
        line-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center; }
        header#mobile-header ul.mobile-header-nav li a svg {
          width: 20px;
          height: 20px;
          margin-right: 10px; }
      header#mobile-header ul.mobile-header-nav li.phone_button a {
        font-size: 0;
        font-color: transparent;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        header#mobile-header ul.mobile-header-nav li.phone_button a svg {
          width: 17px;
          height: 17px;
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
      header#mobile-header ul.mobile-header-nav li.phone_button.open a {
        font-size: unset;
        font-color: #ffffff; }
      header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box {
        width: 34px;
        height: 35px; }
        header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner {
          position: relative;
          top: 50%;
          margin-top: -1px;
          transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
          header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner, header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:before, header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:after {
            background-color: var(--primary-color);
            height: 3px;
            width: 100%;
            display: block;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
          header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:before, header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:after {
            content: "";
            position: absolute;
            left: 0;
            transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
          header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:before {
            top: -8px; }
          header#mobile-header ul.mobile-header-nav li.menu_button a .hamburger-box .hamburger-inner:after {
            bottom: -8px; }
      header#mobile-header ul.mobile-header-nav li.menu_button.open a .hamburger-box .hamburger-inner {
        background-color: transparent;
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg); }
        header#mobile-header ul.mobile-header-nav li.menu_button.open a .hamburger-box .hamburger-inner:before {
          transform: translate3d(0, 6px, 0) rotate(45deg); }
        header#mobile-header ul.mobile-header-nav li.menu_button.open a .hamburger-box .hamburger-inner:after {
          transform: translate3d(0, -6px, 0) rotate(-45deg); }

nav#mobile-navigation {
  position: fixed;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  pointer-events: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  opacity: 0 !important; }
  @media only screen and (max-width: 1024px) {
    nav#mobile-navigation.app-2 {
      display: block !important;
      opacity: 1 !important; } }
  nav#mobile-navigation.app-2 > .holder {
    align-items: center;
    display: flex;
    justify-content: start;
    height: 100vh; }
  nav#mobile-navigation.app-2 .menu-main-menu-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    justify-content: start;
    overflow-y: auto;
    padding: 3em 4em 2em; }
    @media only screen and (max-width: 600px) {
      nav#mobile-navigation.app-2 .menu-main-menu-container {
        padding-left: 2em;
        padding-right: 2em; } }
    nav#mobile-navigation.app-2 .menu-main-menu-container .menu {
      position: relative; }
    nav#mobile-navigation.app-2 .menu-main-menu-container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
      width: 100%; }
      nav#mobile-navigation.app-2 .menu-main-menu-container ul .collapsible {
        padding-left: 0;
        position: relative; }
        nav#mobile-navigation.app-2 .menu-main-menu-container ul .collapsible > span {
          position: absolute;
          right: 0;
          z-index: 2; }
      nav#mobile-navigation.app-2 .menu-main-menu-container ul li {
        border: none; }
        nav#mobile-navigation.app-2 .menu-main-menu-container ul li a {
          padding-left: 0;
          font-weight: bold;
          color: #ffffff;
          line-height: 2.2;
          text-transform: uppercase;
          font-size: 18px;
          letter-spacing: 2px; }
        nav#mobile-navigation.app-2 .menu-main-menu-container ul li ul.sub-menu {
          opacity: 0;
          height: 0;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          overflow: hidden; }
          nav#mobile-navigation.app-2 .menu-main-menu-container ul li ul.sub-menu li a {
            font-size: 14px;
            font-weight: normal; }
            nav#mobile-navigation.app-2 .menu-main-menu-container ul li ul.sub-menu li a .menu-item-desc {
              display: none; }
          nav#mobile-navigation.app-2 .menu-main-menu-container ul li ul.sub-menu li.coming_soon {
            display: none; }
        nav#mobile-navigation.app-2 .menu-main-menu-container ul li.active ul.sub-menu {
          opacity: 1;
          height: 100%; }
      @media only screen and (max-width: 414px) {
        nav#mobile-navigation.app-2 .menu-main-menu-container ul div.menu-item a {
          font-size: 16px; } }
    nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible.active span:before {
      content: "\f106"; }
    nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible,
    nav#mobile-navigation.app-2 .menu-main-menu-container .menu-item-has-children {
      padding-left: 5px; }
      nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible span,
      nav#mobile-navigation.app-2 .menu-main-menu-container .menu-item-has-children span {
        position: absolute;
        right: 0;
        z-index: 2; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible span:before,
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-item-has-children span:before {
          content: "\f107";
          font-size: 20px;
          margin-left: 25px;
          font-weight: bold;
          color: #FFF;
          font-family: 'Font Awesome 5 Free';
          float: right;
          line-height: 1.8; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible span.submenu-toggle,
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-item-has-children span.submenu-toggle {
          position: absolute;
          right: 0;
          z-index: 2; }
      @media (max-width: 320px) {
        nav#mobile-navigation.app-2 .menu-main-menu-container .collapsible,
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-item-has-children {
          padding-left: 0px; } }
    nav#mobile-navigation.app-2 .menu-main-menu-container div.menu-item a {
      padding-left: 0;
      font-weight: bold;
      color: #ffffff;
      line-height: 2.2;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 2px; }
    nav#mobile-navigation.app-2 .menu-main-menu-container div.sub-content a {
      padding-left: 0;
      font-weight: bold;
      color: #ffffff;
      line-height: 2.2;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 400; }
    nav#mobile-navigation.app-2 .menu-main-menu-container .content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .2s ease-out; }
    nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap {
      border-bottom: 1px solid #fff;
      margin-bottom: 1.5em;
      padding-bottom: 1.5em;
      width: 100%; }
      nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li {
        position: relative; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li a span {
          position: absolute;
          right: 0;
          z-index: 2; }
          nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li a span::before {
            content: "\f107";
            font-size: 20px;
            margin-left: 25px;
            font-weight: bold;
            color: #FFF;
            font-family: "Font Awesome 5 Free";
            float: right;
            line-height: 1.8; }
        @media only screen and (max-width: 414px) {
          nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li a {
            font-size: 16px; } }
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li.active a span::before {
          content: "\f106"; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li .sub-menu li {
          float: left;
          width: 100%; }
          @media only screen and (max-width: 414px) {
            nav#mobile-navigation.app-2 .menu-main-menu-container .menu-wrap ul li .sub-menu li a {
              font-size: 12px; } }
    nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget {
      justify-content: center;
      margin-bottom: 1em;
      position: relative;
      width: 100%; }
      nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget > div {
        width: 100%; }
      nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form {
        color: var(--primary-color);
        height: 100%; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form input {
          background-image: none;
          background-color: #fff;
          background-position: 95% 48%;
          background-repeat: no-repeat;
          background-size: 35px;
          border: 0;
          border-radius: 40px !important;
          color: var(--primary-color);
          font-size: 15px;
          line-height: 1.5;
          padding: 14px 25px; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form ::-webkit-input-placeholder {
          color: var(--primary-color) !important; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form :-moz-placeholder {
          color: var(--primary-color) !important; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form ::-moz-placeholder {
          color: var(--primary-color) !important; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form :-ms-input-placeholder {
          color: var(--primary-color) !important; }
        nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget .aws-container .aws-search-form .aws-search-clear {
          opacity: 0; }
      nav#mobile-navigation.app-2 .menu-main-menu-container .search-widget span.icon {
        color: var(--primary-color);
        display: inline-block;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 14px;
        width: 18px;
        z-index: 2; }
  nav#mobile-navigation .close {
    background: transparent;
    border: transparent;
    font-size: 45px;
    top: 0;
    right: 8px;
    padding: 0 11px;
    color: #fff;
    z-index: 99999; }

.header-clone {
  height: 225px; }
  @media only screen and (max-width: 1024px) {
    .header-clone {
      height: 80px; } }

body.sticky header.header-md .header-inner .row-header-inner {
  height: 70px; }
  body.sticky header.header-md .header-inner .row-header-inner .logo {
    padding: 5px 0; }
body.sticky header.header-lg .header-inner .row-header-inner {
  height: 90px; }
  body.sticky header.header-lg .header-inner .row-header-inner .logo {
    padding: 5px 0; }
body.sticky header .row-menu .menu-main-menu-container > ul > li > a {
  padding-top: 6px;
  padding-bottom: 6px; }
body.sticky header .row-header .row-header-inner {
  height: 80px; }
body.sticky .header-clone {
  height: 88px; }
  body.sticky .header-clone.header-md {
    height: 103px; }
  body.sticky .header-clone.header-lg {
    height: 123px; }
body.mobile_menu_open nav#mobile-navigation {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
  overflow: hidden; }

.logged-in #page,
.logged-in header {
  margin-top: 32px; }

#site-slider .swiper-slide {
  padding-top: 20%;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    #site-slider .swiper-slide {
      padding-top: 24%; } }
  @media only screen and (max-width: 1400px) {
    #site-slider .swiper-slide {
      padding-top: 26%; } }
  @media only screen and (max-width: 1024px) {
    #site-slider .swiper-slide {
      padding-top: 35%; } }
  @media only screen and (max-width: 667px) {
    #site-slider .swiper-slide {
      padding-top: 45%; } }
  @media only screen and (max-width: 413px) {
    #site-slider .swiper-slide {
      padding-top: 60%; } }
  #site-slider .swiper-slide::before {
    background-color: #000;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  #site-slider .swiper-slide img {
    display: inline-block;
    height: 100%;
    left: 0;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    object-fit: cover;
    top: 0; }
  #site-slider .swiper-slide .banner-text {
    display: inline-block;
    left: 0;
    margin: 0 auto;
    max-width: 880px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 20; }
    @media only screen and (max-width: 1400px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 800px; } }
    @media only screen and (max-width: 1280px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 54%; } }
    @media only screen and (max-width: 1024px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 70%; } }
    @media only screen and (max-width: 991px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 75%; } }
    @media only screen and (max-width: 800px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 90%; } }
    @media only screen and (max-width: 600px) {
      #site-slider .swiper-slide .banner-text {
        max-width: 96%; } }
    #site-slider .swiper-slide .banner-text * {
      color: #fff;
      text-shadow: 0px 0px 10px #000; }
    #site-slider .swiper-slide .banner-text h2 {
      font-size: 52px;
      font-weight: 700;
      letter-spacing: 0.075rem;
      margin: 0 0 15px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1800px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 48px; } }
      @media only screen and (max-width: 1600px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 42px;
          letter-spacing: 0.025rem; } }
      @media only screen and (max-width: 1400px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 1280px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 32px; } }
      @media only screen and (max-width: 1024px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 34px; } }
      @media only screen and (max-width: 800px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 26px;
          font-weight: 600;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 600px) {
        #site-slider .swiper-slide .banner-text h2 {
          font-size: 24px;
          margin-bottom: 5px; } }
    #site-slider .swiper-slide .banner-text label {
      font-weight: 600; }
    #site-slider .swiper-slide .banner-text p {
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.0125rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 1600px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 20px; } }
      @media only screen and (max-width: 1400px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 18px; } }
      @media only screen and (max-width: 1024px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 18px; } }
      @media only screen and (max-width: 600px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 16px; } }
      @media only screen and (max-width: 568px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 15px; } }
      @media only screen and (max-width: 413px) {
        #site-slider .swiper-slide .banner-text p {
          font-size: 14px; } }
    #site-slider .swiper-slide .banner-text .btn {
      background-color: var(--secondary-color);
      border-radius: 25px;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0.035rem;
      line-height: 1;
      margin-top: 20px;
      padding: 15px 35px;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        #site-slider .swiper-slide .banner-text .btn {
          font-size: 14px;
          letter-spacing: 0;
          margin-top: 15px;
          padding: 10px 25px; } }
      @media only screen and (max-width: 800px) {
        #site-slider .swiper-slide .banner-text .btn {
          font-size: 13px;
          margin-top: 10px;
          padding: 8px 22px; } }
      @media only screen and (max-width: 600px) {
        #site-slider .swiper-slide .banner-text .btn {
          font-size: 12px;
          padding: 8px 20px; } }

footer {
  background-color: var(--primary-color); }
  footer .footer-menu {
    padding: 70px 0; }
    footer .footer-menu h3 {
      color: #fff;
      margin-bottom: 15px; }
    footer .footer-menu ul {
      padding: 0;
      margin: 0; }
      footer .footer-menu ul li {
        padding: 0;
        margin: 0 0 7px 0;
        list-style: none; }
        footer .footer-menu ul li a {
          color: #fff; }
          footer .footer-menu ul li a:hover {
            color: var(--secondary-color); }
    footer .footer-menu .col-social-wrap ul {
      display: flex;
      flex-wrap: wrap; }
      footer .footer-menu .col-social-wrap ul li {
        padding: 0;
        margin: 0 0 7px 0;
        list-style: none;
        flex-basis: 14%; }
  footer .site-info {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.06); }
    footer .site-info .col-payments ul {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0; }
      footer .site-info .col-payments ul li {
        list-style: none;
        margin: 0 7px; }
        footer .site-info .col-payments ul li i {
          color: #fff;
          font-size: 34px; }
          footer .site-info .col-payments ul li i.fa-google-pay {
            line-height: 1;
            padding: 3px 6px;
            color: #234f4f;
            background-color: #fff;
            font-size: 25px;
            border-radius: 5px; }
        footer .site-info .col-payments ul li img {
          width: 38px !important; }
        footer .site-info .col-payments ul li.has-bg {
          background-color: #fff;
          padding: 2px 2px;
          margin-bottom: 0;
          line-height: 1;
          height: 31px;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px; }
    footer .site-info p {
      color: #fff;
      opacity: .8;
      font-size: 13px;
      margin: 0; }
      footer .site-info p a {
        color: #fff;
        font-size: 13px; }
        footer .site-info p a:hover {
          text-decoration: underline; }
  footer.site-footer {
    background: transparent !important;
    z-index: 10; }
    footer.site-footer h3 {
      color: #fff;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        footer.site-footer h3 {
          font-size: 1.75rem;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 667px) {
        footer.site-footer h3 {
          font-size: 1.5rem; } }
    footer.site-footer > .footer-wrap {
      background-color: var(--tertiary-color);
      position: relative;
      z-index: 11; }
      footer.site-footer > .footer-wrap > .footer-menu {
        padding-bottom: 2em;
        padding-top: 0; }
        @media only screen and (max-width: 1024px) {
          footer.site-footer > .footer-wrap > .footer-menu {
            padding-bottom: 1em; } }
        @media only screen and (max-width: 991px) {
          footer.site-footer > .footer-wrap > .footer-menu {
            padding-top: 2em; } }
        @media only screen and (max-width: 567px) {
          footer.site-footer > .footer-wrap > .footer-menu {
            padding-top: 3em; } }
        @media only screen and (max-width: 567px) {
          footer.site-footer > .footer-wrap > .footer-menu .row {
            flex-direction: column;
            text-align: center; } }
        footer.site-footer > .footer-wrap > .footer-menu .row > .col {
          max-width: max-content;
          width: auto; }
          @media only screen and (max-width: 567px) {
            footer.site-footer > .footer-wrap > .footer-menu .row > .col {
              max-width: 100%;
              width: 100%; } }
          @media only screen and (max-width: 1024px) {
            footer.site-footer > .footer-wrap > .footer-menu .row > .col {
              padding-left: 0;
              padding-right: 0; } }
          footer.site-footer > .footer-wrap > .footer-menu .row > .col + .col {
            margin-left: 8%; }
            @media only screen and (max-width: 1024px) {
              footer.site-footer > .footer-wrap > .footer-menu .row > .col + .col {
                margin-left: 5em; } }
            @media only screen and (max-width: 667px) {
              footer.site-footer > .footer-wrap > .footer-menu .row > .col + .col {
                margin-left: 2em; } }
            @media only screen and (max-width: 567px) {
              footer.site-footer > .footer-wrap > .footer-menu .row > .col + .col {
                margin-left: 0;
                margin-top: 2em; } }
          footer.site-footer > .footer-wrap > .footer-menu .row > .col a {
            font-size: 1.125rem; }
            @media only screen and (max-width: 1600px) {
              footer.site-footer > .footer-wrap > .footer-menu .row > .col a {
                line-height: 1.5; } }
            @media only screen and (max-width: 1024px) {
              footer.site-footer > .footer-wrap > .footer-menu .row > .col a {
                font-size: 1rem; } }
      footer.site-footer > .footer-wrap > .site-info {
        background: transparent; }
        footer.site-footer > .footer-wrap > .site-info .container {
          border-top: 4px dashed #fff; }
          @media only screen and (max-width: 667px) {
            footer.site-footer > .footer-wrap > .site-info .container {
              border-top-width: 3px; } }
          footer.site-footer > .footer-wrap > .site-info .container > .row {
            align-items: center;
            display: flex;
            padding-bottom: 2.75rem;
            padding-top: 2.75rem; }
            @media only screen and (max-width: 1600px) {
              footer.site-footer > .footer-wrap > .site-info .container > .row {
                padding-bottom: 0;
                padding-top: 2rem; } }
            @media only screen and (max-width: 1024px) {
              footer.site-footer > .footer-wrap > .site-info .container > .row {
                padding-top: 1.75rem; } }
            @media only screen and (max-width: 667px) {
              footer.site-footer > .footer-wrap > .site-info .container > .row {
                flex-direction: column;
                text-align: center; } }
        footer.site-footer > .footer-wrap > .site-info .col-social-wrap {
          align-items: center;
          column-gap: 2em;
          display: flex; }
          @media only screen and (max-width: 667px) {
            footer.site-footer > .footer-wrap > .site-info .col-social-wrap {
              display: inline-block;
              margin-bottom: 1.75em; } }
          footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul {
            align-items: center;
            column-gap: 15px;
            display: flex;
            list-style: none;
            justify-content: flex-start;
            margin: 0;
            padding: 0; }
            @media only screen and (max-width: 667px) {
              footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul {
                justify-content: center; } }
            footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab {
              color: #fff;
              font-size: 3rem; }
              @media only screen and (max-width: 1600px) {
                footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab {
                  font-size: 2.5rem; } }
              @media only screen and (max-width: 1024px) {
                footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab {
                  font-size: 2rem; } }
              @media only screen and (max-width: 667px) {
                footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab {
                  font-size: 1.75rem; } }
              footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab.fa-facebook {
                font-size: 2.75rem; }
                @media only screen and (max-width: 1600px) {
                  footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab.fa-facebook {
                    font-size: 2.375rem; } }
                @media only screen and (max-width: 1024px) {
                  footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab.fa-facebook {
                    font-size: 2rem; } }
                @media only screen and (max-width: 667px) {
                  footer.site-footer > .footer-wrap > .site-info .col-social-wrap ul i.fab.fa-facebook {
                    font-size: 1.75rem; } }
        @media only screen and (max-width: 667px) {
          footer.site-footer > .footer-wrap > .site-info .text-right {
            text-align: center !important; } }
        footer.site-footer > .footer-wrap > .site-info p, footer.site-footer > .footer-wrap > .site-info a {
          font-size: 15px; }
          @media only screen and (max-width: 1600px) {
            footer.site-footer > .footer-wrap > .site-info p, footer.site-footer > .footer-wrap > .site-info a {
              font-size: 14px; } }
        footer.site-footer > .footer-wrap > .site-info p {
          opacity: 1; }
        footer.site-footer > .footer-wrap > .site-info a {
          padding-left: 5px;
          word-spacing: 3px; }
    footer.site-footer .wave {
      display: inline-block;
      position: relative;
      width: 100%; }
      footer.site-footer .wave .layer-1 {
        bottom: -40px;
        color: var(--tertiary-color);
        display: inline-block;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
      footer.site-footer .wave .layer-2 {
        color: var(--secondary-color);
        position: relative;
        z-index: 2; }
        footer.site-footer .wave .layer-2::after {
          background: url("images/footer-trophy.png") no-repeat center center;
          background-size: 100% auto;
          content: '';
          height: 170px;
          position: absolute;
          right: 10.5%;
          top: 40%;
          width: 220px; }
          @media only screen and (max-width: 1600px) {
            footer.site-footer .wave .layer-2::after {
              height: 15vh;
              right: 12%;
              top: 35%;
              width: 12vw; } }
          @media only screen and (max-width: 991px) {
            footer.site-footer .wave .layer-2::after {
              height: 100%;
              right: 10%;
              top: 20%;
              width: 15vw; } }
    footer.site-footer.adapt-bg {
      background-color: var(--primary-color) !important; }

body {
  background: #fff;
  --a2--font-size--xxs: 18px;
  --a2--font-size--xs: 20px;
  --a2--font-size--sm: 24px;
  --a2--font-size--md: 30px;
  --a2--font-size--lg: 40px;
  --a2--font-size--xxl: 60px;
  --a2--font-size--sxxl: 120px;
  --a2--font-size--max: 160px; }
  body a {
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  body .slick-dots {
    position: relative;
    bottom: 0 !important;
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    body .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0; }
      body .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px; }
        body .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "\2022";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 45px;
          opacity: .25; }
      body .slick-dots li.slick-active {
        opacity: 1; }
        body .slick-dots li.slick-active button:before {
          opacity: 1; }
  @media only screen and (max-width: 568px) {
    body .container {
      max-width: 98%; } }
  body.home .hentry > .post-thumbnail {
    display: none; }
  body.page-template-default .row_features {
    display: none !important;
    padding-top: 50px !important; }
  body.page-template-default .row_content {
    padding: 100px 0 100px 0; }
    body.page-template-default .row_content h1 {
      color: var(--primary-color);
      margin-bottom: 30px;
      font-weight: bold;
      margin-top: 0;
      line-height: 1em; }
    body.page-template-default .row_content h3 {
      color: var(--secondary-color);
      margin-bottom: 30px;
      margin-top: 50px !important; }
    body.page-template-default .row_content p {
      color: var(--primary-color); }
  body.page-template-default .faq-items .accordion-header {
    margin: 0; }
    body.page-template-default .faq-items .accordion-header .accordion-button {
      font-size: 20px; }
      body.page-template-default .faq-items .accordion-header .accordion-button::after {
        background: none;
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      body.page-template-default .faq-items .accordion-header .accordion-button:not(.collapsed) {
        background-color: #eee;
        color: var(--primary-color); }
  body.page-template-default .faq-items .accordion-body {
    text-align: left; }
  @media only screen and (max-width: 1366px) {
    body.page-template-default .row_content {
      padding-bottom: 4em;
      padding-top: 4em; } }
  body.page-template-default .row_content h1 {
    color: var(--tertiary-color); }
  body.page-template-default .row_content .page-content.text-center {
    text-align: left !important; }
  body.page-template-default .row_content .page-content h3 {
    color: var(--tertiary-color);
    font-size: var(--a2--font-size--md);
    text-transform: uppercase; }
  body.page-template-default .row_content .page-content p, body.page-template-default .row_content .page-content li {
    color: var(--tertiary-color) !important;
    font-size: 18px; }
  body.page-template-default .row_content .page-content ul {
    margin-left: 1rem; }
    body.page-template-default .row_content .page-content ul br {
      display: none; }
    body.page-template-default .row_content .page-content ul.col-2 {
      column-count: 4;
      column-gap: 1rem;
      width: 100% !important; }
      @media only screen and (max-width: 1366px) {
        body.page-template-default .row_content .page-content ul.col-2 {
          column-count: 3; } }
      @media only screen and (max-width: 600px) {
        body.page-template-default .row_content .page-content ul.col-2 {
          column-count: 2; } }
      @media only screen and (max-width: 413px) {
        body.page-template-default .row_content .page-content ul.col-2 {
          column-count: 1; } }
  body.page-template-default .row_content .page-content .btn-lg {
    margin-top: 3rem;
    max-width: max-content !important;
    width: auto !important; }
    body.page-template-default .row_content .page-content .btn-lg.engravers {
      margin-left: 5%;
      margin-top: 0 !important; }
      @media only screen and (max-width: 480px) {
        body.page-template-default .row_content .page-content .btn-lg.engravers {
          margin-left: 0;
          width: 100% !important; } }
  body.page-template-default .row_content .page-content .page-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
    margin-top: 2rem;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      body.page-template-default .row_content .page-content .page-gallery {
        justify-content: center; } }
    body.page-template-default .row_content .page-content .page-gallery > a {
      max-width: 150px;
      overflow: hidden;
      width: 100%; }
      @media only screen and (max-width: 568px) {
        body.page-template-default .row_content .page-content .page-gallery > a {
          max-width: 30%;
          min-width: 30%; } }
      @media only screen and (max-width: 413px) {
        body.page-template-default .row_content .page-content .page-gallery > a {
          max-width: 45%;
          min-width: 45%; } }
    body.page-template-default .row_content .page-content .page-gallery img {
      margin: 0 !important;
      width: 100%; }
  body.page-template-default.home .row_features {
    display: block !important;
    padding-bottom: 0 !important;
    padding-top: 60px !important; }
  body.home .wp-block-group.row_content {
    padding: 25px 0; }
  body .grecaptcha-badge {
    z-index: 999; }

#with-sidebar {
  position: relative;
  transition: opacity 0.5s ease; }
  #with-sidebar #loader-dom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--primary-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999; }
  #with-sidebar .sidebar {
    float: left;
    max-width: 420px;
    padding-bottom: 3rem;
    position: absolute;
    top: 0;
    width: 25%;
    overflow-y: auto;
    transition: top 0.3s ease; }
    @media only screen and (max-width: 1024px) {
      #with-sidebar .sidebar {
        max-width: 100%;
        padding-bottom: 0;
        position: relative;
        width: 100%; } }
    #with-sidebar .sidebar.sticky {
      position: fixed;
      top: 0;
      transition: top 0.3s ease;
      z-index: 9; }
      @media only screen and (max-width: 1024px) {
        #with-sidebar .sidebar.sticky {
          position: initial !important; } }
    #with-sidebar .sidebar.default-style {
      position: initial !important; }
      #with-sidebar .sidebar.default-style > .cat_list {
        height: 100% !important; }
  #with-sidebar .content {
    float: right;
    margin-left: 25%;
    width: 75%; }
    @media only screen and (max-width: 1024px) {
      #with-sidebar .content {
        margin-left: 0;
        width: 100%; } }
    #with-sidebar .content.default-style {
      margin-left: 0 !important; }
  #with-sidebar .toggle_cats {
    color: #ffffff;
    background-color: var(--primary-color);
    border: solid 2px var(--primary-color);
    cursor: pointer;
    padding: 25px 50px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #with-sidebar .toggle_cats {
        padding: 15px 25px; } }
    #with-sidebar .toggle_cats:hover {
      background-color: transparent;
      color: var(--primary-color); }
    @media screen and (min-width: 1024px) {
      #with-sidebar .toggle_cats {
        display: none; } }
  #with-sidebar .cat_list {
    height: 88vh;
    overflow-y: auto;
    margin-right: 30px; }
    @media screen and (min-width: 1024px) {
      #with-sidebar .cat_list {
        display: block !important; } }
    @media screen and (max-width: 1024px) {
      #with-sidebar .cat_list {
        height: 100% !important;
        overflow-y: hidden;
        margin-right: 0;
        display: none; } }
    #with-sidebar .cat_list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #with-sidebar .cat_list ul li a {
        display: block;
        padding: 0 0 0 20px;
        font-size: 20px;
        color: #000000;
        line-height: 2.5;
        border-left: solid 2px transparent;
        position: relative; }
        @media screen and (max-width: 1600px) {
          #with-sidebar .cat_list ul li a {
            font-size: 18px; } }
        @media screen and (max-width: 1400px) {
          #with-sidebar .cat_list ul li a {
            font-size: 16px; } }
        @media screen and (max-width: 1024px) {
          #with-sidebar .cat_list ul li a {
            font-size: 18px; } }
        #with-sidebar .cat_list ul li a i {
          position: absolute;
          right: 20px;
          top: 50%;
          color: #888888;
          font-size: 12px;
          margin-top: -5px; }
          #with-sidebar .cat_list ul li a i.fa-chevron-up {
            display: none; }
      #with-sidebar .cat_list ul li.active a {
        color: var(--primary-color) !important; }
      #with-sidebar .cat_list ul li ul.children {
        display: none; }
        #with-sidebar .cat_list ul li ul.children li a {
          background: none;
          border: none;
          font-size: 16px;
          color: #888888; }
          #with-sidebar .cat_list ul li ul.children li a:hover {
            color: var(--primary-color); }
          @media screen and (max-width: 1200px) {
            #with-sidebar .cat_list ul li ul.children li a {
              font-size: 14px; } }
      #with-sidebar .cat_list ul.active > li > a {
        background-color: #f8f8f8;
        border-left: solid 2px var(--primary-color); }
        #with-sidebar .cat_list ul.active > li > a i.fa-chevron-down {
          display: none; }
        #with-sidebar .cat_list ul.active > li > a i.fa-chevron-up {
          display: inline; }
      #with-sidebar .cat_list ul.active > li ul.children {
        display: block; }
      #with-sidebar .cat_list ul:not(.children) > li {
        transition: none !important; }
        #with-sidebar .cat_list ul:not(.children) > li > a {
          transition: none !important; }
          #with-sidebar .cat_list ul:not(.children) > li > a:hover {
            background-color: #f8f8f8;
            border-left: solid 2px var(--primary-color); }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.wp-block-buttons .wp-block-button a {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  background-color: #000000;
  color: #ffffff !important;
  padding: 15px 44px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 2;
  text-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1920px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 19px;
      padding: 13px 38px; } }
  @media screen and (max-width: 1600px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 16px;
      padding: 12px 37px; } }
  @media screen and (max-width: 1536px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 15px;
      padding: 11px 36px; } }
  @media screen and (max-width: 1440px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 14px;
      padding: 10px 35px; } }
  @media screen and (max-width: 1366px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 13px;
      padding: 9px 34px; } }
  @media screen and (max-width: 1280px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 13px;
      padding: 8px 33px; } }
  @media screen and (max-width: 1024px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 13px;
      padding: 7px 32px; } }
  @media screen and (max-width: 990px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 16px;
      padding: 6px 31px; } }
  @media screen and (max-width: 768px) {
    .wp-block-buttons .wp-block-button a {
      font-size: 14px;
      padding: 5px 30px; } }
  @media screen and (max-width: 480px) {
    .wp-block-buttons .wp-block-button a {
      padding: 4px 0;
      width: 100%;
      text-align: center; } }
  .wp-block-buttons .wp-block-button a:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
.wp-block-buttons .wp-block-button.is-style-outline a {
  background: none !important;
  border: solid 3px #000000 !important;
  color: #000000 !important;
  text-shadow: none !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn {
  border: 0; }
  .btn.wp-block-button {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important; }

.btn-lg:not(.wp-block-button), .btn-lg > .wp-element-button {
  align-items: center !important;
  border-radius: 45px !important;
  display: flex;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  height: 45px !important;
  justify-content: center;
  line-height: 1.25 !important;
  padding: 10px 25px !important; }
  @media only screen and (max-width: 1600px) {
    .btn-lg:not(.wp-block-button), .btn-lg > .wp-element-button {
      font-size: 1.25rem !important; } }
  @media only screen and (max-width: 1366px) {
    .btn-lg:not(.wp-block-button), .btn-lg > .wp-element-button {
      font-size: 1.125rem !important; } }

.btn-primary:not(.wp-block-button), .btn-primary > .wp-element-button {
  background-color: var(--primary-color) !important; }

.btn-secondary:not(.wp-block-button), .btn-secondary > .wp-element-button {
  background-color: var(--secondary-color) !important; }
  .btn-secondary:not(.wp-block-button):hover, .btn-secondary > .wp-element-button:hover {
    background-color: var(--primary-color) !important; }
  .btn-secondary:not(.wp-block-button):focus, .btn-secondary:not(.wp-block-button):visited, .btn-secondary > .wp-element-button:focus, .btn-secondary > .wp-element-button:visited {
    color: #fff !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-response-output {
  border-radius: 20px; }

.wpcf7 label {
  width: 100%; }
.wpcf7 p {
  margin: 0;
  overflow: visible; }
.wpcf7 textarea {
  width: 100%; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative; }
  .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: -7px;
    left: 0;
    background-color: red;
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 5px;
    line-height: 18px;
    height: 18px;
    pointer-events: none;
    min-width: 145px; }
  .wpcf7 .wpcf7-form-control-wrap:after {
    content: "";
    display: block;
    clear: both; }
  .wpcf7 .wpcf7-form-control-wrap.number-characters {
    display: none !important; }
  .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%; }
    .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
      width: 100%; }
    .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
      width: 100%;
      display: flex;
      flex-wrap: nowrap; }
      @media screen and (max-width: 990px) {
        .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
          flex-wrap: wrap; } }
      .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        position: relative;
        height: 42px;
        flex-basis: 33.3333333333%;
        padding: 0 15px;
        margin: 0; }
        @media screen and (max-width: 990px) {
          .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
            flex-basis: 100%;
            clear: both;
            margin-bottom: 5px; } }
        .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"],
        .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="radio"],
        .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
          position: absolute;
          left: 5%;
          top: 50%;
          width: 10%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 990px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"],
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="radio"],
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
              left: 0; } }
        .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          font-size: 22px;
          background: #ffffff;
          color: #444444;
          padding: 10px 30px;
          border-radius: 15px;
          float: left;
          line-height: 1;
          width: 84%; }
          @media screen and (max-width: 2000px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              font-size: 18px; } }
          @media screen and (max-width: 1400px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              font-size: 17px;
              line-height: 1.9; } }
          @media screen and (max-width: 1300px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              font-size: 16px;
              line-height: 1.8; } }
          @media screen and (max-width: 1200px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              font-size: 15px;
              line-height: 1.8; } }
          @media screen and (max-width: 990px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              width: 90%;
              font-size: 14px;
              line-height: 1.7; } }
          @media screen and (max-width: 768px) {
            .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
              font-size: 12px;
              line-height: 1.6; } }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
  height: auto !important;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 3px #ffffff;
  border-radius: 0;
  font-weight: normal !important;
  font-size: 17px !important;
  background: rgba(255, 255, 255, 0.95);
  color: #000000;
  margin-bottom: 20px; }
  @media screen and (max-width: 1920px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 9px 14px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 8px 13px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 7px 12px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 6px 11px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 5px 10px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 4px 9px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 3px 8px; } }
  @media screen and (max-width: 768px) {
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 .wpcf7 input[type="text"], .wpcf7 .wpcf7 input[type="email"], .wpcf7 .wpcf7 textarea, .wpcf7 .wpcf7 select, .wpcf7 .ginput_container input[type="text"], .wpcf7 .ginput_container input[type="email"], .wpcf7 .ginput_container textarea, .wpcf7 .ginput_container select, .wpcf7 .mymail-form input[type="text"], .wpcf7 .mymail-form input[type="email"], .wpcf7 .mymail-form textarea, .wpcf7 .mymail-form select, .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
      padding: 2px 7px; } }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; }
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 30px;
    letter-spacing: normal;
    color: #666666;
    opacity: 0.6; }
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
    margin-right: 5px; }
.wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  background-color: #000000;
  color: #ffffff !important;
  padding: 15px 44px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 2;
  text-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 30px auto 0 auto;
  float: none;
  border: none; }
  @media screen and (max-width: 1920px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 19px;
      padding: 13px 38px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 16px;
      padding: 12px 37px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 15px;
      padding: 11px 36px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 14px;
      padding: 10px 35px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 13px;
      padding: 9px 34px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 13px;
      padding: 8px 33px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 13px;
      padding: 7px 32px; } }
  @media screen and (max-width: 990px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 16px;
      padding: 6px 31px; } }
  @media screen and (max-width: 768px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      font-size: 14px;
      padding: 5px 30px; } }
  @media screen and (max-width: 480px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      padding: 4px 0;
      width: 100%;
      text-align: center; } }
  .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media screen and (max-width: 768px) {
    .wpcf7 form input[type="submit"].wpcf7-form-control.wpcf7-submit {
      margin-top: 5px !important; } }
.wpcf7 ::-webkit-input-placeholder {
  color: #666666;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.6; }
  @media screen and (max-width: 1920px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 17px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 16px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 15px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 14px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 13px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 ::-webkit-input-placeholder {
      font-size: 12px; } }
.wpcf7 ::-moz-placeholder {
  color: #666666;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.6; }
  @media screen and (max-width: 1920px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 17px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 16px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 15px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 14px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 13px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 ::-moz-placeholder {
      font-size: 12px; } }
.wpcf7 :-ms-input-placeholder {
  color: #666666;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.6; }
  @media screen and (max-width: 1920px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 17px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 16px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 15px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 14px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 13px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 :-ms-input-placeholder {
      font-size: 12px; } }
.wpcf7 :-moz-placeholder {
  color: #666666;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.6; }
  @media screen and (max-width: 1920px) {
    .wpcf7 :-moz-placeholder {
      font-size: 17px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 :-moz-placeholder {
      font-size: 16px; } }
  @media screen and (max-width: 1536px) {
    .wpcf7 :-moz-placeholder {
      font-size: 15px; } }
  @media screen and (max-width: 1440px) {
    .wpcf7 :-moz-placeholder {
      font-size: 14px; } }
  @media screen and (max-width: 1366px) {
    .wpcf7 :-moz-placeholder {
      font-size: 13px; } }
  @media screen and (max-width: 1280px) {
    .wpcf7 :-moz-placeholder {
      font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .wpcf7 :-moz-placeholder {
      font-size: 12px; } }
.wpcf7 .project_calculator label {
  font-family: 'nunito-sans', sans-serif;
  font-weight: 700;
  display: block;
  background: #ffffff;
  color: #444444;
  padding: 10px 30px;
  border-radius: 15px;
  line-height: 1;
  opacity: 1 !important;
  margin-bottom: 0 !important; }
.wpcf7 .project_calculator .preview {
  border-radius: 50%;
  color: #444444;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  float: left; }
  @media screen and (max-width: 2000px) {
    .wpcf7 .project_calculator .preview {
      font-size: 18px; } }
  @media screen and (max-width: 1600px) {
    .wpcf7 .project_calculator .preview {
      font-size: 16px;
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 1400px) {
    .wpcf7 .project_calculator .preview {
      font-size: 15px; } }
  @media screen and (max-width: 1300px) {
    .wpcf7 .project_calculator .preview {
      font-size: 14px; } }
  @media screen and (max-width: 1200px) {
    .wpcf7 .project_calculator .preview {
      font-size: 13px; } }
  @media screen and (max-width: 990px) {
    .wpcf7 .project_calculator .preview {
      font-size: 12px; } }
.wpcf7 .project_calculator input[type="range"] {
  float: left;
  display: block !important;
  width: calc(100% - 50px) !important;
  margin-bottom: 0 !important; }

/* Centre Modals
--------------------------------------------- */
.monsta_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999; }
  .monsta_modal:before {
    content: "";
    background: black;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.9; }
  .monsta_modal .centre_modal-inner {
    width: 80%;
    max-width: 1024px;
    height: 650px;
    background: white;
    position: absolute;
    z-index: 9999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .monsta_modal .centre_modal-inner .centre_modal-title {
      display: block;
      border-bottom: 1px solid #ebebeb;
      background-color: #f9f9f9;
      color: #323436;
      padding: 20px 20px 20px;
      font-size: 24px; }
      .monsta_modal .centre_modal-inner .centre_modal-title span {
        font-size: 18px;
        float: right;
        margin-right: 16px;
        margin-top: 5px; }
      .monsta_modal .centre_modal-inner .centre_modal-title .close_modal {
        float: right;
        font-size: 35px;
        bottom: 8px;
        position: relative;
        color: var(--primary-color); }
        .monsta_modal .centre_modal-inner .centre_modal-title .close_modal:hover {
          cursor: pointer; }
    .monsta_modal .centre_modal-inner .centre_modal-body {
      padding: 24px;
      text-align: center;
      height: 500px;
      overflow: auto;
      width: 100%; }
      .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge {
        width: 16.6666%;
        padding: 6px;
        background-size: cover;
        float: left;
        overflow: hidden;
        height: 230px;
        line-height: 1; }
        .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge .img-wrap {
          display: block;
          margin-bottom: 20px;
          margin: 0 auto; }
          .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge .img-wrap img {
            object-fit: contain;
            margin: 0;
            height: auto;
            height: 150px;
            border-radius: 50%;
            border: 2px solid transparent;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge label {
          margin-top: 0;
          font-size: 14px;
          line-height: 1;
          text-transform: uppercase; }
        .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge.selected .img-wrap img {
          border-color: #000; }
        .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge:hover {
          cursor: pointer; }
          .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge:hover .img-wrap img {
            border-color: #000; }
    .monsta_modal .centre_modal-inner .centre_footer {
      padding: 10px 20px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px; }
      .monsta_modal .centre_modal-inner .centre_footer button.centre_footer-btn {
        padding: 16px 20px !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: var(--primary-color);
        color: #fff;
        text-shadow: none;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 7px;
        display: block;
        width: 100%;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 22px; }
  @media (max-width: 767px) {
    .monsta_modal .centre_modal-inner .centre_modal-title {
      display: inline-block !important;
      width: 100%; }
      .monsta_modal .centre_modal-inner .centre_modal-title span {
        float: left !important;
        width: 100%; }
    .monsta_modal .centre_modal-body .centre-badge {
      width: 33.3333% !important; }
      .monsta_modal .centre_modal-body .centre-badge .img-wrap img {
        width: 75px !important;
        height: 75px !important;
        margin-bottom: 10px !important; } }

.centre-hidden {
  display: none; }

.monsta-attribute {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden; }
  .monsta-attribute button {
    width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.home .row-products .product-item-wrap {
  position: relative;
  padding: 5px; }
  .home .row-products .product-item-wrap.marked {
    display: block !important; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-title {
  color: var(--tertiary-color);
  font-size: clamp(var(--a2--font-size--xs), 10vw, var(--a2--font-size--xxl));
  line-height: 1; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.archive #main-container > .row_product_result {
  padding-top: 1em; }
.archive #main-container .row-title {
  position: relative; }
  .archive #main-container .row-title .col-products-total h3 {
    color: var(--secondary-color);
    font-size: var(--a2--font-size--sm);
    margin: 5px 0 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 2; }
  .archive #main-container .row-title .col-filter {
    position: relative;
    z-index: 3; }
@media only screen and (max-width: 1600px) {
  .archive .row.row-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(24, auto); } }
@media only screen and (max-width: 1200px) {
  .archive .row.row-products {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 800px) {
  .archive .row.row-products {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 600px) {
  .archive .row.row-products {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 480px) {
  .archive .row.row-products {
    grid-template-columns: repeat(1, 1fr); } }
@media only screen and (max-width: 1600px) {
  .archive .row.row-products > .product-item-wrap {
    width: 100%; } }
.archive #with-sidebar .row.row-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(24, auto); }
  @media only screen and (max-width: 1200px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 800px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 600px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 480px) {
    .archive #with-sidebar .row.row-products {
      grid-template-columns: repeat(1, 1fr); } }
  .archive #with-sidebar .row.row-products > .product-item-wrap {
    width: 100%; }
.archive #with-sidebar .cat_list {
  background-color: #fff; }
  .archive #with-sidebar .cat_list ul > li {
    transition: none !important; }
    .archive #with-sidebar .cat_list ul > li > a {
      font-size: 18px;
      line-height: 1.5;
      padding: 12px 20px;
      transition: none !important; }
    .archive #with-sidebar .cat_list ul > li > ul.children {
      padding: 10px; }
      .archive #with-sidebar .cat_list ul > li > ul.children li a {
        padding-bottom: 5px;
        padding-top: 5px; }
  .archive #with-sidebar .cat_list ul.active > li > a {
    background: var(--primary-color);
    color: #fff;
    border-left: 0;
    text-transform: uppercase;
    font-weight: 600; }
  .archive #with-sidebar .cat_list ul:not(.children) > li > a {
    text-transform: uppercase;
    font-weight: 600; }
    .archive #with-sidebar .cat_list ul:not(.children) > li > a:hover {
      background: var(--primary-color);
      color: #fff; }
      .archive #with-sidebar .cat_list ul:not(.children) > li > a:hover i.fas {
        color: #fff; }
@media only screen and (max-width: 1024px) {
  .archive #with-sidebar .sidebar {
    margin-bottom: 3em; } }

.page > .wp-block-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .page > .wp-block-group > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .page > .wp-block-group > .wp-block-group__inner-container > * {
      flex-basis: 100%; }

.wp-block-group.row_features {
  background-color: #eee;
  padding-bottom: 10px;
  display: none; }
  .wp-block-group.row_features .container {
    max-width: 1300px; }
  .wp-block-group.row_features h2 {
    color: var(--primary-color); }
  .wp-block-group.row_features .feature-item {
    position: relative;
    padding-left: 110px;
    min-height: 100px;
    overflow: hidden;
    text-align: center; }
    .wp-block-group.row_features .feature-item .wp-block-image {
      margin: 0; }
    .wp-block-group.row_features .feature-item img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: auto;
      object-fit: contain; }
    .wp-block-group.row_features .feature-item h3 {
      margin: 10px 0 10px 0;
      font-size: 22px;
      color: var(--secondary-color); }
    .wp-block-group.row_features .feature-item p {
      line-height: 1.5em;
      color: var(--primary-color); }
  @media screen and (max-width: 991px) {
    .wp-block-group.row_features .container {
      justify-content: space-around; }
    .wp-block-group.row_features .feature-item h3 {
      font-size: 19px; } }
.wp-block-group.row_partners {
  padding: 0;
  background-color: #f9f9f9; }
  .wp-block-group.row_partners .container {
    margin-bottom: 0; }
  .wp-block-group.row_partners h2 {
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--primary-color); }
  .wp-block-group.row_partners .wp-block-gallery {
    width: 100%;
    margin-bottom: 0; }
  .wp-block-group.row_partners .blocks-gallery-grid {
    text-align: center;
    width: 100%;
    justify-content: center; }
    .wp-block-group.row_partners .blocks-gallery-grid .blocks-gallery-item {
      max-width: 200px;
      margin-bottom: 0; }
      .wp-block-group.row_partners .blocks-gallery-grid .blocks-gallery-item img {
        width: 100%;
        height: 170px;
        object-fit: contain; }
  .wp-block-group.row_partners .row_partners_logo,
  .wp-block-group.row_partners .row_partners_testimonials {
    padding: 50px 0 3rem 0; }
.wp-block-group.row_contact {
  padding-bottom: 100px; }
  .wp-block-group.row_contact .row_contact-inner {
    margin: 0 auto;
    max-width: 1000px;
    background: #eee;
    padding: 30px; }
    .wp-block-group.row_contact .row_contact-inner textarea {
      height: 200px !important; }
    .wp-block-group.row_contact .row_contact-inner button {
      background-color: var(--primary-color);
      color: #fff;
      border: none;
      padding: 10px 40px;
      margin: 0 auto;
      display: block; }
.wp-block-group.row_contact_alt {
  padding: 100px 0 !important; }
  .wp-block-group.row_contact_alt .col-contact-address .text-center {
    text-align: left !important; }
  .wp-block-group.row_contact_alt .col-contact-address h1 {
    font-weight: 500;
    margin: 0;
    line-height: 1em;
    margin-bottom: 30px; }
.wp-block-group.row_contact_map {
  background: #eee; }
  .wp-block-group.row_contact_map #map-canvas {
    height: 550px;
    width: 100%; }
.wp-block-group.row_bloglist {
  padding: 80px 0; }
  @media screen and (max-width: 1600px) {
    .wp-block-group.row_bloglist .blog-row {
      margin: 0 -15px; }
      .wp-block-group.row_bloglist .blog-row > div {
        padding: 0 15px; } }
  @media screen and (max-width: 991px) {
    .wp-block-group.row_bloglist .blog-row > div {
      width: 100%; } }
  .wp-block-group.row_bloglist .blog-row > div {
    padding-bottom: calc(var(--bs-gutter-x)); }
  .wp-block-group.row_bloglist .blog-item {
    overflow: hidden; }
    @media (max-width: 991px) {
      .wp-block-group.row_bloglist .blog-item {
        margin-bottom: 25px; } }
    .wp-block-group.row_bloglist .blog-item .blog-item-inner {
      display: flex;
      flex-direction: column;
      min-height: 430px;
      background: #eee; }
    .wp-block-group.row_bloglist .blog-item .blog-item-img {
      overflow: hidden; }
      .wp-block-group.row_bloglist .blog-item .blog-item-img img {
        height: 330px;
        object-fit: cover; }
    .wp-block-group.row_bloglist .blog-item .blog-item-content {
      padding: 40px; }
      .wp-block-group.row_bloglist .blog-item .blog-item-content p {
        min-height: 75px; }
    .wp-block-group.row_bloglist .blog-item .blog-item-title h3 {
      padding-right: 150px;
      min-height: 35px; }
      .wp-block-group.row_bloglist .blog-item .blog-item-title h3 a {
        font-weight: bold !important;
        line-height: 1.3em; }
        .wp-block-group.row_bloglist .blog-item .blog-item-title h3 a:hover {
          color: #444;
          text-decoration: underline; }
    .wp-block-group.row_bloglist .blog-item .blog-item-link a {
      color: var(--primary-color);
      text-decoration: none !important; }
    @media screen and (max-width: 1600px) {
      .wp-block-group.row_bloglist .blog-item .blog-item-title h3 {
        padding-right: 155px; } }
    @media screen and (max-width: 767px) {
      .wp-block-group.row_bloglist .blog-item .blog-item-content {
        padding: 25px; }
      .wp-block-group.row_bloglist .blog-item .blog-item-img img {
        height: 250px; }
      .wp-block-group.row_bloglist .blog-item .blog-item-title h3 {
        min-height: auto; }
      .wp-block-group.row_bloglist .blog-item .blog-item-date {
        margin-bottom: 10px;
        display: block; }
      .wp-block-group.row_bloglist .blog-item .blog-item-date {
        position: relative; }
      .wp-block-group.row_bloglist .blog-item .blog-item-title h3 {
        padding-right: 0; } }
.wp-block-group.row_blogpost {
  padding: 80px 0; }
  .wp-block-group.row_blogpost .container {
    max-width: 1000px; }
  .wp-block-group.row_blogpost .back-btn:hover {
    color: var(--secondary-color); }
.wp-block-group.row_features.wp-block-group {
  background-color: #fff;
  padding-bottom: 10px;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 50px; }
  @media only screen and (max-width: 1600px) {
    .wp-block-group.row_features.wp-block-group {
      padding-left: 1em;
      padding-right: 1em; } }
  .wp-block-group.row_features.wp-block-group .container {
    gap: 8rem;
    max-width: 1570px; }
    @media only screen and (max-width: 1600px) {
      .wp-block-group.row_features.wp-block-group .container {
        gap: 5rem; } }
    .wp-block-group.row_features.wp-block-group .container .feature-item .wp-block-image img {
      height: auto !important;
      opacity: 1; }
.wp-block-group.row_features h2 {
  color: var(--primary-color);
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .wp-block-group.row_features h2 {
      font-size: 2.375rem; } }
  @media only screen and (max-width: 736px) {
    .wp-block-group.row_features h2 {
      font-size: 2.125rem; } }
  @media only screen and (max-width: 568px) {
    .wp-block-group.row_features h2 {
      font-size: 2rem; } }
.wp-block-group.row_features .feature-item {
  min-height: 100%;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .wp-block-group.row_features .feature-item h3 {
    color: var(--tertiary-color);
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .wp-block-group.row_features .feature-item h3 {
        font-size: 1.375rem; } }
  .wp-block-group.row_features .feature-item p {
    color: var(--tertiary-color);
    font-size: 1rem;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1024px) {
      .wp-block-group.row_features .feature-item p {
        font-size: 1rem; } }
  .wp-block-group.row_features .feature-item img {
    height: auto !important;
    max-width: 30%;
    object-fit: contain;
    mix-blend-mode: multiply;
    position: relative;
    width: 100%; }

.design-process-section .tmm-step1 h3 {
  display: none !important; }

.tmm-bg {
  position: relative;
  z-index: 50; }

#attribute_pa_monstacolor {
  display: none; }

body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set {
  column-gap: 0 !important;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 1280px) {
    body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set {
      flex-direction: column !important; } }
  body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-1, body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-2 {
    display: block;
    flex: auto !important;
    width: 50%; }
    @media only screen and (max-width: 1280px) {
      body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-1, body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-2 {
        width: 100% !important; } }
  body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-1 {
    padding-right: 3em; }
    @media only screen and (max-width: 1280px) {
      body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-1 {
        padding-right: 0; } }
  body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-2 {
    padding-left: 3em; }
    @media only screen and (max-width: 1280px) {
      body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-2 {
        padding-left: 0; } }
    body.woocommerce-checkout .woocommerce .woocommerce-checkout.checkout > .col2-set > .col-2 .woocommerce-additional-fields__field-wrapper {
      margin-bottom: 3em; }
body.woocommerce-checkout .row_content .checkout h3 {
  margin-top: 0 !important; }

@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }
.row-products img.lazyloading {
  background: linear-gradient(90deg, #f4f4f4 25%, #eaeaea 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 15px;
  animation: shimmer 1.5s infinite;
  position: absolute;
  opacity: 1;
  z-index: 101; }

.catalogue-group {
  margin: 0 0 40px 0; }
  .catalogue-group h2 {
    margin: 0 0 10px; }
  .catalogue-group .catalogue-row {
    margin: 0 -5px; }
    .catalogue-group .catalogue-row > div {
      padding: 5px; }
  .catalogue-group .catalogue-item {
    transition: 500ms;
    border: 1px solid transparent; }
    .catalogue-group .catalogue-item:hover {
      border: 1px solid rgba(0, 0, 0, 0.125);
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
      z-index: 99; }
    .catalogue-group .catalogue-item .catalogue-item-img {
      width: 100%;
      margin: auto;
      padding: 0px;
      padding-top: 0px;
      position: relative;
      overflow: hidden;
      padding-top: 100%;
      min-height: 380px; }
      .catalogue-group .catalogue-item .catalogue-item-img img {
        border: solid 1px #dbdbdb;
        max-height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .catalogue-group .catalogue-item > h3.title {
      margin: 20px 0 20px 0 !important;
      font-size: 14px;
      color: #292727;
      text-decoration: none;
      font-weight: 700; }
      .catalogue-group .catalogue-item > h3.title a {
        color: #292727; }

table.monstaprice > tbody > .tr-show:nth-child(3) > td:first-child {
  font-size: 18px !important;
  font-weight: 700;
  max-width: 120px; }

.page-id-162 #main-container .page-content > p img {
  float: left;
  margin-right: 4rem;
  max-width: 40%;
  position: relative;
  top: 20px; }
  @media only screen and (max-width: 1024px) {
    .page-id-162 #main-container .page-content > p img {
      display: block;
      float: none;
      margin: 0 auto 2em;
      max-width: 90%; } }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.u-no-padding {
  padding: 0; }

.u-m0 {
  margin: 0; }

.u-m0i {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0; }

.u-mt05 {
  margin-top: 0.5em; }

.u-mt03 {
  margin-top: 0.3em; }

.u-mt07 {
  margin-top: 0.7em; }

.u-mt1 {
  margin-top: 1em; }

.u-mt104 {
  margin-top: 1.4em; }

.u-mt105 {
  margin-top: 1.5em; }

.u-mt2 {
  margin-top: 2em; }

.u-mt3 {
  margin-top: 3em; }

.u-mt4 {
  margin-top: 4em; }

.u-mt5 {
  margin-top: 5em; }

.u-mt6 {
  margin-top: 6em; }

.u-mt7 {
  margin-top: 7em; }

.u-mt8 {
  margin-top: 8em; }

.u-mt9 {
  margin-top: 9em; }

.u-mt10 {
  margin-top: 10em; }

.u-mb0 {
  margin-bottom: 0; }

.u-mb0i {
  margin-bottom: 0 !important; }

.u-mb01 {
  margin-bottom: 0.1em; }

.u-mb02 {
  margin-bottom: 0.2em; }

.u-mb03 {
  margin-bottom: 0.3em; }

.u-mb04 {
  margin-bottom: 0.4em; }

.u-mb05 {
  margin-bottom: 0.5em; }

.u-mb06 {
  margin-bottom: 0.6em; }

.u-mb07 {
  margin-bottom: 0.7em; }

.u-mb08 {
  margin-bottom: 0.8em; }

.u-mb1 {
  margin-bottom: 1em; }

.u-mb102 {
  margin-bottom: 1.2em; }

.u-mb103 {
  margin-bottom: 1.3em; }

.u-mb105 {
  margin-bottom: 1.5em; }

.u-mb108 {
  margin-bottom: 1.8em; }

.u-mb2 {
  margin-bottom: 2em; }

.u-mb205 {
  margin-bottom: 2.5em; }

.u-mb3 {
  margin-bottom: 3em; }

.u-mb305 {
  margin-bottom: 3.5em; }

.u-mb4 {
  margin-bottom: 4em; }

.u-mb406 {
  margin-bottom: 4.6em; }

.u-mb5 {
  margin-bottom: 5em; }

.u-mb6 {
  margin-bottom: 6em; }

.u-mb7 {
  margin-bottom: 7em; }

.u-mb8 {
  margin-bottom: 8em; }

.u-mb9 {
  margin-bottom: 9em; }

.u-mr03 {
  margin-right: 0.3em; }

.u-mr05 {
  margin-right: 0.5em; }

.u-mr1 {
  margin-right: 1em; }

.u-mr2 {
  margin-right: 2em; }

.u-ml0 {
  margin-left: 0; }

.u-ml02 {
  margin-left: 0.2em; }

.u-ml05 {
  margin-left: 0.5em; }

.u-ml1 {
  margin-left: 1em; }

.u-ml2 {
  margin-left: 2em; }

.u-m-auto {
  margin-top: auto;
  margin-bottom: auto; }

.u-p0 {
  padding: 0; }

.u-p02 {
  padding: .2em; }

.u-p05 {
  padding: .5em; }

.u-p1 {
  padding: 1em; }

.u-p2 {
  padding: 2em; }

.u-pt0 {
  padding-top: 0; }

.u-pt05 {
  padding-top: 0.5em; }

.u-pt08 {
  padding-top: 0.8em; }

.u-pt1 {
  padding-top: 1em; }

.u-pt103 {
  padding-top: 1.3em; }

.u-pt105 {
  padding-top: 1.5em; }

.u-pt106 {
  padding-top: 1.6em; }

.u-pt108 {
  padding-top: 1.8em; }

.u-pt109 {
  padding-top: 1.9em; }

.u-pt1005 {
  padding-top: 10.5em; }

.u-pt11 {
  padding-top: 11em; }

.u-pt2 {
  padding-top: 2em; }

.u-pt202 {
  padding-top: 2.2em; }

.u-pt204 {
  padding-top: 2.4em; }

.u-pt3 {
  padding-top: 3em; }

.u-pt304 {
  padding-top: 3.4em; }

.u-pt305 {
  padding-top: 3.5em; }

.u-pt4 {
  padding-top: 4em; }

.u-pt5 {
  padding-top: 5em; }

.u-pt6 {
  padding-top: 6em; }

.u-pt7 {
  padding-top: 7em; }

.u-pt8 {
  padding-top: 8em; }

.u-pt9 {
  padding-top: 9em; }

.u-pt905 {
  padding-top: 9.5em; }

.u-pt10 {
  padding-top: 10em; }

.u-pb0 {
  padding-bottom: 0; }

.u-pb03 {
  padding-bottom: 0.3em; }

.u-pb05 {
  padding-bottom: 0.5em; }

.u-pb08 {
  padding-bottom: 0.8em; }

.u-pb1 {
  padding-bottom: 1em; }

.u-pb103 {
  padding-bottom: 1.3em; }

.u-pb105 {
  padding-bottom: 1.5em; }

.u-pb2 {
  padding-bottom: 2em; }

.u-pb202 {
  padding-bottom: 2.2em; }

.u-pb204 {
  padding-bottom: 2.4em; }

.u-pb3 {
  padding-bottom: 3em; }

.u-pb4 {
  padding-bottom: 4em; }

.u-pb5 {
  padding-bottom: 5em; }

.u-pb6 {
  padding-bottom: 6em; }

.u-pb7 {
  padding-bottom: 7em; }

.u-pb8 {
  padding-bottom: 8em; }

.u-pb9 {
  padding-bottom: 9em; }

.u-pb10 {
  padding-bottom: 10em; }

.u-pb305 {
  padding-bottom: 3.5em; }

.u-pb4 {
  padding-bottom: 4em; }

.u-pr0 {
  padding-right: 0; }

.u-pr1 {
  padding-right: 1em; }

.u-pr2 {
  padding-right: 2em; }

.u-pr205 {
  padding-right: 2.5em; }

.u-pr3 {
  padding-right: 3em; }

.u-pl0 {
  padding-left: 0; }

.u-pl05 {
  padding-left: .5em; }

.u-pl1 {
  padding-left: 1em; }

.u-pl105 {
  padding-left: 1.5em; }

.u-pl2 {
  padding-left: 2em; }

.u-pl205 {
  padding-left: 2.5em; }

.u-pl3 {
  padding-left: 3em; }

.u-pl305 {
  padding-left: 3.5em; }

.u-pl4 {
  padding-left: 4em; }

.u-pl105 {
  padding-left: 1.5em; }

.u-pl2 {
  padding-left: 2em; }

.u-pl20px {
  padding-left: 20px; }

.u-pl40px {
  padding-left: 40px; }

.u-block {
  display: block; }

.u-flex {
  display: flex; }

.u-flex-center {
  align-items: center;
  justify-content: center; }

.u-inline-block {
  display: inline-block; }

.u-relative {
  position: relative; }

.u-fixed {
  position: fixed; }

.u-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.u-absolute {
  position: absolute; }

.u-fullwidth {
  width: 100%; }

.u-valign-bottom {
  vertical-align: bottom; }

.u-dividing-line {
  height: 1px;
  width: 100%;
  display: block; }

.u-line-height05 {
  line-height: 0.5em; }

.u-line-height1 {
  line-height: 1em; }

.u-line-height101 {
  line-height: 1.1em; }

.u-line-height102 {
  line-height: 1.2em; }

.u-line-height103 {
  line-height: 1.3em; }

.u-pull-right {
  float: right; }

.u-text-right {
  text-align: right; }

.u-text-underline {
  text-decoration: underline !important; }

.no-underline {
  text-decoration: none; }

.u-text-normal {
  text-transform: unset !important; }

.u-image-responsive {
  max-width: 100%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.u-opaque-hover:hover {
  opacity: .8; }

.u-d-none {
  display: none; }

.u-rounded-0 {
  border-radius: 0px; }

.u-rounded-1 {
  border-radius: 1px; }

.u-rounded-2 {
  border-radius: 2px; }

.u-rounded-3 {
  border-radius: 3px; }

.u-rounded-4 {
  border-radius: 4px; }

.u-rounded-5 {
  border-radius: 5px; }

.u-rounded-6 {
  border-radius: 6px; }

.u-rounded-7 {
  border-radius: 7px; }

.u-rounded-8 {
  border-radius: 8px; }

.u-rounded-9 {
  border-radius: 9px; }

.u-rounded-10 {
  border-radius: 10px; }

.u-rounded-11 {
  border-radius: 11px; }

.u-rounded-12 {
  border-radius: 12px; }

.u-rounded-13 {
  border-radius: 13px; }

.u-rounded-14 {
  border-radius: 14px; }

.u-rounded-15 {
  border-radius: 15px; }

.u-rounded-16 {
  border-radius: 16px; }

.u-rounded-17 {
  border-radius: 17px; }

.u-rounded-18 {
  border-radius: 18px; }

.u-rounded-19 {
  border-radius: 19px; }

.u-rounded-20 {
  border-radius: 20px; }

.u-rounded-21 {
  border-radius: 21px; }

.u-rounded-22 {
  border-radius: 22px; }

.u-rounded-23 {
  border-radius: 23px; }

.u-rounded-24 {
  border-radius: 24px; }

.u-rounded-25 {
  border-radius: 25px; }

.u-rounded-26 {
  border-radius: 26px; }

.u-rounded-27 {
  border-radius: 27px; }

.u-rounded-28 {
  border-radius: 28px; }

.u-rounded-29 {
  border-radius: 29px; }

.u-rounded-30 {
  border-radius: 30px; }

.u-rounded-31 {
  border-radius: 31px; }

.u-rounded-32 {
  border-radius: 32px; }

.u-rounded-33 {
  border-radius: 33px; }

.u-rounded-34 {
  border-radius: 34px; }

.u-rounded-35 {
  border-radius: 35px; }

.u-rounded-36 {
  border-radius: 36px; }

.u-rounded-37 {
  border-radius: 37px; }

.u-rounded-38 {
  border-radius: 38px; }

.u-rounded-39 {
  border-radius: 39px; }

.u-rounded-40 {
  border-radius: 40px; }

.u-rounded-41 {
  border-radius: 41px; }

.u-rounded-42 {
  border-radius: 42px; }

.u-rounded-43 {
  border-radius: 43px; }

.u-rounded-44 {
  border-radius: 44px; }

.u-rounded-45 {
  border-radius: 45px; }

.u-rounded-46 {
  border-radius: 46px; }

.u-rounded-47 {
  border-radius: 47px; }

.u-rounded-48 {
  border-radius: 48px; }

.u-rounded-49 {
  border-radius: 49px; }

.u-rounded-50 {
  border-radius: 50px; }

.u-center {
  margin-left: auto;
  margin-right: auto; }

.u-index-high {
  z-index: 2; }

.u-parallax {
  background-attachment: fixed; }

.row.row-spacing-0 {
  margin-left: -0px;
  margin-right: -0px; }
  .row.row-spacing-0 > div {
    padding-left: 0px;
    padding-right: 0px; }

.row.row-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }
  .row.row-spacing-6 > div {
    padding-left: 3px;
    padding-right: 3px; }

.row.row-spacing-8 {
  margin-left: -4px;
  margin-right: -4px; }
  .row.row-spacing-8 > div {
    padding-left: 4px;
    padding-right: 4px; }

.row.row-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.row-spacing-10 > div {
    padding-left: 5px;
    padding-right: 5px; }

.row.row-spacing-12 {
  margin-left: -6px;
  margin-right: -6px; }
  .row.row-spacing-12 > div {
    padding-left: 6px;
    padding-right: 6px; }

.row.row-spacing-22 {
  margin-left: -11px;
  margin-right: -11px; }
  .row.row-spacing-22 > div {
    padding-left: 11px;
    padding-right: 11px; }

.row.row-spacing-26 {
  margin-left: -13px;
  margin-right: -13px; }
  .row.row-spacing-26 > div {
    padding-left: 13px;
    padding-right: 13px; }

.row.row-spacing-36 {
  margin-left: -18px;
  margin-right: -18px; }
  .row.row-spacing-36 > div {
    padding-left: 18px;
    padding-right: 18px; }

.u-border1 {
  border: 1px solid #d7d7d7; }

.u-pr {
  position: relative; }

.u-pa {
  position: absolute;
  top: 0;
  left: 0; }

.u-par {
  position: absolute;
  top: 0;
  right: 0; }

.u-pab {
  position: absolute;
  left: 0;
  bottom: 0; }

.u-parb {
  position: absolute;
  bottom: 0;
  right: 0; }

.u-db {
  display: block;
  width: 100%; }

.u-dib {
  display: inline-block; }

.u-noborder {
  border: none; }

.u-hr {
  border-color: #fff; }

.u-nobr {
  border-radius: 0; }

.u-tdnone {
  text-decoration: none !important; }

.u-m0a {
  margin: 0 auto; }

.u-circle-44 {
  width: 44px;
  height: 44px;
  line-height: 44px; }

.no-overflow {
  overflow: hidden; }

.u-w100 {
  width: 100%; }

.u-wAuto {
  width: auto;
  max-width: 100%; }

.u-wAutoi {
  width: auto !important;
  max-width: 100%; }

.u-h100 {
  height: 100%; }

.u-lsp1 {
  letter-spacing: 1px; }

.u-lsp2 {
  letter-spacing: 2px; }

.u-lsn1 {
  letter-spacing: -1px; }

.u-lsn2 {
  letter-spacing: -1px; }

.u-bg-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: ' '; }

.u-before:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: ' '; }

.u-pointer {
  cursor: pointer; }

.u-linostyle {
  list-style: none; }

.u-imgcover {
  object-fit: cover; }

.u-trans250 {
  transition: 250ms; }

.u-vat {
  vertical-align: top; }

.u-vau {
  vertical-align: unset; }

.u-nobefore:before {
  display: none; }

.u-ulnostyle li {
  list-style: none; }

.u-m1 {
  margin: 1em; }

.u-m05 {
  margin: .5em; }

.u-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.u-z100 {
  z-index: 100 !important; }

.u-z200 {
  z-index: 200 !important; }

.u-fnone {
  float: unset !important; }

.u-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.u-opac6 {
  opacity: .6; }

.f-light, .f-300 {
  font-weight: 300; }

.f-regular {
  font-weight: normal; }

.f-medium, .f-500 {
  font-weight: 500; }

.f-semibold, .f-600 {
  font-weight: 600; }

.f-bold, .f-700 {
  font-weight: 700; }

.f-extrabold, .f-800 {
  font-weight: 800; }

.f-black, .f-900 {
  font-weight: 900; }

.f-normal {
  font-style: normal; }

.f-italic {
  font-style: italic; }

.f-12 {
  font-size: 12px; }

.f-13 {
  font-size: 13px; }

.f-14 {
  font-size: 14px; }

.f-15 {
  font-size: 15px; }

.f-16 {
  font-size: 16px; }

.f-17 {
  font-size: 17px; }

.f-18 {
  font-size: 18px; }

.f-19 {
  font-size: 19px; }

.f-20 {
  font-size: 20px; }

.f-21 {
  font-size: 21px; }

.f-22 {
  font-size: 22px; }

.f-23 {
  font-size: 23px; }

.f-24 {
  font-size: 24px; }

.f-25 {
  font-size: 25px; }

.f-26 {
  font-size: 26px; }

.f-27 {
  font-size: 27px; }

.f-28 {
  font-size: 28px; }

.f-29 {
  font-size: 29px; }

.f-30 {
  font-size: 30px; }

.f-31 {
  font-size: 31px; }

.f-32 {
  font-size: 32px; }

.f-33 {
  font-size: 33px; }

.f-34 {
  font-size: 34px; }

.f-35 {
  font-size: 35px; }

.f-36 {
  font-size: 36px; }

.f-37 {
  font-size: 37px; }

.f-38 {
  font-size: 38px; }

.f-39 {
  font-size: 39px; }

.f-40 {
  font-size: 40px; }

.f-41 {
  font-size: 41px; }

.f-42 {
  font-size: 42px; }

.f-43 {
  font-size: 43px; }

.f-44 {
  font-size: 44px; }

.f-45 {
  font-size: 45px; }

.f-46 {
  font-size: 46px; }

.f-47 {
  font-size: 47px; }

.f-48 {
  font-size: 48px; }

.f-49 {
  font-size: 49px; }

.f-50 {
  font-size: 50px; }

.f-51 {
  font-size: 51px; }

.f-52 {
  font-size: 52px; }

.f-53 {
  font-size: 53px; }

.f-54 {
  font-size: 54px; }

.f-55 {
  font-size: 55px; }

.f-56 {
  font-size: 56px; }

.f-57 {
  font-size: 57px; }

.f-58 {
  font-size: 58px; }

.f-59 {
  font-size: 59px; }

.f-60 {
  font-size: 60px; }

.f-61 {
  font-size: 61px; }

.f-62 {
  font-size: 62px; }

.f-63 {
  font-size: 63px; }

.f-64 {
  font-size: 64px; }

.f-65 {
  font-size: 65px; }

.f-66 {
  font-size: 66px; }

.f-67 {
  font-size: 67px; }

.f-68 {
  font-size: 68px; }

.f-69 {
  font-size: 69px; }

.f-70 {
  font-size: 70px; }

.f-71 {
  font-size: 71px; }

.f-72 {
  font-size: 72px; }

.f-73 {
  font-size: 73px; }

.f-74 {
  font-size: 74px; }

.f-75 {
  font-size: 75px; }

.f-76 {
  font-size: 76px; }

.f-77 {
  font-size: 77px; }

.f-78 {
  font-size: 78px; }

.f-79 {
  font-size: 79px; }

.f-80 {
  font-size: 80px; }

.f-81 {
  font-size: 81px; }

.f-82 {
  font-size: 82px; }

.f-83 {
  font-size: 83px; }

.f-84 {
  font-size: 84px; }

.f-85 {
  font-size: 85px; }

.f-86 {
  font-size: 86px; }

.f-87 {
  font-size: 87px; }

.f-88 {
  font-size: 88px; }

.f-89 {
  font-size: 89px; }

.f-90 {
  font-size: 90px; }

.f-91 {
  font-size: 91px; }

.f-92 {
  font-size: 92px; }

.f-93 {
  font-size: 93px; }

.f-94 {
  font-size: 94px; }

.f-95 {
  font-size: 95px; }

.f-96 {
  font-size: 96px; }

.f-97 {
  font-size: 97px; }

.f-98 {
  font-size: 98px; }

.f-99 {
  font-size: 99px; }

.f-100 {
  font-size: 100px; }

.hide {
  display: none; }

img.cover, video.cover {
  object-fit: cover; }

.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

.text-uppercase {
  text-transform: uppercase; }

.c-white {
  color: #fff; }

.c-black {
  color: #000; }

.u-color-box {
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  border-radius: 0;
  color: #fff; }

.u-color-box-dimension {
  font-size: .5em;
  width: 17px;
  height: 17px;
  line-height: 17px; }

.u-size-item {
  border: solid 1px #292929;
  margin: 0 2px;
  padding: 0 3px;
  text-align: center;
  display: inline-block; }

.u-size-item-dimension {
  width: auto;
  font-weight: bold;
  height: 17px;
  min-width: 20px;
  line-height: 17px;
  font-size: .5em; }

.u-product-price {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  float: right; }

.u-product-variant-list {
  border-bottom: solid 1px #424040;
  margin-bottom: 3px;
  font-size: 12px; }

.u-product-variant-items {
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

.u-option-list {
  display: none;
  overflow-y: auto;
  max-height: 120px;
  line-height: 1.2em;
  margin: 0;
  padding: 0; }

.u-option-item {
  float: left;
  font-size: 14px;
  width: 100%; }

.u-size-item-product {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.u-option-item-product {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 1px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  cursor: pointer; }

/* Woocommerce Overrides
--------------------------------------------- */
/*
Theme Name: Mohawk V2

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tbody th {
  display: none; }
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove::before {
    display: none; }
  table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td::before {
      display: none; } }
/**
 * Products
 */
.prod-new {
  position: absolute;
  background: var(--secondary-color);
  height: 75px !important;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  width: 75px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  z-index: 9;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 5px; }
  @media only screen and (max-width: 600px) {
    .prod-new {
      height: 60px !important;
      font-size: 18px;
      width: 60px; } }
  @media only screen and (max-width: 480px) {
    .prod-new {
      height: 55px !important;
      font-size: 14px;
      font-weight: 500;
      width: 55px; } }

.prod-new.item {
  height: 35px !important;
  font-size: 10px;
  font-weight: 500;
  width: 35px; }

.row_product_result {
  padding: 100px 0; }
  .row_product_result .row-title {
    margin-bottom: 30px; }
    .row_product_result .row-title h1 {
      line-height: 1.1em;
      color: var(--primary-color); }
    .row_product_result .row-title .col-filter > div,
    .row_product_result .row-title .col-breadcrumbs > div {
      height: 100%;
      display: flex;
      align-items: center; }
    .row_product_result .row-title .col-filter > div {
      justify-content: right; }
  .row_product_result .row-products .product-item {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .row_product_result .row-products .product-item {
        height: 400px; } }
  .row_product_result .filter-wrap h3 {
    color: var(--primary-color); }
  .row_product_result .filter-wrap select {
    background: #fff !important;
    border-color: var(--primary-color);
    border-radius: 35px;
    color: var(--primary-color);
    font-size: 1.25rem;
    padding: 12px 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .row_product_result .filter-wrap select > option {
      font-size: var(--a2--font-size--xs); }
  .row_product_result .filter-wrap .woocommerce-ordering {
    position: relative; }
    .row_product_result .filter-wrap .woocommerce-ordering::after {
      color: var(--primary-color);
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 600;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      pointer-events: none; }
  .row_product_result .pagination-wrap > div span,
  .row_product_result .pagination-wrap > div a {
    color: var(--primary-color);
    font-weight: bold;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: inherit; }
    .row_product_result .pagination-wrap > div span:hover, .row_product_result .pagination-wrap > div span.current,
    .row_product_result .pagination-wrap > div a:hover,
    .row_product_result .pagination-wrap > div a.current {
      color: var(--secondary-color); }
    @media screen and (max-width: 660px) {
      .row_product_result .pagination-wrap > div span,
      .row_product_result .pagination-wrap > div a {
        font-size: 18px; } }
    .row_product_result .pagination-wrap > div span span,
    .row_product_result .pagination-wrap > div a span {
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .row_product_result .pagination-wrap > div span span,
        .row_product_result .pagination-wrap > div a span {
          font-size: 17px; } }
      @media screen and (max-width: 768px) {
        .row_product_result .pagination-wrap > div span span,
        .row_product_result .pagination-wrap > div a span {
          font-size: 14px; } }
      @media screen and (max-width: 660px) {
        .row_product_result .pagination-wrap > div span span,
        .row_product_result .pagination-wrap > div a span {
          font-size: 17px; } }
    .row_product_result .pagination-wrap > div span:first-child span,
    .row_product_result .pagination-wrap > div a:first-child span {
      margin-right: 10px; }
      @media screen and (max-width: 1024px) {
        .row_product_result .pagination-wrap > div span:first-child span,
        .row_product_result .pagination-wrap > div a:first-child span {
          margin-right: 6px; } }
    .row_product_result .pagination-wrap > div span:last-child span,
    .row_product_result .pagination-wrap > div a:last-child span {
      margin-left: 10px; }
      @media screen and (max-width: 1024px) {
        .row_product_result .pagination-wrap > div span:last-child span,
        .row_product_result .pagination-wrap > div a:last-child span {
          margin-left: 6px; } }
  .row_product_result .infinite-wrap.infinite-process .loading-container {
    display: block !important; }
    .row_product_result .infinite-wrap.infinite-process .loading-container img {
      width: auto !important; }
  .row_product_result .infinite-wrap.infinite-end .infinite-loader {
    display: none; }
  .row_product_result .archive-header .page-title {
    margin: 0.25em 0 1em; }

.row-products .product-item-wrap {
  position: relative;
  padding: 5px; }
  .row-products .product-item-wrap.marked .product-inner-img > a::before {
    background: url("images/mark-logo-sm.png") no-repeat center center;
    background-size: 100% auto;
    content: '';
    height: 45px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 65px;
    z-index: 99; }
  .row-products .product-item-wrap.newest .product-inner-img > a::after {
    content: 'NEW';
    position: absolute;
    background: var(--primary-color);
    line-height: 1;
    width: 75px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    height: 35px !important;
    font-size: 10px;
    font-weight: 500;
    width: 35px; }
.row-products .product-item {
  height: 430px; }
  @media only screen and (max-width: 1920px) {
    .row-products .product-item {
      height: 465px; } }
  @media only screen and (max-width: 1366px) {
    .row-products .product-item {
      height: 445px; } }
  @media only screen and (max-width: 1099px) {
    .row-products .product-item {
      height: 400px; } }
  .row-products .product-item .product-inner {
    background: transparent !important;
    border: 0;
    padding: 0;
    text-align: center; }
    .row-products .product-item .product-inner:hover {
      box-shadow: none !important; }
      .row-products .product-item .product-inner:hover .u-product-variant-list {
        border: 0 !important; }
      .row-products .product-item .product-inner:hover .product-variant-list,
      .row-products .product-item .product-inner:hover .product-variant-items {
        display: none !important; }
      .row-products .product-item .product-inner:hover .product-inner-link {
        display: block;
        height: auto;
        margin-top: 0; }
      .row-products .product-item .product-inner:hover .u-product-price {
        width: auto; }
        .row-products .product-item .product-inner:hover .u-product-price > span:first-child {
          display: inline-block; }
        .row-products .product-item .product-inner:hover .u-product-price.product-price .amount,
        .row-products .product-item .product-inner:hover .u-product-price.product-price .woocommerce-Price-currencySymbol {
          color: var(--tertiary-color);
          font-size: 16px;
          font-weight: 600; }
      .row-products .product-item .product-inner:hover .product-price {
        display: none; }
      .row-products .product-item .product-inner:hover .option-list {
        display: block; }
      .row-products .product-item .product-inner:hover .option-item .product-price {
        display: inline-block; }
    .row-products .product-item .product-inner .product-inner-img {
      background: transparent;
      width: 100%;
      margin: auto;
      padding: 0px;
      position: relative;
      overflow: hidden;
      padding-top: 100%; }
      .row-products .product-item .product-inner .product-inner-img img {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        border: 0;
        bottom: 0;
        margin-bottom: auto;
        margin-top: auto;
        max-height: 95%; }
        @media only screen and (max-width: 568px) {
          .row-products .product-item .product-inner .product-inner-img img {
            max-height: 90%; } }
      .row-products .product-item .product-inner .product-inner-img .mark-logo {
        height: 30px;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 90px;
        z-index: 99; }
      .row-products .product-item .product-inner .product-inner-img small {
        position: absolute;
        right: 15px;
        bottom: 0;
        z-index: 99;
        color: red;
        width: 30px; }
    .row-products .product-item .product-inner .product-title {
      margin-bottom: 15px; }
      .row-products .product-item .product-inner .product-title > a {
        color: var(--tertiary-color);
        display: block;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0;
        text-decoration: none;
        text-transform: capitalize; }
        @media only screen and (max-width: 1600px) {
          .row-products .product-item .product-inner .product-title > a {
            font-size: 1rem;
            font-weight: 600; } }
    .row-products .product-item .product-inner .u-product-variant-list {
      border: 0 !important;
      padding-bottom: 10px;
      padding-top: 10px; }
      .row-products .product-item .product-inner .u-product-variant-list .product-variant-items {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 3px; }
        .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-size-item-dimension,
        .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-color-box-dimension {
          border-radius: 50%;
          font-size: 11px;
          width: 26px;
          height: 26px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0; }
          @media only screen and (max-width: 1600px) {
            .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-size-item-dimension,
            .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-color-box-dimension {
              font-size: 10px;
              font-weight: 400;
              width: 30px;
              height: 30px; } }
        .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-size-item-dimension {
          background-color: var(--primary-color);
          border: 0 !important;
          color: #fff !important;
          margin-left: 0;
          margin-right: 0; }
    .row-products .product-item .product-inner .product-inner-link {
      text-align: center;
      overflow: hidden;
      transition: all 0.2s;
      height: 0px; }
      .row-products .product-item .product-inner .product-inner-link .btn {
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        border: none;
        background-color: var(--primary-color); }
      .row-products .product-item .product-inner .product-inner-link > .row > .col-sm-6 {
        width: 100% !important; }
      .row-products .product-item .product-inner .product-inner-link .btn {
        background: var(--primary-color);
        border-radius: 30px;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1;
        margin: 5px 0 15px;
        padding: 18px 15px;
        text-align: center; }
        @media only screen and (max-width: 1600px) {
          .row-products .product-item .product-inner .product-inner-link .btn {
            font-size: 1rem;
            padding: 15px 10px; } }
        .row-products .product-item .product-inner .product-inner-link .btn:hover {
          background: var(--secondary-color); }
    .row-products .product-item .product-inner .u-product-price {
      color: var(--tertiary-color);
      width: 100%; }
      .row-products .product-item .product-inner .u-product-price > span:first-child {
        letter-spacing: 0.025rem; }
      .row-products .product-item .product-inner .u-product-price.product-price .amount,
      .row-products .product-item .product-inner .u-product-price.product-price .woocommerce-Price-currencySymbol {
        color: var(--primary-color);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1; }
    .row-products .product-item .product-inner .u-option-list {
      background-color: #fff;
      color: var(--tertiary-color);
      list-style: none;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      text-align: left;
      z-index: 5; }
      .row-products .product-item .product-inner .u-option-list .u-option-item {
        color: var(--tertiary-color);
        font-size: 16px;
        font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          .row-products .product-item .product-inner .u-option-list .u-option-item {
            font-size: 14px;
            font-weight: 500; } }
        .row-products .product-item .product-inner .u-option-list .u-option-item + .option-item {
          margin-top: 2px; }
      .row-products .product-item .product-inner .u-option-list .option-box {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.25rem; }
        @media only screen and (max-width: 1600px) {
          .row-products .product-item .product-inner .u-option-list .option-box {
            font-size: 10px; } }
        .row-products .product-item .product-inner .u-option-list .option-box.u-color-box-dimension {
          border-radius: 50%;
          height: 22px;
          position: relative;
          top: -2px;
          vertical-align: middle;
          width: 22px; }
      .row-products .product-item .product-inner .u-option-list .option-item .u-size-item-dimension {
        background-color: var(--primary-color);
        border: 0 !important;
        border-radius: 50%;
        color: #fff;
        height: 22px;
        line-height: 2;
        position: relative;
        top: -2px;
        vertical-align: middle;
        width: 22px; }
        @media only screen and (max-width: 1600px) {
          .row-products .product-item .product-inner .u-option-list .option-item .u-size-item-dimension {
            font-weight: 400;
            width: 20px;
            height: 20px; } }
    .row-products .product-item .product-inner > .u-product-price.product-price > span:first-child {
      color: var(--primary-color); }
    .row-products .product-item .product-inner .option-list .size-item {
      font-size: 0.7em; }
  .row-products .product-item .option-box[data-color="color-1"] {
    background: #976236; }
  .row-products .product-item .option-box[data-color="color-2"] {
    background: #a7a5a5; }
  .row-products .product-item .option-box[data-color="color-3"] {
    background: #bb955b; }
.row-products.featured_products-slider {
  overflow: hidden; }

.row_product_image_details {
  padding: 2em 0 100px;
  background: #fff;
  display: inline-block;
  width: 100%; }
  .row_product_image_details .row-slide-summary {
    margin: 0 -25px; }
    .row_product_image_details .row-slide-summary > div {
      padding: 0 25px; }
  .row_product_image_details .col-slide .product-slider-wrap {
    padding-left: 100px;
    max-height: 650px;
    overflow: hidden;
    height: 100%; }
    .row_product_image_details .col-slide .product-slider-wrap .product-slider-main {
      height: 100%; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-main * {
        height: 100%; }
    .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs {
      width: 80px; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .thumb-slider .thumb-item {
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer; }
        .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .thumb-slider .thumb-item.slick-current img {
          opacity: 1; }
        .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .thumb-slider .thumb-item img {
          max-height: 100%;
          object-fit: contain;
          opacity: .8; }
    .row_product_image_details .col-slide .product-slider-wrap .product-slider-main {
      background: #fff; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-main .main-item img {
        height: 100% !important;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain !important; }
  .row_product_image_details .col-summary {
    position: relative; }
    .row_product_image_details .col-summary .summary-wrap {
      background: #fff;
      padding: 25px;
      height: 100%;
      position: relative; }
      .row_product_image_details .col-summary .summary-wrap img {
        max-width: unset !important;
        object-fit: contain; }
      .row_product_image_details .col-summary .summary-wrap h1 {
        font-size: 30px;
        font-weight: bold;
        color: var(--primary-color); }
      .row_product_image_details .col-summary .summary-wrap .price {
        color: var(--secondary-color);
        font-weight: 600; }
      .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-price,
      .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-description,
      .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-availability {
        display: none; }
      .row_product_image_details .col-summary .summary-wrap .summary-orig .sku_wrapper,
      .row_product_image_details .col-summary .summary-wrap .summary-orig .posted_in,
      .row_product_image_details .col-summary .summary-wrap .summary-orig h1 {
        display: none; }
      .row_product_image_details .col-summary .summary-wrap .monstaprice {
        margin-bottom: 20px; }
        .row_product_image_details .col-summary .summary-wrap .monstaprice div svg {
          display: none; }
        .row_product_image_details .col-summary .summary-wrap .monstaprice th,
        .row_product_image_details .col-summary .summary-wrap .monstaprice td {
          font-size: 13px; }
        .row_product_image_details .col-summary .summary-wrap .monstaprice tr {
          display: none; }
          .row_product_image_details .col-summary .summary-wrap .monstaprice tr.tr-show {
            display: table-row; }
      .row_product_image_details .col-summary .summary-wrap .variations {
        margin-bottom: 0 !important; }
        .row_product_image_details .col-summary .summary-wrap .variations input {
          font-size: 14px; }
        .row_product_image_details .col-summary .summary-wrap .variations select {
          padding: 10px;
          font-size: 14px; }
        .row_product_image_details .col-summary .summary-wrap .variations tr.tr-price td {
          border-top: 1px solid #ccc;
          padding-top: 15px;
          padding-bottom: 5px !important; }
        .row_product_image_details .col-summary .summary-wrap .variations td {
          padding-bottom: 15px; }
          .row_product_image_details .col-summary .summary-wrap .variations td:nth-child(1) {
            width: 30%; }
          .row_product_image_details .col-summary .summary-wrap .variations td label {
            font-size: 14px; }
        .row_product_image_details .col-summary .summary-wrap .variations th label {
          font-size: 14px; }
        .row_product_image_details .col-summary .summary-wrap .variations #unit_price {
          color: var(--secondary-color);
          font-weight: 600; }
      .row_product_image_details .col-summary .summary-wrap .single_variation_wrap {
        margin: 0 -5px; }
        .row_product_image_details .col-summary .summary-wrap .single_variation_wrap > div {
          padding: 0 5px;
          float: left;
          width: 50%;
          clear: unset !important; }
          .row_product_image_details .col-summary .summary-wrap .single_variation_wrap > div.woocommerce-variation, .row_product_image_details .col-summary .summary-wrap .single_variation_wrap > div.woocommerce-variation-add-to-cart {
            width: 100%; }
        .row_product_image_details .col-summary .summary-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .row {
          margin: 0 -5px; }
          .row_product_image_details .col-summary .summary-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .row > div {
            padding: 0 5px; }
        .row_product_image_details .col-summary .summary-wrap .single_variation_wrap label {
          display: none; }
      .row_product_image_details .col-summary .summary-wrap .button {
        margin-top: 14px;
        width: 100%;
        background-color: var(--primary-color); }
        .row_product_image_details .col-summary .summary-wrap .button:hover, .row_product_image_details .col-summary .summary-wrap .button.disabled {
          background-color: var(--primary-color);
          opacity: .7; }
          .row_product_image_details .col-summary .summary-wrap .button:hover:hover, .row_product_image_details .col-summary .summary-wrap .button.disabled:hover {
            background-color: var(--primary-color); }
      .row_product_image_details .col-summary .summary-wrap .product-variant-list .size-item {
        color: var(--primary-color); }
        .row_product_image_details .col-summary .summary-wrap .product-variant-list .size-item.active {
          background-color: var(--secondary-color);
          color: #fff; }
      .row_product_image_details .col-summary .summary-wrap .product-variant-list .option-item.active {
        border: 2px solid #333; }
      .row_product_image_details .col-summary .summary-wrap .product-variant-list div[data-color="color-1"] {
        background: #976236; }
      .row_product_image_details .col-summary .summary-wrap .product-variant-list div[data-color="color-2"] {
        background: #a7a5a5; }
      .row_product_image_details .col-summary .summary-wrap .product-variant-list div[data-color="color-3"] {
        background: #bb955b; }
      .row_product_image_details .col-summary .summary-wrap .product_meta {
        display: none; }
    .row_product_image_details .col-summary .added_to_cart.wc-forward {
      display: none !important; }
  .row_product_image_details .col-related {
    border-left: 1px solid #ccc; }
    .row_product_image_details .col-related .related-wrap {
      height: 100%;
      max-height: 1000px;
      overflow: hidden; }
      .row_product_image_details .col-related .related-wrap .related-inner {
        max-height: 100%; }
      .row_product_image_details .col-related .related-wrap .related {
        position: relative; }
        .row_product_image_details .col-related .related-wrap .related .slick-arrow i {
          display: none; }
      .row_product_image_details .col-related .related-wrap h2 {
        font-size: 25px;
        text-align: center;
        margin: 0 0 15px 0;
        display: inline-block;
        width: 100%; }
      .row_product_image_details .col-related .related-wrap ul.products {
        height: 100%;
        margin-top: 45px;
        margin-bottom: 40px; }
        .row_product_image_details .col-related .related-wrap ul.products li.product {
          width: 100%;
          margin: 0 !important; }
          .row_product_image_details .col-related .related-wrap ul.products li.product .product-inner {
            background: #fff;
            padding: 10px;
            text-align: center;
            margin-bottom: 12px; }
            .row_product_image_details .col-related .related-wrap ul.products li.product .product-inner .img-wrap {
              display: inline-block;
              width: 100%;
              padding-top: 95%;
              position: relative; }
              .row_product_image_details .col-related .related-wrap ul.products li.product .product-inner .img-wrap img {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: contain; }
          .row_product_image_details .col-related .related-wrap ul.products li.product img {
            width: 100%;
            height: 200px;
            object-fit: contain;
            background: #fff; }
          .row_product_image_details .col-related .related-wrap ul.products li.product h2 {
            font-size: 16px;
            display: block;
            color: var(--primary-color); }
          .row_product_image_details .col-related .related-wrap ul.products li.product .price {
            color: var(--secondary-color);
            font-weight: 600; }
          .row_product_image_details .col-related .related-wrap ul.products li.product .button {
            display: none; }
    .row_product_image_details .col-related .slick-arrow {
      position: absolute;
      top: -40px;
      width: 100%;
      background: #fff;
      left: 0;
      transform: unset;
      height: 35px;
      border: none; }
      .row_product_image_details .col-related .slick-arrow::before {
        content: '\f077';
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .row_product_image_details .col-related .slick-arrow.slick-next {
        top: unset;
        bottom: -40px; }
        .row_product_image_details .col-related .slick-arrow.slick-next::before {
          content: '\f078'; }
      .row_product_image_details .col-related .slick-arrow i {
        display: none; }
  .row_product_image_details .monsta_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999; }
    .row_product_image_details .monsta_modal:before {
      content: "";
      background: black;
      position: relative;
      width: 100%;
      height: 100%;
      display: inline-block;
      opacity: 0.9; }
    .row_product_image_details .monsta_modal .centre_modal-inner {
      width: 80%;
      max-width: 1024px;
      height: 650px;
      background: white;
      position: absolute;
      z-index: 9999999;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-title {
        display: block;
        border-bottom: 1px solid #ebebeb;
        background-color: #f9f9f9;
        color: #323436;
        padding: 20px 20px 20px;
        font-size: 24px; }
        .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-title span {
          font-size: 18px;
          float: right;
          margin-right: 16px;
          margin-top: 5px; }
        .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-title .close_modal {
          float: right;
          font-size: 35px;
          bottom: 8px;
          position: relative;
          color: var(--primary-color); }
          .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-title .close_modal:hover {
            cursor: pointer; }
      .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body {
        padding: 24px;
        text-align: center;
        height: 500px;
        overflow: auto;
        width: 100%; }
        .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge {
          width: 16.6666%;
          padding: 6px;
          background-size: cover;
          float: left;
          overflow: hidden;
          height: 230px;
          line-height: 1; }
          .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge .img-wrap {
            display: block;
            margin-bottom: 20px;
            margin: 0 auto; }
            .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge .img-wrap img {
              object-fit: contain;
              margin: 0;
              height: auto;
              height: 150px;
              border-radius: 50%;
              border: 2px solid transparent;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
          .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge label {
            margin-top: 0;
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase; }
          .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge.selected .img-wrap img {
            border-color: #000; }
          .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge:hover {
            cursor: pointer; }
            .row_product_image_details .monsta_modal .centre_modal-inner .centre_modal-body .centre-badge:hover .img-wrap img {
              border-color: #000; }
      .row_product_image_details .monsta_modal .centre_modal-inner .centre_footer {
        padding: 10px 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px; }
        .row_product_image_details .monsta_modal .centre_modal-inner .centre_footer button.centre_footer-btn {
          padding: 16px 20px !important;
          border: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: var(--primary-color);
          color: #fff;
          text-shadow: none;
          letter-spacing: 1px;
          text-align: center;
          margin-top: 7px;
          display: block;
          width: 100%;
          text-transform: uppercase;
          border-radius: 3px;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 22px; }
  .row_product_image_details button.centre-button {
    background-color: var(--secondary-color);
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 10px 15px 0;
    border-radius: 5px;
    width: 100%; }
  .row_product_image_details button.centre-button + div.selected-centre {
    margin-bottom: 15px;
    font-size: 12px;
    margin-top: -5px;
    line-height: 1.2; }
  .row_product_image_details button.centre-button + div.selected-centre:before {
    content: "Selected: ";
    font-weight: 700; }
  .row_product_image_details .centre-hidden {
    display: none !important; }
  @media only screen and (max-width: 991px) {
    .row_product_image_details .row-slide-summary.app-2 {
      flex-direction: column; } }
  @media only screen and (max-width: 1600px) {
    .row_product_image_details .row-slide-summary.app-2 > .col-sm-6 {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 991px) {
    .row_product_image_details .row-slide-summary.app-2 > .col-sm-6 {
      width: 100%; } }
  .row_product_image_details .col-slide .product-slider-wrap {
    height: auto;
    max-height: 100%;
    padding-left: 0;
    overflow: visible; }
    .row_product_image_details .col-slide .product-slider-wrap .product-slider-main {
      position: relative; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-main .main-item {
        background: transparent;
        border-radius: 35px;
        padding: 2em; }
    .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs {
      display: inline-block;
      margin-top: 1em;
      width: 100%; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .thumb-item {
        background: transparent;
        border-radius: 25px;
        padding: 1.5em; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .slick-list {
        text-align: left; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .slick-track {
        column-gap: 1em;
        display: flex;
        float: left;
        justify-content: flex-start; }
      .row_product_image_details .col-slide .product-slider-wrap .product-slider-thumbs .slick-slide {
        float: left !important; }
  .row_product_image_details .col-summary .summary-wrap {
    color: var(--tertiary-color); }
    .row_product_image_details .col-summary .summary-wrap h1 {
      color: var(--tertiary-color);
      font-size: var(--a2--font-size--md);
      line-height: 1;
      margin: 0 0 1em;
      text-transform: uppercase; }
    .row_product_image_details .col-summary .summary-wrap .f-14 {
      font-size: 18px; }
    .row_product_image_details .col-summary .summary-wrap .monsta-detail-new {
      margin-bottom: 1em; }
    .row_product_image_details .col-summary .summary-wrap .summary-cover {
      margin-bottom: 2em; }
    .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:first-child th {
      border-top: 3px solid var(--primary-color);
      color: var(--primary-color);
      font-size: var(--a2--font-size--xs);
      margin-top: 1em;
      padding: 30px 0 10px;
      text-transform: uppercase; }
      .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:first-child th > div {
        left: -10px;
        position: relative; }
    .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:nth-child(2) th, .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:nth-child(3) th {
      font-size: 18px;
      font-weight: 400;
      padding-left: 0;
      text-transform: uppercase; }
      .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:nth-child(2) th:first-child, .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show:nth-child(3) th:first-child {
        font-weight: 700; }
    .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show th,
    .row_product_image_details .col-summary .summary-wrap .monstaprice .tr-show td {
      font-size: 16px; }
    .row_product_image_details .col-summary .summary-wrap .variations {
      margin-bottom: 1.5em !important; }
      .row_product_image_details .col-summary .summary-wrap .variations input,
      .row_product_image_details .col-summary .summary-wrap .variations select {
        border-color: var(--primary-color);
        border-width: 2px;
        border-radius: 35px; }
        .row_product_image_details .col-summary .summary-wrap .variations input:focus-visible,
        .row_product_image_details .col-summary .summary-wrap .variations select:focus-visible {
          border-color: var(--primary-color); }
      .row_product_image_details .col-summary .summary-wrap .variations select {
        color: var(--tertiary-color);
        font-size: 18px;
        padding: 12px 20px; }
      .row_product_image_details .col-summary .summary-wrap .variations input.qty {
        font-size: 18px;
        padding: 6px 10px;
        width: 100px; }
      .row_product_image_details .col-summary .summary-wrap .variations label {
        font-size: 18px;
        text-transform: uppercase; }
      .row_product_image_details .col-summary .summary-wrap .variations .button {
        background-color: var(--primary-color);
        border-radius: 35px;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        line-height: 1.25;
        padding: 12px 15px; }
      .row_product_image_details .col-summary .summary-wrap .variations #unit_price,
      .row_product_image_details .col-summary .summary-wrap .variations .woocommerce-Price-amount {
        color: var(--tertiary-color);
        font-size: var(--a2--font-size--md);
        font-weight: 600;
        line-height: 1; }
        @media only screen and (max-width: 1600px) {
          .row_product_image_details .col-summary .summary-wrap .variations #unit_price,
          .row_product_image_details .col-summary .summary-wrap .variations .woocommerce-Price-amount {
            font-size: var(--a2--font-size--xs); } }
      .row_product_image_details .col-summary .summary-wrap .variations tr.tr-price td {
        border-top-color: var(--primary-color);
        border-width: 3px; }
    .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-add-to-cart button,
    .row_product_image_details .col-summary .summary-wrap button.centre-button {
      background-color: var(--primary-color);
      border-radius: 35px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      height: 100%;
      line-height: 1.25;
      padding: 12px 15px; }
      .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-add-to-cart button + div.selected-centre,
      .row_product_image_details .col-summary .summary-wrap button.centre-button + div.selected-centre {
        color: var(--secondary-color);
        margin-bottom: 20px;
        font-size: 14px;
        margin-top: 0;
        line-height: 1.2; }
    .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-add-to-cart button {
      margin-top: 0;
      text-transform: uppercase; }
      .row_product_image_details .col-summary .summary-wrap .woocommerce-variation-add-to-cart button.checkout-btn {
        background: var(--secondary-color); }
  @media (max-width: 767px) {
    .row_product_image_details button.centre-button {
      padding: 0 10px; } }

.row_product_desc {
  padding: 100px 0;
  background: #f1f1f1; }
  .row_product_desc h1 {
    font-size: 40PX;
    font-weight: 600;
    color: var(--primary-color); }
  .row_product_desc .spec-item-wrap {
    background: #e5e5e5;
    padding: 15px;
    text-align: right;
    display: flex;
    justify-content: space-between; }
    .row_product_desc .spec-item-wrap em {
      font-style: normal; }
  .row_product_desc .engraving-desc h3,
  .row_product_desc .engraving-desc h2 {
    color: var(--primary-color); }

.feat-product .woocommerce-variation-add-to-cart .button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: var(--primary-color);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.row_product_desc {
  background-color: #fff;
  padding: 0 0 4em; }
  .row_product_desc,
  .row_product_desc p {
    color: var(--tertiary-color); }
  .row_product_desc > .container {
    border-top: 3px solid var(--primary-color); }
  .row_product_desc h1 {
    font-size: var(--a2--font-size--lg);
    font-weight: 600;
    margin: 1em 0 0.25em;
    color: var(--primary-color); }
    @media only screen and (max-width: 1366px) {
      .row_product_desc h1 {
        font-size: var(--a2--font-size--md); } }
    @media only screen and (max-width: 1024px) {
      .row_product_desc h1 {
        font-size: var(--a2--font-size--xs); } }
  .row_product_desc .spec-item-wrap {
    align-items: center;
    background: transparent !important;
    padding: 0;
    text-align: right;
    column-gap: 2em;
    display: flex;
    justify-content: space-between; }
    .row_product_desc .spec-item-wrap > strong {
      font-weight: 400; }
    .row_product_desc .spec-item-wrap > em {
      border: 2px solid var(--primary-color);
      border-radius: 35px;
      color: var(--primary-color);
      font-style: normal;
      font-weight: 700;
      padding: 12px 20px;
      width: 100%; }
  .row_product_desc .engraving-desc h3,
  .row_product_desc .engraving-desc h2 {
    color: var(--primary-color); }
  .row_product_desc .col-logo .spec-item-wrap {
    opacity: 0;
    visibility: hidden; }

.product-template-default .row_product_image_details button.centre-button {
  color: #fff; }
.product-template-default .woocommerce-variation-add-to-cart.btn-disabled {
  position: relative; }
  .product-template-default .woocommerce-variation-add-to-cart.btn-disabled button {
    opacity: 0.35;
    pointer-events: none; }
  .product-template-default .woocommerce-variation-add-to-cart.btn-disabled .ribbon-select {
    display: inline-block;
    height: auto;
    opacity: 1; }
.product-template-default .woocommerce-variation-add-to-cart .ribbon-select {
  bottom: -2.5rem;
  color: var(--primary-color);
  display: none;
  font-size: 14px;
  left: 0;
  height: 0;
  opacity: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  transition: 1s; }
.product-template-default .monsta_modal .clear-field {
  color: var(--primary-color);
  float: right;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 5px; }
  .product-template-default .monsta_modal .clear-field:hover {
    color: var(--secondary-color); }
.product-template-default .monsta_modal #clear-all {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2px;
  font-size: 14px; }
  .product-template-default .monsta_modal #clear-all .frame {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 150px;
    transition: 0.5s;
    width: 150px; }
  .product-template-default .monsta_modal #clear-all:hover .frame, .product-template-default .monsta_modal #clear-all.active .frame {
    border-color: #000; }
  .product-template-default .monsta_modal #clear-all i {
    font-size: 2.75rem; }

.row_product_result .archive-header .page-title {
  margin: 0.25em 0 1em; }
@media only screen and (max-width: 1024px) {
  .row_product_result .archive-header .row.row-title {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: 4em; } }
@media only screen and (max-width: 1024px) {
  .row_product_result .archive-header .row.row-title > .col-products-total, .row_product_result .archive-header .row.row-title > .col-filter {
    width: 100%; } }
@media only screen and (max-width: 1024px) {
  .row_product_result .archive-header .row.row-title .col-filter > div {
    justify-content: center; } }
@media only screen and (max-width: 1024px) {
  .row_product_result .archive-header .col-products-total > h3 {
    position: relative; } }
.row_product_result .filter-wrap select {
  background: #fff !important;
  border-color: var(--primary-color);
  border-radius: 35px;
  color: var(--primary-color);
  font-size: 1.25rem;
  padding: 12px 20px; }
  @media only screen and (max-width: 1600px) {
    .row_product_result .filter-wrap select {
      font-size: 1.125rem;
      padding: 12px 20px; } }
  @media only screen and (max-width: 1366px) {
    .row_product_result .filter-wrap select {
      font-size: 1rem;
      padding: 10px 15px; } }
  .row_product_result .filter-wrap select > option {
    font-size: var(--a2--font-size--xs); }

/**
 * Single product
 */
.single-product div.product {
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 2em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.7966666667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }
.single-product .col-breadcrumbs {
  display: inline-block;
  margin-bottom: 2em;
  width: 100%; }
.single-product .col-breadcrumbs {
  display: inline-block;
  margin-bottom: 2em;
  width: 100%; }
.single-product .product-variant-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px; }
  .single-product .product-variant-items .u-size-item-product,
  .single-product .product-variant-items .u-option-item-product {
    border-radius: 50%;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-product .product-variant-items .u-size-item-product {
    background-color: var(--primary-color);
    border: 0 !important;
    color: #fff !important;
    margin-left: 0;
    margin-right: 0; }
  .single-product .product-variant-items .u-option-item-product.active {
    border-color: var(--primary-color) !important; }
.single-product footer.site-footer.adapt-bg {
  background-color: var(--primary-color) !important; }

.stock:empty::before {
  display: none; }
.stock.in-stock {
  color: #0f834d; }
.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
.woocommerce-checkout #main-container {
  padding: 50px !important;
  position: relative; }

.woocommerce-checkout .row_content h1 {
  display: none; }

.woocommerce-checkout #main-container:before {
  content: "";
  position: absolute;
  background: #f8f8f8;
  width: 50%;
  height: calc(100% + 40px);
  right: 0px;
  top: -40px;
  z-index: -1; }

.woocommerce-checkout .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  padding-bottom: 5rem; }

.woocommerce-checkout label small {
  margin: .5rem 0; }

.woocommerce-checkout .woocommerce form .form-row label {
  text-align: left; }

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=url],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=tel], select, textarea {
  width: 100%;
  border: 1px solid rgba(129, 129, 129, 0.25);
  line-height: 18px;
  padding: 0 10px;
  transition: border-color .5s;
  box-shadow: none;
  border-radius: 0; }

.woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=url]:focus,
.woocommerce-checkout input[type=password]:focus,
.woocommerce-checkout input[type=number]:focus,
.woocommerce-checkout input[type=date]:focus,
.woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: 0;
  border-color: var(--secondary-color);
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  box-shadow: none; }

.woocommerce-checkout #billing_country {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.woocommerce-checkout #shipping_country {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.woocommerce-checkout .select2-selection.select2-selection--single {
  text-align: left;
  border-radius: 0;
  border: 1px solid rgba(129, 129, 129, 0.25);
  /*     font-size: 14px; */
  line-height: 18px;
  padding: 0 10px;
  min-height: 40px;
  -webkit-transition: border-color .4s;
  transition: border-color .4s; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 6px;
  background-position: left 5px top 50%;
  background-repeat: no-repeat;
  background-size: auto 5px; }

.woocommerce-checkout .select2-container--open .select2-dropdown {
  top: -30px; }

.woocommerce-checkout .select2-container .select2-dropdown {
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-color: rgba(129, 129, 129, 0.25);
  border-top-color: rgba(129, 129, 129, 0.25);
  border-right-color: rgba(129, 129, 129, 0.25);
  border-bottom-color: rgba(129, 129, 129, 0.25);
  border-left-color: rgba(129, 129, 129, 0.25); }

.woocommerce-checkout li.select2-results__option {
  /*     font-size: 14px; */ }

.woocommerce-checkout .select2.select2-container {
  width: 100% !important; }

.woocommerce-checkout textarea {
  height: auto;
  line-height: 1.5;
  padding: 10px 15px; }

.woocommerce-checkout .row_content h3 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--primary-color) !important; }

.woocommerce-checkout .row_content h3#order_review_heading {
  text-align: center; }

.woocommerce-checkout .woocommerce table.shop_table {
  border: none;
  /*     font-size: 15px; */
  background-color: #f8f8f8;
  padding: 1rem; }

.woocommerce-checkout .woocommerce table.shop_table th {
  /*     font-size: 20px;     */
  color: var(--primary-color);
  font-size: 16px; }

.woocommerce-checkout .woocommerce table.shop_table th.product-name,
.woocommerce-checkout .woocommerce table.shop_table th.product-total {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce-checkout .woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.shipping th {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total td {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce-checkout .woocommerce table.shop_table tbody th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  color: var(--primary-color);
  font-size: 16px; }

.woocommerce-checkout .woocommerce ul#shipping_method .amount {
  color: var(--primary-color);
  font-size: 14px; }

.woocommerce-checkout .woocommerce-info {
  border-top-color: var(--secondary-color); }

.woocommerce-checkout #respond input#submit.alt,
.woocommerce-checkout a.button.alt,
.woocommerce-checkout button.button.alt,
.woocommerce-checkout input.button.alt {
  background-color: var(--secondary-color);
  color: #333;
  border-radius: 5px; }

.woocommerce-checkout #respond input#submit.alt:hover,
.woocommerce-checkout a.button.alt:hover,
.woocommerce-checkout button.button.alt:hover,
.woocommerce-checkout input.button.alt:hover {
  background-color: var(--secondary-color);
  color: #333; }

.woocommerce-checkout .woocommerce-info::before {
  color: var(--secondary-color); }

.woocommerce-checkout .woocommerce form .form-row-wide,
.woocommerce-checkout .woocommerce-page form .form-row-wide {
  clear: unset; }

.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #shipping_state_field {
  float: left;
  width: 47%;
  overflow: visible; }

.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #shipping_postcode_field {
  float: right;
  width: 47%;
  overflow: visible; }

.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
  clear: both; }

.woocommerce-checkout #billing_phone_field {
  float: left;
  width: 47%;
  overflow: visible; }

.woocommerce-checkout #billing_email_field {
  float: right;
  width: 47%;
  overflow: visible; }

.woocommerce-checkout .variation dt {
  width: 25%; }

.woocommerce-checkout .woocommerce table.shop_table td {
  border: none; }

.woocommerce-checkout .woocommerce table.shop_table tbody th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  border: none; }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid rgba(129, 129, 129, 0.05); }

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none; }

.woocommerce-checkout .woocommerce table.shop_table {
  border-collapse: collapse; }

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout .woocommerce-cart #payment,
.woocommerce-checkout .woocommerce-checkout #payment {
  background-color: #FFF; }

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  background: #f8f8f8; }

.woocommerce-checkout label[for=billing_first_name],
.woocommerce-checkout label[for=shipping_first_name],
.woocommerce-checkout label[for=billing_last_name],
.woocommerce-checkout label[for=shipping_last_name],
.woocommerce-checkout label[for=billing_company],
.woocommerce-checkout label[for=shipping_company],
.woocommerce-checkout label[for=billing_city],
.woocommerce-checkout label[for=shipping_city],
.woocommerce-checkout label[for=billing_postcode],
.woocommerce-checkout label[for=shipping_postcode],
.woocommerce-checkout label[for=billing_state],
.woocommerce-checkout label[for=shipping_state],
.woocommerce-checkout label[for=billing_phone],
.woocommerce-checkout label[for=billing_email],
.woocommerce-checkout label[for=order_comments],
.woocommerce-checkout label[for=user_job_reference] {
  display: none !important; }

/* .woocommerce-checkout label[for=billing_postcode], 
.woocommerce-checkout label[for=shipping_postcode] {
    visibility: hidden;
} */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field {
  padding-top: 10px; }

.woocommerce-checkout .row_content .woocommerce-additional-fields h3 {
  display: none; }

.woocommerce-checkout .row_content h3#ship-to-different-address {
  margin-bottom: 10px; }

.woocommerce-checkout .row_content h3#ship-to-different-address span {
  top: 0px;
  position: relative;
  font-size: 18px; }

@media (max-width: 990px) {
  .woocommerce-checkout .row_content h3#ship-to-different-address span {
    font-size: 13px;
    top: -2px; } }
@media (max-width: 768px) {
  .woocommerce-checkout #main-container:before {
    display: none; }

  .woocommerce-checkout form.woocommerce-checkout .col-2 {
    background: #f8f8f8;
    padding: 30px 30px 0px 30px;
    margin-bottom: -6px; }

  .woocommerce-checkout .row_content h3#order_review_heading {
    margin-top: 0 !important; }

  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_first_name_field,
  .woocommerce-checkout #billing_state_field,
  .woocommerce-checkout #shipping_first_name_field,
  .woocommerce-checkout #shipping_state_field {
    float: unset;
    width: 100%;
    overflow: visible; }

  .woocommerce-checkout #billing_email_field,
  .woocommerce-checkout #billing_last_name_field,
  .woocommerce-checkout #billing_postcode_field,
  .woocommerce-checkout #shipping_last_name_field,
  .woocommerce-checkout #shipping_postcode_field {
    float: unset;
    width: 100%;
    overflow: visible; } }
@media (max-width: 525px) {
  .woocommerce-checkout form.woocommerce-checkout .col-2 {
    padding: 20px 10px 0px 10px; }

  .woocommerce-checkout .row_content h3 {
    font-size: 1.5rem; } }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  width: 100%; }
.woocommerce-checkout .woocommerce .col2-set .col-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8em; }
  @media only screen and (max-width: 1600px) {
    .woocommerce-checkout .woocommerce .col2-set .col-1 {
      gap: 5em; } }
  @media only screen and (max-width: 991px) {
    .woocommerce-checkout .woocommerce .col2-set .col-1 {
      gap: 2em;
      grid-template-columns: 1fr; } }
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  background: none;
  padding: 0;
  margin-bottom: 0; }
.woocommerce-checkout #main-container {
  background-color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .woocommerce-checkout #main-container:before {
    display: none !important; }
.woocommerce-checkout .row_content h1 {
  color: var(--tertiary-color);
  display: inline-block !important; }
.woocommerce-checkout .row_content h3 {
  color: var(--tertiary-color) !important;
  font-size: var(--a2--font-size--md);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1366px) {
    .woocommerce-checkout .row_content h3 {
      font-size: var(--a2--font-size--xs); } }
.woocommerce-checkout .row_content h3#order_review_heading {
  text-align: left; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p {
  margin-bottom: 10px !important; }
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout #order_review_heading {
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 2em;
  margin-top: 0 !important; }
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  width: 100% !important; }
.woocommerce-checkout .woocommerce-shipping-fields > #ship-to-different-address {
  margin-bottom: 1.85em;
  margin-top: 1.25em !important; }
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  align-items: center;
  column-gap: 12px;
  display: flex; }
  .woocommerce-checkout .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .woocommerce-checkout .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox:checked {
      background-color: var(--secondary-color);
      border-width: 5px; }
.woocommerce-checkout .address-field .woocommerce-input-wrapper > strong {
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 35px;
  display: flex;
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%; }
.woocommerce-checkout #billing_state_field, .woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-checkout .woocommerce-page form .form-row-last {
  clear: unset;
  float: left;
  width: 50%; }
  @media only screen and (max-width: 991px) {
    .woocommerce-checkout #billing_state_field, .woocommerce-checkout #billing_postcode_field,
    .woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-checkout .woocommerce-page form .form-row-last {
      width: 100%; } }
.woocommerce-checkout #billing_state_field .select2-selection--single {
  align-items: center;
  display: flex; }
  .woocommerce-checkout #billing_state_field .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 20px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 0; }
.woocommerce-checkout .woocommerce table.shop_table {
  background: transparent !important;
  border: none;
  color: var(--tertiary-color); }
  .woocommerce-checkout .woocommerce table.shop_table p {
    color: var(--tertiary-color);
    font-size: 18px !important; }
  .woocommerce-checkout .woocommerce table.shop_table th {
    padding-left: 0;
    padding-right: 0; }
    .woocommerce-checkout .woocommerce table.shop_table th.product-name, .woocommerce-checkout .woocommerce table.shop_table th.product-total {
      color: var(--tertiary-color);
      font-weight: 700; }
  .woocommerce-checkout .woocommerce table.shop_table td {
    border-style: dashed;
    border-color: var(--secondary-color);
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .woocommerce-checkout .woocommerce table.shop_table td.product-total .woocommerce-Price-amount {
      font-size: var(--a2--font-size--xs);
      font-weight: 500; }
    .woocommerce-checkout .woocommerce table.shop_table td[data-title=Shipping] {
      border: 0 !important;
      padding-top: 2em; }
  .woocommerce-checkout .woocommerce table.shop_table tr.cart-subtotal {
    padding-bottom: 15px;
    padding-top: 15px; }
    .woocommerce-checkout .woocommerce table.shop_table tr.cart-subtotal .woocommerce-Price-amount {
      color: var(--tertiary-color);
      font-size: var(--a2--font-size--xs);
      font-weight: 500; }
  .woocommerce-checkout .woocommerce table.shop_table tr.order-total > td {
    border: 0 !important; }
    .woocommerce-checkout .woocommerce table.shop_table tr.order-total > td > strong {
      background: var(--secondary-color);
      border-radius: 35px;
      color: #fff;
      display: inline-block;
      font-size: var(--a2--font-size--md);
      padding: 12px 20px;
      text-align: center;
      width: 100%; }
  .woocommerce-checkout .woocommerce table.shop_table td.product-name {
    font-size: var(--a2--font-size--xs);
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px; }
    .woocommerce-checkout .woocommerce table.shop_table td.product-name > strong {
      font-weight: 500; }
    .woocommerce-checkout .woocommerce table.shop_table td.product-name dl.variation dt {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    .woocommerce-checkout .woocommerce table.shop_table td.product-name dl.variation dd p {
      margin-bottom: 10px !important; }
  .woocommerce-checkout .woocommerce table.shop_table #shipping_method input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .woocommerce-checkout .woocommerce table.shop_table #shipping_method input[type="radio"]:checked {
      background-color: var(--secondary-color);
      border-width: 5px; }
  .woocommerce-checkout .woocommerce table.shop_table .cart-subtotal > th {
    border-bottom: 3px dashed var(--secondary-color);
    padding-bottom: 20px;
    padding-top: 20px; }
  .woocommerce-checkout .woocommerce table.shop_table .cart-subtotal > th,
  .woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals > th {
    color: var(--tertiary-color);
    font-size: 18px;
    font-weight: 700 !important; }
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=url],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection.select2-selection--single {
  border-color: var(--primary-color);
  border-radius: 35px;
  color: var(--tertiary-color);
  font-size: 18px;
  height: 54px;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (max-width: 1366px) {
    .woocommerce-checkout input[type=text],
    .woocommerce-checkout input[type=email],
    .woocommerce-checkout input[type=url],
    .woocommerce-checkout input[type=password],
    .woocommerce-checkout input[type=number],
    .woocommerce-checkout input[type=date],
    .woocommerce-checkout input[type=tel],
    .woocommerce-checkout select,
    .woocommerce-checkout textarea,
    .woocommerce-checkout .select2-selection.select2-selection--single {
      height: 46px; } }
  @media only screen and (max-width: 991px) {
    .woocommerce-checkout input[type=text],
    .woocommerce-checkout input[type=email],
    .woocommerce-checkout input[type=url],
    .woocommerce-checkout input[type=password],
    .woocommerce-checkout input[type=number],
    .woocommerce-checkout input[type=date],
    .woocommerce-checkout input[type=tel],
    .woocommerce-checkout select,
    .woocommerce-checkout textarea,
    .woocommerce-checkout .select2-selection.select2-selection--single {
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px; } }
.woocommerce-checkout textarea {
  height: 12em !important;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 25px; }
.woocommerce-checkout label[for=billing_first_name],
.woocommerce-checkout label[for=shipping_first_name],
.woocommerce-checkout label[for=billing_last_name],
.woocommerce-checkout label[for=shipping_last_name],
.woocommerce-checkout label[for=billing_company],
.woocommerce-checkout label[for=shipping_company],
.woocommerce-checkout label[for=billing_city],
.woocommerce-checkout label[for=shipping_city],
.woocommerce-checkout label[for=billing_postcode],
.woocommerce-checkout label[for=shipping_postcode],
.woocommerce-checkout label[for=billing_state],
.woocommerce-checkout label[for=shipping_state],
.woocommerce-checkout label[for=billing_phone],
.woocommerce-checkout label[for=billing_email],
.woocommerce-checkout label[for=order_comments],
.woocommerce-checkout label[for=user_job_reference],
.woocommerce-checkout label[for=billing_country],
.woocommerce-checkout label[for=billing_address_1] {
  color: var(--tertiary-color);
  display: inline-block !important;
  font-size: var(--a2--font-size--xs);
  font-weight: 700;
  float: left;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    .woocommerce-checkout label[for=billing_first_name],
    .woocommerce-checkout label[for=shipping_first_name],
    .woocommerce-checkout label[for=billing_last_name],
    .woocommerce-checkout label[for=shipping_last_name],
    .woocommerce-checkout label[for=billing_company],
    .woocommerce-checkout label[for=shipping_company],
    .woocommerce-checkout label[for=billing_city],
    .woocommerce-checkout label[for=shipping_city],
    .woocommerce-checkout label[for=billing_postcode],
    .woocommerce-checkout label[for=shipping_postcode],
    .woocommerce-checkout label[for=billing_state],
    .woocommerce-checkout label[for=shipping_state],
    .woocommerce-checkout label[for=billing_phone],
    .woocommerce-checkout label[for=billing_email],
    .woocommerce-checkout label[for=order_comments],
    .woocommerce-checkout label[for=user_job_reference],
    .woocommerce-checkout label[for=billing_country],
    .woocommerce-checkout label[for=billing_address_1] {
      font-size: 16px; } }
.woocommerce-checkout label > small {
  color: var(--secondary-color) !important;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
  text-transform: lowercase; }
  @media only screen and (max-width: 991px) {
    .woocommerce-checkout label > small {
      font-size: 14px; } }
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--primary-color);
  border-radius: 15px;
  color: #fff;
  min-height: 100px; }
  .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--primary-color); }
  .woocommerce-checkout #payment div.payment_box p {
    color: #fff !important;
    font-size: 18px !important; }
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  font-size: 18px !important; }
  .woocommerce-checkout #payment .woocommerce-privacy-policy-text p, .woocommerce-checkout #payment .woocommerce-privacy-policy-text p a {
    color: var(--tertiary-color) !important; }
  .woocommerce-checkout #payment .woocommerce-privacy-policy-text p a:hover {
    color: var(--secondary-color) !important; }
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  padding-right: 0;
  border-bottom-style: dashed;
  border-bottom-width: 3px;
  border-bottom-color: var(--secondary-color); }
.woocommerce-checkout button#place_order {
  background: var(--primary-color) !important;
  border-radius: 35px;
  color: #fff;
  font-size: var(--a2--font-size--xs);
  font-weight: 600;
  padding: 16px 20px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-top: 1.5em;
  min-width: 300px !important;
  width: auto !important;
  float: right !important; }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout button#place_order {
      width: 100% !important; } }
  .woocommerce-checkout button#place_order:hover {
    background: var(--secondary-color) !important; }

.woocommerce-checkout .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  padding-bottom: 5rem; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  font-size: 18px;
  color: var(--primary-color) !important; }
  .woocommerce-breadcrumb a {
    color: var(--secondary-color) !important; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }
  .star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25; }
p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }
p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25; }
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3d9cd2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: #f00; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2; }

.woocommerce-error {
  background-color: #e2401c; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }
/**
* Featured categories.
*/
.row_featured_cats {
  background-color: var(--primary-color);
  color: #fff;
  padding: 50px 0 25px 0;
  z-index: 1; }
  .row_featured_cats.wp-block-group {
    padding-bottom: 5em;
    padding-top: 5em; }
    @media only screen and (max-width: 1366px) {
      .row_featured_cats.wp-block-group {
        padding-bottom: 4em;
        padding-top: 4em; } }
    .row_featured_cats.wp-block-group .row-featured_categories {
      display: flex;
      gap: 3em;
      justify-content: center;
      transition: 500ms;
      max-height: 1000px;
      margin: 0 -4px; }
      .row_featured_cats.wp-block-group .row-featured_categories > div {
        padding: 0 4px; }
      .row_featured_cats.wp-block-group .row-featured_categories.hide-row {
        max-height: 0;
        overflow: hidden; }
      .row_featured_cats.wp-block-group .row-featured_categories .col-item {
        flex: auto;
        max-width: 250px; }
      .row_featured_cats.wp-block-group .row-featured_categories .cat-item {
        transition: 500ms; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item:hover {
          transform: scale(1.05, 1.05); }
          .row_featured_cats.wp-block-group .row-featured_categories .cat-item:hover h3 {
            color: #fff; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item .img-wrap {
          margin-bottom: 20px;
          padding-top: 45%; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item img {
          object-fit: contain; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item h3 {
          font-size: 15px;
          color: var(--primary-color);
          line-height: 1.3em; }
      .row_featured_cats.wp-block-group .row-featured_categories .cat-item_alt {
        height: 100%;
        height: 100%; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item_alt a {
          display: block;
          background-color: var(--secondary-color);
          display: block;
          padding: 4px 2px;
          font-size: 15px;
          height: 100%;
          justify-content: center;
          align-items: center;
          display: flex;
          min-height: 60px; }
          .row_featured_cats.wp-block-group .row-featured_categories .cat-item_alt a.active {
            background-color: var(--primary-color); }
            .row_featured_cats.wp-block-group .row-featured_categories .cat-item_alt a.active h3 {
              color: #fff !important; }
        .row_featured_cats.wp-block-group .row-featured_categories .cat-item_alt h3 {
          color: var(--primary-color);
          margin: 0;
          font-size: 15px;
          line-height: 1.5em;
          height: 100%;
          justify-content: center;
          align-items: center;
          display: flex;
          line-height: 1.5; }
      .row_featured_cats.wp-block-group .row-featured_categories.no-slick {
        display: flex;
        gap: 3em; }
        .row_featured_cats.wp-block-group .row-featured_categories.no-slick .col-item {
          flex: auto;
          max-width: 215px; }
        .row_featured_cats.wp-block-group .row-featured_categories.no-slick .cat-item .img-wrap {
          margin-bottom: 20px;
          padding-top: 60%; }
      .row_featured_cats.wp-block-group .row-featured_categories .cat-item h3 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #fff; }
        @media only screen and (max-width: 1024px) {
          .row_featured_cats.wp-block-group .row-featured_categories .cat-item h3 {
            font-size: 1.125rem; } }
        @media only screen and (max-width: 736px) {
          .row_featured_cats.wp-block-group .row-featured_categories .cat-item h3 {
            font-size: 1rem; } }
    .row_featured_cats.wp-block-group .row-tab_categories {
      max-height: 0;
      overflow: hidden; }
      .row_featured_cats.wp-block-group .row-tab_categories.show-row {
        max-height: 1000px;
        padding-top: 50px !important; }
    .row_featured_cats.wp-block-group .row-subcategories {
      position: relative; }
      .row_featured_cats.wp-block-group .row-subcategories .submenu-inner {
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: 500ms;
        z-index: 10;
        padding: 0 20px;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.8);
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%; }
        .row_featured_cats.wp-block-group .row-subcategories .submenu-inner.show-submenu {
          padding: 20px;
          max-height: 1000px;
          z-index: 100;
          position: relative;
          max-height: initial; }
        @media screen and (max-width: 1100px) {
          .row_featured_cats.wp-block-group .row-subcategories .submenu-inner .container {
            max-width: 100%; } }
        @media screen and (max-width: 991px) {
          .row_featured_cats.wp-block-group .row-subcategories .submenu-inner .submenu-container .row > div {
            width: 33.33333%; } }
        @media screen and (max-width: 767px) {
          .row_featured_cats.wp-block-group .row-subcategories .submenu-inner .submenu-container .row > div {
            width: 50%; } }
        .row_featured_cats.wp-block-group .row-subcategories .submenu-inner h3 {
          font-size: 15px;
          border-bottom: 1px solid #ccc;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .row_featured_cats.wp-block-group .row-subcategories .submenu-inner h3 a {
            font-size: 15px;
            color: var(--secondary-color); }
        .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul {
          padding: 0;
          margin: 0; }
          .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul > li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
            line-height: 1.3em; }
            .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul > li a {
              font-size: 14px !important; }
              .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul > li a .f-10,
              .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul > li a .fa-chevron-right {
                font-size: 10px; }
              .row_featured_cats.wp-block-group .row-subcategories .submenu-inner ul > li a:hover {
                color: var(--secondary-color); }
    .row_featured_cats.wp-block-group .submenu-wrap {
      position: relative; }
      .row_featured_cats.wp-block-group .submenu-wrap .submenu-item {
        position: relative; }
  .row_featured_cats .container {
    margin-bottom: 0;
    max-width: 100%; }
    .row_featured_cats .container > .is-layout-flow {
      padding-left: 3em;
      padding-right: 3em; }
      @media only screen and (max-width: 1366px) {
        .row_featured_cats .container > .is-layout-flow {
          padding-left: 0;
          padding-right: 0; } }

/**
* Featured products.
*/
.row_featured_products.wp-block-group {
  padding-bottom: 1em;
  padding-top: 2em; }
.row_featured_products h2.wp-block-heading {
  color: var(--tertiary-color);
  font-size: 2.25rem;
  margin-bottom: 30px;
  padding-bottom: 1em;
  position: relative;
  text-transform: uppercase; }
  @media only screen and (max-width: 1600px) {
    .row_featured_products h2.wp-block-heading {
      font-size: 2.125rem;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 1366px) {
    .row_featured_products h2.wp-block-heading {
      font-size: 2rem; } }
  @media only screen and (max-width: 1024px) {
    .row_featured_products h2.wp-block-heading {
      font-size: 1.75rem; } }
  .row_featured_products h2.wp-block-heading::after {
    background-color: var(--primary-color);
    border-radius: 10px;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 320px; }
    @media only screen and (max-width: 1600px) {
      .row_featured_products h2.wp-block-heading::after {
        height: 8px; } }
    @media only screen and (max-width: 1024px) {
      .row_featured_products h2.wp-block-heading::after {
        height: 5px;
        width: 200px; } }

/**
* Related products slider.
*/
.related-product {
  background: var(--primary-color);
  color: #fff;
  padding: 5em 0 0;
  text-align: center; }
  @media only screen and (max-width: 1366px) {
    .related-product {
      padding-top: 4em; } }
  .related-product h2 {
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    position: relative;
    text-transform: uppercase; }
    @media only screen and (max-width: 1600px) {
      .related-product h2 {
        font-size: 2.125rem;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 1366px) {
      .related-product h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 1024px) {
      .related-product h2 {
        font-size: 1.75rem; } }
    .related-product h2:after {
      background-color: var(--secondary-color);
      border-radius: 10px;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 10px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 320px; }
      @media only screen and (max-width: 1600px) {
        .related-product h2:after {
          height: 8px; } }
      @media only screen and (max-width: 1024px) {
        .related-product h2:after {
          height: 5px;
          width: 200px; } }
  .related-product .row-products .product-item .product-inner {
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    @media only screen and (max-width: 1366px) {
      .related-product .row-products .product-item .product-inner {
        padding-left: 0;
        padding-right: 0; } }
    .related-product .row-products .product-item .product-inner .product-inner-link {
      height: 100%; }
      .related-product .row-products .product-item .product-inner .product-inner-link .btn {
        background: var(--secondary-color);
        margin-bottom: 10px; }
        .related-product .row-products .product-item .product-inner .product-inner-link .btn:hover {
          background: var(--tertiary-color); }
    .related-product .row-products .product-item .product-inner .product-inner-img {
      background-color: #fff;
      margin-bottom: 10px; }
    .related-product .row-products .product-item .product-inner .u-option-list {
      display: none !important; }
    .related-product .row-products .product-item .product-inner .u-product-variant-list {
      padding-bottom: 0; }
      .related-product .row-products .product-item .product-inner .u-product-variant-list .product-variant-items .u-size-item-dimension {
        background-color: #fff;
        color: var(--primary-color) !important; }
    .related-product .row-products .product-item .product-inner .product-title > a,
    .related-product .row-products .product-item .product-inner .u-product-price,
    .related-product .row-products .product-item .product-inner .u-product-price.product-price .amount,
    .related-product .row-products .product-item .product-inner .u-product-price.product-price .woocommerce-Price-currencySymbol {
      color: #fff;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1; }
    .related-product .row-products .product-item .product-inner:hover .product-variant-list,
    .related-product .row-products .product-item .product-inner:hover .product-variant-items {
      display: flex !important; }
    .related-product .row-products .product-item .product-inner:hover .u-product-variant-list {
      border-width: 4px !important; }
    .related-product .row-products .product-item .product-inner:hover .product-price {
      display: inline-block !important;
      width: 100%; }
    .related-product .row-products .product-item .product-inner:hover .u-product-price.product-price .amount {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1; }
    .related-product .row-products .product-item .product-inner > .u-product-price.product-price > span:first-child {
      color: #fff !important; }

body.woocommerce-cart .wc-block-components-quantity-selector::after {
  border-color: var(--primary-color);
  border-radius: 35px; }
body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector button {
  color: var(--primary-color) !important; }
body.woocommerce-cart .wc-block-components-quantity-selector button:focus {
  box-shadow: none !important; }
body.woocommerce-cart .is-large.wc-block-cart,
body.woocommerce-cart .is-medium.wc-block-cart,
body.woocommerce-cart .is-small.wc-block-cart {
  margin-top: 4em; }
  body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items,
  body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items,
  body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items {
    border-bottom: 3px solid var(--primary-color); }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr:first-child td,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr:first-child td,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr:first-child td {
      border-top-color: var(--primary-color);
      border-style: solid; }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td {
      border-top: 3px dashed var(--secondary-color); }
      @media only screen and (max-width: 828px) {
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td {
          padding-top: 15px; } }
      body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product,
      body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product,
      body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product {
        text-align: left; }
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-cart-item__prices,
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-components-product-metadata__description,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-cart-item__prices,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-components-product-metadata__description,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-cart-item__prices,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product .wc-block-components-product-metadata__description {
          display: none; }
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product a,
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product p,
        body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product li,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product a,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product p,
        body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product li,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product a,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product p,
        body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__product li {
          color: var(--tertiary-color) !important; }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header {
      font-size: var(--a2--font-size--sm); }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-components-product-name,
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-components-product-name,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-components-product-name,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount {
      font-size: var(--a2--font-size--xs); }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-components-formatted-money-amount {
      font-weight: 700; }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link {
      background-color: var(--primary-color);
      border-radius: 35px;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      line-height: 1.25;
      margin-top: 10px;
      padding: 10px 25px;
      text-decoration: none;
      text-transform: uppercase;
      transition: 500ms; }
      body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link:hover,
      body.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link:hover,
      body.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link:hover {
        background-color: var(--secondary-color);
        color: #fff; }
  body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
  body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
  body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    font-size: 18px; }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label {
      font-size: var(--a2--font-size--xs);
      font-weight: 700; }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link {
      background: transparent;
      border: 1px solid var(--primary-color);
      border-radius: 35px;
      display: inline-block;
      font-size: 16px;
      line-height: 1.25;
      margin-top: 10px;
      padding: 10px 25px;
      transition: 500ms;
      width: auto; }
      body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link:hover,
      body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link:hover,
      body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__change-address__link:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff; }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-cart__totals-title,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-cart__totals-title,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-cart__totals-title {
      font-size: var(--a2--font-size--sm); }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
      text-align: left; }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-shipping-block, body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-shipping-block,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-shipping-block,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child {
      border-top: 3px dashed var(--secondary-color); }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-subtotal-block,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-subtotal-block,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-subtotal-block {
      border-top: 3px solid var(--primary-color); }
    body.woocommerce-cart .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child > .wc-block-components-totals-item,
    body.woocommerce-cart .is-medium.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child > .wc-block-components-totals-item,
    body.woocommerce-cart .is-small.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:last-child > .wc-block-components-totals-item {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  body.woocommerce-cart .is-large.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input,
  body.woocommerce-cart .is-medium.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input,
  body.woocommerce-cart .is-small.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: var(--primary-color) !important; }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
      background-color: var(--primary-color) !important; }
  @media only screen and (max-width: 828px) {
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__option,
    body.woocommerce-cart .is-medium.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__option,
    body.woocommerce-cart .is-small.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__option {
      padding-left: 50px !important; } }

.woocommerce-cart {
  color: var(--tertiary-color); }
  .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    align-items: center;
    display: flex; }
    .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
    .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
      font-size: var(--a2--font-size--sm); }
      @media only screen and (max-width: 991px) {
        .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
        .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
          font-size: var(--a2--font-size--xs); } }
    .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
      text-align: left;
      text-transform: uppercase; }
    .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
      background-color: var(--secondary-color);
      border-radius: 35px;
      color: #fff;
      line-height: 1.25;
      min-width: 300px;
      padding: 14px 15px;
      text-align: center; }
      @media only screen and (max-width: 991px) {
        .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
          min-width: 230px; } }
  .woocommerce-cart .wc-block-cart__submit {
    margin-top: 1em; }
    .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button {
      background-color: var(--primary-color);
      border: 0 !important;
      border-radius: 35px;
      color: #fff;
      font-size: var(--a2--font-size--sm);
      font-weight: 700;
      line-height: 1.25;
      min-height: 0 !important;
      padding: 14px 15px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1366px) {
        .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button {
          font-size: var(--a2--font-size--xs);
          font-weight: 500; } }
      .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button:hover {
        background-color: var(--secondary-color); }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

.mini-cart-widget .modal.left .modal-dialog,
.mini-cart-widget .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 390px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
.mini-cart-widget .modal.left .modal-content,
.mini-cart-widget .modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }
.mini-cart-widget .modal.left .modal-body,
.mini-cart-widget .modal.right .modal-body {
  padding: 15px 15px 80px; }
.mini-cart-widget .modal.right.fade .modal-dialog {
  right: -390px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }
.mini-cart-widget .modal.right.fade.show .modal-dialog {
  right: 0; }
.mini-cart-widget .modal-content {
  border-radius: 0;
  border: none; }
.mini-cart-widget .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA; }
.mini-cart-widget .close {
  border: none;
  background: transparent; }
.mini-cart-widget .product_list_widget {
  padding: 0; }
  .mini-cart-widget .product_list_widget .mini_cart_item {
    list-style: none;
    position: relative;
    padding-left: 75px;
    padding-right: 27px;
    min-height: 92px;
    margin: 0 0 20px 0; }
    .mini-cart-widget .product_list_widget .mini_cart_item img {
      position: absolute;
      left: 0;
      width: 70px;
      height: 70px;
      object-fit: contain;
      margin-left: 0; }
    .mini-cart-widget .product_list_widget .mini_cart_item .quantity {
      display: block; }
    .mini-cart-widget .product_list_widget .mini_cart_item .remove {
      position: absolute;
      right: 0;
      color: red;
      top: 14px;
      text-decoration: none !important; }
    .mini-cart-widget .product_list_widget .mini_cart_item a {
      color: var(--primary-color); }
      .mini-cart-widget .product_list_widget .mini_cart_item a:hover {
        color: var(--primary-color);
        text-decoration: underline; }
    .mini-cart-widget .product_list_widget .mini_cart_item dl {
      padding-left: 10px; }
      .mini-cart-widget .product_list_widget .mini_cart_item dl dt {
        width: auto; }
      .mini-cart-widget .product_list_widget .mini_cart_item dl dd {
        padding: 0;
        margin-bottom: 0 !important; }
.mini-cart-widget .woocommerce-mini-cart__total {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #ffe7e7;
  padding: 10px;
  text-align: right;
  border-top: 4px solid #ff8d8d; }
.mini-cart-widget .woocommerce-mini-cart__buttons {
  display: flex; }
  .mini-cart-widget .woocommerce-mini-cart__buttons .button {
    width: 50%;
    margin: 0 10px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff; }
    .mini-cart-widget .woocommerce-mini-cart__buttons .button:hover {
      background-color: var(--primary-color);
      opacity: .9;
      color: #fff; }
.mini-cart-widget .modal-dialog {
  background: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.35);
  height: auto !important;
  overflow: hidden;
  right: 1em !important;
  max-width: 540px;
  width: 100% !important; }
  @media only screen and (max-width: 736px) {
    .mini-cart-widget .modal-dialog {
      right: 5px !important; } }
  @media only screen and (max-width: 568px) {
    .mini-cart-widget .modal-dialog {
      left: 5px; } }
.mini-cart-widget .modal-header {
  background-color: var(--secondary-color);
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px; }
  .mini-cart-widget .modal-header .modal-title {
    color: #fff;
    font-size: var(--a2--font-size--sm);
    margin: 0; }
  .mini-cart-widget .modal-header button.close {
    padding: 0; }
    .mini-cart-widget .modal-header button.close > span {
      color: #fff;
      font-size: 34px;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 30px;
      line-height: 1;
      display: flex;
      font-weight: 400;
      align-items: center;
      justify-content: center;
      padding: 0 0 4px;
      height: 30px; }
      .mini-cart-widget .modal-header button.close > span:hover {
        background-color: #fff;
        color: var(--secondary-color); }
.mini-cart-widget .modal-body {
  padding: 15px 25px 50px !important; }
.mini-cart-widget .woocommerce-mini-cart__total {
  background: none;
  border-color: var(--primary-color);
  color: var(--tertiary-color);
  font-size: var(--a2--font-size--xxs);
  font-weight: 700;
  margin-top: 0; }
  .mini-cart-widget .woocommerce-mini-cart__total > strong {
    margin-right: 1.5em;
    text-transform: uppercase; }
.mini-cart-widget .woocommerce-mini-cart__buttons {
  column-gap: 10px; }
  .mini-cart-widget .woocommerce-mini-cart__buttons .button {
    border-radius: 35px;
    font-size: var(--a2--font-size--xxs);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 14px 15px;
    text-transform: uppercase; }
    .mini-cart-widget .woocommerce-mini-cart__buttons .button.checkout {
      background-color: var(--secondary-color); }
.mini-cart-widget .widget_shopping_cart_content {
  margin-top: 1em; }
.mini-cart-widget .product_list_widget .mini_cart_item {
  border-top: 3px dashed var(--secondary-color);
  margin: 0;
  padding: 10px 0 10px 80px; }
  .mini-cart-widget .product_list_widget .mini_cart_item:first-child {
    border-top-style: solid;
    border-top-color: var(--primary-color); }
  .mini-cart-widget .product_list_widget .mini_cart_item a {
    color: var(--tertiary-color);
    font-weight: 500; }
  .mini-cart-widget .product_list_widget .mini_cart_item p {
    color: var(--tertiary-color); }
  .mini-cart-widget .product_list_widget .mini_cart_item img {
    background: #D1D3D4;
    border-radius: 10px;
    padding: 10px; }
  .mini-cart-widget .product_list_widget .mini_cart_item dl {
    border-left: 0;
    padding-left: 0; }
    .mini-cart-widget .product_list_widget .mini_cart_item dl dt {
      color: var(--tertiary-color);
      font-weight: 600; }
  .mini-cart-widget .product_list_widget .mini_cart_item .woocommerce-Price-amount {
    color: var(--tertiary-color);
    font-weight: 700; }

.modal:not(.right) .modal-dialog {
  height: 100vh !important;
  display: flex; }
  .modal:not(.right) .modal-dialog .modal-content {
    margin: auto !important;
    height: fit-content !important; }

/*# sourceMappingURL=style.css.map */
