/*!
Theme Name: Rey
Theme URI:  http://reytheme.com/
Description: One of the classiest and rich-featured theme on the market.
Author: Marius H.
Author URI:  https://twitter.com/mariushoria
Version: 99.0.9
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, elementor, left-sidebar, featured-images, header-builder, footer-builder, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, portfolio
Text Domain: rey
Domain Path: /languages
*/
/* ROOT */
:root {
    --zero-px: 0px;
    --primary-ff: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --secondary-ff: var(--primary-ff);
    --body-font-family: var(--primary-ff);
    --body-font-size: 15px;
    --body-line-height: 1.7;
    --body-font-weight: 400;
    --body-bg-color: HSL(var(--neutral-0));
    --body-color: HSL(var(--neutral-7));
    --link-color: HSL(var(--neutral-10));
    --link-color-hover: HSL(var(--neutral-8));
    --accent-color: HSL(var(--neutral-8));
    --accent-text-color: HSL(var(--neutral-0));
    --accent-hover-color: HSL(var(--neutral-9));
    --accent-text-hover-color: var(--accent-text-color);
    --sidebar-size: 27%;
    --sidebar-margin: 2%;
    --font-weight-bold: 600;
    --container-max-width: 1440px;
    --header-default--max-width: var(--container-max-width);
    --header-default--height: 150px;
    --header-default-mobile--height: calc(var(--header-default--height) - 70px);
    --header-bgcolor: transparent;
    --header-text-color: HSL(var(--neutral-9));
    --header-bar-size: .5rem;
    --header-nav-x-spacing: 1rem;
    --header-nav-y-spacing: 5px;
    --search-bg-color: HSL(var(--neutral-0));
    --search-text-color: HSL(var(--neutral-9));
    --footer-default--max-width: var(--container-max-width);
    --nav-breakpoint-desktop: block;
    --nav-breakpoint-mobile: none;
    --h1-font-size: 2rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --h4-font-size: 1rem;
    --pagination-size: 2.5rem;
    --admin-bar: 46px;
    --site-width: 100vw;
    --half-gutter-size: 15px;
    --main-gutter-size: var(--half-gutter-size);
    --site-padding-top: var(--zero-px);
    --site-padding-right: var(--zero-px);
    --site-padding-bottom: var(--zero-px);
    --site-padding-left: var(--zero-px);
    --page-padding-top: var(--site-padding-top);
    --page-padding-right: var(--site-padding-right);
    --page-padding-bottom: var(--site-padding-bottom);
    --page-padding-left: var(--site-padding-left);
    --content-padding-top: 3.125rem;
    --content-padding-bottom: 5.625rem;
    --content-padding-right: var(--zero-px);
    --content-padding-left: var(--zero-px);
    --colors-green: #7ad03a;
    --colors-red: #cf2929;
    --colors-orange: #ffba00;
    --colors-blue: #2ea2cc;
    --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeoutexpo: cubic-bezier(0.19, 1, 0.22, 1);
    --full-vp-height: 100vh;
    --submenu-panels-distance: 15px;
    --blog-columns: 1;
    --neutral-hue: 210;
    --neutral-0: var(--neutral-hue), var(--neutral-saturation, 0%), 100%;
    --neutral-1: var(--neutral-hue), var(--neutral-saturation, 17%), 98%;
    --neutral-2: var(--neutral-hue), var(--neutral-saturation, 16%), 93%;
    --neutral-3: var(--neutral-hue), var(--neutral-saturation, 14%), 89%;
    --neutral-4: var(--neutral-hue), var(--neutral-saturation, 14%), 83%;
    --neutral-5: var(--neutral-hue), var(--neutral-saturation, 11%), 71%;
    --neutral-6: var(--neutral-hue), var(--neutral-saturation, 7%), 46%;
    --neutral-7: var(--neutral-hue), var(--neutral-saturation, 9%), 31%;
    --neutral-8: var(--neutral-hue), var(--neutral-saturation, 10%), 23%;
    --neutral-9: var(--neutral-hue), var(--neutral-saturation, 11%), 15%;
    --neutral-10: var(--neutral-hue), var(--neutral-saturation, 0%), 0%;
    --h-text-transform: uppercase;
}

@media (min-width: 1025px) and (max-width: 1440px) and (min-height: 480px) and (max-height: 768px) {
    :root {
        --container-max-width: 90vw !important;
    }
}

@media (min-width: 1025px) {
    :root {
        --site-width: calc(100vw - var(--scrollbar-width, 15px));
    }
}

:root[data-theme="dark"] {
    --neutral-0: var(--neutral-hue), var(--neutral-saturation, 0%), 0%;
    --neutral-1: var(--neutral-hue), var(--neutral-saturation, 11%), 15%;
    --neutral-2: var(--neutral-hue), var(--neutral-saturation, 10%), 23%;
    --neutral-3: var(--neutral-hue), var(--neutral-saturation, 9%), 31%;
    --neutral-4: var(--neutral-hue), var(--neutral-saturation, 7%), 46%;
    --neutral-5: var(--neutral-hue), var(--neutral-saturation, 11%), 71%;
    --neutral-6: var(--neutral-hue), var(--neutral-saturation, 14%), 83%;
    --neutral-7: var(--neutral-hue), var(--neutral-saturation, 14%), 89%;
    --neutral-8: var(--neutral-hue), var(--neutral-saturation, 16%), 93%;
    --neutral-9: var(--neutral-hue), var(--neutral-saturation, 17%), 98%;
    --neutral-10: var(--neutral-hue), var(--neutral-saturation, 0%), 100%;
}

@media (min-width: 1025px) and (max-width: 1440px) and (min-height: 480px) and (max-height: 768px) {
    :root {
        --full-vp-height: 780px;
    }
}

:root[data-xl="1"] {
    --sidebar-size: 30%;
    --sidebar-margin: 0%;
    --container-max-width: var(--site-width, 100vw);
}

:root[data-admin-bar="0"] {
    --admin-bar: var(--zero-px);
}

@media (min-width: 768px) {
    :root {
        --body-font-size: 16px;
        --h1-font-size: 3rem;
        --h2-font-size: 2rem;
        --h3-font-size: 1.5rem;
        --h4-font-size: 1.25rem;
        --admin-bar: 32px;
        --header-bar-size: 1rem;
    }
}

@media (max-width: 1024px) {
    :root {
        --sidebar-size: 38%;
        --sidebar-margin: 0%;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: var(--body-font-family), sans-serif;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: start;
    background-color: var(--body-bg-color);
    /* Prevent repaints */
    overflow-y: scroll;
}

body.--no-scroll {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.375rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}


ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--link-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--link-color-hover);
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: start;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

html {
    font-size: var(--body-font-size, 16px);
    background-color: var(--body-bg-color);
}

body {
    background-color: var(--body-bg-color);
    background-image: var(--body-bg-image, none);
    background-repeat: var(--body-bg-repeat, repeat);
    background-attachment: var(--body-bg-attachment, scroll);
    background-position: var(--body-bg-posx, 50%) var(--body-bg-posy, 50%);
    background-size: var(--body-bg-size, auto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeSpeed;
    word-break: break-word;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

blockquote {
    border: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    font-style: italic;
    font-weight: 400;
    margin: 1.5625rem 0;
    position: relative;
    padding: 1em 0 1em 2em;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: currentColor;
    opacity: 0.07;
    left: 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p {
    margin-bottom: 1rem;
}

blockquote,
q {
    quotes: none;
}

blockquote cite,
blockquote small {
    font-size: 0.9375rem;
    color: HSL(var(--neutral-6));
    display: inline-block;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.5625rem;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    overflow: auto;
    max-width: 100%;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid HSL(var(--neutral-2));
    background-color: HSL(var(--neutral-1));
    border-radius: 3px;
    padding: 0.9375rem 1.25rem;
}

@media (min-width: 1025px) {
    pre {
        padding: 1.25rem 1.875rem;
    }
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

kbd {
    padding: 0.4375rem 0.75rem;
    font-size: 87.5%;
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

code {
    background-color: HSL(var(--neutral-1));
    padding: 0.4375rem 0.75rem;
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

abbr,
acronym {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
}

mark {
    text-decoration: none;
    padding: 0.4375rem 0.75rem;
    font-size: 87.5%;
    color: var(--accent-color);
    background-color: HSL(var(--neutral-1));
}

big {
    font-size: 125%;
}

ul li ul {
    list-style-type: circle;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

dd {
    margin-bottom: 0.625rem;
    margin-left: 0.9375rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.5625rem;
}

table th {
    border: 0;
    padding: 0.5rem 0.625rem;
}

table td {
    padding: 0.5rem 0.75rem;
}

table tbody tr,
table thead tr {
    border: 1px solid HSL(var(--neutral-2));
}

table tbody th {
    background: HSL(var(--neutral-1));
}

table tbody th,
table tbody td {
    border-right: 1px solid HSL(var(--neutral-2));
}

.rey-sitePreloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--body-bg-color);
    z-index: 99999;
    color: var(--preloader-color, #dedede);
}

.rey-sitePreloader .rey-lineLoader {
    color: inherit;
    width: 100px;
}


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

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

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rey-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rey-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes dashanim-active {
    0% {
        width: 100%;
        right: 0;
        left: auto
    }

    50.9% {
        width: 0;
        right: 0;
        left: auto
    }

    51% {
        right: auto;
        left: 0
    }

    99.9% {
        right: auto;
        left: 0
    }

    100% {
        width: 100%;
        right: 0;
        left: auto
    }
}

@keyframes dashanim-active {
    0% {
        width: 100%;
        right: 0;
        left: auto
    }

    50.9% {
        width: 0;
        right: 0;
        left: auto
    }

    51% {
        right: auto;
        left: 0
    }

    99.9% {
        right: auto;
        left: 0
    }

    100% {
        width: 100%;
        right: 0;
        left: auto
    }
}

@-webkit-keyframes dashanim-active-trscale {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    50.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    51% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    99.9% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes dashanim-active-trscale {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    50.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    51% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    99.9% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes dashanim-active-bg {
    0%,100% {
        background-size: 100% 1px;
        background-position: 100% 100%
    }

    50.9% {
        background-size: 0 1px;
        background-position: 100% 100%
    }

    51%,99.9% {
        background-position: 0 100%
    }
}

@keyframes dashanim-active-bg {
    0%,100% {
        background-size: 100% 1px;
        background-position: 100% 100%
    }

    50.9% {
        background-size: 0 1px;
        background-position: 100% 100%
    }

    51%,99.9% {
        background-position: 0 100%
    }
}

.btn,button,button[type=button],button[type=submit],input[type=button],input[type=reset],input[type=submit] {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

.btn:focus,button:focus,button[type=button]:focus,button[type=submit]:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn,button,button[type=button],button[type=submit],input[type=button],input[type=reset],input[type=submit] {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,button:hover,button[type=button]:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    color: var(--accent-text-hover-color);
    text-decoration: none
}

.btn.disabled,.btn:disabled,button.disabled,button:disabled,button[type=button].disabled,button[type=button]:disabled,button[type=submit].disabled,button[type=submit]:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled {
    opacity: .65;
    pointer-events: none
}

.btn:not(:disabled):not(.disabled),button:not(:disabled):not(.disabled),button[type=button]:not(:disabled):not(.disabled),button[type=submit]:not(:disabled):not(.disabled),input[type=button]:not(:disabled):not(.disabled),input[type=reset]:not(:disabled):not(.disabled),input[type=submit]:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn.btn--block,button.btn--block,button[type=button].btn--block,button[type=submit].btn--block,input[type=button].btn--block,input[type=reset].btn--block,input[type=submit].btn--block {
    display: block
}

.btn.btn-primary,button.btn-primary,button[type=button].btn-primary,button[type=submit].btn-primary,input[type=button].btn-primary,input[type=reset].btn-primary,input[type=submit].btn-primary {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-primary,button.btn-primary,button[type=button].btn-primary,button[type=submit].btn-primary,input[type=button].btn-primary,input[type=reset].btn-primary,input[type=submit].btn-primary {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-primary:hover,button.btn-primary:hover,button[type=button].btn-primary:hover,button[type=submit].btn-primary:hover,input[type=button].btn-primary:hover,input[type=reset].btn-primary:hover,input[type=submit].btn-primary:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.btn.btn-secondary,button.btn-secondary,button[type=button].btn-secondary,button[type=submit].btn-secondary,input[type=button].btn-secondary,input[type=reset].btn-secondary,input[type=submit].btn-secondary {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-secondary,button.btn-secondary,button[type=button].btn-secondary,button[type=submit].btn-secondary,input[type=button].btn-secondary,input[type=reset].btn-secondary,input[type=submit].btn-secondary {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-secondary:hover,button.btn-secondary:hover,button[type=button].btn-secondary:hover,button[type=submit].btn-secondary:hover,input[type=button].btn-secondary:hover,input[type=reset].btn-secondary:hover,input[type=submit].btn-secondary:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.btn.btn-secondary:hover,button.btn-secondary:hover,button[type=button].btn-secondary:hover,button[type=submit].btn-secondary:hover,input[type=button].btn-secondary:hover,input[type=reset].btn-secondary:hover,input[type=submit].btn-secondary:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.btn.btn-primary-outline,button.btn-primary-outline,button[type=button].btn-primary-outline,button[type=submit].btn-primary-outline,input[type=button].btn-primary-outline,input[type=reset].btn-primary-outline,input[type=submit].btn-primary-outline {
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-primary-outline,button.btn-primary-outline,button[type=button].btn-primary-outline,button[type=submit].btn-primary-outline,input[type=button].btn-primary-outline,input[type=reset].btn-primary-outline,input[type=submit].btn-primary-outline {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-primary-outline:hover,button.btn-primary-outline:hover,button[type=button].btn-primary-outline:hover,button[type=submit].btn-primary-outline:hover,input[type=button].btn-primary-outline:hover,input[type=reset].btn-primary-outline:hover,input[type=submit].btn-primary-outline:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.btn.btn-secondary-outline,button.btn-secondary-outline,button[type=button].btn-secondary-outline,button[type=submit].btn-secondary-outline,input[type=button].btn-secondary-outline,input[type=reset].btn-secondary-outline,input[type=submit].btn-secondary-outline {
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-secondary-outline,button.btn-secondary-outline,button[type=button].btn-secondary-outline,button[type=submit].btn-secondary-outline,input[type=button].btn-secondary-outline,input[type=reset].btn-secondary-outline,input[type=submit].btn-secondary-outline {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-secondary-outline:hover,button.btn-secondary-outline:hover,button[type=button].btn-secondary-outline:hover,button[type=submit].btn-secondary-outline:hover,input[type=button].btn-secondary-outline:hover,input[type=reset].btn-secondary-outline:hover,input[type=submit].btn-secondary-outline:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.btn.btn-secondary-outline:hover,button.btn-secondary-outline:hover,button[type=button].btn-secondary-outline:hover,button[type=submit].btn-secondary-outline:hover,input[type=button].btn-secondary-outline:hover,input[type=reset].btn-secondary-outline:hover,input[type=submit].btn-secondary-outline:hover {
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-5))
}

.btn.btn-simple,button.btn-simple,button[type=button].btn-simple,button[type=submit].btn-simple,input[type=button].btn-simple,input[type=reset].btn-simple,input[type=submit].btn-simple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic)
}

.btn.btn-line,button.btn-line,button[type=button].btn-line,button[type=submit].btn-line,input[type=button].btn-line,input[type=reset].btn-line,input[type=submit].btn-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic);
    position: relative;
    text-decoration: none;
    padding: 0 0 5px
}

.btn.btn-line:after,button.btn-line:after,button[type=button].btn-line:after,button[type=submit].btn-line:after,input[type=button].btn-line:after,input[type=reset].btn-line:after,input[type=submit].btn-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size,2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.btn.btn-line:hover:after,button.btn-line:hover:after,button[type=button].btn-line:hover:after,button[type=submit].btn-line:hover:after,input[type=button].btn-line:hover:after,input[type=reset].btn-line:hover:after,input[type=submit].btn-line:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.btn.btn-line-active,button.btn-line-active,button[type=button].btn-line-active,button[type=submit].btn-line-active,input[type=button].btn-line-active,input[type=reset].btn-line-active,input[type=submit].btn-line-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic);
    position: relative;
    text-decoration: none;
    padding: 0 0 5px
}

.btn.btn-line-active:after,button.btn-line-active:after,button[type=button].btn-line-active:after,button[type=submit].btn-line-active:after,input[type=button].btn-line-active:after,input[type=reset].btn-line-active:after,input[type=submit].btn-line-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size,2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.btn.btn-line-active:hover:after,button.btn-line-active:hover:after,button[type=button].btn-line-active:hover:after,button[type=submit].btn-line-active:hover:after,input[type=button].btn-line-active:hover:after,input[type=reset].btn-line-active:hover:after,input[type=submit].btn-line-active:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.btn.btn-line-active:after,button.btn-line-active:after,button[type=button].btn-line-active:after,button[type=submit].btn-line-active:after,input[type=button].btn-line-active:after,input[type=reset].btn-line-active:after,input[type=submit].btn-line-active:after {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn.btn-line-active:hover:after,button.btn-line-active:hover:after,button[type=button].btn-line-active:hover:after,button[type=submit].btn-line-active:hover:after,input[type=button].btn-line-active:hover:after,input[type=reset].btn-line-active:hover:after,input[type=submit].btn-line-active:hover:after {
    -webkit-animation: dashanim-active .4s var(--easeoutcubic);
    animation: dashanim-active .4s var(--easeoutcubic)
}

.btn.btn-dash,button.btn-dash,button[type=button].btn-dash,button[type=submit].btn-dash,input[type=button].btn-dash,input[type=reset].btn-dash,input[type=submit].btn-dash {
    position: relative;
    -webkit-transition: opacity .25s var(--easeoutcubic);
    transition: opacity .25s var(--easeoutcubic);
    padding: 1em 5em 1em 1.6em
}

.btn.btn-dash:after,button.btn-dash:after,button[type=button].btn-dash:after,button[type=submit].btn-dash:after,input[type=button].btn-dash:after,input[type=reset].btn-dash:after,input[type=submit].btn-dash:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .25s var(--easeoutcubic);
    transition: -webkit-transform .25s var(--easeoutcubic);
    transition: transform .25s var(--easeoutcubic);
    transition: transform .25s var(--easeoutcubic),-webkit-transform .25s var(--easeoutcubic);
    position: absolute;
    top: 50%;
    top: calc(50% - 1px);
    right: 1.15em
}

.btn.btn-dash:hover:after,button.btn-dash:hover:after,button[type=button].btn-dash:hover:after,button[type=submit].btn-dash:hover:after,input[type=button].btn-dash:hover:after,input[type=reset].btn-dash:hover:after,input[type=submit].btn-dash:hover:after {
    -webkit-transform: scaleX(.8);
    transform: scaleX(.8)
}

.btn.btn-rounded,button.btn-rounded,button[type=button].btn-rounded,button[type=submit].btn-rounded,input[type=button].btn-rounded,input[type=reset].btn-rounded,input[type=submit].btn-rounded {
    border-radius: 100px
}

.btn.btn-underline-1,button.btn-underline-1,button[type=button].btn-underline-1,button[type=submit].btn-underline-1,input[type=button].btn-underline-1,input[type=reset].btn-underline-1,input[type=submit].btn-underline-1 {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width: 768px) {
    .btn.btn-underline-1,button.btn-underline-1,button[type=button].btn-underline-1,button[type=submit].btn-underline-1,input[type=button].btn-underline-1,input[type=reset].btn-underline-1,input[type=submit].btn-underline-1 {
        text-decoration:none
    }
}

.btn.btn-underline-1:after,button.btn-underline-1:after,button[type=button].btn-underline-1:after,button[type=submit].btn-underline-1:after,input[type=button].btn-underline-1:after,input[type=reset].btn-underline-1:after,input[type=submit].btn-underline-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - .2em);
    background: currentColor;
    opacity: .2;
    -webkit-transition: height .15s var(--easeoutcubic),opacity .15s var(--easeoutcubic);
    transition: height .15s var(--easeoutcubic),opacity .15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .btn.btn-underline-1:after,button.btn-underline-1:after,button[type=button].btn-underline-1:after,button[type=submit].btn-underline-1:after,input[type=button].btn-underline-1:after,input[type=reset].btn-underline-1:after,input[type=submit].btn-underline-1:after {
        display:block
    }
}

.btn.btn-underline-1:hover:after,button.btn-underline-1:hover:after,button[type=button].btn-underline-1:hover:after,button[type=submit].btn-underline-1:hover:after,input[type=button].btn-underline-1:hover:after,input[type=reset].btn-underline-1:hover:after,input[type=submit].btn-underline-1:hover:after {
    opacity: .8;
    height: 4px
}

.btn.btn-underline-2,button.btn-underline-2,button[type=button].btn-underline-2,button[type=submit].btn-underline-2,input[type=button].btn-underline-2,input[type=reset].btn-underline-2,input[type=submit].btn-underline-2 {
    position: relative;
    text-decoration: none
}

.btn.btn-underline-2:after,button.btn-underline-2:after,button[type=button].btn-underline-2:after,button[type=submit].btn-underline-2:after,input[type=button].btn-underline-2:after,input[type=reset].btn-underline-2:after,input[type=submit].btn-underline-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size,2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.btn.btn-underline-2:after,button.btn-underline-2:after,button[type=button].btn-underline-2:after,button[type=submit].btn-underline-2:after,input[type=button].btn-underline-2:after,input[type=reset].btn-underline-2:after,input[type=submit].btn-underline-2:after {
    opacity: .2;
    height: .85em;
    top: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: calc(100% + 1em);
    right: -.5em;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.btn.btn-underline-2:hover:after,button.btn-underline-2:hover:after,button[type=button].btn-underline-2:hover:after,button[type=submit].btn-underline-2:hover:after,input[type=button].btn-underline-2:hover:after,input[type=reset].btn-underline-2:hover:after,input[type=submit].btn-underline-2:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.--no-acc-focus .btn: focus,.--no-acc-focus button:focus,.--no-acc-focus button[type=button]:focus,.--no-acc-focus button[type=submit]:focus,.--no-acc-focus input[type=button]:focus,.--no-acc-focus input[type=reset]:focus,.--no-acc-focus input[type=submit]:focus {
    outline:0
}

.btn-line+.btn-line,.btn-line-active+.btn-line-active {
    margin-left: .9375rem
}

.btn--wide {
    width: 100%
}

form {
    margin-bottom: 0
}

button,input,optgroup,select,textarea,textarea.wp-editor-area {
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    vertical-align: baseline
}

button {
    overflow: visible
}

input[placeholder]::-webkit-input-placeholder,textarea[placeholder]::-webkit-input-placeholder {
    text-overflow: ellipsis
}

input[placeholder]:-ms-input-placeholder,textarea[placeholder]:-ms-input-placeholder {
    text-overflow: ellipsis
}

input[placeholder]::-ms-input-placeholder,textarea[placeholder]::-ms-input-placeholder {
    text-overflow: ellipsis;
    color: HSL(var(--neutral-10));
    opacity: .4
}

input[placeholder]::placeholder,textarea[placeholder]::placeholder {
    text-overflow: ellipsis;
    color: HSL(var(--neutral-10));
    opacity: .4
}

input[placeholder],textarea[placeholder] {
    text-overflow: ellipsis
}

input[type=checkbox],input[type=datetime-local],input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,textarea.wp-editor-area {
    -webkit-transition: color .3s var(--easeoutcubic),background-color .3s var(--easeoutcubic),border-color .3s var(--easeoutcubic);
    transition: color .3s var(--easeoutcubic),background-color .3s var(--easeoutcubic),border-color .3s var(--easeoutcubic);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

input[type=checkbox],input[type=radio] {
    padding: 0;
    margin-right: .375rem
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button[disabled],html input[disabled] {
    cursor: default!important
}

input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea.wp-editor-area:focus,textarea:focus {
    outline: 0
}

.select2-container .select2-selection--single,.select2-container--default.select2-container .select2-selection--single,input[type=datetime-local],input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,textarea.wp-editor-area {
    outline: 0;
    display: block;
    width: 100%;
    height: calc(2.5625rem + 2px);
    padding: .625rem .8125rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: HSL(var(--neutral-7));
    background-color: HSL(var(--neutral-0));
    background-clip: padding-box;
    border: 1px solid HSL(var(--neutral-4));
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container .select2-selection--single,.select2-container--default.select2-container .select2-selection--single,input[type=datetime-local],input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,textarea.wp-editor-area {
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
    .select2-container .select2-selection--single,.select2-container--default.select2-container .select2-selection--single,input[type=datetime-local],input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,textarea.wp-editor-area {
        font-size:16px
    }
}

.select2-container .select2-selection--single:focus,.select2-container--default.select2-container .select2-selection--single:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea.wp-editor-area:focus,textarea:focus {
    border-color: HSL(var(--neutral-6));
    -webkit-box-shadow: 0 3px 10px HSLa(var(--neutral-4),.25);
    box-shadow: 0 3px 10px HSLa(var(--neutral-4),.25)
}

.select2-container .select2-selection--single::-webkit-input-placeholder,.select2-container--default.select2-container .select2-selection--single::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea.wp-editor-area::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single:-ms-input-placeholder,.select2-container--default.select2-container .select2-selection--single:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea.wp-editor-area:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single::-ms-input-placeholder,.select2-container--default.select2-container .select2-selection--single::-ms-input-placeholder,input[type=datetime-local]::-ms-input-placeholder,input[type=datetime]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,select::-ms-input-placeholder,textarea.wp-editor-area::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single::placeholder,.select2-container--default.select2-container .select2-selection--single::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea.wp-editor-area::placeholder,textarea::placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single:disabled,.select2-container .select2-selection--single[readonly],.select2-container--default.select2-container .select2-selection--single:disabled,.select2-container--default.select2-container .select2-selection--single[readonly],input[type=datetime-local]:disabled,input[type=datetime-local][readonly],input[type=datetime]:disabled,input[type=datetime][readonly],input[type=email]:disabled,input[type=email][readonly],input[type=number]:disabled,input[type=number][readonly],input[type=password]:disabled,input[type=password][readonly],input[type=search]:disabled,input[type=search][readonly],input[type=tel]:disabled,input[type=tel][readonly],input[type=text]:disabled,input[type=text][readonly],input[type=url]:disabled,input[type=url][readonly],select:disabled,select[readonly],textarea.wp-editor-area:disabled,textarea.wp-editor-area[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

textarea,textarea.wp-editor-area {
    height: auto
}

select {
    text-indent: .3125rem
}

label.required:after {
    content: "*";
    display: none;
    vertical-align: text-top;
    font-size: 80%;
    color: #da6f5b
}

fieldset {
    padding: 1rem 1.5rem;
    margin: 1.5rem .2rem;
    border: 1px solid HSL(var(--neutral-2));
    position: relative
}

fieldset legend {
    width: auto;
    background-color: HSL(var(--neutral-0));
    padding: 0 .5rem;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px
}

.form-row,.rey-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.3125rem;
    margin-left: -.3125rem
}

.form-row>.col,.form-row>[class*=col-],.rey-form-row>.col,.rey-form-row>[class*=col-] {
    padding-right: .3125rem;
    padding-left: .3125rem;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.rey-form-row {
    position: relative;
    margin-top: 40px
}

.rey-form-row .rey-label {
    font-size: .8125rem;
    color: HSL(var(--neutral-8));
    margin-bottom: 0
}

.rey-form-row.rey-form-row--text .rey-label {
    position: absolute;
    opacity: .4;
    top: 10px;
    left: 15px;
    -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
    transition: -webkit-transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    opacity: .5;
    pointer-events: none;
    z-index: 1
}

.rey-form-row.rey-form-row--text.--has-value .rey-label {
    pointer-events: auto;
    -webkit-transform: translate(-15px,-38px);
    transform: translate(-15px,-38px)
}

@media (max-width: 767px) {
    .rey-form-row.rey-form-row--reset-mobile {
        display:block
    }

    .rey-form-row.rey-form-row--reset-mobile>.col {
        text-align: start!important
    }
}

.rey-label--checkbox {
    cursor: pointer
}

.rey-label--checkbox input[type=checkbox]:not(:only-child) {
    display: none
}

.rey-label--checkbox input[type=checkbox]:not(:only-child)+label,.rey-label--checkbox input[type=checkbox]:not(:only-child)+span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px
}

.rey-label--checkbox input[type=checkbox]:not(:only-child)+label:before,.rey-label--checkbox input[type=checkbox]:not(:only-child)+span:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    color: HSL(var(--neutral-5));
    color: inherit;
    border: 1px solid currentColor;
    -webkit-transition: color .3s var(--easeoutcubic);
    transition: color .3s var(--easeoutcubic);
    left: 0
}

.rey-label--checkbox input[type=checkbox]:not(:only-child)+label:after,.rey-label--checkbox input[type=checkbox]:not(:only-child)+span:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    background-color: currentColor;
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
    transition: -webkit-transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 2px
}

.rey-label--checkbox input[type=checkbox]:not(:only-child):checked+label,.rey-label--checkbox input[type=checkbox]:not(:only-child):checked+span {
    color: HSL(var(--neutral-7))
}

.rey-label--checkbox input[type=checkbox]:not(:only-child):checked+label:after,.rey-label--checkbox input[type=checkbox]:not(:only-child):checked+span:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woocommerce-invalid .rey-label--checkbox input[type=checkbox]+span:before {
    border-color: #dc3545
}

.rey-label--checkbox .rey-label-text {
    font-size: 11px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    margin-bottom: 5px;
    color: HSL(var(--neutral-6))
}

.select2-container.select2-container--default .select2-selection--single {
    border-radius: 2px
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    top: calc(50% - 13px);
    right: 7px
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 1.5
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aaa
}

.select2-container.select2-container--default .select2-search--dropdown {
    padding: 14px
}

.select2-container.select2-container--default .select2-results__option {
    left: 15px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1.375rem;
    font-family: inherit;
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: var(--h1-font-size)
}

.h2,h2 {
    font-size: var(--h2-font-size)
}

.h3,h3 {
    font-size: var(--h3-font-size)
}

.h4,h4 {
    font-size: var(--h4-font-size)
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: var(--body-font-size)
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3 !important;
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.rey-pageTitle {
    font-size: 2.375rem;
    letter-spacing: -1px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 3.125rem
}

.rey-pageTitle.entry-title {
    display: block
}

.rey-pageTitle:not(:only-child) {
    margin-bottom: 0
}

.rey-pageTitle a {
    text-decoration: none
}

.rey-pageTitle+.rey-pageSubtitle {
    margin-bottom: 3.125rem
}

.rey-pageTitle+.rey-pageTitle-desc {
    margin: 1.25rem 0 3.125rem
}

.rey-pageSubtitle {
    display: inline-block;
    font-size: 1.125rem
}

.rey-pageContent::after {
    display: block;
    clear: both;
    content: ""
}

.rey-pageContent img,.rey-pageContent video {
    height: auto;
    max-width: 100%
}

.rey-pageContent .btn+.btn {
    margin-left: 1.5625rem
}

.rey-siteWrapper {
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - var(--admin-bar))
}

@media (min-width: 1025px) {
    .rey-siteWrapper {
        padding-top:var(--page-padding-top);
        padding-right: var(--page-padding-right);
        padding-bottom: var(--page-padding-bottom);
        padding-left: var(--page-padding-left)
    }
}

.rey-siteContent::after {
    display: block;
    clear: both;
    content: ""
}

.rey-siteContainer {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
    padding-right: var(--main-gutter-size);
    padding-left: var(--main-gutter-size);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-max-width)
}

@media (min-width: 1025px) {
    [data-xl="2"] .rey-siteContainer {
        padding-top:var(--content-padding-top);
        padding-bottom: var(--content-padding-bottom);
        padding-right: calc(var(--content-padding-right) + var(--main-gutter-size));
        padding-left: calc(var(--content-padding-left) + var(--main-gutter-size))
    }
}

body.elementor-page .rey-siteContainer {
    padding-top: 0;
    padding-bottom: 0
}

.rey-siteContent .rey-siteContainer.rey-pbTemplate {
    padding-top: 0;
    padding-bottom: 0
}

.rey-siteContent .rey-siteContainer.rey-stretchPage {
    padding-right: var(--content-padding-right,0);
    padding-left: var(--content-padding-left,0);
    max-width: 100%
}

.rey-siteRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rey-siteContent>.content-area>.site-main,.rey-siteRow {
    margin-right: calc(-1 * var(--main-gutter-size));
    margin-left: calc(-1 * var(--main-gutter-size))
}

.rey-siteMain {
    position: relative;
    width: 100%;
    padding-right: var(--main-gutter-size);
    padding-left: var(--main-gutter-size);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .rey-siteMain.--has-sidebar {
        -webkit-box-flex:0;
        -ms-flex: 0 1 calc(100% - var(--sidebar-size) - var(--sidebar-margin));
        flex: 0 1 calc(100% - var(--sidebar-size) - var(--sidebar-margin));
        max-width: calc(100% - var(--sidebar-size) - var(--sidebar-margin))
    }
}

.rey-siteMain .rey-siteMain-inner {
    margin: 0 auto
}

@media (min-width: 1025px) {
    .rey-siteMain.post-width--c .rey-siteMain-inner,body.search.search-results .rey-siteMain .rey-siteMain-inner {
        max-width:800px;
        max-width: calc(var(--container-max-width) * .65)
    }
}

.rey-siteMain.--is-bloglist.--has-sidebar .rey-siteMain-inner {
    max-width: none
}

.rey-siteContent.--tpl-template-compact .rey-siteMain,.rey-siteContent.--tpl-template-compact-php .rey-siteMain {
    max-width: 800px;
    max-width: calc(var(--container-max-width) * .65);
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1025px) {
    .rey-siteContent.--tpl-template-multi-cols .rey-pageContent,.rey-siteContent.--tpl-template-multi-cols-php .rey-pageContent {
        -webkit-columns:2;
        columns: 2;
        -webkit-column-gap: 60px;
        column-gap: 60px
    }
}

.rey-sidebar {
    position: relative;
    width: 100%;
    margin-top: 4em;
    padding-right: var(--half-gutter-size);
    padding-left: var(--half-gutter-size)
}

.rey-sidebar.main-sidebar.--boxed-sidebar .rey-sidebarInner {
    background: HSL(var(--neutral-1));
    background: HSL(var(--neutral-1));
    border-radius: 3px;
    padding: 2rem
}

@media (min-width: 1025px) {
    .rey-sidebar.main-sidebar.--boxed-sidebar .rey-sidebarInner {
        padding:2.9rem 3rem
    }
}

@media (min-width: 768px) {
    .rey-sidebar {
        margin-top:0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--sidebar-size);
        flex: 0 0 var(--sidebar-size);
        max-width: var(--sidebar-size)
    }
}

@media (min-width: 768px) {
    .rey-sidebar~.rey-siteMain,.rey-siteMain~.rey-sidebar {
        margin-left:var(--sidebar-margin)
    }
}

.alignright {
    margin: 0 0 1.5625rem 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right!important
}

.alignleft {
    float: left;
    margin: 0 1.5625rem 1.5625rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-caption {
    width: auto;
    clear: both;
    max-width: 100%;
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.wp-caption a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wp-caption img {
    margin-top: .625rem
}

.wp-caption .wp-caption-text {
    margin-top: .9375rem;
    font-size: .8125rem
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--font-weight-bold);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.bypostauthor {
    background-color: #f3f1f1
}

.sticky {
    display: block
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem
}

.gallery-item {
    display: inline-block;
    margin-right: .9375rem;
    margin-bottom: .9375rem;
    text-align: center;
    vertical-align: top;
    width: 100%
}

@media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-2 .gallery-item {
        max-width:calc((100% - 1.25rem * 1)/ 2)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-3 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-3 .gallery-item {
        max-width:calc((100% - 1.25rem * 2)/ 3)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-4 .gallery-item {
        max-width:calc((100% - 1.25rem * 3)/ 4)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-5 .gallery-item {
        max-width:calc((100% - 1.25rem * 4)/ 5)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-6 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-6 .gallery-item {
        max-width:calc((100% - 1.25rem * 5)/ 6)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-7 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-7 .gallery-item {
        max-width:calc((100% - 1.25rem * 6)/ 7)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-8 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-8 .gallery-item {
        max-width:calc((100% - 1.25rem * 7)/ 8)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .gallery-columns-9 .gallery-item {
        max-width:calc(50% - 1.25rem)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-9 .gallery-item {
        max-width:calc((100% - 1.25rem * 8)/ 9)
    }
}

@media (min-width: 1025px) {
    .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
        margin-right:0
    }
}

.gallery-item:last-of-type {
    padding-right: 0
}

.gallery-item img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.gallery-item .gallery-icon a:after {
    display: none
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .625rem
}

.gallery-item>div>a {
    display: block;
    line-height: 0
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.rey-lineLoader {
    position: relative;
    color: var(--body-color,HSL(var(--neutral-9)))
}

.rey-lineLoader:after {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    top: 0;
    display: block;
    background-color: currentColor;
    -webkit-animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
    animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
    left: 0
}

#rey_svg_sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.rey-arrowSvg i,.rey-arrowSvg svg,.rey-icon {
    font-size: 1rem;
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em
}

.btn .rey-arrowSvg i,.btn .rey-arrowSvg svg,.btn .rey-icon,.rey-arrowSvg .btn i,.rey-arrowSvg .btn svg,.rey-arrowSvg button i,.rey-arrowSvg button svg,button .rey-arrowSvg i,button .rey-arrowSvg svg,button .rey-icon {
    font-size: inherit
}

.rey-arrowSvg i+span,.rey-arrowSvg svg+span,.rey-icon+span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em
}

.rey-arrowSvg {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rey-arrowSvg i,.rey-arrowSvg svg {
    font-size: 1.875rem;
    top: 0;
    -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
    transition: -webkit-transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic)
}

.rey-arrowSvg i .rey-arrowSvg-dash,.rey-arrowSvg svg .rey-arrowSvg-dash {
    -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
    transition: -webkit-transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rey-arrowSvg:hover .--default {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.rey-arrowSvg:hover .--default .rey-arrowSvg-dash {
    -webkit-transform: scaleX(.7);
    transform: scaleX(.7)
}

.rey-arrowSvg--left {
    direction: ltr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[data-tooltip-text] {
    position: relative
}

[data-tooltip-text]:before {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    display: none;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 2px;
    padding: 5px;
    line-height: 1.3;
    white-space: nowrap;
    font-size: .75rem;
    font-weight: 400
}

[data-tooltip-text]:hover:before {
    display: block
}

.embed-responsive .mejs-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.u-last-p-margin p:last-of-type {
    margin-bottom: 0
}

.u-transparent-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    z-index: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.search-panel--is-opened.search-panel--wide .rey-siteHeader .u-transparent-gradient:before {
    display: none
}

.u-toggle-text .u-toggle-btn {
    color: inherit
}

.u-toggle-text .u-toggle-btn:after {
    content: attr(data-read-less)
}

.u-toggle-text.--collapsed .u-toggle-content {
    height: var(--toggle-height,1.7em);
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle
}

.u-toggle-text.--collapsed .u-toggle-btn: after {
    content:attr(data-read-more)
}

.u-toggle-text-next-btn {
    --height: 180px;
    --margin-bottom: 1em;
    position: relative;
    margin-bottom: var(--margin-bottom);
    max-height: none;
    overflow: visible
}

.u-toggle-text-next-btn+.btn:before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    z-index: 1000
}

.u-toggle-text-next-btn+.btn span:after {
    content: attr(data-read-less)
}

.u-toggle-text-next-btn:not(.--expanded) {
    max-height: var(--height);
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(black),to(rgba(0,0,0,0)));
    -webkit-mask-image: linear-gradient(to bottom,#000,rgba(0,0,0,0));
    mask-image: -webkit-gradient(linear,left top,left bottom,from(black),to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom,#000,rgba(0,0,0,0))
}

.u-toggle-text-next-btn:not(.--expanded)+.btn span: after {
    content:attr(data-read-more)
}

@media (min-width: 1024px) {
    .u-toggle-text-next-btn:not(.--expanded).--mobile {
        max-height:none;
        overflow: auto
    }

    .u-toggle-text-next-btn:not(.--expanded).--mobile+.btn {
        display: none
    }
}

.u-toggle-text-next-btn.--short {
    --height: 60px;
    --margin-bottom: 0
}

.u-copy-url.--copied {
    opacity: .5
}

.rey-hvLine {
    background: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor)) no-repeat 0 95%;
    background: linear-gradient(to right,currentColor 0,currentColor 100%) no-repeat 0 95%;
    background-size: 0 2px;
    -webkit-transition: background-size .25s var(--easeoutcubic);
    transition: background-size .25s var(--easeoutcubic);
    padding: .1% 0;
    background-position: 0 95%
}

.rey-hvLine-parent:hover .rey-hvLine {
    background-size: 100% 2px
}

.--disable-hover-line .rey-hvLine {
    background: 0 0
}

.rey-commentForm__form .form-row {
    margin-bottom: 1.25rem
}

.wp-block-separator {
    margin: 2.1875rem auto;
    border-bottom: 2px solid HSL(var(--neutral-4))
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.is-style-wide {
    border-color: HSL(var(--neutral-4))
}

.wp-block-separator.is-style-dots {
    border: none
}

.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align:right"] {
    padding-left: auto;
    padding-right: 2em
}

.wp-block-quote[style*="text-align:right"]:before,.wp-block-quote[style*="text-align:right"]:before {
    left: auto;
    right: 0
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 1em 0 1em 2em
}

.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text {
    line-height: 1.25
}

twitter-widget {
    margin-left: auto;
    margin-right: auto
}

.rey-postContent p {
    margin-bottom: 1.5625rem
}

@media (min-width: 1025px) {
    .alignfull {
        margin-left:calc(50% - (var(--site-width)/ 2));
        margin-right: calc(50% - (var(--site-width)/ 2));
        width: var(--site-width);
        max-width: none;
        margin-bottom: 1.5625rem
    }

    .--has-sidebar .alignfull {
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
        margin-bottom: 1.5625rem
    }

    .--has-sidebar .alignwide {
        margin-left: auto;
        margin-right: auto
    }

    .alignfull img,.alignwide img {
        display: block;
        margin: 0 auto
    }
}

pre.wp-block-verse {
    font-family: var(--body-font-family);
    border: none;
    font-size: 100%
}

.wp-block-image {
    margin-bottom: 1.5625rem
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull>a,.wp-block-image.alignwide>a {
    display: block
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image .is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image .is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    margin-right: 1em
}

.wp-block-image .alignright {
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .7em;
    margin-bottom: 0;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-image a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wp-block-latest-posts {
    list-style: none;
    padding: 0
}

.wp-block-latest-posts>li {
    margin-bottom: .75rem
}

.wp-block-latest-posts>li>a {
    display: block;
    font-weight: var(--font-weight-bold)
}

.wp-block-latest-posts.alignleft {
    margin-right: 1.5625rem
}

.wp-block-latest-posts.alignright {
    margin-left: 1.5625rem
}

.wp-block-latest-posts.alignfull>li>a,.wp-block-latest-posts.alignfull>li>time {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.wp-block-button {
    margin-bottom: 1.5em
}

.wp-block-button__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    border-radius: 28px;
    font-size: .9375rem;
    font-weight: 400;
    padding: .9375rem 1.875rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button__link {
        -webkit-transition: none;
        transition: none
    }
}

.wp-block-button__link:hover {
    text-decoration: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button__link {
        -webkit-transition: none;
        transition: none
    }
}

.wp-block-button__link:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.wp-block-button__link:after {
    display: none!important
}

.is-style-outline .wp-block-button__link {
    color: var(--accent-color)
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-file__button:after {
    display: none!important
}

.wp-block-embed-vimeo {
    margin-bottom: 1.25rem
}

.wp-block-embed-vimeo.alignfull,.wp-block-embed-vimeo.alignwide {
    margin-bottom: 2.5rem
}

.wp-block-embed__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.wp-block-embed__wrapper:before {
    display: block;
    content: ""
}

.wp-block-embed__wrapper embed,.wp-block-embed__wrapper iframe,.wp-block-embed__wrapper object,.wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.857143%
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%
}

.wp-block-cover,.wp-block-cover-image {
    margin-bottom: 1.5625rem
}

.wp-block-cover p:last-child,.wp-block-cover-image p:last-child {
    margin-bottom: 0
}

.wp-block-gallery {
    margin-bottom: calc(1.5625rem - 16px)
}

.wp-block-gallery.alignfull {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: auto
}

@media (min-width: 1025px) {
    .wp-block-gallery.alignfull {
        margin-left:calc((50% - (var(--site-width)/ 2)) + 3rem);
        margin-right: calc((50% - (var(--site-width)/ 2)) + 3rem);
        width: calc(var(--site-width) - 6rem)
    }
}

.--has-sidebar .wp-block-gallery.alignfull {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.wp-block-gallery.alignwide {
    clear: both
}

.--has-sidebar .wp-block-gallery.alignwide {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 2em 1.4em 2em
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-2 .blocks-gallery-image,.wp-block-gallery.columns-2 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-2 .blocks-gallery-image,.wp-block-gallery.columns-2 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:last-child,.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-item:last-child,.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-4 .blocks-gallery-item:last-child,.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-5 .blocks-gallery-item:last-child,.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-6 .blocks-gallery-item:last-child,.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-7 .blocks-gallery-item:last-child,.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-8 .blocks-gallery-item:last-child,.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.columns-9 .blocks-gallery-image,.wp-block-gallery.columns-9 .blocks-gallery-item {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .wp-block-gallery.columns-9 .blocks-gallery-image,.wp-block-gallery.columns-9 .blocks-gallery-item {
        width:calc(50% - 16px);
        margin-right: 16px!important
    }

    .wp-block-gallery.columns-9 .blocks-gallery-image:last-child,.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-9 .blocks-gallery-item:last-child,.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .wp-block-gallery.alignleft,.wp-block-gallery.alignright {
        max-width:none
    }
}

@media (min-width: 1025px) {
    .wp-block-columns.alignfull {
        margin-left:calc((50% - (var(--site-width)/ 2)) + 3rem);
        margin-right: calc((50% - (var(--site-width)/ 2)) + 3rem);
        width: calc(var(--site-width) - 6rem)
    }
}

.--has-sidebar .wp-block-columns.alignfull {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.--has-sidebar .wp-block-columns.alignwide {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.wp-block-pullquote {
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor
}

.wp-block-pullquote blockquote {
    margin: 1em;
    padding: 0;
    border: none;
    font-style: initial
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.4
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border-left: none;
    background-color: transparent
}

.wp-block-media-text {
    display: block
}

@media (min-width: 1025px) {
    .wp-block-media-text {
        display:grid
    }
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 5% 0 0 0
}

@media (min-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding:2% 0 0 0
    }
}

@media (min-width: 1025px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding:0 8% 0 8%
    }
}

@media (max-width: 1024px) {
    .wp-block-media-text[style*=background-color] .wp-block-media-text__content {
        padding:5%
    }

    .wp-block-media-text[style*=background-color] p:last-child {
        margin-bottom: 0
    }
}

.wp-block-archives-dropdown {
    margin-bottom: 1.25rem
}

.wp-block-latest-posts li>a {
    display: inline-block
}

.wp-block-latest-posts.is-grid li a:after {
    display: none
}

.wp-block-latest-posts .has-dates time {
    display: block
}

.wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-media-text.alignfull,.wp-block-media-text.alignwide {
    margin-bottom: 1.5625rem
}

.has-text-align-center {
    text-align: center
}

.wp-block-latest-comments {
    padding-left: 0;
    list-style: none;
    word-break: break-all
}

.rey-siteHeader {
    position: relative;
    color: var(--header-text-color);
    background-color: var(--header-bgcolor);
    -webkit-transition: background-color .3s var(--easeoutcubic);
    transition: background-color .3s var(--easeoutcubic)
}

.site-preloader--active .rey-siteHeader.--preloader-anim {
    opacity: 0
}

.site-preloader--loaded .rey-siteHeader.--preloader-anim {
    -webkit-transition: opacity .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic);
    opacity: 1
}

.rey-overlay {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s var(--easeoutcubic),visibility .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),visibility .3s var(--easeoutcubic);
    will-change: opacity,visibility,left;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    cursor: url(//www.parfumburo.ua/wp-content/themes/rey/assets/css/components/header/../../../../assets/images/close.svg) 16 16,pointer
}

.admin-bar .rey-overlay.rey-overlay--site {
    top: var(--admin-bar)
}

.rey-overlay .rey-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: HSLa(var(--neutral-0),.4);
    opacity: 0;
    font-size: 50px;
    stroke-width: 2px;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.rey-overlay .rey-lineLoader {
    color: HSLa(var(--neutral-0),.4)
}

.--overlay-darken .rey-overlay {
    background-color: HSLa(var(--neutral-9),.95)
}

@media (min-width: 1025px) {
    .--overlay-darken .rey-overlay {
        background-color:HSLa(var(--neutral-9),.75)
    }
}

.header-overlay--is-opened .rey-overlay--header,.site-overlay--is-opened .rey-overlay--site {
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-siteHeader.rey-siteHeader--default .rey-headerIcon {
    margin-left: .9375rem
}

[data-xl="2"] .rey-siteHeader.rey-siteHeader--default .rey-headerIcon {
    margin-left: 1.5625rem
}

.rey-headerIcon .rey-headerIcon-btn {
    font-size: .875rem;
    display: block;
    text-transform: uppercase;
    color: inherit
}

.rey-headerIcon>.btn,.rey-headerIcon>a,.rey-headerIcon>span {
    color: inherit
}

@media (max-width: 767px) {
    .rey-headerIcon svg {
        overflow:visible
    }
}

.rey-logoTitle {
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .rey-logoTitle {
        font-size:2.5rem;
        margin-bottom: .3125rem
    }
}

.rey-logoTitle a {
    text-decoration: none
}

.rey-logoDescription {
    font-size: 1rem;
    margin-bottom: 0;
    display: none
}

@media (min-width: 1025px) {
    .rey-logoDescription {
        display:block
    }
}

.rey-siteLogo a {
    display: block
}

.rey-siteLogo .custom-logo {
    display: inline-block;
    max-width: 150px;
    width: auto;
    height: auto
}

.rey-siteLogo img.custom-logo {
    min-width: 40px
}

.rey-siteLogo .custom-logo:not(:only-of-type) {
    display: none
}

@media (min-width: 1025px) {
    .rey-siteLogo .custom-logo:not(:only-of-type) {
        display:inline-block
    }

    .rey-siteLogo .rey-mobileLogo {
        display: none
    }
}

.rey-siteHeader.rey-siteHeader--default .rey-siteLogo img {
    max-height: calc(var(--header-default-mobile--height) - 20px);
    max-width: 100%
}

@media (min-width: 1025px) {
    .rey-siteHeader.rey-siteHeader--default .rey-siteLogo img {
        max-height:calc(var(--header-default--height) - 20px)
    }
}

.header-transp-gradient .rey-siteHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    z-index: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.header-transp-gradient .rey-siteHeader .rey-siteHeader-container {
    position: relative
}

.header-transp-gradient.search-panel--is-opened.search-panel--wide .rey-siteHeader:before {
    display: none
}

.rey-mainNavigation {
    position: relative
}

.rey-siteHeader-row .rey-mainNavigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rey-mainNavigation.--active,.rey-mainNavigation: hover {
    z-index:1050
}

.rey-mainNavigation--missing {
    text-align: end;
    display: none
}

@media (min-width: 1025px) {
    .rey-mainNavigation--missing {
        display:block
    }
}

.rey-mainNavigation .rey-logoTitle {
    margin-bottom: .9375rem
}

.rey-mainMenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.rey-mainMenu a {
    text-decoration: none
}

.rey-mainMenu>.menu-item>a {
    color: inherit;
    display: inline-block;
    padding: 0;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: .25s var(--easeoutcubic);
    transition: .25s var(--easeoutcubic);
    -webkit-transition-property: background-color,color,border-color,opacity;
    transition-property: background-color,color,border-color,opacity
}

.rey-mainMenu .menu-item-has-children {
    position: relative
}

.rey-mainMenu .menu-item-has-children>a.--has-indicator {
    padding-right: calc(var(--indicator-padding) * 1.5)!important
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator {
    --indicators-distance: calc(var(--indicator-padding) / 2);
    position: absolute;
    top: calc(50% - .5em);
    right: var(--indicators-distance,calc((var(--header-nav-x-spacing)/ 2) - .5em));
    font-style: normal;
    line-height: 1;
    font-weight: 400
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow {
    opacity: .8;
    width: 1em;
    height: 1em;
    text-align: center
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow: before {
    content:'';
    border: 1em solid transparent;
    border-top-color: currentColor;
    font-size: 3px
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-circle {
    font-size: 3px;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-dash {
    width: 6px;
    height: 1px;
    background-color: currentColor;
    opacity: .8;
    top: 50%
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2 {
    width: .4em;
    height: .4em;
    opacity: 1;
    top: calc(50% - .3em);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2: before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-bottom-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left-color: currentColor
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-plus {
    width: 1em;
    height: 1em;
    opacity: 1;
    top: calc(50% - .3em);
    font-size: .6em;
    text-align: center;
    font-family: sans-serif
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-plus: before {
    content:'+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator {
    opacity: 1
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator: after {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 120%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow: before {
    font-size:4px
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow: after {
    width:280%;
    height: 150%
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow.--open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2 {
    width: 1.2em;
    height: 1.2em;
    opacity: 1;
    top: calc(50% - .6em);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2: before {
    top:50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%);
    -webkit-transform-origin: -50% -25%;
    transform-origin: -50% -25%
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2: after {
    width:220%;
    height: 150%
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2.--open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus {
    font-size: 1.3em;
    top: calc(50% - .65em)
}

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus.--open: before {
    content:'-'
}

.rey-mainMenu.--has-indicators .menu-item-has-children>a {
    padding-right: calc(var(--indicator-padding) * 1.5)!important
}

.rey-mainMenu>.menu-item-has-children:last-child>.--submenu-indicator {
    left: calc(100% + (var(--header-nav-x-spacing)/ 2))
}

.rey-mainMenu .sub-menu {
    list-style: none;
    margin: 0
}

.rey-mainMenu .sub-menu>.menu-item>a {
    display: block;
    font-size: .875rem;
    position: relative;
    color: var(--link-color)
}

.rey-mainMenu .sub-menu .menu-item-has-children .--submenu-indicator {
    opacity: .6;
    left: calc(100% - (var(--header-nav-x-spacing) * 2))
}

.rey-mainMenu .--mega-custom .menu-item-has-children>a span: after {
    display:none
}

.rey-mainNavigation.rey-mainNavigation--desktop {
    display: var(--nav-breakpoint-desktop)
}

.rey-siteHeader--default .rey-mainNavigation {
    padding-left: 1rem
}

@media (min-width: 1025px) {
    .rey-siteHeader--default .rey-mainNavigation {
        padding-left:2.5rem
    }
}

.rey-mainMenu--desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rey-mainMenu--desktop .menu-item.depth--0 {
    padding-left: .625rem;
    padding-right: .625rem
}

@media (min-width: 1025px) {
    .rey-mainMenu--desktop .menu-item.depth--0 {
        padding-left:var(--header-nav-x-spacing);
        padding-right: var(--header-nav-x-spacing)
    }
}

.rey-mainMenu--desktop .menu-item.depth--0:first-child {
    margin-left: 0;
    padding-left: 0
}

.rey-mainMenu--desktop .menu-item.depth--0:last-child {
    padding-right: 0
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated {
    position: relative;
    padding-left: .625rem;
    margin-left: 1.25rem
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated: before {
    content:"";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: currentColor;
    opacity: .1;
    top: 0;
    color: inherit;
    height: 1em;
    top: calc(50% - .5em);
    left: calc(-1 * var(--header-nav-x-spacing))
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--bold>a {
    font-weight: 800!important
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--highlight-dash>a: before {
    content:"";
    position: absolute;
    width: 20px;
    height: 3px;
    top: -5px;
    background-color: currentColor;
    border-radius: 4px;
    opacity: .3;
    right: 0
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--highlight>a {
    color: var(--colors-red)
}

@media (min-width: 1025px) {
    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated {
        padding-left:var(--header-nav-x-spacing);
        margin-left: calc(var(--header-nav-x-spacing) * 2)
    }
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent>a span,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue>a span,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green>a span,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange>a span,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red>a span {
    position: relative
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent>a span .--menu-badge,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue>a span .--menu-badge,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green>a span .--menu-badge,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange>a span .--menu-badge,.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red>a span .--menu-badge {
    font-style: normal;
    position: absolute;
    color: #fff;
    font-size: 9px;
    padding: 1px .6em 0;
    border-radius: 3px;
    top: -.9em;
    line-height: 1.5em;
    left: 100%
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green>a span .--menu-badge {
    background-color: var(--colors-green)
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red>a span .--menu-badge {
    background-color: var(--colors-red)
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange>a span .--menu-badge {
    background-color: var(--colors-orange)
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue>a span .--menu-badge {
    background-color: var(--colors-blue)
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent>a span .--menu-badge {
    background-color: var(--accent-color)
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--mobile-only {
    display: none
}

.rey-mainMenu--desktop .menu-item-has-children>a>span {
    position: relative;
    display: inline-block
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 110%;
    height: var(--submenu-panels-distance);
    left: -5%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children>.__submenu-top-indicator {
    position: absolute;
    top: calc(calc(100% - 2em) + var(--submenu-panels-distance));
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-bottom-color: var(--body-bg-color);
    font-size: 6px;
    opacity: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic);
    left: calc(50% - .5em)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children:hover>.__submenu-top-indicator,.rey-mainMenu--desktop .depth--0.menu-item-has-children[aria-expanded=true]>.__submenu-top-indicator {
    opacity: 1
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu>.menu-item>a {
    overflow: hidden;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu>.menu-item>a:hover {
    opacity: .65
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu>.menu-item>a span {
    display: inline-block;
    -webkit-transition: -webkit-transform .6s var(--easeoutcubic);
    transition: -webkit-transform .6s var(--easeoutcubic);
    transition: transform .6s var(--easeoutcubic);
    transition: transform .6s var(--easeoutcubic),-webkit-transform .6s var(--easeoutcubic);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: .625rem 1.875rem .625rem var(--submenus-padding-x,50px)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu .--menu-badge {
    top: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height)/ 2));
    z-index: 1020;
    -webkit-transition: .6s var(--easeoutcubic);
    transition: .6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    display: block;
    top: calc(100% + var(--submenu-panels-distance))
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu: before {
    content:"";
    -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    background-color: var(--body-bg-color);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu>.menu-item>a {
    min-width: 320px
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu .menu-item-has-children: hover>.sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu .menu-item-has-children[aria-expanded=true]>.sub-menu {
    top:-3.125rem;
    left: 90%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children: hover:not(.depth--0)>.sub-menu.--reached-end,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular:hover:not(.depth--0)>.sub-menu.--reached-end,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular[aria-expanded=true]:not(.depth--0)>.sub-menu.--reached-end {
    top:-1em
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children: hover>.sub-menu.--reached-end,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular:hover>.sub-menu.--reached-end,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular[aria-expanded=true]>.sub-menu.--reached-end {
    left:auto;
    right: 90%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--submenu-2-columns>.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--submenu-3-columns>.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height)/ 2));
    z-index: 1020;
    -webkit-transition: .6s var(--easeoutcubic);
    transition: .6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    display: block;
    top: -300vh;
    width: var(--site-width,100vw);
    max-width: calc(var(--container-max-width) - (var(--content-padding-right,0px) + var(--content-padding-left,0px)));
    overflow: auto;
    max-height: calc(95vh - var(--header-default--height));
    -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    background-color: var(--body-bg-color)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu: before {
    content:"";
    -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    background-color: var(--body-bg-color);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu: :before {
    display:none
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu>.menu-item>a {
    font-weight: var(--font-weight-bold)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-full>.sub-menu {
    max-width: none
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-full>.sub-menu: before {
    width:var(--site-width,100vw);
    left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-custom.--hover .sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-custom: hover .sub-menu {
    left:50%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2>.sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3>.sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4>.sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5>.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2: hover .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2[aria-expanded=true] .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3:hover .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3[aria-expanded=true] .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4:hover .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4[aria-expanded=true] .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5:hover .sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5[aria-expanded=true] .sub-menu>.menu-item>a span {
    -webkit-transform:translateY(0);
    transform: translateY(0)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2>.sub-menu>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3>.sub-menu>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4>.sub-menu>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5>.sub-menu>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu>.menu-item-has-children>.sub-menu {
    padding-left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega>.sub-menu .sub-menu {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--hover>.sub-menu,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular.--hover>.sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--hover>.sub-menu>.menu-item>a span,.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular.--hover>.sub-menu>.menu-item>a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--hover>.sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0;
    top: calc(100% + var(--submenu-panels-distance));
    width: var(--site-width,100vw);
    left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--hover>.sub-menu>.menu-item>a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular .menu-item-has-children: hover>.sub-menu,.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular:hover>.sub-menu {
    padding-bottom:var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular .menu-item-has-children: hover>.sub-menu>.menu-item>a span,.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular:hover>.sub-menu>.menu-item>a span {
    -webkit-transform:translateY(0);
    transform: translateY(0)
}

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-mega: hover>.sub-menu {
    padding-bottom:var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0;
    top: calc(100% + var(--submenu-panels-distance));
    width: var(--site-width,100vw);
    left: 0
}

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-mega: hover>.sub-menu>.menu-item>a span {
    -webkit-transform:translateY(0);
    transform: translateY(0)
}

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0>a {
    position: relative;
    text-decoration: none;
    color: inherit
}

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0>a: after {
    content:"";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size,2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item>a: after,.rey-mainNavigation--desktop.--style-default .menu-item.depth--0:hover>a:after,.rey-mainNavigation--desktop.--style-default .menu-item.depth--0[aria-expanded=true]>a:after {
    -webkit-transform:scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item: hover>a:after,.rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item[aria-expanded=true]>a:after {
    width:0;
    right: 0;
    left: auto
}

.rey-mainNavigation.rey-mainNavigation--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: var(--site-width,100vw);
    height: var(--full-vp-height);
    overflow: auto;
    background: var(--header-nav-mobile-panel-bg-color,var(--body-bg-color));
    color: var(--header-nav-mobile-panel-text-color,var(--body-color));
    z-index: 1050;
    padding: 20px 30px;
    -webkit-transition: -webkit-transform .4s var(--easeoutcubic);
    transition: -webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    will-change: transform;
    display: var(--nav-breakpoint-mobile);
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width: 1024px) and (max-height:768px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height:100%
    }
}

@media (orientation: portrait) and (max-width:1024px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height:100%
    }
}

@media (min-width: 768px) and (max-width:1024px) and (max-height:768px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height:100vh
    }
}

@media (min-width: 1025px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        max-width:400px
    }
}

.rey-mainNavigation.rey-mainNavigation--mobile.--is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.--panel-dir--right .rey-mainNavigation.rey-mainNavigation--mobile {
    left: auto;
    right: 250vw;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.--panel-dir--right .rey-mainNavigation.rey-mainNavigation--mobile.--is-active {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.admin-bar .rey-mainNavigation.rey-mainNavigation--mobile {
    top: var(--admin-bar);
    height: calc(var(--full-vp-height) - var(--admin-bar))
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu {
    display: none;
    padding-left: .625rem
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item {
    margin-bottom: .4375rem
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children>a {
    margin-bottom: .4375rem
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children>a span:after {
    background-color: currentColor;
    opacity: .1
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children>a .--submenu-indicator {
    right: 0;
    left: auto
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--top-separator {
    padding-top: .9375rem;
    margin-top: .9375rem;
    position: relative
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--top-separator: before {
    content:"";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    opacity: .1;
    top: 0;
    color: inherit
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item>a {
    overflow: hidden;
    padding: 6px 0;
    color: inherit;
    display: block
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item>a span {
    display: block;
    -webkit-transition: -webkit-transform .6s var(--easeoutcubic);
    transition: -webkit-transform .6s var(--easeoutcubic);
    transition: transform .6s var(--easeoutcubic);
    transition: transform .6s var(--easeoutcubic),-webkit-transform .6s var(--easeoutcubic);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.current-menu-item>a {
    font-weight: 800
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--desktop-only {
    display: none
}

.rey-mainNavigation.rey-mainNavigation--mobile .--submenu-indicator {
    opacity: .6;
    right: 0;
    left: auto
}

.rey-mobileNav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.rey-mobileNav-main {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 1024px) and (orientation:landscape) {
    .rey-mobileNav-main {
        overflow:visible
    }
}

.rey-mobileNav-header {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid HSLa(var(--neutral-10),.1)
}

.rey-mobileNav-header .rey-siteLogo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rey-mobileNav-header .rey-siteLogo img {
    max-height: 80px;
    min-width: 60px;
    width: auto;
    max-width: 100%
}

.rey-mobileNav-footer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid HSLa(var(--neutral-10),.1)
}

.rey-mobileNav-footer.--empty {
    display: none
}

.rey-mobileMenu-close {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    color: inherit;
    font-size: .75rem;
    right: 0
}

.rey-mobileMenu-close:before {
    content: "";
    position: absolute;
    width: 240%;
    height: 240%;
    top: -70%;
    left: -70%
}

.rey-mobileMenu-close .rey-icon {
    font-size: inherit;
    top: 0;
    display: block
}

.rey-mobileNav--footerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    color: inherit
}

.rey-mobileNav--footerItem:not(:only-child) {
    margin-bottom: 15px
}

.rey-mobileNav--footerItem .rey-icon {
    margin-left: auto
}

ul.rey-mobileNav--footerItem {
    padding: 0;
    margin: 0 0 10px
}

ul.rey-mobileNav--footerItem li {
    margin-right: 20px
}

ul.rey-mobileNav--footerItem li.--active a {
    text-decoration: underline
}

ul.rey-mobileNav--footerItem img {
    margin-right: 10px
}

@media (max-width: 1024px) {
    .--mobileNav--active {
        overflow:hidden
    }
}

.--mobileNav--active .rey-mobileMenu-close {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.--mobileNav--active .rey-mainMenu-mobile .menu-item>a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-mainNavigation-mobileBtn {
    position: relative;
    color: inherit;
    display: var(--nav-breakpoint-mobile)
}

.rey-mainNavigation-mobileBtn+.rey-mobileBtn-helper {
    margin-left: 1.25rem;
    display: var(--nav-breakpoint-desktop)
}

.rey-mainNavigation-mobileBtn:hover {
    color: inherit
}

.rey-mainNavigation-mobileBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rey-mainNavigation-mobileBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    overflow: hidden;
    border-radius: 4px
}

.rey-mainNavigation-mobileBtn span:last-child {
    margin-bottom: 0
}

.rey-mainNavigation-mobileBtn span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
    transition: -webkit-transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic);
    transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.--panel-dir--right .rey-mainNavigation-mobileBtn span: before {
    -webkit-transform-origin:0 50%;
    transform-origin: 0 50%
}

.rey-mainNavigation-mobileBtn span:nth-child(2):before {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.rey-mainNavigation-mobileBtn span:nth-child(3):before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.--mobileNav--active .rey-mainNavigation-mobileBtn span: before {
    -webkit-transform:scaleX(0);
    transform: scaleX(0)
}

.rey-siteHeader-row>.rey-mainNavigation-mobileBtn {
    margin-left: auto
}

.splide {
    position: relative;
    visibility: visible;
    outline: none;
    width: 100%
}

.splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.splide__slider {
    position: relative
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    will-change: transform;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.splide__list.--auto-height {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: opacity, height, -webkit-transform !important;
    transition-property: opacity, height, -webkit-transform !important;
    transition-property: opacity, transform, height !important;
    transition-property: opacity, transform, height, -webkit-transform !important
}

.splide__slide {
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}

.splide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.splide img[data-splide-lazy]:not([src]) {
    visibility: hidden
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: var(--spinner-size, 20px);
    height: var(--spinner-size, 20px);
    border-radius: 50%;
    border: 2px solid currentColor;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s infinite linear;
    animation: splide-loading 1s infinite linear
}

.splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    height: 100%
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--scaler>.splide__track>.splide__list>.splide__slide {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important
}

.splide--scaler>.splide__track>.splide__list>.splide__slide.is-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide .__pagination {
    --color: HSL(var(--neutral-7));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.splide .__pagination button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.splide .__pagination.--circles {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.splide .__pagination.--circles button {
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    height: 1em
}

.splide .__pagination.--circles button: before {
    content:'';
    width: 0.3em;
    height: 0.3em;
    border-radius: 1em;
    -webkit-box-shadow: inset 0 0 0 5px var(--color);
    box-shadow: inset 0 0 0 5px var(--color);
    -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease
}

.splide .__pagination.--circles button.is-active: before {
    -webkit-transform:scale(2);
    transform: scale(2);
    -webkit-box-shadow: inset 0 0 0 1px var(--color);
    box-shadow: inset 0 0 0 1px var(--color)
}

.splide .__arrows.--basic {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    color: #fff;
    mix-blend-mode: difference
}

.splide .__arrows.--basic .rey-arrowSvg {
    color: inherit;
    font-size: 40px;
    position: absolute;
    top: calc(50% - .5em);
    width: 1.3em;
    height: 1em;
    cursor: pointer
}

.splide .__arrows.--basic .rey-arrowSvg svg {
    font-size: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.splide .__arrows.--basic .rey-arrowSvg--left {
    left: var(--distance, 0.6em)
}

.splide .__arrows.--basic .rey-arrowSvg--right {
    right: var(--distance, 0.6em)
}

.splide:hover .__arrows.--basic {
    opacity: 1
}

.elementor-widget-reycore-header-cart.--hide-empty[data-rey-cart-count="0"] .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.elementor-widget-reycore-header-cart.--hide-empty[data-rey-cart-count="0"] .rey-headerCart {
    display: none
}

.elementor-element.elementor-wc-products ul.products[class*="columns-"] li.product {
    --size: 100%;
    margin-top: 0
}

.elementor-widget-container .product-categories {
    list-style: none;
    margin: 0;
    padding: 0
}

.elementor-widget-container .product-categories ul {
    margin-left: 25px
}

@media (max-width: 1024px) {
    .woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .elementor-section.elementor-top-section {
        width:100%;
        left: auto
    }
}

@media (max-width: 1024px) {
    .woocommerce.elementor-page div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
        padding:0
    }

    .woocommerce.elementor-page div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description>h2 {
        display: none
    }
}

.woocommerce .elementor-widget-heading .elementor-heading-title>a {
    color: inherit !important
}

@media (min-width: 1025px) {
    .woocommerce.single-product .elementor .elementor-widget-container div.images,.woocommerce-page.single-product .elementor .elementor-widget-container div.images {
        -webkit-box-flex:0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

.elementor-button-link.add_to_cart_button[data-product_id].loading {
    opacity: 0.6;
    pointer-events: none
}

.rey-headerCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rey-headerCart .__icon {
    font-size: var(--icon-size, 1.25rem)
}

.rey-headerCart .__icon i,.rey-headerCart .__icon svg {
    font-size: inherit;
    display: block
}

.rey-headerCart .__icon svg {
    fill: currentColor;
    height: 1em;
    position: relative;
    width: 1em
}

.rey-headerCart .rey-headerCart-nb {
    background: var(--neutral-accent-color);
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 8px;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 1.25rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-left: -.375rem
}

@media (min-width: 1025px) {
    .rey-headerCart .rey-headerCart-nb {
        font-size:9px;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        margin-left: .1875rem
    }
}

.rey-headerCart .rey-headerCart-text {
    display: none
}

.rey-headerCart .rey-headerCart-text+svg {
    display: block
}

@media (min-width: 1025px) {
    .rey-headerCart .rey-headerCart-text {
        display:block;
        font-size: 0.8rem;
        margin-right: .5rem
    }

    .rey-headerCart .rey-headerCart-text+svg {
        display: none
    }
}

.rey-headerCart .__text {
    display: none
}

@media (min-width: 1025px) {
    .rey-headerCart .__text {
        display:block;
        font-size: 0.8rem;
        line-height: 1;
        margin-right: var(--text-distance, 0.4em)
    }

    .rey-headerCart .__text .rey-headerCart-textTotal {
        margin: 0 0.3em
    }
}

.--tp-after .rey-headerCart .__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: var(--text-distance, 0.4em)
}

.--tp-under .rey-headerCart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.--tp-under .rey-headerCart .__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-right: 0;
    margin-top: var(--text-distance, 0.4em)
}

@media (min-width: 1025px) {
    .woocommerce-account .woocommerce-MyAccount-navigation-wrapper {
        float:left;
        width: 30%
    }
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: left;
    width: 100%
}
@media (min-width: 1025px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float:right;
        width: 68%
    }
}

.woocommerce-account .woocommerce-MyAccount-content a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content a {
        text-decoration:none
    }
}

.woocommerce-account .woocommerce-MyAccount-content a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content a:after {
        display:block
    }
}

.woocommerce-account .woocommerce-MyAccount-content a:hover:after {
    opacity: 0.8;
    height: 4px
}

.woocommerce-account .woocommerce-MyAccount-content a:hover:after {
    opacity: 0.8;
    height: 3px
}

.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;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px
}

.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 12px
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: var(--font-weight-bold);
    margin-bottom: 0
}

.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 {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "î€Š";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.rey-refundsPage-orders .woocommerce-form {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.rey-refundsPage-orders .__products-items {
    min-height: 100px
}

.rey-refundsPage-orders .__reasons {
    min-height: 120px
}

.rey-refundsPage-response:not(.--empty) {
    margin-left: var(--half-gutter-size);
    margin-right: var(--half-gutter-size);
    padding: 15px 20px;
    font-size: 13px;
    background-color: HSL(var(--neutral-2));
    border: 1px solid HSL(var(--neutral-3));
    border-radius: 3px;
    margin-bottom: 30px
}

.rey-refundsPage-response p {
    margin-bottom: 10px
}

.rey-refundsPage-response p:last-child {
    margin-bottom: 0
}

.rey-refundsPage-response .__msg .rey-icon-rey-icon-close {
    font-size: 10px
}

.rey-refundsPage-response .__msg>span {
    display: inline-block;
    margin-left: 10px
}

.widget {
    position: relative;
    margin-top: 3.125rem;
    font-size: 1rem
}

.widget:first-child {
    margin-top: 0
}

.widget ul li a {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.widget ul li.current-cat a {
    font-weight: 600
}

.widget select {
    max-width: 100%
}

.widget .comment-author-link {
    text-transform: capitalize
}

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

.widget-title {
    margin-bottom: 1.5625rem;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 16px;
    text-transform: none
}

@media (min-width: 1025px) {
    .widget-title {
        font-size:22px
    }
}

.widget_archive ul.menu,.widget_archive>ul,.widget_categories ul.menu,.widget_categories>ul,.widget_meta ul.menu,.widget_meta>ul,.widget_nav_menu ul.menu,.widget_nav_menu>ul,.widget_pages ul.menu,.widget_pages>ul,.widget_product_categories ul.menu,.widget_product_categories>ul,.widget_recent_comments ul.menu,.widget_recent_comments>ul,.widget_recent_entries ul.menu,.widget_recent_entries>ul,.widget_rss ul.menu,.widget_rss>ul {
    padding: 0
}

.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul {
    list-style: none;
    margin: 0
}

.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li {
    line-height: 1.4;
    margin-top: .5rem;
    margin-bottom: .6875rem
}

.widget_archive ul .children,.widget_categories ul .children,.widget_meta ul .children,.widget_nav_menu ul .children,.widget_pages ul .children,.widget_product_categories ul .children,.widget_recent_comments ul .children,.widget_recent_entries ul .children,.widget_rss ul .children {
    padding-left: 1.5625rem
}

.widget_tag_cloud .tagcloud {
    font-weight: var(--font-weight-bold)
}

.widget_rss ul li {
    margin-bottom: 1.5em
}

.widget_rss ul li .rssSummary {
    margin: .5em 0;
    font-size: .875rem
}

#wp-calendar {
    width: 100%;
    font-size: .625rem;
    table-layout: fixed
}

#wp-calendar thead th {
    background: HSL(var(--neutral-1));
    border: 1px solid HSL(var(--neutral-3))
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid HSL(var(--neutral-3));
    padding: .625rem 0;
    font-size: .875rem;
    color: HSL(var(--neutral-5));
    background-color: var(--body-bg-color)
}

#wp-calendar tbody td:hover {
    background: HSL(var(--neutral-1));
    color: #333
}

#wp-calendar tbody td:hover a {
    color: HSL(var(--neutral-10))
}

#wp-calendar tbody td a {
    display: block;
    text-decoration: none;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

#wp-calendar tbody td.pad {
    pointer-events: none
}

#wp-calendar tfoot td {
    padding: .625rem;
    font-size: .875rem
}

#wp-calendar caption {
    caption-side: top;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    padding: .75rem;
    outline: 0 none!important;
    color: HSL(var(--neutral-10));
    text-align: center;
    font-weight: var(--font-weight-bold)
}

#wp-calendar tbody a {
    display: block;
    text-decoration: underline
}

#wp-calendar th {
    text-align: center;
    border: 1px solid transparent;
    border-top: none;
    padding: .75rem 0;
    font-size: .8125rem
}

#wp-calendar #next {
    text-align: right
}

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

.product_list_widget li {
    padding: 1em 0
}

.product_list_widget li::after,.product_list_widget li::before {
    content: "";
    display: table
}

.product_list_widget li::after {
    clear: both
}


.product_list_widget li>a {
    display: block
}

.product_list_widget a:hover {
    color: HSL(var(--neutral-8))
}

.widget ul.products li.product a {
    text-decoration: none
}

.widget_products a {
    display: block
}

.rey-productLoop-variationsForm.woocommerce {
    position: absolute;
    z-index: 1070;
    width: calc(100vw - (var(--half-gutter-size) * 2));
    opacity: 0;
    -webkit-transition: opacity 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic)
}

@media (min-width: 768px) {
    .rey-productLoop-variationsForm.woocommerce {
        min-width:220px;
        max-width: 400px
    }
}

.rey-productLoop-variationsForm.woocommerce.--visible {
    opacity: 1
}

.rey-productLoop-variationsForm.woocommerce.--visible div.product {
    -webkit-transform: translateY(calc(-100% - 15px));
    transform: translateY(calc(-100% - 15px))
}

.rey-productLoop-variationsForm.woocommerce.--visible .rey-productLoop-variationsForm-overlay {
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-productLoop-variationsForm.woocommerce .rey-productLoop-variationsForm-overlay {
    z-index: auto;
    background-color: rgba(0,0,0,0.5)
}

.rey-productLoop-variationsForm.woocommerce div.product {
    padding: 20px 25px 25px;
    color: var(--body-color);
    background-color: var(--body-bg-color);
    -webkit-box-shadow: 0 3.9px 5.3px rgba(0,0,0,0.044),0 13px 17.9px rgba(0,0,0,0.066),0 58px 80px rgba(0,0,0,0.11);
    box-shadow: 0 3.9px 5.3px rgba(0,0,0,0.044),0 13px 17.9px rgba(0,0,0,0.066),0 58px 80px rgba(0,0,0,0.11);
    border-radius: 3px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic);
    z-index: 1060
}

.rey-productLoop-variationsForm.woocommerce div.product .reset_variations {
    display: none
}

.rey-productLoop-variationsForm.woocommerce div.product .rey-productLoop-variationsForm-pointer {
    position: absolute;
    top: 100%;
    left: 10%;
    border: 6px solid transparent;
    border-top-color: var(--body-bg-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

@media (min-width: 768px) {
    .rey-productLoop-variationsForm.woocommerce div.product .rey-productLoop-variationsForm-pointer {
        display:block
    }
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart {
    margin-bottom: 0
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations {
    margin-bottom: 1.5rem
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations td,.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations th {
    display: block;
    width: 100%
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations td.label {
    padding: 0
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations td.value {
    padding: 0
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations td.value .reset_variations {
    position: absolute;
    top: 1.3em;
    right: 45px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0.4em 0.6em !important;
    line-height: 1
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart table.variations td.value .reset_variations:before {
    content: "";
    border: 1px solid currentColor;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    left: 0;
    top: 0
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart .rey-cartBtnQty {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart .rey-cartBtnQty input.qty {
    min-width: 90px
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: auto
}

.rey-productLoop-variationsForm.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    margin-bottom: 0
}

.rey-productLoop-variationsForm.woocommerce div.product .rey-productLoop-variationsForm-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic)
}

.rey-productLoop-variationsForm.woocommerce div.product .rey-productLoop-variationsForm-close:hover {
    opacity: 1
}

.rey-productLoop-variationsForm.woocommerce div.product .rey-productLoop-variationsForm-close svg {
    font-size: inherit;
    display: block
}

.btn[data-quantity][data-product_id].rey-btn--under:after,.btn[data-quantity][data-product_id] .__text,.button[data-quantity][data-product_id].rey-btn--under:after,.button[data-quantity][data-product_id] .__text {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.btn[data-quantity][data-product_id] .__ajax-preloader,.button[data-quantity][data-product_id] .__ajax-preloader {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform;
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 2px;
    opacity: 0;
    pointer-events: none
}

.btn[data-quantity][data-product_id] .__ajax-preloader:after,.button[data-quantity][data-product_id] .__ajax-preloader:after {
    width: 100%;
    height: 100%
}

.--loading .btn[data-quantity][data-product_id].rey-btn--under: :after,.--loading .btn[data-quantity][data-product_id] .__text,.--loading .button[data-quantity][data-product_id].rey-btn--under::after,.--loading .button[data-quantity][data-product_id] .__text {
    opacity:0
}

.--loading .btn[data-quantity][data-product_id] .__ajax-preloader,.--loading .button[data-quantity][data-product_id] .__ajax-preloader {
    opacity: 1
}

body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animator:not(.elementor-absolute) {
    position: relative
}

body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) span.rey-animator {
    display: inline-block
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.elementor-section:not(.--started),body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-column:not(.--started) {
        visibility:hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-widgets .elementor-widget:not(.--started) {
        visibility: hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.elementor-section.--started: not(.--finished)>.rey-background-video-container {
                                                                                                                                                                     opacity:0
                                                                                                                                                                 }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el [class*="bgHolder--"] {
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: -1px;
        z-index: 100;
        background-color: #eeeff3
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el [class*="zoomer--"] {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-in.rey-anim--subject-column.rey-animator {
        opacity: 0
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-in.rey-anim--subject-widgets .rey-animator {
        opacity: 0
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-slide.rey-anim--subject-column.rey-animator {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-slide.rey-anim--subject-widgets .rey-animator {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-column.rey-animator {
        overflow: hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-column.rey-animator>.rey-animator-inner {
        -webkit-transform: translateY(105%);
        transform: translateY(105%)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-widgets .rey-animator {
        overflow: hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-widgets .rey-animator>.rey-animator-inner {
        -webkit-transform: translateY(105%);
        transform: translateY(105%)
    }
}

.elementor-element-edit-mode.rey-animate-el>.elementor-element-overlay>.elementor-editor-column-settings:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e60d0d;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0px
}

@media (max-width: 1024px) {
    body:not(.elementor-editor-active):not(.customizer-preview-mode) .rey-animate-el {
        visibility:visible !important
    }

    body:not(.elementor-editor-active):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-widgets .elementor-widget {
        visibility: visible !important
    }
}

.rey-siteHeader .rey-siteHeader--custom {
    color: var(--header-text-color)
}

.elementor-section .rey-section-wrap-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: var(--container-max-width)
}

@media (max-width: 1024px) {
    .elementor-section.rey-section-bg--gradient.rey-gradientDesktop-yes {
        background-image:none !important
    }
}

.rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
    --push-back: 0px;
    width: var(--site-width, 100vw);
    left: var(--push-back)
}

@media (max-width: 1024px) {
    .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
        --push-back:calc(-1 * var(--main-gutter-size))
    }
}

@media (min-width: 1025px) {
    .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
        --push-back:calc(-1 * (((var(--site-width, 100vw) - var(--container-max-width)) / 2) + var(--main-gutter-size)))
    }
}

[data-xl="2"] .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
    --push-back: calc(-1 * (((var(--site-width, 100vw) - var(--container-max-width)) / 2) + var(--content-padding-left, 0px) + var(--main-gutter-size)))
}

@media (min-width: 1025px) {
    .rey-siteContainer.rey-stretchPage .elementor-section.rey-section-stretched,.rey-pageCover .elementor-section.rey-section-stretched {
        width:var(--site-width, 100vw);
        left: calc(-1 * (var(--page-padding-left) + var(--content-padding-left, 0px)))
    }
}

.rey-pageCover.--contain {
    padding-right: var(--half-gutter-size);
    padding-left: var(--half-gutter-size);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-max-width)
}

@media (min-width: 1025px) {
    [data-xl="2"] .rey-pageCover.--contain {
        padding-right:calc(var(--content-padding-right) + var(--half-gutter-size));
        padding-left: calc(var(--content-padding-left) + var(--half-gutter-size))
    }
}

.elementor-column[data-column-link] {
    cursor: pointer
}

.elementor-column .rey-column-wrap-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-column.--sticky-col {
    -webkit-transform: none !important;
    transform: none !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.elementor-element.m-auto--top {
    margin-top: auto !important
}

.elementor-element.m-auto--right {
    margin-right: auto !important
}

.elementor-element.m-auto--bottom {
    margin-bottom: auto !important
}

.elementor-element.m-auto--left {
    margin-left: auto !important
}

@media (min-width: 1025px) {
    .u-container-padding-left>.elementor-column-wrap {
        padding-left:calc((var(--site-width, 100vw) - var(--container-max-width)) / 2) !important
    }

    .u-container-padding-right>.elementor-column-wrap {
        padding-right: calc((var(--site-width, 100vw) - var(--container-max-width)) / 2) !important
    }
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height:auto;
        min-height: calc(var(--full-vp-height) - var(--admin-bar))
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        min-height: calc(var(--full-vp-height) - var(--admin-bar))
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap>.elementor-element.elementor-absolute.rey-default-position-yes,.elementor-widget-wrap>.elementor-element.elementor-fixed.rey-default-position-yes {
        position:static
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--line {
        --half-gutter-size:1px
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--narrow {
        --half-gutter-size:5px
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--default {
        --half-gutter-size:15px
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--extended {
        --half-gutter-size:25px
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--wide {
        --half-gutter-size:35px
    }
}

@media (min-width: 1025px) {
    .elementor-element .rey-gap--wider {
        --half-gutter-size:50px
    }
}

.elementor-element [class*="rey-gap--"] {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.elementor-element [class*="rey-gap--"] .rey-gapItem {
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

.--icon-block-yes .elementor-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-icon-box-icon {
    line-height: 1
}

.elementor-icon-box-icon .elementor-icon {
    vertical-align: middle
}

.rey-stickyContent .elementor-icon,.rey-siteHeader .elementor-icon,.rey-pbTemplate--gs-header .elementor-icon,.rey-stickyContent .elementor-social-icon i,.rey-siteHeader .elementor-social-icon i,.rey-pbTemplate--gs-header .elementor-social-icon i {
    color: inherit
}

.elementor-social-icon-instagram {
    background-color: #ea0b14
}

.rey-stickyContent .elementor-button,.rey-siteHeader .elementor-button,.rey-pbTemplate--gs-header .elementor-button {
    color: inherit
}

.elementor-button.elementor-size-xs {
    font-size: 12px;
    padding: 0.5em 0.6em;
    border-radius: 0
}

.elementor-button.elementor-size-sm {
    font-size: 14px;
    padding: 0.65em 1.2em;
    border-radius: 0
}

.elementor-button.elementor-size-md {
    padding: 0.85em 1.6em;
    border-radius: 0
}

.elementor-button.elementor-size-lg {
    padding: 1.05em 2.1em;
    border-radius: 0
}

.elementor-button.elementor-size-xl {
    padding: 1.5em 3em;
    border-radius: 0
}

@media (min-width: 1025px) {
    .--btn-block--yes .elementor-button {
        display:block !important
    }
}

.--btn-block--yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 768px) and (max-width:1024px) {
    .--btn-block--tablet-yes .elementor-button {
        display:block !important
    }
}

.--btn-block--tablet-yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (max-width: 767px) {
    .--btn-block--mobile-yes .elementor-button {
        display:block !important
    }
}

.--btn-block--mobile-yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.elementor-button .elementor-button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-button .elementor-button-icon svg {
    color: inherit
}

.--icon-style-aoh: hover .elementor-button .elementor-button-icon svg {
    -webkit-animation:r-icon-hover 0.3s ease-out;
    animation: r-icon-hover 0.3s ease-out
}

@-webkit-keyframes r-icon-hover {
    0%,100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes r-icon-hover {
    0%,100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

.--icon-style-soh .elementor-button .elementor-button-icon svg {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    opacity: 0;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.--icon-style-soh: hover .elementor-button .elementor-button-icon svg {
    -webkit-transform:translateX(0%);
    transform: translateX(0%);
    opacity: 1
}

.elementor-align-left .elementor-button .elementor-button-content-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-right .elementor-button .elementor-button-content-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-align-justify .elementor-button .elementor-button-content-wrapper {
    width: 100%
}

.elementor-align-justify .elementor-button .elementor-button-content-wrapper .elementor-align-icon-left {
    margin-right: auto !important
}

.elementor-align-justify .elementor-button .elementor-button-content-wrapper .elementor-align-icon-right {
    margin-left: auto !important
}

.elementor-button-primary .elementor-button {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-primary .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-primary .elementor-button:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.elementor-button-secondary .elementor-button {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-secondary .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-secondary .elementor-button:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.elementor-button-secondary .elementor-button:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.elementor-button-block .elementor-button {
    display: block
}

.elementor-button-primary-outline .elementor-button {
    border-width: 1px;
    border-style: solid;
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-primary-outline .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-primary-outline .elementor-button:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.elementor-button-secondary-outline .elementor-button {
    border-width: 1px;
    border-style: solid;
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-secondary-outline .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-secondary-outline .elementor-button:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.elementor-button-secondary-outline .elementor-button:hover {
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-5))
}

.elementor-button-simple .elementor-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color 0.2s var(--easeoutcubic);
    transition: color 0.2s var(--easeoutcubic)
}

.elementor-button-underline-1 .elementor-button {
    background-color: transparent;
    color: currentColor;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width: 768px) {
    .elementor-button-underline-1 .elementor-button {
        text-decoration:none
    }
}

.elementor-button-underline-1 .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .elementor-button-underline-1 .elementor-button:after {
        display:block
    }
}

.elementor-button-underline-1 .elementor-button:hover:after {
    opacity: 0.8;
    height: 4px
}

.elementor-button-underline-2 .elementor-button {
    background-color: transparent;
    color: currentColor;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none
}

.elementor-button-underline-2 .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.elementor-button-underline-2 .elementor-button:after {
    opacity: 0.2;
    height: 0.85em;
    top: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: calc(100% + 1em);
    right: -0.5em;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.elementor-button-underline-2 .elementor-button:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -0.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.elementor-element.elementor-button-underline .elementor-button {
    position: relative;
    text-decoration: none;
    background: none;
    padding: 0 0 7px;
    color: currentColor;
    background-color: transparent
}

.elementor-element.elementor-button-underline .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.elementor-element.elementor-button-underline .elementor-button:after {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.elementor-element.elementor-button-underline .elementor-button:hover:after {
    -webkit-animation: dashanim-active 0.4s var(--easeoutcubic);
    animation: dashanim-active 0.4s var(--easeoutcubic)
}

.elementor-element.elementor-button-underline-hover .elementor-button {
    position: relative;
    text-decoration: none;
    padding: 0 0 7px;
    color: currentColor;
    background-color: transparent
}

.elementor-element.elementor-button-underline-hover .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.elementor-element.elementor-button-underline-hover .elementor-button:after {
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.elementor-element.elementor-button-underline-hover .elementor-button:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.elementor-element.elementor-button-dashed .elementor-button {
    color: currentColor;
    background-color: transparent
}

.elementor-element.elementor-button-dashed .elementor-button .elementor-button-text {
    position: relative;
    padding-right: 40px
}

.elementor-element.elementor-button-dashed .elementor-button .elementor-button-text:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.25s var(--easeoutcubic);
    transition: -webkit-transform 0.25s var(--easeoutcubic);
    transition: transform 0.25s var(--easeoutcubic);
    transition: transform 0.25s var(--easeoutcubic), -webkit-transform 0.25s var(--easeoutcubic);
    position: absolute;
    top: 50%;
    right: 0
}

.elementor-element.elementor-button-dashed .elementor-button:hover .elementor-button-text:after {
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7)
}

.elementor-element.elementor-button-dashed.--large .elementor-button .elementor-button-text {
    padding-right: 50px
}

.elementor-element.elementor-button-dashed.--large .elementor-button .elementor-button-text: after {
    width:35px
}

.u-links-anim-ul a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width: 768px) {
    .u-links-anim-ul a {
        text-decoration:none
    }
}

.u-links-anim-ul a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .u-links-anim-ul a:after {
        display:block
    }
}

.u-links-anim-ul a:hover:after {
    opacity: 0.8;
    height: 4px
}

.u-links-anim-ul a:hover:after {
    opacity: 0.8;
    height: 3px
}

.u-links-anim-ul a:after {
    background-color: var(--deco-color, currentColor)
}

.u-links-simple-ul a {
    -webkit-box-shadow: 0 1px 0 currentColor;
    box-shadow: 0 1px 0 currentColor;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

.u-links-simple-ul a:hover {
    -webkit-box-shadow: 0 1px 0 var(--deco-color, currentColor);
    box-shadow: 0 1px 0 var(--deco-color, currentColor)
}

.u-links-altr-ul a {
    background: -webkit-gradient(linear, left top, right top, from(var(--deco-color, currentColor)), to(var(--deco-color, currentColor))) no-repeat 0 100%;
    background: linear-gradient(to right, var(--deco-color, currentColor) 0%, var(--deco-color, currentColor) 100%) no-repeat 0 100%;
    background-size: 100% 1px;
    padding: 0.1% 0;
    background-position: 0 100%
}

.u-links-altr-ul a:hover {
    -webkit-animation: dashanim-active-bg 0.4s var(--easeoutcubic);
    animation: dashanim-active-bg 0.4s var(--easeoutcubic)
}

.u-links-ltr-ul a {
    background: -webkit-gradient(linear, left top, right top, from(var(--deco-color, currentColor)), to(var(--deco-color, currentColor))) no-repeat 0 100%;
    background: linear-gradient(to right, var(--deco-color, currentColor) 0%, var(--deco-color, currentColor) 100%) no-repeat 0 100%;
    background-size: 0 1px;
    -webkit-transition: background-size 0.25s var(--easeoutcubic);
    transition: background-size 0.25s var(--easeoutcubic);
    padding: 0.1% 0;
    background-position: 0 100%
}

.u-links-ltr-ul a:hover {
    background-size: 100% 1px
}

.u-links-exp-ul a {
    background-color: transparent;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: normal;
    word-wrap: break-word;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, var(--deco-color, rgba(220,0,0,0.121569))), color-stop(0, transparent));
    background-image: linear-gradient(90deg, var(--deco-color, rgba(220,0,0,0.121569)) 100%, transparent 0);
    background-position: 0 0.8em;
    background-repeat: repeat-x;
    background-size: 100% 8px;
    -webkit-transition: background-color .5s, background-image .5s;
    transition: background-color .5s, background-image .5s
}

.u-links-exp-ul a:hover {
    background-color: var(--deco-color, rgba(220,0,0,0.121569));
    background-image: none
}

.rey-navEl.--menuHover-ulr>li>a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.rey-navEl.--menuHover-ulr>li>a: after {
    content:"";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-navEl.--menuHover-ulr>li>a: after {
    left:0
}

.rey-navEl.--menuHover-ulr>li>a: hover:after {
    -webkit-transform:scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ulr>.current-menu-item>a: after {
    -webkit-transform:scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ulr.--thinner li>a: after {
    height:1px
}

.rey-navEl.--menuHover-ub>li>a {
    display: inline-block;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width: 768px) {
    .rey-navEl.--menuHover-ub>li>a {
        text-decoration:none
    }
}

.rey-navEl.--menuHover-ub>li>a: after {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .rey-navEl.--menuHover-ub>li>a:after {
        display:block
    }
}

.rey-navEl.--menuHover-ub>li>a: hover:after {
    opacity:0.8;
    height: 4px
}

.rey-navEl.--menuHover-ub>.current-menu-item>a: after {
    opacity:0.8;
    height: 4px
}

.rey-navEl.--menuHover-ut>li>a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    text-decoration: none
}

.rey-navEl.--menuHover-ut>li>a: after {
    content:"";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-navEl.--menuHover-ut>li>a: after {
    opacity:0.2;
    height: 0.85em;
    top: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: calc(100% + 1em);
    right: -0.5em;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-navEl.--menuHover-ut>li>a: hover:after {
    -webkit-transform:scaleX(1);
    transform: scaleX(1);
    left: -0.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ut>.current-menu-item>a: after {
    width:calc(100% + 1em);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -0.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ut2>li>a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.rey-navEl.--menuHover-ut2>li>a: after {
    content:"";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-navEl.--menuHover-ut2>li>a: after {
    opacity:0.2;
    height: 1.6em;
    top: calc(50% - 0.7em);
    width: calc(100% + 0.4em);
    right: -0.2em;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.rey-navEl.--menuHover-ut2>li>a: hover:after {
    -webkit-transform:scaleX(1);
    transform: scaleX(1);
    left: -0.2em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ut2>.current-menu-item>a: after {
    width:calc(100% + 1em);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -0.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-sc>li>a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.35s var(--easeoutcubic);
    transition: -webkit-transform 0.35s var(--easeoutcubic);
    transition: transform 0.35s var(--easeoutcubic);
    transition: transform 0.35s var(--easeoutcubic), -webkit-transform 0.35s var(--easeoutcubic)
}

.rey-navEl.--menuHover-sc>li>a: hover {
    -webkit-transform:scale(1.2);
    transform: scale(1.2)
}

.rey-navEl.--menuHover-none>li>a: hover {
    opacity:0.7
}

.elementor .rey-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .rey-background-video-container.rey-youtubeVideo {
    opacity: 0
}

.elementor .rey-background-video-container.rey-youtubeVideo[data-player-state="3"],.elementor .rey-background-video-container.rey-youtubeVideo[data-player-state="1"] {
    opacity: 1
}

@media (min-width: 1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--left {
        margin-right:auto
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-left {
        margin-right:auto
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-left {
        margin-right:auto
    }
}

@media (min-width: 1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--stretch {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-stretch {
        margin-left:auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-stretch {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--right {
        margin-left:auto
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-right {
        margin-left:auto
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-right {
        margin-left:auto
    }
}

.elementor-section[data-rey-video-link*="vimeo.com"] .elementor-background-video-container {
    opacity: 0
}

.elementor-section[data-rey-video-link*="vimeo.com"] .elementor-background-video-container[data-vimeo-initialized="true"] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}

.elementor-widget-image.elementor-image--ch .elementor-widget-container,.elementor-widget-image.elementor-image--ch .elementor-image {
    position: relative;
    height: 300px
}

.elementor-widget-image.elementor-image--ch .elementor-widget-container img,.elementor-widget-image.elementor-image--ch .elementor-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-widget-image.elementor-image--ch.elementor-image-of-contain .elementor-widget-container img,.elementor-widget-image.elementor-image--ch.elementor-image-of-contain .elementor-image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-widget-image.elementor-image--ch.elementor-image-of-tablet-contain .elementor-widget-container img,.elementor-widget-image.elementor-image--ch.elementor-image-of-tablet-contain .elementor-image img {
        -o-object-fit:contain;
        object-fit: contain
    }
}

@media (max-width: 767px) {
    .elementor-widget-image.elementor-image--ch.elementor-image-of-mobile-contain .elementor-widget-container img,.elementor-widget-image.elementor-image--ch.elementor-image-of-mobile-contain .elementor-image img {
        -o-object-fit:contain;
        object-fit: contain
    }
}

.elementor-widget-image .elementor-widget-container img[src$=".svg"],.elementor-widget-image .elementor-image img[src$=".svg"] {
    width: auto;
    height: auto
}

.elementor-widget-image .elementor-widget-container>a,.elementor-widget-image .elementor-widget-container figure>a,.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a {
    display: block
}

.rey-form--basic label {
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase
}

.reyEl-breadcrumbs .rey-breadcrumbs {
    margin: 0
}

@media (min-width: 768px) and (max-width:1024px) {
    .gallery-cols--tablet-1 .elementor-image-gallery .gallery .gallery-item {
        max-width:100%
    }

    .gallery-cols--tablet-2 .elementor-image-gallery .gallery .gallery-item {
        max-width: 50%
    }

    .gallery-cols--tablet-3 .elementor-image-gallery .gallery .gallery-item {
        max-width: 33.333333%
    }

    .gallery-cols--tablet-4 .elementor-image-gallery .gallery .gallery-item {
        max-width: 25%
    }

    .gallery-cols--tablet-5 .elementor-image-gallery .gallery .gallery-item {
        max-width: 20%
    }

    .gallery-cols--tablet-6 .elementor-image-gallery .gallery .gallery-item {
        max-width: 16.666667%
    }

    .gallery-cols--tablet-7 .elementor-image-gallery .gallery .gallery-item {
        max-width: 14.285714%
    }

    .gallery-cols--tablet-8 .elementor-image-gallery .gallery .gallery-item {
        max-width: 12.5%
    }

    .gallery-cols--tablet-9 .elementor-image-gallery .gallery .gallery-item {
        max-width: 11.111111%
    }

    .gallery-cols--tablet-10 .elementor-image-gallery .gallery .gallery-item {
        max-width: 10%
    }
}

@media (max-width: 767px) {
    .gallery-cols--mobile-1 .elementor-image-gallery .gallery .gallery-item {
        max-width:100%
    }

    .gallery-cols--mobile-2 .elementor-image-gallery .gallery .gallery-item {
        max-width: 50%
    }

    .gallery-cols--mobile-3 .elementor-image-gallery .gallery .gallery-item {
        max-width: 33.333333%
    }

    .gallery-cols--mobile-4 .elementor-image-gallery .gallery .gallery-item {
        max-width: 25%
    }

    .gallery-cols--mobile-5 .elementor-image-gallery .gallery .gallery-item {
        max-width: 20%
    }

    .gallery-cols--mobile-6 .elementor-image-gallery .gallery .gallery-item {
        max-width: 16.666667%
    }

    .gallery-cols--mobile-7 .elementor-image-gallery .gallery .gallery-item {
        max-width: 14.285714%
    }

    .gallery-cols--mobile-8 .elementor-image-gallery .gallery .gallery-item {
        max-width: 12.5%
    }

    .gallery-cols--mobile-9 .elementor-image-gallery .gallery .gallery-item {
        max-width: 11.111111%
    }

    .gallery-cols--mobile-10 .elementor-image-gallery .gallery .gallery-item {
        max-width: 10%
    }
}

.rey-video-iconType-caret .elementor-custom-embed-play i:before {
    content: "\f0da";
    font-family: "FontAwesome"
}

.rey-video-iconType-chevron .elementor-custom-embed-play i:before {
    content: "\f054";
    font-family: "FontAwesome"
}

.rey-video-iconType-play .elementor-custom-embed-play i:before {
    content: "\f04b";
    font-family: "FontAwesome"
}

.rey-video-iconType-yt .elementor-custom-embed-play i:before {
    content: "\f16a";
    font-family: "FontAwesome"
}

.elementor-image-carousel-wrapper.--variable-width {
    opacity: 0;
    -webkit-transition: opacity 0.5s var(--easeoutcubic);
    transition: opacity 0.5s var(--easeoutcubic)
}

.elementor-image-carousel-wrapper.--variable-width .swiper-slide {
    width: auto
}

.elementor-image-carousel-wrapper.--variable-width .swiper-slide img {
    max-width: none;
    width: auto;
    height: var(--variable-width-height, 260px)
}

.u-topDeco-splitLine {
    --size: 10px;
    --color: currentColor
}

.u-topDeco-splitLine>.elementor-element-populated {
    border: var(--size) solid var(--color);
    border-top-width: 0
}

.u-topDeco-splitLine>.elementor-element-populated:before {
    content: "";
    width: 100%;
    height: var(--size);
    position: absolute;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(90deg, var(--color) 0%, var(--color) 35%, transparent 35%, transparent 50%, var(--color) 50%, var(--color) 100%)
}

.u-topDeco-splitLine>.elementor-element-populated:after {
    content: "";
    width: 50px;
    background-color: var(--color);
    height: var(--size);
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.u-title-dashes .elementor-heading-title {
    position: relative
}

.u-title-dashes .elementor-heading-title:before {
    content: "";
    width: 100vw;
    background-color: rgba(0,0,0,0.4);
    background-color: currentColor;
    opacity: 0.4;
    height: 20px;
    position: absolute;
    margin-right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%
}

.u-title-dashes .elementor-heading-title:after {
    content: "";
    width: 100vw;
    background-color: rgba(0,0,0,0.4);
    background-color: currentColor;
    opacity: 0.4;
    height: 20px;
    position: absolute;
    margin-left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.u-hover-img-animation .elementor-widget-container,.u-hover-img-animation .elementor-image {
    -webkit-transition: -webkit-clip-path 0.5s var(--easeoutcubic);
    transition: -webkit-clip-path 0.5s var(--easeoutcubic);
    transition: clip-path 0.5s var(--easeoutcubic);
    transition: clip-path 0.5s var(--easeoutcubic), -webkit-clip-path 0.5s var(--easeoutcubic);
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

.u-hover-img-animation .elementor-widget-container>a>img,.u-hover-img-animation .elementor-widget-container>img,.u-hover-img-animation .elementor-image>a>img,.u-hover-img-animation .elementor-image>img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s var(--easeoutcubic);
    transition: -webkit-transform 0.5s var(--easeoutcubic);
    transition: transform 0.5s var(--easeoutcubic);
    transition: transform 0.5s var(--easeoutcubic), -webkit-transform 0.5s var(--easeoutcubic)
}

.u-hover-img-animation .elementor-widget-container:hover,.u-hover-img-animation .elementor-image:hover {
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px)
}

.u-hover-img-animation .elementor-widget-container:hover>a>img,.u-hover-img-animation .elementor-widget-container:hover>img,.u-hover-img-animation .elementor-image:hover>a>img,.u-hover-img-animation .elementor-image:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.elementor-section.elementor-sticky.elementor-sticky--active {
    z-index: 1030
}

.elementor-widget.elementor-widget-wc-categories .woocommerce ul.products li.product.product-category {
    margin-top: 0
}

.rey-siteHeader.--lock-zindex>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section {
    z-index: auto
}

.elementor-section-content-top>.elementor-container>.elementor-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section-content-middle>.elementor-container>.elementor-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section-content-bottom>.elementor-container>.elementor-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.column-flex-dir--vertical>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .elementor-section.rey-mobiOffset {
        overflow-x:auto
    }

    .elementor-section.rey-mobiOffset.rey-mobiOffset--gap {
        margin-right: calc(var(--main-gutter-size) * -1);
        padding-right: var(--main-gutter-size)
    }

    .elementor-section.rey-mobiOffset>.elementor-container>.elementor-row {
        width: var(--mobi-offset, var(--container-max-width));
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: none
    }
}

.elementor-section.rey-flexWrap>.elementor-container>.elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-section.rey-flexWrap>.elementor-container>.elementor-row>.elementor-column>.ui-resizable-e,.elementor-section.rey-flexWrap>.elementor-container>.elementor-row>.elementor-column>.ui-resizable-w {
    display: none !important
}

.column-flex-grow-1>.elementor-column-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

html[data-xl="2"] .column-stretch-right.elementor-column>.elementor-column-wrap {
    margin-right: calc(-1 * ((var(--site-width) / 2) - (var(--container-max-width) / 2)) - var(--half-gutter-size))
}

html[data-xl="2"] .column-stretch-left.elementor-column>.elementor-column-wrap {
    margin-left: calc(-1 * ((var(--site-width) / 2) - (var(--container-max-width) / 2)) - var(--half-gutter-size))
}

.rey-colbg--video.elementor-element-edit-mode>.elementor-column-wrap {
    will-change: opacity
}

.u-overlay-multiply>.elementor-column-wrap.elementor-element-populated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.u-overlay-multiply>.elementor-column-wrap.elementor-element-populated>.elementor-background-overlay {
    mix-blend-mode: multiply
}

.u-overlay-blend-fix>.elementor-column-wrap.elementor-element-populated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-section.rey-tabs-section>.elementor-container>.elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.elementor-section.rey-tabs-section>.elementor-container>.elementor-row>.elementor-column {
    width: 100% !important;
    -webkit-transition: 0.5s var(--easeoutcubic);
    transition: 0.5s var(--easeoutcubic);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform
}

.elementor-section.rey-tabs-section>.elementor-container>.elementor-row>.elementor-column.--active-tab {
    opacity: 1;
    visibility: visible
}

.elementor-editor-active .elementor-section.rey-tabs-section>.elementor-container>.elementor-row>.elementor-column {
    margin-bottom: 0.8rem
}

.elementor-section.rey-tabs-section:not(.elementor-element-edit-mode):not(.--tabs-loaded)>.elementor-container>.elementor-row>.elementor-column: not(:first-child),.elementor-section.rey-tabs-section:not(.elementor-element-edit-mode).--tabs-loaded>.elementor-container>.elementor-row>.elementor-column:not(.--active-tab) {
                                                                                                                                                                       visibility:hidden;
                                                                                                                                                                       opacity: 0;
                                                                                                                                                                       position: absolute;
                                                                                                                                                                       left: 0;
                                                                                                                                                                       top: 0;
                                                                                                                                                                       pointer-events: none
                                                                                                                                                                   }

.elementor-section.rey-tabs-section.--tabs-effect-slide>.elementor-container>.elementor-row>.elementor-column.--active-tab {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.elementor-section.rey-tabs-section.--tabs-effect-slide: not(.elementor-element-edit-mode):not(.--tabs-loaded)>.elementor-container>.elementor-row>.elementor-column:not(:first-child),.elementor-section.rey-tabs-section.--tabs-effect-slide:not(.elementor-element-edit-mode).--tabs-loaded>.elementor-container>.elementor-row>.elementor-column:not(.--active-tab) {
                                                                                              -webkit-transform:translateY(var(--tabs-effect-slide-distance, 30px));
                                                                                              transform: translateY(var(--tabs-effect-slide-distance, 30px))
                                                                                          }

.elementor-section.rey-tabs-section>.elementor-element-overlay:after {
    outline-color: #4caf50
}

.elementor-section.rey-tabs-section>.elementor-element-overlay .elementor-editor-element-setting:hover {
    background-color: #2d682f
}

.elementor-section.rey-tabs-section>.elementor-element-overlay .elementor-editor-element-setting:first-child:before {
    border-right-color: #4caf50
}

.elementor-section.rey-tabs-section>.elementor-element-overlay .elementor-editor-element-setting:first-child:hover:before {
    border-right-color: #2d682f
}

.elementor-section.rey-tabs-section>.elementor-element-overlay .elementor-editor-element-setting:last-child:after {
    border-left-color: #4caf50
}

.elementor-section.rey-tabs-section>.elementor-element-overlay .elementor-editor-element-setting:last-child:hover:after {
    border-left-color: #2d682f
}

.elementor-section.rey-tabs-section .elementor-editor-section-settings {
    background-color: #4caf50
}

body.elementor-editor-preview .elementor-section.rey-tabs-section:not(.--tabs-loaded)>.elementor-container>.elementor-row>.elementor-column: not(:first-child) {
    visibility:hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

:root {
    --col-gutter-size-left: var(--half-gutter-size, 15px);
    --col-gutter-size-right: var(--half-gutter-size, 15px)
}

.rey-siteHeader .elementor-section .elementor-container,.rey-siteFooter .elementor-section .elementor-container,.rey-pageCover .elementor-section .elementor-container {
    padding-left: var(--half-gutter-size, 15px);
    padding-right: var(--half-gutter-size, 15px)
}

.rey-siteHeader .elementor-section .elementor-container .elementor-container,.rey-siteFooter .elementor-section .elementor-container .elementor-container,.rey-pageCover .elementor-section .elementor-container .elementor-container {
    padding-left: 0;
    padding-right: 0
}

.elementor-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.elementor-template-canvas .elementor-top-section.elementor-section-full_width>.elementor-container>.elementor-row {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1025px) {
    .elementor-column-wrap {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.elementor-container>.elementor-row {
    margin-left: calc(-1 * var(--col-gutter-size-left));
    margin-right: calc(-1 * var(--col-gutter-size-right))
}

.elementor-container>.elementor-row>.elementor-column {
    padding-left: var(--col-gutter-size-left);
    padding-right: var(--col-gutter-size-right)
}

.elementor-container>.elementor-row>.elementor-column>.elementor-element-overlay {
    margin-left: var(--col-gutter-size-left);
    margin-right: var(--col-gutter-size-right)
}

.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0
}

.rey-section-stretched .elementor-container>.elementor-row {
    --col-gutter-size-left: calc(2 * var(--half-gutter-size));
    --col-gutter-size-right: 0px
}

.elementor-column-gap-no>.elementor-row {
    --half-gutter-size: var(--zero-px);
    --col-gutter-size-left: var(--half-gutter-size);
    --col-gutter-size-right: var(--half-gutter-size)
}

@media (min-width: 1025px) {
    .elementor-column-gap-line>.elementor-row {
        --half-gutter-size:1px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width: 1025px) {
    .elementor-column-gap-narrow>.elementor-row {
        --half-gutter-size:5px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width: 1025px) {
    .elementor-column-gap-default>.elementor-row {
        --half-gutter-size:15px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width: 1025px) {
    .elementor-column-gap-extended>.elementor-row {
        --half-gutter-size:25px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width: 1025px) {
    .elementor-column-gap-wide>.elementor-row {
        --half-gutter-size:35px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width: 1025px) {
    .elementor-column-gap-wider>.elementor-row {
        --half-gutter-size:50px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

:root {
    --submenus-padding: 50px;
    --sticky-gs-top-color: var(--header-text-color);
    --sticky-gs-top-bg-color: var(--header-bgcolor);
    --woocommerce-sidebar-size: 16%;
    --woocommerce-sidebar-margin: 2%;
    --woocommerce-pp-sidebar-size: 16%;
    --woocommerce-pp-sidebar-margin: 2%;
    --woocommerce-summary-size: 36%;
    --woocommerce-summary-margin: 7%;
    --woocommerce-products-gutter: 15px;
    --woocommerce-products-gutter-topFactor: 1.1;
    --woocommerce-discount-color: var(--colors-red);
    --woocommerce-thumbnails-padding-top: var(--zero-px);
    --woocommerce-thumbnails-padding-right: var(--zero-px);
    --woocommerce-thumbnails-padding-bottom: var(--zero-px);
    --woocommerce-thumbnails-padding-left: var(--zero-px);
    --woocommerce-swatches-width: 15px;
    --woocommerce-swatches-height: 15px;
    --woocommerce-grid-columns: 4;
    --woocommerce-fullscreen-gallery-height: 100vh;
    --woocommerce-gallery-thumbs-size: 90px;
    --woocommerce-fullscreen-top-padding: calc(var(--header-default--height) + var(--content-padding-top));
    --header-cart-width: 100%;
    --neutral-accent-color: #e79c96;
    --b-shadow-1: 0 5px 80px rgba(0, 0, 0, 0.07);
    --b-shadow-2: 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 100px 80px rgba(0, 0, 0, 0.07);
    --b-shadow-3: 0 3.9px 5.3px rgba(0, 0, 0, 0.044), 0 13px 17.9px rgba(0, 0, 0, 0.066), 0 58px 80px rgba(0, 0, 0, 0.11);
    --b-shadow-4: 0 1.9px 2.5px rgba(0, 0, 0, 0.02), 0 4.5px 6.1px rgba(0, 0, 0, 0.028), 0 8.5px 11.5px rgba(0, 0, 0, 0.035), 0 15.2px 20.5px rgba(0, 0, 0, 0.042), 0 28.4px 38.4px rgba(0, 0, 0, 0.05), 0 68px 92px rgba(0, 0, 0, 0.07);
    --b-shadow-5: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
    --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeoutexpo: cubic-bezier(0.19, 1, 0.22, 1);
    --h-text-transform: uppercase
}

@media (min-width: 768px) {
    :root {
        --woocommerce-products-gutter:30px
    }
}

@media (min-width: 1025px) {
    :root {
        --woocommerce-products-gutter-topFactor:1.4
    }
}

@media (min-width: 768px) {
    :root {
        --header-cart-width:470px
    }
}

.rey-siteHeader.header-pos--absolute,.rey-siteHeader.header-pos--fixed {
    left: 0;
    top: 0;
    z-index: 990;
    width: 100%
}

@media (min-width: 768px) and (max-width:1024px) {
    .rey-siteHeader.header-pos--absolute.header-pos--relative-md,.rey-siteHeader.header-pos--fixed.header-pos--relative-md {
        position:relative
    }
}

@media (max-width: 767px) {
    .rey-siteHeader.header-pos--absolute.header-pos--relative-sm,.rey-siteHeader.header-pos--fixed.header-pos--relative-sm {
        position:relative
    }
}

.rey-siteHeader.header-pos--absolute+.rey-siteHeader-helper,.rey-siteHeader.header-pos--fixed+.rey-siteHeader-helper {
    height: var(--header-default--height)
}

.search-results .rey-siteHeader.header-pos--absolute+.rey-siteHeader-helper,.search-results .rey-siteHeader.header-pos--fixed+.rey-siteHeader-helper {
    display: none
}

.rey-siteHeader.header-pos--absolute {
    position: absolute
}

.rey-siteHeader.header-pos--fixed {
    position: fixed
}

.admin-bar .rey-siteHeader.header-pos--fixed {
    top: var(--admin-bar)
}

@media (max-width: 767px) {
    .rey-siteHeader.header-pos--fixed.--not-mobile {
        position:relative
    }

    .admin-bar .rey-siteHeader.header-pos--fixed.--not-mobile {
        top: auto
    }

    .rey-siteHeader.header-pos--fixed.--not-mobile+.rey-siteHeader-helper {
        display: none
    }
}

@media (min-width: 1025px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-desktop {
        position:relative;
        top: 0
    }

    .rey-siteHeader.header-pos--fixed.--loading-fixed-desktop+.rey-siteHeader-helper {
        display: none
    }
}

@media (max-width: 1024px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-tablet {
        position:relative;
        top: 0
    }

    .rey-siteHeader.header-pos--fixed.--loading-fixed-tablet+.rey-siteHeader-helper {
        display: none
    }
}

@media (max-width: 767px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-mobile {
        position:relative;
        top: 0
    }

    .rey-siteHeader.header-pos--fixed.--loading-fixed-mobile+.rey-siteHeader-helper {
        display: none
    }
}

.rey-modal,.rey-modalSection {
    display: none
}

.rey-mainNavigation .rey-mega-gs,.rey-mainNavigation .depth--0>.sub-menu {
    display: none
}

.rey-sidePanel {
    position: fixed;
    width: 100%;
    z-index: 1060;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width: 768px) {
    .rey-sidePanel {
        width:470px
    }
}

.rey-sidePanel[data-align="left"] {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.--hidden {
    display: none !important
}

@media (max-width: 767px) {
    .--dnone-sm,.--dnone-mobile {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width:1025px) {
    .--dnone-md,.--dnone-tablet {
        display:none !important
    }
}

@media (min-width: 1025px) {
    .--dnone-lg,.--dnone-desktop {
        display:none !important
    }
}

@media (min-width: 768px) {
    .--visible-mobile {
        display:none !important
    }
}

@media (max-width: 767px) {
    .--visible-tablet {
        display:none !important
    }
}

@media (min-width: 1025px) {
    .--visible-tablet {
        display:none !important
    }
}

@media (max-width: 768px) {
    .--visible-tablet.--visible-mobile {
        display:block !important
    }
}

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

.u-btn-icon-sm>.rey-icon {
    font-size: 0.8em;
    margin-right: .4em
}

.--b-shadow-1 {
    -webkit-box-shadow: var(--b-shadow-1);
    box-shadow: var(--b-shadow-1)
}

.--b-shadow-2 {
    -webkit-box-shadow: var(--b-shadow-2);
    box-shadow: var(--b-shadow-2)
}

.--b-shadow-3 {
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.--b-shadow-4 {
    -webkit-box-shadow: var(--b-shadow-4);
    box-shadow: var(--b-shadow-4)
}

.--b-shadow-5 {
    -webkit-box-shadow: var(--b-shadow-5);
    box-shadow: var(--b-shadow-5)
}

.rey-tooltip {
    position: absolute;
    background-color: HSLa(var(--neutral-9), .9);
    color: #fff;
    display: inline-block;
    z-index: 99999;
    padding: 0.5em 0.8em;
    border-radius: 3px;
    font-size: 11px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 200px;
    font-weight: 500;
    letter-spacing: 0
}

.rey-tooltip.--basic {
    text-transform: uppercase;
    font-weight: 400
}

.rey-breadcrumbs {
    font-size: .875rem;
    margin: 1.25rem 0;
    padding: 0
}

.rey-breadcrumbs-item,.rey-breadcrumbs-del {
    display: inline-block;
    margin: 0 5px
}

.single-product .rey-breadcrumbs-del:nth-last-of-type(1) {
    display: none
}

.single-product .rey-breadcrumbs-del:nth-last-of-type(1)+.rey-breadcrumbs-item {
    display: none
}

i.rey-customIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

i.rey-customIcon img,i.rey-customIcon svg {
    font-size: inherit;
    fill: currentColor;
    height: 1em;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    width: 1em
}

.rey-canShip {
    display: block
}

.rey-canShip span {
    border-bottom: 1px solid rgba(0,0,0,0.15)
}

.rey-icon-reycore-icon-arrow.--to-left {
    -webkit-transform: rotate(90deg) scale(0.7);
    transform: rotate(90deg) scale(0.7)
}

.rey-icon-reycore-icon-arrow.--to-right {
    -webkit-transform: rotate(-90deg) scale(0.7);
    transform: rotate(-90deg) scale(0.7)
}

.rey-icon-reycore-icon-arrow.--to-top {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 1025px) {
    body.--footer-reveal {
        min-height:100vh
    }

    body.--footer-reveal .rey-pageCover {
        position: relative;
        z-index: 1
    }

    body.--footer-reveal .rey-siteContent {
        position: relative;
        z-index: 1;
        background-color: var(--body-bg-color);
        margin-bottom: var(--footer-height, 100px)
    }

    body.--footer-reveal .rey-siteFooter {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 0
    }

    body.--footer-reveal.--footer-reveal-fade .rey-siteFooter {
        opacity: var(--footer-perc, 0)
    }
}

.rey-quickviewPanel {
    display: none
}

.btn.rey-headerSearch-toggle {
    color: inherit;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn.rey-headerSearch-toggle .__icon {
    position: relative;
    font-size: var(--icon-size, 1.25rem)
}

.btn.rey-headerSearch-toggle .__icon i,.btn.rey-headerSearch-toggle .__icon svg {
    font-size: inherit;
    display: block;
    top: 0;
    -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic)
}

.btn.rey-headerSearch-toggle .__icon svg {
    fill: currentColor;
    height: 1em;
    position: relative;
    width: 1em
}

.btn.rey-headerSearch-toggle .__icon svg.icon-close {
    --size: .875rem;
    position: absolute;
    font-size: var(--size);
    top: calc(50% - var(--size)/2);
    left: calc(50% - var(--size)/2);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 0
}

.btn.rey-headerSearch-toggle .rey-headerSearch-text {
    display: none;
    margin-right: .5rem;
    font-size: 0.8rem;
    line-height: 1
}

@media (min-width: 1025px) {
    .btn.rey-headerSearch-toggle .rey-headerSearch-text {
        display:block
    }
}

.--tp-after .btn.rey-headerSearch-toggle .rey-headerSearch-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: var(--text-distance, 0.6em)
}

.--tp-under .btn.rey-headerSearch-toggle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.--tp-under .btn.rey-headerSearch-toggle .rey-headerSearch-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-right: 0;
    margin-top: var(--text-distance, 0.4em)
}

.btn.rey-headerSearch-toggle.is-opened i,.btn.rey-headerSearch-toggle.is-opened svg {
    opacity: 0
}

.btn.rey-headerSearch-toggle.is-opened .rey-icon.icon-close {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.btn.rey-headerSearch-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rey-searchPanel {
    display: none
}

.woocommerce ul.products li.product.rey-wc-skin--proto {
    --woocommerce-products-gutter-topFactor: 1;
    --proto-hover-distance: 15px;
    --woocommerce-loop-proto-color: var(--body-color);
    --woocommerce-loop-proto-bgcolor: var(--body-bg-color)
}

@media (min-width: 1025px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto {
        --proto-hover-distance:50px
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner {
    overflow: hidden;
    color: var(--woocommerce-loop-proto-color);
    background-color: var(--woocommerce-loop-proto-bgcolor);
    border-radius: 3px;
    height: 100%
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-productThumbnail {
    margin-bottom: 0
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos {
    --woocomerce-thpos-distance: 10px
}

@media (min-width: 1025px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos {
        --woocomerce-thpos-distance:30px;
        opacity: 0;
        -webkit-transform: translateY(calc(var(--proto-hover-distance)/2));
        transform: translateY(calc(var(--proto-hover-distance)/2));
        -webkit-transition: 0.3s var(--easeoutcubic);
        transition: 0.3s var(--easeoutcubic);
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos .rey-thPos-item {
        padding: calc(var(--woocomerce-thpos-distance) / 4) calc(var(--woocomerce-thpos-distance) / 2);
        background-color: var(--woocommerce-loop-proto-bgcolor)
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--top-left,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--top-right {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--top-left .rey-pBadge,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--top-right .rey-pBadge {
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--bottom-left,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos.rey-thPos--bottom-right {
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos .rey-thPos-item.--no-margins {
    margin: 0
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos .rey-thPos-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productInner .rey-thPos .rey-thPos-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.woocommerce ul.products li.product.rey-wc-skin--proto h2.woocommerce-loop-product__title {
    font-size: .9375rem;
    color: inherit
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productThumbnail>a,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productThumbnail .splide {
    -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic)
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productThumbnail .button ~ .button,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productThumbnail .button ~ button,.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productThumbnail .button ~ .tinvwl-loop-button-wrapper {
    margin-left: 0
}

@media (max-width: 1024px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto .tinv-wishlist {
        display:none !important
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopDetails {
    padding-top: 30px;
    color: inherit;
    position: relative;
    background-color: var(--woocommerce-loop-proto-bgcolor)
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopDetails.--padded {
    padding: 15px
}

@media (min-width: 1025px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopDetails.--padded {
        padding:30px
    }
}

@media (max-width: 1024px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopDetails>.price {
        margin-bottom:0
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopButtons {
    color: inherit
}

@media (max-width: 1024px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto .rey-loopButtons {
        display:inline-block;
        margin-top: 10px
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto .button.rey-btn--under,.woocommerce ul.products li.product.rey-wc-skin--proto .button.rey-btn--hover {
    color: var(--woocommerce-loop-proto-color-link, var(--accent-color))
}

.woocommerce ul.products li.product.rey-wc-skin--proto .rey-productVariations.rey-productVariations--pos-first {
    margin-top: 0
}

@media (min-width: 1025px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated .rey-loopDetails {
        margin-top:calc(-1 * var(--proto-hover-distance));
        -webkit-transform: translateY(var(--proto-hover-distance));
        transform: translateY(var(--proto-hover-distance));
        -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated .rey-loopButtons {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s var(--easeoutcubic) 0s;
        transition: opacity 0.3s var(--easeoutcubic) 0s
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--extraImg-slideshow .rey-productSlideshow-dots {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-productThumbnail>a,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-productThumbnail .splide,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover .rey-productThumbnail>a,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated:hover .rey-productThumbnail .splide {
        -webkit-transform:translateY(calc(-1 * (var(--proto-hover-distance) / 3)));
        transform: translateY(calc(-1 * (var(--proto-hover-distance) / 3)))
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-thPos,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover .rey-thPos {
        opacity:1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-thPos.rey-thPos--bottom-left,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover .rey-thPos.rey-thPos--bottom-left {
        -webkit-transform:translateY(calc(-1.5 * var(--woocomerce-thpos-distance)));
        transform: translateY(calc(-1.5 * var(--woocomerce-thpos-distance)))
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-loopDetails,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover .rey-loopDetails {
        -webkit-transform:translateY(0);
        transform: translateY(0);
        z-index: 1
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover .rey-loopButtons,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover .rey-loopButtons {
        -webkit-transition-delay:0.1s;
        transition-delay: 0.1s;
        opacity: 1;
        pointer-events: auto
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover.--extraImg-slideshow .rey-productSlideshow-dots,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover.--extraImg-slideshow .rey-productSlideshow-dots {
        -webkit-transform:translateY(calc(-1 * var(--proto-hover-distance) * var(--proto-hover-thpos-bl-factor, 1)));
        transform: translateY(calc(-1 * var(--proto-hover-distance) * var(--proto-hover-thpos-bl-factor, 1)))
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.is-animated.--hover.--extraImg-slideshow .rey-thPos--bottom-left ~ .rey-productSlideshow .rey-productSlideshow-dots,.woocommerce ul.products li.product.rey-wc-skin--proto.is-animated: hover.--extraImg-slideshow .rey-thPos--bottom-left ~ .rey-productSlideshow .rey-productSlideshow-dots {
        --proto-hover-thpos-bl-factor:1.5
    }
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-0 .rey-productInner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-1 .rey-productInner {
    -webkit-box-shadow: var(--b-shadow-1);
    box-shadow: var(--b-shadow-1)
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-2 .rey-productInner {
    -webkit-box-shadow: var(--b-shadow-2);
    box-shadow: var(--b-shadow-2)
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-3 .rey-productInner {
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-4 .rey-productInner {
    -webkit-box-shadow: var(--b-shadow-4);
    box-shadow: var(--b-shadow-4)
}

.woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-5 .rey-productInner {
    -webkit-box-shadow: var(--b-shadow-5);
    box-shadow: var(--b-shadow-5)
}

@media (min-width: 1025px) {
    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-0:hover .rey-productInner {
        -webkit-box-shadow:none;
        box-shadow: none
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-1: hover .rey-productInner {
        -webkit-box-shadow:var(--b-shadow-1);
        box-shadow: var(--b-shadow-1)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-2: hover .rey-productInner {
        -webkit-box-shadow:var(--b-shadow-2);
        box-shadow: var(--b-shadow-2)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-3: hover .rey-productInner {
        -webkit-box-shadow:var(--b-shadow-3);
        box-shadow: var(--b-shadow-3)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-4: hover .rey-productInner {
        -webkit-box-shadow:var(--b-shadow-4);
        box-shadow: var(--b-shadow-4)
    }

    .woocommerce ul.products li.product.rey-wc-skin--proto.--shadow-h-5: hover .rey-productInner {
        -webkit-box-shadow:var(--b-shadow-5);
        box-shadow: var(--b-shadow-5)
    }
}

.woocommerce .splide ul.products li.product.rey-wc-skin--proto.splide__slide {
    padding-top: var(--border-size-hover);
    padding-bottom: var(--border-size-hover)
}

.woocommerce .splide ul.products li.product.rey-wc-skin--proto.splide__slide .rey-productInner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce .splide ul.products li.product.rey-wc-skin--proto.splide__slide:hover .rey-productInner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rey-mainNavigation--desktop.--prevent-delays .menu-item-has-children[aria-expanded="true"]>a>span: after,.rey-mainNavigation--desktop.--prevent-delays .menu-item-has-children:hover>a>span:after {
    display:none
}

.rey-mainNavigation--desktop.--prevent-delays.--active .depth--0.--is-mega .rey-mega-gs,.rey-mainNavigation--desktop.--prevent-delays.--active .depth--0.--is-mega .sub-menu {
    -webkit-transition-property: padding-bottom;
    transition-property: padding-bottom
}

.rey-mainNavigation--desktop.--shadow-0 .rey-mega-gs: before,.rey-mainNavigation--desktop.--shadow-0 .sub-menu:before {
    -webkit-box-shadow:none !important;
    box-shadow: none !important
}

.rey-mainNavigation--desktop.--shadow-2 .rey-mega-gs: before,.rey-mainNavigation--desktop.--shadow-2 .sub-menu:before {
    -webkit-box-shadow:0 12.5px 10px rgba(0,0,0,0.035),0 100px 80px rgba(0,0,0,0.07) !important;
    box-shadow: 0 12.5px 10px rgba(0,0,0,0.035),0 100px 80px rgba(0,0,0,0.07) !important
}

.rey-mainNavigation--desktop.--shadow-3 .rey-mega-gs: before,.rey-mainNavigation--desktop.--shadow-3 .sub-menu:before {
    -webkit-box-shadow:0 3.9px 5.3px rgba(0,0,0,0.044),0 13px 17.9px rgba(0,0,0,0.066),0 58px 80px rgba(0,0,0,0.11) !important;
    box-shadow: 0 3.9px 5.3px rgba(0,0,0,0.044),0 13px 17.9px rgba(0,0,0,0.066),0 58px 80px rgba(0,0,0,0.11) !important
}

.rey-mainNavigation--desktop.--shadow-4 .rey-mega-gs: before,.rey-mainNavigation--desktop.--shadow-4 .sub-menu:before {
    -webkit-box-shadow:0 2.6px 3.6px rgba(0,0,0,0.052),0 7.3px 10px rgba(0,0,0,0.075),0 17.5px 24.1px rgba(0,0,0,0.098),0 58px 80px rgba(0,0,0,0.15) !important;
    box-shadow: 0 2.6px 3.6px rgba(0,0,0,0.052),0 7.3px 10px rgba(0,0,0,0.075),0 17.5px 24.1px rgba(0,0,0,0.098),0 58px 80px rgba(0,0,0,0.15) !important
}

.rey-scrollTop {
    position: fixed;
    bottom: var(--scroll-top-bottom, 10vh);
    left: -150vw;
    z-index: 1040;
    -webkit-transition: 0.25s var(--easeoutcubic);
    transition: 0.25s var(--easeoutcubic);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform
}

.rey-scrollTop.--pos-right {
    right: 0px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.rey-scrollTop.--pos-left {
    left: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.site-overlay--is-opened .rey-scrollTop {
    opacity: 0;
    visibility: hidden
}

body.--active-scroll-top .rey-scrollTop {
    left: auto
}

body.--active-scroll-top .rey-scrollTop.--pos-right {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

body.--active-scroll-top .rey-scrollTop.--pos-left {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.rey-scrollTop.--style1 {
    color: var(--scrolltotop-color);
    font-size: 48px;
    width: 1em;
    height: 1em
}

.rey-scrollTop.--style1 .rey-scrollTop-text {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%) rotate(-90deg);
    transform: translateX(-50%) translateY(100%) rotate(-90deg);
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.rey-scrollTop.--style1 .rey-arrowSvg,.rey-scrollTop.--style1 .rey-customIcon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0%) rotate(-90deg);
    transform: translateX(-50%) translateY(0%) rotate(-90deg);
    font-size: inherit;
    opacity: 1;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.rey-scrollTop.--style1 .rey-arrowSvg svg,.rey-scrollTop.--style1 .rey-customIcon svg {
    display: block;
    font-size: inherit
}

.rey-scrollTop.--style1 .rey-customIcon {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%)
}

.rey-scrollTop.--style1: hover .rey-scrollTop-text {
    -webkit-transform:translateX(-50%) translateY(calc(100% + 30px)) rotate(-90deg);
    transform: translateX(-50%) translateY(calc(100% + 30px)) rotate(-90deg);
    opacity: 1
}

.rey-scrollTop.--style1: hover .rey-arrowSvg {
    -webkit-transform:translateX(-50%) translateY(calc(0% - 10px)) rotate(-90deg);
    transform: translateX(-50%) translateY(calc(0% - 10px)) rotate(-90deg)
}

.rey-scrollTop.--style1: hover .rey-customIcon {
    -webkit-transform:translateX(-50%) translateY(calc(0% - 10px));
    transform: translateX(-50%) translateY(calc(0% - 10px))
}

.rey-scrollTop.--style2 {
    color: var(--scrolltotop-color);
    font-size: 48px;
    width: 1em;
    height: 1em
}

.rey-scrollTop.--style2: before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid currentColor;
    border-radius: 3px
}

.rey-scrollTop.--style2 .rey-arrowSvg,.rey-scrollTop.--style2 .rey-customIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-size: inherit;
    font-size: 0.3em;
    opacity: 1;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic)
}

.rey-scrollTop.--style2 .rey-arrowSvg svg,.rey-scrollTop.--style2 .rey-customIcon svg {
    display: block;
    font-size: inherit
}

.rey-scrollTop.--style2 .rey-customIcon {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.rey-scrollTop.--style2 .rey-scrollTop-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 15px));
    transform: translateX(-50%) translateY(calc(-50% + 15px));
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.rey-scrollTop.--style2: hover .rey-arrowSvg {
    -webkit-transform:translateX(-50%) translateY(calc(0% - 15px)) rotate(-90deg);
    transform: translateX(-50%) translateY(calc(0% - 15px)) rotate(-90deg);
    opacity: 0
}

.rey-scrollTop.--style2: hover .rey-customIcon {
    -webkit-transform:translateX(-50%) translateY(calc(0% - 15px));
    transform: translateX(-50%) translateY(calc(0% - 15px));
    opacity: 0
}

.rey-scrollTop.--style2: hover .rey-scrollTop-text {
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn {
    --hbg-bars-width: 20px;
    --hbg-bars-thick: 2px;
    --hbg-bars-distance: 4px;
    --hbg-bars-roundness: 2px
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn span {
    width: var(--hbg-bars-width);
    height: var(--hbg-bars-thick);
    margin-bottom: var(--hbg-bars-distance);
    border-radius: var(--hbg-bars-roundness)
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn span:last-child {
    margin-bottom: 0
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn:before {
    content: "";
    position: absolute;
    left: -0.3rem;
    top: -0.3rem;
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem)
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn:after {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 100%;
    margin-left: 1em;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .elementor-widget-reycore-header-navigation.--hbg-text-mobileyes .rey-mainNavigation-mobileBtn:after {
        display:none
    }
}

.elementor-widget-reycore-header-navigation.--hbg-style--2bars .rey-mainNavigation-mobileBtn span: nth-child(2) {
    margin-bottom:0
}

.elementor-widget-reycore-header-navigation.--hbg-style--2bars .rey-mainNavigation-mobileBtn span: nth-child(3) {
    display:none
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span: nth-child(1) {
    -webkit-transform:translateX(0.2em);
    transform: translateX(0.2em)
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span: nth-child(2) {
    -webkit-transform:translateX(-0.2em);
    transform: translateX(-0.2em);
    margin-bottom: 0
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span: nth-child(3) {
    display:none
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn: hover span {
    -webkit-transform:translateX(0);
    transform: translateX(0)
}

.elementor-widget-reycore-header-navigation.--hbg-pos-left .rey-mainNavigation-mobileBtn: after {
    left:auto;
    margin-left: 0;
    right: 100%;
    margin-right: 1em
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .sub-menu {
    display: block
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-arrow2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-plus: before {
    content:'-'
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-arrow2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-plus: before {
    content:'+'
}

.rey-mobileNav-social .rey-mobileNav-socialText {
    margin-right: 1em
}

.rey-mobileNav-social .rey-mobileNav-socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rey-mobileNav-social .rey-mobileNav-socialIcons-link {
    margin-right: .8em;
    display: block
}

.rey-mobileNav-social .rey-mobileNav-socialIcons-link svg {
    font-size: inherit;
    display: block
}

.reyEl-menu .reyEl-menu-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reyEl-menu .reyEl-menu-nav .sub-menu {
    list-style: none;
    padding-left: 1.2em
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item .reyEl-menu li {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.reyEl-menu a {
    display: inline-block;
    -webkit-transition: color 0.2s var(--easeoutcubic),opacity 0.2s var(--easeoutcubic);
    transition: color 0.2s var(--easeoutcubic),opacity 0.2s var(--easeoutcubic);
    position: relative
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item .reyEl-menu a {
    font-size: .875rem
}

.reyEl-menu a .acc-count {
    font-size: 0.6em;
    vertical-align: top;
    font-weight: var(--font-weight-bold)
}

.reyEl-menu .menu-item.--bold>a {
    font-weight: 700 !important
}

.reyEl-menu .reyEl-menuTitle {
    padding: 0;
    margin: 0 0 1em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--small {
    font-size: 15px
}

.reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--medium {
    font-size: 19px
}

.reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--large {
    font-size: 29px
}

.reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--xl {
    font-size: 39px
}

.reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--xxl {
    font-size: 59px
}

.reyEl-menu .reyEl-menuTitle span {
    margin-right: auto
}

.reyEl-menu .reyEl-menuTitle svg {
    display: none;
    content: "";
    position: relative;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 10px
}

@media (min-width: 1025px) {
    .reyEl-menu .reyEl-menuTitle svg {
        font-size:14px
    }
}

.reyEl-menu .reyEl-menuTitle:after {
    content: "";
    background-color: currentColor;
    opacity: 0.25;
    height: 1px;
    width: 100%;
    display: none;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media (min-width: 1025px) {
    .--title-hide .reyEl-menu .reyEl-menuTitle {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .--title-tablet-hide .reyEl-menu .reyEl-menuTitle {
        display:none
    }
}

@media (max-width: 767px) {
    .--title-mobile-hide .reyEl-menu .reyEl-menuTitle {
        display:none
    }
}

.reyEl-menu.--dd-menu .reyEl-menuTitle {
    cursor: pointer
}

.reyEl-menu.--dd-menu .reyEl-menuTitle svg {
    display: block
}

.reyEl-menu.--dd-menu .reyEl-menuTitle.--active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reyEl-menu.--dd-menu .reyEl-menu-navWrapper {
    max-height: 0;
    overflow: hidden
}

.reyEl-menu.--dd-menu .reyEl-menu-navWrapper.--active {
    max-height: 800px
}

@media (min-width: 768px) {
    .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menuTitle svg {
        display:none
    }

    .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menu-navWrapper {
        max-height: none;
        overflow: auto
    }

    .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menu-navWrapper.--active {
        max-height: none
    }
}

.reyEl-menu.--dd-menu.--floating {
    position: relative
}

.reyEl-menu.--dd-menu.--floating .reyEl-menu-navWrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 100%;
    left: 0;
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.reyEl-menu.--dd-menu.--floating .reyEl-menu-nav {
    padding: 20px
}

@media (max-width: 767px) {
    .reyEl-menu.--dd-menu.--floating-mobile {
        position:relative
    }

    .reyEl-menu.--dd-menu.--floating-mobile .reyEl-menu-navWrapper {
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 100%;
        left: 0;
        -webkit-box-shadow: var(--b-shadow-3);
        box-shadow: var(--b-shadow-3)
    }

    .reyEl-menu.--dd-menu.--floating-mobile .reyEl-menu-nav {
        padding: 20px
    }
}

.reyEl-menu .reyEl-menu-navWrapper {
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s
}

.reyEl-menu .reyEl-menu-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.reyEl-menu .reyEl-menu-acc .btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase
}

.reyEl-menu .reyEl-menu--accLogin {
    margin-right: 15px
}

@media (max-width: 1024px) {
    .--mobile-scroll-horizontal .reyEl-menu-navWrapper {
        overflow:auto
    }

    .--mobile-scroll-horizontal .reyEl-menu-navWrapper .rey-navEl {
        padding-bottom: 0.5em;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .--mobile-scroll-horizontal .reyEl-menu-navWrapper .rey-navEl a>span {
        white-space: nowrap
    }
}

.reyEl-menu--vertical {
    --distance: 0.2em
}

.reyEl-menu--vertical .reyEl-menu-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reyEl-menu--vertical .reyEl-menu-nav li {
    margin-top: var(--distance);
    margin-bottom: var(--distance)
}

.reyEl-menu--vertical .reyEl-menu-nav li .sub-menu>li:last-child {
    margin-bottom: 0
}

.reyEl-menu--vertical .reyEl-menu-nav a {
    display: block
}

@media (min-width: 1025px) {
    .reyEl-menu--vertical .--css-cols .reyEl-menu-nav {
        display:block;
        -webkit-columns: var(--menu-cols);
        -moz-columns: var(--menu-cols);
        columns: var(--menu-cols);
        -webkit-column-gap: calc(var(--menu-cols) * 0.6%);
        -moz-column-gap: calc(var(--menu-cols) * 0.6%);
        column-gap: calc(var(--menu-cols) * 0.6%)
    }
}

@media (min-width: 1025px) {
    .reyEl-menu--cols-1.reyEl-menu--vertical .reyEl-menu-nav>li:first-child {
        margin-top:0 !important
    }

    .reyEl-menu--cols-1.reyEl-menu--vertical .reyEl-menu-nav>li:last-child {
        margin-bottom: 0 !important
    }
}

.reyEl-menu--cols-2 .reyEl-menu-nav,.reyEl-menu--cols-3 .reyEl-menu-nav,.reyEl-menu--cols-4 .reyEl-menu-nav,.reyEl-menu--cols-5 .reyEl-menu-nav,.reyEl-menu--cols--tablet2 .reyEl-menu-nav,.reyEl-menu--cols--tablet3 .reyEl-menu-nav,.reyEl-menu--cols--tablet4 .reyEl-menu-nav,.reyEl-menu--cols--tablet5 .reyEl-menu-nav,.reyEl-menu--cols--mobile2 .reyEl-menu-nav,.reyEl-menu--cols--mobile3 .reyEl-menu-nav,.reyEl-menu--cols--mobile4 .reyEl-menu-nav,.reyEl-menu--cols--mobile5 .reyEl-menu-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.reyEl-menu--horizontal {
    --distance: 0.5em
}

.reyEl-menu--horizontal .reyEl-menu-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.reyEl-menu--horizontal .reyEl-menu-nav>li {
    margin-left: var(--distance);
    margin-right: var(--distance)
}

.reyEl-menu--horizontal .reyEl-menu-nav>li:first-child {
    margin-left: 0 !important
}

.reyEl-menu--horizontal .reyEl-menu-nav>li:last-child {
    margin-right: 0 !important
}

.reyEl-menu--horizontal .reyEl-menu-nav>li a {
    display: block
}

.reyEl-menu--horizontal .reyEl-menu-nav.rey-navEl.--menuHover-ut>li>a {
    display: inline-block
}

.reyEl-menu--horizontal .reyEl-menu-nav>.menu-item-has-children {
    position: relative
}

.reyEl-menu--horizontal .reyEl-menu-nav>.menu-item-has-children>.sub-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: -100vw;
    background-color: HSL(var(--neutral-0));
    padding: 2rem;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    min-width: 200px;
    white-space: nowrap;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: 0.25s var(--easeoutcubic);
    transition: 0.25s var(--easeoutcubic);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.reyEl-menu--horizontal .reyEl-menu-nav>.menu-item-has-children>.sub-menu:before {
    content: "";
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%
}

.reyEl-menu--horizontal .reyEl-menu-nav>.menu-item-has-children:hover {
    z-index: 1070
}

.reyEl-menu--horizontal .reyEl-menu-nav>.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    left: auto
}

@media (max-width: 767px) {
    .reyEl-menu--horizontal.--vertical-xs .reyEl-menu-nav {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reyEl-menu--horizontal.--vertical-xs .reyEl-menu-nav li {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega .reyEl-menu-nav .sub-menu {
    width: 100%;
    max-width: var(--site-width, 100vw)
}

.reyEl-menu[data-vsubmenus] .rey-navEl {
    display: block
}

.reyEl-menu[data-vsubmenus] .menu-item-has-children>a {
    position: relative
}

.reyEl-menu[data-vsubmenus] .sub-menu {
    display: none;
    padding-left: 0;
    padding-left: var(--submenus-start-distance, 1.2em)
}

.reyEl-menu[data-vsubmenus][data-indicator] .menu-item-has-children>a {
    padding-right: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3))
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3));
    font-size: var(--indicator-size, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic);
    opacity: 0
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-chevron {
    --rel-size: 0.5em
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-chevron: before {
    content:'';
    width: var(--rel-size);
    height: var(--rel-size);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - (var(--rel-size)/2))) rotate(45deg);
    transform: translate(-50%, calc(-50% - (var(--rel-size)/2))) rotate(45deg);
    -webkit-box-shadow: 2px 2px 0 var(--thickness, 0px) currentColor;
    box-shadow: 2px 2px 0 var(--thickness, 0px) currentColor;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow {
    --rel-size: 0.5em
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow: before {
    content:'';
    width: var(--rel-size);
    height: var(--rel-size);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 1px 1px 0 var(--thickness, 0px) currentColor;
    box-shadow: 1px 1px 0 var(--thickness, 0px) currentColor;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow: after {
    content:'';
    height: calc(var(--rel-size) + 0.2em);
    width: var(--thickness, 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 0.2em));
    transform: translate(-50%, calc(-50% - 0.2em));
    -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic);
    background-color: currentColor
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus {
    --rel-size: 0.5em
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus: before,.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus:after {
    content:'';
    width: var(--rel-size);
    height: var(--thickness, 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic);
    background-color: currentColor
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus: after {
    width:var(--thickness, 1px);
    height: var(--rel-size);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item>a .--submenu-indicator-chevron: before {
    -webkit-box-shadow:-2px -2px 0 var(--thickness, 0px) currentColor;
    box-shadow: -2px -2px 0 var(--thickness, 0px) currentColor;
    -webkit-transform: translate(-50%, calc(-50% + (var(--rel-size)/2))) rotate(45deg);
    transform: translate(-50%, calc(-50% + (var(--rel-size)/2))) rotate(45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item>a .--submenu-indicator-plus: before {
    -webkit-transform:translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item>a .--submenu-indicator-plus: after {
    -webkit-transform:translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item>a .--submenu-indicator-arrow: before {
    -webkit-box-shadow:-1px -1px 0 var(--thickness, 0px) currentColor;
    box-shadow: -1px -1px 0 var(--thickness, 0px) currentColor
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item>a .--submenu-indicator-arrow: after {
    -webkit-transform:translate(-50%, calc(-50% + 0.2em));
    transform: translate(-50%, calc(-50% + 0.2em))
}

.reyEl-menu[data-vsubmenus].--submenus-h {
    --slide-distance: 130px;
    --transition-duration: .5s;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: height;
    transition-property: height
}

@media (max-width: 1024px) {
    .reyEl-menu[data-vsubmenus].--submenus-h {
        overflow:hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.reyEl-menu[data-vsubmenus].--submenus-h ul {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity
}

.reyEl-menu[data-vsubmenus].--submenus-h ul>li>a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-chevron: before {
    -webkit-transform:translate(calc(-50% - (var(--rel-size)/2)), -50%) rotate(-45deg);
    transform: translate(calc(-50% - (var(--rel-size)/2)), -50%) rotate(-45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-arrow: before {
    -webkit-transform:translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-arrow: after {
    width:calc(var(--rel-size) + 0.2em);
    height: var(--thickness, 1px);
    -webkit-transform: translate(calc(-50% - 0.2em), -50%);
    transform: translate(calc(-50% - 0.2em), -50%)
}

.reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back {
    --indicator-position: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3))
}

.reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back>a {
    font-weight: 600;
    padding-right: 0;
    left: var(--indicator-position);
    width: calc(100% - var(--indicator-position))
}

.reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back .--submenu-indicator {
    left: calc(-1 * var(--indicator-position));
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reyEl-menu[data-vsubmenus].--submenus-h .sub-menu {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: visibility, opacity, height;
    transition-property: visibility, opacity, height
}

.reyEl-menu[data-vsubmenus].--submenus-h .sub-menu>li>a {
    -webkit-transform: translateX(var(--slide-distance));
    transform: translateX(var(--slide-distance));
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic)
}

.reyEl-menu[data-vsubmenus].--submenus-h ul.--back {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.reyEl-menu[data-vsubmenus].--submenus-h ul.--back>li>a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(calc(-1 * (var(--slide-distance)/3)));
    transform: translateX(calc(-1 * (var(--slide-distance)/3)));
    pointer-events: none
}

.reyEl-menu[data-vsubmenus].--submenus-h ul.--current {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.reyEl-menu[data-vsubmenus].--submenus-h ul.--current>li>a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ss-container {
    position: relative
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.ss-content {
    height: 100%;
    width: calc(100% + var(--scrollbar-width, 18px));
    padding: 0 var(--scrollbar-width, 18px) 0 0;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ss-hidden-bar .ss-content {
    padding-right: 0
}

.ss-content.rtl {
    width: calc(100% + var(--scrollbar-width, 18px));
    right: auto
}

.ss-scroll {
    position: relative;
    background: rgba(0,0,0,0.1);
    width: 6px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: .25;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    position: absolute;
    right: 0
}

.ss-hidden {
    display: none
}

.ss-container:hover .ss-scroll,.ss-container:active .ss-scroll {
    opacity: 1
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}



.woocommerce.single-product .product .summary .variations {
    width: 100%;
}

.woocommerce.single-product .product .summary .variations td {
    display: block;
    width: 100%;
}

.woocommerce.single-product .product .summary .variations td label {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: left;
    display: block;
    margin-top: 20px;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer input {
    visibility: hidden;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > select {
    display: none;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > label {
    display: inline-block;
    margin: 5px 5px 0 0;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > label > span {
    font-family: 'Oswald', 'Nunito', Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: .8em;
    padding: 17px 11px;
    text-align: center;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    background-color: #cdcdcd;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > label > span:hover {
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > label > input {
    position: absolute;
    top: -20px;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer > label > .checked {
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.woocommerce.single-product .product .summary .variations .radioSelectContainer.pa_flavor {
    max-height: 220px;
    overflow-y: scroll;
}

.woocommerce.single-product .product .summary .variations .reset_variations {
    margin-top: 15px;
    display: block !important;
}


/* -----------------------  */


/*

WPWP

*/


.variations select {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 21px;
    text-decoration: rgb(72, 79, 86);
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: 0px;
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(72, 79, 86);
    height: 39px;
    width: 286.8px;
    border: ;
    border-top: ;
    border-right: ;
    border-bottom: ;
    border-left: ;
    margin: ;
    padding: ;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: block;
    clear: none;
    z-index: auto;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    overflow: visible;
    cursor: pointer;
    visibility: visible;
    transform: none;
    transition: ;
    outline: ;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: normal;
    box-shadow: rgba(206, 212, 218, 0.25) 0px 3px 10px 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.variations select * {
    padding: 10px;
}

.variations select *:hover {
    background-color: #ccc;
}

.woocommerce div.product.elementor form.cart table.variations tr,
.woocommerce div.product.elementor form.cart table.variations td {
    display: flex;
    justify-content: center;
}

.woocommerce.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item {
    --image-size: 0 !important;
}

.reyajfilter-layered-list > li {
    margin-top: 5px;
}

.reyajfilter-layered-list > li > a {
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.reyajfilter-layered-list > li > a ul.children a {
    font-weight: 100 !important;
}

.woocommerce-product-attributes-item__value p {
    text-align: left;
}

.woocommerce table.shop_attributes th {
    min-width: 150px;
}

.rey-loopDetails {
    display: flex;
    flex-direction: column;
}

.rey-loopDetails .rey-productCategories {
    order: -1;
    margin-bottom: 10px !important;
    color: #000 !important;
}

.rey-loopDetails .rey-brandLink {
    color: #000 !important;
}

.rey-innerSummary .rey-productTitle-wrapper {
    display: flex;
    flex-direction: column;
}


.rey-innerSummary .rey-productTitle-wrapper .rey-brandLink {
    order: -1;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_notes {
    display: none !important;
}

.woocommerce-product-attributes.shop_attributes th {
    padding-right: 20px !important;
}

.woocommerce ul.products li.product .button ~ .rey-wishlistBtn {
    margin-left: 0 !important;
    margin-top: 5px;
}

.product_meta .tagged_as {
    display: none !important;
}


.single .rey-siteWrapper,
.category .rey-siteWrapper,
.blog .rey-siteWrapper {
    overflow: initial;
}

.single__container,
.archive__container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.single__container-inner, .archive__container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single__content,
.archive__content {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    width: 75%;
}

.single__content h1 {
    text-align: center;
}

.wp-block-image img {
    height: auto;
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
    width: 70%;
}

.aligncenter {
    float: none;
    margin: 0.5em auto 1em;
}

.alignright {
    float: right;
    margin: 0.5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 1em 0;
}

.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

footer .elementor-inner .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .elementor-image .wp-caption {
    background: unset;
    border: unset;
    padding: unset;
}

footer .elementor-inner .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-section {
    max-width: 1920px;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    footer .elementor-inner .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-section {
        margin-top: 0;
        margin-bottom: 0;
    }
}

footer .elementor-inner .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-section .elementor-container .elementor-row .elementor-column .elementor-column-wrap--0ba8e9f {
    margin-top: 1.25rem;
}

footer .elementor-inner .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-section .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element {
    text-align: center;
}

.rey-siteWrapper .rey-siteContent #article-fp-mainblock .fp-mainblock-block .block-content .block-menu > a {
    opacity: 0;
    visibility: hidden;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail img {
    filter: brightness(100%) contrast(100%) saturate(10%) blur(0px) hue-rotate(0deg);
    transition: .3s all ease;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail img:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}


.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.single .blocks-gallery-item__caption {
    position: static !important;
}

.single .wp-block-gallery {
    margin: 60px 0;
}

.single .blocks-gallery-grid .blocks-gallery-item figure {
    display: block !important;
}

.single .blocks-gallery-grid .blocks-gallery-item figcaption {
    background: none !important;
    color: #484f56 !important;
    padding-top: 20px !important;
    font-size: 15px;
}

.single .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.single blockquote {
    padding: 0;
    margin: 40px 0;
}

.single blockquote:before {
    content: none;
}

.post-pag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.post-prev,
.post-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-prev img {
    margin-right: 14px;
}

.post-next img {
    margin-left: 14px;
}

.post-pag-wrap a {
    display: block;
}

.post-pag-wrap a:hover {
    text-decoration: none;
}

.post-pag-wrap img {
    width: 55px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-pag-wrap h5 {
    font-size: 12px;
    line-height: 1.67em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.2em;
}

.single__slider {
    height: 100%;
    max-height: 540px;
    width: 100%;
    margin-bottom: 45px;
}

.single__slider .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single__slider .swiper-button-prev,
.single__slider .swiper-button-next {
    background-image: none !important;
    background-color: #fff;
    padding: 15px 10px;
    width: 62px;
    height: 49px;
}

.single__slider .swiper-button-prev {
    left: 0 !important;
}

.single__slider .swiper-button-next {
    right: 0 !important;
}

.single__slider .swiper-button-prev svg,
.single__slider .swiper-button-next svg {
    width: 42px;
    height: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single__slider .swiper-button-prev:hover svg,
.single__slider .swiper-button-next:hover svg {
    width: 35px;
    height: 15px;
}

.single__slider .swiper-button-prev:after,
.single__slider .swiper-button-next:after {
    content: none !important;
}

.single__subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.single__subtitle a:hover {
    text-decoration: none;
}

.single__box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 40px 0;
    clear: both;
}

.single__date {
    color: #959595;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 0;
}

.single__box-info .heateor_sss_sharing_container {
    max-width: 115px;
    width: 100%;
}

.single__box-info .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto !important;
}

.box-img {
    position: relative;
}

.box-img__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 540px;
    height: 100%;
}

.box-img__button {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    max-width: 155px;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}

.box-img__button:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.single__sidebar {
    margin-bottom: 45px;
    text-align: center;
    padding: 0 35px;
    position: -webkit-static;
    position: static;
    top: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 345px;
}

.arhive__sidebar {
    position: -webkit-sticky;
    position: sticky;
}

.single__sidebar .widget_recent_entries {
    margin-top: 30px;
}

.single__sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.single__sidebar .wp-block-latest-posts.wp-block-latest-posts__list li:hover a {
    color: #959595;
}

.single__sidebar .widget_recent_entries .wp-block-latest-posts__featured-image {
    display: block;
}

.single__sidebar .widget_recent_entries li > a {
    text-align: left;
    font-size: 12px;
    line-height: 1.67em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding-left: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single__sidebar .widget_recent_entries a:hover {
    color: #959595;
    text-decoration: none;
}

.single__sidebar .widget_block h6 {
    color: #000;
    font-size: 12px !important;
    line-height: 1.8em !important;
    font-weight: 600 !important;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.single__sidebar .widget_block h6 strong {
    font-weight: 600 !important;
}

#mailpoet_form_1 input::-webkit-input-placeholder {
    text-align: center;
    margin: 0 auto;
}

#mailpoet_form_1 input::-moz-placeholder {
    text-align: center;
    margin: 0 auto;
}

#mailpoet_form_1 input:-ms-input-placeholder {
    text-align: center;
    margin: 0 auto;
}

#mailpoet_form_1 input::-ms-input-placeholder {
    text-align: center;
    margin: 0 auto;
}

#mailpoet_form_1 input::placeholder {
    text-align: center;
    margin: 0 auto;
}

#mailpoet_form_1 input::-webkit-input-placeholder {
    text-align: center;
}

#mailpoet_form_1 input:-moz-placeholder {
    text-align: center;
}

#mailpoet_form_1 input::-moz-placeholder {
    text-align: center;
}

#mailpoet_form_1 input:-ms-input-placeholder {
    text-align: center;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

.archive__first-post {
    margin-bottom: 40px;
    overflow: hidden;
}

.archive__first-post .archive__wrapper-img {
    display: block;
    overflow: hidden;
    height: 100%;
}

.archive__first-post img {
    width: 100%;
    height: 100%;
    max-height: 505px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.archive__first-post img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.archive__first-post .archive__box {
    border: 1px solid #f3f3f3;
    border-top: none;
    padding-top: 45px;
    padding: 45px 15px 0;
}

.archive__first-post a:hover {
    text-decoration: none;
}

.archive__first-post .archive__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.33em;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
}

.archive__first-post .archive__category {
    text-align: center;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 400;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 0.33em;
    margin-bottom: 35px;
}

.archive__first-post .archive__descr-post {
    padding: 0 8%;
    margin-bottom: 45px;
    text-align: center;
}

.archive__first-post .archive__read-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 0.33em;
    margin-bottom: 35px;
}

.archive__first-post .heateor_sss_sharing_container {
    max-width: 110px;
    width: 100%;
    margin: 0 auto 55px;
}

.archive__first-post .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive__list-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 45px;
    position: relative;
}

.archive__list-post.active {
    opacity: .5;
}

.list-category-tablet {
    display: none;
}

.archive__list-post a:hover {
    text-decoration: none;
}

.archive__list-post .archive__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
}

.archive__list-post .archive__wrapper-img {
    display: block;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

.archive__list-post .archive__item img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.archive__list-post .archive__item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.archive__list-post .archive__item-box {
    border: 1px solid #f3f3f3;
    border-top: none;
    padding: 0 15px;
}

.archive__list-post .archive__item-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: unset;
    line-height: unset;

}

.archive__list-post .archive__item-title a {
    font-size: 14px;
    line-height: 1.57em;
    font-weight: 500;
    letter-spacing: 0.2em;

}

.archive__list-post .archive__item-category {
    text-align: center;
}

.archive__list-post .archive__item-category a {
    letter-spacing: 0.33em;
    font-size: 10px;
    font-weight: 400;
    color: #959595;
    text-align: center;
    text-transform: uppercase;
}

.archive__btn-more {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto 45px;
    background-color: #000;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s all ease;
}

.archive__btn-more:hover {
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.list-category ul {
    list-style-type: none;
    padding-left: 0;
}

.list-category li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #959595;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.list-category__item-name {
    color: #fff;
    padding-right: 15px;
}

.list-category__count {
    color: #fff;
}

.list-category li {
    list-style-type: none;
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
    padding: 17px 25px;
}

.list-category a {
    display: block;
    width: 100%;
    /* padding: 0 30px; */
}

/* .list-category a:first-of-type {
  padding-top: 30px;
}

.list-category a:last-of-type {
  padding-bottom: 30px;
} */

.list-category a:hover {
    text-decoration: none;
}

.hide {
    display: none;
}

.mailpoet_form_html p, .mailpoet_form_html ol, .mailpoet_form_html ul, .mailpoet_form_html li, .mailpoet_form_html dl, .mailpoet_form_html dt, .mailpoet_form_html dd, .mailpoet_form_html blockquote, .mailpoet_form_html figure, .mailpoet_form_html fieldset, .mailpoet_form_html form, .mailpoet_form_html legend, .mailpoet_form_html textarea, .mailpoet_form_html pre, .mailpoet_form_html iframe, .mailpoet_form_html hr, .mailpoet_form_html h1, .mailpoet_form_html h2, .mailpoet_form_html h3, .mailpoet_form_html h4, .mailpoet_form_html h5, .mailpoet_form_html h6, .mailpoet_form_iframe p, .mailpoet_form_iframe ol, .mailpoet_form_iframe ul, .mailpoet_form_iframe li, .mailpoet_form_iframe dl, .mailpoet_form_iframe dt, .mailpoet_form_iframe dd, .mailpoet_form_iframe blockquote, .mailpoet_form_iframe figure, .mailpoet_form_iframe fieldset, .mailpoet_form_iframe form, .mailpoet_form_iframe legend, .mailpoet_form_iframe textarea, .mailpoet_form_iframe pre, .mailpoet_form_iframe iframe, .mailpoet_form_iframe hr, .mailpoet_form_iframe h1, .mailpoet_form_iframe h2, .mailpoet_form_iframe h3, .mailpoet_form_iframe h4, .mailpoet_form_iframe h5, .mailpoet_form_iframe h6 {
    font-family: Montserrat, sans-serif !important;
}

#mailpoet_form_2 .parsley-custom-error-message {
    line-height: 20px !important;
}

.fix-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    padding: 16px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.fix-box.active {
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
}

.fix-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1135px;
}

.fix-box__btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin: 0 15px 0 40px;
}

.fix-box__btn-close hr {
    width: 20px;
    height: 4px;
    border-color: #000;
}

.fix-box__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix-box__box p {
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fix-box__posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.fix-box__wrapper-img {
    width: 45px;
    height: 45px;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.fix-box__wrapper-img:hover {
    margin-top: -3px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.fix-box__wrapper-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.category-lifestyle .rey-scrollTop.--pos-right,
.single-post .rey-scrollTop.--pos-right {
    bottom: 80px;
}

.show {
    display: block;
    opacity: 0;
    animation: fadeIn ease 1s forwards;
    -webkit-animation: fadeIn ease 1s forwards;
    -moz-animation: fadeIn ease 1s forwards;
    -o-animation: fadeIn ease 1s forwards;
    -ms-animation: fadeIn ease 1s forwards;
}

/* DEMO 5 */

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 35px;
    color: #000;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: unset;
    line-height: 1.2;
    margin: 0;
    border-radius: 5px 5px 0 0;

}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
    transition: .3s all ease;
}

.wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    margin: 1.3rem 0;
    overflow: hidden;
    opacity: 0;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 20px 15px;
    margin-bottom: 7px;
    line-height: 1.2;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}


.wrapper-dropdown-5 .dropdown a:last-of-type li {
    margin-bottom: 0;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown a:last-of-type {
    margin-bottom: 0;
}

.wrapper-dropdown-5.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.wrapper-dropdown-5.active:after {
    transform: scale(-1);
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
    z-index: 3;
    opacity: 1;
}

/* No CSS3 support: none */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blog .rey-pageCover {
    display: none;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    bottom: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    display: none;
}

.lds-spinner.active {
    display: inline-block;
}

.lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    left: 37px;
    width: 5px;
    height: 15px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#content > div.single__container > div.single__content > div.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

.box-social {
    max-width: 260px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.archive__box .box-social {
    margin: 0 auto 50px;
}

.box-social p {
    margin-bottom: 0;
    margin-right: 15px;
}

.box-social__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.box-social__btn-fac {
    background: #3B5998;
}

.box-social__btn-tel {
    background: #37AEE2;
}

.box-social__btn-vib {
    background: #8950a1;
}

.box-social__btn-twi {
    background: #55ACEE;
}

.box-social__btn:last-of-type {
    margin-right: 0;
}

.box-social__btn svg {
    width: 15px;
    height: 15px;
}

.kama_breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px 20px;
}

span.kb_sep {
    min-width: 20px;
    background: url(assets/images/arrow.svg) no-repeat center 8px;
    background-size: contain;
    margin: 0 8px;
    position: relative;
}

.kama_breadcrumbs span {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.7;
    color: #373737;
    display: flex;
    justify-content: center;
    margin: 0;
}

.kama_breadcrumbs span a {
    line-height: 1.7;
}

/*.kama_breadcrumbs > span:nth-child(5) {*/
/*    white-space: nowrap;*/
/*}*/

.kama_breadcrumbs .kb_title_active {
    color: #6d7278;
}

@media screen and (max-width: 1024px) {
    .single__container-inner,
    .archive__container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .single__content,
    .archive__content {
        max-width: 768px;
        width: 100%;
        margin: 0 auto 80px;
    }

    .archive__content {
        margin-bottom: 0;
    }

    .single__sidebar {
        position: static;
        max-width: 768px;
        margin: 40px auto 100px;
    }

    .box-img {
        max-width: 450px;
        margin: 0 auto;
    }

    .box-img__img {
        min-height: inherit;
    }

    .box-img__button {
        top: 35%;
        max-width: 180px;
        padding: 12px 10px;
    }

    .fix-box__btn-close {
        margin-left: 0;
    }

    .list-category-widget {
        display: none;
    }

    .list-category-tablet {
        display: block;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.single__container-inner .single__content .single__subtitle a {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.single__container-inner .single__content .wp-block-quote p {
    font-style: italic;
    font-weight: 400;
}

@media screen and (max-width: 400px) {
    .single__container-inner .single__content .post-pag-wrap .post-prev a h5,
    .single__container-inner .single__content .post-pag-wrap .post-next a h5 {
        letter-spacing: unset;
    }
}

@media (max-width: 768px) {
    .blocks-gallery-item:nth-child(1) {
        margin-bottom: 70px !important;
    }

    .wp-block-gallery,
    .blocks-gallery-grid {
        display: block;
    }

    .elementor-11355 .elementor-element.elementor-element-4133458 {
        display: none;
    }

    .post-pag-wrap img {
        display: none;
    }

    .single__box-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .single__box-info .heateor_sss_sharing_container {
        margin: 0 auto;
    }

    .single__date {
        text-align: center;
        margin-top: 20px;
    }

    .archive__list-post {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .fix-box {
        display: none;
    }

    .category-lifestyle .rey-scrollTop.--pos-right,
    .single-post .rey-scrollTop.--pos-right {
        bottom: 50px;
    }
}

@media (max-width: 500px) {
    .archive__list-post {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .wp-block-image .alignright {
        float: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .wp-block-image .alignleft {
        float: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.shop-sidebar .rey-sidebarInner {
    position: sticky !important;
    top: 10px;
    padding-top: 18px !important;
}

.post-type-archive .rey-loopHeader {
    position: sticky;
    top: 10px;
    background: #fff;
    z-index: 9999;
    padding-bottom: 7px !important;
}

.post-type-archive .rey-siteContainer {
    padding-top: 0 !important;
}

.post-type-archive .rey-siteWrapper {
    overflow: unset !important;
}

.reyajfilter-layered-list > li > a {
    position: relative;
}

.reyajfilter-layered-list > li > a > .__checkbox {
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.reyajfilter-layered-list > li ul a > .__checkbox {
    display: none !important;
}

.reyajfilter-before-products .widget_reyajfilter-active-filters .reyajfilter-active-filters a {
    /*display: none !important;*/
    pointer-events: none;
}

.reyajfilter-before-products .widget_reyajfilter-active-filters .reyajfilter-active-filters a:last-child {
    display: none !important;
}

.reyajfilter-before-products .widget_reyajfilter-active-filters .reyajfilter-active-filters a svg {
    display: none !important;
}

.reyajfilter-before-products .widget_reyajfilter-active-filters .reyajfilter-active-filters a span {
    margin-left: 0 !important;
}

.single-product .rey-breadcrumbs {
    display: none !important;
}

.single-product .rey-breadcrumbs2 {
    display: block !important;
}


#mailpoet_woocommerce_checkout_optin_field .woocommerce-form__label {
    font-size: 0 !important;
    position: relative;
}

#mailpoet_woocommerce_checkout_optin_field .woocommerce-form__label .optional {
    font-size: 11px !important;
    display: block !important;
    margin-top: 7px;
}

#mailpoet_woocommerce_checkout_optin_field .woocommerce-form__label:before {
    content: "Я хотів би отримувати ексклюзивні електронні листи зі знижками та інформацією про товари";
    font-size: 11px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.woocommerce-order-overview + h5 + p {
    display: none !important;
}

.woocommerce-order-overview + h5 {
    display: none !important;
}


#billing_company_field {
    display: none !important;
}

.woocommerce-info::before {
    display: none !important;
}

/* Archive news */
.archive__container.news .archive__content {
    width: 100%;
}

.archive__container.news .archive__content .archive__content-inner .archive__list-post {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.archive__container.news .archive__content .archive__content-inner .archive__list-post .archive__item .archive__item-box .archive__item-title {
    margin-bottom: 10px;
}

.archive__container.news .archive__content .archive__content-inner .archive__list-post .archive__item .archive__item-box .archive__item-title a {
    text-align: center;
    font-size: 14px;
    line-height: 1.57em;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.archive__container.news .archive__content .archive__content-inner .archive__list-post .archive__item .archive__item-box .archive__item-category a p {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .archive__container.news .archive__content .archive__content-inner .archive__list-post {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .archive__container.news .archive__content .archive__content-inner .archive__list-post {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 500px) {
    .archive__container.news .archive__content .archive__content-inner .archive__list-post {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.widget {
    position: relative;
    margin-top: 3.125rem;
    font-size: 1rem;
}

.widget:first-child {
    margin-top: 0;
}

.mailpoet_submit {
    cursor: pointer;
}

.mailpoet_submit:hover {
    background-color: #fff;
    color: #000;
}


.mailpoet_captcha_form .mailpoet_form_hide_on_success .mailpoet_paragraph .mailpoet_text_label {
    margin-bottom: 0.5rem;
    color: #484F56;
}

.mailpoet_captcha_form .mailpoet_form_hide_on_success .mailpoet_paragraph .mailpoet_text:focus {
    border-color: #484F56;
}

.mailpoet_captcha_form .mailpoet_form_hide_on_success .mailpoet_paragraph .mailpoet_submit {
    border: none;
    background: transparent;
    color: #484F56;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}

.mailpoet_captcha_form .mailpoet_form_hide_on_success .mailpoet_paragraph .mailpoet_submit:hover {
    opacity: 0.8;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: unset !important;
    transform: translate(0) !important;
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img {
    width: 100%;
    max-width: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 150px
}

.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
    vertical-align: middle
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle
}

.woocommerce-cart .wc-proceed-to-checkout {
    *zoom: 1;
    padding: 1em 0
}

.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after {
    content: " ";
    display: table
}

.woocommerce-cart .wc-proceed-to-checkout::after {
    clear: both
}

.woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button {
    display: block;
    color: #fff;
    background-color: #212529;
    padding: 1.25rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "î€™";
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

.woocommerce .woocommerce-cart-form .quantity {
    width: 100%
}

.woocommerce .woocommerce-cart-form div.rey-qtyField {
    position: relative;
    width: 100%
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .qty {
    color: #484f56;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    width: 100%;
    background: none;
    border: 1px solid #eaedf0;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form div.rey-qtyField .qty {
        height: 30px
    }
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .cartBtnQty-control {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    z-index: 1;
    cursor: pointer;
    width: 30%;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-family: Arial, Helvetica, Sans-Serif;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .cartBtnQty-control svg {
    display: block;
    font-size: inherit;
    width: 16px;
    height: 16px;
    color: #000;
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .cartBtnQty-control.--plus {
    right: 2px;
    left: auto
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .cartBtnQty-control.--plus:after {
    left: 0;
    right: auto
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .cartBtnQty-control:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: currentColor;
    opacity: 0.08;
    top: 20%;
    right: 0
}

.woocommerce .woocommerce-cart-form div.rey-qtyField .rey-qtySelect ~ input[name="quantity"] {
    display: none !important
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
    --cart-table-head-bg-color: HSL(var(--neutral-1));
    --cart-table-border-color: HSL(var(--neutral-2));
    background-color: var(--cart-table-bg-color, transparent);
    color: var(--cart-table-text-color, var(--body-color))
}

.woocommerce table.shop_table.woocommerce-cart-form__contents a {
    color: var(--cart-table-text-color, var(--body-color))
}

.woocommerce table.shop_table.woocommerce-cart-form__contents, .woocommerce table.shop_table.woocommerce-cart-form__contents thead, .woocommerce table.shop_table.woocommerce-cart-form__contents tr, .woocommerce table.shop_table.woocommerce-cart-form__contents th, .woocommerce table.shop_table.woocommerce-cart-form__contents td, .woocommerce table.shop_table.woocommerce-cart-form__contents tbody, .woocommerce table.shop_table.woocommerce-cart-form__contents tfoot {
    border: 0;
    padding: 0
}

@media (max-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents, .woocommerce table.shop_table.woocommerce-cart-form__contents thead, .woocommerce table.shop_table.woocommerce-cart-form__contents tr, .woocommerce table.shop_table.woocommerce-cart-form__contents th, .woocommerce table.shop_table.woocommerce-cart-form__contents td, .woocommerce table.shop_table.woocommerce-cart-form__contents tbody, .woocommerce table.shop_table.woocommerce-cart-form__contents tfoot {
        display: block
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tr:nth-child(2n) td {
    background-color: transparent
}

.woocommerce table.shop_table.woocommerce-cart-form__contents thead {
    display: none
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents thead {
        display: table-header-group
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th {
        border-bottom-width: var(--cart-table-border-size, 1px);
        border-bottom-style: solid;
        border-bottom-color: #eaedf0;
        background-color: #f9fafb;
        font-weight: 600;
        color: #484F56;
        text-transform: uppercase;
        font-size: 12px;
        padding: var(--cart-table-padding, 20px);
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th:first-child {
        border-top-left-radius: var(--cart-table-border-radius)
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th:last-child {
        border-top-right-radius: var(--cart-table-border-radius)
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr {
    position: relative;
    border-color: #eaedf0 !important;
}

@media screen and (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr {
        border-top: 1px solid #eaedf0;
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before {
        font-weight: 300;
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal:before {
        font-weight: 600;
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:last-child:not(:only-child) td {
    border-bottom: none
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td {
    border-bottom-width: var(--cart-table-border-size, 1px);
    border-bottom-style: solid;
    border-bottom-color: #eaedf0;
    padding: var(--cart-table-padding, 20px)
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td:first-child {
        border-top-left-radius: var(--cart-table-border-radius)
    }
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td:last-child {
        border-top-right-radius: var(--cart-table-border-radius)
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td:before {
    font-size: 13px
}

@media (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td {
        padding: 5px 15px;
        border-bottom-style: none;
        border-bottom-width: 0;
    }

    .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr td:last-child {
        border-bottom-style: solid;
        padding-bottom: 10px
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:hover a.remove {
    opacity: 0.8
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name {
    padding: 15px;
    margin-bottom: 0;
    text-align: start
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name {
        padding: var(--cart-table-padding, 20px 20px 20px 0)
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-mini-cart-item-title {
    font-size: 1rem
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-mini-cart-item-title {
        font-size: 1.125rem
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name:before {
    display: none
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-cart-form__cart-nameContent {
    position: relative;
    padding-bottom: 20px
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-cart-form__cart-nameContent {
        text-align: left !important;
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-size: 11px;
    font-weight: 400;
    color: #6d7278;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.1em;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove {
        opacity: 0.2;
        position: absolute
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove span {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    margin-left: 0;
    font-size: 11px;
    font-weight: 400;
    color: #6d7278;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove svg {
    font-size: 0.8em;
    --stroke-width: 16px;
    width: 8.8px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: absolute;
    left: 0
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove:hover {
    opacity: 1;
    background: transparent;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove:hover span {
    -webkit-transform: translateX(1.3em);
    transform: translateX(1.3em)
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a.remove:hover svg {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail {
    width: 70px;
    float: left;
    margin-right: 20px
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail {
        margin-right: 30px;
        width: 90px
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail img {
    width: 100%;
    max-width: 100%
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents .product-price {
        text-align: end
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-price {
    font-size: .875rem;
}

@media screen and (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-price,
    .woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity {
        font-weight: 300;
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity.one-product .quantity .cartBtnQty-controls .minus {
    opacity: .2;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-price span {
    color: #484f56;
    font-weight: 300;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-price del {
    display: block;
    color: var(--colors-red)
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-price ins {
    font-weight: 500;
    text-decoration: none
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity {
    text-align: end
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity {
    display: inline-block;
    max-width: 90px
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal {
    text-align: end
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
    font-weight: 600;
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
        width: 110px
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
    font-size: .875rem
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation dt {
    font-weight: 400
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation dd {
    font-weight: var(--font-weight-bold)
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions {
    width: 100%;
    padding: 0
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions .coupon {
    float: none
}

.woocommerce .woocommerce-cart-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form__actions {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1025px) {
    .woocommerce .woocommerce-cart-form__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce .woocommerce-cart-form__actions .coupon {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form__actions .coupon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.woocommerce .woocommerce-cart-form__actions .coupon .input-text::placeholder {
    color: #adb5bd;
    font-size: .875rem;
}

.woocommerce .woocommerce-cart-form__actions .coupon .input-text {
    border-radius: 2px;
    font-size: .875rem;
    color: #484f56;
    height: 43px;
}

@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-cart-form__actions .coupon .input-text {
        height: 40.44px;
    }
}

.woocommerce .woocommerce-cart-form__actions .coupon .input-text:focus {
    border-color: #6d757e;
}

.woocommerce .woocommerce-cart-form__actions .coupon button {
    white-space: nowrap;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem 1.25rem;
    flex: 1;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.5;
    color: #353b41;
    background-color: #eaedf0;
    transition: .3s all ease;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce .woocommerce-cart-form__actions .coupon button:hover {
    background-color: #dfe3e7;
}

.woocommerce .woocommerce-cart-form__actions .coupon label {
    display: none
}

.woocommerce .woocommerce-cart-form__actions .button {
    margin-left: auto
}

.woocommerce .cart-collaterals {
    margin-top: 50px
}

.woocommerce .cart-collaterals .cross-sells > h2, .woocommerce .cart-collaterals .up-sells > h2, .woocommerce .cart-collaterals .related > h2, .woocommerce .cart-collaterals .cart_totals > h2 {
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase;
    font-size: 14px
}

.woocommerce .cart-collaterals .cross-sells ul.products.rey-productCarousel, .woocommerce .cart-collaterals .up-sells ul.products.rey-productCarousel, .woocommerce .cart-collaterals .related ul.products.rey-productCarousel, .woocommerce .cart-collaterals .cart_totals ul.products.rey-productCarousel {
    margin-top: 0
}

.woocommerce .cart_totals {
    --cart-totals-head-bg-color: HSL(var(--neutral-1));
    --cart-totals-border-color: HSL(var(--neutral-2));
    --cart-totals-text-color: var(--body-color);
    --cart-totals-border-radius: 0;
    --cart-totals-border-size: 1px
}

.woocommerce .cart_totals .shop_table {
    background-color: var(--cart-totals-bg-color, transparent);
    color: var(--cart-totals-text-color);
    border-radius: var(--cart-totals-border-radius);
    border-color: #eaedf0;
    border-style: solid none none solid;
    border-width: 1px;
    border-collapse: separate
}

.woocommerce .cart_totals .shop_table a {
    color: var(--cart-totals-text-color)
}

.woocommerce .cart_totals .shop_table th, .woocommerce .cart_totals .shop_table td {
    border-style: none solid solid none;
    border-width: 1px;
    line-height: 1.7;
    border-color: #eaedf0;
    padding: var(--cart-totals-padding, 15px 25px)
}

.woocommerce .cart_totals .shop_table th {
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #f9fafb;
}

.woocommerce .cart_totals .shop_table tr:first-child td {
    border-top-right-radius: var(--cart-totals-border-radius);
    border-right: 1px solid #eaedf0;
}

.woocommerce .cart_totals .shop_table tr:first-child td span {
    font-weight: 300;
}

.woocommerce .cart_totals .shop_table tr:last-child th {
    border-bottom-left-radius: var(--cart-totals-border-radius);
    border-right: 1px solid #eaedf0;
}

.woocommerce .cart_totals .shop_table tr:last-child td {
    border-bottom-right-radius: var(--cart-totals-border-radius);
    border-right: 1px solid #eaedf0;
}

.woocommerce .cart_totals .shop_table tr:last-child td span {
    color: #484f56;
}

.woocommerce .cart_totals .shop_table .woocommerce-shipping-totals {
    font-size: .875rem
}

@media (max-width: 1024px) {
    .woocommerce .cart_totals .shop_table tr:last-child td {
        background: #f9f9f9;
    }

    .woocommerce .cart_totals .shop_table .woocommerce-shipping-totals td {
        text-align: start
    }

    .woocommerce .cart_totals .shop_table .woocommerce-shipping-totals td:before {
        margin-bottom: 20px
    }

    .woocommerce .cart_totals .shop_table .woocommerce-shipping-totals td .woocommerce-shipping-methods {
        clear: both
    }
}

.woocommerce .cart_totals .shop_table .shipping-calculator-button {
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    color: HSL(var(--neutral-7));
    text-transform: uppercase;
    text-decoration: underline
}

.woocommerce .cart_totals .shop_table .shipping-calculator-button:hover {
    text-decoration: none
}

.woocommerce .cart_totals .shop_table .shipping-calculator-button:after {
    text-decoration: none
}

.woocommerce .cart_totals .shop_table .woocommerce-shipping-destination {
    font-size: 12px
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form {
    margin-top: 15px
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form p {
    padding-left: 0;
    padding-right: 0
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form p:last-of-type {
    margin-bottom: 0
}

.woocommerce .rey-checkoutBar-wrapper {
    margin-bottom: 30px
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar-wrapper {
        margin-bottom: 80px
    }
}

.woocommerce .rey-checkoutBar-wrapper.--numbers .rey-icon {
    display: none
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li:before {
    content: "1";
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    width: 2.14em;
    height: 2.14em;
    line-height: calc(2.5em - 5px);
    text-align: center;
    border-radius: 50%;
    color: var(--checkout-bar-color, #6c757d);
    border: 1px solid currentColor;
    font-family: sans-serif;
    margin-right: 1rem
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li.--is-active:before {
    line-height: calc(2.5em - 7px);
    border-width: 2px
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li:nth-child(2):before {
    content: "2"
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li:nth-child(3):before {
    content: "3"
}

.woocommerce .rey-checkoutBar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: var(--checkout-bar-color, HSL(var(--neutral-9)));
    text-transform: var(--h-text-transform);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce .rey-checkoutBar li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    opacity: 0.7;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.woocommerce .return-to-shop .wc-backward {
    color: #353b41;
    background-color: #eaedf0;
    transition: .3s all ease;
}

.woocommerce .return-to-shop .wc-backward:hover {
    background-color: #dfe3e7;
}

.woocommerce .rey-checkoutBar li.--is-active {
    opacity: 1
}

.woocommerce .rey-checkoutBar li.--is-active:after {
    opacity: 1
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar li.--is-active ~ li {
        padding-left: 1.25rem
    }
}

.woocommerce .rey-checkoutBar a span, .woocommerce .rey-checkoutBar div span {
    text-decoration: none;
    color: #353B41;
    opacity: 1;
    -webkit-transition: 0.3s var(--easeoutcubic);
    transition: 0.3s var(--easeoutcubic);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.woocommerce .rey-checkoutBar a:hover {
    opacity: 1;
    text-decoration: none;
}

.woocommerce .rey-checkoutBar h4 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px;
    color: var(--checkout-bar-color, HSL(var(--neutral-8)));
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar h4 {
        margin-bottom: 7px
    }
}

.woocommerce .rey-checkoutBar h4 span {
    line-height: 1
}

.woocommerce .rey-checkoutBar .rey-icon {
    margin-right: .8rem
}

.woocommerce .rey-checkoutBar .rey-icon + span {
    margin-left: 0
}

.woocommerce .rey-checkoutBar p {
    margin-bottom: 0;
    display: none;
    font-size: 10px;
    color: #353B41;
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar p {
        display: block
    }
}

.woocommerce-checkout table.cart .product-thumbnail, #add_payment_method table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-checkout table.cart img, #add_payment_method table.cart img {
    width: 100%;
    max-width: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 150px
}

.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-checkout table.cart input, #add_payment_method table.cart input {
    margin: 0;
    vertical-align: middle
}

.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-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
    clear: left
}

.woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first {
    clear: left
}

.woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
    font-size: 11px;
    color: HSL(var(--neutral-6));
    font-weight: 400
}

.woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address {
    clear: both
}

.woocommerce-checkout #payment, #add_payment_method #payment {
    background: HSL(var(--neutral-2))
}

.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: start;
    padding: 15px;
    border-bottom: 1px solid HSL(var(--neutral-3));
    margin: 0;
    list-style: none outside
}

.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-checkout #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::after {
    clear: both
}

@media (min-width: 1025px) {
    .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
        padding: 30px
    }
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method-title, #add_payment_method #payment ul.payment_methods .wc_payment_method-title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500
}

@media (min-width: 768px) {
    .woocommerce-checkout #payment ul.payment_methods .wc_payment_method-title, #add_payment_method #payment ul.payment_methods .wc_payment_method-title {
        display: inline-block
    }
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method, #add_payment_method #payment ul.payment_methods .wc_payment_method {
    line-height: 2;
    text-align: start;
    margin: 0;
    font-weight: 400;
    margin-top: 0.6em
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method:first-child, #add_payment_method #payment ul.payment_methods .wc_payment_method:first-child {
    margin-top: 0
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label, #add_payment_method #payment ul.payment_methods .wc_payment_method > label {
    font-weight: 500;
    vertical-align: middle;
    margin-bottom: 0
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label > a, #add_payment_method #payment ul.payment_methods .wc_payment_method > label > a {
    display: inline-block;
    vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method img, #add_payment_method #payment ul.payment_methods .wc_payment_method img {
    vertical-align: middle;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 2em;
    margin-left: 1em
}

@media (min-width: 1025px) {
    .woocommerce-checkout #payment ul.payment_methods .wc_payment_method img, #add_payment_method #payment ul.payment_methods .wc_payment_method img {
        height: auto
    }
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method input, #add_payment_method #payment ul.payment_methods .wc_payment_method input {
    margin: 0 1em 0 0;
    vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method img + img, #add_payment_method #payment ul.payment_methods .wc_payment_method img + img {
    margin-left: 2px
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice), #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
    *zoom: 1
}

.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-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-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
    padding: 30px
}

.woocommerce-checkout #payment div.form-row.form-row-last, #add_payment_method #payment div.form-row.form-row-last {
    margin-bottom: 0
}

.woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin: 1em 0 0;
    font-size: .8125rem;
    border-radius: 2px;
    line-height: 1.5;
    background-color: HSL(var(--neutral-4));
    color: HSL(var(--neutral-9))
}

@media (min-width: 1025px) {
    .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
        padding: 30px
    }
}

.woocommerce-checkout #payment div.payment_box div.form-row, #add_payment_method #payment div.payment_box div.form-row {
    padding: 0px
}

.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: HSL(var(--neutral-5));
    border-top-color: HSL(var(--neutral-6))
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder, #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
    color: HSL(var(--neutral-6))
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder, #add_payment_method #payment div.payment_box :-moz-placeholder {
    color: HSL(var(--neutral-6))
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder, #add_payment_method #payment div.payment_box :-ms-input-placeholder {
    color: HSL(var(--neutral-6))
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

.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-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-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form, #add_payment_method #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

.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 {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

.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(//www.parfumburo.ua/wp-content/plugins/rey-core/assets/css/woocommerce-components/page-checkout/../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

.woocommerce-checkout #payment div.payment_box span.help, #add_payment_method #payment div.payment_box span.help {
    font-size: 0.857em;
    color: HSL(var(--neutral-6));
    font-weight: 400
}

.woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
    margin-bottom: 0
}

.woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color: HSL(var(--neutral-4));
    position: absolute;
    top: -8px;
    left: 0;
    margin: -8px 0 0 2em
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
    font-size: .75rem;
    margin-left: 15px
}

.woocommerce-checkout #payment .payment_method_paypal img, #add_payment_method #payment .payment_method_paypal img {
    max-height: 52px
}

@media (min-width: 768px) {
    .woocommerce-checkout #payment .payment_method_paypal label, #add_payment_method #payment .payment_method_paypal label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }
}

.woocommerce-checkout #payment .payment_method_stripe img, #add_payment_method #payment .payment_method_stripe img {
    max-height: 52px
}

@media (min-width: 768px) {
    .woocommerce-checkout #payment .payment_method_stripe img:first-of-type, #add_payment_method #payment .payment_method_stripe img:first-of-type {
        margin-left: 15px !important
    }
}

@media (min-width: 768px) {
    .woocommerce-checkout #payment .payment_method_stripe label, #add_payment_method #payment .payment_method_stripe label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }
}

.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-elements-field, .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-iban-element-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-elements-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-iban-element-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(2.5625rem + 2px);
    padding: .625rem .8125rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: HSL(var(--neutral-7));
    background-color: HSL(var(--neutral-0));
    background-clip: padding-box;
    border: 1px solid HSL(var(--neutral-4));
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-elements-field, .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-iban-element-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-elements-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-iban-element-field {
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-elements-field, .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-iban-element-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-elements-field, #add_payment_method #payment .payment_method_stripe .wc-stripe-iban-element-field {
        font-size: 16px
    }
}

.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-elements-field > *, .woocommerce-checkout #payment .payment_method_stripe .wc-stripe-iban-element-field > *, #add_payment_method #payment .payment_method_stripe .wc-stripe-elements-field > *, #add_payment_method #payment .payment_method_stripe .wc-stripe-iban-element-field > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.woocommerce-checkout #payment .payment_method_stripe .stripe-card-element .required, #add_payment_method #payment .payment_method_stripe .stripe-card-element .required {
    display: inline-block;
    margin-left: .5em
}

.woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors:empty + br, #add_payment_method #payment .payment_method_stripe .stripe-source-errors:empty + br {
    display: none
}

.woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-message, .woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-error, .woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-info, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-message, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-error, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-info {
    margin-bottom: 0;
    padding: 10px 10px 10px 50px
}

.woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-message:before, .woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-error:before, .woocommerce-checkout #payment .payment_method_stripe .stripe-source-errors .woocommerce-info:before, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-message:before, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-error:before, #add_payment_method #payment .payment_method_stripe .stripe-source-errors .woocommerce-info:before {
    left: .95em;
    top: calc(50% - 9px);
    font-size: 18px
}

.woocommerce-checkout #payment .place-order button[type="submit"], #add_payment_method #payment .place-order button[type="submit"] {
    display: block;
    padding: 20px 0;
    width: 100%
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper .form-row {
    margin-bottom: 30px
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    color: HSL(var(--neutral-10))
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text span.required, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text span.required {
    display: inline-block;
    margin-left: .5em
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text ~ span.required, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text ~ span.required {
    display: none
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid .woocommerce-terms-and-conditions-checkbox-text, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid .woocommerce-terms-and-conditions-checkbox-text {
    color: var(--colors-red)
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text, #add_payment_method #payment .woocommerce-privacy-policy-text {
    font-size: .8125rem;
    margin-bottom: 25px
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-link, #add_payment_method #payment .woocommerce-terms-and-conditions-link {
    text-decoration: underline
}

.woocommerce .rey-classic-reviewOrder-img {
    float: left;
    margin-right: 20px;
    max-width: var(--classic-review-order-image-size, 70px)
}

.woocommerce .rey-classic-reviewOrder-img + .rey-classic-reviewOrder-content {
    float: left
}


.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce .woocommerce-checkout #order_review_heading, .woocommerce .woocommerce-checkout #ship-to-different-address {
    font-weight: 600;
    color: #484f56;
    text-transform: uppercase;
    font-size: 14px
}

.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-shipping-fields .shipping_address, .woocommerce .woocommerce-additional-fields {
    margin-bottom: 50px
}

.woocommerce .woocommerce-additional-fields__field-wrapper {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.woocommerce .woocommerce-billing-fields.--account-fields, .woocommerce .woocommerce-shipping-fields.--account-fields {
    margin-bottom: 0
}

.woocommerce .woocommerce-billing-fields .wccf_field_container, .woocommerce .woocommerce-shipping-fields .wccf_field_container {
    padding: 0px;
    margin-bottom: 20px
}

.woocommerce .woocommerce-account-fields {
    padding-bottom: 0;
    margin-bottom: 40px
}

.woocommerce .woocommerce-account-fields .create-account {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.woocommerce .woocommerce-account-fields p.create-account {
    margin-left: 0;
    margin-right: 0
}

.woocommerce .woocommerce-shipping-fields__field-wrapper {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.woocommerce form.woocommerce-checkout {
    *zoom: 1
}

.woocommerce form.woocommerce-checkout::before, .woocommerce form.woocommerce-checkout::after {
    content: " ";
    display: table
}

.woocommerce form.woocommerce-checkout::after {
    clear: both
}

.woocommerce form.woocommerce-checkout #customer_details {
    display: block
}

@media (min-width: 1025px) {
    .woocommerce form.woocommerce-checkout #customer_details {
        margin-right: 50px;
        width: calc(50% - 50px);
        float: left;
        margin-left: 0
    }

    .woocommerce form.woocommerce-checkout #customer_details [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order {
        float: left;
        width: 50%
    }
}

.woocommerce .woocommerce-form-coupon-toggle {
    margin-bottom: 40px
}

.woocommerce .woocommerce-form-coupon-toggle a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-form-coupon-toggle a {
        text-decoration: none
    }
}

.woocommerce .woocommerce-form-coupon-toggle a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s ease, opacity 0.15s ease;
    transition: height 0.15s ease, opacity 0.15s ease;
    left: 0
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-form-coupon-toggle a:after {
        display: block
    }
}

.woocommerce .woocommerce-form-coupon-toggle a:hover:after {
    opacity: 0.8;
    height: 2px
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    border: 0;
    padding: 0;
    background: none
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
    display: none
}

.woocommerce .woocommerce-form-coupon {
    margin-bottom: 40px
}

.woocommerce .rey-siteContent.--checkout-distraction-free {
    padding-top: 2.5rem
}

.woocommerce .rey-siteContent.--checkout-distraction-free .rey-logoBlock-header {
    float: right;
    margin-top: 0.4rem
}

.woocommerce .rey-siteContent.--checkout-distraction-free .rey-logoBlock-header img.custom-logo {
    max-width: 280px;
    max-height: 100px
}

.woocommerce .rey-siteContent.--checkout-distraction-free .rey-siteMain article.page {
    clear: both
}

.woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: 40px
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    .woocommerce ul.order_details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce ul.order_details li {
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    padding-right: 2em;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 10px
}

@media (min-width: 1025px) {
    .woocommerce ul.order_details li {
        border-right: 1px dashed HSL(var(--neutral-3));
        margin-right: 2em
    }
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: var(--font-weight-bold)
}

.woocommerce-order-received .hide-in-order-received {
    display: none !important
}

.woocommerce-thankyou-order-received {
    margin-bottom: 40px
}

ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    ul.order_details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

ul.order_details li {
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    padding-right: 2em;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 10px
}

@media (min-width: 1025px) {
    ul.order_details li {
        border-right: 1px dashed HSL(var(--neutral-3));
        margin-right: 2em
    }
}

ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

ul.order_details li:last-of-type {
    border: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img {
    width: 100%;
    max-width: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 150px
}

.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
    vertical-align: middle
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle
}

.woocommerce-cart .wc-proceed-to-checkout {
    *zoom: 1;
    padding: 1em 0
}

.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after {
    content: " ";
    display: table
}

.woocommerce-cart .wc-proceed-to-checkout::after {
    clear: both
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "î€™";
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

.woocommerce .woocommerce-cart-form .quantity {
    width: 100%
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
    --cart-table-head-bg-color: HSL(var(--neutral-1));
    --cart-table-border-color: HSL(var(--neutral-2));
    background-color: var(--cart-table-bg-color, transparent);
    color: var(--cart-table-text-color, var(--body-color))
}

.woocommerce table.shop_table.woocommerce-cart-form__contents a {
    color: #484f5b;
    font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents a {
        font-size: 1rem;
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents a:hover {
    text-decoration: underline;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents, .woocommerce table.shop_table.woocommerce-cart-form__contents thead, .woocommerce table.shop_table.woocommerce-cart-form__contents tr, .woocommerce table.shop_table.woocommerce-cart-form__contents th, .woocommerce table.shop_table.woocommerce-cart-form__contents td, .woocommerce table.shop_table.woocommerce-cart-form__contents tbody, .woocommerce table.shop_table.woocommerce-cart-form__contents tfoot {
    border: 0;
    padding: 0
}

@media (max-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents, .woocommerce table.shop_table.woocommerce-cart-form__contents thead, .woocommerce table.shop_table.woocommerce-cart-form__contents tr, .woocommerce table.shop_table.woocommerce-cart-form__contents th, .woocommerce table.shop_table.woocommerce-cart-form__contents td, .woocommerce table.shop_table.woocommerce-cart-form__contents tbody, .woocommerce table.shop_table.woocommerce-cart-form__contents tfoot {
        display: block
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tr:nth-child(2n) td {
    background-color: transparent
}

.woocommerce table.shop_table.woocommerce-cart-form__contents thead {
    display: none
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents thead {
        display: table-header-group
    }

}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name {
    padding: 15px;
    margin-bottom: 0;
    text-align: start
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name {
        padding: var(--cart-table-padding, 20px 20px 20px 0)
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-mini-cart-item-title {
    font-size: 1rem
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-mini-cart-item-title {
        font-size: 1.125rem
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name:before {
    display: none
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name .woocommerce-cart-form__cart-nameContent {
    position: relative;
    padding-bottom: 20px
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail {
    width: 70px;
    float: left;
    margin-right: 20px
}

@media (min-width: 1025px) {
    .woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail {
        margin-right: 30px;
        width: 90px
    }
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-thumbnail img {
    width: 100%;
    max-width: 100%
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity {
    text-align: end
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity {
    display: inline-block;
    max-width: 90px
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation dt {
    font-weight: 400
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .variation dd {
    font-weight: var(--font-weight-bold)
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions {
    width: 100%;
    padding: 0
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions .coupon {
    float: none
}

@media (min-width: 1025px) {
    .woocommerce .woocommerce-cart-form__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce .woocommerce-cart-form__actions .coupon {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form__actions .coupon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.woocommerce .woocommerce-cart-form__actions .coupon button {
    white-space: nowrap;
    margin-left: 5px
}

.woocommerce .woocommerce-cart-form__actions .coupon label {
    display: none
}

.woocommerce .woocommerce-cart-form__actions .button {
    margin-left: auto
}

.woocommerce .woocommerce-cart-form__actions .button[name="update_cart"] {
    /*display: none;*/
    white-space: nowrap;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem 1.25rem !important;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.5;
    color: #353b41 !important;
    background-color: #eaedf0;
    transition: .3s all ease;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    opacity: 1 !important;
    height: 43px;
}

.woocommerce .woocommerce-cart-form__actions .button[name="update_cart"]:hover {
    background-color: #dfe3e7;
}

@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-cart-form__actions .button[name="update_cart"] {
        height: 40.44px;
    }
}

.woocommerce .cart-collaterals {
    margin-top: 50px
}

.woocommerce .cart-collaterals .cross-sells ul.products.rey-productCarousel, .woocommerce .cart-collaterals .up-sells ul.products.rey-productCarousel, .woocommerce .cart-collaterals .related ul.products.rey-productCarousel, .woocommerce .cart-collaterals .cart_totals ul.products.rey-productCarousel {
    margin-top: 0
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-bottom: 0;
}

.woocommerce .shop_table tbody tr:not(:last-child) td, .woocommerce .shop_table tbody tr:not(:last-child) th {
    border-bottom: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td, .woocommerce-cart .cart-collaterals .cart_totals table tr th {
    border-right: 1px solid #eaedf0 !important;
}

.woocommerce .cart_totals {
    --cart-totals-head-bg-color: HSL(var(--neutral-1));
    --cart-totals-border-color: HSL(var(--neutral-2));
    --cart-totals-text-color: var(--body-color);
    --cart-totals-border-radius: 0;
    --cart-totals-border-size: 1px;
}

@keyframes spinWooCart {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.woocommerce .cart_totals.calculated_shipping.processing:after,
.woocommerce .woocommerce-cart-form.processing:after {
    display: block;
}

.woocommerce .cart_totals.calculated_shipping:after,
.woocommerce .woocommerce-cart-form:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spinWooCart 1.5s linear infinite;
    display: none;
    z-index: 1001;
}

.woocommerce .cart_totals .shop_table a {
    color: var(--cart-totals-text-color)
}


.woocommerce .cart_totals .shop_table tr:first-child th {
    border-top-left-radius: var(--cart-totals-border-radius);
    width: 46.868%;
    border-right: 1px solid #eaedf0;
}


.woocommerce .cart_totals .shop_table tr:last-child td {
    border-bottom-right-radius: var(--cart-totals-border-radius)
}


.woocommerce .cart_totals .shop_table .shipping-calculator-button {
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    color: HSL(var(--neutral-7));
    text-transform: uppercase;
    text-decoration: underline
}

.woocommerce .cart_totals .shop_table .shipping-calculator-button:hover {
    text-decoration: none
}

.woocommerce .cart_totals .shop_table .shipping-calculator-button:after {
    text-decoration: none
}

.woocommerce .cart_totals .shop_table .woocommerce-shipping-destination {
    font-size: 12px
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form {
    margin-top: 15px
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form p {
    padding-left: 0;
    padding-right: 0
}

.woocommerce .cart_totals .shop_table .shipping-calculator-form p:last-of-type {
    margin-bottom: 0
}

.woocommerce .rey-checkoutBar-wrapper {
    margin-bottom: 30px
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar-wrapper {
        margin-bottom: 80px
    }
}

.woocommerce .rey-checkoutBar-wrapper.--numbers .rey-icon {
    display: none
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li:nth-child(2):before {
    content: "2"
}

.woocommerce .rey-checkoutBar-wrapper.--numbers li:nth-child(3):before {
    content: "3"
}

.woocommerce .rey-checkoutBar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: var(--checkout-bar-color, HSL(var(--neutral-9)));
    text-transform: var(--h-text-transform);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce .rey-checkoutBar li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    opacity: 0.7;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.woocommerce .rey-checkoutBar li:after {
    content: "";
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background: #ADB5BD;
    left: 0
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar li {
        padding-bottom: 20px;
        padding-left: 0
    }

    .woocommerce .rey-checkoutBar li:after {
        height: 3px;
        width: 100%
    }
}

.woocommerce .rey-checkoutBar li.--is-active {
    opacity: 1
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar li.--is-active ~ li {
        padding-left: 1.25rem
    }
}


.woocommerce .rey-checkoutBar h4 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px;
    color: var(--checkout-bar-color, HSL(var(--neutral-8)));
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar h4 {
        margin-bottom: 7px
    }
}

.woocommerce .rey-checkoutBar h4 span {
    line-height: 1
}

.woocommerce .rey-checkoutBar .rey-icon {
    margin-right: .8rem
}

.woocommerce .rey-checkoutBar .rey-icon + span {
    margin-left: 0
}

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

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

.woocommerce .cart .woocommerce-message .button, .woocommerce .cart .woocommerce-error .button, .woocommerce .cart .woocommerce-info .button, .woocommerce-page .cart .woocommerce-message .button, .woocommerce-page .cart .woocommerce-error .button, .woocommerce-page .cart .woocommerce-info .button {
    float: right
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.woocommerce .col2-set .no-gutters, .woocommerce-page .col2-set .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.woocommerce .col2-set .no-gutters > .col, .woocommerce .col2-set .no-gutters > [class*="col-"], .woocommerce-page .col2-set .no-gutters > .col, .woocommerce-page .col2-set .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

@media (min-width: 1025px) {
    .woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 0
    }
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    max-width: none !important
}

@media (min-width: 1025px) {
    .woocommerce div.product .rey-productSummary, .woocommerce-page div.product .rey-productSummary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.woocommerce div.product .rey-innerSummary, .woocommerce-page div.product .rey-innerSummary {
    position: relative
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.thumbnails, .woocommerce-page div.product div.thumbnails {
    *zoom: 1
}

.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after {
    content: " ";
    display: table
}

.woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce div.product #reviews .comment, .woocommerce-page div.product #reviews .comment {
    *zoom: 1
}

.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after {
    content: " ";
    display: table
}

.woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product div.images, .woocommerce-page.single-skin--default div.product div.images {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        max-width: calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)))
    }
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product div.summary, .woocommerce-page.single-skin--default div.product div.summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-summary-size);
        flex: 0 0 var(--woocommerce-summary-size);
        max-width: var(--woocommerce-summary-size)
    }
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product.--reversed div.images, .woocommerce-page.single-skin--default div.product.--reversed div.images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.woocommerce ul.products, .woocommerce-page ul.products {
    margin: 0 calc(-1 * (var(--woocommerce-products-gutter) / 2));
    margin-top: calc(-1 * ((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1025px) {
    .woocommerce ul.products.--no-margins, .woocommerce ul.products.--no-margins li.product, .woocommerce-page ul.products.--no-margins, .woocommerce-page ul.products.--no-margins li.product {
        margin-top: 0;
        margin-bottom: 0
    }
}

.woocommerce ul.products.splide__list, .woocommerce-page ul.products.splide__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    width: 100%;
    padding-right: calc(var(--woocommerce-products-gutter) / 2);
    padding-left: calc(var(--woocommerce-products-gutter) / 2);
    margin-top: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2);
    margin-bottom: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2)
}

.woocommerce ul.products li.product.splide__slide, .woocommerce-page ul.products li.product.splide__slide {
    margin-top: 0;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    padding-right: 0;
    padding-left: 0;
    margin-right: var(--woocommerce-products-gutter);
    width: calc((100% - (var(--woocommerce-products-gutter) * (var(--woocommerce-grid-columns, 4) - 1))) / var(--woocommerce-grid-columns, 4))
}

.woocommerce ul.products.--splide-markup {
    margin-top: 0
}

.woocommerce ul.products.--splide-markup li.product {
    margin-top: 0
}

.woocommerce ul.products.--splide-markup li.product:

not
(
:first-child

)
{
    display: none
}

.woocommerce .splide:not(.is-active) ul.products .product.splide__slide {
    margin-right: var(--woocommerce-products-gutter)
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width: 767px) {
    .woocommerce ul.products.columns-mobile-1 li.product, .woocommerce-page ul.products.columns-mobile-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-1 ul.products li.product, .woocommerce-page ul.products.columns-mobile-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 li.product, .woocommerce-page ul.products.columns-mobile-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 ul.products li.product, .woocommerce-page ul.products.columns-mobile-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 li.product, .woocommerce-page ul.products.columns-mobile-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 ul.products li.product, .woocommerce-page ul.products.columns-mobile-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .woocommerce ul.products.columns-tablet-1 li.product, .woocommerce-page ul.products.columns-tablet-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-1 ul.products li.product, .woocommerce-page ul.products.columns-tablet-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 li.product, .woocommerce-page ul.products.columns-tablet-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 ul.products li.product, .woocommerce-page ul.products.columns-tablet-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 li.product, .woocommerce-page ul.products.columns-tablet-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 ul.products li.product, .woocommerce-page ul.products.columns-tablet-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 li.product, .woocommerce-page ul.products.columns-tablet-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 ul.products li.product, .woocommerce-page ul.products.columns-tablet-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width: 1025px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-2 ul.products li.product, .woocommerce-page ul.products.columns-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 ul.products li.product, .woocommerce-page ul.products.columns-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 ul.products li.product, .woocommerce-page ul.products.columns-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 ul.products li.product, .woocommerce-page ul.products.columns-5 ul.products li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 ul.products li.product, .woocommerce-page ul.products.columns-6 ul.products li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

.woocommerce ul.products > .splide__list, .woocommerce-page ul.products > .splide__list {
    width: 100%
}

.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
}

@media (min-width: 1025px) {
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: left
    }
}

@media (min-width: 1025px) {
    .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%
}

@media (min-width: 1025px) {
    .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%
    }
}

@media (min-width: 1025px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce .cart-collaterals .cart_totals {
        width: 100%
    }
}

.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 form .woocommerce-address-fields__field-wrapper, .woocommerce form .woocommerce-billing-fields__field-wrapper, .woocommerce form .woocommerce-shipping-fields__field-wrapper, .woocommerce form .form-row-wrapper, .woocommerce-page form .woocommerce-address-fields__field-wrapper, .woocommerce-page form .woocommerce-billing-fields__field-wrapper, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper, .woocommerce-page form .form-row-wrapper {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

@media (min-width: 1025px) {
    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce form .form-row-wrapper .form-row, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-page form .form-row-wrapper .form-row {
        width: 50%;
        float: left
    }

    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce form .form-row-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .form-row-wrapper .form-row.form-row-third {
        width: 33.3333%
    }
}

.woocommerce form .form-row-wrapper, .woocommerce-page form .form-row-wrapper {
    *zoom: 1
}

.woocommerce form .form-row-wrapper::before, .woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::before, .woocommerce-page form .form-row-wrapper::after {
    content: " ";
    display: table
}

.woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::after {
    clear: both
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    *zoom: 1;
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

.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%
}

@media (min-width: 1025px) {
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last, .woocommerce-page form .form-row.form-row-first, .woocommerce-page form .form-row.form-row-last {
        overflow: visible
    }
}

.woocommerce form .form-row.form-row-wide, .woocommerce-page form .form-row.form-row-wide {
    width: 100%;
    clear: both
}

.woocommerce form .form-row.mailchimp-newsletter, .woocommerce-page form .form-row.mailchimp-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce form .form-row.create-account, .woocommerce-page form .form-row.create-account {
    padding-left: 0;
    padding-right: 0
}

.woocommerce .woocommerce-form-login + *, .woocommerce-page .woocommerce-form-login + * {
    margin-top: 40px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 20px
}

.woocommerce .showlogin, .woocommerce .showcoupon, .woocommerce-page .showlogin, .woocommerce-page .showcoupon {
    display: inline-block;
    margin-left: 5px
}

@media (max-width: 1024px) {
    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        text-align: start;
        padding: 0
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 1em
    }
}

.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 {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-store-notice {
    margin: 0;
    width: 100%;
    z-index: 99998;
    display: none;
    background-color: var(--accent-color)
}

.woocommerce-store-notice .woocommerce-store-notice-content {
    font-size: .75rem;
    padding: 0.7em 0;
    text-align: center;
    color: var(--accent-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: var(--container-max-width);
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size);
    margin: 0 auto
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    display: inline-block;
    margin-left: .5em
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link svg {
    font-size: inherit;
    display: block
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-inside {
    font-size: 11px;
    margin-left: 1em
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
    font-size: 12px
}

@media (min-width: 1025px) {
    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
        position: absolute;
        right: 20px;
        top: calc(50% - 0.5em)
    }
}

.woocommerce-store-notice a, .woocommerce-store-notice a:hover {
    color: inherit;
    text-decoration: underline
}

.woocommerce-store-notice a:hover {
    text-decoration: none
}

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

.admin-bar p.demo_store {
    top: var(--admin-bar)
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: .875rem;
    width: .875rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../../../../../../plugins/woocommerce/assets/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);
    color: HSLa(var(--neutral-10), .75)
}

.woocommerce .loader::before {
    height: .875rem;
    width: .875rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../../../../../../plugins/woocommerce/assets/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);
    color: HSLa(var(--neutral-10), .75)
}

.woocommerce a.remove {
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    color: HSL(var(--neutral-5));
    width: auto;
    height: auto;
    border: 1px solid HSL(var(--neutral-2));
    padding: .3125rem .5625rem .375rem;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1;
    -webkit-transition: all 0.25s var(--easeoutcubic);
    transition: all 0.25s var(--easeoutcubic);
    text-decoration: none;
    text-transform: uppercase
}

.woocommerce a.remove:hover {
    color: HSL(var(--neutral-6));
    border-color: currentColor;
    background: none
}

.woocommerce small.note {
    display: block;
    color: HSL(var(--neutral-6));
    font-size: 0.857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 2em;
    padding: 0;
    font-size: 0.9em;
    color: HSL(var(--neutral-7))
}

.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: HSL(var(--neutral-7))
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-width: 60px
}

.woocommerce .cartBtnQty-controls .cartBtnQty-control.--disabled {
    pointer-events: none;
    opacity: .2
}

.woocommerce span.onsale, .woocommerce span.rey-discount {
    display: block;
    color: HSL(var(--neutral-0));
    background-color: var(--woocommerce-discount-color, HSL(var(--neutral-9)));
    padding: .25rem .4375rem;
    font-size: .625rem;
    line-height: 1;
    font-weight: var(--font-weight-bold)
}

.woocommerce span.onsale {
    z-index: 9
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 400;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading {
    opacity: 0.25;
    pointer-events: none
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] {
    cursor: not-allowed;
    opacity: 0.8
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.7
}

.woocommerce .star-rating {
    --star-rating-spacing: var(--zero-px);
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: calc(5.4em + (var(--star-rating-spacing) * 5));
    font-family: "star";
    color: var(--star-rating-color, #ff4545);
    font-size: var(--star-rating-size, 11px);
    text-align: start;
    letter-spacing: var(--star-rating-spacing)
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: HSL(var(--neutral-5));
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .9375rem;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    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 .shop_table {
    border: 1px solid HSL(var(--neutral-2));
    font-size: 14px
}

.woocommerce .shop_table thead th {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 12px;
    background: HSL(var(--neutral-2));
    padding: 20px
}

.woocommerce .shop_table thead tr {
    border: 0;
    border-bottom: 1px solid HSL(var(--neutral-2))
}

.woocommerce .shop_table tbody tr {
    border: 0;
    border-bottom: 1px solid HSL(var(--neutral-2))
}

.woocommerce .shop_table tbody tr td {
    padding: 20px;
    border: 0
}

.woocommerce .shop_table tbody tr:last-child {
    border-bottom: none
}

.woocommerce .shop_table .variation, .woocommerce .shop_table .wc-item-meta {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px
}

.woocommerce .shop_table .variation dt, .woocommerce .shop_table .wc-item-meta dt {
    font-weight: 400
}

.woocommerce .shop_table .variation dd, .woocommerce .shop_table .wc-item-meta dd {
    font-weight: var(--font-weight-bold)
}

.woocommerce .shop_table tfoot {
    background: HSL(var(--neutral-1))
}

.woocommerce .shop_table tfoot th {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 12px;
    width: 50%
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot th {
        width: 60%
    }
}

.woocommerce .shop_table tfoot th, .woocommerce .shop_table tfoot td {
    padding: 10px 20px
}

.woocommerce .shop_table tfoot .cart-subtotal {
    border-top: 1px solid #eaedf0;
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .cart-subtotal th, .woocommerce .shop_table tfoot .cart-subtotal td {
        padding: 20px 20px 0;
        padding: 20px
    }
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .shipping th, .woocommerce .shop_table tfoot .shipping td {
        padding: 10px 20px 20px
    }
}

.woocommerce .shop_table tfoot .woocommerce-shipping-methods {
    margin-bottom: 20px
}

.woocommerce .shop_table tfoot .woocommerce-shipping-methods .woocommerce-Price-amount {
    margin-left: 10px
}

.woocommerce .shop_table tfoot .order-total {
    background: HSL(var(--neutral-2))
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .order-total th, .woocommerce .shop_table tfoot .order-total td {
        padding: 20px
    }
}

.woocommerce .shop_table.shop_table_responsive {
    margin-bottom: 1.5625rem !important;
}

@media (max-width: 1024px) {
    .woocommerce .shop_table.shop_table_responsive thead {
        display: none;
    }

    .woocommerce .shop_table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce .shop_table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tr {
        display: block
    }

    .woocommerce .shop_table.shop_table_responsive tr td {
        display: block;
        text-align: end
    }

    .woocommerce .shop_table.shop_table_responsive tr td.order-actions {
        text-align: start
    }

    .woocommerce .shop_table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        float: left
    }

    .woocommerce .shop_table.shop_table_responsive tr td.product-remove::before, .woocommerce .shop_table.shop_table_responsive tr td.actions::before {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tr:nth-child(2n) td {
        background-color: HSLa(var(--neutral-10), .025)
    }
}

.woocommerce .woocommerce-remove-coupon {
    display: inline-block;
    margin-left: 5px
}

.woocommerce table.my_account_orders {
    font-size: 0.85em;
    color: #484F56;
    font-weight: 300;
    line-height: 1.7;
}

.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.my_account_orders .order-actions {
    text-align: end
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: 0.125em 0 0.125em 0.25em
}

.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: start
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: start
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    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 {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    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 form .form-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
}
@media screen and (max-width: 767px){
    .woocommerce-MyAccount-content .woocommerce-info{
        flex-direction: column;
        justify-content: center;
    }
    .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button{
        margin-top: 20px;
    }
}
.woocommerce-account .woocommerce-Address .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-Address .title h3 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px;
}
.woocommerce-account .woocommerce-Address .title .edit{
    font-size: 12px;
}
.woocommerce-account .woocommerce-EditAccountForm .form-row label{
    line-height: 1.7;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot td{
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot td,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot th{
    border-top: none;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme{
    display: block;
}
.woocommerce-account .woocommerce-Address{
    color: var(--body-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
}
.woocommerce-MyAccount-content .woocommerce-info{
    justify-content: space-between;
}
.wt_frontend_wishlist_table .single-add-to-cart{
    color: HSL(var(--neutral-8)) !important;
    background-color: HSL(var(--neutral-3)) !important;
    width: 100% !important;
}

.woocommerce-form-login__rememberme span:after{
    top: calc(50% - 4px);
    left: 3px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: HSL(var(--neutral-0));
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: HSL(var(--neutral-0));
    text-decoration: underline;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0%;
    margin-top: -4px;
    -webkit-transform: translatex(-50%) rotate(180deg);
    transform: translatex(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--accent-color) transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 600;
    border: 0 !important;
    text-decoration: none;
    visibility: visible;
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--colors-red)
}

.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: var(--colors-red)
}

.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 .form-row label, .woocommerce .wccf_field_container label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: HSL(210, 7%, 46%)
}

.woocommerce .woocommerce-form-login .form-row, .woocommerce .woocommerce-form-register .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce #customer_login h2, .woocommerce #customer_login + .col-2 h2 {
    font-weight: 600;
    color: HSL(210, 8%, 31%);
    text-transform: uppercase;
    font-size: 16px
}

.woocommerce #customer_login .form-row, .woocommerce #customer_login + .col-2 .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    vertical-align: top;
    margin: 3px 0.4375em 0 0
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: var(--font-weight-bold)
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details {
    margin-bottom: 2em
}

.woocommerce .woocommerce-order-downloads h2, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-order-details h2 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px
}

.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 address {
    font-style: normal;
    margin-bottom: 0;
    width: 100%;
    border-radius: 2px;
    padding: 23px;
    background: #f8f9fa;
    font-size: 13px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0.5em;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 0.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce.product.add_to_cart_inline .woocommerce-Price-amount {
    display: block;
    margin-bottom: 30px
}

.woocommerce .cart_list, .woocommerce .product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce .cart_list li, .woocommerce .product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none
}

.woocommerce .cart_list li::before, .woocommerce .cart_list li::after, .woocommerce .product_list_widget li::before, .woocommerce .product_list_widget li::after {
    content: " ";
    display: table
}

.woocommerce .cart_list li::after, .woocommerce .product_list_widget li::after {
    clear: both
}


.woocommerce .cart_list li dl:not(:empty), .woocommerce .product_list_widget li dl:not(:empty) {
    margin: 5px 0;
    padding-left: 1em;
    border-left: 2px solid HSLa(var(--neutral-10), .1);
    *zoom: 1
}

.woocommerce .cart_list li dl:not(:empty)::before, .woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::before, .woocommerce .product_list_widget li dl:not(:empty)::after {
    content: " ";
    display: table
}

.woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::after {
    clear: both
}

.woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
    font-size: .75rem
}

.woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dt {
    font-weight: var(--font-weight-bold);
    clear: left;
    padding: 0 0 0.25em;
    margin: 0 10px 0 0
}

.woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dd {
    padding: 0;
    margin: 0
}

.woocommerce .cart_list li dl:not(:empty) dd p:last-child, .woocommerce .product_list_widget li dl:not(:empty) dd p:last-child {
    margin-bottom: 0
}

.woocommerce .cart_list li .star-rating, .woocommerce .product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item {
    margin: 0 0 1.25rem;
    border-bottom: 1px solid HSL(var(--neutral-2));
    padding-bottom: 1.25rem;
    padding-left: 0;
    text-transform: uppercase
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item a {
    font-size: .875rem
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .quantity {
    font-size: .75rem;
    display: block
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item img {
    margin: 0 0 0 20px;
    max-width: 90px;
    width: 100%;
    border-radius: 2px
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .blockUI.blockOverlay {
    background-color: #fff !important
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:hover .remove {
    opacity: 1
}

.woocommerce .widget_shopping_cart .buttons a {
    margin-bottom: 5px
}

.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-info .showlogin {
    color: #000;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem;
    margin: 0 0 2.1875rem;
    position: relative;
    background-color: #f9fafb;
    color: HSL(var(--neutral-7));
    border-top: 0;
    border-radius: 2px;
    list-style: none outside;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    font-weight: 300;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    word-wrap: break-word
}

@media screen and (max-width: 767px) {
    .woocommerce-message, .woocommerce-error, .woocommerce-info {
        padding: 1.758rem 1.758rem 1.758rem 4.7rem;
    }
}

@media (min-width: 1025px) {
    .woocommerce-message, .woocommerce-error, .woocommerce-info {
        padding: 2.5rem 1.875rem 2.5rem 6.25rem
    }
}

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 1.9em;
    top: calc(50% - .5em);
    font-size: 18px
}

@media (min-width: 1025px) {
    .woocommerce-message::before, .woocommerce-error:before, .woocommerce-info::before {
        left: 1.65em;
        font-size: 24px
    }
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    float: right;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .woocommerce-error li {
        font-size: .82rem !important;
    }
}

.woocommerce-message .button, .woocommerce-message .restore-item, .woocommerce-error .button, .woocommerce-error .restore-item, .woocommerce-info .button, .woocommerce-info .restore-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.woocommerce-message p:only-child, .woocommerce-error p:only-child, .woocommerce-info p:only-child {
    margin-bottom: 0
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%
}

.summary .woocommerce-message, .summary .woocommerce-error, .summary .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem
}

.--clean-wc-notice .woocommerce-message, .--clean-wc-notice .woocommerce-error, .--clean-wc-notice .woocommerce-info {
    background-color: transparent;
    padding: 0;
    padding-left: 25px
}

.--clean-wc-notice .woocommerce-message:before, .--clean-wc-notice .woocommerce-error:before, .--clean-wc-notice .woocommerce-info:before {
    left: 0;
    top: calc(50% - 0.5em);
    font-size: 14px
}

ul.woocommerce-message, ul.woocommerce-error, ul.woocommerce-info {
    display: block
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message::before {
    content: "\e017";
    color: #8e8e8e
}

.woocommerce-message {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .woocommerce-message {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-message .restore-item {
        margin-top: 20px;
    }
}

.woocommerce-error li {
    font-size: .875rem;
    font-weight: 300;
}

.woocommerce-error {
    margin-bottom: 2.1875rem !important;
}

.woocommerce-message .restore-item {
    color: #353b41;
    background-color: #eaedf0;
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
    text-transform: uppercase
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce-message .restore-item {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce-message .restore-item:hover {
    background-color: #dfe3e7;
}

.woocommerce-message .restore-item:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce-info::before {
    color: HSL(var(--neutral-4))
}

.woocommerce-error:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 76 76' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' baseProfile='full' enable-background='new 0 0 76.00 76.00' xml:space='preserve' fill='%23d70000' stroke='%23d70000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='%23d70000' fill-opacity='1' stroke-width='0.2' stroke-linejoin='round' d='M 38,19C 48.4934,19 57,27.5066 57,38C 57,48.4934 48.4934,57 38,57C 27.5066,57 19,48.4934 19,38C 19,27.5066 27.5066,19 38,19 Z M 34.0417,25.7292L 36.0208,41.9584L 39.9792,41.9583L 41.9583,25.7292L 34.0417,25.7292 Z M 38,44.3333C 36.2511,44.3333 34.8333,45.7511 34.8333,47.5C 34.8333,49.2489 36.2511,50.6667 38,50.6667C 39.7489,50.6667 41.1667,49.2489 41.1667,47.5C 41.1667,45.7511 39.7489,44.3333 38,44.3333 Z '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 24px;
    left: 30px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .woocommerce-error:before {
        width: 35px !important;
        left: 25px !important;
    }
}

.woocommerce-terms-and-conditions {
    border: 1px solid HSLa(var(--neutral-10), .2);
    -webkit-box-shadow: inset 0 1px 2px HSLa(var(--neutral-10), .1);
    box-shadow: inset 0 1px 2px HSLa(var(--neutral-10), .1);
    background: HSLa(var(--neutral-10), .05)
}

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

.woocommerce-password-strength {
    text-align: center;
    font-weight: var(--font-weight-bold);
    padding: 3px 0.5em;
    font-size: 1em
}

.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 {
    margin: 0.5em 0 0;
    display: block
}

.rey-productSlideshow.--show-first-only a:

not
(
:first-child

)
{
    display: none
}

@media (min-width: 768px) {
    .woocommerce .rey-siteMain.--has-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        max-width: calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin))
    }

    .woocommerce .rey-sidebar.shop-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-sidebar-size);
        flex: 0 0 var(--woocommerce-sidebar-size);
        max-width: var(--woocommerce-sidebar-size)
    }

    .woocommerce .rey-siteMain ~ .rey-sidebar.shop-sidebar, .woocommerce .rey-sidebar.shop-sidebar ~ .rey-siteMain {
        margin-left: var(--woocommerce-sidebar-margin)
    }
}

.woocommerce-MyAccount-navigation-wrapper {
    min-width: 170px;
    margin-bottom: 30px
}

.woocommerce-MyAccount-navigation-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: var(--h-text-transform);
    font-size: .875rem;
    letter-spacing: 1px
}

.woocommerce-MyAccount-navigation-wrapper li {
    margin-bottom: 8px;
    overflow: hidden
}

.woocommerce-MyAccount-navigation-wrapper li.is-active {
    font-weight: var(--font-weight-bold)
}

.woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation.--custom:

not
(
.--merged

)
{
    margin-top: 20px
}

.woocommerce .woocommerce-form__label-for-checkbox, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    cursor: pointer
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child), .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
    display: none
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    color: HSL(var(--neutral-5));
    color: inherit;
    border: 1px solid currentColor;
    -webkit-transition: color 0.3s var(--easeoutcubic);
    transition: color 0.3s var(--easeoutcubic);
    left: 0
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span {
    color: HSL(var(--neutral-7))
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woocommerce-invalid .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"] + span:before, .woocommerce-invalid .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"] + span:before {
    border-color: #dc3545
}

.woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
    display: none !important
}

.select2-container .select2-selection.select2-reyStyles {
    position: relative
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow {
    font-size: 1.375rem;
    height: 100%;
    width: 1.6em;
    top: 0;
    right: 0
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow:before {
    position: absolute;
    left: 0;
    font-size: 12px;
    top: calc(50% - 0.5em);
    height: 1em;
    width: 1px;
    content: "";
    background-color: HSL(var(--neutral-3))
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow b {
    border-width: 5px;
    border-color: transparent;
    border-top-color: HSL(var(--neutral-5))
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__clear {
    margin: -1px 0 0 5px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.select2-container.select2-container--open .select2-selection.select2-reyStyles .select2-selection__arrow b {
    border-top-color: transparent;
    border-bottom-color: HSL(var(--neutral-6));
    margin-top: -6px
}

.select2-container.select2-container--open .select2-dropdown.select2-reyStyles {
    z-index: 1060
}

.select2-container.select2-container--open .select2-dropdown.select2-reyStyles.select2-dropdown--below {
    min-width: 120px
}

.select2-dropdown .select2-reyStyles {
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    width: 200px
}

.select2-container--open .select2-dropdown .select2-reyStyles {
    border-top: 1px solid #dadada;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-results__option {
    font-size: 14px;
    padding: 8px 20px
}

.select2-dropdown .select2-reyStyles .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: initial;
    border-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-search__field {
    height: auto;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.rey-productCarousel-wrapper {
    position: relative
}

.rey-productCarousel-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: auto;
    bottom: calc(100% + 1em);
    -webkit-transition: opacity 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic);
    opacity: 0.5
}

@media (min-width: 1025px) {
    .rey-productCarousel-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.rey-productCarousel-nav .rey-productCarousel-navCurrent, .rey-productCarousel-nav .rey-productCarousel-navTotal {
    margin: 0 0.8em
}

.rey-productCarousel-wrapper:hover .rey-productCarousel-nav {
    opacity: 1
}

.rey-productCarousel-nav .rey-arrowSvg--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rey-toggleCoupon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.rey-toggleCoupon .rey-toggleCoupon-btn {
    font-size: .875rem;
    text-decoration: underline
}

.rey-toggleCoupon .rey-toggleCoupon-btn:hover {
    text-decoration: none
}

.rey-toggleCoupon .rey-toggleCoupon-content {
    display: none;
    margin-top: 1em
}

.rey-toggleCoupon .rey-toggleCoupon-content.--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#wc-stripe-payment-request-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#wc-stripe-payment-request-button-separator {
    text-align: center !important;
    margin: 1em 0 !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 1025px) {
    #wc-stripe-payment-request-button-separator {
        text-align: start !important
    }
}

.wgm-info + .rey-productLoop-footer {
    margin-top: 20px
}

.rey-cartBtnQty + .lumise-customize-button {
    margin-top: 20px;
    display: inline-block
}


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

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

.woocommerce .cart .woocommerce-message .button, .woocommerce .cart .woocommerce-error .button, .woocommerce .cart .woocommerce-info .button, .woocommerce-page .cart .woocommerce-message .button, .woocommerce-page .cart .woocommerce-error .button, .woocommerce-page .cart .woocommerce-info .button {
    float: right
}


.woocommerce .col2-set .no-gutters, .woocommerce-page .col2-set .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.woocommerce .col2-set .no-gutters > .col, .woocommerce .col2-set .no-gutters > [class*="col-"], .woocommerce-page .col2-set .no-gutters > .col, .woocommerce-page .col2-set .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

@media (min-width: 1025px) {
    .woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 0
    }
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    max-width: none !important
}

@media (min-width: 1025px) {
    .woocommerce div.product .rey-productSummary, .woocommerce-page div.product .rey-productSummary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.woocommerce div.product .rey-innerSummary, .woocommerce-page div.product .rey-innerSummary {
    position: relative
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.thumbnails, .woocommerce-page div.product div.thumbnails {
    *zoom: 1
}

.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after {
    content: " ";
    display: table
}

.woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce div.product #reviews .comment, .woocommerce-page div.product #reviews .comment {
    *zoom: 1
}

.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after {
    content: " ";
    display: table
}

.woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product div.images, .woocommerce-page.single-skin--default div.product div.images {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        max-width: calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)))
    }
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product div.summary, .woocommerce-page.single-skin--default div.product div.summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-summary-size);
        flex: 0 0 var(--woocommerce-summary-size);
        max-width: var(--woocommerce-summary-size)
    }
}

@media (min-width: 1025px) {
    .woocommerce.single-skin--default div.product.--reversed div.images, .woocommerce-page.single-skin--default div.product.--reversed div.images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.woocommerce ul.products, .woocommerce-page ul.products {
    margin: 0 calc(-1 * (var(--woocommerce-products-gutter) / 2));
    margin-top: calc(-1 * ((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1025px) {
    .woocommerce ul.products.--no-margins, .woocommerce ul.products.--no-margins li.product, .woocommerce-page ul.products.--no-margins, .woocommerce-page ul.products.--no-margins li.product {
        margin-top: 0;
        margin-bottom: 0
    }
}

.woocommerce ul.products.splide__list, .woocommerce-page ul.products.splide__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    width: 100%;
    padding-right: calc(var(--woocommerce-products-gutter) / 2);
    padding-left: calc(var(--woocommerce-products-gutter) / 2);
    margin-top: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2);
    margin-bottom: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor)) / 2)
}

.woocommerce ul.products li.product.splide__slide, .woocommerce-page ul.products li.product.splide__slide {
    margin-top: 0;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    padding-right: 0;
    padding-left: 0;
    margin-right: var(--woocommerce-products-gutter);
    width: calc((100% - (var(--woocommerce-products-gutter) * (var(--woocommerce-grid-columns, 4) - 1))) / var(--woocommerce-grid-columns, 4))
}

.woocommerce ul.products.--splide-markup {
    margin-top: 0
}

.woocommerce ul.products.--splide-markup li.product {
    margin-top: 0
}

.woocommerce ul.products.--splide-markup li.product:

not
(
:first-child

)
{
    display: none
}

.woocommerce .splide:not(.is-active) ul.products .product.splide__slide {
    margin-right: var(--woocommerce-products-gutter)
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width: 767px) {
    .woocommerce ul.products.columns-mobile-1 li.product, .woocommerce-page ul.products.columns-mobile-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-1 ul.products li.product, .woocommerce-page ul.products.columns-mobile-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 li.product, .woocommerce-page ul.products.columns-mobile-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 ul.products li.product, .woocommerce-page ul.products.columns-mobile-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 li.product, .woocommerce-page ul.products.columns-mobile-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 ul.products li.product, .woocommerce-page ul.products.columns-mobile-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .woocommerce ul.products.columns-tablet-1 li.product, .woocommerce-page ul.products.columns-tablet-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-1 ul.products li.product, .woocommerce-page ul.products.columns-tablet-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 li.product, .woocommerce-page ul.products.columns-tablet-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 ul.products li.product, .woocommerce-page ul.products.columns-tablet-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 li.product, .woocommerce-page ul.products.columns-tablet-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 ul.products li.product, .woocommerce-page ul.products.columns-tablet-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 li.product, .woocommerce-page ul.products.columns-tablet-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 ul.products li.product, .woocommerce-page ul.products.columns-tablet-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width: 1025px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-2 ul.products li.product, .woocommerce-page ul.products.columns-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 ul.products li.product, .woocommerce-page ul.products.columns-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 ul.products li.product, .woocommerce-page ul.products.columns-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 ul.products li.product, .woocommerce-page ul.products.columns-5 ul.products li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 ul.products li.product, .woocommerce-page ul.products.columns-6 ul.products li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

.woocommerce ul.products > .splide__list, .woocommerce-page ul.products > .splide__list {
    width: 100%
}

.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
}

@media (min-width: 1025px) {
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: left
    }
}

@media (min-width: 1025px) {
    .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%
}

@media (min-width: 1025px) {
    .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
    }

}

@media (min-width: 1025px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%
    }
}

.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 form .woocommerce-address-fields__field-wrapper, .woocommerce form .woocommerce-billing-fields__field-wrapper, .woocommerce form .woocommerce-shipping-fields__field-wrapper, .woocommerce form .form-row-wrapper, .woocommerce-page form .woocommerce-address-fields__field-wrapper, .woocommerce-page form .woocommerce-billing-fields__field-wrapper, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper, .woocommerce-page form .form-row-wrapper {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

@media (min-width: 1025px) {
    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce form .form-row-wrapper .form-row, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-page form .form-row-wrapper .form-row {
        width: 50%;
        float: left
    }

    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce form .form-row-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .form-row-wrapper .form-row.form-row-third {
        width: 33.3333%
    }
}

.woocommerce form .form-row-wrapper, .woocommerce-page form .form-row-wrapper {
    *zoom: 1
}

.woocommerce form .form-row-wrapper::before, .woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::before, .woocommerce-page form .form-row-wrapper::after {
    content: " ";
    display: table
}

.woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::after {
    clear: both
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    *zoom: 1;
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

.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 select, .woocommerce-page form .form-row select {
    width: 100%
}

@media (min-width: 1025px) {
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last, .woocommerce-page form .form-row.form-row-first, .woocommerce-page form .form-row.form-row-last {
        overflow: visible
    }
}

.woocommerce form .form-row.form-row-wide, .woocommerce-page form .form-row.form-row-wide {
    width: 100%;
    clear: both
}

.woocommerce form .form-row.mailchimp-newsletter, .woocommerce-page form .form-row.mailchimp-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce form .form-row.create-account, .woocommerce-page form .form-row.create-account {
    padding-left: 0;
    padding-right: 0
}

.woocommerce .woocommerce-form-login + *, .woocommerce-page .woocommerce-form-login + * {
    margin-top: 40px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 20px
}

.woocommerce .showlogin, .woocommerce .showcoupon, .woocommerce-page .showlogin, .woocommerce-page .showcoupon {
    display: inline-block;
    margin-left: 5px
}

@media (max-width: 1024px) {
    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        text-align: start;
        padding: 0
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 1em
    }
}

.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 {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-store-notice {
    margin: 0;
    width: 100%;
    z-index: 99998;
    display: none;
    background-color: var(--accent-color)
}

.woocommerce-store-notice .woocommerce-store-notice-content {
    font-size: .75rem;
    padding: 0.7em 0;
    text-align: center;
    color: var(--accent-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: var(--container-max-width);
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size);
    margin: 0 auto
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    display: inline-block;
    margin-left: .5em
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link svg {
    font-size: inherit;
    display: block
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-inside {
    font-size: 11px;
    margin-left: 1em
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
    font-size: 12px
}

@media (min-width: 1025px) {
    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
        position: absolute;
        right: 20px;
        top: calc(50% - 0.5em)
    }
}

.woocommerce-store-notice a, .woocommerce-store-notice a:hover {
    color: inherit;
    text-decoration: underline
}

.woocommerce-store-notice a:hover {
    text-decoration: none
}

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

.admin-bar p.demo_store {
    top: var(--admin-bar)
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: .875rem;
    width: .875rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../../../../../../plugins/woocommerce/assets/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);
    color: HSLa(var(--neutral-10), .75)
}

.woocommerce .loader::before {
    height: .875rem;
    width: .875rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../../../../../../plugins/woocommerce/assets/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);
    color: HSLa(var(--neutral-10), .75)
}

.woocommerce a.remove {
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    color: HSL(var(--neutral-5));
    width: auto;
    height: auto;
    border: 1px solid HSL(var(--neutral-2));
    padding: .3125rem .5625rem .375rem;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1;
    -webkit-transition: all 0.25s var(--easeoutcubic);
    transition: all 0.25s var(--easeoutcubic);
    text-decoration: none;
    text-transform: uppercase
}

.woocommerce a.remove:hover {
    color: HSL(var(--neutral-6));
    border-color: currentColor;
    background: none
}

.woocommerce small.note {
    display: block;
    color: HSL(var(--neutral-6));
    font-size: 0.857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 2em;
    padding: 0;
    font-size: 0.9em;
    color: HSL(var(--neutral-7))
}

.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: HSL(var(--neutral-7))
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-width: 60px
}

.woocommerce .cartBtnQty-controls .cartBtnQty-control.--disabled {
    pointer-events: none;
    opacity: .2
}

.woocommerce span.onsale, .woocommerce span.rey-discount {
    display: block;
    color: HSL(var(--neutral-0));
    background-color: var(--woocommerce-discount-color, HSL(var(--neutral-9)));
    padding: .25rem .4375rem;
    font-size: .625rem;
    line-height: 1;
    font-weight: var(--font-weight-bold)
}

.woocommerce span.onsale {
    z-index: 9
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 400;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading {
    opacity: 0.25;
    pointer-events: none
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] {
    cursor: not-allowed;
    opacity: 0.8
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.7
}

.woocommerce .star-rating {
    --star-rating-spacing: var(--zero-px);
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: calc(5.4em + (var(--star-rating-spacing) * 5));
    font-family: "star";
    color: var(--star-rating-color, #ff4545);
    font-size: var(--star-rating-size, 11px);
    text-align: start;
    letter-spacing: var(--star-rating-spacing)
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: HSL(var(--neutral-5));
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .9375rem;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    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 .shop_table {
    border: 1px solid HSL(var(--neutral-2));
    font-size: 14px
}

.woocommerce .shop_table thead th {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 12px;
    background: HSL(var(--neutral-2));
    padding: 20px
}

.woocommerce .shop_table thead tr {
    border: 0;
    border-bottom: 1px solid HSL(var(--neutral-2))
}

.woocommerce .shop_table tbody tr {
    border: 0;
    border-bottom: 1px solid HSL(var(--neutral-2))
}

.woocommerce .shop_table tbody tr td {
    padding: 20px;
    border: 0
}

.woocommerce .shop_table tbody tr:last-child {
    border-bottom: none
}

.woocommerce .shop_table .variation, .woocommerce .shop_table .wc-item-meta {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px
}

.woocommerce .shop_table .variation dt, .woocommerce .shop_table .wc-item-meta dt {
    font-weight: 400
}

.woocommerce .shop_table .variation dd, .woocommerce .shop_table .wc-item-meta dd {
    font-weight: var(--font-weight-bold)
}

.woocommerce .shop_table tfoot {
    background: HSL(var(--neutral-1))
}

.woocommerce .shop_table tfoot th {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 12px;
    width: 50%
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot th {
        width: 60%
    }
}

.woocommerce .shop_table tfoot th, .woocommerce .shop_table tfoot td {
    padding: 10px 20px
}

.woocommerce .shop_table tfoot .cart-subtotal {
    border-top: 1px solid HSL(var(--neutral-2))
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .cart-subtotal th, .woocommerce .shop_table tfoot .cart-subtotal td {
        padding: 20px 20px 0;
        padding: 20px
    }
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .shipping th, .woocommerce .shop_table tfoot .shipping td {
        padding: 10px 20px 20px
    }
}

.woocommerce .shop_table tfoot .woocommerce-shipping-methods {
    margin-bottom: 20px
}

.woocommerce .shop_table tfoot .woocommerce-shipping-methods .woocommerce-Price-amount {
    margin-left: 10px
}

.woocommerce .shop_table tfoot .order-total {
    background: HSL(var(--neutral-2))
}

@media (min-width: 1025px) {
    .woocommerce .shop_table tfoot .order-total th, .woocommerce .shop_table tfoot .order-total td {
        padding: 20px
    }
}

@media (max-width: 1024px) {
    .woocommerce .shop_table.shop_table_responsive thead {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce .shop_table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tr {
        display: block
    }

    .woocommerce .shop_table.shop_table_responsive tr td {
        display: block;
        text-align: end
    }

    .woocommerce .shop_table.shop_table_responsive tr td.order-actions {
        text-align: start
    }

    .woocommerce .shop_table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        float: left
    }

    .woocommerce .shop_table.shop_table_responsive tr td.product-remove::before, .woocommerce .shop_table.shop_table_responsive tr td.actions::before {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tr:nth-child(2n) td {
        background-color: HSLa(var(--neutral-10), .025)
    }
}

.woocommerce .woocommerce-remove-coupon {
    display: inline-block;
    margin-left: 5px
}

.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.my_account_orders .order-actions {
    text-align: end
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: 0.125em 0 0.125em 0.25em
}

.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: start
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: start
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    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 {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    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 form .form-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}


.woocommerce form .form-row .woocommerce-input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: HSL(var(--neutral-0));
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: HSL(var(--neutral-0));
    text-decoration: underline;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0%;
    margin-top: -4px;
    -webkit-transform: translatex(-50%) rotate(180deg);
    transform: translatex(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--accent-color) transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce . .woocommerce-form-register .woocommerce-form-register__submit {

}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--colors-red)
}

.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: var(--colors-red)
}

.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 .woocommerce-form-login .form-row, .woocommerce .woocommerce-form-register .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce #customer_login .form-row, .woocommerce #customer_login + .col-2 .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    vertical-align: top;
    margin: 3px 0.4375em 0 0
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: var(--font-weight-bold)
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details {
    margin-bottom: 2em
}

.woocommerce .woocommerce-order-downloads h2, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-order-details h2 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 14px
}

.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 address {
    font-style: normal;
    margin-bottom: 0;
    width: 100%;
    border-radius: 2px;
    padding: 23px;
    background: #f8f9fa;
    font-size: 13px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0.5em;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 0.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: "WooCommerce";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce.product.add_to_cart_inline .woocommerce-Price-amount {
    display: block;
    margin-bottom: 30px
}

.woocommerce .cart_list, .woocommerce .product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce .cart_list li, .woocommerce .product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none
}

.woocommerce .cart_list li::before, .woocommerce .cart_list li::after, .woocommerce .product_list_widget li::before, .woocommerce .product_list_widget li::after {
    content: " ";
    display: table
}

.woocommerce .cart_list li::after, .woocommerce .product_list_widget li::after {
    clear: both
}

.woocommerce .cart_list li dl:not(:empty), .woocommerce .product_list_widget li dl:not(:empty) {
    margin: 5px 0;
    padding-left: 1em;
    border-left: 2px solid HSLa(var(--neutral-10), .1);
    *zoom: 1
}

.woocommerce .cart_list li dl:not(:empty)::before, .woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::before, .woocommerce .product_list_widget li dl:not(:empty)::after {
    content: " ";
    display: table
}

.woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::after {
    clear: both
}

.woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
    font-size: .75rem
}

.woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dt {
    font-weight: var(--font-weight-bold);
    clear: left;
    padding: 0 0 0.25em;
    margin: 0 10px 0 0
}

.woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dd {
    padding: 0;
    margin: 0
}

.woocommerce .cart_list li dl:not(:empty) dd p:last-child, .woocommerce .product_list_widget li dl:not(:empty) dd p:last-child {
    margin-bottom: 0
}

.woocommerce .cart_list li .star-rating, .woocommerce .product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item {
    margin: 0 0 1.25rem;
    border-bottom: 1px solid HSL(var(--neutral-2));
    padding-bottom: 1.25rem;
    padding-left: 0;
    text-transform: uppercase
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item a {
    font-size: .875rem
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .quantity {
    font-size: .75rem;
    display: block
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item img {
    margin: 0 0 0 20px;
    max-width: 90px;
    width: 100%;
    border-radius: 2px
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .blockUI.blockOverlay {
    background-color: #fff !important
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:hover .remove {
    opacity: 1
}

.woocommerce .widget_shopping_cart .buttons a {
    margin-bottom: 5px
}

.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 form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem;
    margin: 0 0 2.1875rem;
    position: relative;
    background-color: HSL(var(--neutral-1));
    color: HSL(var(--neutral-7));
    border-top: 0;
    border-radius: 2px;
    list-style: none outside;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    word-wrap: break-word
}

@media (min-width: 1025px) {
    .woocommerce-message, .woocommerce-error, .woocommerce-info {
        padding: 2.5rem 1.875rem 2.5rem 6.25rem
    }
}

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 1.9em;
    top: calc(50% - .5em);
    font-size: 18px
}

@media (min-width: 1025px) {
    .woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
        left: 1.65em;
        font-size: 24px
    }
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    float: right;
    white-space: nowrap
}

.woocommerce-message .button, .woocommerce-message .restore-item, .woocommerce-error .button, .woocommerce-error .restore-item, .woocommerce-info .button, .woocommerce-info .restore-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.woocommerce-message p:only-child, .woocommerce-error p:only-child, .woocommerce-info p:only-child {
    margin-bottom: 0
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%
}

.summary .woocommerce-message, .summary .woocommerce-error, .summary .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem
}

.--clean-wc-notice .woocommerce-message, .--clean-wc-notice .woocommerce-error, .--clean-wc-notice .woocommerce-info {
    background-color: transparent;
    padding: 0;
    padding-left: 25px
}

.--clean-wc-notice .woocommerce-message: before, .--clean-wc-notice .woocommerce-error:before, .--clean-wc-notice .woocommerce-info:before {
    left: 0;
    top: calc(50% - 0.5em);
    font-size: 14px
}

ul.woocommerce-message, ul.woocommerce-error, ul.woocommerce-info {
    display: block
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message::before {
    content: "\e017";
    color: #8e8e8e
}

.woocommerce-message .restore-item {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic), background-color 0.15s var(--easeoutcubic), border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    text-transform: uppercase
}

@media screen and (prefers-reduced-motion: reduce) {
    .woocommerce-message .restore-item {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce-message .restore-item:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce-message .restore-item:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce-info::before {
    color: HSL(var(--neutral-4))
}

.woocommerce-error::before {
    content: "\e016";
    color: #8e8e8e
}

.woocommerce-terms-and-conditions {
    border: 1px solid HSLa(var(--neutral-10), .2);
    -webkit-box-shadow: inset 0 1px 2px HSLa(var(--neutral-10), .1);
    box-shadow: inset 0 1px 2px HSLa(var(--neutral-10), .1);
    background: HSLa(var(--neutral-10), .05)
}

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

.woocommerce-password-strength {
    text-align: center;
    font-weight: var(--font-weight-bold);
    padding: 3px 0.5em;
    font-size: 1em
}

.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 {
    margin: 0.5em 0 0;
    display: block
}

.rey-productSlideshow.--show-first-only a:

not
(
:first-child

)
{
    display: none
}

@media (min-width: 768px) {
    .woocommerce .rey-siteMain.--has-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        max-width: calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin))
    }

    .woocommerce .rey-sidebar.shop-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-sidebar-size);
        flex: 0 0 var(--woocommerce-sidebar-size);
        max-width: var(--woocommerce-sidebar-size)
    }

    .woocommerce .rey-siteMain ~ .rey-sidebar.shop-sidebar, .woocommerce .rey-sidebar.shop-sidebar ~ .rey-siteMain {
        margin-left: var(--woocommerce-sidebar-margin)
    }
}

.woocommerce-MyAccount-navigation-wrapper {
    min-width: 170px;
    margin-bottom: 30px
}

.woocommerce-MyAccount-navigation-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: var(--h-text-transform);
    font-size: .875rem;
    letter-spacing: 1px
}

.woocommerce-MyAccount-navigation-wrapper li {
    margin-bottom: 8px;
    overflow: hidden
}

.woocommerce-MyAccount-navigation-wrapper li.is-active {
    font-weight: var(--font-weight-bold)
}

.woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation.--custom:

not
(
.--merged

)
{
    margin-top: 20px
}

.woocommerce .woocommerce-form__label-for-checkbox, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    cursor: pointer
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child), .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
    display: none
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    color: HSL(var(--neutral-5));
    color: inherit;
    border: 1px solid currentColor;
    -webkit-transition: color 0.3s var(--easeoutcubic);
    transition: color 0.3s var(--easeoutcubic);
    left: 0
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label:after, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    background-color: currentColor;
    width: 8px;
    height: 8px;
    -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: -webkit-transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic);
    transition: transform 0.3s var(--easeoutcubic), -webkit-transform 0.3s var(--easeoutcubic);
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 2px
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span {
    color: HSL(var(--neutral-7))
}

.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woocommerce-invalid .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"] + span:before, .woocommerce-invalid .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"] + span:before {
    border-color: #dc3545
}

.woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
    display: none !important
}

.select2-container .select2-selection.select2-reyStyles {
    position: relative
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow {
    font-size: 1.375rem;
    height: 100%;
    width: 1.6em;
    top: 0;
    right: 0
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow:before {
    position: absolute;
    left: 0;
    font-size: 12px;
    top: calc(50% - 0.5em);
    height: 1em;
    width: 1px;
    content: "";
    background-color: HSL(var(--neutral-3))
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__arrow b {
    border-width: 5px;
    border-color: transparent;
    border-top-color: HSL(var(--neutral-5))
}

.select2-container .select2-selection.select2-reyStyles .select2-selection__clear {
    margin: -1px 0 0 5px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.select2-container.select2-container--open .select2-selection.select2-reyStyles .select2-selection__arrow b {
    border-top-color: transparent;
    border-bottom-color: HSL(var(--neutral-6));
    margin-top: -6px
}

.select2-container.select2-container--open .select2-dropdown.select2-reyStyles {
    z-index: 1060
}

.select2-container.select2-container--open .select2-dropdown.select2-reyStyles.select2-dropdown--below {
    min-width: 120px
}

.select2-dropdown .select2-reyStyles {
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    width: 200px
}

.select2-container--open .select2-dropdown .select2-reyStyles {
    border-top: 1px solid #dadada;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-results__option {
    font-size: 14px;
    padding: 8px 20px
}

.select2-dropdown .select2-reyStyles .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: initial;
    border-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-search__field {
    height: auto;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.rey-productCarousel-wrapper {
    position: relative
}

.rey-productCarousel-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: auto;
    bottom: calc(100% + 1em);
    -webkit-transition: opacity 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic);
    opacity: 0.5
}

@media (min-width: 1025px) {
    .rey-productCarousel-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.rey-productCarousel-nav .rey-productCarousel-navCurrent, .rey-productCarousel-nav .rey-productCarousel-navTotal {
    margin: 0 0.8em
}

.rey-productCarousel-wrapper:hover .rey-productCarousel-nav {
    opacity: 1
}

.rey-productCarousel-nav .rey-arrowSvg--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rey-toggleCoupon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.rey-toggleCoupon .rey-toggleCoupon-btn {
    font-size: .875rem;
    text-decoration: underline
}

.rey-toggleCoupon .rey-toggleCoupon-btn:hover {
    text-decoration: none
}

.rey-toggleCoupon .rey-toggleCoupon-content {
    display: none;
    margin-top: 1em
}

.rey-toggleCoupon .rey-toggleCoupon-content.--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#wc-stripe-payment-request-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#wc-stripe-payment-request-button-separator {
    text-align: center !important;
    margin: 1em 0 !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 1025px) {
    #wc-stripe-payment-request-button-separator {
        text-align: start !important
    }
}

.wgm-info + .rey-productLoop-footer {
    margin-top: 20px
}

.rey-cartBtnQty + .lumise-customize-button {
    margin-top: 20px;
    display: inline-block
}

/*
    Filter Everything widget
*/
.wpc-filters-widget-top-container {
    margin-bottom: 15px;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside {
    flex-direction: column;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-filter-header {
    position: relative;
    padding-left: 3em;
    font-size: 22px;
    margin-bottom: 1.5625rem;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: none;
    font-family: "Montserrat";
    line-height: 1.2;
    letter-spacing: 0;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-filter-header:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 1.5em;
    height: 2px;
    background-color: currentColor;
    opacity: 0.3;
}

@media screen and (max-width: 1024px) {
    .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-filter-header {
        font-size: 16px;
    }
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow: hidden;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list .wpc-filter-chip:not(:first-child) a .wpc-chip-content .wpc-filter-chip-name {
    margin-left: .5em !important;
    margin-right: 0 !important;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list .wpc-filter-chip:not(:first-child) a .wpc-chip-content .wpc-chip-remove-icon {
    display: flex;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list .wpc-filter-chip a .wpc-chip-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list .wpc-filter-chip a .wpc-chip-content .wpc-chip-remove-icon {
    width: 10px;
    height: 10px;
    font-size: 20px;
    line-height: 0;
    justify-content: center;
    align-items: center;
}

.wpc-filters-widget-wrapper .wpc-term-image-wrapper {
    display: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 3.125rem;
}

.wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-_price {
    margin-top: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header {
    position: relative;
    padding-left: 3em;
    font-size: 22px;
    margin-bottom: 1.5625rem;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: none;
    font-family: "Montserrat";
    line-height: 1.2;
    letter-spacing: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 1.5em;
    height: 2px;
    background-color: currentColor;
    opacity: 0.3;
}

@media screen and (max-width: 1024px) {
    .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header {
        font-size: 16px;
    }
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column {
    margin: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input {
    border: none;
    background: transparent !important;
    padding: 0;
    color: #000;
    pointer-events: none;
    height: auto;
    font-weight: 600;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input.wpc-filters-range-max {
    text-align: right;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control {
    background: HSL(var(--neutral-9));
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-range {
    background-color: HSL(var(--neutral-9));
    background: HSL(var(--neutral-9));
    border-radius: 3px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-handle {
    top: -4px;
    width: 11px;
    height: 11px;
    border: none;
    background: var(--body-color);
    border-radius: 50%;
    box-shadow: none;
    margin: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-_price .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-handle:nth-last-child(2) {
    margin-left: -11px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links.level-0 {
    padding: 0;
    list-style: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links.level-1 {
    margin-left: .75rem;
    padding: 0;
    list-style: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links.level-2 {
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item .wpwp-cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item .wpwp-cat-head .wpwp-cat-toggle {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    transition: .3s background-color ease;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item .wpwp-cat-head .wpwp-cat-toggle:hover {
    background-color: HSL(var(--neutral-2));
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item .wpwp-cat-head .wpwp-cat-toggle:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 9.8px;
    height: 9.8px;
    transform: translate(-50%, -50%) scale(-1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.has-children.collapsed .wpwp-cat-head .wpwp-cat-toggle:before {
    transform: translate(-50%, -50%);
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.has-children.collapsed .level-1, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.has-children.collapsed .level-2 {
    display: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-0 {
    position: relative;
    margin-top: 5px;
    margin-bottom: 7px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-0 > a, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-0 > .wpwp-cat-head > a {
    position: relative;
    color: HSL(var(--neutral-7));
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-0 > a:hover, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-0 > .wpwp-cat-head > a:hover {
    text-decoration: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-1 {
    margin-top: 5px;
    margin-bottom: 7px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-1 > a, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-1 > .wpwp-cat-head > a {
    color: HSL(var(--neutral-7));
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: .875rem;
    line-height: var(--body-line-height);
    padding: 0;
    margin-left: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-1 > a:hover, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-1 > .wpwp-cat-head > a:hover {
    text-decoration: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2 {
    position: relative;
    margin-top: 5px;
    margin-bottom: 7px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2:before {
    content: '◾';
    position: absolute;
    left: 0;
    width: 20px;
    margin-left: -20px;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2 > a, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2 > .wpwp-cat-head > a {
    color: HSL(var(--neutral-7));
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: .875rem;
    padding: 0;
    line-height: var(--body-line-height);
    margin-left: 0;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2 > a:hover, .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpwp-filter-content .wpwp-cat-links .wpwp-cat-item.level-2 > .wpwp-cat-head > a:hover {
    text-decoration: none;
}

.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content .select2-container {
    width: 100% !important;
    min-width: unset !important;
}

@media screen and (max-width: 768px) {
    .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content .select2-container .selection .select2-selection {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content .select2-container .selection .select2-selection {
        font-size: 14px;
    }
}

.wpc-filter-chips-list .wpc-filter-chip {
    margin: 0 3px 3px 0 !important;
}

.wpc-filter-chips-list .wpc-filter-chip a {
    border: none !important;
    padding: 0 !important;
}
a
.wpc-filter-chips-list .wpc-filter-chip a .wpc-chip-content {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6em;
    border: 1px solid HSL(var(--neutral-4));
    border-radius: 3px;
    background: none;
}

.wpc-filter-chips-list .wpc-filter-chip a .wpc-chip-content .wpc-filter-chip-name {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: HSL(var(--neutral-10));
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
    .wpc-custom-selected-terms {
        display: block;
    }
}

.wpc-custom-selected-terms .wpc-filter-chips-list .wpc-filter-chip:first-child {
    display: none;
}

.wpc-custom-selected-terms .wpc-filter-chips-list .wpc-filter-chip a {
    pointer-events: none;
}

.wpc-custom-selected-terms .wpc-filter-chips-list .wpc-filter-chip a .wpc-chip-content .wpc-chip-remove-icon {
    display: none;
}