@charset "UTF-8";
/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

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

svg {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #171717;
}

a {
  text-decoration: none;
  color: #EC003F;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Onest", sans-serif;
}

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

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

h3, .h3 {
  font-size: 26px;
}

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

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1em;
  border-left: 2px solid #EC003F;
}
blockquote p,
blockquote.wp-block-quote.is-style-large p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}
blockquote cite,
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.875em;
}

table {
  width: 100%;
}

p {
  margin-bottom: 1rem;
}

.section-title {
  font-size: 32px;
}

.section-title-with-icon {
  display: flex;
}

.section-title-icon {
  position: relative;
  top: -0.15em;
  display: block;
  width: 1.32em;
  height: 1.32em;
  margin-right: 0.25em;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-caption {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #737373;
}

.section-caption-small {
  max-width: 40em;
}

.section-header {
  margin-bottom: 32px;
}
.section-header .section-title {
  margin-bottom: 0;
}
.section-header .section-caption {
  margin-bottom: 0;
}

.section-header-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-header-readmore {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-wrap: nowrap;
  color: #EC003F;
}
.section-header-readmore::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 0.75L8.35625 1.62063L13.0938 6.375H0.5V7.625H13.0938L8.35625 12.3581L9.25 13.25L15.5 7L9.25 0.75Z' fill='%23EC003F'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.section-header-readmore:hover::after {
  transform: translateX(5px);
}

.page-title {
  margin: 0;
  margin-bottom: 32px;
  font-size: 32px;
}

.search-page-title span {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.8em;
  color: #EC003F;
  background-color: #FFE4E6;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
  .page-title {
    font-size: 26px;
  }
  .section-header-readmore {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section-header-box {
    display: block;
  }
  .section-header-readmore {
    margin-top: 10px;
    padding-left: 0;
  }
}
button,
input,
optgroup,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  text-align: center;
  cursor: pointer;
}

label {
  display: inline-block;
}

.form-input-text,
.form-textarea,
.form-select {
  padding: 10px 15px;
  margin-bottom: 5px;
  border: 1px solid #171717;
  border-radius: 2px;
  outline: none;
  transition: all 0.4s ease;
}
.form-input-text:hover,
.form-textarea:hover,
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.25);
}
.form-input-text:focus,
.form-textarea:focus,
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.45);
}

.form-input-text::placeholder,
.form-textarea::placeholder {
  color: rgba(23, 23, 23, 0.5);
}

.form-item-full {
  width: 100%;
}

.form-textarea {
  width: 100%;
  vertical-align: middle;
}

.form-select {
  margin-bottom: 5px;
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  background-size: 0.65em;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.25);
}
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.45);
}

.form-select-full {
  width: 100%;
}

.form-checkbox {
  margin-bottom: 10px;
}
.form-checkbox .form-checkbox-label {
  margin-right: 10px;
}
.form-checkbox .form-checkbox-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-checkbox .form-checkbox-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #171717;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-checkbox .form-checkbox-default:hover:not(:disabled) + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.4);
}
.form-checkbox .form-checkbox-default:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.6);
}
.form-checkbox .form-checkbox-default:checked:hover:not(:disabled) + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.15);
}
.form-checkbox .form-checkbox-default:checked:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.25);
}
.form-checkbox .form-checkbox-default:checked + .form-checkbox-caption::before {
  border-color: #EC003F;
  background-color: #EC003F;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.form-checkbox .form-checkbox-default:disabled + .form-checkbox-caption::before {
  border-color: #ccc;
}
.form-checkbox .form-checkbox-default:disabled:checked + .form-checkbox-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.form-radio {
  margin-bottom: 10px;
}
.form-radio .form-radio-label {
  margin-right: 10px;
}
.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-radio .form-radio-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #171717;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form-radio .form-radio-default:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.4);
}
.form-radio .form-radio-default:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.6);
}
.form-radio .form-radio-default:checked:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.15);
}
.form-radio .form-radio-default:checked:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(236, 0, 63, 0.25);
}
.form-radio .form-radio-default:checked + .form-radio-caption::before {
  border-color: #EC003F;
  background-color: #EC003F;
}
.form-radio .form-radio-default:disabled + .form-radio-caption::before {
  border-color: #ccc;
}
.form-radio .form-radio-default:disabled:checked + .form-radio-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.u-display-none {
  display: none !important;
}

/* 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;
}

/* 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;
}

.navigation.pagination .nav-links {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #EC003F;
  background-color: #fff;
  border: 1px solid #EC003F;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #EC003F;
  border-color: #EC003F;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #EC003F;
  border-color: #EC003F;
}
.navigation.pagination .page-numbers.dots {
  color: #171717 !important;
  border: none;
  background: none !important;
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.posts-navigation .nav-links .nav-previous {
  margin-right: 30px;
  text-align: left;
}
.posts-navigation .nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  text-decoration: none;
  color: #171717;
  border-bottom: 1px dashed #171717;
}

@media screen and (max-width: 420px) {
  .posts-navigation .nav-links {
    display: block;
  }
  .posts-navigation .nav-links .nav-next {
    margin-top: 5px;
    text-align: left;
  }
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.post-navigation .nav-links .nav-previous {
  width: 45%;
}
.post-navigation .nav-links .nav-next {
  width: 45%;
  margin-left: auto;
  text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline-block;
  min-width: 210px;
  max-width: 210px;
  padding: 6px 16px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  color: #EC003F;
  background-color: #FFE4E6;
  border-radius: 8px;
}

@media screen and (max-width: 576px) {
  .post-navigation .nav-links {
    display: block;
  }
  .post-navigation .nav-links .nav-previous {
    width: 100%;
    text-align: center;
  }
  .post-navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title {
  font-size: 24px;
}
.comments-area .comment-list {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.comments-area .comment-body {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.comments-area .comment-author .avatar {
  margin-right: 5px;
  vertical-align: top;
  border-radius: 50%;
}
.comments-area .comment-author .fn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-author .says {
  display: none !important;
}
.comments-area .comment-author .url {
  display: inline-block;
  text-decoration: none;
  color: #171717;
}
.comments-area .comment-metadata {
  position: absolute;
  left: 74px;
  top: 34px;
  margin-top: 8px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  text-decoration: none;
  color: #171717;
}
.comments-area .comment-content {
  line-height: 1.7;
}
.comments-area .comment-content a {
  text-decoration: none;
  color: #EC003F;
}
.comments-area .comment-reply-link {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #EC003F;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-reply-link:focus {
  color: #fff;
  background-color: #cf0037;
}
.comments-area .children {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.35em 1em;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #171717;
  border: 1px solid #F5F5F5;
}
.comment-respond .comment-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-respond .comment-form label {
  display: inline-block;
  margin-bottom: 10px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  width: 33.33%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  padding-right: 30px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}
.comment-respond .comments-form-field,
.comment-respond .comments-form-textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  outline: none;
  transition: border-color 0.2s ease;
}
.comment-respond .comments-form-field:focus,
.comment-respond .comments-form-textarea:focus {
  border-color: #ccc;
}
.comment-respond .comments-form-field {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond .comments-form-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  padding: 10px;
}
.comment-respond .comments-form-button {
  display: inline-block;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #EC003F;
  background-color: #EC003F;
  border-radius: 4px;
}
.comment-respond .logged-in-as a {
  text-decoration: none;
  color: #EC003F;
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    float: none;
    width: 100%;
  }
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    padding-right: 0;
  }
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.posts-list .post-blog {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.posts-list .type-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-blog {
  margin-bottom: 30px;
}

.post-meta {
  margin-bottom: 15px;
  font-size: 14px;
}

.post-pic {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 12px;
}

.post-thumbnail {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.post-thumbnail:hover {
  transform: scale(1.1);
}

.post-title {
  overflow: hidden;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.post-title a {
  text-decoration: none;
  color: #171717;
}

.post-content {
  font-size: 14px;
  line-height: 1.25;
  color: #737373;
}
.post-content p {
  margin: 0;
}

.post-footer {
  margin-top: 10px;
}

a.post-readmore {
  padding: 8px 12px;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .posts-list .post-blog {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .posts-list .post-blog {
    width: 100%;
  }
}
.post-single {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}

.post-single-image {
  margin-top: 30px;
  border-radius: 12px;
}

.post-single-content {
  margin: 30px 0;
}

.post-single-meta {
  font-size: 14px;
}

.post-date {
  margin-right: 15px;
}

.post-categories {
  margin-right: 15px;
}

.post-categories a {
  text-decoration: none;
  color: #EC003F;
}

.post-author {
  margin-right: 15px;
}

.post-author-link {
  text-decoration: none;
  color: #EC003F;
}

.post-tags {
  display: block;
  margin-top: 30px;
}

.post-tags a {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #171717;
  border: 1px solid #737373;
  transition: all 0.2s ease;
}
.post-tags a:hover, .post-tags a:focus {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.page-content {
  line-height: 1.5;
}
.page-content::after {
  content: "";
  display: table;
  clear: both;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content ul.list-default {
  padding: 0;
  list-style: none;
}
.page-content ul.list-default li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-default li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #EC003F;
  border-radius: 50%;
}
.page-content ul.list-quad {
  padding: 0;
  list-style: none;
}
.page-content ul.list-quad li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-quad li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  background-color: #EC003F;
}
.page-content ul.list-checkmark {
  padding: 0;
  list-style: none;
}
.page-content ul.list-checkmark li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-checkmark li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236200dd' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.75em;
}

.searchform {
  position: relative;
  display: flex;
}
.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  padding-left: 60px;
  color: #171717;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.75 19.6895L15.086 14.0255C16.4471 12.3915 17.1259 10.2956 16.981 8.17393C16.8362 6.05223 15.879 4.06805 14.3085 2.63414C12.7379 1.20023 10.6751 0.427009 8.54899 0.475317C6.42291 0.523626 4.39729 1.38975 2.89353 2.89351C1.38977 4.39727 0.523649 6.42288 0.47534 8.54897C0.427031 10.6751 1.20026 12.7379 2.63416 14.3084C4.06807 15.8789 6.05225 16.8362 8.17395 16.981C10.2957 17.1258 12.3915 16.4471 14.0255 15.086L19.6895 20.75L20.75 19.6895ZM2.00003 8.75C2.00003 7.41498 2.39591 6.10994 3.13761 4.9999C3.87931 3.88987 4.93351 3.02471 6.16691 2.51382C7.40031 2.00292 8.75751 1.86925 10.0669 2.1297C11.3763 2.39015 12.579 3.03303 13.523 3.97703C14.467 4.92104 15.1099 6.12377 15.3703 7.43314C15.6308 8.74251 15.4971 10.0997 14.9862 11.3331C14.4753 12.5665 13.6102 13.6207 12.5001 14.3624C11.3901 15.1041 10.085 15.5 8.75003 15.5C6.96042 15.498 5.24469 14.7862 3.97925 13.5208C2.71381 12.2553 2.00201 10.5396 2.00003 8.75Z' fill='%23737373'/%3E%3C/svg%3E");
  background-position: left 24px center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease;
}
.searchform .searchform-field:focus {
  border-color: #FFE4E6;
}
.searchform .searchform-field::placeholder {
  color: #D4D4D4;
}
.searchform .searchform-submit {
  position: absolute;
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border: 1px solid #EC003F;
  background-color: #EC003F;
}

.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}
.wp-block-search .wp-block-search__input {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #737373;
  outline: none;
  transition: border-color 0.2s ease;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: #171717;
}
.wp-block-search .wp-block-search__button {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #EC003F;
  background-color: #EC003F;
}

.post-password-form input[type=password] {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #737373;
  outline: none;
  transition: border-color 0.2s ease;
}
.post-password-form input[type=password]:focus {
  border-color: #171717;
}
.post-password-form input[type=submit] {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #EC003F;
  background-color: #EC003F;
}

@media screen and (max-width: 992px) {
  .searchform .searchform-field {
    padding: 0 16px;
    padding-left: 48px;
    background-position: left 16px center;
  }
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget::after {
  content: "";
  display: block;
  clear: both;
}
.widget-area h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  color: #171717;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #EC003F;
}

.widget .wp-block-categories,
.widget .wp-block-archives,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .wp-block-categories li,
.widget .wp-block-archives li,
.widget_meta ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #737373;
}
.widget .wp-block-categories li::after,
.widget .wp-block-archives li::after,
.widget_meta ul li::after {
  content: "";
  display: block;
  clear: both;
}
.widget .wp-block-categories a,
.widget .wp-block-archives a,
.widget_meta ul a {
  float: left;
  text-decoration: none;
  color: #171717;
}
.widget .wp-block-categories ul.children,
.widget .wp-block-archives ul.children,
.widget_meta ul ul.children {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #737373;
  list-style: none;
}
.widget .wp-block-categories ul.children li:last-child,
.widget .wp-block-archives ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #171717;
  border: 1px solid #737373;
  transition: all 0.2s ease;
}
.widget.widget_tag_cloud .tag-cloud-link:hover, .widget.widget_tag_cloud .tag-cloud-link:focus {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts__list li {
  position: relative;
  margin-bottom: 15px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  max-width: 80px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #171717;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-bottom: 2px;
  color: #171717;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
}

.wp-block-page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-page-list .wp-block-pages-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.wp-block-page-list .wp-block-pages-list__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #EC003F;
  border-radius: 50%;
}
.wp-block-page-list .wp-block-pages-list__item__link {
  text-decoration: none;
  color: #171717;
}
.wp-block-page-list .submenu-container {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.wp-block-calendar .wp-calendar-table a {
  font-weight: bold;
  text-decoration: none;
  color: #171717;
}
.wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-nav {
  margin-top: 5px;
}
.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #EC003F;
}

.custom-breadcrumbs {
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.custom-breadcrumbs li {
  display: inline-block;
}

.custom-breadcrumbs a {
  text-decoration: none;
  color: #EC003F;
}

.custom-breadcrumbs .custom-breadcrumbs-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.custom-breadcrumbs strong {
  font-weight: normal;
}

:root {
  --woocommerce: #EC003F;
  --wc-green: #00C950;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #EC003F;
  --wc-primary-text: #ffffff;
  --wc-secondary: #EC003F;
  --wc-secondary-text: #ffffff;
  --wc-highlight: #009022;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/WooCommerce.woff2") format("woff2"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.woff2") format("woff2"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
:root {
  --woocommerce: #EC003F;
  --wc-green: #00C950;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #EC003F;
  --wc-primary-text: #ffffff;
  --wc-secondary: #EC003F;
  --wc-secondary-text: #ffffff;
  --wc-highlight: #009022;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/WooCommerce.woff2") format("woff2"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.woff2") format("woff2"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  display: none;
  width: 100%;
  margin: 0;
  padding: 1em 0;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #EC003F;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
p.demo_store a,
.woocommerce-store-notice a {
  text-decoration: underline;
  color: #ffffff;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.admin-bar p.demo_store {
  top: 32px;
}

.clear {
  clear: both;
}

.woocommerce {
  /**
  * Product Page
  */
  /**
  * Product loops
  */
  /**
  * Reviews
  */
  /**
  * Star ratings
  */
  /**
  * Tables
  */
  /**
  * Cart sidebar
  */
  /**
  * Forms
  */
  /**
  * Order page
  */
  /**
  * Layered nav widget
  */
  /**
  * Price filter widget
  */
  /**
  * Rating Filter Widget
  */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  height: 1em;
  width: 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: red !important;
  border-radius: 100%;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  margin-top: 10px;
  font-size: 0.857em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 40px;
  padding: 0;
  *zoom: 1;
  font-size: 14px;
  color: #171717;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb .delimiter {
  display: inline-block;
  margin: 0 5px;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #EC003F;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  position: relative;
  margin-bottom: 0;
}
.woocommerce div.product .product_title {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
  clear: none;
  font-size: 58px;
  font-weight: normal;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #171717;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  display: inline-block;
  text-decoration: none;
  background: inherit;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  display: inline-block;
  font-size: 0.8em;
  color: #737373;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 30px;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 16px -8px rgba(12, 12, 13, 0.1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 16px -8px rgba(12, 12, 13, 0.1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display: inline-block;
  width: 25%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 9;
  width: 36px;
  height: 36px;
  box-sizing: content-box;
  font-size: 2em;
  text-indent: -9999px;
  background: #fff;
  border-radius: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  border: 2px solid #000;
  border-radius: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  display: block;
  width: 2px;
  height: 8px;
  box-sizing: content-box;
  transform: rotate(-45deg);
  background: #000;
  border-radius: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 0 -5px;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  margin: 0;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 30px;
}
.woocommerce div.product div.social {
  margin: 0 0 1em;
  text-align: right;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  width: 0;
  padding-left: 16px;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  padding: 0;
  margin: 0 0 40px;
  overflow: hidden;
  list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 4px 0;
  padding: 0;
  font-size: 18px;
  color: #737373;
  background-color: #ffffff;
  border: none;
  border-radius: 100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 12px 40px;
  font-weight: 700;
  text-decoration: none;
  color: #737373;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  color: #EC003F;
  background: #FFE4E6;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  text-shadow: inherit;
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0;
  margin-top: 40px;
  float: none;
}
.woocommerce div.product form.cart table {
  border-width: 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  margin: 0;
  float: none;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 1em;
  border: 0;
}
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations thead,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr {
  display: block;
  text-align: left;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: top;
  line-height: 2em;
  border: 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  display: inline-block;
  max-width: 100%;
  min-width: 75%;
  margin-right: 1em;
  padding: 8px 12px;
  font-size: 18px;
  color: #737373;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7.75L0.75 1.5L1.625 0.625L7 6L12.375 0.625L13.25 1.5L7 7.75Z' fill='%23EC003F'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.4s ease;
}
.woocommerce div.product form.cart .variations select:focus {
  border-color: #FFE4E6;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  text-decoration: none;
  color: #EC003F;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  width: 100%;
  margin-top: 40px;
  float: none;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  z-index: 9;
  display: inline-block;
  min-height: none;
  min-width: none;
  padding: 0.5em;
  margin: 0;
  font-size: 1em;
  font-size: 0.857em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #EC003F;
  background-color: #FFE4E6;
  border-radius: 0;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  clear: both;
  list-style: none outside;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  left: auto;
  right: 0;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #171717;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 8px;
  border-radius: 12px;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #171717;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  font-size: 0.8em;
  color: inherit;
  color: #737373;
}
.woocommerce ul.products li.product .price ins {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.woocommerce ul.products li.product .price .from {
  margin: -2px 0 0 0;
  font-size: 0.67em;
  text-transform: uppercase;
  color: rgba(54, 90, 62, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  padding: 8px 20px;
  padding-right: 42px;
  vertical-align: top;
  font-size: 18px;
  color: #EC003F;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7.75L0.75 1.5L1.625 0.625L7 6L12.375 0.625L13.25 1.5L7 7.75Z' fill='%23EC003F'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  border: 1px solid #EC003F;
  border-radius: 12px;
  cursor: pointer;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 1px;
  clear: both;
  border: 1px solid #b90031;
  border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  border-right: 1px solid #b90031;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  min-width: 1em;
  margin: 0;
  padding: 0;
  padding: 0.5em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #200009;
  background: #EC003F;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  display: inline-block;
  display: none !important;
  padding-top: 0.5em;
}
.woocommerce #reviews h2 small {
  float: right;
  margin: 10px 0 0;
  font-size: 15px;
  color: #767676;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  width: 100%;
  margin: 0;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding: 3px;
  margin: 0;
  width: 32px;
  height: auto;
  background: #EC003F;
  border: 1px solid #dd003b;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  padding: 1em 1em 0;
  border: 1px solid #dd003b;
  border-radius: 4px;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  margin: 20px 0 0 50px;
  list-style: none outside;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  margin: 20px 0 0 50px;
  padding: 1em 1em 0;
  border: 1px solid #dd003b;
  border-radius: 4px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  position: relative;
  float: right;
  overflow: hidden;
  width: 5.4em;
  height: 1em;
  font-family: WooCommerce;
  font-size: 1em;
  line-height: 1;
}
.woocommerce .star-rating::before {
  content: "sssss";
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  color: #b90031;
}
.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  display: block;
  line-height: 2;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0.5em 4px 0 0;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  width: 100%;
  box-sizing: border-box;
}
.woocommerce p.stars a {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  content: "\e021";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  font-family: "WooCommerce";
  line-height: 1;
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  width: 100%;
  margin-bottom: 1.618em;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th {
  width: 150px;
  padding: 8px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes td {
  padding: 0;
  margin: 0;
  font-style: italic;
  line-height: 1.5;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  width: 100%;
  margin: 0 -1px 24px 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  padding: 9px 12px;
  font-weight: 700;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  display: inline-block;
  float: left;
  clear: both;
  margin-right: 0.25em;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 32px;
  height: auto;
  float: right;
  margin-left: 4px;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
  font-weight: 700;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  padding: 4px 0 0;
  border-top: 3px double #EC003F;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  display: inline-block;
  min-width: 40px;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  position: relative;
  padding-left: 2em;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  position: relative;
  display: none;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  color: #fff;
  background: #1e85be;
  border-radius: 3px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  text-decoration: underline;
  color: #fff;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100;
  display: block;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
}
.woocommerce form .form-row select {
  margin: 0;
  cursor: pointer;
}
.woocommerce form .form-row .required {
  visibility: hidden;
  font-weight: 700;
  text-decoration: none;
  color: red;
  border: 0 !important;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  text-align: center;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  line-height: normal;
  outline: 0;
}
.woocommerce form .form-row textarea {
  display: block;
  height: 4em;
  line-height: 1.5;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #00b046;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  margin: 2em 0;
  padding: 20px;
  text-align: left;
  border: 1px solid #b90031;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 2em;
  padding-left: 0;
  font-size: 0.715em;
  text-transform: uppercase;
  line-height: 1;
  border-right: 1px dashed #b90031;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.5;
  text-transform: none;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .addresses,
.woocommerce .woocommerce-customer-details .additional-fields {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details .addresses:last-child,
.woocommerce .woocommerce-customer-details .additional-fields:last-child {
  margin-bottom: 0;
}
.woocommerce .addresses .wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0;
}
.woocommerce .addresses .wc-block-components-additional-fields-list dt {
  display: inline;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
}
.woocommerce .addresses .wc-block-components-additional-fields-list dt::after {
  content: ": ";
}
.woocommerce .addresses .wc-block-components-additional-fields-list dt::before {
  content: "";
  display: block;
}
.woocommerce .addresses .wc-block-components-additional-fields-list dd {
  display: inline;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr max-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
  padding: 1rem;
  margin: 0 !important;
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after {
  display: none;
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
  border-bottom: 0;
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
  padding: 1rem;
  margin: 0 !important;
  box-sizing: border-box;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
  border-bottom: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-top: 0;
}
.woocommerce .woocommerce-customer-details address {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 5px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  position: absolute;
  margin-left: -1.5em;
  line-height: 1.75;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  position: absolute;
  margin-left: -1.5em;
  line-height: 1.75;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  list-style: none outside;
  border: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  list-style: none outside;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  margin-right: 0.5em;
  vertical-align: inherit;
  color: #a00;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 0.8751em;
  text-align: right;
  line-height: 2.4;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -0.3em;
  z-index: 2;
  width: 1em;
  height: 1em;
  /* rtl:ignore */
  margin-left: -0.5em;
  background-color: #EC003F;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: 0.7em;
  background-color: #EC003F;
  border: 0;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #530016;
  border-radius: 1em;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  display: inline-block;
  float: none;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-right: 1em;
  float: left;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

/**
* Buttons
*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  position: relative;
  left: auto;
  display: inline-block;
  margin: 0;
  padding: 14px 24px;
  overflow: visible;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
  text-shadow: none;
  color: #ffffff;
  background-color: #EC003F;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  transition: background-color 0.4s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading {
  padding-right: 2.618em;
  opacity: 0.25;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after {
  content: "\e01c";
  position: absolute;
  top: 0.618em;
  right: 1em;
  vertical-align: top;
  font-family: "WooCommerce";
  font-weight: 400;
  animation: spin 2s linear infinite;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after {
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  font-family: "WooCommerce";
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #d30038;
  background-image: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  color: #ffffff;
  background-color: #EC003F;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover {
  color: #ffffff;
  background-color: #d30038;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #EC003F;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled] {
  padding: 0.618em 1em;
  color: inherit;
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #EC003F;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  color: #ffffff;
  background-color: #ff0749;
  border-top: 3px solid #EC003F;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  content: "\e028";
  position: absolute;
  top: 1em;
  left: 1.5em;
  display: inline-block;
  font-family: "WooCommerce";
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none outside !important;
}

/**
* Right to left styles
*/
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

/**
* Account page
*/
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  margin-bottom: 0;
  font-weight: 700;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
* Cart/checkout page
*/
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  box-sizing: border-box;
  float: left;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  border: 1px solid #b90031;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1.25em;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  display: inline-block;
  margin-top: 0.5em;
  float: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  font-size: 0.83em;
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  margin: 0 0 6px;
  padding: 0;
  border-collapse: separate;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  line-height: 1.5em;
  border-left: 0;
  border-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #009022;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #EC003F;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  font-weight: normal;
  color: #767676;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  width: 100%;
  padding: 0;
  clear: left;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #EC003F;
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  margin: 0;
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #b90031;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  margin: 0;
  font-weight: normal;
  line-height: 2;
  text-align: left;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  position: relative;
  margin: -2px 0 0 0.5em;
  padding: 0;
  vertical-align: middle;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  line-height: 1.5;
  color: #ffffff;
  background-color: #d30038;
  border-radius: 2px;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #a0002b;
  border-top-color: #860024;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #860024;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #860024;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #860024;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  position: relative;
  margin: -3px 1em 0 0;
  vertical-align: middle;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  padding: 0;
  margin: 1em 0 0;
  border: 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  padding: 8px;
  font-size: 1.5em;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  font-weight: normal;
  color: #767676;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  border: 1em solid #d30038; /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  font-size: 0.83em;
  line-height: 52px;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
* Password strength meter
*/
.woocommerce-password-strength {
  padding: 3px 0.5em;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  display: block;
  margin: 0.5em 0 0;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
:root {
  --woocommerce: #EC003F;
  --wc-green: #00C950;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #EC003F;
  --wc-primary-text: #ffffff;
  --wc-secondary: #EC003F;
  --wc-secondary-text: #ffffff;
  --wc-highlight: #009022;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
}

.woocommerce,
.woocommerce-page {
  /**
  * General layout styles
  */
  /**
  * Product page
  */
  /**
  * Product loops
  */
  /**
  * Cart page
  */
  /**
  * Cart sidebar
  */
  /**
  * Forms
  */
  /**
  * oEmbeds
  */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 50%;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 50%;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-page div.product,
.woocommerce-page #content div.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 50%;
  float: none;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
  float: left;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 50%;
  padding-left: 30px;
  float: none;
  max-width: 550px;
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  width: 50%;
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products,
.woocommerce div.product .up-sells.upsells.products,
.woocommerce #content div.product .related.products,
.woocommerce #content div.product .upsells.products,
.woocommerce #content div.product .up-sells.upsells.products,
.woocommerce-page div.product .related.products,
.woocommerce-page div.product .upsells.products,
.woocommerce-page div.product .up-sells.upsells.products,
.woocommerce-page #content div.product .related.products,
.woocommerce-page #content div.product .upsells.products,
.woocommerce-page #content div.product .up-sells.upsells.products {
  width: 100%;
  padding-top: 90px;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  width: 25%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  margin-bottom: 32px;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 20%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 16.6666%;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 50%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 33.33%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 25%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 16.6666%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  *zoom: 1;
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 48%;
  float: right;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  width: 100%;
  box-sizing: border-box;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  padding: 0 1em 0 0;
  float: left;
  text-align: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  padding: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 68%;
  float: right;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  font-weight: 700;
  color: inherit;
  background-color: transparent;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
:root {
  --woocommerce: #EC003F;
  --wc-green: #00C950;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #EC003F;
  --wc-primary-text: #ffffff;
  --wc-secondary: #EC003F;
  --wc-secondary-text: #ffffff;
  --wc-highlight: #009022;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
}

@media screen and (max-width: 768px) {
  .woocommerce,
.woocommerce-page {
    /**
    * General layout
    */
    /**
    * Products
    */
    /**
    * Product Details
    */
    /**
    * Cart
    */
    /**
    * Checkout
    */
    /**
    * Account
    */
  }
  .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 700;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
    margin: 0.125em 0.25em 0.125em 0;
    float: none;
  }
  .woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
    margin: 0 0 32px;
    clear: both;
    float: left;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    clear: none !important;
    float: right;
  }
  .woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
    width: 100%;
    float: none;
  }
  .woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    *zoom: 1;
    padding-bottom: 0.5em;
    float: none;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after {
    content: " ";
    display: table;
  }
  .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    padding: 0;
    text-align: left;
  }
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
    float: none;
  }
  .woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
}
.shop-wrapper {
  padding: 40px 0;
}

.archive-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.archive-header-wrapper h1 {
  margin-bottom: 0;
}

.shop-product-caption {
  display: block;
  margin-bottom: 8px;
  color: #737373;
}

.quantity.starty-custom-quantity {
  display: flex;
}
.quantity.starty-custom-quantity .qty {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  padding: 0 4px;
  font-weight: 500;
  color: #ffffff;
  background-color: #EC003F;
  border: none;
  border-radius: 8px;
}
.quantity.starty-custom-quantity .minus,
.quantity.starty-custom-quantity .plus {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #737373;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
}

.shop-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 90px;
}

.shop-catalog-callbox {
  width: 50%;
  max-width: 550px;
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .shop-tabs-wrapper {
    display: block;
  }
  .shop-tabs-wrapper .woocommerce-tabs {
    width: 100% !important;
  }
  .shop-catalog-callbox {
    width: 100%;
    max-width: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  font-family: inherit;
  text-align: center;
  line-height: 1.25;
  color: #171717;
  background-color: #F5F5F5;
  cursor: pointer;
}
.btn:link {
  text-decoration: none;
}
.btn:disabled, .btn.disabled {
  color: rgba(51, 51, 51, 0.5);
  background-color: #ccc;
  border: none;
  cursor: default;
}

.btn-medium {
  padding: 14px 24px;
  font-size: 16px;
}

.btn-primary {
  font-weight: 600;
  color: #fff;
  background-color: #EC003F;
  border: none;
  border-radius: 12px;
  transition: background-color 0.4s ease;
}
.btn-primary:hover {
  background-color: #cf0037;
}

.btn-white {
  font-weight: 600;
  color: #EC003F;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  transition: background-color 0.4s ease;
}
.btn-white:hover {
  background-color: #FFE4E6;
}

.btn-white-outline {
  font-weight: 600;
  color: #EC003F;
  background-color: #fff;
  border: 1px solid #EC003F;
  border-radius: 12px;
  transition: all 0.4s ease;
}
.btn-white-outline:hover {
  color: #fff;
  background-color: #EC003F;
}

@media screen and (max-width: 1200px) {
  .burger {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 10px;
    background-color: #EC003F;
    border-radius: 12px;
    border: none;
  }
  .burger .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .burger .line:not(:last-child) {
    margin-bottom: 6px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 360px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #EC003F;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  left: -300px;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.admin-bar .mobile-menu {
  padding-top: 32px;
}

.mobile-menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #FFE4E6;
}

.mobile-menu__content {
  padding: 20px;
  border-bottom: 1px solid #FFE4E6;
}

.mobile-menu__footer {
  padding: 20px;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__list li {
  text-transform: uppercase;
}
.mobile-menu__list li:not(:last-child) {
  margin-bottom: 12px;
}
.mobile-menu__list a {
  text-decoration: none;
  color: #fff;
}
.mobile-menu__list li.menu-item-has-children {
  position: relative;
}
.mobile-menu__list li.menu-item-has-children > .sub-menu-toggle {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.mobile-menu__list li.current-menu-item > a {
  font-weight: bold;
  color: #FFE4E6;
}
.mobile-menu__list .sub-menu {
  display: none;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
.mobile-menu__list .sub-menu li {
  text-transform: none;
}

.mobile-menu__search {
  margin: 0;
  margin-bottom: 15px;
}
.mobile-menu__search .searchform-field {
  padding: 0 16px;
  padding-left: 48px;
  background-position: left 16px center;
}
.mobile-menu__search .searchform-field::placeholder {
  color: #737373;
}

.mobile-menu__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__info li {
  margin-bottom: 15px;
}
.mobile-menu__info a {
  text-decoration: none;
  color: #fff;
}

.mobile-menu__phone {
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu__phone a {
  text-decoration: none;
  color: #fff;
}

.mobile-menu__callbox {
  margin: 0;
}

.mobile-menu__call {
  width: 100%;
}

.mobile-menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 0;
}

.mobile-menu__close-icon {
  width: 20px;
}

.mobile-menu__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 90;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.35);
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__fade.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 130;
  width: 100%;
  max-width: 450px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.modal.show {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.modal__content {
  position: relative;
  padding: 45px;
  background-color: #fff;
  border-radius: 12px;
}

.modal__heading {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #EC003F;
}

.modal__caption {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.modal__form {
  margin-top: 30px;
}

.modal__fieldbox {
  margin-bottom: 10px;
}

.modal__label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
}

.modal__field {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background-color: #F5F5F5;
  border-radius: 8px;
  border: 1px solid transparent;
  outline: none;
}
.modal__field:focus {
  border-color: #FFE4E6;
}

.modal__submitbox {
  position: relative;
  margin-top: 20px;
}

.modal__submit {
  width: 100%;
}

.disable-scroll {
  overflow: hidden !important;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M21 21L12 12M12 12L3 3M12 12L21.0001 3M12 12L3 21.0001' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.modal__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.35);
  cursor: pointer;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal__fade.show {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.hero__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero__content {
  width: 60%;
}

.hero__pic {
  display: block;
  width: 40%;
  overflow: hidden;
  border-radius: 20px;
}

.hero__title {
  margin-bottom: 1em;
  font-size: 58px;
  font-weight: normal;
}
.hero__title strong {
  display: block;
  font-weight: normal;
  color: #EC003F;
}

.hero__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__list li {
  padding: 12px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 12px;
}

.hero__icon {
  display: block;
  margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
  .hero__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  .hero__content {
    width: 100%;
  }
  .hero__pic {
    width: 100%;
    order: -1;
    margin-bottom: 15px;
  }
  .hero__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 32px;
  }
  .hero__list {
    flex-wrap: wrap;
  }
  .hero__list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }
  .hero__icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero-info {
  display: flex;
  flex-wrap: wrap;
}

.hero-info__content {
  width: 52%;
  padding-right: 35px;
}

.hero-info__desc {
  width: 48%;
}

.hero-info__title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: normal;
}

.hero-info__excerpt {
  color: #737373;
}
.hero-info__excerpt p:first-child {
  margin-top: 0;
}
.hero-info__excerpt p:last-child {
  margin-bottom: 0;
}

.hero-info__footer {
  margin-top: 40px;
}

.hero-info__button {
  width: 100%;
  max-width: 305px;
}

.hero-info__inner {
  padding: 28px;
  background-color: #fff;
  border-radius: 24px;
}

.hero-info__inner h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.hero-info__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-info__inner ul li {
  position: relative;
  padding-top: 2px;
  padding-left: 36px;
  padding-bottom: 2px;
  color: #737373;
}
.hero-info__inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
.hero-info__inner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #00C950;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9998 6.6L9.8998 0.700003C10.0831 0.516669 10.3165 0.425003 10.5998 0.425003C10.8831 0.425003 11.1165 0.516669 11.2998 0.700003C11.4831 0.883336 11.5748 1.11667 11.5748 1.4C11.5748 1.68334 11.4831 1.91667 11.2998 2.1L4.6998 8.7C4.4998 8.9 4.26647 9 3.9998 9C3.73314 9 3.4998 8.9 3.2998 8.7L0.699804 6.1C0.516471 5.91667 0.424805 5.68334 0.424805 5.4C0.424805 5.11667 0.516471 4.88334 0.699804 4.7C0.883138 4.51667 1.11647 4.425 1.3998 4.425C1.68314 4.425 1.91647 4.51667 2.0998 4.7L3.9998 6.6Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .hero-info__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  .hero-info__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .hero-info__desc {
    width: 100%;
  }
  .hero-info__footer {
    margin-top: 20px;
  }
  .hero-info__inner h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero-info__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .hero-info__title {
    font-size: 30px;
  }
}
.caption-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.caption-gallery__item {
  width: 33.33%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.caption-gallery__pic {
  position: relative;
  display: block;
}

.caption-gallery__image {
  width: 100%;
  border-radius: 16px;
}

.caption-gallery__caption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  display: block;
  padding: 8px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  .caption-gallery__item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .caption-gallery__item {
    width: 100%;
  }
}
.photo-slider__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.photo-slider__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 0, 63, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 33C12.2083 33 8.365 31.4267 5.22 28.28C2.075 25.1333 0.501668 21.29 0.500001 16.75C0.498335 12.21 2.07167 8.36667 5.22 5.22C8.36833 2.07333 12.2117 0.5 16.75 0.5C21.2883 0.5 25.1325 2.07333 28.2825 5.22C31.4325 8.36667 33.005 12.21 33 16.75C33 18.5833 32.7083 20.3125 32.125 21.9375C31.5417 23.5625 30.75 25 29.75 26.25L43.75 40.25C44.2083 40.7083 44.4375 41.2917 44.4375 42C44.4375 42.7083 44.2083 43.2917 43.75 43.75C43.2917 44.2083 42.7083 44.4375 42 44.4375C41.2917 44.4375 40.7083 44.2083 40.25 43.75L26.25 29.75C25 30.75 23.5625 31.5417 21.9375 32.125C20.3125 32.7083 18.5833 33 16.75 33ZM16.75 28C19.875 28 22.5317 26.9067 24.72 24.72C26.9083 22.5333 28.0017 19.8767 28 16.75C27.9983 13.6233 26.905 10.9675 24.72 8.7825C22.535 6.5975 19.8783 5.50333 16.75 5.5C13.6217 5.49667 10.9658 6.59083 8.7825 8.7825C6.59917 10.9742 5.505 13.63 5.5 16.75C5.495 19.87 6.58917 22.5267 8.7825 24.72C10.9758 26.9133 13.6317 28.0067 16.75 28Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.photo-slider__link:hover::before {
  opacity: 1;
}

.photo-slider__image {
  width: 100%;
}

.custom-slider-nav .swiper-pagination {
  position: static;
  margin-top: 12px;
}
.custom-slider-nav .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px !important;
  line-height: 1;
  background-color: #D4D4D4;
  border-radius: 50%;
  opacity: 1;
}
.custom-slider-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #EC003F;
  border-radius: 6px;
  opacity: 1;
}

.textimage {
  display: flex;
  flex-wrap: wrap;
}

.textimage__content {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-right: 130px;
}

.textimage__pic {
  display: block;
  width: 30%;
}

.textimage__desc {
  color: #737373;
}

.textimage__footer {
  padding-top: 25px;
  margin-top: auto;
}

.textimage__imagebox {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 20px;
}

.textimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.textimage__desc p:first-child {
  margin-top: 0;
}
.textimage__desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .textimage__content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .textimage__content {
    width: 100%;
    padding-right: 0;
  }
  .textimage__pic {
    width: 100%;
    order: -1;
    margin-bottom: 25px;
  }
  .textimage__imagebox {
    padding-top: 80%;
  }
}
.certificates {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.certificates__item {
  width: 25%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.certificates__imagebox {
  position: relative;
  overflow: hidden;
  padding-top: 140%;
  border-radius: 12px;
}

.certificates__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.certificates__title {
  margin: 0;
  margin-top: 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .certificates__item {
    width: 50%;
  }
}
.callbox {
  position: relative;
  padding: 45px 50px;
  color: #fff;
  background-color: #EC003F;
  border-radius: 24px;
}

.callbox__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 85px;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.callbox__title {
  text-align: center;
}

.callbox__caption {
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.callbox__form {
  margin-top: 40px;
}

.callbox__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.callbox__column {
  width: 33.33%;
  padding-left: 6px;
  padding-right: 6px;
}

.callbox__column--full {
  width: 100%;
}

.callbox__fieldbox {
  margin-bottom: 15px;
}

.callbox__field {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 12px;
  outline: none;
}
.callbox__field::placeholder {
  color: #FFE4E6;
}

.callbox__phone {
  padding-left: 48px;
  background-image: url("../images/pics/rus.png");
  background-position: left 12px center;
  background-repeat: no-repeat;
}

.callbox__submitbox {
  position: relative;
}

.callbox__submit {
  width: 100%;
}

.callbox__privacy {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.callbox__privacy a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

.callbox__form .wpcf7-not-valid-tip {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .callbox {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .callbox__column {
    width: 100%;
  }
  .callbox__privacy {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .callbox {
    padding: 25px;
  }
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contacts__content {
  width: 45%;
  padding-left: 10px;
  padding-right: 10px;
}

.contacts__mapbox {
  width: 55%;
  padding-left: 10px;
  padding-right: 10px;
}

.contacts__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contacts__column {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.contacts__column:not(:first-child) {
  margin-top: 20px;
}

.contacts__column--half {
  width: 50%;
}

.contacts__info {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 12px;
}

.contacts__map {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
}

.contacts__info {
  font-size: 24px;
  font-weight: bold;
  color: #171717;
}
.contacts__info strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.84em;
  font-weight: normal;
  color: #EC003F;
}
.contacts__info a {
  text-decoration: none;
  color: #171717;
  transition: color 0.4s ease;
}
.contacts__info a:hover {
  color: #EC003F;
}

@media screen and (max-width: 1200px) {
  .contacts__info {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .contacts__content {
    width: 100%;
  }
  .contacts__mapbox {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__column--half {
    width: 100%;
  }
}
.advantages {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.advantages__item {
  width: 33.33%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.advantages__inner {
  padding: 24px;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.6s ease;
}
.advantages__inner:hover {
  transform: rotate(-4deg);
  border-color: #EC003F;
}

.advantages__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.advantages__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.advantages__desc {
  margin: 0;
  color: #737373;
}

@media screen and (max-width: 992px) {
  .advantages__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .advantages__item {
    width: 100%;
  }
}
.infotext {
  display: flex;
  flex-wrap: wrap;
}

.infotext__content {
  width: 50%;
  padding-right: 60px;
}

.infotext__desc {
  width: 50%;
}

.infotext__excerpt {
  color: #737373;
}

.infotext__info {
  padding: 28px;
  background-color: #fff;
  border-radius: 24px;
}
.infotext__info:not(:last-child) {
  margin-bottom: 20px;
}

.infotext__image {
  margin-top: 40px;
}

.infotext__title {
  margin: 0;
  font-size: 24px;
}
.infotext__title .section-title-icon {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 992px) {
  .infotext__content {
    width: 100%;
    padding-right: 0;
  }
  .infotext__desc {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .infotext__info {
    padding: 20px;
    border-radius: 12px;
  }
  .infotext__title {
    font-size: 20px;
  }
}
.main-catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-catalog__sidebar {
  width: 25%;
}

.main-catalog__content {
  width: 65%;
}

.main-catalog__nav {
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
}

.main-catalog__nav-title {
  margin: 0;
  padding: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #EC003F;
}

.main-catalog__menu {
  margin: 0;
  padding: 16px;
  list-style: none;
}
.main-catalog__menu > li:not(:last-child) {
  margin-bottom: 24px;
}
.main-catalog__menu > li.menu-item-has-children {
  position: relative;
}
.main-catalog__menu > li.menu-item-has-children > a {
  color: #EC003F;
}
.main-catalog__menu > li.menu-item-has-children.not-active > a {
  color: #737373;
}
.main-catalog__menu .sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.19607e-05L10 5.00001L9.3 5.70001L5 1.40001L0.7 5.70001L6.11959e-08 5.00001L5 1.19607e-05Z' fill='%23EC003F'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.main-catalog__menu .sub-menu-toggle.active {
  transform: rotate(-180deg);
}
.main-catalog__menu a {
  text-decoration: none;
  color: #737373;
}
.main-catalog__menu .sub-menu {
  margin: 0;
  margin-top: 16px;
  padding: 0;
  padding-left: 16px;
  list-style: none;
}
.main-catalog__menu .sub-menu li:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .main-catalog__sidebar {
    width: 35%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main-catalog__sidebar {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .main-catalog__content {
    width: 100%;
  }
}
.custom-contacts-form p {
  margin: 0;
}
.custom-contacts-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
}
.custom-contacts-form form .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  padding: 1em;
  font-size: 12px;
  color: #fff;
  background-color: #171717;
  border: none;
}

.custom-contacts-form-submitbox {
  position: relative;
}
.custom-contacts-form-submitbox .wpcf7-spinner {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  margin: 0;
}

.container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.header {
  position: relative;
  background-color: #F5F5F5;
}

.header-top {
  padding-top: 20px;
}

.header-top__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top__nav li {
  margin-right: 32px;
}
.header-top__nav img {
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.header-top__nav a {
  text-decoration: none;
  color: #737373;
}

.header-main {
  padding: 20px 0;
}

.header__row {
  display: flex;
  align-items: center;
}

.header__logobox {
  display: flex;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  color: #171717;
}

.header__logo {
  flex-shrink: 0;
  margin-right: 10px;
}

.header__logotitle {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.header__logocaption {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}

.header__search {
  flex-grow: 1;
}

.header__info {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-left: auto;
}

.header__phone {
  margin: 0;
  margin-right: 24px;
  font-weight: 600;
}
.header__phone a {
  text-decoration: none;
  color: #EC003F;
}

.header__call {
  margin: 0;
  margin-right: 24px;
}

.header__cartbox {
  margin: 0;
}

.header__cart {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 22.5C8.32843 22.5 9 21.8284 9 21C9 20.1716 8.32843 19.5 7.5 19.5C6.67157 19.5 6 20.1716 6 21C6 21.8284 6.67157 22.5 7.5 22.5Z' fill='%23737373'/%3E%3Cpath d='M18 22.5C18.8284 22.5 19.5 21.8284 19.5 21C19.5 20.1716 18.8284 19.5 18 19.5C17.1716 19.5 16.5 20.1716 16.5 21C16.5 21.8284 17.1716 22.5 18 22.5Z' fill='%23737373'/%3E%3Cpath d='M21 5.25H4.365L3.75 2.1C3.71494 1.92804 3.62068 1.77383 3.48364 1.6642C3.34661 1.55456 3.17546 1.49646 3 1.5H0V3H2.385L5.25 17.4C5.28506 17.572 5.37932 17.7262 5.51636 17.8358C5.6534 17.9454 5.82454 18.0035 6 18H19.5V16.5H6.615L6 13.5H19.5C19.6734 13.5042 19.8429 13.4483 19.9796 13.3416C20.1163 13.2349 20.2119 13.0842 20.25 12.915L21.75 6.165C21.7751 6.05372 21.7746 5.93817 21.7483 5.82715C21.722 5.71613 21.6708 5.61256 21.5985 5.52433C21.5262 5.4361 21.4347 5.36553 21.3309 5.31799C21.2272 5.27045 21.1141 5.2472 21 5.25ZM18.9 12H5.715L4.665 6.75H20.0625L18.9 12Z' fill='%23737373'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.header__cart:hover {
  border-color: #FFE4E6;
}

.header__cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  background-color: #EC003F;
  border-radius: 50%;
}

.header__toggle {
  display: none;
}

.header-nav {
  display: block;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .header__phone {
    display: none;
  }
  .header__toggle {
    display: block;
    padding-left: 24px;
    margin: 0;
  }
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__logocaption {
    display: none;
  }
  .header__call {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
  .header__logobox {
    padding-right: 12px;
  }
  .header__info {
    padding-left: 12px;
  }
  .header__toggle {
    padding-left: 12px;
  }
}
@media screen and (max-width: 576px) {
  .header__search {
    display: none;
  }
}
.footer {
  padding: 35px 0;
  background-color: #F5F5F5;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__column {
  padding-left: 15px;
  padding-right: 15px;
}

.footer__logobox {
  display: flex;
  align-items: center;
}

.footer__logo {
  margin-right: 10px;
}

.footer__logotitle {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
}

.footer__logocaption {
  display: block;
}

.footer__callbox {
  margin-top: 40px;
}

.footer__call {
  width: 100%;
}

.footer__heading {
  margin: 0;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 20px;
  font-weight: bold;
}

.footer__info p {
  margin: 0;
  margin-bottom: 16px;
  padding: 4px 12px;
}
.footer__info a {
  text-decoration: none;
  color: #171717;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu li {
  margin-bottom: 16px;
}
.footer__menu li.current-menu-item > a {
  font-weight: bold;
  color: #EC003F;
  background-color: #FFE4E6;
}
.footer__menu a {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  color: #171717;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.footer__menu a:hover {
  color: #EC003F;
  background-color: #FFE4E6;
}
.footer__menu .sub-menu {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer__column {
    width: 33.33%;
  }
  .footer__column:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__desc {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer__logobox {
    display: block;
  }
  .footer__callbox {
    margin-top: 20px;
  }
  .footer__logotitle {
    font-size: 36px;
  }
  .footer__logocaption {
    font-size: 14px;
  }
  .footer__call {
    max-width: 260px;
  }
  .footer__menu li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__column {
    width: 100%;
    text-align: center;
  }
  .footer__column:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > li {
  display: inline-block;
  margin-right: 16px;
  padding: 2px 0;
}
.main-nav > li.menu-item-has-children {
  position: relative;
}
.main-nav > li.current-menu-item > a {
  font-weight: bold;
  color: #EC003F;
  background-color: #FFE4E6;
}
.main-nav > li.menu-item-catalog > a {
  position: relative;
  display: flex;
  align-items: center;
}
.main-nav > li.menu-item-catalog > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3H2V4H11V3Z' fill='%23171717'/%3E%3Cpath d='M11 6H2V7H11V6Z' fill='%23171717'/%3E%3Cpath d='M11 9H2V10H11V9Z' fill='%23171717'/%3E%3Cpath d='M11 12H2V13H11V12Z' fill='%23171717'/%3E%3Cpath d='M14 3H13V4H14V3Z' fill='%23171717'/%3E%3Cpath d='M14 6H13V7H14V6Z' fill='%23171717'/%3E%3Cpath d='M14 9H13V10H14V9Z' fill='%23171717'/%3E%3Cpath d='M14 12H13V13H14V12Z' fill='%23171717'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.main-nav > li.menu-item-catalog:hover > a::before, .main-nav > li.menu-item-catalog:focus > a::before, .main-nav > li.menu-item-catalog.current-menu-item > a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3H2V4H11V3Z' fill='%23EC003F'/%3E%3Cpath d='M11 6H2V7H11V6Z' fill='%23EC003F'/%3E%3Cpath d='M11 9H2V10H11V9Z' fill='%23EC003F'/%3E%3Cpath d='M11 12H2V13H11V12Z' fill='%23EC003F'/%3E%3Cpath d='M14 3H13V4H14V3Z' fill='%23EC003F'/%3E%3Cpath d='M14 6H13V7H14V6Z' fill='%23EC003F'/%3E%3Cpath d='M14 9H13V10H14V9Z' fill='%23EC003F'/%3E%3Cpath d='M14 12H13V13H14V12Z' fill='%23EC003F'/%3E%3C/svg%3E");
}
.main-nav > li > a {
  display: block;
  padding: 4px 12px;
  text-decoration: none;
  color: #171717;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.main-nav > li > a:hover, .main-nav > li > a:focus {
  color: #EC003F;
  background-color: #FFE4E6;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 240px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.4s ease;
  top: 70%;
  visibility: hidden;
  opacity: 0;
}

.main-nav .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}

.main-nav li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-nav .sub-menu li {
  display: block;
  margin-right: 0;
}
.main-nav .sub-menu li.current-menu-item > a {
  font-weight: bold;
  color: #EC003F;
  background-color: #FFE4E6;
}

.main-nav .sub-menu a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #171717;
  transition: all 0.4s ease;
}
.main-nav .sub-menu a:hover {
  color: #EC003F;
  background-color: #FFE4E6;
}

@media screen and (max-width: 992px) {
  .main-nav li {
    display: block;
    margin: 0;
  }
  .main-nav li.menu-item-has-children {
    padding-right: 0;
  }
  .main-nav > li.menu-item-has-children {
    background-image: none;
  }
  .main-nav .sub-menu-toggle {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
    background-position: top 50% right 0;
    background-repeat: no-repeat;
    background-size: 10px;
  }
  .main-nav .sub-menu {
    position: static;
    width: auto;
    padding-left: 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .main-nav .sub-menu.show {
    display: block;
  }
  .main-nav .sub-menu a {
    padding: 5px 0;
  }
}
.page-home {
  padding: 80px 0;
}

.page-archive {
  padding: 80px 0;
}

.page-search {
  padding: 80px 0;
}

.page-single {
  padding: 80px 0;
}

.section-page {
  padding: 80px 0;
}

.section-top-medium {
  padding-top: 60px;
}

.section-top-large {
  padding-top: 80px;
}

.section-bottom-medium {
  padding-bottom: 60px;
}

.section-bottom-large {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .page-home {
    padding: 60px 0;
  }
  .page-archive {
    padding: 60px 0;
  }
  .page-search {
    padding: 60px 0;
  }
  .page-single {
    padding: 60px 0;
  }
  .section-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-home {
    padding: 30px 0;
  }
  .page-archive {
    padding: 30px 0;
  }
  .page-search {
    padding: 30px 0;
  }
  .page-single {
    padding: 30px 0;
  }
  .section-page {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .section-top-medium {
    padding-top: 35px;
  }
  .section-top-large {
    padding-top: 40px;
  }
  .section-bottom-medium {
    padding-bottom: 35px;
  }
  .section-bottom-large {
    padding-bottom: 40px;
  }
}
.not-found {
  padding: 80px 0;
  background-color: #FFE4E6;
}

.not-found-code {
  margin: 0;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #EC003F;
}

.not-found-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.not-found-caption {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.not-found-search {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .not-found-code {
    font-size: 62px;
  }
}
.noresults {
  padding: 80px 0;
  background-color: #FFE4E6;
}

.noresults-title {
  margin-bottom: 10px;
  color: #EC003F;
}

.noresults-content {
  font-size: 14px;
}

.noresults-search {
  margin-top: 20px;
}