@charset "UTF-8";
@media print,
screen and (min-width:40em) {

    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.h1,h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

.h2,
h2 {
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
    color: var(--site-heading-color);
    text-rendering: optimizeLegibility
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&medium-ex=48em&large=64em&xlarge=80em&xxlarge=90em&xxxlarge=120em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

/***************SMARTICS***************/

.carousel {
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carousel-item {
    flex: 0 0 auto;
    margin-right: 20px;
  }
  
  .carousel-item img {
    width: 100%;
    max-width: 200px; /* Ajusta el tamaño de la imagen según sea necesario */
  }
  
  .carousel-item h3 {
    text-align: center;
  }

  .woocommerce-product-gallery__wrapper img {
    width: 80%; /* Ancho del 100% para ocupar el contenedor */
    height: auto; /* Altura automática para mantener la proporción */
    max-width: 600px; /* Cambia este valor según el tamaño deseado */
    max-height: 600px; /* Cambia este valor según el tamaño deseado */
    object-fit: contain;
}

.product-item__actions .button {
    font-size: 14px; /* Tamaño de fuente más pequeño */
    padding: 6px 10px; /* Espacio entre el texto y los bordes del botón */
    border-radius: 4px; /* Bordes redondeados */
    background-color: #f0f0f0; /* Color de fondo */
    color: #333; /* Color del texto */
    border: 1px solid #ccc; /* Borde del botón */
}

.product-item__actions .button:hover {

    background-color: #e0e0e0; /* Cambio de color de fondo al pasar el ratón */
}
.product-item__actions .button{
    text-align: -webkit-center;
    font-size: 12px; /* Tamaño de fuente más pequeño para el icono */
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background-color: var(--site-heading-color);
    color: #fff;
}


.image-container {
    max-width: 100; /* Ancho máximo del contenedor */
    max-height: 100; /* Altura máxima del contenedor */
    overflow: hidden; /* Para recortar la parte de la imagen que exceda los límites del contenedor */
}

.image-container img {
    max-width: 100%; /* Ancho máximo de la imagen dentro del contenedor */
    height: auto; /* Altura ajustada automáticamente para mantener la proporción */
    display: block; /* Evita espacios no deseados debajo de la imagen */
}


.product-item__thumbnail-placeholder{
    min-height: 100%;
    min-width: 100%;
    border: solid 1px;
    overflow: hidden;
}
/*--------------------------------*/  

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    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
}

.row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem
}

@media print,
screen and (min-width:40em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

@media print,
screen and (min-width:48em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

@media print,
screen and (min-width:64em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

@media screen and (min-width:80em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

@media screen and (min-width:90em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

@media screen and (min-width:120em) {
    .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    min-width: 0
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

@media print,
screen and (min-width:40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:40em) {

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-ex-offset-0 {
        margin-left: 0%
    }

    .medium-ex-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-ex-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-ex-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-ex-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-ex-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-ex-offset-3 {
        margin-left: 25%
    }

    .medium-ex-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-ex-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-ex-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-ex-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-ex-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-ex-offset-6 {
        margin-left: 50%
    }

    .medium-ex-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-ex-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-ex-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-ex-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-ex-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-ex-offset-9 {
        margin-left: 75%
    }

    .medium-ex-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-ex-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-ex-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-ex-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-ex-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-1>.column,
    .medium-ex-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-ex-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-2>.column,
    .medium-ex-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-ex-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-3>.column,
    .medium-ex-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-ex-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-4>.column,
    .medium-ex-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-ex-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-5>.column,
    .medium-ex-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-ex-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-6>.column,
    .medium-ex-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-ex-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-7>.column,
    .medium-ex-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-ex-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-ex-up-8>.column,
    .medium-ex-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:48em) and (min-width:48em) {
    .medium-ex-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-ex-unstack>.column,
.row.medium-ex-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width:48em) {

    .row.medium-ex-unstack>.column,
    .row.medium-ex-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:48em) {

    .medium-ex-collapse>.column,
    .medium-ex-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-ex-uncollapse>.column,
    .medium-ex-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

@media print,
screen and (min-width:64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

@media screen and (min-width:80em) {
    .xlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xlarge-offset-0 {
        margin-left: 0%
    }

    .xlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:80em) and (min-width:80em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:80em) {

    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:80em) {

    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

@media screen and (min-width:90em) {
    .xxlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .xxlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xxlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xxlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .xxlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xxlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xxlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .xxlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xxlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xxlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .xxlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xxlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xxlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-6>.column,
    .xxlarge-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-7>.column,
    .xxlarge-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xxlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-8>.column,
    .xxlarge-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:90em) and (min-width:90em) {
    .xxlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xxlarge-unstack>.column,
.row.xxlarge-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:90em) {

    .row.xxlarge-unstack>.column,
    .row.xxlarge-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:90em) {

    .xxlarge-collapse>.column,
    .xxlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xxxlarge-offset-0 {
        margin-left: 0%
    }

    .xxxlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xxxlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xxxlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxxlarge-offset-3 {
        margin-left: 25%
    }

    .xxxlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xxxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xxxlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xxxlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xxxlarge-offset-6 {
        margin-left: 50%
    }

    .xxxlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xxxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xxxlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xxxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xxxlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xxxlarge-offset-9 {
        margin-left: 75%
    }

    .xxxlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xxxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xxxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xxxlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-1>.column,
    .xxxlarge-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxxlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-2>.column,
    .xxxlarge-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxxlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-3>.column,
    .xxxlarge-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxxlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-4>.column,
    .xxxlarge-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxxlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-5>.column,
    .xxxlarge-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xxxlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-6>.column,
    .xxxlarge-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxxlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-7>.column,
    .xxxlarge-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xxxlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxxlarge-up-8>.column,
    .xxxlarge-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:120em) and (min-width:120em) {
    .xxxlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xxxlarge-unstack>.column,
.row.xxxlarge-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:120em) {

    .row.xxxlarge-unstack>.column,
    .row.xxxlarge-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:120em) {

    .xxxlarge-collapse>.column,
    .xxxlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .xxxlarge-uncollapse>.column,
    .xxxlarge-uncollapse>.columns {
        padding-right: 0.75rem;
        padding-left: 0.75rem
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.5rem
}

.column-block>:last-child {
    margin-bottom: 0
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-ex-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-ex-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-ex-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-ex-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-ex-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:80em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-ex-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-ex-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-ex-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-ex-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-ex-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-ex-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-ex-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:80em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}


em,
i {
    font-style: italic;
    line-height: inherit
}

b,
strong {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    color: #666;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: rgba(0, 0, 0, 0.5)
}

.h0,
h0 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.h1,
h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.h2,
h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}


.h3,
h3 {
    font-size: 1.42rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.h4,
h4 {
    font-size: 1.26rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.h5,
h5 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem
}

@media print,
screen and (min-width:40em) {

    .h0,
    h0 {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h1,
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h2,
    h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h3,
    h3 {
        font-size: 1.42rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h4,
    h4 {
        font-size: 1.26rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h5,
    h5 {
        font-size: 1.125rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.25rem
    }
}

@media print,
screen and (min-width:64em) {

    .h0,
    h0 {
        font-size: 3rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h1,
    h1 {
        font-size: 2.5rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h2,
    h2 {
        font-size: 2.1rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h3,
    h3 {
        font-size: 1.74rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h4,
    h4 {
        font-size: 1.44rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h5,
    h5 {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 1.25rem
    }
}

a {
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: none
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 1280px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 0
}

dl,
ol,
ul {
    margin-bottom: 2rem;
    list-style-position: outside;
    line-height: 1.625
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 2rem;
    padding: 0 0 0 1.875rem;
    border-left: 2px solid inherit
}

blockquote,
blockquote p {
    line-height: 1.625;
    color: inherit
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: rgba(0, 0, 0, 0.25);
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.75)
}

.lead {
    font-size: 20px;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,
cite {
    display: block;
    color: inherit;
    font-size: 0.875rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    border: 0;
    background-color: #fff;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.625rem 0.1875rem
}

.code-block {
    border: 0;
    background-color: #fff;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

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

    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-text-left {
        text-align: left
    }

    .medium-ex-text-right {
        text-align: right
    }

    .medium-ex-text-center {
        text-align: center
    }

    .medium-ex-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

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

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:80em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

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

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:90em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

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

    .xxlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-text-left {
        text-align: left
    }

    .xxxlarge-text-right {
        text-align: right
    }

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

    .xxxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid rgba(0, 0, 0, 0.75);
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.0875rem;
    margin: 0 0 0.75rem;
    padding: 0.375rem;
    border: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.4;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #000;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

::placeholder {
    color: inherit
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 0.75rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: 0.375rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: inherit;
    line-height: 1;
    color: inherit
}

label.middle {
    margin: 0 0 0.75rem;
    padding: 0.4375rem 0
}

.help-text {
    margin-top: -0.375rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0.75rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #000;
    background: transparent;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: 0.375rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.5)
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem
}

select {
    height: 2.0875rem;
    margin: 0 0 0.75rem;
    padding: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.4;
    color: inherit;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28221, 221, 221%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -0.75rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.125rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

select:disabled {
    background-color: #000;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #DE7878;
    background-color: #fcf2f2
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #DE7878
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #DE7878
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #DE7878
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #DE7878
}

.is-invalid-input:not(:focus)::placeholder {
    color: #DE7878
}

.is-invalid-label {
    color: #DE7878
}

.form-error {
    display: none;
    margin-top: -0.375rem;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #DE7878
}

.form-error.is-visible {
    display: block
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 1rem 2rem 0.9375rem;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: inherit;
    font-size: 0.8125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: 0.5625rem
}

.button.small {
    font-size: 0.625rem
}

.button.large {
    font-size: 0.875rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #fff
}

.button:focus,
.button:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #fff
}

.button.primary:focus,
.button.primary:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff
}

.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #fff
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #000
}

.button.success:focus,
.button.success:hover {
    background-color: var(--site-secondary-button-color);
    color: #000
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #000
}

.button.warning:focus,
.button.warning:hover {
    background-color: var(--site-secondary-button-color);
    color: #000
}

.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #000
}

.button.alert:focus,
.button.alert:hover {
    background-color: var(--site-secondary-button-color);
    color: #000
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 1px solid #000;
    color: #000
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: black;
    color: black
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 1px solid #000;
    color: #000
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: black;
    color: black
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 1px solid #666;
    color: #666
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #666666;
    color: #666666
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 1px solid #6DD09D;
    color: #6DD09D
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #6dd09d;
    color: #6dd09d
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 1px solid #FFAE00;
    color: #FFAE00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #ffae00;
    color: #ffae00
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 1px solid #DE7878;
    color: #DE7878
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #de7878;
    color: #de7878
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #000
}

.button.clear:focus,
.button.clear:hover {
    color: black
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #000
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: black
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #666
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #666666
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #6DD09D
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #6dd09d
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #FFAE00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #ffae00
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #DE7878
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #de7878
}

.button.disabled,
.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2rem
}

.button.dropdown.clear:after,
.button.dropdown.hollow:after {
    border-top-color: #000
}

.button.dropdown.clear.primary:after,
.button.dropdown.hollow.primary:after {
    border-top-color: #000
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #666
}

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #6DD09D
}

.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #FFAE00
}

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #DE7878
}

.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

.hide,
form.cart .quantity.hidden {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:48em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:48em) {
    .hide-for-medium-ex {
        display: none !important
    }
}

@media screen and (max-width:47.99875em) {
    .show-for-medium-ex {
        display: none !important
    }
}

@media print,
screen and (min-width:48em) and (max-width:63.99875em) {
    .hide-for-medium-ex-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),
screen and (min-width:64em) {
    .show-for-medium-ex-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) and (max-width:79.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:80em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:80em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:79.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:80em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:79.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em),
screen and (min-width:120em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxxlarge {
        display: none !important
    }
}

@media screen and (max-width:119.99875em) {
    .show-for-xxxlarge {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:119.99875em) {
    .show-for-xxxlarge-only {
        display: none !important
    }
}

.screen-reader-text,
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid rgba(13, 13, 13, 0);
    background-color: transparent
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold
}

thead {
    background: rgba(6, 6, 6, 0);
    color: inherit
}

tfoot {
    background: rgba(13, 13, 13, 0);
    color: inherit
}

tfoot tr,
thead tr {
    background: transparent
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left
}

tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem
}

tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid rgba(13, 13, 13, 0);
    background-color: transparent
}

table.striped tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0)
}

@media print,
screen and (max-width:47.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: rgba(1, 1, 1, 0)
}

table.hover tfoot tr:hover {
    background-color: rgba(8, 8, 8, 0)
}

table.hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0)
}

table.hover.striped tr:nth-of-type(2n):hover {
    background-color: rgba(0, 0, 0, 0)
}

.table-scroll {
    overflow-x: auto
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:48em) {
    .menu.medium-ex-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-ex-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-ex-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-ex-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:80em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:90em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:120em) {
    .menu.xxxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center
}

.menu .is-active>a {
    background: #000;
    color: #fff
}

.menu .active>a {
    background: #000;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover:after {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.5), 0 14px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.5), 0 14px 0 rgba(0, 0, 0, 0.5)
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''
}

.menu-icon.dark:hover:after {
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.75), 0 14px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.75), 0 14px 0 rgba(0, 0, 0, 0.75)
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: inherit
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: 0 1.2em
}

.dropdown.menu>li.is-active>a {
    background: none;
    color: inherit
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .dropdown.menu.medium-ex-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-ex-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-ex-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-ex-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-ex-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:80em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:90em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:120em) {
    .dropdown.menu.xxxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 282px;
    border: none;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: 0
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s
}

.drilldown a {
    padding: 0;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: 0
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 56.25%;
    overflow: hidden
}

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

.flex-video.vertical,
.responsive-embed.vertical {
    padding-bottom: 177.777777778%
}

.flex-video.panorama,
.responsive-embed.panorama {
    padding-bottom: 31.640625%
}

.flex-video.square,
.responsive-embed.square {
    padding-bottom: 100%
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 1280px
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 1280px
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 1280px
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 1280px
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.tabs {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #fff;
    list-style-type: none
}

.tabs:after,
.tabs:before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #000
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #0d0d0d
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #000
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: black
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: rgba(0, 0, 0, 0.25);
    color: #000
}

.tabs-content {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 0;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.125rem 0 1rem;
    border: none;
    border-bottom: 0;
    font-size: 0.8125rem;
    line-height: 1;
    color: #000
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: none
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active>.accordion-title:before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 0.5rem 0 0;
    border: none;
    border-bottom: 0;
    background-color: #fff;
    color: #000
}

:last-child>.accordion-content:last-child {
    border-bottom: none
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5)
}

.orbit-bullets button:hover {
    background-color: rgba(0, 0, 0, 0.75)
}

.orbit-bullets button.is-active {
    background-color: rgba(0, 0, 0, 0.75)
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    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
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {

    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:48em) {

    .grid-x>.medium-ex-1,
    .grid-x>.medium-ex-10,
    .grid-x>.medium-ex-11,
    .grid-x>.medium-ex-12,
    .grid-x>.medium-ex-2,
    .grid-x>.medium-ex-3,
    .grid-x>.medium-ex-4,
    .grid-x>.medium-ex-5,
    .grid-x>.medium-ex-6,
    .grid-x>.medium-ex-7,
    .grid-x>.medium-ex-8,
    .grid-x>.medium-ex-9,
    .grid-x>.medium-ex-full,
    .grid-x>.medium-ex-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {

    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:80em) {

    .grid-x>.xlarge-1,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-full,
    .grid-x>.xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {

    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-full,
    .grid-x>.xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:120em) {

    .grid-x>.xxxlarge-1,
    .grid-x>.xxxlarge-10,
    .grid-x>.xxxlarge-11,
    .grid-x>.xxxlarge-12,
    .grid-x>.xxxlarge-2,
    .grid-x>.xxxlarge-3,
    .grid-x>.xxxlarge-4,
    .grid-x>.xxxlarge-5,
    .grid-x>.xxxlarge-6,
    .grid-x>.xxxlarge-7,
    .grid-x>.xxxlarge-8,
    .grid-x>.xxxlarge-9,
    .grid-x>.xxxlarge-full,
    .grid-x>.xxxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.3333333333%
}

.grid-x>.small-2 {
    width: 16.6666666667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.3333333333%
}

.grid-x>.small-5 {
    width: 41.6666666667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.3333333333%
}

.grid-x>.small-8 {
    width: 66.6666666667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.3333333333%
}

.grid-x>.small-11 {
    width: 91.6666666667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-shrink {
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.3333333333%
    }

    .grid-x>.medium-2 {
        width: 16.6666666667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.3333333333%
    }

    .grid-x>.medium-5 {
        width: 41.6666666667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.3333333333%
    }

    .grid-x>.medium-8 {
        width: 66.6666666667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%
    }

    .grid-x>.medium-11 {
        width: 91.6666666667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .grid-x>.medium-ex-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-ex-1,
    .grid-x>.medium-ex-10,
    .grid-x>.medium-ex-11,
    .grid-x>.medium-ex-12,
    .grid-x>.medium-ex-2,
    .grid-x>.medium-ex-3,
    .grid-x>.medium-ex-4,
    .grid-x>.medium-ex-5,
    .grid-x>.medium-ex-6,
    .grid-x>.medium-ex-7,
    .grid-x>.medium-ex-8,
    .grid-x>.medium-ex-9,
    .grid-x>.medium-ex-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-ex-shrink {
        width: auto
    }

    .grid-x>.medium-ex-1 {
        width: 8.3333333333%
    }

    .grid-x>.medium-ex-2 {
        width: 16.6666666667%
    }

    .grid-x>.medium-ex-3 {
        width: 25%
    }

    .grid-x>.medium-ex-4 {
        width: 33.3333333333%
    }

    .grid-x>.medium-ex-5 {
        width: 41.6666666667%
    }

    .grid-x>.medium-ex-6 {
        width: 50%
    }

    .grid-x>.medium-ex-7 {
        width: 58.3333333333%
    }

    .grid-x>.medium-ex-8 {
        width: 66.6666666667%
    }

    .grid-x>.medium-ex-9 {
        width: 75%
    }

    .grid-x>.medium-ex-10 {
        width: 83.3333333333%
    }

    .grid-x>.medium-ex-11 {
        width: 91.6666666667%
    }

    .grid-x>.medium-ex-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.3333333333%
    }

    .grid-x>.large-2 {
        width: 16.6666666667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.3333333333%
    }

    .grid-x>.large-5 {
        width: 41.6666666667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.3333333333%
    }

    .grid-x>.large-8 {
        width: 66.6666666667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.3333333333%
    }

    .grid-x>.large-11 {
        width: 91.6666666667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .grid-x>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xlarge-1,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xlarge-shrink {
        width: auto
    }

    .grid-x>.xlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xlarge-3 {
        width: 25%
    }

    .grid-x>.xlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xlarge-6 {
        width: 50%
    }

    .grid-x>.xlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xlarge-9 {
        width: 75%
    }

    .grid-x>.xlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-x>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xxlarge-shrink {
        width: auto
    }

    .grid-x>.xxlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xxlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xxlarge-3 {
        width: 25%
    }

    .grid-x>.xxlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xxlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xxlarge-6 {
        width: 50%
    }

    .grid-x>.xxlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xxlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xxlarge-9 {
        width: 75%
    }

    .grid-x>.xxlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xxlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .grid-x>.xxxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xxxlarge-1,
    .grid-x>.xxxlarge-10,
    .grid-x>.xxxlarge-11,
    .grid-x>.xxxlarge-12,
    .grid-x>.xxxlarge-2,
    .grid-x>.xxxlarge-3,
    .grid-x>.xxxlarge-4,
    .grid-x>.xxxlarge-5,
    .grid-x>.xxxlarge-6,
    .grid-x>.xxxlarge-7,
    .grid-x>.xxxlarge-8,
    .grid-x>.xxxlarge-9,
    .grid-x>.xxxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xxxlarge-shrink {
        width: auto
    }

    .grid-x>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xxxlarge-3 {
        width: 25%
    }

    .grid-x>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xxxlarge-6 {
        width: 50%
    }

    .grid-x>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xxxlarge-9 {
        width: 75%
    }

    .grid-x>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xxxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.auto {
        width: auto
    }

    .grid-margin-x>.shrink {
        width: auto
    }

    .grid-margin-x>.small-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x>.medium-auto {
        width: auto
    }

    .grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x>.medium-ex-auto {
        width: auto
    }

    .grid-margin-x>.medium-ex-shrink {
        width: auto
    }

    .grid-margin-x>.medium-ex-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-ex-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.large-auto {
        width: auto
    }

    .grid-margin-x>.large-shrink {
        width: auto
    }

    .grid-margin-x>.large-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-x>.xlarge-auto {
        width: auto
    }

    .grid-margin-x>.xlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xlarge-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xlarge-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xlarge-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xlarge-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x>.xxlarge-auto {
        width: auto
    }

    .grid-margin-x>.xxlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xxlarge-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-x>.xxxlarge-auto {
        width: auto
    }

    .grid-margin-x>.xxxlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xxxlarge-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.xxxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x>.cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.3333333333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.6666666667%
}

.small-up-7>.cell {
    width: 14.2857142857%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,
screen and (min-width:40em) {
    .medium-up-1>.cell {
        width: 100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.3333333333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.6666666667%
    }

    .medium-up-7>.cell {
        width: 14.2857142857%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-up-1>.cell {
        width: 100%
    }

    .medium-ex-up-2>.cell {
        width: 50%
    }

    .medium-ex-up-3>.cell {
        width: 33.3333333333%
    }

    .medium-ex-up-4>.cell {
        width: 25%
    }

    .medium-ex-up-5>.cell {
        width: 20%
    }

    .medium-ex-up-6>.cell {
        width: 16.6666666667%
    }

    .medium-ex-up-7>.cell {
        width: 14.2857142857%
    }

    .medium-ex-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width:64em) {
    .large-up-1>.cell {
        width: 100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.3333333333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.6666666667%
    }

    .large-up-7>.cell {
        width: 14.2857142857%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:80em) {
    .xlarge-up-1>.cell {
        width: 100%
    }

    .xlarge-up-2>.cell {
        width: 50%
    }

    .xlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xlarge-up-4>.cell {
        width: 25%
    }

    .xlarge-up-5>.cell {
        width: 20%
    }

    .xlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-up-1>.cell {
        width: 100%
    }

    .xxlarge-up-2>.cell {
        width: 50%
    }

    .xxlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xxlarge-up-4>.cell {
        width: 25%
    }

    .xxlarge-up-5>.cell {
        width: 20%
    }

    .xxlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xxlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xxlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-up-1>.cell {
        width: 100%
    }

    .xxxlarge-up-2>.cell {
        width: 50%
    }

    .xxxlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xxxlarge-up-4>.cell {
        width: 25%
    }

    .xxxlarge-up-5>.cell {
        width: 20%
    }

    .xxxlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xxxlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xxxlarge-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x.medium-ex-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.medium-ex-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x.xxlarge-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-x.xxxlarge-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.xxxlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.3333333333%
}

.small-margin-collapse>.small-2 {
    width: 16.6666666667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.3333333333%
}

.small-margin-collapse>.small-5 {
    width: 41.6666666667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.3333333333%
}

.small-margin-collapse>.small-8 {
    width: 66.6666666667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.3333333333%
}

.small-margin-collapse>.small-11 {
    width: 91.6666666667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .small-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .small-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .small-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .small-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .small-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .medium-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .medium-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .medium-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-ex-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .medium-ex-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .medium-ex-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .medium-ex-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .medium-ex-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .medium-ex-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .medium-ex-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .medium-ex-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .medium-ex-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .medium-ex-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .medium-ex-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .medium-ex-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .medium-ex-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .medium-ex-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .medium-ex-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .medium-ex-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-ex-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .large-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .large-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .large-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xlarge-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxxlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.medium-ex-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-ex-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-ex-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.medium-ex-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-ex-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-ex-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.medium-ex-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-ex-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-ex-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.medium-ex-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.medium-ex-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.medium-ex-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.xlarge-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.xlarge-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.xlarge-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.xlarge-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.xlarge-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.xlarge-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.xlarge-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.xlarge-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.xxlarge-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.xxlarge-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.xxlarge-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.xxlarge-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.xxlarge-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.xxlarge-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.xxlarge-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.xxlarge-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-margin-collapse>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .xxxlarge-margin-collapse>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .xxxlarge-margin-collapse>.xxxlarge-3 {
        width: 25%
    }

    .xxxlarge-margin-collapse>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .xxxlarge-margin-collapse>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .xxxlarge-margin-collapse>.xxxlarge-6 {
        width: 50%
    }

    .xxxlarge-margin-collapse>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .xxxlarge-margin-collapse>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .xxxlarge-margin-collapse>.xxxlarge-9 {
        width: 75%
    }

    .xxxlarge-margin-collapse>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .xxxlarge-margin-collapse>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .xxxlarge-margin-collapse>.xxxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + 0.625rem)
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem)
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + 0.625rem)
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem)
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + 0.625rem)
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem)
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + 0.625rem)
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem)
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem)
}

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.medium-ex-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .medium-ex-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.medium-ex-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .medium-ex-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.medium-ex-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .medium-ex-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-ex-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .medium-ex-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.medium-ex-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .medium-ex-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.medium-ex-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .medium-ex-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-ex-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .medium-ex-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.medium-ex-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .medium-ex-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.medium-ex-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .medium-ex-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-ex-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .medium-ex-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.medium-ex-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .medium-ex-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.medium-ex-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media screen and (min-width:80em) {
    .xlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media screen and (min-width:90em) {
    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xxxlarge-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }

    .xxxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }

    .xxxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }

    .xxxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxxlarge-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }

    .xxxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }

    .xxxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }

    .xxxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxxlarge-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }

    .xxxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }

    .xxxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }

    .xxxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxxlarge-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }

    .xxxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }

    .xxxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-full,
.grid-y>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {

    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-full,
    .grid-y>.medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:48em) {

    .grid-y>.medium-ex-1,
    .grid-y>.medium-ex-10,
    .grid-y>.medium-ex-11,
    .grid-y>.medium-ex-12,
    .grid-y>.medium-ex-2,
    .grid-y>.medium-ex-3,
    .grid-y>.medium-ex-4,
    .grid-y>.medium-ex-5,
    .grid-y>.medium-ex-6,
    .grid-y>.medium-ex-7,
    .grid-y>.medium-ex-8,
    .grid-y>.medium-ex-9,
    .grid-y>.medium-ex-full,
    .grid-y>.medium-ex-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {

    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:80em) {

    .grid-y>.xlarge-1,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-full,
    .grid-y>.xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {

    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-full,
    .grid-y>.xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:120em) {

    .grid-y>.xxxlarge-1,
    .grid-y>.xxxlarge-10,
    .grid-y>.xxxlarge-11,
    .grid-y>.xxxlarge-12,
    .grid-y>.xxxlarge-2,
    .grid-y>.xxxlarge-3,
    .grid-y>.xxxlarge-4,
    .grid-y>.xxxlarge-5,
    .grid-y>.xxxlarge-6,
    .grid-y>.xxxlarge-7,
    .grid-y>.xxxlarge-8,
    .grid-y>.xxxlarge-9,
    .grid-y>.xxxlarge-full,
    .grid-y>.xxxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.3333333333%
}

.grid-y>.small-2 {
    height: 16.6666666667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.3333333333%
}

.grid-y>.small-5 {
    height: 41.6666666667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.3333333333%
}

.grid-y>.small-8 {
    height: 66.6666666667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.3333333333%
}

.grid-y>.small-11 {
    height: 91.6666666667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-y>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.3333333333%
    }

    .grid-y>.medium-2 {
        height: 16.6666666667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.3333333333%
    }

    .grid-y>.medium-5 {
        height: 41.6666666667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.3333333333%
    }

    .grid-y>.medium-8 {
        height: 66.6666666667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.3333333333%
    }

    .grid-y>.medium-11 {
        height: 91.6666666667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .grid-y>.medium-ex-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-ex-1,
    .grid-y>.medium-ex-10,
    .grid-y>.medium-ex-11,
    .grid-y>.medium-ex-12,
    .grid-y>.medium-ex-2,
    .grid-y>.medium-ex-3,
    .grid-y>.medium-ex-4,
    .grid-y>.medium-ex-5,
    .grid-y>.medium-ex-6,
    .grid-y>.medium-ex-7,
    .grid-y>.medium-ex-8,
    .grid-y>.medium-ex-9,
    .grid-y>.medium-ex-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.medium-ex-shrink {
        height: auto
    }

    .grid-y>.medium-ex-1 {
        height: 8.3333333333%
    }

    .grid-y>.medium-ex-2 {
        height: 16.6666666667%
    }

    .grid-y>.medium-ex-3 {
        height: 25%
    }

    .grid-y>.medium-ex-4 {
        height: 33.3333333333%
    }

    .grid-y>.medium-ex-5 {
        height: 41.6666666667%
    }

    .grid-y>.medium-ex-6 {
        height: 50%
    }

    .grid-y>.medium-ex-7 {
        height: 58.3333333333%
    }

    .grid-y>.medium-ex-8 {
        height: 66.6666666667%
    }

    .grid-y>.medium-ex-9 {
        height: 75%
    }

    .grid-y>.medium-ex-10 {
        height: 83.3333333333%
    }

    .grid-y>.medium-ex-11 {
        height: 91.6666666667%
    }

    .grid-y>.medium-ex-12 {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.3333333333%
    }

    .grid-y>.large-2 {
        height: 16.6666666667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.3333333333%
    }

    .grid-y>.large-5 {
        height: 41.6666666667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.3333333333%
    }

    .grid-y>.large-8 {
        height: 66.6666666667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.3333333333%
    }

    .grid-y>.large-11 {
        height: 91.6666666667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width:80em) {
    .grid-y>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xlarge-1,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-y>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

@media screen and (min-width:120em) {
    .grid-y>.xxxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xxxlarge-1,
    .grid-y>.xxxlarge-10,
    .grid-y>.xxxlarge-11,
    .grid-y>.xxxlarge-12,
    .grid-y>.xxxlarge-2,
    .grid-y>.xxxlarge-3,
    .grid-y>.xxxlarge-4,
    .grid-y>.xxxlarge-5,
    .grid-y>.xxxlarge-6,
    .grid-y>.xxxlarge-7,
    .grid-y>.xxxlarge-8,
    .grid-y>.xxxlarge-9,
    .grid-y>.xxxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xxxlarge-shrink {
        height: auto
    }

    .grid-y>.xxxlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xxxlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xxxlarge-3 {
        height: 25%
    }

    .grid-y>.xxxlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xxxlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xxxlarge-6 {
        height: 50%
    }

    .grid-y>.xxxlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xxxlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xxxlarge-9 {
        height: 75%
    }

    .grid-y>.xxxlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xxxlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xxxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y>.cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.medium-ex-auto {
        height: auto
    }

    .grid-margin-y>.medium-ex-shrink {
        height: auto
    }

    .grid-margin-y>.medium-ex-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y>.xxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-y>.xxxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxxlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:48em) {
    .medium-ex-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-ex-grid-frame {
        width: 100%
    }

    .medium-ex-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-ex-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-ex-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-ex-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:80em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxxlarge-grid-frame {
        width: 100%
    }

    .xxxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width:48em) {
    .grid-y.medium-ex-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:80em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:90em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:120em) {
    .grid-y.xxxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .cell .grid-y.medium-ex-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:80em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:120em) {
    .cell .grid-y.xxxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.medium-ex-auto {
        height: auto
    }

    .grid-margin-y>.medium-ex-shrink {
        height: auto
    }

    .grid-margin-y>.medium-ex-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-ex-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y>.xxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-y>.xxxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxxlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.xxxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y.medium-ex-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-y.xxxlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size)
}

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

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

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

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

:root {}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

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

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

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

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

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

:root {}

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

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

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

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-family: "iNova";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "iNova";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}


.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}



.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@-webkit-keyframes wp_image_animation {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes wp_image_animation {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes wp_image_animation_back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes wp_image_animation_back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

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

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

@keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

@-webkit-keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6)
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
    }

    to {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
    }
}

@keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6)
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
    }

    to {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
    }
}

@-webkit-keyframes lafadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes lafadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes hoverBtn {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    51% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    53% {
        opacity: 0
    }

    54% {
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hoverBtn {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    51% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    53% {
        opacity: 0
    }

    54% {
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dotPulse {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes dotPulse {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes full_and_visible {
    to {
        width: 100%;
        height: 100%;
        visibility: visible
    }
}

@keyframes full_and_visible {
    to {
        width: 100%;
        height: 100%;
        visibility: visible
    }
}

@-webkit-keyframes no_space_and_hidden {
    to {
        width: 0;
        height: 0;
        visibility: hidden
    }
}

@keyframes no_space_and_hidden {
    to {
        width: 0;
        height: 0;
        visibility: hidden
    }
}

@-webkit-keyframes shop_tooltip_clicked {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes shop_tooltip_clicked {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shop_tooltip_clicked_desktop {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes shop_tooltip_clicked_desktop {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes shop_tooltip_hover_in {
    0% {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1
    }
}

@keyframes shop_tooltip_hover_in {
    0% {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes shop_tooltip_top_hover_in {
    0% {
        -webkit-transform: translate3d(0, -130%, 0);
        transform: translate3d(0, -130%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, -130%, 0);
        transform: translate3d(0, -130%, 0);
        opacity: 1
    }
}

@keyframes shop_tooltip_top_hover_in {
    0% {
        -webkit-transform: translate3d(0, -130%, 0);
        transform: translate3d(0, -130%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, -130%, 0);
        transform: translate3d(0, -130%, 0);
        opacity: 1
    }
}

@-webkit-keyframes shop_tooltip_hover_out {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0);
        opacity: 0
    }
}

@keyframes shop_tooltip_hover_out {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes shop_tooltip_rtl_hover_in {
    0% {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1
    }
}

@keyframes shop_tooltip_rtl_hover_in {
    0% {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes shop_tooltip_rtl_hover_out {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0
    }
}

@keyframes shop_tooltip_rtl_hover_out {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(130%, 0, 0);
        transform: translate3d(130%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes shop_tooltip_show_hide {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes shop_tooltip_show_hide {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes drop_down_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-15deg);
        transform: perspective(500px) rotateX(-15deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@keyframes drop_down_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-15deg);
        transform: perspective(500px) rotateX(-15deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@-webkit-keyframes drop_down_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-15deg);
        transform: perspective(500px) rotateX(-15deg)
    }
}

@keyframes drop_down_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-15deg);
        transform: perspective(500px) rotateX(-15deg)
    }
}

@-webkit-keyframes drop_down_right_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(10deg);
        transform: perspective(500px) rotateY(10deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }
}

@keyframes drop_down_right_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(10deg);
        transform: perspective(500px) rotateY(10deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }
}

@-webkit-keyframes drop_down_right_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(10deg);
        transform: perspective(500px) rotateY(10deg)
    }
}

@keyframes drop_down_right_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(10deg);
        transform: perspective(500px) rotateY(10deg)
    }
}

@-webkit-keyframes drop_down_left_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(-10deg);
        transform: perspective(500px) rotateY(-10deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }
}

@keyframes drop_down_left_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(-10deg);
        transform: perspective(500px) rotateY(-10deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }
}

@-webkit-keyframes drop_down_left_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(-10deg);
        transform: perspective(500px) rotateY(-10deg)
    }
}

@keyframes drop_down_left_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateY(0deg);
        transform: perspective(9999px) rotateY(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(-10deg);
        transform: perspective(500px) rotateY(-10deg)
    }
}

@-webkit-keyframes mega_drop_down_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@keyframes mega_drop_down_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@-webkit-keyframes mega_drop_down_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }
}

@keyframes mega_drop_down_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }
}

@-webkit-keyframes minicart_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@keyframes minicart_in {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }
}

@-webkit-keyframes minicart_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }
}

@keyframes minicart_out {
    0% {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg);
        transform: perspective(9999px) rotateX(0deg)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg)
    }
}

@-webkit-keyframes menu_dropdowns_li {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes menu_dropdowns_li {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes megadropdown_categories {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes megadropdown_categories {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes megamenu_blog_cats {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes megamenu_blog_cats {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes megamenu_blog {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes megamenu_blog {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes megamenu_icons {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes megamenu_icons {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes megamenu_categories {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes megamenu_categories {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes megamenu_contact_img {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes megamenu_contact_img {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes megamenu_contact {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes megamenu_contact {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes sticky_header_out {
    to {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@keyframes sticky_header_out {
    to {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@-webkit-keyframes sticky_header_in {
    to {
        height: auto;
        visibility: visible;
        overflow: visible
    }
}

@keyframes sticky_header_in {
    to {
        height: auto;
        visibility: visible;
        overflow: visible
    }
}

@-webkit-keyframes bounceIconUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    25% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes bounceIconUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    25% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

[class*=n-block-grid-] .WOOF_Widget {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

[class*=n-block-grid-] .WOOF_Widget .woof_redraw_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[class*=n-block-grid-] .WOOF_Widget .woof_container,
[class*=n-block-grid-]>:not([class*=slick]) {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    list-style: none
}

.n-block-grid-1 .WOOF_Widget .woof_container,
.n-block-grid-1>:not([class*=slick]),
[class*=n-block-grid-]>:not([class*=slick]).WOOF_Widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.n-block-grid-2 .WOOF_Widget .woof_container,
.n-block-grid-2>:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.n-block-grid-3 .WOOF_Widget .woof_container,
.n-block-grid-3>:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.n-block-grid-4 .WOOF_Widget .woof_container,
.n-block-grid-4>:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.n-block-grid-5 .WOOF_Widget .woof_container,
.n-block-grid-5>:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.n-block-grid-6 .WOOF_Widget .woof_container,
.n-block-grid-6>:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

@media only screen and (min-width:768px) {
    .md-n-block-grid-2>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .md-n-block-grid-3>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .md-n-block-grid-4>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .md-n-block-grid-5>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .md-n-block-grid-6>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (min-width:992px) {
    .lg-n-block-grid-2>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lg-n-block-grid-3>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .lg-n-block-grid-4>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lg-n-block-grid-5>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .lg-n-block-grid-6>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (max-width:575px) {
    [class*=n-block-grid-]>:not([class*=slick]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word;
    font-size: var(--site-font-size)
}

body {
    font-family: var(--site-main-font);
    color: var(--site-text-color)
}

.site-bg-color,
body {
    background-color: var(--site-bg-color)
}

div:focus {
    outline: 0px solid transparent
}

a {
    color: var(--site-link-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover {
    color: var(--site-link-hover-color)
}

a:focus {
    outline: none
}

h1 {
    font-family: var(--site-secondary-font)
}

h2 {
    font-family: var(--site-secondary-font)
}

h3 {
    font-family: var(--site-secondary-font)
}

h4 {
    font-family: var(--site-secondary-font)
}

h5 {
    font-family: var(--site-secondary-font)
}

.main--font {
    font-family: var(--site-main-font)
}

.sh--font {
    font-family: var(--site-secondary-font)
}



.sh--color {
    color: var(--site-heading-color)
}

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

label {
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--site-text-color);
}

label.small {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--site-heading-color);
    text-transform: none
}

.fieldset legend,
fieldset legend {
    background: none
}

abbr {
    text-decoration: none !important;
    color: inherit
}

p:empty {
    display: none
}

::-moz-selection {
    color: #fff;
    background: var(--site-accent-color)
}

::selection {
    color: #fff;
    background: var(--site-accent-color)
}

.select2,
.select2 .select2-selection,
.select2 .select2-selection .select2-selection__rendered,
.select2-dropdown .select2-search .select2-search__field,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.75rem;
    font-size: 0.875rem
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

select {
    background-position: right 0 center;
    background-size: 10px 10px;
    color: var(--site-heading-color);
    border-color: var(--site-border-color);
    border-radius: var(--site-field-radius);
    -moz-appearance: none;
    -webkit-appearance: none
}

select:focus {
    background-color: #fff
}

select option {
    color: #000
}

select::-ms-expand {
    display: none
}

textarea {
    padding: 0.75rem;
    resize: vertical;
    height: auto;
    line-height: inherit
}

input[type=checkbox]+label,
input[type=radio]+label {
    position: relative;
    padding: 0;
    text-transform: none;
    color: inherit;
    font-family: inherit
}

table {
    border-collapse: collapse;
    margin-bottom: 2rem
}

table tbody th {
    color: var(--site-heading-color);
    background: #f8f9fa;
    font-weight: 600
}

table tbody td,
table tbody th {
    border-right: 1px solid var(--site-border-color)
}

table tr {
    border: 1px solid var(--site-border-color)
}

table tr th {
    color: var(--site-heading-color);
    font-weight: 600
}

table tr td,
table tr th {
    padding: 0.9375rem
}

table tr td,
table tr th {
    text-align: left;
    padding-right: 0.9375rem
}

table tr td p:last-child {
    margin-bottom: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin-top: 0.5rem
}

dl>li,
ol>li,
ul>li {
    margin-bottom: 0.5rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 2.1875rem
}

dl dt {
    margin-top: 1.875rem
}

figcaption {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 0.875rem
}

pre {
    padding: 1.5625rem;
    margin: 1.875rem 0
}

kbd {
    background-color: #fff;
    color: #000;
    padding: 0.125rem 0.625rem 0.1875rem;
    border-radius: 0
}

blockquote {
    border-color: var(--site-accent-color);
    border-style: solid;
    border-width: 0 0 0 0.1875rem;
    color: inherit;
    font-size: 1rem;
    padding: 0.5rem 0 0.5rem 1.5rem
}

blockquote p {
    margin-bottom: 0
}

hr {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-bottom-color: #000
}

.clear {
    clear: both
}

.alignleft {
    float: left;
    margin-right: 1.875rem
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.alignright {
    float: right;
    margin-left: 1.875rem
}

.wp-caption {
    max-width: 100%
}

.hidden {
    display: none
}

.kirki-customizer-loading-wrapper {
    background-image: none !important
}

.row {
    max-width: var(--site-width)
}

.nova-shortcode-loading {
    display: none;
    background: var(--site-bg-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
    -webkit-filter: contrast(5);
    filter: contrast(5)
}

.nova-shortcode-loading span {
    position: relative;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--site-heading-color);
    color: transparent;
    margin: -1px 0;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.nova-shortcode-loading span:after,
.nova-shortcode-loading span:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--site-heading-color);
    color: transparent;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.nova-shortcode-loading span:before {
    left: 10px;
    -webkit-animation: dotShuttle 2s infinite ease-out;
    animation: dotShuttle 2s infinite ease-out
}

.nova-shortcode-loading span:after {
    left: 20px
}

@-webkit-keyframes dotShuttle {

    0%,
    50%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes dotShuttle {

    0%,
    50%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.is-loading .nova-shortcode-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-element.fadeInUp,
.elementor-slide-content.fadeInUp {
    -webkit-animation-name: shortfadeInUp;
    animation-name: shortfadeInUp
}

.nova-lazyload-image {
    background-repeat: no-repeat;
    background-size: cover
}

.brand-back-white img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.brand-back-white img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5)
}

.figure__object_fit {
    position: relative;
    overflow: hidden;
    width: 100%
}

.figure__object_fit img {
    width: 100%
}

.active-object-fit .figure__object_fit img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.figure__object_fit.custom-object-fit {
    background-size: cover;
    background-position: center center
}

.figure__object_fit.custom-object-fit img {
    opacity: 0 !important
}

.flex-break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0
}

.text-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.red {
    color: red
}

.nova-loader-01 div {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transform: translate(39px, 39px) scale(1);
    transform: translate(39px, 39px) scale(1);
    background: #e15b64;
    -webkit-animation: nova-loader-01 1.5873015873s infinite cubic-bezier(0, 0.5, 0.5, 1);
    animation: nova-loader-01 1.5873015873s infinite cubic-bezier(0, 0.5, 0.5, 1)
}

.nova-loader-01 div:first-child {
    background: #f47e60;
    -webkit-transform: translate(73px, 39px) scale(1);
    transform: translate(73px, 39px) scale(1);
    -webkit-animation: nova-loader-01-r 0.3968253968s infinite cubic-bezier(0, 0.5, 0.5, 1), nova-loader-01-c 1.5873015873s infinite step-start;
    animation: nova-loader-01-r 0.3968253968s infinite cubic-bezier(0, 0.5, 0.5, 1), nova-loader-01-c 1.5873015873s infinite step-start
}

.nova-loader-01 div:nth-child(2) {
    -webkit-animation-delay: -0.3968253968253968s;
    animation-delay: -0.3968253968253968s;
    background: #e15b64
}

.nova-loader-01 div:nth-child(3) {
    -webkit-animation-delay: -0.7936507936507936s;
    animation-delay: -0.7936507936507936s;
    background: #f47e60
}

.nova-loader-01 div:nth-child(4) {
    -webkit-animation-delay: -1.1904761904761905s;
    animation-delay: -1.1904761904761905s;
    background: #f8b26a
}

.nova-loader-01 div:nth-child(5) {
    -webkit-animation-delay: -1.5873015873015872s;
    animation-delay: -1.5873015873015872s;
    background: #abbd81
}

.loadingio-spinner-ellipsis-9ywjls01pkb {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff
}

.nova-loader-01 {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0) scale(0.48);
    transform: translateZ(0) scale(0.48);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.nova-loader-01 div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.nova-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px
}

.nova-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 2px;
    border: 2px solid var(--site-accent-color);
    border-radius: 50%;
    -webkit-animation: nova-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: nova-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--site-accent-color) transparent transparent transparent
}

.nova-ring div:first-child {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.nova-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.nova-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

@-webkit-keyframes nova-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes nova-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes nova-loader-01 {
    0% {
        -webkit-transform: translate(5px, 39px) scale(0);
        transform: translate(5px, 39px) scale(0)
    }

    25% {
        -webkit-transform: translate(5px, 39px) scale(0);
        transform: translate(5px, 39px) scale(0)
    }

    50% {
        -webkit-transform: translate(5px, 39px) scale(1);
        transform: translate(5px, 39px) scale(1)
    }

    75% {
        -webkit-transform: translate(39px, 39px) scale(1);
        transform: translate(39px, 39px) scale(1)
    }

    to {
        -webkit-transform: translate(73px, 39px) scale(1);
        transform: translate(73px, 39px) scale(1)
    }
}

@keyframes nova-loader-01 {
    0% {
        -webkit-transform: translate(5px, 39px) scale(0);
        transform: translate(5px, 39px) scale(0)
    }

    25% {
        -webkit-transform: translate(5px, 39px) scale(0);
        transform: translate(5px, 39px) scale(0)
    }

    50% {
        -webkit-transform: translate(5px, 39px) scale(1);
        transform: translate(5px, 39px) scale(1)
    }

    75% {
        -webkit-transform: translate(39px, 39px) scale(1);
        transform: translate(39px, 39px) scale(1)
    }

    to {
        -webkit-transform: translate(73px, 39px) scale(1);
        transform: translate(73px, 39px) scale(1)
    }
}

@-webkit-keyframes nova-loader-01-r {
    0% {
        -webkit-transform: translate(73px, 39px) scale(1);
        transform: translate(73px, 39px) scale(1)
    }

    to {
        -webkit-transform: translate(73px, 39px) scale(0);
        transform: translate(73px, 39px) scale(0)
    }
}

@keyframes nova-loader-01-r {
    0% {
        -webkit-transform: translate(73px, 39px) scale(1);
        transform: translate(73px, 39px) scale(1)
    }

    to {
        -webkit-transform: translate(73px, 39px) scale(0);
        transform: translate(73px, 39px) scale(0)
    }
}

@-webkit-keyframes nova-loader-01-c {
    0% {
        background: #e15b64
    }

    25% {
        background: #abbd81
    }

    50% {
        background: #f8b26a
    }

    75% {
        background: #f47e60
    }

    to {
        background: #e15b64
    }
}

@keyframes nova-loader-01-c {
    0% {
        background: #e15b64
    }

    25% {
        background: #abbd81
    }

    50% {
        background: #f8b26a
    }

    75% {
        background: #f47e60
    }

    to {
        background: #e15b64
    }
}

.nova-overlay-global {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

.open-overlay .nova-overlay-global {
    visibility: visible;
    opacity: 0.8
}

.nova-site-preloader {
    opacity: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--site-bg-color);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    visibility: hidden
}

.nova-site-preloader__inner {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.nova-site-preloader__inner .spinner {
    width: 40px;
    height: 40px;
    position: relative
}

.nova-site-preloader__inner .double-bounce1,
.nova-site-preloader__inner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--site-accent-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.nova-site-preloader__inner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {

    0%,
    to {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.site-loading {
    overflow: hidden
}

.site-loading .nova-site-preloader {
    opacity: 1;
    visibility: visible
}

.site-wrapper {
    position: relative
}

.site-wrapper .site-content-wrapper {
    position: relative;
    z-index: 1
}

.site-wrapper .site-content-wrapper .site-content {
    padding: 1.6875rem 0
}

.single-product .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 0
}

.woocommerce-account .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 2.9375rem
}

@media print,
screen and (min-width:40em) {
    .site-wrapper .site-content-wrapper .site-content {
        padding: 2.025rem 0
    }
}

.single-product .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 0
}

.woocommerce-account .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 3.525rem
}

@media print,
screen and (min-width:64em) {
    .site-wrapper .site-content-wrapper .site-content {
        padding: 2.7rem 0
    }
}

.single-product .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 0
}

.woocommerce-account .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 4.7rem
}

@media screen and (min-width:80em) {
    .site-wrapper .site-content-wrapper .site-content {
        padding: 3.0375rem 0
    }
}

.single-product .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 0
}

.woocommerce-account .site-wrapper .site-content-wrapper .site-content {
    padding-bottom: 5.2875rem
}

.site-wrapper .site-content-wrapper .site-content:after {
    content: "";
    display: block;
    clear: both
}

body.page-without-title .site-wrapper .site-content-wrapper .site-content {
    padding-top: 0;
    padding-bottom: 0
}

body.content-layout-boxed .site-wrapper .site-content-wrapper .site-content {
    position: relative
}

.site-wrapper .site-content-wrapper .site-wide-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .site-wrapper .site-content-wrapper .site-wide-layout {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-wrapper .site-content-wrapper .site-wide-layout {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .site-wrapper .site-content-wrapper .site-wide-layout {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media screen and (min-width:90em) {
    .site-wrapper .site-content-wrapper .site-wide-layout {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.site-wrapper .site-content-wrapper .site-wide-layout .site-content {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.nova-container-fluid {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: auto;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem
}

@media print,
screen and (min-width:40em) {
    .nova-container-fluid {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova-container-fluid {
        margin-left: 1.875rem;
        margin-right: 1.875rem
    }
}

@media screen and (min-width:80em) {
    .nova-container-fluid {
        margin-left: 4.0625rem;
        margin-right: 4.0625rem
    }
}

.nova-container-fluid .nova-sidebar.sidebar-left {
    padding-right: 1.875rem
}

@media screen and (min-width:80em) {
    .nova-container-fluid .nova-sidebar.sidebar-left {
        padding-right: 3.75rem
    }
}

.nova-container-fluid .nova-sidebar.sidebar-right {
    padding-left: 1.875rem
}

@media screen and (min-width:80em) {
    .nova-container-fluid .nova-sidebar.sidebar-right {
        padding-left: 3.75rem
    }
}

.nova-container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--site-width)
}

@media print,
screen and (max-width:119.99875em) {
    .nova-container {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

@media print,
screen and (max-width:79.99875em) {
    .nova-container {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    .nova-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .nova-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

.nova-container .nova-sidebar.sidebar-left {
    padding-right: 1.875rem
}

.nova-container .nova-sidebar.sidebar-right {
    padding-left: 1.875rem
}

.nova-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media screen and (min-width:90em) {
    .nova-row {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .nova-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width:90em) {
    .nova-row {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova-row {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:90em) {
    .nova-row {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .nova-row {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media screen and (min-width:90em) {
    .nova-row {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.nova-wide-space {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media screen and (min-width:90em) {
    .nova-wide-space {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .nova-wide-space {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width:90em) {
    .nova-wide-space {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova-wide-space {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:90em) {
    .nova-wide-space {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .nova-wide-space {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media screen and (min-width:90em) {
    .nova-wide-space {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.row-grid {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem
}

.site-content a:not(.button) {
    color: var(--site-link-color)
}

.site-content a:not(.button):hover {
    color: var(--site-link-hover-color)
}

.elementor-page .site-wrapper {
    overflow: hidden
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border-color: var(--site-accent-color-2);
    border-radius: var(--site-field-radius)
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    background-color: transparent;
    border-color: var(--site-heading-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
    opacity: 1
}

[type=color]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=week]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888888;
    opacity: 1
}

[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
    opacity: 1
}

[type=color]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
[type=datetime-local]::-ms-input-placeholder,
[type=datetime]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=month]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=text]::-ms-input-placeholder,
[type=time]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=week]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #888888;
    opacity: 1
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder {
    color: #888888;
    opacity: 1
}

[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888
}

[type=color]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
[type=datetime-local]::-ms-input-placeholder,
[type=datetime]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=month]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=text]::-ms-input-placeholder,
[type=time]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=week]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #888888
}

.button,
button,
input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 1rem 2rem 0.9375rem;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: inherit;
    font-size: 0.8125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--site-primary-button-color);
    border-width: 1px;
    text-transform: capitalize;
    font-family: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border-radius: var(--site-button-radius)
}

[data-whatinput=mouse] button,
[data-whatinput=mouse] input[type=submit],
[data-whatinput=mouse] .button {
    outline: 0
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
button,
button.disabled,
button.disabled:focus,
button.disabled:hover,
button[disabled],
button[disabled]:focus,
button[disabled]:hover,
input[type=submit],
input[type=submit].disabled,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover,
input[type=submit][disabled],
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #fff
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff
}

.button:hover,
button:hover,
input[type=submit]:hover {
    background-color: var(--site-secondary-button-color)
}

.button.tiny,
button.tiny,
input[type=submit].tiny {
    border-width: 1px
}

.button.small,
.button.tiny,
button.small,
button.tiny,
input[type=submit].small,
input[type=submit].tiny {
    padding: 0.5rem 1rem
}

.button.large,
button.large,
input[type=submit].large {
    padding: 1.25rem 3rem
}

.button.hollow,
button.hollow,
input[type=submit].hollow {
    border-width: 2px
}

.button.rounded,
button.rounded,
input[type=submit].rounded {
    border-radius: 3.125rem
}

.button.bordered,
button.bordered,
input[type=submit].bordered {
    background-color: transparent;
    border: solid 1px;
    border-color: rgba(255, 255, 255, 0.5)
}

.button.bordered:hover,
button.bordered:hover,
input[type=submit].bordered:hover {
    background-color: var(--site-secondary-button-color);
    border-color: transparent
}

.button.bordered.dark,
button.bordered.dark,
input[type=submit].bordered.dark {
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--site-heading-color)
}

.button.bordered.dark:hover,
button.bordered.dark:hover,
input[type=submit].bordered.dark:hover {
    color: white;
    border-color: transparent
}

.button.special_hover:hover,
button.special_hover:hover,
input[type=submit].special_hover:hover {
    background-color: var(--site-secondary-button-color);
    border-color: var(--site-secondary-button-color)
}

.button:focus,
button:focus,
input[type=submit]:focus {
    outline: none
}

.custom-line-button a {
    position: relative
}

.custom-line-button a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 3.75rem;
    height: 1px;
    background: var(--site-accent-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.custom-line-button a:hover:after {
    left: 0;
    width: 100%
}

.elementor-button:hover i,
.link-animation-icon:hover i {
    -webkit-animation: hoverBtn ease-out .3s;
    animation: hoverBtn ease-out .3s
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--site-accent-color);
    color: #FFF
}

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

.select2 {
    width: 100% !important;
    margin-bottom: 0.75rem;
    padding: 0
}

.select2 .select2-selection {
    border-radius: 3px;
    background: none
}

.select2 .select2-selection:focus {
    outline: 0
}

.select2 .select2-selection.select2_no_border {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    border-bottom: solid 1px;
    border-bottom-color: var(--site-border-color)
}

.select2 .select2-selection.select2_no_border .select2-selection__arrow {
    margin-right: 0
}

.select2 .select2-selection .select2-selection__rendered {
    padding: 0 1.25rem 0 0;
    color: inherit
}

.select2 .select2-selection .select2-selection__rendered .select2-selection__clear {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3125rem
}

.select2 .select2-selection .select2-selection__rendered .select2-selection__clear:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem
}

.select2 .select2-selection .select2-selection__arrow {
    width: auto;
    height: 100%;
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    margin-left: 0.75rem;
    margin-right: 0.75rem
}

.select2 .select2-selection .select2-selection__arrow b {
    display: none
}

.select2 .select2-selection .select2-selection__arrow:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    -webkit-transition: all .7s;
    transition: all .7s
}

.select2.select2-container--open .select2-selection .select2-selection__arrow:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg)
}

.select2.select2-container--open.select2-container--above .select2-selection.select2_no_border {
    border-top-color: inherit
}

.select2.select2-container--open.select2-container--below .select2-selection.select2_no_border {
    border-bottom-color: inherit
}

.select2-container .select2-dropdown {
    border-color: var(--site-border-color);
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1)
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
    position: relative
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
    margin: 0;
    border-color: var(--site-border-color);
    border-radius: 0
}

.select2-container .select2-dropdown .select2-results ul:focus {
    outline: 0
}

.select2-container .select2-dropdown .select2-results ul li {
    margin: 0;
    height: auto;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5em
}

.select2-container .select2-dropdown .select2-results ul li:focus {
    outline: 0
}

.select2-container .select2-dropdown.select2_no_border .select2-results ul {
    max-height: 400px
}

body>.select2-container {
    z-index: 99999
}

.slick-next,
.slick-prev {
    height: 40px;
    width: 40px;
    background-color: var(--site-border-color);
    z-index: 10
}

.slick-next:focus,
.slick-prev:focus {
    background: var(--site-border-color)
}

.slick-next:focus:before,
.slick-prev:focus:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    color: var(--site-heading-color);
    opacity: 0.75;
    font-size: 0.875rem
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--site-accent-color)
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #FFF
}

.slick-prev {
    left: 1.875rem
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 1.875rem
}

.slick-next {
    right: 1.875rem
}

[dir=rtl] .slick-next {
    right: auto;
    left: 1.875rem
}

@media screen and (min-width:96.875em) {

    .arrow-style-style-01 .slick-next,
    .arrow-style-style-01 .slick-prev {
        background: transparent
    }

    .arrow-style-style-01 .slick-next:before,
    .arrow-style-style-01 .slick-prev:before {
        font-size: 1.5rem
    }

    .arrow-style-style-01 .slick-next:focus:before,
    .arrow-style-style-01 .slick-next:hover:before,
    .arrow-style-style-01 .slick-prev:focus:before,
    .arrow-style-style-01 .slick-prev:hover:before {
        color: var(--site-accent-color)
    }

    .arrow-style-style-01 .slick-prev {
        left: -3.75rem
    }

    .arrow-style-style-01 .slick-next {
        right: -3.75rem
    }
}

.slick-dots {
    position: static
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: var(--site-text-color);
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active button {
    background-color: var(--site-accent-color);
    width: 8px;
    height: 8px
}

body .fancybox-bg {
    background: #000
}

body .fancybox-is-open .fancybox-bg {
    opacity: 1
}

body .fancybox-container {
    z-index: 99999
}

body .fancybox-button {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
    right: 1.875rem;
    top: 1.875rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

body .fancybox-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

body .fancybox-button:hover {
    color: #fff
}

html.mobile-reveal-open {
    position: static !important;
    overflow-y: scroll !important
}

.nova_nl-popup {
    width: 48.75rem;
    padding: 0;
    border: none
}

.nova_nl-popup .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    font-size: 0;
    padding: 0.3125rem;
    color: var(--site-heading-color);
    outline: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block;
    z-index: 9
}

.nova_nl-popup .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nova_nl-popup .close-button svg {
    width: 15px;
    height: 15px
}

.nova_nl-popup .popup_show_again {
    padding: 0 0.9375rem
}

.nova_nl-popup .nova-subscribe-form__message {
    top: -10px;
    font-size: 0.875rem
}

@media print,
screen and (max-width:47.99875em) {
    .disable--mobile {
        display: none !important
    }
}

.nova-offcanvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem
}

.nova-offcanvas h2.title {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-bottom: 1.5625rem;
    border-bottom: solid 1px var(--site-accent-color)
}

.nova-offcanvas h2.title .count-item-canvas {
    position: relative;
    top: -4px;
    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;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 0.625rem;
    background: var(--site-accent-color);
    color: #fff;
    font-size: 0.875rem;
    border-radius: 50%
}

.nova-offcanvas__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nova-offcanvas.position-right {
    top: 0;
    right: 0;
    width: 470px;
    height: 100%;
    -webkit-transform: translateX(470px);
    transform: translateX(470px);
    position: fixed;
    z-index: 99999;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (max-width:47.99875em) {
    .nova-offcanvas.position-right {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.nova-offcanvas.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nova-offcanvas .close-button {
    font-size: 0;
    position: absolute;
    right: 30px;
    top: 35px;
    left: auto;
    background-color: transparent;
    color: var(--dropdown-text-color);
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.nova-offcanvas .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nova-offcanvas .close-button svg {
    width: 15px;
    height: 15px
}

.off-canvas-wrapper {
    text-align: left
}

.off-canvas-wrapper .shop_attributes {
    font-size: 0.875rem;
    max-width: 31.25rem
}

.off-canvas-wrapper .shop_attributes tr {
    border: none;
    vertical-align: text-top
}

.off-canvas-wrapper .shop_attributes tr th {
    color: var(--site-heading-color);
    font-weight: 600;
    width: 50%
}

.off-canvas-wrapper .shop_attributes tr td,
.off-canvas-wrapper .shop_attributes tr th {
    padding-top: 0;
    padding-bottom: 1rem
}

.off-canvas-wrapper .shop_attributes tr:last-child td:last-of-type,
.off-canvas-wrapper .shop_attributes tr:last-child th:last-of-type {
    padding-bottom: 0
}

.off-canvas-wrapper .woocommerce-Reviews {
    max-width: 50.3125rem;
    margin: 0 auto
}

.off-canvas-wrapper .woocommerce-Reviews #comments {
    margin-bottom: 3rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .meta {
    margin: 0
}

.off-canvas-wrapper .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .woocommerce-noreviews {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist {
    list-style-type: none;
    margin: 0
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review {
    margin-bottom: 1.5rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid;
    border-color: var(--site-border-color)
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .avatar {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1.25rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text {
    float: right;
    width: calc(100% - 80px);
    margin-top: -0.3125rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
    float: right
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__author {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--site-heading-color)
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__published-date {
    font-size: 0.75rem
}

.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description p {
    margin-bottom: 0
}

.off-canvas-wrapper .woocommerce-Reviews #comments .woocommerce-pagination>ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
    display: block;
    color: var(--site-heading-color);
    font-family: var(--site-secondary-font);
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form label {
    font-size: 0.75rem
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-notes {
    font-size: 0.8125rem;
    line-height: 1.4
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating {
    margin-bottom: 1.5rem
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars {
    font-size: 1rem
}

.off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form-comment {
    margin-bottom: 1rem
}

@media print,
screen and (min-width:40em) {

    .off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form-author,
    .off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form-email {
        width: 49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 1rem
    }

    .off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form-author input,
    .off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form-email input {
        margin-bottom: 0
    }

    .off-canvas-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form-email {
        margin-right: 0
    }
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

@media print,
screen and (min-width:64em) {
    .admin-bar .nova-offcanvas {
        margin-top: 32px
    }
}

@media print,
screen and (max-width:47.99875em) {
    .admin-bar .nova-offcanvas {
        margin-top: 0
    }
}

.sizeguide-canvas.position-right {
    width: 650px;
    -webkit-transform: translateX(650px);
    transform: translateX(650px)
}

@media print,
screen and (max-width:47.99875em) {
    .sizeguide-canvas.position-right {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.sizeguide-canvas.position-right.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.minicart-canvas .add_ajax_loading {
    height: 0;
    visibility: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5%;
    overflow: hidden;
    background-color: var(--dropdown-bg-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.minicart-canvas .add_ajax_loading span:after {
    display: block;
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background-color: var(--site-accent-color);
    background-image: none;
    border-radius: 100%;
    -webkit-animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)
}

.minicart-canvas .add_ajax_loading.visible {
    height: auto;
    padding: 2rem 0;
    visibility: visible
}

.minicart-canvas .widget_shopping_cart {
    margin-top: 1.875rem;
    border: none
}

.minicart-canvas .widget_shopping_cart .widgettitle {
    display: none
}

.social--sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social--sharing a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: solid 1px var(--site-border-color);
    border-radius: 3px;
    margin-right: 0.375rem
}

.social--sharing a:last-child {
    margin: 0
}

.social--sharing a.facebook {
    color: #3b5998
}

.social--sharing a.twitter {
    color: #00aced
}

.social--sharing a.linkedin {
    color: #007bb6
}

.social--sharing a.tumblr {
    color: #32506d
}

.social--sharing a.pinterest {
    color: #cb2027
}

.social--sharing a.network-line {
    color: #00c300
}

.social--sharing a.vk {
    color: #45668e
}

.social--sharing a.whatsapp {
    color: #075e54
}

.social--sharing a.telegram {
    color: #0088cc
}

.ps {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    width: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-y-rail {
    opacity: 0.6
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}

@media screen and (min-width:48.9375em) {
    body.admin-bar .nova-product-filter-content {
        top: 32px !important
    }
}

@media screen and (max-width:62em) {
    body.admin-bar .nova-product-filter-content {
        top: 46px !important
    }
}

.nova-isotope-container {
    min-height: 18.75rem
}

.nova-isotope-container:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1
}

.nova-isotope-container.completed:before {
    display: none
}

.menu .is-active>a {
    background: transparent;
    color: inherit
}

.navigation-foundation ul {
    list-style: none
}

.navigation-foundation ul li {
    margin: 0
}

.navigation-foundation ul li .opens-right ul.is-dropdown-submenu {
    margin-left: 0
}

@media print,
screen and (min-width:64em) {
    .navigation-foundation ul li .opens-right .js-dropdown-active {
        -webkit-animation: drop_down_right_out 0.25s ease-in-out;
        animation: drop_down_right_out 0.25s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .navigation-foundation ul li .opens-right.is-active .js-dropdown-active {
        -webkit-animation: drop_down_right_in 0.3s ease-in-out;
        animation: drop_down_right_in 0.3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.navigation-foundation ul li .opens-left ul.is-dropdown-submenu {
    margin-right: 0
}

@media print,
screen and (min-width:64em) {
    .navigation-foundation ul li .opens-left .js-dropdown-active {
        -webkit-animation: drop_down_left_out 0.25s ease-in-out;
        animation: drop_down_left_out 0.25s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    .navigation-foundation ul li .opens-left.is-active .js-dropdown-active {
        -webkit-animation: drop_down_left_in 0.3s ease-in-out;
        animation: drop_down_left_in 0.3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.navigation-foundation ul.is-dropdown-submenu {
    padding: 1.75em 0;
    margin: 0 -1.5em;
    outline: 1px solid transparent;
    z-index: 999;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.navigation-foundation ul.is-dropdown-submenu a {
    color: var(--dropdown-secondary-color)
}

.navigation-foundation ul.is-dropdown-submenu a:hover {
    color: var(--dropdown-accent-color)
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li {
    opacity: 0;
    -webkit-animation: menu_dropdowns_li;
    animation: menu_dropdowns_li;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:first-child {
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(2) {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(3) {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(4) {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(6) {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(7) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(8) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(9) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(10) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(11) {
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(12) {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(13) {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(14) {
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(15) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(16) {
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(17) {
    -webkit-animation-delay: 0.68s;
    animation-delay: 0.68s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(18) {
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(19) {
    -webkit-animation-delay: 0.76s;
    animation-delay: 0.76s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(20) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(21) {
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(22) {
    -webkit-animation-delay: 0.88s;
    animation-delay: 0.88s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(23) {
    -webkit-animation-delay: 0.92s;
    animation-delay: 0.92s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(24) {
    -webkit-animation-delay: 0.96s;
    animation-delay: 0.96s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(25) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(26) {
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(27) {
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(28) {
    -webkit-animation-delay: 1.12s;
    animation-delay: 1.12s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(29) {
    -webkit-animation-delay: 1.16s;
    animation-delay: 1.16s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(30) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(31) {
    -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(32) {
    -webkit-animation-delay: 1.28s;
    animation-delay: 1.28s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(33) {
    -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(34) {
    -webkit-animation-delay: 1.36s;
    animation-delay: 1.36s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(35) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(36) {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(37) {
    -webkit-animation-delay: 1.48s;
    animation-delay: 1.48s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(38) {
    -webkit-animation-delay: 1.52s;
    animation-delay: 1.52s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(39) {
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(40) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(41) {
    -webkit-animation-delay: 1.64s;
    animation-delay: 1.64s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(42) {
    -webkit-animation-delay: 1.68s;
    animation-delay: 1.68s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(43) {
    -webkit-animation-delay: 1.72s;
    animation-delay: 1.72s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(44) {
    -webkit-animation-delay: 1.76s;
    animation-delay: 1.76s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(45) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(46) {
    -webkit-animation-delay: 1.84s;
    animation-delay: 1.84s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(47) {
    -webkit-animation-delay: 1.88s;
    animation-delay: 1.88s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(48) {
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(49) {
    -webkit-animation-delay: 1.96s;
    animation-delay: 1.96s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(50) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(51) {
    -webkit-animation-delay: 2.04s;
    animation-delay: 2.04s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(52) {
    -webkit-animation-delay: 2.08s;
    animation-delay: 2.08s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(53) {
    -webkit-animation-delay: 2.12s;
    animation-delay: 2.12s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(54) {
    -webkit-animation-delay: 2.16s;
    animation-delay: 2.16s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(55) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(56) {
    -webkit-animation-delay: 2.24s;
    animation-delay: 2.24s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(57) {
    -webkit-animation-delay: 2.28s;
    animation-delay: 2.28s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(58) {
    -webkit-animation-delay: 2.32s;
    animation-delay: 2.32s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(59) {
    -webkit-animation-delay: 2.36s;
    animation-delay: 2.36s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(60) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(61) {
    -webkit-animation-delay: 2.44s;
    animation-delay: 2.44s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(62) {
    -webkit-animation-delay: 2.48s;
    animation-delay: 2.48s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(63) {
    -webkit-animation-delay: 2.52s;
    animation-delay: 2.52s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(64) {
    -webkit-animation-delay: 2.56s;
    animation-delay: 2.56s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(65) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(66) {
    -webkit-animation-delay: 2.64s;
    animation-delay: 2.64s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(67) {
    -webkit-animation-delay: 2.68s;
    animation-delay: 2.68s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(68) {
    -webkit-animation-delay: 2.72s;
    animation-delay: 2.72s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(69) {
    -webkit-animation-delay: 2.76s;
    animation-delay: 2.76s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(70) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(71) {
    -webkit-animation-delay: 2.84s;
    animation-delay: 2.84s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(72) {
    -webkit-animation-delay: 2.88s;
    animation-delay: 2.88s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(73) {
    -webkit-animation-delay: 2.92s;
    animation-delay: 2.92s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(74) {
    -webkit-animation-delay: 2.96s;
    animation-delay: 2.96s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(75) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(76) {
    -webkit-animation-delay: 3.04s;
    animation-delay: 3.04s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(77) {
    -webkit-animation-delay: 3.08s;
    animation-delay: 3.08s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(78) {
    -webkit-animation-delay: 3.12s;
    animation-delay: 3.12s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(79) {
    -webkit-animation-delay: 3.16s;
    animation-delay: 3.16s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(80) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(81) {
    -webkit-animation-delay: 3.24s;
    animation-delay: 3.24s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(82) {
    -webkit-animation-delay: 3.28s;
    animation-delay: 3.28s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(83) {
    -webkit-animation-delay: 3.32s;
    animation-delay: 3.32s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(84) {
    -webkit-animation-delay: 3.36s;
    animation-delay: 3.36s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(85) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(86) {
    -webkit-animation-delay: 3.44s;
    animation-delay: 3.44s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(87) {
    -webkit-animation-delay: 3.48s;
    animation-delay: 3.48s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(88) {
    -webkit-animation-delay: 3.52s;
    animation-delay: 3.52s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(89) {
    -webkit-animation-delay: 3.56s;
    animation-delay: 3.56s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(90) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(91) {
    -webkit-animation-delay: 3.64s;
    animation-delay: 3.64s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(92) {
    -webkit-animation-delay: 3.68s;
    animation-delay: 3.68s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(93) {
    -webkit-animation-delay: 3.72s;
    animation-delay: 3.72s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(94) {
    -webkit-animation-delay: 3.76s;
    animation-delay: 3.76s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(95) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(96) {
    -webkit-animation-delay: 3.84s;
    animation-delay: 3.84s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(97) {
    -webkit-animation-delay: 3.88s;
    animation-delay: 3.88s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(98) {
    -webkit-animation-delay: 3.92s;
    animation-delay: 3.92s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(99) {
    -webkit-animation-delay: 3.96s;
    animation-delay: 3.96s
}

.navigation-foundation ul.is-dropdown-submenu.js-dropdown-active li:nth-child(100) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.navigation-foundation ul.is-dropdown-submenu li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-foundation ul.is-dropdown-submenu li.menu-item-has-children>a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5em;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    right: 4.2em;
    line-height: inherit;
    margin-top: -0.6em
}

.navigation-foundation ul.is-dropdown-submenu li.menu-item-has-children.opens-left>a:after {
    -webkit-transform: rotateX(0) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0) rotateY(180deg) rotateZ(0deg)
}

.navigation-foundation ul.is-dropdown-submenu li a {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.5em 2.7em
}

.navigation-foundation ul.is-dropdown-submenu ul {
    margin-top: -1.75em
}

.navigation-foundation>ul {
    margin: 0 -1.2em
}

.footer-navigation:hover .navigation-foundation>ul>li>a,
.header-navigation:hover .navigation-foundation>ul>li>a,
.header-secondary-navigation:hover .navigation-foundation>ul>li>a,
.topbar-navigation:hover .navigation-foundation>ul>li>a {
    opacity: 0.5
}

.navigation-foundation>ul>li>a>span {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0.5em 0
}

.navigation-foundation>ul>li>a>span:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.navigation-foundation>ul>li>a.hover {
    opacity: 1 !important
}

.navigation-foundation>ul>li>a.hover>span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.navigation-foundation>ul>li.is-active>a,
.navigation-foundation>ul>li:hover>a {
    opacity: 1 !important;
    color: inherit
}

.navigation-foundation>ul>li.is-active>a>span:before,
.navigation-foundation>ul>li:hover>a>span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

@media print,
screen and (min-width:64em) {
    .navigation-foundation>ul>li>.js-dropdown-active {
        -webkit-animation: drop_down_out 0.25s ease-in-out;
        animation: drop_down_out 0.25s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    .navigation-foundation>ul>li:hover>.js-dropdown-active {
        -webkit-animation: drop_down_in 0.3s ease-in-out;
        animation: drop_down_in 0.3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

.navigation-foundation .no_menu {
    min-height: 60px
}

.is-dropdown-submenu {
    margin-top: 2px;
    background-color: var(--dropdown-bg-color)
}

.dropdown-pane {
    background-color: var(--dropdown-bg-color);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.dropdown-pane.with--arrow:after {
    position: absolute;
    right: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.search-form,
.woocommerce-product-search {
    position: relative;
    width: 100%;
    border: solid 1px var(--site-border-color)
}

.search-form .screen-reader-text,
.woocommerce-product-search .screen-reader-text {
    display: none
}

.search-form label,
.woocommerce-product-search label {
    padding: 0;
    width: 100%
}

.search-form:before,
.woocommerce-product-search:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s
}

.search-form:hover:before,
.woocommerce-product-search:hover:before {
    width: 100%
}

.search-form:after,
.woocommerce-product-search:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.125rem;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none
}

.search-form .search-field,
.woocommerce-product-search .search-field {
    margin: 0;
    padding-right: 3rem;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.search-form .search-field::-webkit-input-placeholder,
.woocommerce-product-search .search-field::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5
}

.search-form .search-field::-moz-placeholder,
.woocommerce-product-search .search-field::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5
}

.search-form .search-field:-ms-input-placeholder,
.woocommerce-product-search .search-field:-ms-input-placeholder {
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5
}

.search-form .search-field::-ms-input-placeholder,
.woocommerce-product-search .search-field::-ms-input-placeholder {
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5
}

.search-form .search-field::placeholder,
.woocommerce-product-search .search-field::placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5
}

.search-form .search-field:focus,
.search-form .search-field:hover,
.woocommerce-product-search .search-field:focus,
.woocommerce-product-search .search-field:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form .search-field:focus::-webkit-input-placeholder,
.woocommerce-product-search .search-field:focus::-webkit-input-placeholder {
    opacity: 1
}

.search-form .search-field:focus::-moz-placeholder,
.woocommerce-product-search .search-field:focus::-moz-placeholder {
    opacity: 1
}

.search-form .search-field:focus:-ms-input-placeholder,
.woocommerce-product-search .search-field:focus:-ms-input-placeholder {
    opacity: 1
}

.search-form .search-field:focus::-ms-input-placeholder,
.woocommerce-product-search .search-field:focus::-ms-input-placeholder {
    opacity: 1
}

.search-form .search-field:focus::placeholder,
.woocommerce-product-search .search-field:focus::placeholder {
    opacity: 1
}

.search-form [type=submit],
.woocommerce-product-search [type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.125rem;
    padding: 0;
    font-size: 0;
    color: transparent;
    opacity: 0
}

.search-form [type=submit]:focus,
.search-form [type=submit]:hover,
.woocommerce-product-search [type=submit]:focus,
.woocommerce-product-search [type=submit]:hover {
    opacity: 0
}

.woocommerce.woocommerce-wishlist .entry-title {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .entry-title {
        margin-bottom: 2.5rem
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table {
    font-size: 0.875rem;
    margin-bottom: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tbody tr {
    border-bottom: solid 1px;
    border-color: var(--site-border-color)
}

.woocommerce.woocommerce-wishlist .wishlist_table tbody tr:last-child {
    border: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tr th {
    display: none
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td {
    opacity: 1
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-remove {
        width: 24px
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-remove div {
    font-size: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-remove div a {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-remove div a:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-remove div a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-thumbnail {
    display: none
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-thumbnail {
        display: table-cell;
        padding: 1.5rem 1.25rem 1.5rem 1.5rem;
        width: 204px
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
    display: inline-block
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-name h3 {
    font-size: 1rem;
    font-family: inherit
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-name {
        width: 282px
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-price {
    padding-left: 0;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.4
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-price ins {
    text-decoration: none
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-price {
        padding-right: 5.25rem
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-stock-status {
    padding: 0;
    text-align: center;
    display: none
}

@media print,
screen and (min-width:64em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-stock-status {
        text-align: right;
        display: table-cell;
        width: 90px
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-stock-status .wishlist-in-stock {
    color: inherit;
    position: absolute;
    padding: 4 16 4 16;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart {
    padding-right: 0
}

@media print,
screen and (min-width:40em) {
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart {
        padding-left: 6.5rem
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart .remove_from_wishlist {
    display: none !important
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped {
    border-radius: 0;
    border: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    float: right;
    padding: 0;
    width: 40px;
    height: 40px
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart i,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button i,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external i,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped i {
    margin: 0
}

@media print,
screen and (min-width:40em) {

    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped {
        line-height: 1rem;
        font-size: 0.8125rem
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped:before {
    line-height: 0;
    font-size: 1rem
}

@media print,
screen and (min-width:40em) {

    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart:before,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button:before,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external:before,
    .woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped:before {
        margin-right: 1rem
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart.loading,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button.loading,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external.loading,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped.loading {
    font-size: 0
}

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

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

@-webkit-keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped.loading:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.add_to_cart_button.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_external.loading:before,
.woocommerce.woocommerce-wishlist .wishlist_table tr td.product-add-to-cart a.product_type_grouped.loading:before {
    border-top: 1px solid
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.wishlist-empty {
    font-size: 1rem;
    border-bottom: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tr td.wishlist-empty:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 6rem;
    margin-bottom: 2rem;
    display: block
}

.woocommerce.woocommerce-wishlist .wishlist_table tr:last-child td {
    border: none
}

.woocommerce.woocommerce-wishlist .wishlist_table tfoot tr {
    border-bottom: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tfoot tr td {
    padding-bottom: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share {
    margin-bottom: 0;
    margin-top: 1.5625rem
}

.woocommerce.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share .yith-wcwl-share-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: normal
}

.woocommerce.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share li,
.woocommerce.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share ul {
    margin-bottom: 0
}

.woocommerce.woocommerce-wishlist .wishlist_table .product-name h3 {
    font-size: 0.875rem;
    font-family: inherit
}

#yith-wcwl-popup-message {
    display: none !important
}

.wishlist-title-container {
    display: none
}

.yith-wcwl-share a {
    color: #fff !important
}

.nova-sidebar__toggle {
    display: none
}

@media screen and (max-width:48.0625em) {
    .nova-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1112;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
        transition: opacity 0.5s ease, visibility 0.5s ease
    }

    .nova-sidebar__container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 0;
        max-width: none;
        width: 31.25rem;
        z-index: 1113;
        transition: -webkit-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: translate3d(-500px, 0, 0);
        transform: translate3d(-500px, 0, 0)
    }

    .nova-sidebar__toggle {
        display: block;
        position: absolute;
        top: 40%;
        right: -40px;
        width: 40px;
        height: 40px;
        -webkit-transition: all .2s;
        transition: all .2s;
        border: #ccc solid 1px;
        border-left-width: 0;
        background-color: #fff;
        text-align: center
    }

    .nova-sidebar__toggle:before {
        font-family: "iNova" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        vertical-align: -.125em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 1.5rem;
        color: var(--site-heading-color);
        line-height: 38px
    }

    .nova-sidebar .sidebar-scrollable {
        overflow: hidden;
        overflow-y: auto;
        padding: 20px;
        padding-top: 60px;
        height: 100%
    }

    .nova-sidebar.opened .nova-sidebar__overlay {
        opacity: 1;
        visibility: visible
    }

    .nova-sidebar.opened .nova-sidebar__container {
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:48.0625em) and (max-width:47.9375em) {
    .nova-sidebar.opened .nova-sidebar__container {
        width: 85%
    }
}

@media screen and (max-width:48.0625em) {
    .nova-sidebar.opened .nova-sidebar__toggle:before {
        font-family: "iNova" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        vertical-align: -.125em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 1.75rem;
        line-height: 38px
    }
}

.kitify-nova-menu.kitify-nova-menu--style-left_dot .main-navigation>ul>li>a:before {
    content: ".";
    position: absolute;
    background: none;
    left: -12px;
    top: calc(50% - 11px);
    font-size: 3rem;
    line-height: 0;
    width: 5px;
    height: 5px
}

.kitify-banner.kitify-effect-hidden-content .kitify-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.kitify-banner.kitify-effect-hidden-content .kitify-banner__button,
.kitify-banner.kitify-effect-hidden-content .kitify-banner__text,
.kitify-banner.kitify-effect-hidden-content .kitify-banner__title {
    opacity: 0;
    will-change: transform;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s 0.07s, -webkit-transform 0.3s 0.07s;
    transition: opacity 0.3s 0.07s, -webkit-transform 0.3s 0.07s;
    transition: transform 0.3s 0.07s, opacity 0.3s 0.07s;
    transition: transform 0.3s 0.07s, opacity 0.3s 0.07s, -webkit-transform 0.3s 0.07s
}

.kitify-banner.kitify-effect-hidden-content .kitify-banner__img {
    -webkit-transition: all 2s;
    transition: all 2s
}

.mm-menu-custom-block .kitify-banner.kitify-effect-hidden-content .kitify-banner__img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.kitify-banner.kitify-effect-hidden-content:hover .kitify-banner__content {
    opacity: 1
}

.kitify-banner.kitify-effect-hidden-content:hover .kitify-banner__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.kitify-banner.kitify-effect-hidden-content:hover .kitify-banner__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s
}

.kitify-banner.kitify-effect-hidden-content:hover .kitify-banner__button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .17s;
    transition-delay: .17s
}

.kitify-banner.kitify-effect-hidden-content:hover .kitify-banner__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__content {
    text-align: left
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.kitify-banner.kitify-effect-robeto-1 .elementor-button,
.kitify-banner.kitify-effect-robeto-1 .kitify-banner__text,
.kitify-banner.kitify-effect-robeto-1 .kitify-banner__title {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.kitify-banner.kitify-effect-robeto-1 .elementor-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 0.9375rem;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.kitify-banner.kitify-effect-robeto-1 .kitify-banner__text {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s
}

.kitify-banner.kitify-effect-robeto-1 .elementor-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s
}

.kitify-banner.kitify-effect-robeto-1:hover .elementor-button,
.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__text {
    opacity: 1
}

.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__title:before {
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.kitify-banner.kitify-effect-robeto-1:hover .elementor-button,
.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__img,
.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__text,
.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-banner.kitify-effect-robeto-1:hover .elementor-button,
.kitify-banner.kitify-effect-robeto-1:hover .kitify-banner__text {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s
}

.theme-robeto .kitify-team-member.preset-type-5 .kitify-team-member__inner-box {
    position: relative
}

.theme-robeto .kitify-team-member.preset-type-5 .kitify-team-member__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.875rem
}

.theme-robeto .kitify-team-member.preset-type-5 .kitify-team-member__content .kitify-team-member__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.theme-robeto .kitify-team-member.preset-type-5 .kitify-team-member__content .kitify-team-member__position {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.625rem
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle {
    position: relative
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .kitify-toggle-sidebar__container {
    position: relative;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 60px 30px 30px 30px !important;
    max-width: none;
    overflow-y: visible;
    width: 400px;
    z-index: 99999;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0)
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    background-color: #fff;
    padding: 0.9375rem;
    z-index: 1
}

@media print,
screen and (max-width:39.99875em) {
    .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn__wrap {
        width: 100%
    }
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 40px;
    height: 40px;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: var(--site-border-color) solid 1px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%
}

@media print,
screen and (max-width:39.99875em) {
    .kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn {
        margin-right: 0.9375rem
    }
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .toggle-column-btn:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    color: var(--site-heading-color);
    line-height: 38px
}

.kitify-toggle-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1112;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease
}

.kitify-toggle-sidebar__inner {
    height: 98%
}

.kitify-toggle-sidebar__toggle {
    display: none;
    position: absolute;
    top: 40%;
    right: -40px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: #ccc solid 1px;
    border-left-width: 0;
    background-color: #fff;
    text-align: center
}

.kitify-toggle-sidebar__toggle:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    color: var(--site-heading-color);
    line-height: 38px
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .kitify-toggle-sidebar__toggle {
    display: block
}

.kitify-toggle-sidebar.opened .kitify-toggle-sidebar__overlay {
    opacity: 1;
    visibility: visible
}

.kitify-toggle-sidebar.opened .kitify-toggle-sidebar__container {
    -webkit-transform: none;
    transform: none
}

@media print,
screen and (max-width:39.99875em) {
    .kitify-toggle-sidebar.opened .kitify-toggle-sidebar__container {
        width: 100%
    }
}

.nova-overlay-global.opened {
    opacity: 0.3;
    visibility: visible
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1.875rem;
    border-radius: 5px
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-count {
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 1rem;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-count span {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--site-accent-color);
    text-transform: uppercase
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-count .count-items {
    margin-left: 0.125rem
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-image {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-image .cat-image-overlay {
    position: absolute;
    opacity: 0;
    background: var(--site-accent-color);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-image .overlay-url {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-image .overlay-url:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 1.25rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner .cat-name h2 {
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner:hover .cat-image-overlay {
    opacity: 0.5
}

.kitify-product-categories.kitify-product-categories__style--type-01 .kitify-product-categories__item--inner:hover .overlay-url {
    opacity: 1
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-image {
    border-radius: 0;
    z-index: 2
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-image img {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-name {
    display: inline-block;
    margin-top: -20px
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-name a {
    position: relative;
    display: block
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-name a h2 {
    padding: 15px 30px;
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    border: solid 1px var(--site-accent-color);
    border-radius: 50%;
    text-transform: uppercase;
    z-index: 1
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-name a:hover:before {
    content: "";
    position: absolute;
    background: var(--site-accent-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1
}

.kitify-product-categories.kitify-product-categories__style--type-02 .kitify-product-categories__item--inner .cat-name a:hover h2 {
    color: #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.kitify-product-images .onsale {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--site-accent-color);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    z-index: 10
}

.kitify-product-images .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none
}

.kitify-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border: solid 1px var(--site-accent-color) !important
}

.kitify-product-images .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 0
}

.kitify-product-images .woocommerce-product-gallery__trigger:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    border-radius: 50%
}

.single-product .product .kitify .woocommerce-product-details__short-description {
    margin-bottom: 0
}

.elementor-kitify-wooproduct-stock .stock {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.8125rem;
    padding: 6px 14px
}

.elementor-kitify-wooproduct-stock .stock.in-stock {
    background-color: #f4faf6;
    color: #00a046
}

.elementor-kitify-wooproduct-stock .stock.out-of-stock {
    background-color: #FFECEC;
    color: #FB0000
}

.kitify .yith-wcwl-add-button {
    text-align: left
}

@media print,
screen and (max-width:47.99875em) {
    .kitify .yith-wcwl-add-button {
        display: inline-block
    }
}

.kitify .yith-wcwl-wishlistexistsbrowse {
    text-align: left
}

.kitify .yith-wcwl-add-to-wishlist .feedback {
    font-size: 0
}

.kitify .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    color: #FF0201;
    font-size: 1rem
}

.kitify .yith-wcwl-add-to-wishlist {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show>img {
    display: none !important
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist {
    font-size: 0.75rem;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    border-top: 1px solid
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.9375rem
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width:39.99875em) {
    .kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
    display: inline-block;
    vertical-align: top
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
    font-size: 1rem
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

@media print,
screen and (max-width:39.99875em) {
    .kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

.kitify .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback+a {
    display: block;
    padding-left: 0.375rem
}

.kitify .yith-wcwl-add-button>a i {
    font-size: 1rem;
    margin-right: 0
}

.single-product .product .kitify .product_meta {
    margin: 0;
    padding-top: 0
}

.elementor-kitify-wooproduct-addtocart .cart .quantity {
    border: 0 !important
}

.kitify .woocommerce-grouped-product-list span.woocommerce-Price-amount.amount {
    display: block;
    margin-bottom: 0.3125rem
}

.kitify .woocommerce-grouped-product-list .stock {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.8125rem;
    padding: 3px 14px
}

.kitify .woocommerce-grouped-product-list .stock.in-stock {
    background-color: #f4faf6;
    color: #00a046
}

.kitify .woocommerce-grouped-product-list .stock.out-of-stock {
    background-color: #FFECEC;
    color: #FB0000
}

.single-product .product.product-type-grouped .kitify .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    width: 150px
}

.single-product .product.product-type-variable .kitify .variations_form .single_variation_wrap {
    position: relative;
    margin-top: 0
}

.single-product .product.product-type-variable .kitify .variations_form .single_variation_wrap .woocommerce-variation-availability .stock {
    margin-bottom: 15px;
    font-size: 0.8125rem
}

.single-product .product.product-type-variable .kitify .variations_form .single_variation_wrap .woocommerce-variation-availability .stock.in-stock {
    color: #00a046
}

.single-product .product.product-type-variable .kitify .variations_form .single_variation_wrap .woocommerce-variation-availability .stock.out-of-stock {
    color: #FB0000
}

.nova-fullscreen-menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 3.75rem;
    opacity: 0;
    z-index: -99999
}

.nova-fullscreen-menu {
    background-color: var(--site-accent-color);
    color: #FFFFFF
}

.nova-fullscreen-menu a {
    color: #fff
}

.nova-fullscreen-menu .close-button {
    font-size: 0;
    position: absolute;
    right: 3.75rem;
    top: 2.5rem;
    left: auto;
    background-color: transparent;
    color: #fff;
    border: solid 1px #FFFFFF;
    padding: 0.9375rem;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block;
    z-index: 9
}

.nova-fullscreen-menu .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nova-fullscreen-menu .close-button svg {
    width: 15px;
    height: 15px
}

.nova-fullscreen-menu .full-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3.75rem;
    opacity: 0
}

.nova-fullscreen-menu .full-menu:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    transition: -webkit-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out
}

.nova-fullscreen-menu .full-menu.animate {
    opacity: 1;
    -webkit-animation: FullmenufadeLeft;
    animation: FullmenufadeLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.nova-fullscreen-menu .full-menu.animate-line:before {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.nova-fullscreen-menu .full-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding-top: 3.75rem;
    list-style: none
}

.nova-fullscreen-menu .full-menu>li {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 2.5rem 0 0
}

.nova-fullscreen-menu .full-menu>li>a {
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    padding-bottom: 0.9375rem
}

.nova-fullscreen-menu .full-menu>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.nova-fullscreen-menu .full-menu>li.active-sub>a:before {
    height: 1px;
    background-color: #FFF;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.nova-fullscreen-menu .full-menu>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li {
    margin-bottom: 0.9375rem
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>a {
    font-size: 1.5rem;
    font-weight: 400
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>a:hover {
    padding-left: 1.25rem
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li.current-menu-item>a {
    padding-left: 1.25rem
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>.sub-menu {
    border: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    padding: 3.75rem 0 0 50%;
    margin-left: -1px;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
    visibility: hidden
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>.sub-menu>li {
    margin-bottom: 0.625rem
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>.sub-menu>li>a {
    position: relative;
    font-size: 0.875rem;
    padding-bottom: 0.125rem
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>.sub-menu>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li>.sub-menu>li>a:hover:before {
    height: 1px;
    background-color: #FFF;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.nova-fullscreen-menu .full-menu>li>.sub-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.nova-fullscreen-menu .full-menu>li.active-sub>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.nova-fullscreen-menu__slidebar {
    position: relative;
    padding-left: 3.75rem;
    opacity: 0
}

.nova-fullscreen-menu__slidebar:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    transition: -webkit-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out
}

.nova-fullscreen-menu__slidebar.animate {
    opacity: 1;
    -webkit-animation: FullmenufadeInRight;
    animation: FullmenufadeInRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.nova-fullscreen-menu__slidebar.animate-line:before {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes FullmenufadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes FullmenufadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes FullmenufadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes FullmenufadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.nova-header-container {
    padding: 0 1.25rem
}

@media print,
screen and (min-width:40em) {
    .nova-header-container {
        padding: 0 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova-header-container {
        padding: 0 2rem
    }
}

@media screen and (min-width:80em) {
    .nova-header-container {
        padding: 0 2.25rem
    }
}

.nova-header .nova-header__branding .site-logo {
    max-width: var(--site-header-logo-width)
}

.nova-header .nova-header__branding .site-logo img {
    max-width: var(--site-header-logo-width);
    width: 100%
}

.nova-header .nova-header__right-action {
    height: 100%
}

.nova-header ul.actions {
    height: 100%
}

.nova-header ul.actions>li {
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nova-header ul.actions>li .sub-menu {
    position: absolute;
    opacity: 0;
    background: #fff;
    top: 100%;
    left: -50%;
    margin: 0;
    padding: 1.25rem;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    z-index: 1000;
    pointer-events: none
}

.nova-header ul.actions>li .sub-menu li {
    padding: 0.3125rem 1.25rem
}

.nova-header ul.actions>li .sub-menu li a {
    display: block;
    font-size: 0.875rem;
    padding: 0.3125rem 0
}

.nova-header ul.actions>li .sub-menu li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.nova-header ul.actions>li .sub-menu li a:hover:before {
    height: 1px;
    background-color: var(--site-link-hover-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.nova-header ul.actions>li:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: initial
}

.nova-topbar {
    display: none;
    position: relative;
    background-color: var(--site-top-bar-bg-color);
    color: var(--site-top-bar-heading-color);
    font-size: var(--site-top-bar-font-size);
    border-bottom: solid 1px var(--site-top-bar-border-color)
}

@media screen and (min-width:80em) {
    .nova-topbar {
        display: block
    }
}

.nova-topbar .nova-topbar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 3em
}

.nova-topbar .nova-topbar__inner .topbar-builder {
    width: 100%
}

.nova-topbar .nova-topbar__inner .nova-topbar__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher {
    margin-right: 0.5rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher .select2 {
    margin-bottom: 0
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher .select2 .select2-selection {
    border: 0
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher .select2 .select2-selection .select2-selection__rendered {
    font-size: var(--site-top-bar-font-size)
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher .select2-container .select2-dropdown .select2-results ul li {
    font-size: var(--site-top-bar-font-size)
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .nova-topbar__left--switcher .select2 .select2-selection .select2-selection__arrow:after {
    font-size: 10px
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .navigation-foundation>ul {
    margin: 0 -0.625rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .navigation-foundation>ul>li>a {
    padding: 0;
    margin: 0.625rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .navigation-foundation>ul>li>a>span {
    background-color: var(--site-top-bar-bg-color);
    padding: 0.1875rem 0
}

.nova-topbar .nova-topbar__inner .nova-topbar__left .navigation-foundation>ul>li>a>span:before {
    height: 1px;
    background-color: var(--site-top-bar-text-color)
}

.nova-topbar .nova-topbar__inner .nova-topbar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    list-style: none
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li {
    margin: 0;
    padding-left: 1.5rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li.wishlist-mn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li .svg-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.1875rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li .header-cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li .header-cart-box span {
    margin-right: 0.1875rem
}

.nova-topbar .nova-topbar__inner .nova-topbar__right--action li .header-cart-box .count-badge.js_count_bag_item {
    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: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff
}

.header-type-default {
    position: relative;
    background-color: var(--site-header-bg-color);
    color: var(--site-header-text-color);
    font-size: var(--site-header-font-size);
    height: var(--site-header-height);
}

@media print,
screen and (max-width:79.99875em) {
    .header-type-default {
        height: 0;
        overflow: hidden;
        visibility: hidden
    }
}

.header-type-default .nova-container,
.header-type-default .nova-container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-type-default .header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-type-default .header-left-items {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-type-default .header-center-items {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-type-default .header-center-items>* {
    margin: 0 2.8125rem
}

.header-type-default .header-center-items.header-center-items {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.header-type-default .header-right-items {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-type-default.menu-center .header-center-items>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-type-default.menu-center .header-center-items .nav-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-type-default.menu-left .header-center-items>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-type-default.menu-left .header-center-items .nav-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-type-default.menu-right .header-center-items>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-type-default.menu-right .header-center-items .nav-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-type-default .has-menu>* {
    position: static
}

.header-type-default .has-menu .menu {
    position: static
}

.header-type-default .nova-header__branding {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    z-index: 100
}

.header-type-default .nova-header__branding .logo-light {
    display: none
}

.header-type-default .nav-menu>li {
    padding: 0 24px
}

.header-type-default .nav-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    padding: 0.625rem 0
}

.header-type-default .nav-menu>li>a:hover {
    border-color: var(--site-accent-color)
}

.header-type-default .nav-menu>li.current-menu-item>a {
    border-color: var(--site-accent-color)
}

.header-type-default .nova-header__navigation {
    text-align: center
}

.header-type-default .nova-header__navigation .navigation-foundation {
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.header-type-default .nova-header__navigation .navigation-foundation>ul>li>a {
    font-family: var(--site-secondary-font);
    font-size: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem
}

.header-type-default .nova-header__navigation .navigation-foundation>ul>li>a>span {
    font-weight: 500
}

.header-type-default .nova-header__navigation .navigation-foundation>ul>li>a>span:before {
    background-color: var(--site-header-text-color)
}

@media print,
screen and (min-width:64em) {
    .header-type-default .nova-header__navigation .dropdown-pane {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        outline: 1px solid transparent;
        -webkit-transform: perspective(500px) rotateX(-5deg);
        transform: perspective(500px) rotateX(-5deg);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    .header-type-default .nova-header__navigation .dropdown-pane.is-open.animated,
    .header-type-default .nova-header__navigation .dropdown-pane:hover {
        opacity: 1;
        -webkit-transform: perspective(9999px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: perspective(9999px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
    }
}

.header-type-default .nova-header__right-action {
    float: right
}

.header-type-default .nova-header__right-action .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0 auto
}

.header-type-default .nova-header__right-action .actions li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 1rem
}

.header-type-default .nova-header__right-action .actions li:last-child {
    padding-right: 0
}

.header-type-default .nova-header__right-action .actions li>a {
    line-height: 1;
    white-space: nowrap;
    position: relative
}

.header-type-default .nova-header__right-action .actions li>a .svg-burger-icon {
    width: 22px;
    height: 16px
}

.header-type-default .nova-header__right-action .actions li>a .svg-icon {
    position: relative;
    width: 20px;
    height: 20px
}

.header-type-default .nova-header__right-action .actions li>a .svg-icon.svg-bag-icon {
    position: relative;
    width: 20px;
    height: 21px
}

.header-type-default .nova-header__right-action .actions li>a .count-badge {
    position: absolute;
    top: -15px;
    right: -19px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFF;
    background-color: var(--site-accent-color)
}

.header-type-default .nova-header__right-action .actions li.header-cart>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-type-default .nova-header__right-action .actions li.header-cart>a .cart-sub-total {
    font-weight: 500;
    margin-right: 0.9375rem
}

.header-type-default .nova-header__right-action .actions li.header-cart .header-cart-box {
    position: relative;
    margin-right: 1.25rem
}

@media print,
screen and (min-width:64em) {
    .header-type-default .nova-header__right-action .actions .dropdown-pane.is-open {
        -webkit-animation: minicart_out 0.2s ease-in-out;
        animation: minicart_out 0.2s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    .header-type-default .nova-header__right-action .actions:hover .dropdown-pane.is-open {
        -webkit-animation: minicart_in 0.3s ease-in-out;
        animation: minicart_in 0.3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

.header-type-default .header-cart .minicart {
    padding: 0;
    width: 362px;
    max-height: 700px;
    z-index: 999
}

.header-type-default .header-cart .minicart .widget_shopping_cart {
    font-size: 0.8125rem;
    padding: 0;
    border: none
}

.header-type-default .header-cart .minicart .widget_shopping_cart .widgettitle {
    display: none
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart {
    margin: 2.5rem 1.25rem 2.5rem 2.5rem
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item.mini_cart_item>a.remove {
    font-size: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item.mini_cart_item>a.remove:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
    padding: 0 2.5rem
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.1875rem 5rem 2rem;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.header-type-default .header-cart .minicart .widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2.8125rem;
    margin-bottom: 1rem;
    display: block
}

.menu-item-link-sub .kitify-nav-link-text:before {
    content: '';
    border-left: 0 solid;
    -webkit-transition: padding .2s, border-color .2s;
    transition: padding .2s, border-color .2s
}

.kitify-nav__item {
    font-size: 0.875rem;
    font-weight: 500
}

.kitify-nav__item.current-menu-item>.menu-item-link-sub,
.kitify-nav__item:hover>.menu-item-link-sub {
    color: var(--site-accent-color)
}

.kitify-nav__item.current-menu-item>.menu-item-link-sub .kitify-nav-link-text:before,
.kitify-nav__item:hover>.menu-item-link-sub .kitify-nav-link-text:before {
    border-left-width: .25em;
    padding-left: .8em
}

.kitify-nav-wrap:not(.kitify-active--mbmenu) .kitify-nav--horizontal .kitify-nav__sub {
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1)
}

.kitify-nav-wrap:not(.kitify-active--mbmenu) .kitify-nav--horizontal .kitify-nav__sub.kitify-nav-depth-0 {
    margin-top: 10px
}

.kitify-nav__sub {
    padding: 15px
}

.kitify-nav .kitify-nav__sub {
    width: 230px
}

.kitify-nav__sub .kitify-nav-link-text {
    font-weight: 400
}

.kitify-site-wrapper .kitify-hamburger-panel__toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.kitify-search__form {
    background: #fff;
    padding: 0 1.25rem;
    border-radius: 30px
}

.kitify-search__label {
    padding: 0
}

.kitify-search__field[type=search] {
    margin-bottom: 0;
    border: 0
}

.kitify-search__submit {
    background: transparent;
    padding: 0;
    color: var(--site-heading-color);
    font-size: 1.125rem
}

.kitify-search__submit:focus,
.kitify-search__submit:hover {
    background: transparent;
    color: var(--site-heading-color)
}

.full-search-reveal {
    position: fixed;
    background-color: var(--dropdown-bg-color);
    top: 0;
    height: 100%;
    width: 100%;
    padding: 3%;
    opacity: 0;
    z-index: -99999
}

.full-search-reveal .close-button {
    font-size: 0;
    position: absolute;
    right: 3.75rem;
    top: 2.5rem;
    left: auto;
    background-color: transparent;
    color: var(--dropdown-text-color);
    border: solid 1px;
    padding: 0.9375rem;
    border-radius: 50%;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.full-search-reveal .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.full-search-reveal .close-button svg {
    width: 15px;
    height: 15px
}

@media print,
screen and (max-width:79.99875em) {
    .full-search-reveal .close-button {
        right: 1.875rem;
        top: 1.875rem;
        padding: 0;
        border: 0
    }
}

.full-search-reveal .site-search {
    background-color: var(--dropdown-bg-color);
    color: var(--dropdown-text-color)
}

.full-search-reveal .site-search.full-screen .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5%
}

@media screen and (min-width:80em) {
    .full-search-reveal .site-search.full-screen .header-search {
        padding-right: 20%
    }
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form {
    width: 100%
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_form_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid;
    position: relative
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2-container {
    min-width: 150px
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2-container #select2-header_search_category-container {
    text-align: right
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_input_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_input_wrapper .header_search_input {
    margin: 0;
    padding: 1em;
    height: 3.5em;
    line-height: 3.5em;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    font-size: 1em
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_select_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_select_wrapper.visible {
    opacity: 1
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_select_wrapper .header_search_select {
    margin: 0;
    padding: 0 2rem 0 0.75rem;
    border: 0;
    height: 3.5em;
    line-height: 3.5em;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 200px
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_select_wrapper .header_search_select:focus {
    background-color: rgba(255, 255, 255, 0)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_button_wrapper .header_search_button {
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    background: none;
    position: relative;
    color: var(--dropdown-text-color)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_button_wrapper .header_search_button svg {
    width: 1.5em;
    height: 1.5em
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading {
    height: 0;
    visibility: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5%;
    overflow: hidden;
    -webkit-filter: contrast(5);
    filter: contrast(5);
    background-color: var(--dropdown-bg-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading span {
    position: relative;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--dropdown-text-color);
    color: transparent;
    margin: -1px 0;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading span:after,
.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading span:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--dropdown-text-color);
    color: transparent;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading span:before {
    left: 10px;
    -webkit-animation: dotShuttle 2s infinite ease-out;
    animation: dotShuttle 2s infinite ease-out
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading span:after {
    left: 20px
}

@keyframes dotShuttle {

    0%,
    50%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading.visible {
    height: auto;
    padding: 2rem 0;
    visibility: visible
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper {
    height: 0;
    visibility: hidden
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results {
    margin-top: 1px;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .ajax_results_wrapper {
    padding: 2.5rem 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results.loading {
    opacity: 0 !important
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results.loading .product-search-result {
    opacity: 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results.loading .product-search-heading {
    opacity: 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results.loading .view-all {
    opacity: 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .header_search_icon {
    text-align: center;
    padding: 5em
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .header_search_icon .robeto-search-product-icon {
    width: 80px;
    height: 74px;
    color: #D5D5D5
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .product-search-heading {
    font-weight: 500;
    font-size: 0.8125rem;
    margin-bottom: 28px;
    display: block;
    text-transform: capitalize
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .product-search-result {
    margin-bottom: 25px;
    text-align: center
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .product-search-result:last-child {
    margin-bottom: 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .product-search-result .product-search-title {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    margin: 1.5rem 0 0.3125rem 0;
    color: var(--site-text-color)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .header_search_ajax_results .product-search-result .product-search-title:hover {
    color: var(--site-accent-color)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper.visible {
    height: auto;
    visibility: visible
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper.visible.animated .header_search_ajax_results {
    opacity: 1
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .view-all {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 1.875rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.1875rem 1.875rem;
    border: solid 1px;
    margin: 0 auto
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .view-all:hover {
    color: var(--site-secondary-button-color);
    border-color: var(--site-secondary-button-color)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2,
.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2 .select2-selection,
.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2 .select2-selection .select2-selection__rendered,
.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2-dropdown .select2-search .select2-search__field {
    height: 3.5em;
    line-height: 3.5em;
    font-size: 1em;
    margin: 0
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2 .select2-selection {
    border-color: transparent !important
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    width: 300px
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2-dropdown .select2-results ul li {
    font-size: 1em
}

.full-search-reveal .site-search.full-screen .header-search .search-form {
    max-width: 580px
}

.full-search-reveal .site-search.full-screen .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 2.5rem
}

.full-search-reveal .site-search.full-screen .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--dropdown-text-color);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.full-search-reveal .site-search.full-screen .lds-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite
}

.full-search-reveal .site-search.full-screen .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.full-search-reveal .site-search.full-screen .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.full-search-reveal .site-search.full-screen .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite
}

.full-search-reveal .site-search.full-screen .header-search {
    width: 100%;
    padding-right: 3%;
    position: relative;
    padding-top: 3.75rem;
    max-width: 51.875rem;
    margin: 0 auto;
    opacity: 0
}

.full-search-reveal .site-search.full-screen .header-search.animate {
    opacity: 1;
    -webkit-animation: FullSearchfadeDown;
    animation: FullSearchfadeDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.full-search-reveal .site-search.full-screen .header-search .search-form {
    width: 100%;
    max-width: 100%
}

.full-search-reveal .site-search.full-screen .header-search .select2-dropdown {
    background-color: var(--dropdown-border-color)
}

.full-search-reveal .site-search.full-screen .header-search .select2-container--default .select2-results__option[aria-selected=true],
.full-search-reveal .site-search.full-screen .header-search .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--dropdown-accent-color)
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .select2 .select2-selection .select2-selection__rendered {
    height: 100%;
    line-height: 3.8em
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_input_wrapper .header_search_input {
    font-size: 1.5rem !important;
    font-weight: 500;
    padding-left: 0 !important
}

.full-search-reveal .site-search.full-screen .header-search .select2-container .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: var(--dropdown-accent-color)
}

.full-search-reveal .site-search.full-screen .header-search .select2 .select2-selection .select2-selection__arrow {
    margin-right: 0;
    margin-left: 1.5rem
}

@media print,
screen and (max-width:47.99875em) {
    .reveal.full {
        top: 0 !important
    }
}

@-webkit-keyframes FullSearchfadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes FullSearchfadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sticky-header-enabled .headroom {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform
}

.sticky-header-enabled .headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sticky-header-enabled .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.sticky-header-enabled .headroom--not-top {
    position: fixed !important;
    background-color: var(--site-header-bg-color) !important;
    border-bottom: solid 1px var(--site-header-border-color);
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    top: 0 !important;
    width: 100%;
    z-index: 998
}

.sticky-header-enabled .headroom--not-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0px;
    pointer-events: none
}

.sticky-header-enabled .nova-header.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

.sticky-header-enabled .nova-header.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.topbar-enabled.sticky-header-enabled .headroom {
    top: 35px
}

@media print,
screen and (max-width:47.99875em) {

    .admin-bar.sticky-header-enabled .header-mobiles-wrapper .header-handheld-header-bar.postion--fixed,
    .admin-bar.sticky-header-enabled .headroom--not-top {
        top: 0 !important
    }
}

@media print,
screen and (min-width:40em) {

    .admin-bar.sticky-header-enabled .header-mobiles-wrapper .header-handheld-header-bar.postion--fixed,
    .admin-bar.sticky-header-enabled .headroom--not-top {
        top: 46px !important
    }
}

@media print,
screen and (min-width:64em) {

    .admin-bar.sticky-header-enabled .header-mobiles-wrapper .header-handheld-header-bar.postion--fixed,
    .admin-bar.sticky-header-enabled .headroom--not-top {
        top: 32px !important
    }
}

.header-transparent {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    z-index: 9;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header-transparent:not(.headroom--not-top):not(:hover) {
    background-color: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .nova-header__branding .logo-dark {
    display: none
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .nova-header__branding .logo-light {
    display: block
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .site-title a {
    color: #FFF
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .nova-header__navigation .navigation-foundation>ul>li>a {
    color: #fff
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .nova-header__navigation .main-navigation>ul>li>a {
    color: #fff
}

.header-transparent.transparency_light:not(.headroom--not-top):not(:hover) .nova-header__right-action .actions li>a {
    color: #fff
}

@media screen and (min-width:80em) {
    .header-mobiles-wrapper {
        height: 0;
        overflow: hidden;
        visibility: hidden
    }
}

.header-mobiles-wrapper .header-mobiles {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.8em;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: transparent;
    color: var(--mobile-header-text-color);
    z-index: 10
}

@media print,
screen and (max-width:47.99875em) {
    .header-mobiles-wrapper .header-mobiles {
        width: 100%;
        min-height: 3.5em;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

.header-mobiles-wrapper .header-mobiles .site-logo img {
    max-height: 2em
}

@media print,
screen and (max-width:39.99875em) {
    .header-mobiles-wrapper .header-mobiles .site-logo img {
        max-width: 140px !important
    }
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.button-menu-mobile{
    padding: 3px 3px 3px 3px;
 background-color: transparent;
 color: var(--site-header-text-color)
}

.button-menu-mobile:focus{
    background-color: transparent;
   }
   .button-menu-mobile:hover{
    background-color: transparent;
   }

.header-mobiles-wrapper .header-mobiles .header-mobiles-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-menu a svg {
    width: 22px;
    height: 20px
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-menu.active a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-branding {
    width: 100% ;
    display: flex;
    justify-content: right;
    padding: 0 1em
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-actions ul.header-act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-actions ul.header-act li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-actions ul.header-act li>a {
    padding: 0 0.7em;
    line-height: 1;
    white-space: nowrap;
    position: relative
}

.header-mobiles-wrapper .header-mobiles .header-mobiles-actions ul.header-act li>a svg {
    width: 20px;
    height: 20px
}

.header-mobiles-wrapper .header-handheld-header-bar {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10
}

.header-mobiles-wrapper .header-handheld-header-bar.postion--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.header-mobiles-wrapper .header-handheld-header-bar.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

.header-mobiles-wrapper .header-handheld-header-bar.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--mobile-pre-header-bg-color);
    color: var(--mobile-pre-header-text-color)
}
.mobile-menu{
    width: 40%;
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner a {
    color: var(--mobile-pre-header-text-color)
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1.2rem 0;
    line-height: 1;
    border-left: 1px solid var(--mobile-pre-header-border-color)
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target svg {
    width: 22px;
    height: 20px;
    color: var(--mobile-pre-header-text-color)
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target svg.robeto-wishlist-bar {
    width: 24px
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target svg.robeto-bag-bar {
    width: 20px
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown {
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    padding: 2rem;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown {
    background-color: var(--mobile-pre-header-bg-color);
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown {
    max-width: 100% !important
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul {
    margin: 0;
    padding: 0
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul.mega-dropdown-categories li:first-child:before {
    display: none
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li {
    margin: 0;
    padding: 0
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li:before {
    content: "";
    border-bottom: 1px solid;
    border-color: var(--mobile-pre-header-border-color);
    display: block;
    margin: 0 1.25rem
}

@media print,
screen and (min-width:40em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li:before {
        margin: 0 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li:before {
        margin: 0 2rem
    }
}

@media screen and (min-width:80em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li:before {
        margin: 0 2.25rem
    }
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li a {
    text-transform: uppercase
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li a:hover {
    color: var(--dropdown-accent-color)
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li.js-drilldown-back>a {
    margin-left: 0 !important
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li.js-drilldown-back>a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.7em
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li.js-drilldown-back>a:after {
    display: none
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li.menu-item-has-children>a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: auto;
    margin-right: 1em
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a {
    font-size: 0.8em;
    line-height: 1.4em;
    min-height: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: inherit;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a span.count {
    padding: 0 0.625rem 0 0.3125rem;
    position: relative;
    font-size: 0.6875rem
}

@media print,
screen and (max-width:47.99875em) {
    .header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li>a span.count {
        margin-top: -2px
    }
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li a {
    background: inherit
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li .is-drilldown-submenu {
    background-color: var(--mobile-pre-header-bg-color)
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a {
    margin-left: 1.2em
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a img {
    display: none
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu .settings-bar-dropdown .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a i {
    display: none
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component.nova_com_action--dropdownmenu.active .settings-bar-dropdown {
    opacity: 1;
    visibility: visible
}

.header-mobiles-wrapper .header-handheld-header-bar .nova_compt_iem .component-target-badget,
.header-mobiles-wrapper .header-handheld-header-bar .nova_compt_iem .count-badge {
    position: absolute;
    font-size: 0.75rem;
    font-weight: 600;
    height: 15px;
    line-height: 15px;
    background-color: var(--mobile-pre-header-text-color);
    color: var(--mobile-pre-header-bg-color);
    display: block;
    top: -2px;
    right: -7px;
    min-width: 15px;
    text-align: center;
    padding: 0;
    border-radius: 50%
}

.site-canvas-menu {
    background-color: var(--dropdown-bg-color);
    color: var(--dropdown-text-color)
}

.site-canvas-menu.position-left {
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    position: fixed;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.site-canvas-menu.position-left.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-canvas-menu.position-left .header-mobiles-primary-menu {
    position: relative;
    padding: 5rem 0;
    width: 100%
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown {
    max-width: 100% !important
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul {
    margin: 0;
    padding: 0
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul.mega-dropdown-categories li:first-child:before {
    display: none
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li {
    margin: 0;
    padding: 0
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li:before {
    content: "";
    border-bottom: 1px solid;
    border-color: var(--dropdown-border-color);
    display: block;
    margin: 0 1.25rem
}

@media print,
screen and (min-width:40em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li:before {
        margin: 0 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li:before {
        margin: 0 2rem
    }
}

@media screen and (min-width:80em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li:before {
        margin: 0 2.25rem
    }
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li a {
    text-transform: uppercase
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li a:hover {
    color: var(--dropdown-accent-color)
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li.js-drilldown-back>a {
    margin-left: 0 !important
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li.js-drilldown-back>a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.7em
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li.js-drilldown-back>a:after {
    display: none
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li.menu-item-has-children>a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: auto;
    margin-right: 1em
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a {
    font-size: 0.8em;
    line-height: 1.4em;
    min-height: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: inherit;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a span.count {
    padding: 0 0.625rem 0 0.3125rem;
    position: relative;
    font-size: 0.6875rem
}

@media print,
screen and (max-width:47.99875em) {
    .site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a span.count {
        margin-top: -2px
    }
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li a {
    background: inherit
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li .is-drilldown-submenu {
    background-color: var(--dropdown-bg-color)
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a {
    margin-left: 1.2em
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a img {
    display: none
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li .is-drilldown-submenu.is-active li:not(.js-drilldown-back)>a i {
    display: none
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .close-button {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    background-color: transparent;
    color: var(--dropdown-text-color);
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .close-button svg {
    width: 15px;
    height: 15px
}

@media print,
screen and (min-width:64em) {
    .admin-bar .site-canvas-menu.position-left {
        padding-top: 32px
    }
}

@media print,
screen and (max-width:47.99875em) {
    .admin-bar .site-canvas-menu.position-left {
        padding-top: 46px
    }
}

.foundation-hover-dropdown-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%
}

.foundation-mega-menu-content {
    position: relative;
    width: 100% !important;
    height: 100%;
    left: 0 !important;
    top: 100% !important;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 20px 40px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 20px 40px
}

.foundation-mega-menu-content a:hover {
    color: var(--dropdown-accent-color)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper {
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 1.25rem 1.25rem 0
}

@media print,
screen and (min-width:40em) {
    .foundation-mega-menu-content .foundation-megamenu-item_wrapper {
        padding: 1.5rem 1.5rem 0
    }
}

@media print,
screen and (min-width:64em) {
    .foundation-mega-menu-content .foundation-megamenu-item_wrapper {
        padding: 2rem 2rem 0
    }
}

@media screen and (min-width:80em) {
    .foundation-mega-menu-content .foundation-megamenu-item_wrapper {
        padding: 2.25rem 2.25rem 0
    }
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list a {
    display: inline-block;
    color: var(--dropdown-text-color);
    text-align: left
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list a:hover {
    color: var(--dropdown-accent-color)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item {
    margin-bottom: 2.5rem;
    opacity: 0;
    -webkit-animation: megamenu_categories;
    animation: megamenu_categories;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(20) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(24) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(25) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(26) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(27) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(28) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(29) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item:nth-child(30) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item>a {
    margin-bottom: 1rem;
    width: 100%;
    font-weight: 600;
    text-align: left
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item>a:hover .megamenu_thumbnail {
    -webkit-transform: scale(0.975);
    transform: scale(0.975)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item>a .megamenu_thumbnail {
    margin-bottom: 1rem;
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item>a>.count {
    font-size: 0.6875rem;
    color: var(--dropdown-grey-color)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item .megamenu_subcategory_list>div>a {
    display: block;
    color: var(--dropdown-secondary-color);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    text-align: left
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item .megamenu_subcategory_list>div>a>.count {
    font-size: 0.6875rem;
    color: var(--dropdown-grey-color)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .foundation-megamenu-item_list .foundation-megamenu-item .megamenu_subcategory_list>div>a:hover {
    color: var(--dropdown-accent-color)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .right-banner-box {
    overflow: hidden
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .right-banner-box img {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01)
}

.foundation-mega-menu-content .foundation-megamenu-item_wrapper .right-banner-box img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.nav-menu {
    background: var(----site-main-menu-bg-color)
}

.nav-menu,
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    white-space: nowrap;
    position: absolute;
    left: -20px;
    top: 100%;
    opacity: 0;
    padding: 20px 0;
    background: #fff;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    z-index: 1000;
    pointer-events: none
}

.nav-menu li {
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.nav-menu li:hover>ul {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: initial
}

.nav-menu li li {
    text-align: left;
    display: block;
    padding: 15px 40px
}

.nav-menu li li ul {
    left: 100%;
    top: -20px;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.nav-menu>li {
    padding: 0 20px
}

.nav-menu>li:first-child {
    padding-left: 0
}

.nav-menu>li:last-child {
    padding-right: 0
}

.nav-menu a {
    display: block;
    padding: 0.3125rem 0
}

.nav-menu ul a {
    display: inline-block
}

.main-navigation {
    height: 100%
}

.main-navigation .nav-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-navigation .nav-menu>li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-navigation li ul {
    min-width: 210px;
    padding: 20px 0;
    left: -40px
}

.main-navigation li ul:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0
}

.main-navigation li li {
    padding-top: 10px;
    padding-bottom: 10px
}

.main-navigation li li ul {
    margin: 0 0 0 3px
}

.main-navigation li li ul:before {
    top: 0;
    left: -3px;
    height: 100%;
    width: 3px
}

.main-navigation li li a {
    font-size: 1rem
}

.main-navigation ul>li>a {
    color: var(--site-text-color)
}

.main-navigation ul>li>a:hover {
    color: var(--site-link-color)
}

.main-navigation>ul>li>a {
    position: relative;
    z-index: 100
}

.main-navigation a:hover {
    text-decoration: none
}

.main-navigation>ul>li>a {
    font-size: 0.875rem;
    height: 100%;
    color: var(--site-main-menu-text-color);
    text-transform: uppercase
}

.main-navigation>ul>li>a:hover {
    color: var(--site-main-menu-accent-color)
}

.main-navigation>ul>li.current-menu-item>a {
    font-weight: 600;
    color: var(--site-main-menu-accent-color)
}

.main-navigation>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.main-navigation>ul>li:hover>a:before {
    height: 3px;
    background-color: var(--site-main-menu-accent-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.main-navigation>ul>li.current-menu-item>a:before {
    height: 3px;
    background-color: var(--site-main-menu-accent-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.main-navigation a i {
    margin-right: 5px
}

.text-light .main-navigation a {
    color: #fff
}

.text-light .main-navigation li li a,
.text-light .main-navigation li li span {
    color: #000
}

.main-navigation .sub-menu li a {
    position: relative
}

.main-navigation .sub-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.main-navigation .sub-menu li:hover>a:before {
    height: 1px;
    background-color: var(--site-main-menu-accent-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.main-navigation .menu-item-mega {
    position: static
}

.main-navigation .mega-menu {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05)
}

.main-navigation .mega-menu:before {
    display: none
}

.main-navigation .mega-menu ul {
    position: static;
    opacity: 1;
    margin: 0;
    padding: 0;
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: transparent
}

.main-navigation .mega-menu ul .menu-item-content a:after {
    display: none
}

.main-navigation .mega-menu ul:before {
    display: none
}

.main-navigation .mega-menu .container-fluid {
    padding-left: 60px;
    padding-right: 60px
}

.main-navigation .mega-menu .col-1_8 {
    width: 12.5%
}

.main-navigation .mega-menu .col-1_5 {
    width: 20%
}

.main-navigation .mega-menu .col-1_4 {
    width: 25%
}

.main-navigation .mega-menu .col-1_3 {
    width: 33.33%
}

.main-navigation .mega-menu .col-3_8 {
    width: 37.5%
}

.main-navigation .mega-menu .col-1_2 {
    width: 50%
}

.main-navigation .mega-menu .col-5_8 {
    width: 62.5%
}

.main-navigation .mega-menu .col-2_3 {
    width: 66.6666%
}

.main-navigation .mega-menu .col-3_4 {
    width: 75%
}

.main-navigation .mega-menu .col-7_8 {
    width: 87.5%
}

.main-navigation .mega-menu .col-1_1 {
    width: 100%
}

.main-navigation .mega-menu .hide-title>a,
.main-navigation .mega-menu .hide-title>span {
    text-indent: -9999em;
    display: block
}

.main-navigation .mega-menu .hide-link>a,
.main-navigation .mega-menu .hide-link>span {
    display: none !important
}

.main-navigation .mega-menu .hide-link>ul {
    margin-top: -10px
}

.main-navigation .mega-menu .hide-link>.menu-item-content {
    margin-top: 10px
}

.main-navigation .mega-menu-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px
}

.main-navigation .mega-menu-container:before {
    content: "";
    display: table;
    table-layout: fixed
}

.main-navigation .mega-menu-container:after {
    content: "";
    clear: both
}

.main-navigation .mega-menu-container>ul:after {
    content: "";
    display: block;
    clear: both
}

.main-navigation ul.mega-menu-main {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-navigation .mega-sub-menu {
    float: left;
    padding: 30px 20px 23px 20px
}

.main-navigation .mega-sub-menu li {
    padding: 10px 0
}

.main-navigation .mega-sub-menu a {
    display: inline-block
}

.main-navigation .mega-sub-menu>a:before {
    display: none
}

.main-navigation .mega-sub-menu>a,
.main-navigation .mega-sub-menu>span {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 500;
    color: var(--site-heading-color);
    display: block;
    text-transform: uppercase
}

.main-navigation .container-fluid .mega-menu-main {
    margin-left: -60px;
    margin-right: -60px
}

.main-navigation .container-fluid .mega-sub-menu {
    padding-left: 60px;
    padding-right: 60px
}

.nav-menu ul.mega-menu ul li {
    padding: 10px 0
}

.nav-menu ul.mega-menu ul li.current-menu-item,
.nav-menu ul.mega-menu ul li:hover {
    background-color: transparent
}

.nav-menu ul.mega-menu ul.mega-menu-main>li {
    padding: 40px
}

.nav-menu ul.mega-menu ul.mega-menu-main>li:not(:last-child) {
    background: #fff;
    border-right: solid 1px var(--site-border-color)
}

.nav-menu ul.mega-menu ul.mega-menu-main>li>a {
    display: inline-block;
    padding: 0
}

.nav-menu ul.mega-menu ul.mega-menu-main>li>a:after {
    display: none
}

.nova-page-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--page-header-bg-color);
    background-position: center;
    color: var(--page-header-text-color);
    min-height: 18.75rem
}

.nova-page-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--page-header-overlay-color);
    width: 100%;
    height: 100%;
    opacity: 0.4
}

.nova-page-header>.nova-container,
.nova-page-header>.row {
    position: relative
}

.nova-page-header .nova-page-header__inner {
    padding: 1.75rem 1.25rem
}

@media print,
screen and (min-width:40em) {
    .nova-page-header .nova-page-header__inner {
        padding: 2.1rem 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova-page-header .nova-page-header__inner {
        padding: 2.8rem 2rem
    }
}

@media screen and (min-width:80em) {
    .nova-page-header .nova-page-header__inner {
        padding: 3.15rem 2.25rem
    }
}

.nova-page-header .nova-page-header__inner .page-title {
    color: var(--page-header-heading-color);
    font-size: 2.5rem;
    font-weight: var(--heading-font-weight);
    text-align: center;
    text-transform: uppercase
}

.nova-page-header .nova-page-header__inner .woocommerce-breadcrumb {
    color: var(--page-header-text-color);
    text-align: center
}

.nova-page-header .nova-page-header__inner .woocommerce-breadcrumb .delimiter:before {
    color: var(--page-header-text-color)
}

.nova-page-header .nova-page-header__inner a {
    color: var(--page-header-text-color)
}

.nova-page-header .nova-page-header__inner a:hover {
    color: var(--site-accent-color)
}

.nova-page-header.large {
    min-height: var(--page-header-height)
}

.nova-page-header.large .woocommerce-breadcrumb {
    margin-bottom: 0
}

.page-header-content {
    margin-bottom: 2.5rem
}

.page-header-center .page-header-content {
    text-align: center
}

.page-header-content .woocommerce-breadcrumb {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-header-content h1 {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase
}

@media print,
screen and (max-width:39.99875em) {
    .page-header-content h1 {
        font-size: 2rem
    }
}

.site-prefooter {
    font-size: 0.8125rem;
    position: relative
}

.site-prefooter a:hover {
    opacity: 0.5
}

body.footer-layout-full .site-prefooter {
    border-top: 1px solid
}

body.footer-layout-boxed .site-prefooter .prefooter-content {
    border-top: 1px solid;
    position: relative
}

.site-prefooter .prefooter-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem
}

@media print,
screen and (min-width:40em) {
    .site-prefooter .prefooter-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-prefooter .prefooter-content {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .site-prefooter .prefooter-content {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media screen and (min-width:90em) {
    .site-prefooter .prefooter-content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-prefooter .prefooter-content {
        padding-top: 5rem
    }
}

.site-prefooter .widget-area a {
    color: inherit
}

.site-prefooter .widget-area .column,
.site-prefooter .widget-area .columns {
    padding-right: 0.9375rem
}

.site-prefooter .widget-area .column aside,
.site-prefooter .widget-area .columns aside {
    padding-bottom: 2.5rem
}

@media print,
screen and (min-width:64em) {

    .site-prefooter .widget-area .column aside,
    .site-prefooter .widget-area .columns aside {
        padding-bottom: 5rem
    }
}

.site-prefooter .widget-area .column:last-child aside,
.site-prefooter .widget-area .columns:last-child aside {
    margin-bottom: 0
}

.support-lists {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    list-style: none;
    width: 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    z-index: 2
}

@media print,
screen and (min-width:40em) {
    .support-lists {
        display: block
    }
}

.support-lists li {
    display: block;
    margin-bottom: 0
}

.support-lists li a {
    font-size: 20px;
    height: 40px;
    line-height: 40px
}

.site-footer {
    font-size: 0.875rem;
    position: relative
}

.site-footer .footer-type-1 {
    background-color: var(--site-footer-bg-color);
    color: var(--site-footer-text-color)
}

.site-footer .footer-type-1 a {
    color: var(--site-footer-text-color)
}

@media print,
screen and (min-width:64em) {

    .site-footer .footer-type-1 .column .widget_text,
    .site-footer .footer-type-1 .columns .widget_text {
        float: right
    }
}

.site-footer .footer-type-1 .widget-title {
    color: var(--site-footer-heading-color);
    font-size: 1.125rem;
    border: none;
    text-transform: none
}

.site-footer .footer-type-1 .nova-footer__content {
    padding: 2.8125rem 1.25rem
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding: 3.375rem 1.5rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding: 4.5rem 2rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding: 5.0625rem 2.25rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__branding--slogan {
    max-width: 31.25rem;
    width: 100%;
    margin: 2.5em auto
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget {
    padding: 0;
    border: none
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget ul li {
    padding: 0;
    border: none
}

@media print,
screen and (min-width:64em) {
    .site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget:last-child {
        margin-bottom: 0
    }
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget li a {
    color: var(--site-footer-heading-color)
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget li a:hover {
    color: var(--site-footer-heading-color)
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget_yikes_easy_mc_widget {
    position: relative;
    max-width: 31.25rem;
    width: 100%;
    margin: 0 auto
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget_yikes_easy_mc_widget label {
    padding: 0;
    margin: 0
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .widget_yikes_easy_mc_widget .edit-link {
    display: none
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=email],
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=number],
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=text],
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=url],
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form select {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-color: var(--site-footer-border-color);
    padding: 0;
    margin: 0;
    outline: 0
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=email]:focus,
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=number]:focus,
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=text]:focus,
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form input[type=url]:focus,
.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-form select:focus {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-color: var(--site-footer-heading-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-submit-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    text-align: right;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text {
    font-size: 0
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__widgets .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: var(--site-footer-heading-color);
    font-size: 18px
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__socials {
    margin: 2.5em 0;
    text-align: center
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__socials a {
    margin-left: 20px
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__socials img {
    max-height: 32px
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__payment-method {
    margin: 2.5em 0;
    text-align: center
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__payment-method img {
    max-height: 32px;
    padding-left: 20px
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation {
    text-align: center;
    font-size: 0.75rem
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation {
    display: inline-block;
    margin: 0 auto
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation>ul>li>a {
    color: var(--site-footer-heading-color);
    padding: 0 1em
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation>ul>li>a>span {
    padding: 0.5em 0
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation>ul>li>ul {
    text-align: left !important
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation .is-submenu-item a {
    opacity: 1
}

.site-footer .footer-type-1 .nova-footer__content .nova-footer__navigation .navigation-foundation:hover>ul>li>a {
    opacity: 0.5
}

.site-footer .footer-type-1 .nova-footer__content>div:last-child {
    margin-bottom: 0
}

.site-footer .footer-type-1 .nova-footer__copyright-text {
    padding: 1.25rem 1.25rem;
    text-align: center
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding: 1.25rem 1.5rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding: 1.25rem 2rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding: 1.25rem 2.25rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-type-1 .nova-footer__copyright-text {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.site-footer .footer-type-1 .nova-footer__copyright-text .footer-text {
    font-size: 0.8125rem
}

.site-footer .footer-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print,
screen and (min-width:40em) {
    .site-footer .footer-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-footer .footer-content {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .site-footer .footer-content {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media screen and (min-width:90em) {
    .site-footer .footer-content {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .site-footer .footer-content {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.nova-footer-builder h5 {
    font-size: 18px;
    font-weight: 600
}

.nova-footer-builder ul {
    margin-left: 0
}

.nova-footer-builder ul li {
    list-style: none
}

.nova-footer-builder .dark {
    color: #fff
}

.nova-footer-builder .dark h5 {
    color: #fff
}

.nova-footer-builder .dark a {
    color: #E7E6E6
}

.nova-footer-builder .dark a:hover {
    color: #fff
}

.comments-area .comments-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comments-title {
        font-size: 1.25rem;
        margin-bottom: 1.875rem
    }
}

.comments-area .comments-title b {
    font-weight: normal
}

.comments-area .comments-title__post-title {
    color: inherit
}

.comments-area .comment-list {
    list-style: none;
    margin: 0
}

.comments-area .comment-list>.comment:last-child {
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:40em) {
    .comments-area .comment-list>.comment:last-child {
        margin-bottom: 2.5rem
    }
}

.comments-area .comment-list li.pingback,
.comments-area .comment-list li.trackback {
    margin-bottom: 1.25rem
}

.comments-area .comment-list .comment {
    margin: 0;
    position: relative;
    min-height: 4.875rem;
    margin-bottom: 0;
    padding-left: 6.375rem
}

.comments-area .comment-list .comment.depth-1 {
    border: solid 1px;
    border-color: var(--site-border-color);
    border-bottom: 0;
    padding: 1.875rem;
    padding-left: 8.25rem
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment.depth-1 {
        padding: 0.9375rem 0
    }
}

.comments-area .comment-list .comment.depth-1>article.comment-body .comment-meta .comment-author .avatar {
    left: 1.875rem;
    top: 1.875rem
}

.comments-area .comment-list .comment.depth-1:last-child {
    border-bottom: solid 1px;
    border-color: var(--site-border-color)
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment {
        padding-left: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment article.comment-body {
        padding: 0 0.9375rem
    }
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-author .avatar {
    max-width: 4.875rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 50%
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment article.comment-body .comment-meta .comment-author .avatar {
        position: static
    }
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-author .says {
    display: none
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-author b.fn {
    color: var(--site-heading-color);
    font-weight: 700;
    font-size: 1rem
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment article.comment-body .comment-meta .comment-author b.fn {
        margin-left: 0.9375rem
    }
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata {
    margin-bottom: 1rem
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata>a {
    color: inherit;
    font-size: 0.75rem;
    line-height: 1rem
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata>a:hover {
    opacity: 1
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata .edit-link {
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    margin-left: 1rem
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link {
    color: var(--site-heading-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    margin-right: 0.25rem
}

.comments-area .comment-list .comment article.comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link:hover {
    color: var(--site-accent-color)
}

.comments-area .comment-list .comment article.comment-body .comment-content,
.comments-area .comment-list .comment article.comment-body .nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .description,
.comments-area .comment-list .comment article.comment-body .off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .description,
.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comments-area .comment-list .comment article.comment-body .description,
.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comments-area .comment-list .comment article.comment-body .description {
    padding: 0;
    margin-bottom: 1.125rem
}

.comments-area .comment-list .comment article.comment-body .comment-content p:last-child,
.comments-area .comment-list .comment article.comment-body .nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .description p:last-child,
.comments-area .comment-list .comment article.comment-body .off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .description p:last-child,
.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comments-area .comment-list .comment article.comment-body .description p:last-child,
.off-canvas-wrapper .woocommerce-Reviews #comments .commentlist .review .comment_container .comments-area .comment-list .comment article.comment-body .description p:last-child {
    margin-bottom: 0
}

.comments-area .comment-list .comment article.comment-body .reply>a {
    color: var(--site-heading-color);
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-area .comment-list .comment article.comment-body .reply>a:hover {
    color: var(--site-accent-color)
}

.comments-area .comment-list .comment article.comment-body .reply>a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.25rem;
    font-size: 1rem
}

.comments-area .comment-list .comment article.comment-body+.comment-respond {
    margin-top: 3rem;
    margin-bottom: 2.375rem;
    border-top: 1px solid var(--site-border-color);
    padding-top: 3.0625rem;
    margin-left: -4.5rem
}

.comments-area .comment-list .comment article.comment-body+.comment-respond .comment-reply-title {
    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
}

.comments-area .comment-list .comment article.comment-body+.comment-respond .comment-reply-title small {
    font-size: 0.625rem;
    line-height: 0.8125rem;
    text-transform: uppercase
}

.comments-area .comment-list .comment article.comment-body+.comment-respond .comment-reply-title small a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-area .comment-list .comment article.comment-body+.comment-respond .comment-reply-title small a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    margin-left: 0.5rem
}

.comments-area .comment-list .comment .children {
    margin-top: 3.0625rem;
    margin-left: 0;
    list-style-type: none
}

@media print,
screen and (max-width:39.99875em) {
    .comments-area .comment-list .comment .children {
        padding-left: 1.25rem
    }
}

.comments-area .comment-list .comment .children .comment {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: solid 1px var(--site-border-color);
    font-size: 0.875rem
}

.comments-area .comment-list .comment .children .comment p {
    margin-bottom: 0
}

.comments-area .comment-list .comment .children .comment:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.comments-area .comments-pagination {
    margin-bottom: 5rem
}

.comments-area .comments-pagination .nav-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-area .comments-pagination .nav-links .page-numbers {
    margin-right: 2rem;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    display: inline-block
}

.comments-area .comments-pagination .nav-links .page-numbers.current,
.comments-area .comments-pagination .nav-links .page-numbers:hover {
    opacity: 1
}

.comments-area .comments-pagination .nav-links .page-numbers.next,
.comments-area .comments-pagination .nav-links .page-numbers.prev {
    position: relative;
    top: -1px
}

.comments-area .comments-pagination .nav-links .page-numbers.next:after,
.comments-area .comments-pagination .nav-links .page-numbers.prev:after {
    font-size: 0.5rem;
    vertical-align: middle
}

.comments-area .comments-pagination .nav-links .page-numbers.prev {
    margin-right: 1.375rem
}

@media print,
screen and (min-width:64em) {
    .comments-area .comments-pagination .nav-links .page-numbers.prev {
        margin-left: -0.625rem
    }
}

.comments-area .comments-pagination .nav-links .page-numbers.prev:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

@media print,
screen and (min-width:64em) {
    .comments-area .comments-pagination .nav-links .page-numbers.next {
        margin-left: -0.625rem
    }
}

.comments-area .comments-pagination .nav-links .page-numbers.next:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem
}

.comments-area .comment-respond .comment-form {
    font-size: 0
}

.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .logged-in-as>a {
    font-size: 0.875rem;
    opacity: 0.75;
    margin-bottom: 3rem
}

.comments-area .comment-respond .comment-form .logged-in-as>a {
    margin-right: 0.3125rem;
    border-bottom: 1px solid
}

.comments-area .comment-respond .comment-form .logged-in-as>a:hover {
    opacity: 1
}

.comments-area .comment-respond .comment-form .comment-form-comment {
    margin-bottom: 1.5rem
}

.comments-area .comment-respond .comment-form .form-submit {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {

    .comments-area .comment-respond .comment-form .comment-form-author,
    .comments-area .comment-respond .comment-form .comment-form-email,
    .comments-area .comment-respond .comment-form .comment-form-url {
        float: left;
        width: 32%;
        margin-right: 2%
    }
}

.comments-area .comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond .comment-form .comment-form-url input {
    margin-bottom: 0
}

.comments-area .comment-respond .comment-form .comment-form-url {
    margin-right: 0
}

.comments-area [type=submit] {
    width: auto
}

.gallery {
    margin: 5rem 0
}

.gallery .gallery-item {
    float: left;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}

.gallery .gallery-item:hover {
    opacity: 0.5
}

.gallery .gallery-icon img {
    width: 100%
}

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

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-2 .gallery-item {
        width: calc(100% / 2)
    }
}

.gallery-columns-2 .gallery-item:nth-child(2n+2):after {
    content: "";
    display: block;
    clear: both
}

.gallery-columns-3 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-3 .gallery-item {
        width: calc(100% / 3)
    }
}

.gallery-columns-3 .gallery-item:nth-child(3n+3):after {
    content: "";
    display: block;
    clear: both
}

.gallery-columns-4 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-4 .gallery-item {
        width: calc(100% / 4)
    }
}

.gallery-columns-4 .gallery-item:nth-child(4n+4):after {
    content: "";
    display: block;
    clear: both
}

.gallery-columns-5 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-5 .gallery-item {
        width: calc(100% / 5)
    }
}

.gallery-columns-6 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-6 .gallery-item {
        width: calc(100% / 6)
    }
}

.gallery-columns-7 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-7 .gallery-item {
        width: calc(100% / 7)
    }
}

.gallery-columns-8 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-8 .gallery-item {
        width: calc(100% / 8)
    }
}

.gallery-columns-9 .gallery-item {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .gallery-columns-9 .gallery-item {
        width: calc(100% / 9)
    }
}

.gb-gallery {
    text-align: center;
    z-index: 999999
}

.gb-gallery img {
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.gb-gallery button {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    border-color: transparent;
    background-color: transparent !important;
    position: absolute;
    padding: 0
}

.gb-gallery button:active,
.gb-gallery button:focus {
    background-color: transparent
}

.gb-gallery button:after,
.gb-gallery button:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gb-gallery button.close-button {
    margin-top: 20px;
    margin-right: 17px;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.gb-gallery button.close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gb-gallery button.close-button:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem
}

.gb-gallery button.next,
.gb-gallery button.prev {
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gb-gallery button.next:before,
.gb-gallery button.prev:before {
    display: none
}

.gb-gallery button.prev {
    margin-left: 1.0625rem;
    top: 50%;
    left: 0
}

.gb-gallery button.prev:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.875rem
}

.gb-gallery button.prev:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.gb-gallery button.next {
    margin-right: 1.0625rem;
    right: 0;
    top: 50%
}

.gb-gallery button.next:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.875rem
}

.gb-gallery button.next:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.gb-gallery button:hover {
    background-color: transparent;
    outline: none
}

.gb-gallery button:before {
    background: none
}

.posts_ajax_button {
    text-align: center;
    font-size: 0.6875rem;
    clear: both;
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.posts_ajax_button>span {
    padding: 1.5rem 5rem
}

.posts_ajax_button.loading {
    overflow: hidden;
    -webkit-filter: contrast(5);
    filter: contrast(5);
    cursor: default
}

.posts_ajax_button.loading>span {
    background-color: var(--site-primary-button-color);
    color: var(--site-primary-button-color);
    cursor: default
}

.posts_ajax_button.loading>span span {
    position: relative;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #FFF;
    color: transparent;
    margin: -1px 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    position: absolute !important;
    left: 50% !important;
    margin-left: -10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.posts_ajax_button.loading>span span:after,
.posts_ajax_button.loading>span span:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #FFF;
    color: transparent;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.posts_ajax_button.loading>span span:before {
    left: 10px;
    -webkit-animation: dotShuttle 2s infinite ease-out;
    animation: dotShuttle 2s infinite ease-out
}

.posts_ajax_button.loading>span span:after {
    left: 20px
}

@keyframes dotShuttle {

    0%,
    50%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.posts_ajax_button.disabled {
    display: none !important
}

body.blog-pagination-infinite_scroll nav.posts-navigation,
body.blog-pagination-load_more_button nav.posts-navigation {
    display: none
}

body.blog-pagination-infinite_scroll .pagination-container,
body.blog-pagination-load_more_button .pagination-container {
    text-align: center
}

.home .nova-page-header {
    display: none
}

.wp-caption {
    color: inherit
}

.wp-caption-text {
    color: inherit
}

.gallery-caption {
    color: inherit
}

.bypostauthor {
    color: inherit
}

.content-layout-full .archive-header {
    border-bottom: 1px solid
}

.content-layout-boxed .archive-header .archive-header-inner {
    border-bottom: 1px solid
}

.archive-header .archive-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6875rem 1.25rem
}

@media screen and (min-width:90em) {
    .archive-header .archive-title-wrapper {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .archive-header .archive-title-wrapper {
        padding: 2.025rem 1.5rem
    }
}

@media screen and (min-width:90em) {
    .archive-header .archive-title-wrapper {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .archive-header .archive-title-wrapper {
        padding: 2.7rem 2rem
    }
}

@media screen and (min-width:90em) {
    .archive-header .archive-title-wrapper {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .archive-header .archive-title-wrapper {
        padding: 3.0375rem 2.25rem
    }
}

@media screen and (min-width:90em) {
    .archive-header .archive-title-wrapper {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .archive-header .archive-title-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.archive-header .archive-title-wrapper .archive-title {
    margin-bottom: 0;
    font-size: 1.4375rem
}

.archive-header .archive-title-wrapper ul.archive-list {
    width: auto;
    margin: 0 0 0 auto;
    list-style-type: none;
    z-index: 10;
    max-width: 85%
}

.archive-header .archive-title-wrapper ul.archive-list li {
    margin-bottom: 0;
    font-size: 0.8125rem;
    margin-right: 2rem;
    width: auto;
    display: inline-block !important
}

.archive-header .archive-title-wrapper ul.archive-list li ul.children {
    display: none
}

.archive-header .archive-title-wrapper ul.archive-list li.cat-item-none {
    display: none !important
}

.archive-header .archive-title-wrapper ul.archive-list li a {
    opacity: 0.5;
    line-height: 2rem;
    display: inline-block;
    width: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.archive-header .archive-title-wrapper ul.archive-list li a:hover {
    opacity: 1
}

.archive-header .archive-title-wrapper ul.archive-list li a:hover:after {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.archive-header .archive-title-wrapper ul.archive-list li a:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale3d(0, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(0, 1, 1) translate3d(0, 0, 0)
}

.archive-header .archive-title-wrapper ul.archive-list li:last-of-type {
    margin-right: 0
}

.archive-header .archive-title-wrapper ul.archive-list li.current-cat a {
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.archive-header .archive-title-wrapper ul.archive-list li.current-cat a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: auto
}

@media print,
screen and (min-width:64em) {
    .archive-header .archive-title-wrapper ul.archive-list li.current-cat a:before {
        display: none
    }
}

.archive-header .archive-title-wrapper ul.archive-list li.current-cat a:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.archive-header .archive-title-wrapper ul.archive-list li.current-cat.open a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.archive-header .archive-title-wrapper ul.archive-list li:not(.current-cat) {
    float: none;
    width: auto;
    display: inline-block
}

.archive-header .archive-title-wrapper ul.archive-mobile-list {
    margin: 1.25rem 0 0;
    padding: 0;
    width: 100%
}

@media print,
screen and (max-width:47.99875em) {
    .archive-header .archive-title-wrapper ul.archive-mobile-list {
        margin-bottom: -1.6875rem
    }
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:not(:first-child) {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.8s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.8s ease-in-out
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:not(:first-child).show {
    visibility: visible;
    -webkit-transition: opacity 0.8s ease-in-out, max-height 0.5s ease-in-out;
    transition: opacity 0.8s ease-in-out, max-height 0.5s ease-in-out;
    opacity: 1;
    max-height: 5rem
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:before {
    content: "";
    border-bottom: 1px solid;
    display: block
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li ul.children {
    display: none
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:first-child {
    visibility: visible;
    opacity: 1;
    max-height: 5rem
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:first-child a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.7em;
    background-color: transparent;
    margin-left: auto;
    margin-right: 1em
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li:first-child.open a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.archive-header .archive-title-wrapper ul.archive-mobile-list li a {
    font-size: 0.8em;
    line-height: 1.4em;
    min-height: 4.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: inherit
}

.archive-header .archive-description {
    font-size: 0.875rem;
    padding: 0 1.25rem 1.875rem
}

@media print,
screen and (min-width:40em) {
    .archive-header .archive-description {
        padding: 0 1.5rem 2.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .archive-header .archive-description {
        padding: 0 2rem 3rem
    }
}

@media screen and (min-width:80em) {
    .archive-header .archive-description {
        padding: 0 2.25rem 3.375rem
    }
}

@media screen and (min-width:90em) {
    .archive-header .archive-description {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.archive-header .archive-description p {
    margin-bottom: 0
}

.blog-hero-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-hero-slider__item {
    width: 100%
}

.blog-hero-slider__caption .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-hero-slider__caption .title--display-1 {
    font-size: 4vw;
    margin-bottom: 1rem
}

.blog-hero-slider__caption .description {
    font-size: 1rem;
    width: 60%;
    margin-bottom: 1.87rem
}

.blog-hero-slider__caption .title--display-1 .down-up span {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.blog-hero-slider__caption .description .down-up div {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.blog-hero-slider__caption .swiper-slide-active .title--display-1 .down-up span {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.blog-hero-slider__caption .swiper-slide-active .description .down-up span {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.blog-hero-slider__image {
    overflow: hidden;
    position: relative
}

.blog-hero-slider .control-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1
}

.blog-hero-slider .control-slider--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    padding: 8.5rem 0 3.1rem;
    bottom: 0;
    right: 0;
    width: 10rem;
    z-index: 2
}

.blog-hero-slider .control-slider--vertical .swiper-button-next,
.blog-hero-slider .control-slider--vertical .swiper-button-prev {
    display: block
}

.blog-hero-slider .control-slider--vertical .swiper-button-next {
    margin-bottom: 1.42rem
}

.blog-hero-slider .control-slider--bottom {
    bottom: 0;
    right: 0
}

.blog-hero-slider__case-details {
    height: 7.5rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    position: relative;
    width: 100%;
    z-index: 1
}

.blog-hero-slider__case-details .item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    overflow: auto
}

.blog-hero-slider__case-details .control-slider {
    width: 11.25rem
}

.blog-hero-slider__case-details .swiper-button-next {
    margin-right: 1.42rem
}

.blog-hero-slider .swiper-container.slider-container-details {
    width: calc(100% - 11.25rem)
}

body.content-layout-full .blog_highlighted_posts {
    border-bottom: 1px solid
}

.blog_highlighted_posts~.blog-listing .site-content {
    padding-top: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts~.blog-listing .site-content {
        padding-top: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .blog_highlighted_posts~.blog-listing .site-content {
        padding-top: 2rem
    }
}

@media screen and (min-width:80em) {
    .blog_highlighted_posts~.blog-listing .site-content {
        padding-top: 2.25rem
    }
}

.blog_highlighted_posts .blog_highlighted_posts_container {
    padding: 1.6875rem 1.25rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts .blog_highlighted_posts_container {
        padding: 2.025rem 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .blog_highlighted_posts .blog_highlighted_posts_container {
        padding: 2.7rem 2rem
    }
}

@media screen and (min-width:80em) {
    .blog_highlighted_posts .blog_highlighted_posts_container {
        padding: 3.0375rem 2.25rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .blog_highlighted_posts .blog_highlighted_posts_container {
        padding-top: 0
    }
}

@media screen and (min-width:90em) {
    .blog_highlighted_posts .blog_highlighted_posts_container {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

body.content-layout-boxed .blog_highlighted_posts .blog_highlighted_posts_container {
    border-bottom: 1px solid
}

.blog_highlighted_posts article {
    margin-bottom: 3rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts article {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts article.sticky .entry-content-wrap {
        padding-left: 1.5rem
    }
}

.blog_highlighted_posts article.sticky .entry-content-wrap .entry-header .entry-title a:before {
    content: "★";
    margin-right: 10px
}

.blog_highlighted_posts article .entry-thumbnail {
    margin-bottom: 1.5rem;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts article .entry-thumbnail {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .blog_highlighted_posts article .entry-thumbnail {
        margin-left: -2rem;
        margin-right: -2rem
    }
}

@media screen and (min-width:80em) {
    .blog_highlighted_posts article .entry-thumbnail {
        margin-left: -2.25rem;
        margin-right: -2.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts article .entry-thumbnail {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        will-change: transform;
        margin-left: auto;
        margin-right: auto
    }
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts article .entry-thumbnail:hover {
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98)
    }
}

.blog_highlighted_posts article .entry-content-wrap .entry-header .entry-meta {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    margin-bottom: 0.75rem
}

.blog_highlighted_posts article .entry-content-wrap .entry-content__readmore {
    font-size: 0.8125rem
}

@media print,
screen and (max-width:39.99875em) {
    .blog_highlighted_posts article .entry-content-wrap .entry-content p {
        margin-bottom: 0.875rem
    }
}

.blog_highlighted_posts .blog_highlighted_posts_left article:not(.has-post-thumbnail):first-child {
    padding-top: 3rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts .blog_highlighted_posts_left article:not(.has-post-thumbnail):first-child {
        padding-top: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .blog_highlighted_posts .blog_highlighted_posts_left article .entry-title {
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width:64em) {
    .blog_highlighted_posts .blog_highlighted_posts_left article .entry-title {
        padding-right: 10rem
    }
}

.blog_highlighted_posts .blog_highlighted_posts_left article .entry-content {
    font-size: 0.875rem
}

@media print,
screen and (min-width:64em) {
    .blog_highlighted_posts .blog_highlighted_posts_left article .entry-content {
        padding-right: 10rem
    }
}

.blog_highlighted_posts .blog_highlighted_posts_right article:first-child {
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .blog_highlighted_posts .blog_highlighted_posts_right article:last-child {
        margin-bottom: 0
    }
}

.blog_highlighted_posts .blog_highlighted_posts_right article .entry-content-wrap .entry-header .entry-title {
    font-size: 1.125rem;
    line-height: 1.375rem
}

@media print,
screen and (min-width:40em) {
    .blog_highlighted_posts .blog_highlighted_posts_right article .entry-content-wrap .entry-header .entry-title {
        font-size: 1rem
    }
}

.blog_highlighted_posts .blog_highlighted_posts_right article .entry-content-wrap .entry-content {
    display: none
}

.blog_highlighted_posts .blog_highlighted_posts_right article .entry-content-wrap .entry-content__readmore {
    display: none
}

body.content-layout-full .nova_popular_posts_container {
    border-bottom: 1px solid
}

.nova_popular_posts_container .popular_posts_columns {
    width: 100%;
    padding: 1.6875rem 1.25rem 1rem
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .popular_posts_columns {
        padding: 2.025rem 1.5rem 1.2rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova_popular_posts_container .popular_posts_columns {
        padding: 2.7rem 2rem 1.6rem
    }
}

@media screen and (min-width:80em) {
    .nova_popular_posts_container .popular_posts_columns {
        padding: 3.0375rem 2.25rem 1.8rem
    }
}

@media screen and (min-width:90em) {
    .nova_popular_posts_container .popular_posts_columns {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

body.content-layout-boxed .nova_popular_posts_container .popular_posts_columns {
    border-bottom: 1px solid
}

.nova_popular_posts_container .popular_posts_title {
    font-size: 1rem;
    margin-bottom: 2.0625rem
}

@media print,
screen and (max-width:39.99875em) {
    .nova_popular_posts_container .popular_posts_title {
        text-transform: uppercase;
        font-size: 0.8125rem;
        margin-bottom: 1.25rem
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation: post_fade_in 0.25s;
    animation: post_fade_in 0.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    will-change: opacity, transform;
    margin-bottom: 1.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post {
        display: inline-block
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post.sticky .sticky_post_content .sticky_post_title a:before {
    content: "★";
    margin-right: 10px
}

.nova_popular_posts_container .nova_popular_posts .popular-post.with-image .sticky_post_content {
    width: 70%
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post.with-image .sticky_post_content {
        width: 100%
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image {
    position: relative;
    font-size: 0;
    margin-right: 1rem;
    width: 30%
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image .wp-post-image.size-medium {
    display: block;
    max-width: 300px;
    width: 100%
}

@media print,
screen and (max-width:39.99875em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image .wp-post-image.size-medium {
        display: none
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image .wp-post-image.size-thumbnail {
    display: none;
    max-width: 150px;
    width: 100%
}

@media print,
screen and (max-width:39.99875em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image .wp-post-image.size-thumbnail {
        display: block
    }
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        will-change: transform
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image a {
    display: block
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image a span {
    display: inline-block;
    width: 100%;
    height: 5.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_image a span {
        height: 10rem
    }
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_content .entry-meta {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_content .entry-meta a {
    opacity: 0.75
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_content .entry-meta a:hover {
    opacity: 1
}

.nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_content .sticky_post_title {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    word-wrap: break-word
}

@media print,
screen and (min-width:40em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post .sticky_post_content .sticky_post_title {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .nova_popular_posts_container .nova_popular_posts .popular-post:hover .sticky_post_image {
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98)
    }
}

@-webkit-keyframes post_fade_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes post_fade_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

div.animated-blog-articles article {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation: post_fade_in 0.25s;
    animation: post_fade_in 0.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    will-change: opacity, transform
}

div.animated-blog-articles.js_animated article {
    -webkit-animation: none;
    animation: none
}

div.animated-blog-articles.js_animated article.animated {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
}

.blog-listing .posts-navigation {
    padding-top: 1.5rem;
    border-top: 1px solid;
    border-color: var(--site-border-color)
}

.blog-listing .posts-navigation .nav-links {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-listing .posts-navigation .nav-links .nav-next a,
.blog-listing .posts-navigation .nav-links .nav-previous a {
    padding: 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.blog-listing .posts-navigation .nav-links .nav-previous a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    line-height: 1.3;
    margin-right: 0.5rem
}

.blog-listing .posts-navigation .nav-links .nav-next a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    line-height: 1.3;
    margin-left: 0.5rem
}

.blog-listing .posts-navigation .nav-links .nav-next {
    margin-left: auto
}

.blog-listing .blog-articles article {
    display: block
}

.blog-listing .blog-articles article.sticky .entry-content-wrap .entry-header .entry-title a:before {
    content: "★";
    margin-right: 10px;
    color: red
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail {
    overflow: hidden
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 45%
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail .blog_item--thumbnail.figure__object_fit {
    position: relative;
    overflow: hidden;
    width: 100%
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail .blog_item--thumbnail.figure__object_fit img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail .post-thumbnail__img {
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out
}

.blog-listing .blog-articles article .entry-thumbnail .post-thumbnail:hover .post-thumbnail__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-listing .blog-articles article.page .entry-thumbnail,
.blog-listing .blog-articles article.post .entry-thumbnail {
    margin-bottom: 1rem
}

.blog-listing .blog-articles article.page .entry-thumbnail a,
.blog-listing .blog-articles article.post .entry-thumbnail a {
    display: block
}

.blog-listing .blog-articles article.page .entry-content-wrap .entry-header .entry-title,
.blog-listing .blog-articles article.post .entry-content-wrap .entry-header .entry-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem
}

@media print,
screen and (min-width:64em) {

    .blog-listing .blog-articles article.page .entry-content-wrap .entry-header .entry-title,
    .blog-listing .blog-articles article.post .entry-content-wrap .entry-header .entry-title {
        font-size: 2rem
    }
}

.blog-listing .blog-articles article.page .entry-content-wrap .entry-content,
.blog-listing .blog-articles article.post .entry-content-wrap .entry-content {
    font-size: 1rem;
    line-height: 1.625rem
}

.blog-listing .blog-articles article.page .entry-content-wrap .entry-content p,
.blog-listing .blog-articles article.post .entry-content-wrap .entry-content p {
    font-size: 1rem;
    line-height: 1.625rem
}

@media print,
screen and (max-width:47.99875em) {

    .blog-listing .blog-articles article.page .entry-content-wrap .entry-content p,
    .blog-listing .blog-articles article.post .entry-content-wrap .entry-content p {
        font-size: 0.875rem;
        line-height: 1.5rem
    }
}

.blog-listing .blog-articles article.page .entry-content-wrap .entry-content__readmore-wrap,
.blog-listing .blog-articles article.post .entry-content-wrap .entry-content__readmore-wrap {
    display: block
}

.blog-listing .blog-articles .post .nova-blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.8125rem
}

@media print,
screen and (max-width:47.99875em) {
    .blog-listing .blog-articles .post .nova-blog-posts {
        display: block
    }
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail {
    position: relative;
    width: 50%;
    margin-right: 2.1875rem
}

@media screen and (min-width:80em) {
    .blog-listing .blog-articles .post .nova-blog-posts__thumbnail {
        margin-right: 3.75rem
    }
}

@media screen and (min-width:90em) {
    .blog-listing .blog-articles .post .nova-blog-posts__thumbnail {
        margin-right: 5rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-listing .blog-articles .post .nova-blog-posts__thumbnail {
        width: 100%
    }
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail {
    position: relative;
    overflow: hidden
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 65%
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail.figure__object_fit {
    position: relative;
    overflow: hidden;
    width: 100%
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail.figure__object_fit img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .video-play-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    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: #fff;
    color: #D8D8D8;
    width: 58px;
    height: 58px;
    border-radius: 50%
}

.blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .video-play-btn:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem
}

@media print,
screen and (max-width:47.99875em) {
    .blog-listing .blog-articles .post .nova-blog-posts__content {
        margin-top: 2rem
    }
}

.blog-listing .blog-articles .post .nova-blog-posts__content.has-thumbnail {
    width: 50%
}

@media print,
screen and (max-width:47.99875em) {
    .blog-listing .blog-articles .post .nova-blog-posts__content.has-thumbnail {
        width: 100%
    }
}

.blog-listing .blog-articles .post .nova-blog-posts__content .quote-wrapper .quote-content {
    position: relative;
    font-family: var(--site-secondary-font);
    font-size: 2.875rem;
    padding: 1.875rem;
    max-width: 28.125rem;
    margin: 0 auto;
    font-weight: 400
}

.blog-listing .blog-articles .post .nova-blog-posts__content .quote-wrapper .quote-content:after,
.blog-listing .blog-articles .post .nova-blog-posts__content .quote-wrapper .quote-content:before {
    position: absolute;
    font-size: 4rem;
    line-height: 1
}

.blog-listing .blog-articles .post .nova-blog-posts__content .quote-wrapper .quote-content:before {
    left: 0;
    top: 0;
    content: '“';
    font-family: var(--site-s-font)
}

.blog-listing .blog-articles .post .nova-blog-posts__content .quote-wrapper .quote-content:after {
    right: 45px;
    bottom: 0;
    content: '”';
    font-family: var(--site-s-font)
}

.blog-listing .blog-articles .post .nova-blog-posts__content .quote-author {
    display: none
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list-simple {
    margin: 0.9375rem 0
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list-simple a {
    font-size: 0.625rem;
    opacity: 0.4;
    padding: 0.125rem 0.625rem;
    margin-right: 0.3125rem;
    border: solid 1px var(--site-heading-color);
    text-transform: uppercase
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list-simple a:hover {
    opacity: 1
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list a {
    background: var(--site-accent-color);
    font-size: 0.6875rem;
    color: #fff;
    padding: 5px 10px;
    margin-right: 0.625rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 3px
}

.blog-listing .blog-articles .post .nova-blog-posts__content .cat-list a:last-child {
    margin: 0
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-title {
    font-size: 2.625rem;
    margin-bottom: 1rem
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-title a {
    color: var(--site-heading-color)
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-title a:hover {
    color: var(--site-accent-color)
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-excerpt {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 3.125rem
}

@media print,
screen and (max-width:79.99875em) {
    .blog-listing .blog-articles .post .nova-blog-posts__content .entry-excerpt {
        margin-bottom: 2rem
    }
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 1.25rem
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta a.author-all-posts {
    position: relative;
    top: 2px
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta figure {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta figure img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    margin: 0 15px
}

.blog-listing .blog-articles .post .nova-blog-posts__readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize
}

.blog-listing .blog-articles .post .nova-blog-posts__readmore i {
    font-size: 1rem;
    margin-left: 0.4375rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-block {
    display: block
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__thumbnail {
    width: 100%
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__content {
    width: 100%;
    margin-top: 2rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__content .cat-list {
    margin-bottom: 1rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__content .entry-excerpt {
    margin-bottom: 2rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-flex .nova-blog-posts__thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-right: 0
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-flex .nova-blog-posts__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 2rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-flex .nova-blog-posts__content .cat-list {
    margin-bottom: 1rem
}

.blog-listing .blog-articles .post .nova-blog-posts.post-display-flex .nova-blog-posts__content .entry-excerpt {
    margin-bottom: 2rem
}

.blog-listing .blog-articles .post,
.blog-listing .blog-articles .type-page {
    margin-bottom: 2.5rem
}

@media print,
screen and (min-width:40em) {

    .blog-listing .blog-articles .post,
    .blog-listing .blog-articles .type-page {
        margin-bottom: 4rem
    }
}

.blog-listing .blog-articles .post .entry-content-wrap .cat-list,
.blog-listing .blog-articles .type-page .entry-content-wrap .cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-listing .blog-articles .post .entry-content-wrap .cat-list a,
.blog-listing .blog-articles .type-page .entry-content-wrap .cat-list a {
    font-size: 0.6875rem;
    padding: 5px 10px;
    margin-right: 0.625rem;
    border: solid 1px var(--site-border-color);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 0.75rem
}

.blog-listing .blog-articles .post .entry-content-wrap .cat-list a:hover,
.blog-listing .blog-articles .type-page .entry-content-wrap .cat-list a:hover {
    background: var(--site-accent-color);
    color: #fff
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 0.75rem
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta .entry-meta__cat,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta .entry-meta__cat {
    max-width: 28.125rem
}

@media print,
screen and (max-width:47.99875em) {

    .blog-listing .blog-articles .post .entry-content-wrap .entry-meta,
    .blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta {
        font-size: 0.75rem
    }

    .blog-listing .blog-articles .post .entry-content-wrap .entry-meta .entry-meta__cat,
    .blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta .entry-meta__cat {
        display: none
    }
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta a.author-all-posts,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta a.author-all-posts {
    position: relative
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta figure,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta figure {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    margin-bottom: 0
}

@media print,
screen and (max-width:47.99875em) {

    .blog-listing .blog-articles .post .entry-content-wrap .entry-meta figure,
    .blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta figure {
        display: none
    }
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta figure img,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta figure img {
    width: 26px;
    height: 26px;
    border-radius: 50%
}

.blog-listing .blog-articles .post .entry-content-wrap .entry-meta .dot,
.blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta .dot {
    width: 10px;
    height: 1px;
    display: inline-block;
    background: var(--site-accent-color);
    margin: 0 0.5rem
}

@media print,
screen and (max-width:47.99875em) {

    .blog-listing .blog-articles .post .entry-content-wrap .entry-meta .dot.last,
    .blog-listing .blog-articles .post .entry-content-wrap .entry-meta .dot.mobile-hidden,
    .blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta .dot.last,
    .blog-listing .blog-articles .type-page .entry-content-wrap .entry-meta .dot.mobile-hidden {
        display: none
    }
}

.blog-listing .blog-articles .post .entry-title,
.blog-listing .blog-articles .type-page .entry-title {
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0
}

.blog-listing .blog-articles .post .entry-content,
.blog-listing .blog-articles .type-page .entry-content {
    font-size: 1rem;
    margin-bottom: 1.75rem;
    line-height: 1.875rem
}

.blog-listing .blog-articles .post .entry-content p,
.blog-listing .blog-articles .type-page .entry-content p {
    margin-bottom: 0
}

.blog-listing .blog-articles .post .entry-content__readmore,
.blog-listing .blog-articles .type-page .entry-content__readmore {
    display: inline-block;
    background-color: #fff;
    color: var(--site-heading-color);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 1.875rem;
    border: solid 1px var(--site-heading-color);
    border-radius: 3px
}

.blog-listing .blog-articles .post .entry-content__readmore:hover,
.blog-listing .blog-articles .type-page .entry-content__readmore:hover {
    background-color: var(--site-accent-color);
    color: #fff;
    border-color: var(--site-accent-color)
}

@media print,
screen and (min-width:64em) {

    .blog-listing .blog-articles .post.has-post-thumbnail,
    .blog-listing .blog-articles .type-page.has-post-thumbnail {
        margin-bottom: 4rem
    }
}

.no-results {
    margin-bottom: 1.5rem
}

.blog-layout-2 .blog-listing .blog-articles .post .nova-blog-posts__content .entry-title {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__thumbnail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 120%
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__thumbnail .cat-list {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    z-index: 9;
    -webkit-transform: rotate(90deg) translate(100%, 0);
    transform: rotate(90deg) translate(100%, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__thumbnail .cat-list a {
    background: #fff;
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
    margin-right: 0.75rem;
    text-transform: uppercase
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__content .entry-meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 1.125rem
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__content .entry-excerpt {
    font-size: 1rem;
    line-height: 1.875rem
}

.blog-layout-3 .blog-listing .blog-articles .post .nova-blog-posts__readmore {
    border-bottom: solid 1px var(--site-heading-color);
    padding: 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-layout-3 .blog-listing .blog-articles .post:nth-child(2n) .nova-blog-posts .nova-blog-posts__thumbnail {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 2.1875rem
}

@media screen and (min-width:80em) {
    .blog-layout-3 .blog-listing .blog-articles .post:nth-child(2n) .nova-blog-posts .nova-blog-posts__thumbnail {
        margin-left: 3.75rem;
        margin-right: 0
    }
}

@media screen and (min-width:90em) {
    .blog-layout-3 .blog-listing .blog-articles .post:nth-child(2n) .nova-blog-posts .nova-blog-posts__thumbnail {
        margin-left: 5rem;
        margin-right: 0
    }
}

.blog-layout-4 .blog-listing .blog-articles .post,
.blog-layout-4 .blog-listing .blog-articles .type-page {
    margin-bottom: 0
}

.blog-layout-4 .blog-listing .blog-articles .post .nova-blog-posts {
    margin-bottom: 0
}

.blog-layout-4 .blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__content {
    position: relative;
    top: -6.25rem;
    background: #fff;
    margin: 0 1.5625rem;
    padding: 1.25rem;
    text-align: center;
    width: auto;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 1
}

.blog-layout-4 .blog-listing .blog-articles .post .nova-blog-posts.post-display-block .nova-blog-posts__content .cat-list a {
    margin: 0 auto
}

.blog-layout-5 .page-header-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem
}

@media screen and (min-width:80em) {
    .blog-layout-5 .page-header-content {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .page-header-content {
        padding: 0
    }
}

.blog-layout-5 .blog-articles article {
    width: 50%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem
}

@media screen and (min-width:80em) {
    .blog-layout-5 .blog-articles article {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article {
        padding: 0
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:first-child {
    width: 40%
}

@media print,
screen and (min-width:40em) {
    .blog-layout-5 .blog-articles article:first-child .nova-blog-posts.post-display-flex .nova-blog-posts__thumbnail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .blog-layout-5 .blog-articles article:first-child .nova-blog-posts.post-display-flex .nova-blog-posts__content {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:first-child {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(2) {
    width: 60%
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:nth-child(2) {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(2) .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 52% !important
}

.blog-layout-5 .blog-articles article:nth-child(3) {
    width: 60%
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:nth-child(3) {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(3) .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 52% !important
}

.blog-layout-5 .blog-articles article:nth-child(4) {
    width: 40%
}

@media print,
screen and (min-width:40em) {
    .blog-layout-5 .blog-articles article:nth-child(4) .nova-blog-posts.post-display-flex .nova-blog-posts__thumbnail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .blog-layout-5 .blog-articles article:nth-child(4) .nova-blog-posts.post-display-flex .nova-blog-posts__content {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:nth-child(4) {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(5) {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .blog-layout-5 .blog-articles article:nth-child(5) .nova-blog-posts.post-display-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blog-layout-5 .blog-articles article:nth-child(5) .nova-blog-posts.post-display-flex .nova-blog-posts__content {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

.blog-layout-5 .blog-articles article:nth-child(5) .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 62% !important
}

.blog-layout-5 .blog-articles article:nth-child(6) {
    width: 40%
}

@media print,
screen and (min-width:40em) {
    .blog-layout-5 .blog-articles article:nth-child(6) .nova-blog-posts.post-display-flex .nova-blog-posts__thumbnail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .blog-layout-5 .blog-articles article:nth-child(6) .nova-blog-posts.post-display-flex .nova-blog-posts__content {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:nth-child(6) {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(7) {
    width: 60%
}

@media print,
screen and (max-width:47.99875em) {
    .blog-layout-5 .blog-articles article:nth-child(7) {
        width: 100%
    }
}

.blog-layout-5 .blog-articles article:nth-child(7) .nova-blog-posts__thumbnail .post-thumbnail .blog_item--thumbnail {
    padding-bottom: 52% !important
}

body.single.single-post .site-content-wrapper .single_post_content {
    margin-top: 5rem
}

@media print,
screen and (max-width:47.99875em) {
    body.single.single-post .site-content-wrapper .single_post_content {
        margin-top: 1.875rem
    }
}

body.single.single-post .site-content-wrapper .site-main-content {
    background: var(--site-bg-color)
}

body.single.single-post .nova-page-header {
    display: none;
    padding-bottom: 0
}

body.single.single-post .nova-page-header .page-title {
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: left
}

@media print,
screen and (min-width:40em) {
    body.single.single-post .nova-page-header .page-title {
        font-size: 1.875rem
    }
}

body.single.single-post .nova-page-header .breadcrumb,
body.single.single-post .nova-page-header .woocommerce-breadcrumb {
    display: none
}

body.single.single-post .single_post_content {
    padding-top: 0 !important
}

body.single.single-post .entry-header {
    margin-bottom: 1.5rem
}

body.single.single-post .entry-header .cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

body.single.single-post .entry-header .cat-list a {
    font-size: 0.75rem;
    text-transform: uppercase
}

body.single.single-post .entry-header .cat-list a:not(:last-child) {
    position: relative;
    padding-right: 24px
}

body.single.single-post .entry-header .cat-list a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 7px;
    right: 8px;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: var(--site-accent-color)
}

body.single.single-post .entry-header .entry-title {
    font-size: 2.375rem;
    margin-bottom: 0.625rem
}

@media print,
screen and (max-width:47.99875em) {
    body.single.single-post .entry-header .entry-title {
        font-size: 1.625rem
    }
}

body.single.single-post .entry-header .entry-featured-img {
    margin-bottom: 1.875rem
}

body.single.single-post .post .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.9375rem 0;
    border-top: solid 2px var(--site-border-color);
    border-bottom: solid 1px var(--site-border-color)
}

body.single.single-post .post .entry-meta a.author-all-posts {
    position: relative;
    top: 2px
}

body.single.single-post .post .entry-meta figure {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    margin-bottom: 0
}

body.single.single-post .post .entry-meta figure img {
    width: 26px;
    height: 26px;
    border-radius: 50%
}

body.single.single-post .post .entry-meta .dot {
    width: 10px;
    height: 1px;
    display: inline-block;
    background: var(--site-accent-color);
    margin: 0 0.5rem
}

body.single.single-post .post .entry-meta__item {
    font-size: 0.75rem
}

body.single.single-post .post .entry-meta__item a {
    text-transform: uppercase;
    font-weight: 500
}

body.single.single-post .post .entry-meta__item--cat {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: solid 1px var(--site-accent-color)
}

body.single.single-post .post .entry-meta__item--tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -0.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block
}

body.single.single-post .post .entry-meta__item--tags a {
    color: inherit;
    padding: 0.3125rem 0.625rem;
    margin: 0 0.4375rem 0.4375rem 0;
    text-transform: capitalize;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33334;
    border: solid 1px var(--site-border-color);
    border-radius: 3px
}

body.single.single-post .post .entry-meta__item--tags a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

@media print,
screen and (min-width:64em) {
    body.single.single-post .post .entry-meta__item--tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

body.single.single-post .post .entry-meta__item--tags.for-cat {
    margin-top: 0;
    margin-bottom: 0.25rem
}

body.single.single-post .post .entry-meta__item--tags.for-cat a {
    background-color: var(--site-accent-color);
    color: #fff
}

body.single.single-post .post .entry-meta__item--tags.for-cat a:hover {
    background-color: var(--site-border-color);
    color: var(--site-heading-color)
}

body.single.single-post .post .entry-meta__item--tags span {
    display: block;
    margin-bottom: 1.5rem;
    margin-right: 0
}

@media print,
screen and (min-width:64em) {
    body.single.single-post .post .entry-meta__item--tags span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem
    }
}

body.single.single-post .post .entry-meta__item--tags a {
    display: inline-block;
    font-weight: 400;
    text-decoration: none
}

body.single.single-post .post .entry-tags .entry-meta__item span {
    position: relative;
    font-size: 1rem;
    color: var(--site-heading-color);
    font-weight: 500
}

body.single.single-post .post .entry-content {
    font-size: 1rem;
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:64em) {
    body.single.single-post .post .entry-content {
        margin: 0 auto;
        margin-bottom: 3.75rem
    }
}

.blog-sidebar-active body.single.single-post .post .entry-content {
    padding: 0 3rem
}

body.single.single-post .post .entry-content .post-password-form {
    max-width: 25rem;
    margin: 0 auto
}

body.single.single-post .post .entry-content .page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8125rem;
    clear: both
}

body.single.single-post .post .entry-content .page-links>.pages {
    display: none
}

body.single.single-post .post .entry-content .page-links .post-page-numbers {
    margin-right: 0.9375rem;
    padding: 0.625rem 0.9375rem;
    border: solid 1px var(--site-border-color)
}

body.single.single-post .post .entry-content .page-links .post-page-numbers:hover {
    color: var(--site-heading-color);
    border-color: var(--site-heading-color)
}

body.single.single-post .post .entry-content .page-links .post-page-numbers.current {
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color);
    color: #fff
}

body.single.single-post .post .entry-content .page-links .post-page-numbers:last-child {
    margin-right: 0
}

body.single.single-post .post .entry-content .entry-tags {
    clear: both;
    padding-top: 1px
}

body.single.single-post .post .entry-content p:not([class]) {
    line-height: 2
}

body.single.single-post .single-comments-container .single-comments-row {
    padding-bottom: 1.875rem
}

body.single.single-post .single-post-comment-wrap {
    margin: 0 auto
}

body.single.single-post .entry-footer {
    display: block
}

body.single.single-post .entry-footer>.display-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

body.single.single-post .entry-footer .nova-sharing-single-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

body.single.single-post .entry-footer .social--sharing {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body.single.single-post .entry-footer .social--sharing a {
    color: #fff !important;
    border: 0;
    border-radius: 50%
}

body.single.single-post .entry-footer .social--sharing a.facebook {
    background-color: #3b5998
}

body.single.single-post .entry-footer .social--sharing a.twitter {
    background-color: #00aced
}

body.single.single-post .entry-footer .social--sharing a.linkedin {
    background-color: #007bb6
}

body.single.single-post .entry-footer .social--sharing a.tumblr {
    background-color: #32506d
}

body.single.single-post .entry-footer .social--sharing a.pinterest {
    background-color: #cb2027
}

body.single.single-post .entry-footer .social--sharing a.network-line {
    background-color: #00c300
}

body.single.single-post .entry-footer .social--sharing a.vk {
    background-color: #45668e
}

body.single.single-post .entry-footer .social--sharing a.whatsapp {
    background-color: #075e54
}

body.single.single-post .entry-footer .social--sharing a.telegram {
    background-color: #0088cc
}

body.single.single-post .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px var(--site-border-color);
    padding: 1.875rem;
    margin-top: 2.125rem
}

body.single.single-post .author-info .author-vcard {
    width: 8rem;
    margin-right: 1.5rem;
    text-align: center
}

body.single.single-post .author-info .author-vcard .author-avatar {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.3125rem
}

body.single.single-post .author-info .author-vcard .author-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.single.single-post .author-info .author-vcard .author-socials>a {
    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-size: 0.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
    margin: 0.3125rem;
    border: solid 1px var(--site-border-color);
    border-radius: 50%
}

body.single.single-post .author-info .author-description {
    width: 90%;
    font-size: 0.875rem;
    line-height: 1.625rem
}

body.single.single-post .author-info .author-description .author-name a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--site-heading-color);
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

body.single.single-post nav.post-navigation {
    margin-top: 2.125rem
}

body.single.single-post nav.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.single.single-post nav.post-navigation .nav-links a {
    color: var(--site-heading-color);
    font-size: 1rem;
    font-weight: 500
}

body.single.single-post nav.post-navigation .nav-links a div {
    display: block;
    width: 100%
}

body.single.single-post nav.post-navigation .nav-links a .title {
    display: inline-block;
    background-color: var(--site-accent-color);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

body.single.single-post nav.post-navigation .nav-links a:hover .post {
    opacity: 0.8
}

body.single.single-post nav.post-navigation .nav-links .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid var(--site-border-color);
    padding-right: 30px
}

body.single.single-post nav.post-navigation .nav-links .nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding-left: 30px
}

body.single.single-post.content-layout-full .single-comments-container,
body.single.single-post.content-layout-full .single_navigation_container,
body.single.single-post.content-layout-full .single_related_post_container {
    border-top: 1px solid
}

body.single.single-post.content-layout-boxed .single-comments-container .single-comments-row,
body.single.single-post.content-layout-boxed .single_navigation_container .single_navigation,
body.single.single-post.content-layout-boxed .single_related_post_container .single_related_posts {
    border-top: 1px solid
}

body.single-product table tbody td,
body.single-product table tbody th,
body.single-product table tr {
    border: none
}

body.single:not(.single-blog-sidebar-active) .site-content-wrapper .site-main-content {
    max-width: 71.25rem;
    margin: 0 auto
}

.blog-sidebar-right .site-sidebar--blog {
    padding-left: 2.5rem
}

@media screen and (max-width:96.875em) {
    .blog-sidebar-right .site-sidebar--blog {
        padding-left: 30px
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-sidebar-right .site-sidebar--blog {
        padding-left: 0
    }
}

.blog-sidebar-left .site-sidebar--blog {
    padding-right: 2.5rem
}

@media screen and (max-width:96.875em) {
    .blog-sidebar-left .site-sidebar--blog {
        padding-right: 15px
    }
}

@media print,
screen and (max-width:47.99875em) {
    .blog-sidebar-left .site-sidebar--blog {
        padding-right: 0
    }
}

@media print,
screen and (max-width:47.99875em) {
    .single.blog-sidebar-right .site-sidebar--blog {
        padding-right: 0
    }
}

.single.blog-sidebar-left .site-main-content {
    padding-left: 2.5rem
}

@media print,
screen and (max-width:47.99875em) {
    .single.blog-sidebar-left .site-main-content {
        padding-left: 0
    }
}

.single-blog-sidebar-active .entry-content .alignwide {
    padding: 0;
    margin: 0;
    width: auto
}

body.page .entry-content .page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    padding-top: 2.5rem
}

body.page .entry-content .page-links .post-page-numbers {
    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;
    color: var(--site-heading-color);
    border: solid 2px var(--site-border-color);
    width: 40px;
    height: 40px;
    font-size: 0.8125rem;
    margin-left: 0.75rem
}

body.page .entry-content .page-links .post-page-numbers.current {
    color: #fff;
    border-color: var(--site-heading-color);
    background-color: var(--site-heading-color)
}

body.page .wpcf7 .select2 {
    text-align: left
}

body.page .contact_form_light {
    color: #fff
}

body.page .contact_form_light .vc_column-inner {
    padding-top: 0
}

body.page .contact_form_light .wpcf7 {
    max-width: 31.25rem;
    margin: 5% auto;
    text-align: center
}

body.page .contact_form_light .wpcf7 h1 {
    font-size: 2.8125rem;
    color: #FFF;
    margin-bottom: 1.875rem;
    text-align: center
}

body.page .contact_form_light .wpcf7 input:not([type=submit]),
body.page .contact_form_light .wpcf7 textarea {
    font-size: 0.875rem;
    color: #FFF;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.5)
}

body.page .contact_form_light .wpcf7 input:not([type=submit])::-webkit-input-placeholder,
body.page .contact_form_light .wpcf7 textarea::-webkit-input-placeholder {
    color: #fff
}

body.page .contact_form_light .wpcf7 input:not([type=submit])::-moz-placeholder,
body.page .contact_form_light .wpcf7 textarea::-moz-placeholder {
    color: #fff
}

body.page .contact_form_light .wpcf7 input:not([type=submit]):-ms-input-placeholder,
body.page .contact_form_light .wpcf7 textarea:-ms-input-placeholder {
    color: #fff
}

body.page .contact_form_light .wpcf7 input:not([type=submit])::-ms-input-placeholder,
body.page .contact_form_light .wpcf7 textarea::-ms-input-placeholder {
    color: #fff
}

body.page .contact_form_light .wpcf7 input:not([type=submit])::placeholder,
body.page .contact_form_light .wpcf7 textarea::placeholder {
    color: #fff
}

body.page .contact_form_light .wpcf7 input:not([type=submit]):focus,
body.page .contact_form_light .wpcf7 textarea:focus {
    border-color: white
}

body.page .contact_form_light .wpcf7 .select2 .select2-selection.select2_no_border {
    padding: 0;
    border-bottom-color: rgba(255, 255, 255, 0.5)
}

body.page .contact_form_light .wpcf7 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white
}

body.page .contact_form_light .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: var(--site-heading-color);
    width: inherit;
    font-size: 0.875rem;
    padding: 2.1875rem 7.5rem;
    margin: 1.875rem auto 0
}

body.page .contact_form_light .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--site-heading-color);
    color: #FFF
}

body.page .contact_page_store .vc_column-inner {
    padding-top: 0 !important
}

body.page .single-comments-container {
    padding-bottom: 2.5rem
}

@media print,
screen and (min-width:64em) {
    body.page .single-comments-container {
        padding-bottom: 5rem
    }
}

@media print,
screen and (min-width:64em) {
    body.page .single-comments-container>.row {
        padding-bottom: 7.5rem
    }
}

body.page.content-layout-full .single-comments-container {
    border-top: 1px solid
}

body.page.content-layout-boxed .single-comments-container>.row {
    border-top: 1px solid
}

body.page .single-comments-container .site-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.error404 section.not-found {
    max-width: 31.25rem;
    margin: 0 auto;
    text-align: center
}

.error404 section.not-found .page-title {
    padding-top: 2rem
}

.error404 section.not-found .page-title h1 {
    font-size: 3.75rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    color: var(--p404-text-color);
    text-transform: uppercase;
    letter-spacing: 4px
}

.error404 section.not-found .page-title h4 {
    text-transform: uppercase
}

.error404 section.not-found .page-content {
    color: var(--p404-text-color);
    margin-bottom: 2.5rem
}

.error404 section.not-found .page-content .error-404-description {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 3rem
}

body.attachment .site-content {
    text-align: center
}

body.attachment .site-content .entry-header {
    margin-bottom: 2.125rem
}

body.attachment .site-content .entry-header .entry-title {
    padding: 2rem 0;
    border-bottom: 1px solid;
    font-size: 1.4375rem;
    text-align: left
}

body.attachment .site-content .entry-attachment {
    padding-bottom: 3.4375rem;
    margin: 0 auto
}

body.attachment .site-content .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 4.625rem
}

body.attachment .site-content .nav-links a {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.6875rem;
    line-height: 0.8125rem
}

body.attachment .site-content .nav-links a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.attachment .site-content .nav-links a span:after,
body.attachment .site-content .nav-links a span:before {
    font-size: 0.5rem;
    margin-top: -2px
}

body.attachment .site-content .nav-links a span:before {
    margin-right: 0.5rem
}

body.attachment .site-content .nav-links a span:after {
    margin-left: 0.5rem
}

body.attachment .site-content .previous-image:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

body.attachment .site-content .next-image {
    margin-left: 1.5rem
}

body.attachment .site-content .next-image:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wp-block-button,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-image,
.wp-block-table {
    margin-bottom: 2.5rem !important
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    margin-top: 0;
    margin-bottom: 1rem !important
}

p.has-drop-cap:not(:focus):first-letter {
    font-family: var(--site-secondary-font);
    font-size: 7.4375rem;
    font-weight: 700;
    font-style: italic;
    color: var(--site-heading-color);
    margin: 0.05em 0.2em 0.05em 0 !important
}

p.wp-block-subhead {
    font-style: normal
}

.wp-block-code code {
    background: transparent;
    border: 0
}

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

.wp-block-button a.wp-block-button__link {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 1rem 2rem 0.9375rem;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: inherit;
    font-size: 0.8125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--site-primary-button-color);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 0;
    text-transform: capitalize
}

[data-whatinput=mouse] .wp-block-button a.wp-block-button__link {
    outline: 0
}

.wp-block-button a.wp-block-button__link,
.wp-block-button a.wp-block-button__link.disabled,
.wp-block-button a.wp-block-button__link.disabled:focus,
.wp-block-button a.wp-block-button__link.disabled:hover,
.wp-block-button a.wp-block-button__link[disabled],
.wp-block-button a.wp-block-button__link[disabled]:focus,
.wp-block-button a.wp-block-button__link[disabled]:hover {
    background-color: var(--site-primary-button-color);
    color: #fff
}

.wp-block-button a.wp-block-button__link:focus,
.wp-block-button a.wp-block-button__link:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff
}

.wp-block-button a.wp-block-button__link:hover {
    background-color: var(--site-secondary-button-color)
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    background: transparent;
    color: var(--site-primary-button-color) !important;
    border-width: 1px;
    border-color: var(--site-primary-button-color)
}

.wp-block-button.is-style-outline a.wp-block-button__link:hover {
    background-color: var(--site-secondary-button-color);
    color: #fff !important;
    border-color: var(--site-primary-button-color)
}

.entry-content {
    font-size: 1rem
}

.entry-content>h1,
.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>h6,
.entry-content>hr {
    margin-top: 2.5rem
}

.entry-content>hr {
    margin-bottom: 2.5rem
}

.alignleft {
    margin-top: 0.9375rem;
    margin-right: 1.875rem;
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .alignleft {
        margin-right: 3.75rem;
        margin-bottom: 0
    }
}

.alignright {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0.9375rem
}

@media print,
screen and (min-width:40em) {
    .alignright {
        margin-left: 1.875rem;
        margin-bottom: 1.875rem
    }
}

.wp-block-cover-image,
.wp-block-image {
    margin-bottom: 1.5em;
    position: relative
}

@media print,
screen and (max-width:39.99875em) {

    .wp-block-cover-image.aligncenter,
    .wp-block-image.aligncenter {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }

    .wp-block-cover-image.aligncenter img,
    .wp-block-image.aligncenter img {
        width: 100% !important
    }
}

@media print,
screen and (max-width:39.99875em) {

    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-image.alignleft,
    .wp-block-image.alignright {
        width: 50% !important
    }

    .wp-block-cover-image.alignleft img,
    .wp-block-cover-image.alignright img,
    .wp-block-image.alignleft img,
    .wp-block-image.alignright img {
        width: 100% !important
    }
}

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

.entry-content .alignwide {

    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .entry-content .alignwide {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .entry-content .alignwide {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width:80em) {
    .entry-content .alignwide {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.entry-content .alignfull {
    margin-left: calc((50% - (var(--site-width) / 2)) + 2.25rem);
    margin-right: calc((50% - (var(--site-width) / 2)) + 2.25rem);
    width: calc(var(--site-width) - 4.5rem)
}

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

.wp-block-gallery {
    margin-bottom: 1.5em;
    margin-left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media print,
screen and (max-width:39.99875em) {
    .wp-block-gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important
    }
}

.wp-block-cover-image::-webkit-scrollbar {
    display: none
}

.wp-block-gallery figcaption {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-cover-image figcaption,
.wp-block-image figcaption {
    color: var(--site-text-color);
    margin-top: 10px
}

.wp-block-cover-image {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.wp-block-cover-image.has-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.wp-block-cover-image.has-parallax.alignfull {
    position: relative;
    margin-left: -50vw;
    left: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.wp-block-cover-image.has-parallax.alignwide {
    width: 75vw;
    position: relative;
    margin-left: -37.5vw;
    left: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media print,
screen and (max-width:47.99875em) {
    .wp-block-cover-image.has-parallax.alignwide {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text {
    position: absolute
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text {
    position: absolute
}

.wp-block-cover-image .wp-block-cover-image-text {
    font-weight: normal
}

blockquote.wp-block-quote {
    position: relative;
    font-family: var(--site-secondary-font);
    color: var(--site-heading-color);
    font-weight: 600;
    text-align: left
}

blockquote.wp-block-quote p {
    font-size: 1.5rem
}

blockquote.wp-block-quote cite {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

blockquote.wp-block-quote {
    background: var(--blog-cat-bg);
    padding: 9.375rem 3.75rem 3.75rem 3.75rem;
    font-size: 1.125rem;
    text-align: left;
    border: 0
}

blockquote.wp-block-quote:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    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: #fff;
    color: var(--site-heading-color);
    font-size: 36px;
    width: 70px;
    height: 70px;
    top: 60px;
    left: calc(50% - 35px);
    border-radius: 50%
}

blockquote.wp-block-quote p {
    font-style: 1.5rem;
    font-weight: 300;
    line-height: 2.25rem !important;
    margin-bottom: 0.9375rem;
    color: var(--site-heading-color);
    text-align: center
}

blockquote.wp-block-quote cite {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-family: var(--site-main-font);
    text-transform: uppercase
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 1.875rem 1.875rem 2.8125rem 7.5rem
}

.wp-block-button__link,
.wp-block-file__button {
    color: #fff !important
}

.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff !important
}

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

form.cart {
    margin-bottom: 1.5rem
}

form.cart .quantity {
    display: inline-block;
    margin-right: 0.9375rem
}

form.cart .quantity input[type=hidden]+div,
form.cart .quantity input[type=hidden]+div+div {
    display: none
}

form.cart .quantity input.qty {
    height: 50px;
    font-size: 1.1875rem;
    margin: 0;
    text-align: center;
    line-height: 50px;
    padding-top: 0.1875rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    border-radius: 5px
}

form.cart .quantity .qty-button {
    position: absolute;
    top: 0;
    width: 38px;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

form.cart .quantity .qty-button.dec:after {
    position: relative;
    top: 5px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    color: var(--site-heading-color)
}

form.cart .quantity .qty-button.inc {
    right: 0;
    left: auto
}

form.cart .quantity .qty-button.inc:after {
    position: relative;
    top: 5px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    color: var(--site-heading-color)
}

.shop_table .product-quantity {
    font-weight: normal
}

.shop_table .product-quantity .quantity {
    display: inline-block
}

.shop_table .product-quantity .quantity input.qty {
    border: none;
    padding: 0 0 0 1rem;
    margin: 0;
    text-align: center;
    line-height: 3;
    height: 2.5rem
}

.woocommerce .star-rating,
.woocommerce .wc-block-grid__product-rating__stars {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 0.875rem;
    width: 5em;
    margin-right: 0.0625rem
}

.woocommerce .star-rating:before,
.woocommerce .wc-block-grid__product-rating__stars:before {
    content: "\ea03\ea03\ea03\ea03\ea03";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--site-border-color)
}

.woocommerce .star-rating span,
.woocommerce .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before,
.woocommerce .wc-block-grid__product-rating__stars span:before {
    content: "\ea03\ea03\ea03\ea03\ea03";
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc21f
}

.woocommerce p.stars {
    display: inline-block;
    font-size: 1.875rem;
    margin-bottom: 0
}

.woocommerce p.stars span {
    display: block;
    line-height: 1
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    border-bottom: none
}

.woocommerce p.stars a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    color: var(--site-border-color);
    line-height: 1;
    text-indent: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.woocommerce p.stars a:hover~a:before {
    color: var(--site-border-color)
}

.woocommerce p.stars:hover a:before {
    color: #ffc21f
}

.woocommerce p.stars.selected a.active:before {
    color: #ffc21f
}

.woocommerce p.stars.selected a:not(.active):before {
    color: #ffc21f
}

.woocommerce p.stars.selected a.active~a:before {
    color: var(--site-border-color)
}

.woocommerce-pagination {
    text-align: center;
    font-size: 0.8125rem
}

body.shop-pagination-infinite_scroll .woocommerce-pagination,
body.shop-pagination-load_more_button .woocommerce-pagination {
    display: none
}

.woocommerce-pagination>ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce-pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0.75rem
}

.woocommerce-pagination li .page-numbers {
    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;
    color: var(--site-heading-color);
    border: solid 2px var(--site-border-color);
    width: 40px;
    height: 40px
}

.woocommerce-pagination li .page-numbers.current {
    background-color: var(--site-heading-color);
    border-color: var(--site-heading-color);
    color: #fff
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    font-size: 0
}

.woocommerce-pagination .prev:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625rem
}

.woocommerce-pagination .next:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625rem
}

.products_ajax_button {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    clear: both;
    margin: 1.5rem auto;
    padding: 1.25rem 3.75rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--site-heading-color);
    border: solid 1px var(--site-accent-color);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.products_ajax_button>span {
    font-size: 0.875rem
}

.shop-pagination-infinite_scroll .products_ajax_button:before {
    content: none
}

.products_ajax_button.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    overflow: hidden;
    -webkit-filter: contrast(5);
    filter: contrast(5);
    background-color: white
}

.products_ajax_button.loading:before {
    display: none
}

.products_ajax_button.loading span {
    position: relative;
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--site-heading-color);
    color: transparent;
    margin: -1px 0;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.products_ajax_button.loading span:after,
.products_ajax_button.loading span:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: var(--site-heading-color);
    color: transparent;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.products_ajax_button.loading span:before {
    left: 10px;
    -webkit-animation: dotShuttle 2s infinite ease-out;
    animation: dotShuttle 2s infinite ease-out
}

.products_ajax_button.loading span:after {
    left: 20px
}

@keyframes dotShuttle {

    0%,
    50%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.products_ajax_button.disabled {
    display: none !important;
    cursor: default
}

.products_ajax_button.disabled>span {
    display: none
}

.products_ajax_button.disabled:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2rem;
    color: var(--site-text-color)
}

body.quickview-loaded {
    overflow: hidden
}

body.progress {
    cursor: progress !important
}

body.progress .nova_product_quick_view_button {
    cursor: progress !important
}

body.progress ul.products:not(.product-list-display) .product .product-item .product-item__thumbnail-placeholder a .wp-post-image {
    cursor: progress !important
}

#nova_wc_quickview {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: 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;
    z-index: 99999
}

#nova_wc_quickview .ps>.ps__scrollbar-y-rail {
    z-index: 999
}

#nova_wc_quickview.open {
    opacity: 1;
    visibility: visible
}

#nova_wc_quickview.open .nova_wc_quickview__content {
    opacity: 1;
    visibility: visible
}

#nova_wc_quickview .nova-qv-images {
    position: relative
}

#nova_wc_quickview .nova-qv-images .product-item__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1
}

#nova_wc_quickview .nova-qv-images .product-item__badges>span+span {
    margin-top: 30px
}

#nova_wc_quickview .nova-qv-images .product-item__badges .nova_new_product {
    position: absolute;
    padding: 8px 10px 5px 10px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    top: 0;
    left: 0;
    background-color: var(--site-accent-color);
    color: #fff
}

#nova_wc_quickview .nova-qv-images .product-item__badges .onsale {

        position: absolute;
        padding: 12px 20px 12px 20px;
        display: block;
        font-size: 17px;
        line-height: 1;
        top: 259px;
        left: 119px;
        background-color: #fff;
        color: var(--site-heading-color);
}

#nova_wc_quickview:focus {
    outline: none
}

#nova_wc_quickview .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    font-size: 0;
    padding: 0.3125rem;
    color: var(--qv-text-color);
    outline: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block;
    z-index: 9
}

#nova_wc_quickview .close-button:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#nova_wc_quickview .close-button svg {
    width: 15px;
    height: 15px
}

#nova_wc_quickview .nova_wc_quickview__content {
    background-color: var(--qv-bg-color);
    width: 1024px;
    height: auto;
    position: relative;
    max-height: 80vh;
    color: var(--qv-text-color);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out
}

@media print,
screen and (max-width:79.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content {
        min-height: 100%
    }
}

#nova_wc_quickview .nova_wc_quickview__content table tbody td,
#nova_wc_quickview .nova_wc_quickview__content table tbody th,
#nova_wc_quickview .nova_wc_quickview__content table tr {
    border: none;
    padding: 0;
    background: transparent !important
}

#nova_wc_quickview .nova_wc_quickview__content.maybe_scroll {
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (min-width:80em) {
    #nova_wc_quickview .nova_wc_quickview__content.maybe_scroll {
        overflow-y: hidden
    }
}

#nova_wc_quickview .nova_wc_quickview__content::-webkit-scrollbar {
    width: 2px
}

#nova_wc_quickview .nova_wc_quickview__content .qv-carousel {
    margin: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product h1 {
    color: var(--qv-heading-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product a {
    color: var(--qv-heading-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product a:hover {
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images {
    position: relative;
    margin-right: 1.875rem
}

@media print,
screen and (min-width:64em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images {
        margin-right: 1.875rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery__trigger,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__trigger {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions {
    position: absolute;
    opacity: 1;
    top: 30px;
    right: 30px;
    width: 40px;
    visibility: visible;
    z-index: 1
}

@media print,
screen and (max-width:39.99875em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions {
        margin-right: -1.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions {
        right: 50px
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger svg.robeto-zoom,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger svg.robeto-zoom {
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: var(--site-heading-color);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger:hover,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger:hover {
    background-color: var(--site-accent-color);
    color: #fff
}

@media print,
screen and (max-width:39.99875em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-bottom: 1.5rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img {
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery__wrapper:after,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper:after {
    content: "";
    display: block;
    clear: both
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery__image,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image {
    text-align: center
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery__image img,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img {
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem 0
}

@media print,
screen and (min-width:40em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs {
        margin: 1.25rem -4px
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    width: 15%;
    text-align: center;
    margin: 6px
}

@media print,
screen and (max-width:39.99875em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs li {
        width: calc(23% - 8px)
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs img,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
    max-width: 127px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    opacity: 0.5
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-direction-nav,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-direction-nav {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_title {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

@media print,
screen and (max-width:79.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_title {
        margin-bottom: 0
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-rating .star-rating {
    margin-top: 0;
    margin-right: 4px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-rating .woocommerce-review-link {
    color: inherit;
    font-size: 0.6875rem;
    opacity: 0.75
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-rating .woocommerce-review-link:hover {
    opacity: 1
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .price {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 600;
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .price ins {
    text-decoration: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .price del:before {
    border-top-width: 2px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product #showmore-1 {
    margin: 0 auto
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description>p:last-of-type {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description {
        margin-bottom: 2.9375rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description.has-toggle {
    margin-bottom: 0.625rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .showmore-button {
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--site-accent-color);
    margin-bottom: 1.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .showmore-button:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625rem;
    margin-left: 0.3125rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations {
    position: relative;
    margin-bottom: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations tr {
    display: block;
    border-bottom: none;
    margin-bottom: 0.625rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td {
    display: block;
    padding: 0;
    position: relative
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td label {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    color: var(--site-heading-color);
    font-weight: 600;
    margin-right: 0.9375rem;
    text-transform: capitalize
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td.value select {
    border-color: transparent;
    background-image: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td.value .select2:before {
    bottom: -1px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td.value .reset_variations {
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .variations td.value .reset_variations:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    margin-right: 4px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .woocommerce-variation-price {
    margin-bottom: 1.875rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .single_variation_wrap {
    width: 100%;
    margin-top: 1.875rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-description {
    font-size: 0.875rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table {
    table-layout: fixed
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr {
    border-bottom: solid 1px var(--site-border-color);
    margin-bottom: 0.625rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr.outofstock td.woocommerce-grouped-product-list-item__quantity a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td {
    vertical-align: middle;
    padding: 0.625rem 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    width: 7.5rem;
    padding-right: 1rem;
    padding-left: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
    border: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input {
    padding: 0 10px;
    color: inherit
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
    line-height: 3
}

@media print,
screen and (max-width:39.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .button svg {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable {
    background: transparent;
    position: relative;
    font-size: 0;
    padding: 0;
    opacity: 1;
    color: var(--site-heading-color);
    text-align: left;
    border: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:hover,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple:hover,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:hover {
    border: 0 !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:before,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple:before,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:before {
    margin-right: 0;
    top: 4px !important;
    opacity: 1 !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external .button-icon,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple .button-icon,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable .button-icon {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external i,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple i,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable i {
    font-style: normal
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external .elime-addtocart,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external .text,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple .elime-addtocart,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple .text,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable .elime-addtocart,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable .text {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external .tooltip,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple .tooltip,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable .tooltip {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    position: absolute;
    padding: 7px 9px 4px 9px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external .tooltip:after,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple .tooltip:after,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable .tooltip:after {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(27, 27, 29, 0);
    border-width: 6px;
    margin-left: -6px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip {
    overflow: visible;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    top: -42px
}

@media print,
screen and (min-width:64em) {

    #nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip,
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip {
        opacity: 1;
        visibility: visible
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip:hover,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip:hover,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip:hover {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_variable:before {
    position: absolute;
    top: 18px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td a.product_type_external:before {
    position: absolute;
    top: 19px;
    left: 19px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label {
    padding: 0;
    text-transform: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label a {
    font-size: 0.875rem;
    line-height: 1.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-size: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 0;
    margin-bottom: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price del {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price del .amount {
    opacity: 1
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped form.cart.grouped_form {
    display: block
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped form.cart .button {
    padding: 1rem 0 !important;
    width: 100%;
    border-radius: 3px !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped form.cart .yith-wcwl-add-to-wishlist {
    border: none;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-external .woocommerce-product-details__add-to-cart {
    margin-bottom: 1.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-external p.cart a.button {
    width: 100%;
    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;
    padding: 1.125rem;
    color: #fff;
    text-transform: uppercase
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .stock {
    background-color: #C10000;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0.9375rem;
    font-size: 1rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .stock:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .stock.in-stock {
    background-color: #01841D
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:64em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart.variations_form {
    display: block
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart #wc-stripe-payment-request-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart #wc-stripe-payment-request-button-separator {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button .quantity {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button .single_add_to_cart_button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-button-separator+.single_add_to_cart_button {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-wrapper {
    clear: both;
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-button-separator {
    margin: 0;
    text-align: center;
    clear: both;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart .bundle_wrap {
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart .bundle_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart .quantity.hidden {
    margin-left: 0;
    height: 56px;
    padding: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .woocommerce-product-details__add-to-cart .quantity.hidden~button {
    padding: 0;
    height: 3.5rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity {
    display: block;
    position: relative;
    text-align: center;
    width: 7.5rem;
    border: solid 1px var(--site-border-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity input {
    border: none;
    font-size: 1rem;
    font-weight: 500
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity .qty-button.dec:after,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity .qty-button.inc:after {
    font-size: 0.75rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button {
    background-color: var(--site-primary-button-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button:hover {
    background-color: var(--site-secondary-button-color);
    border-color: var(--site-secondary-button-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-button {
    text-align: left;
    line-height: 3.125rem;
    margin-left: 0.625rem
}

@media print,
screen and (max-width:47.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-button {
        display: inline-block
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-wishlistexistsbrowse {
    text-align: left;
    margin-bottom: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .feedback {
    font-size: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    color: #FF0201;
    font-size: 1.5rem
}

@media print,
screen and (max-width:47.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
        font-size: 1rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .yith-wcwl-add-to-wishlist {
    display: none;
    padding: 10px 25px;
    margin: 0 0 0 1.25rem;
    border: solid 2px var(--site-border-color);
    text-transform: uppercase;
    letter-spacing: 1px
}

@media print,
screen and (max-width:39.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .yith-wcwl-add-to-wishlist {
        display: none
    }
}

@media print,
screen and (min-width:64em) and (max-width:79.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .yith-wcwl-add-to-wishlist {
        display: none
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show>img {
    display: none !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist {
    font-size: 0.75rem;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    border-top: 1px solid
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width:39.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
    display: inline-block;
    vertical-align: top
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
    font-size: 1rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

@media print,
screen and (max-width:39.99875em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback+a {
    display: block;
    padding-left: 0.375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-button>a i {
    font-size: 1rem;
    margin-right: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box {
    display: inline-block;
    float: left;
    font-size: 0.75rem;
    text-transform: uppercase
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box a {
    color: var(--site-heading-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box a:hover {
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box a:last-child i {
    margin-right: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box a i {
    font-size: 1rem;
    margin-right: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .nova-divier-line {
    clear: both;
    margin-bottom: 1.875rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product div:not(.elementor-widget-container)>.product_meta {
    font-size: 0.75rem;
    text-align: left;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product div:not(.elementor-widget-container)>.product_meta>span {
    display: block;
    margin-bottom: 0.625rem;
    font-weight: 600
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product div:not(.elementor-widget-container)>.product_meta>span>* {
    font-weight: 400
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product div:not(.elementor-widget-container)>.product_meta a {
    display: inline-block;
    margin-right: 0.3125rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-wishlistaddedbrowse,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-wishlistexistsbrowse {
    margin-bottom: 0;
    margin-top: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_title {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-rating {
    margin-bottom: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .entry-summary {
    margin: 0 !important
}

@media print,
screen and (min-width:64em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .entry-summary {
        position: absolute;
        height: 100%
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .box-summary-wrapper {
    position: relative;
    height: 100%;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    position: relative
}

@media print,
screen and (min-width:40em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .box-summary-wrapper {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .box-summary-wrapper {
        padding: 2rem 2rem 2rem 2rem
    }
}

@media screen and (min-width:80em) {
    #nova_wc_quickview .nova_wc_quickview__content .site-content .product .box-summary-wrapper {
        padding: 2.25rem 2.25rem 2.25rem 2.25rem
    }
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description {
    position: relative
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description.has-toggle {
    margin-bottom: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description.has-toggle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 100%)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description.has-toggle.is-expanded {
    margin-bottom: 0.9375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description.has-toggle.is-expanded:before {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .showmore-button {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper {
    position: relative;
    margin-right: 0
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity input {
    border-right: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button {
    border-color: var(--qv-border-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .price {
    color: var(--qv-heading-color);
    margin-bottom: 1rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
    background-color: var(--qv-border-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label a {
    color: var(--qv-text-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label a:hover {
    color: var(--site-accent-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .select2-container--default .select2-selection--single {
    border-color: var(--qv-border-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .select2-dropdown {
    background-color: var(--qv-border-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__share-box .woocommerce-product-details__share-box--label {
    color: var(--qv-heading-color)
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_meta {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .flex-control-thumbs {
    margin-bottom: 0 !important
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .flex-control-thumbs li {
    max-width: 100px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-review-link {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description {
    margin-bottom: 1rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .go_to_product_page {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .flex-active-slide a {
    pointer-events: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-gallery__image img {
    width: 100%
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0
}

.nova_qv_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 1.5rem;
    background: #FFF;
    width: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 1.25rem 1.875rem 1.25rem 1.25rem
}

@media print,
screen and (min-width:40em) {
    .nova_qv_loading {
        padding: 1.5rem 2.125rem 1.5rem 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .nova_qv_loading {
        padding: 2rem 2.625rem 2rem 2rem
    }
}

@media screen and (min-width:80em) {
    .nova_qv_loading {
        padding: 2.25rem 2.875rem 2.25rem 2.25rem
    }
}

.nova_qv_loading.visible {
    opacity: 1;
    visibility: visible
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.nova_qv_loading:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

.nova_qv_loading:before {
    border-top-color: #000;
    position: relative;
    top: 2px;
    margin-right: 12px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .yith-wcwl-add-to-wishlist {
    display: block
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .yith-wcwl-add-to-wishlist {
    display: none
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 0.375rem
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li,
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs li {
    width: 13%;
    text-align: center;
    margin: 3px
}

#nova_wc_quickview .nova_wc_quickview__content .site-content .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    width: auto
}

.price del {
    position: relative;
    text-decoration: none;
    color: var(--site-wc-price-old);
    font-weight: 400
}

.price del:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: inherit
}

.woocommerce-breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 2.1875rem;
    color: var(--site-heading-color)
}

.woocommerce-breadcrumb .delimiter {
    font-size: 0;
    margin: 0 1.25rem
}

.woocommerce-breadcrumb .delimiter:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    color: var(--site-heading-color)
}

.woocommerce-store-notice {
    background-color: var(--site-heading-color);
    padding: 1.25rem 3.75rem 1.25rem 1.5625rem;
    position: fixed;
    margin-bottom: 0;
    color: var(--site-bg-color);
    z-index: 9999;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0
}

@media print,
screen and (min-width:40em) {
    .woocommerce-store-notice {
        width: 40%;
        bottom: 2.5rem;
        left: 2.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .woocommerce-store-notice {
        width: 30%
    }
}

@media screen and (min-width:80em) {
    .woocommerce-store-notice {
        width: 20%
    }
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    visibility: hidden;
    font-size: 0;
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    visibility: visible;
    font-size: 1.125rem
}

.woocommerce table tbody td,
.woocommerce table tbody th,
.woocommerce table tr {
    border: none
}

.woocommerce table tbody th {
    background-color: transparent
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-accent-color);
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite
}

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

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

.product-size-guide-btn {
    display: inline-block;
    font-size: 0.8125rem;
    color: var(--site-accent-color);
    padding: 0.3125rem 0.625rem;
    border: solid 1px var(--site-accent-color);
    margin-bottom: 1.5rem
}

.shopping_cart_status_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    border-bottom: solid 1px var(--site-border-color);
    margin-bottom: 3rem
}

@media print,
screen and (max-width:63.99875em) {
    .shopping_cart_status_menu {
        display: none
    }
}

.shopping_cart_status_menu li {
    position: relative;
    top: 1px;
    font-size: 1rem;
    padding: 1.5625rem 7.1875rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.18px
}

@media print,
screen and (max-width:89.99875em) {
    .shopping_cart_status_menu li {
        padding: 1.5625rem 3.125rem
    }
}

.shopping_cart_status_menu li.active {
    border-bottom: solid 1px var(--site-heading-color);
    color: var(--site-heading-color)
}

body.elementor-editor-active #site-content .woocommerce-archive-header,
body.woocommerce-shop #site-content .woocommerce-archive-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0.9375rem;
    border-bottom: solid 1px var(--site-border-color);
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {

    body.elementor-editor-active #site-content .woocommerce-archive-header,
    body.woocommerce-shop #site-content .woocommerce-archive-header {
        display: block
    }
}

body.elementor-editor-active #site-content .woocommerce-archive-header .page-header-content,
body.woocommerce-shop #site-content .woocommerce-archive-header .page-header-content {
    margin-bottom: 0
}

body.elementor-editor-active #site-content .woocommerce-archive-header .select2-container,
body.woocommerce-shop #site-content .woocommerce-archive-header .select2-container {
    left: auto !important;
    right: 0 !important
}

body.elementor-editor-active #site-content .woocommerce-archive-header .select2-container .select2-dropdown .select2-results ul li,
body.woocommerce-shop #site-content .woocommerce-archive-header .select2-container .select2-dropdown .select2-results ul li {
    font-size: 0.875rem;
    padding: 0.625rem;
    text-align: left
}

body.elementor-editor-active .woocommerce-archive-header,
body.woocommerce-shop .woocommerce-archive-header {
    position: relative
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside {
    position: relative;
    width: 100%;
    font-size: 0.875rem
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem 1.5625rem
}

@media print,
screen and (min-width:40em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title {
        padding: 0.625rem 1.5625rem 1.5625rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-header-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.4375rem;
        padding: 0
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-result-count,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-result-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .category-title-count,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .category-title-count {
    font-size: 0.8125rem;
    padding-top: 0.3125rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500
}

@media print,
screen and (max-width:39.99875em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar {
        margin-top: 0.9375rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: solid 1px var(--site-border-color)
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter.kitify-active-sidebar-toggle,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter.kitify-active-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter button,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: var(--site-heading-color);
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter button .icon-filter,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter button .icon-filter {
    font-size: 1.125rem;
    margin-right: 0.4375rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: solid 1px var(--site-border-color)
}

@media screen and (max-width:29.25em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view {
        display: none
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view label,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view label {
    padding: 0;
    margin-right: 0.625rem;
    font-size: 0.875rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.75rem 0 0;
    height: 100%
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li a,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li a {
    font-size: 0.875rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li:last-child,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li:last-child {
    margin: 0
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li.active,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-custom-view ul li.active {
    border-bottom: solid 1px var(--site-heading-color)
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select {
    margin: 0;
    border: 0;
    background: none;
    padding: 0 1.25rem
}

@media print,
screen and (min-width:40em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select {
        padding: 0 1.5rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select {
        padding: 0 2rem
    }
}

@media screen and (min-width:80em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select {
        padding: 0 2.25rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering select {
        padding: 0 0.75rem
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection {
    border: 0;
    padding: 0 1.25rem;
    padding: 0 0.3125rem
}

@media print,
screen and (min-width:40em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection {
        padding: 0 1.5rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection {
        padding: 0 2rem
    }
}

@media screen and (min-width:80em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection {
        padding: 0 2.25rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection {
        padding: 0 0.75rem
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered {
    display: inline-block;
    position: relative;
    line-height: 2.8125rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered:after,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered:after {
    position: absolute;
    top: 10px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625rem;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__arrow,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__arrow {
    display: none
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2.select2-container--open,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2.select2-container--open {
    background: var(--site-accent-color);
    color: #FFFFFF
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2.select2-container--open .select2-selection__rendered:after,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2.select2-container--open .select2-selection__rendered:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg)
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2-dropdown .select2-search .select2-search__field,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2-dropdown .select2-search .select2-search__field {
    width: 100%;
    height: 2.125rem;
    line-height: 2rem;
    font-size: 0.875rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.625rem
}

@media print,
screen and (max-width:39.99875em) {

    body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type,
    body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type {
        display: none
    }
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid.active,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list.active,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid.active,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list.active {
    color: var(--site-secondary-button-color)
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid svg.robeto-grid-icon,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list svg.robeto-grid-icon,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid svg.robeto-grid-icon,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list svg.robeto-grid-icon {
    width: 20px;
    height: 20px
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid svg.robeto-list-icon,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list svg.robeto-list-icon,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid svg.robeto-list-icon,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-list svg.robeto-list-icon {
    width: 20px;
    height: 20px
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type .shop-display-grid {
    margin-right: 0.625rem
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type span:last-child,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .shop-display-type span:last-child {
    border-right: 0
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container {
    top: 100% !important
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container .select2-dropdown,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container .select2-dropdown .select2-results__options,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside>.select2-container .select2-dropdown .select2-results__options {
    max-height: inherit
}

body.elementor-editor-active .woocommerce_category_header_image,
body.woocommerce-shop .woocommerce_category_header_image {
    margin-bottom: 0.9375rem
}

@media print,
screen and (max-width:39.99875em) {

    body.elementor-editor-active .woocommerce_category_header_image,
    body.woocommerce-shop .woocommerce_category_header_image {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-top: -1.25rem
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .woocommerce_category_header_image,
    body.woocommerce-shop .woocommerce_category_header_image {
        margin-bottom: 4.375rem
    }
}

body.elementor-editor-active .term-description,
body.woocommerce-shop .term-description {
    font-size: 0.875rem
}

body.elementor-editor-active .term-description p,
body.woocommerce-shop .term-description p {
    margin-bottom: 1.5rem;
    line-height: 1.375rem
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .term-description,
    body.woocommerce-shop .term-description {
        max-width: 45rem;
        margin-bottom: 3.9375rem
    }
}

body.elementor-editor-active .nova-product-filter-content .widget,
body.woocommerce-shop .nova-product-filter-content .widget {
    border-bottom: 0;
    margin-bottom: 0
}

body.elementor-editor-active .nova-product-filter-content,
body.woocommerce-shop .nova-product-filter-content {
    display: none;
    background: #fff;
    opacity: 0;
    padding-bottom: 2.5rem;
    visibility: hidden;
    will-change: transform;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-content,
    body.woocommerce-shop .nova-product-filter-content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        max-width: none;
        width: 25rem;
        z-index: 1113;
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0);
        -webkit-transition: opacity 0.5s ease, ease;
        -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.5s ease, transform 0.5s ease;
        transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease
    }
}

@media screen and (max-width:62em) and (max-width:29.25em) {

    body.elementor-editor-active .nova-product-filter-content,
    body.woocommerce-shop .nova-product-filter-content {
        width: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

body.elementor-editor-active .nova-product-filter-content .row,
body.woocommerce-shop .nova-product-filter-content .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem
}

body.elementor-editor-active .nova-product-filter-content header,
body.woocommerce-shop .nova-product-filter-content header {
    display: none;
    background: rgba(0, 0, 0, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 1.875rem
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-content header,
    body.woocommerce-shop .nova-product-filter-content header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

body.elementor-editor-active .nova-product-filter-content header h2,
body.woocommerce-shop .nova-product-filter-content header h2 {
    font-size: 1.125rem;
    margin: 0;
    text-transform: uppercase
}

body.elementor-editor-active .nova-product-filter-content header button,
body.woocommerce-shop .nova-product-filter-content header button {
    margin-left: auto
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-content__inner,
    body.woocommerce-shop .nova-product-filter-content__inner {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1.875rem
    }
}

body.elementor-editor-active .nova-product-filter-content.opened-opacity,
body.woocommerce-shop .nova-product-filter-content.opened-opacity {
    opacity: 1;
    visibility: visible
}

body.elementor-editor-active .nova-product-filter-content.opened,
body.woocommerce-shop .nova-product-filter-content.opened {
    display: block
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-content.opened,
    body.woocommerce-shop .nova-product-filter-content.opened {
        transition: -webkit-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body.elementor-editor-active .nova-product-filter-content .novaapf-layered-nav,
body.woocommerce-shop .nova-product-filter-content .novaapf-layered-nav {
    max-height: var(--site-filter-widget-height)
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-content .widget,
    body.woocommerce-shop .nova-product-filter-content .widget {
        width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:62em) {

    body.elementor-editor-active .nova-product-filter-overlay,
    body.woocommerce-shop .nova-product-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1112;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
        transition: opacity 0.5s ease, visibility 0.5s ease
    }

    body.elementor-editor-active.panel-open-menu,
    body.woocommerce-shop.panel-open-menu {
        overflow: hidden
    }

    body.elementor-editor-active.panel-open-menu .nova-product-filter-overlay,
    body.woocommerce-shop.panel-open-menu .nova-product-filter-overlay {
        opacity: 1;
        visibility: visible
    }
}

body.elementor-editor-active .categories-list,
body.woocommerce-shop .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.75rem 2.25rem;
    list-style-type: none
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .categories-list,
    body.woocommerce-shop .categories-list {
        margin: 0 -0.75rem 3rem
    }
}

body.elementor-editor-active .categories-list .product-category,
body.woocommerce-shop .categories-list .product-category {
    position: relative;
    padding: 0 0.75rem;
    width: 50%
}

@media print,
screen and (min-width:40em) {

    body.elementor-editor-active .categories-list .product-category,
    body.woocommerce-shop .categories-list .product-category {
        width: calc(100% / 3)
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .categories-list .product-category,
    body.woocommerce-shop .categories-list .product-category {
        padding: 0 0.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 4)
    }
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box,
body.woocommerce-shop .categories-list .product-category .nova-banner-box {
    position: relative;
    overflow: hidden
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__image,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__image {
    position: relative;
    overflow: hidden
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__image>span,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__image>span {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01)
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__info,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__info {
    text-align: center;
    margin: auto;
    padding: 0 1.875rem;
    right: 0;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__info h2,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__info h2 {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__info h2 .count,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__info h2 .count {
    background: 0;
    color: inherit;
    font-size: 0.75rem;
    opacity: 0.5;
    padding-top: 2px
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box__link-overlay,
body.woocommerce-shop .categories-list .product-category .nova-banner-box__link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

body.elementor-editor-active .categories-list .product-category .nova-banner-box:hover .nova-banner-box__image>span,
body.woocommerce-shop .categories-list .product-category .nova-banner-box:hover .nova-banner-box__image>span {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

body.elementor-editor-active .categories-list .product-category img,
body.woocommerce-shop .categories-list .product-category img {
    width: 100%;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-1>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-1>.product-category {
        width: calc(100% / 1)
    }

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-2>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-2>.product-category {
        width: calc(100% / 2)
    }

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-3>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-3>.product-category {
        width: calc(100% / 3)
    }

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-4>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-4>.product-category {
        width: calc(100% / 4)
    }

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-5>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-5>.product-category {
        width: calc(100% / 5)
    }

    body.elementor-editor-active body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-6>.product-category,
    body.woocommerce-shop body.woocommerce div:not(.kitify-site-wrapper) ul.categories-list.columns-6>.product-category {
        width: calc(100% / 6)
    }
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active.shop-sidebar-left .site-sidebar,
    body.woocommerce-shop.shop-sidebar-left .site-sidebar {
        padding-right: 0.75rem
    }
}

body.elementor-editor-active.shop-sidebar-left .site-main-content-wrapper,
body.woocommerce-shop.shop-sidebar-left .site-main-content-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active.shop-sidebar-right .site-sidebar,
    body.woocommerce-shop.shop-sidebar-right .site-sidebar {
        padding-left: 0.75rem
    }
}

body.elementor-editor-active .shop-has-sidebar .woocommerce-sidebar .site-sidebar--shop,
body.woocommerce-shop .shop-has-sidebar .woocommerce-sidebar .site-sidebar--shop {
    display: none
}

@media print,
screen and (min-width:64em) {

    body.elementor-editor-active .shop-has-sidebar .woocommerce-sidebar .site-sidebar--shop,
    body.woocommerce-shop .shop-has-sidebar .woocommerce-sidebar .site-sidebar--shop {
        display: block
    }
}

body.elementor-editor-active .site-main-content,
body.woocommerce-shop .site-main-content {
    text-align: center
}

@media screen and (min-width:80em) {
    .site-wide-layout:not(.no-sidebar) #sidebar_primary {
        max-width: 330px
    }

    .site-wide-layout:not(.no-sidebar) #content_primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 330px);
        max-width: -webkit-calc(100% - 330px)
    }
}

.product-grid-items.slick-carousel {
    display: block
}

.product-grid-items:not(.slick-carousel) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left: -15px;
    margin-right: -15px
}

.product-grid-items .product-grid-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.block-grid-1 .product-grid-item {
    width: 100%
}

.block-grid-2 .product-grid-item {
    width: 50%
}

.block-grid-3 .product-grid-item {
    width: 33.33333%
}

.block-grid-4 .product-grid-item {
    width: 25%
}

.block-grid-5 .product-grid-item {
    width: 20%
}

.block-grid-6 .product-grid-item {
    width: 16.66667%
}

.block-grid-7 .product-grid-item {
    width: 14.28571%
}

.block-grid-8 .product-grid-item {
    width: 12.5%
}

.block-grid-9 .product-grid-item {
    width: 11.11111%
}

.block-grid-10 .product-grid-item {
    width: 10%
}

@media (max-width:1700px) {
    .laptop-block-grid-1 .product-grid-item {
        width: 100%
    }

    .laptop-block-grid-2 .product-grid-item {
        width: 50%
    }

    .laptop-block-grid-3 .product-grid-item {
        width: 33.33333%
    }

    .laptop-block-grid-4 .product-grid-item {
        width: 25%
    }

    .laptop-block-grid-5 .product-grid-item {
        width: 20%
    }

    .laptop-block-grid-6 .product-grid-item {
        width: 16.66667%
    }

    .laptop-block-grid-7 .product-grid-item {
        width: 14.28571%
    }

    .laptop-block-grid-8 .product-grid-item {
        width: 12.5%
    }

    .laptop-block-grid-9 .product-grid-item {
        width: 11.11111%
    }

    .laptop-block-grid-10 .product-grid-item {
        width: 10%
    }
}

@media (max-width:1280px) {
    .tablet-block-grid-1 .product-grid-item {
        width: 100%
    }

    .tablet-block-grid-2 .product-grid-item {
        width: 50%
    }

    .tablet-block-grid-3 .product-grid-item {
        width: 33.33333%
    }

    .tablet-block-grid-4 .product-grid-item {
        width: 25%
    }

    .tablet-block-grid-5 .product-grid-item {
        width: 20%
    }

    .tablet-block-grid-6 .product-grid-item {
        width: 16.66667%
    }

    .tablet-block-grid-7 .product-grid-item {
        width: 14.28571%
    }

    .tablet-block-grid-8 .product-grid-item {
        width: 12.5%
    }

    .tablet-block-grid-9 .product-grid-item {
        width: 11.11111%
    }

    .tablet-block-grid-10 .product-grid-item {
        width: 10%
    }
}

@media (max-width:800px) {
    .mobile-block-grid-1 .product-grid-item {
        width: 100%
    }

    .mobile-block-grid-2 .product-grid-item {
        width: 50%
    }

    .mobile-block-grid-3 .product-grid-item {
        width: 33.33333%
    }

    .mobile-block-grid-4 .product-grid-item {
        width: 25%
    }

    .mobile-block-grid-5 .product-grid-item {
        width: 20%
    }

    .mobile-block-grid-6 .product-grid-item {
        width: 16.66667%
    }

    .mobile-block-grid-7 .product-grid-item {
        width: 14.28571%
    }

    .mobile-block-grid-8 .product-grid-item {
        width: 12.5%
    }

    .mobile-block-grid-9 .product-grid-item {
        width: 11.11111%
    }

    .mobile-block-grid-10 .product-grid-item {
        width: 10%
    }
}

@media (max-width:576px) {
    .xmobile-block-grid-1 .product-grid-item {
        width: 100%
    }

    .xmobile-block-grid-2 .product-grid-item {
        width: 50%
    }

    .xmobile-block-grid-3 .product-grid-item {
        width: 33.33333%
    }

    .xmobile-block-grid-4 .product-grid-item {
        width: 25%
    }

    .xmobile-block-grid-5 .product-grid-item {
        width: 20%
    }

    .xmobile-block-grid-6 .product-grid-item {
        width: 16.66667%
    }

    .xmobile-block-grid-7 .product-grid-item {
        width: 14.28571%
    }

    .xmobile-block-grid-8 .product-grid-item {
        width: 12.5%
    }

    .xmobile-block-grid-9 .product-grid-item {
        width: 11.11111%
    }

    .xmobile-block-grid-10 .product-grid-item {
        width: 10%
    }
}

body.woocommerce-shop .site-main-content-wrapper .widget_layered_nav_filters {
    margin: 0 0 1.25rem;
    text-align: left
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-shop .site-main-content-wrapper .widget_layered_nav_filters {
        margin: 0 0 1.25rem
    }
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product {
    width: 50%
}

@media print,
screen and (min-width:40em) {

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product,
    body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product {
        width: calc(100% / 3)
    }
}

@media screen and (min-width:80em) {

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product,
    body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product {
        padding: 0 0.9375rem 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        width: calc(100% / 4)
    }
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 500px
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product .woocommerce-loop-product__title,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var( --site-text-color)
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product .product-item__description--button,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product .product-item__description--button {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 50%;
    top: 50%;
    padding: 0 1.5625rem;
    text-align: center;
    z-index: 12;

}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product .product-item__description--button .button,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product .product-item__description--button .button {
    width: auto
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product span.price,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product span.price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--site-wc-price);
    display: block
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product span.price ins,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product span.price ins {
    text-decoration: none
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product .star-rating,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product .star-rating {
    margin: 0 auto
}

body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products .product:hover .product-item__description--button,
body.woocommerce section:not(.kitify-products__list_wrapper)>ul.products .product:hover .product-item__description--button {
    opacity: 1
}

ul.products {
    list-style: none;
    margin: 0 -0.75rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:64em) {
    ul.products {
        margin: 0 -0.75rem 1.5rem
    }
}

ul.products .grid-new-row {
    width: 100%
}

ul.products .product {
    position: relative;
    padding: 0 0.75rem
}

ul.products .product:hover .product-item__description--button {
    opacity: 1
}

ul.products .product.outofstock .product-item__description--actions .button:after,
ul.products .product.product-type-variable .product-item__description--actions .button:after {
    font-size: 14px
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn {
    color: var(--site-heading-color);
    padding: 0.625rem 0.9375rem;
    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: #FFF;
    width: 2.9375rem;
    height: 2.9375rem;
    padding: 0;
    margin: 0 0.4375rem;
    color: var(--site-heading-color);
    font-size: 0.6875rem;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:29.25em) {
    ul.products .product .product-item__description--actions .nova_product_quick_view_btn {
        width: 2.5rem;
        height: 2.5rem
    }
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn i {
    font-size: 16px
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn .tooltip {
    background-color: var(--site-heading-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    top: auto;
    left: -15px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    text-align: center;
    padding: 8px 9px 6px
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .nova_product_quick_view_btn .tooltip {
        -webkit-animation: shop_tooltip_hover_out 0.3s;
        animation: shop_tooltip_hover_out 0.3s
    }
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn .tooltip:after {
    position: absolute;
    top: 2px;
    right: -14px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent var(--site-heading-color)
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn .tooltip.pos-top {
    top: -30px;
    left: 130%
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn .tooltip.pos-top:after {
    right: 50%;
    top: 18px;
    border-color: var(--site-heading-color) transparent transparent
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn.added {
    background: var(--site-accent-color);
    color: #fff
}

ul.products .product .product-item__description--actions .nova_product_quick_view_btn:hover {
    background: var(--site-accent-color);
    color: #fff
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .nova_product_quick_view_btn:hover .tooltip {
        -webkit-animation: shop_tooltip_hover_in 0.3s;
        animation: shop_tooltip_hover_in 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible
    }
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn {
    color: var(--site-heading-color);
    padding: 0.625rem 0.9375rem;
    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: #FFF;
    width: 2.9375rem;
    height: 2.9375rem;
    padding: 0;
    margin: 0 0.4375rem;
    color: var(--site-heading-color);
    font-size: 0.6875rem;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:29.25em) {
    ul.products .product .product-item__description--actions .nova_product_wishlist_btn {
        width: 2.5rem;
        height: 2.5rem
    }
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn i {
    font-size: 16px
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn .tooltip {
    background-color: var(--site-heading-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    top: auto;
    left: -15px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    text-align: center;
    padding: 8px 9px 6px
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .nova_product_wishlist_btn .tooltip {
        -webkit-animation: shop_tooltip_hover_out 0.3s;
        animation: shop_tooltip_hover_out 0.3s
    }
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn .tooltip:after {
    position: absolute;
    top: 2px;
    right: -14px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent var(--site-heading-color)
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn .tooltip.pos-top {
    top: -30px;
    left: 130%
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn .tooltip.pos-top:after {
    right: 50%;
    top: 18px;
    border-color: var(--site-heading-color) transparent transparent
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn.added {
    background: var(--site-accent-color);
    color: #fff
}

ul.products .product .product-item__description--actions .nova_product_wishlist_btn:hover {
    background: var(--site-accent-color);
    color: #fff
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .nova_product_wishlist_btn:hover .tooltip {
        -webkit-animation: shop_tooltip_hover_in 0.3s;
        animation: shop_tooltip_hover_in 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible
    }
}

ul.products .product .product-item__description--actions .button {
    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: #FFF;
    width: 2.9375rem;
    height: 2.9375rem;
    margin: 0 0.4375rem;
    padding: 0;
    color: var(--site-heading-color);
    font-size: 0.6875rem;
    border: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:29.25em) {
    ul.products .product .product-item__description--actions .button {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0
    }
}

ul.products .product .product-item__description--actions .button .button-icon {
    background-color: rgba(255, 255, 255, 0.15);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 38px;
    margin-right: 10px;
    vertical-align: middle
}

ul.products .product .product-item__description--actions .button i {
    font-size: 16px
}

ul.products .product .product-item__description--actions .button.added {
    background: var(--site-accent-color);
    color: #fff
}

ul.products .product .product-item__description--actions .button:hover {
    background: var(--site-accent-color);
    color: #fff
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .button:hover .tooltip {
        -webkit-animation: shop_tooltip_hover_in 0.3s;
        animation: shop_tooltip_hover_in 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible
    }
}

ul.products .product .product-item__description--actions .product_type_variable {
    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: #FFF;
    width: 2.9375rem;
    height: 2.9375rem;
    margin: 0 0.4375rem;
    padding: 0;
    color: var(--site-heading-color);
    font-size: 0.6875rem;
    border: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:29.25em) {
    ul.products .product .product-item__description--actions .product_type_variable {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0
    }
}

ul.products .product .product-item__description--actions .product_type_variable .button-icon {
    background-color: rgba(255, 255, 255, 0.15);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 38px;
    margin-right: 10px;
    vertical-align: middle
}

ul.products .product .product-item__description--actions .product_type_variable i {
    font-size: 16px
}

ul.products .product .product-item__description--actions .product_type_variable.added {
    background: var(--site-accent-color);
    color: #fff
}

ul.products .product .product-item__description--actions .product_type_variable:hover {
    background: var(--site-accent-color);
    color: #fff
}

@media screen and (min-width:80em) {
    ul.products .product .product-item__description--actions .product_type_variable:hover .tooltip {
        -webkit-animation: shop_tooltip_hover_in 0.3s;
        animation: shop_tooltip_hover_in 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible
    }
}

ul.products .product.outofstock .product-item__description--actions .button {
    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: #FFF;
    width: 2.9375rem;
    height: 2.9375rem;
    margin: 0 0.4375rem;
    padding: 0;
    color: var(--site-heading-color);
    font-size: 0.6875rem;
    border: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:29.25em) {
    ul.products .product.outofstock .product-item__description--actions .button {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0
    }
}

ul.products .product.outofstock .product-item__description--actions .button .button-icon {
    background-color: rgba(255, 255, 255, 0.15);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 38px;
    margin-right: 10px;
    vertical-align: middle
}

ul.products .product.outofstock .product-item__description--actions .button i {
    font-size: 16px
}

ul.products .product.outofstock .product-item__description--actions .button.added {
    background: var(--site-accent-color);
    color: #fff
}

ul.products .product.outofstock .product-item__description--actions .button:hover {
    background: var(--site-accent-color);
    color: #fff
}

@media screen and (min-width:80em) {
    ul.products .product.outofstock .product-item__description--actions .button:hover .tooltip {
        -webkit-animation: shop_tooltip_hover_in 0.3s;
        animation: shop_tooltip_hover_in 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible
    }
}

ul.products .product .product-item__badges {
    max-width: 100%;
    height: auto;
    display: block;
}

ul.products .product .product-item__badges>span+span {
    margin-top: 30px
}

ul.products .product .product-item__badges .nova_new_product {
    position: fixed;
    padding: 20px 4px 20px 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--site-accent-color);
    color: #fff;
    border-radius: 20px;

}

ul.products .product .product-item__badges .onsale {
    position: absolute;
    padding: 12px 20px 12px 20px;
    display: block;
    font-size: 20px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff4f;
    color: var(--site-heading-color);
}

ul.products .product .product-item {
    -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
    transition: opacity 1s ease, -webkit-transform 1.5s ease;
    transition: opacity 1s ease, transform 1.5s ease;
    transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
    position: relative;
    min-height: 100%;
    overflow: hidden
}

body.shop-products-per-row-6 .shop-has-sidebar ul.products .product .product-item {
    overflow: visible
}

ul.products .product .product-item .product-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

ul.products .product .product-item .category .content-product-cat {
    font-size: 0.625rem;
    font-weight: 400;
    color: #919296;
    text-transform: uppercase
}

ul.products .product .product-item .product-item__thumbnail {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 250px;
}

ul.products .product .product-item .product-item__thumbnail .product-item__thumbnail_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products .product .product-item .product-item__thumbnail .product-item__description--button {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 50%;
    bottom: 0;
    text-align: center;
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

ul.products .product .product-item .nova_product_quick_view_btn,
ul.products .product .product-item .nova_product_wishlist_btn,
ul.products .product .product-item .product-item__description--actions .button {
    opacity: 0 !important;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

ul.products .product .product-item .nova_product_quick_view_btn span.text,
ul.products .product .product-item .nova_product_wishlist_btn span.text,
ul.products .product .product-item .product-item__description--actions .button span.text {
    display: none
}

ul.products .product .product-item .nova_product_quick_view_btn .robeto-addtocart,
ul.products .product .product-item .nova_product_wishlist_btn .robeto-addtocart,
ul.products .product .product-item .product-item__description--actions .button .robeto-addtocart {
    width: 18px;
    height: 18px
}

ul.products .product .product-item .nova_product_quick_view_btn:hover,
ul.products .product .product-item .nova_product_wishlist_btn:hover,
ul.products .product .product-item .product-item__description--actions .button:hover {
    background-color: var(--site-accent-color);
    color: #fff
}

ul.products .product .product-item .nova_product_wishlist_btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products .product .product-item .product-item__description--actions .button {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

ul.products .product .product-item .nova_product_quick_view_btn {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

ul.products .product .product-item:hover .product-item__thumbnail_overlay {
    opacity: 0.2
}

ul.products .product .product-item:hover .product-item__thumbnail .product-item__description--button {
    opacity: 1
}

ul.products .product .product-item:hover .product-item__thumbnail .product-item__description--button .button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

ul.products .product .product-item:hover .nova_product_quick_view_btn,
ul.products .product .product-item:hover .nova_product_wishlist_btn,
ul.products .product .product-item:hover .product-item__description--actions .button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1 !important
}

ul.products .product .product-item:hover .product-item__thumbnail-placeholder .product_second_image {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

ul.products .product .product-item .product-item__thumbnail-placeholder .product_second_image {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, transform 0.3s ease-in-out;
    transition: opacity 300ms ease-in-out 0.05s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%
}

ul.products .product .product-item .product-item__thumbnail-placeholder .product_second_image {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0 ease 0.05s;
    transition: opacity 0 ease 0.05s
}

ul.products .product .product-item .product-item__thumbnail-placeholder a {
    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;
    color: inherit !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

ul.products .product .product-item .product-item__thumbnail-placeholder a img {
    max-width: 100%; /* Ancho máximo de la imagen dentro del contenedor */
    height: auto; /* Altura ajustada automáticamente para mantener la proporción */
    display: block; /* Evita espacios no deseados debajo de la imagen */
}

ul.products .product .product-item .product-item__thumbnail-placeholder a .out-of-stock {
    position: absolute;
    background-color: var(--site-heading-color);
    position: absolute;
    padding: 8px 9px 6px 9px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--site-bg-color);
    top: 50%;
    margin-top: -8px
}

ul.products .product .product-item .product-item__description--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    opacity: 1;
    left: 50%;
    bottom: 50%;
    padding: 0.9375rem;
    pointer-events: none;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    transition: all 0.3s ease-in-out
}

ul.products .product .product-item .product-item__description--actions>a {
    position: relative;
    pointer-events: auto;
    margin-bottom: 0.9375rem;
    border-radius: 50%
}

ul.products .product .product-item .product-item__description--actions>a.clicked:after {
    -webkit-animation: shop_tooltip_clicked 0.3s ease-out;
    animation: shop_tooltip_clicked 0.3s ease-out
}

@media screen and (min-width:80em) {
    ul.products .product .product-item .product-item__description--actions>a.clicked:after {
        -webkit-animation: shop_tooltip_clicked_desktop 0.3s ease-out;
        animation: shop_tooltip_clicked_desktop 0.3s ease-out
    }
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

ul.products .product .product-item .product-item__description--actions>a.loading:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

ul.products .product .product-item .product-item__description--actions>a.loading:before {
    display: none
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

ul.products .product .product-item .product-item__description--actions>a.button.loading:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

ul.products .product .product-item .product-item__description--actions>a.button.loading:before {
    border-top: 1px solid;
    border-color: var(--site-secondary-button-color) #FFF #FFF #FFF;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 1
}

ul.products .product .product-item .product-item__description--actions .added_to_cart {
    display: none
}

ul.products .product .product-item .product-item__description {
    position: relative;
    margin-top: 1.25rem
}

ul.products .product .product-item .product-item__description .product-item__description--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products .product .product-item .product-item__description .product-item__description--info .info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

ul.products .product .product-item .product-item__description .product-item__description--info .info-right {
    text-align: center
}

ul.products .product .product-item .product-item__description .product-item__description--info .product-short-description {
    display: none;
    font-size: 0.875rem
}

ul.products .product .product-item .product-item__description .product-item__description--info .product-short-description ul li {
    padding: 0;
    margin: 0
}

ul.products .product .product-item .product-item__description .product-item__description--info span.price {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--site-wc-price);
    display: block
}

ul.products .product .product-item .product-item__description .product-item__description--info span.price ins {
    text-decoration: none
}

ul.products .product .product-item .product-item__description .product-item__description--info .star-rating {
    font-size: 0.8125rem;
    margin-top: 0.3125rem
}

ul.products .product .product-item .product-item__description .product-item__description--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.9375rem
}

ul.products .product .product-item .product-item__description .product-item__description--footer .product-item__category {
    margin-left: auto
}

ul.products .product .product-item.adding .product-item__description .product-item__description--info .star-rating,
ul.products .product .product-item:hover .product-item__description .product-item__description--info .star-rating {
    opacity: 1;
    visibility: visible
}

ul.products .product .product-item__category .content-product-cat {
    font-size: 0.6875rem;
    color: inherit;
    text-transform: uppercase
}

ul.products .product .product-item .woocommerce-loop-product__title {
    font-family: var(--site-main-font);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media screen and (max-width:29.25em) {
    ul.products .product .product-item .woocommerce-loop-product__title {
        font-size: 0.875rem
    }
}

ul.products .product .product-item .woocommerce-loop-product__title:hover {
    color: var(--site-accent-color)
}

ul.products .product .product-item__description--button .button {
    opacity: 1;
    width: 100%;
    padding: 0.75rem;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products .product .product-item__description--button .added_to_cart {
    display: none
}

@media print,
screen and (min-width:64em) {
    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-1:not(.product-list-display)>.product {
        width: calc(100% / 1)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-1.product-list-display>.product-category {
        width: calc(100% / 1)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-2:not(.product-list-display)>.product {
        width: calc(100% / 2)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-2.product-list-display>.product-category {
        width: calc(100% / 2)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-3:not(.product-list-display)>.product {
        width: calc(100% / 3)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-3.product-list-display>.product-category {
        width: calc(100% / 3)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-4:not(.product-list-display)>.product {
        width: calc(100% / 4)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-4.product-list-display>.product-category {
        width: calc(100% / 4)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-5:not(.product-list-display)>.product {
        width: calc(100% / 5)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-5.product-list-display>.product-category {
        width: calc(100% / 5)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-6:not(.product-list-display)>.product {
        width: calc(100% / 6)
    }

    body.woocommerce div:not(.kitify-products__list_wrapper)>ul.products.columns-6.product-list-display>.product-category {
        width: calc(100% / 6)
    }
}

body.woocommerce .woocommerce.columns-1 ul.products>.product {
    width: calc(100% / 1)
}

body.woocommerce .woocommerce.columns-2 ul.products>.product {
    width: calc(100% / 2)
}

@media print,
screen and (min-width:40em) {
    body.woocommerce .woocommerce.columns-3 ul.products>.product {
        width: calc(100% / 3)
    }

    body.woocommerce .woocommerce.columns-4 ul.products>.product {
        width: calc(100% / 4)
    }

    body.woocommerce .woocommerce.columns-5 ul.products>.product {
        width: calc(100% / 5)
    }

    body.woocommerce .woocommerce.columns-6 ul.products>.product {
        width: calc(100% / 6)
    }
}

body ul.products.product-list-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body ul.products.product-list-display li.product {
    width: 100%;
    max-width: 100% !important
}

body ul.products.product-list-display li.product .product-item__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1
}

body ul.products.product-list-display li.product .product-item__badges>span+span {
    margin-top: 30px
}

body ul.products.product-list-display li.product .product-item__badges .nova_new_product {
    position: absolute;
    padding: 8px 10px 5px 10px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    top: 0;
    left: 0;
    background-color: var(--site-accent-color);
    color: #fff
}

body ul.products.product-list-display li.product .product-item__badges .onsale {
    position: absolute;
    padding: 12px 20px 12px 20px;
    display: block;
    font-size: 17px;
    line-height: 1;
    top: 259px;
    left: 119px;
    background-color: #fff;
    color: var(--site-heading-color);
}

body ul.products.product-list-display li.product:hover {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item__thumbnail {
        position: static !important;
        width: 25%
    }
}

body ul.products.product-list-display li.product .product-item .product-item-link {
    display: none
}

body ul.products.product-list-display li.product .product-item .product-item__description .product-item__description--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body ul.products.product-list-display li.product .product-item .product-item__description .product-item__description--footer .product-item__category {
    margin-left: 0
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item .product-item__description--actions {
        left: auto;
        right: 30px;
        top: 30px;
        padding: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .button,
    body ul.products.product-list-display li.product .product-item .product-item__description--actions .nova_product_quick_view_btn,
    body ul.products.product-list-display li.product .product-item .product-item__description--actions .nova_product_wishlist_btn {
        opacity: 1 !important;
        padding: 0;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        width: auto;
        height: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .button:hover,
    body ul.products.product-list-display li.product .product-item .product-item__description--actions .nova_product_quick_view_btn:hover,
    body ul.products.product-list-display li.product .product-item .product-item__description--actions .nova_product_wishlist_btn:hover {
        background-color: transparent;
        color: inherit
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .button.loading:before {
        left: auto;
        top: auto
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .button.added {
        background-color: transparent;
        color: var(--site-accent-color)
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .added_to_cart {
        display: none
    }

    body ul.products.product-list-display li.product .product-item .product-item__description--actions .nova_product_wishlist_btn.added {
        background-color: transparent !important;
        color: var(--site-accent-color) !important
    }
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item__description {
        padding-left: 1.875rem
    }
}

body ul.products.product-list-display li.product .product-item__description--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body ul.products.product-list-display li.product .product-item__description--info .info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left !important;
    width: 100% !important
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item__description--info .info-left a.title .woocommerce-loop-product__title {
        font-size: 1.125rem !important;
        font-weight: 600 !important
    }
}

body ul.products.product-list-display li.product .product-item__description--info .info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: left !important;
    margin-top: 0.75rem;
    margin-left: 0 !important
}

body ul.products.product-list-display li.product .product-item__description--info .info-right span.price bdi,
body ul.products.product-list-display li.product .product-item__description--info .info-right span.price ins {
    font-size: 6 rem;
    font-weight: 800
}

body ul.products.product-list-display li.product .product-item__description--info .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 !important
}

@media print,
screen and (min-width:40em) {
    body ul.products.product-list-display li.product .product-item__description--info .product-short-description {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

body ul.products.product-list-display li.product .product-item-hover {
    display: none
}

body ul.products.products-grid-1.product-list-display .product-item__description--info .info-left a.title .woocommerce-loop-product__title {
    margin-bottom: 0.625rem
}

@media print,
screen and (min-width:40em) {
    body ul.products.products-grid-1.product-list-display .product-item .product-item__thumbnail .product-item__description--button {
        opacity: 1;
        width: auto;
        left: auto;
        bottom: auto;
        top: 60px;
        right: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    body ul.products.products-grid-1.product-list-display .product-item .product-item__thumbnail .product-item__description--button .button {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body ul.products.products-grid-2.product-list-display .product .product-item {
    padding: 0.9375rem
}

body ul.products.products-grid-2.product-list-display .product-item-footer {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 1.25rem 0;
    margin-left: auto;
    padding-right: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media print,
screen and (min-width:40em) {
    body ul.products.products-grid-2.product-list-display .product-item-footer {
        width: 20%;
        padding: 1.25rem
    }
}

body ul.products.products-grid-2.product-list-display .product-item-footer .product-item__description--button {
    position: static
}

.products-list-mini {
    margin: 0 !important
}

.products-list-mini li.product {
    margin-bottom: 3rem;
    padding: 0 !important;
    width: 100% !important
}

.products-list-mini li.product:last-child {
    margin-bottom: 0
}

.nova-product-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nova-product-mini__thumb {
    width: 40%
}

.nova-product-mini__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1.25rem
}

.nova-product-mini__content .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase
}

.nova-product-mini__content .price {
    font-size: 0.8125rem
}

.nova-product-mini__content .price ins {
    text-decoration: none
}

.nova-product-mini__content .star-rating {
    margin-top: 0.9375rem
}

.nova-product-mini__content .button {
    background: transparent;
    color: var(--site-primary-button-color);
    font-size: 0.6875rem;
    border: solid 1px;
    padding: 0.625rem 1.5625rem;
    margin-top: 1.875rem;
    max-width: 9.375rem
}

.nova-product-mini__content .button:hover {
    color: var(--site-secondary-button-color);
    border-color: var(--site-secondary-button-color)
}

.nova-product-mini__content .added_to_cart {
    display: none
}

ul.products.products-masonry-2 li.product {
    padding: 1.875rem;
    border: solid 1px var(--site-border-color);
    margin-bottom: 0
}

@media print,
screen and (min-width:64em) {
    ul.products.products-masonry-2 li.product[data-border_bottom=no] {
        border-bottom: 0
    }

    ul.products.products-masonry-2 li.product[data-border_right=no] {
        border-right: 0
    }
}

@-webkit-keyframes product_fade_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes product_fade_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

ul.products:not(.swiper-wrapper) li.product {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation: product_fade_in 0.25s;
    animation: product_fade_in 0.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    will-change: opacity, transform
}

ul.products:not(.swiper-wrapper).js_animated li.product {
    -webkit-animation: none;
    animation: none
}

ul.products:not(.swiper-wrapper).js_animated li.product.animated {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
}

.touchevents ul.products li.product {
    opacity: 1 !important
}

.related ul.products:not(.swiper-wrapper) li.product {
    opacity: 1
}

ul.products.products-grid-2 .product .product-item .product-item__thumbnail-placeholder {
    position: relative
}

ul.products.products-grid-2 .product .product-item .product-item__description-top-actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

ul.products.products-grid-2 .product .product-item .product-item__description-top-actions .nova_product_quick_view_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    font-size: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: var(--site-accent-color);
    line-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 50%
}

ul.products.products-grid-2 .product .product-item .product-item__description-top-actions .nova_product_quick_view_btn svg {
    width: 12px;
    height: 12px;
    color: var(--site-heading-color)
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions {
    background: #fff;
    opacity: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
    border: solid 1px var(--site-border-color);
    border-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .button,
ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn,
ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .product_type_variable {
    opacity: 1 !important;
    width: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .button {
    border-right: solid 1px var(--site-border-color)
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .button.loading:before {
    left: 5px;
    width: 20px;
    height: 20px
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .button.added {
    background-color: #fff;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .button span.text {
    display: block;
    margin-left: 0.375rem
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn>span {
    margin-left: 0.375rem
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn .add-text {
    display: block !important
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added {
    background-color: #fff;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added .add-text {
    display: none !important
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added .added-text {
    display: block !important
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions>a {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item .product-item__description--actions>a:hover {
    background-color: inherit;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-2:not(.product-list-display) .product .product-item:hover .product-item__description--actions {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

ul.products.products-grid-2.product-list-display .product .product-item {
    border: solid 1px var(--site-border-color)
}

ul.products.products-grid-3 .product .product-item .product-item__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

ul.products.products-grid-3 .product .product-item .product-item__thumbnail-placeholder {
    position: relative;
    border: solid 1px var(--site-border-color)
}

ul.products.products-grid-3 .product .product-item .product-item__description-top-actions {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 99
}

ul.products.products-grid-3 .product .product-item .product-item__description-top-actions .nova_product_quick_view_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    width: 45px;
    height: 45px;
    font-size: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--site-accent-color);
    color: var(--site-accent-color);
    line-height: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 50%
}

ul.products.products-grid-3 .product .product-item .product-item__description-top-actions .nova_product_quick_view_btn svg {
    width: 14px;
    height: 14px;
    color: #fff
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions {
    position: static;
    background: #fff;
    opacity: 1;
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: solid 1px var(--site-border-color);
    border-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .button,
ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn,
ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .product_type_variable {
    opacity: 1 !important;
    width: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .button {
    border-right: solid 1px var(--site-border-color)
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .button.loading:before {
    left: 5px;
    width: 20px;
    height: 20px
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .button.added {
    background-color: #fff;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .button span.text {
    display: block;
    margin-left: 0.375rem
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn>span {
    margin-left: 0.375rem
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn .add-text {
    display: block !important
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added {
    background-color: #fff;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added .add-text {
    display: none !important
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions .nova_product_wishlist_btn.added .added-text {
    display: block !important
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions>a {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase
}

ul.products.products-grid-3:not(.product-list-display) .product .product-item .product-item__description--actions>a:hover {
    background-color: inherit;
    color: var(--site-link-hover-color)
}

ul.products.products-grid-3.product-list-display .product .product-item {
    border: solid 1px var(--site-border-color)
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {

    .single-product .woocommerce-error,
    .single-product .woocommerce-message {
        margin-bottom: 0 !important
    }
}

.single-product .product .product-single-top-area {
    margin-bottom: 2rem
}

.single-product .product .entry-summary .yith-wcwl-add-button {
    text-align: left;
    line-height: 3.125rem;
    margin-left: 0.625rem
}

@media print,
screen and (max-width:47.99875em) {
    .single-product .product .entry-summary .yith-wcwl-add-button {
        display: inline-block
    }
}

.single-product .product .entry-summary .yith-wcwl-wishlistexistsbrowse {
    text-align: left;
    margin-bottom: 0.9375rem
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .feedback {
    font-size: 0
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    color: #FF0201;
    font-size: 1.5rem
}

@media print,
screen and (max-width:47.99875em) {
    .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
        font-size: 1rem
    }
}

.single-product .product .entry-summary .cart .yith-wcwl-add-to-wishlist {
    display: none;
    padding: 10px 25px;
    margin: 0 0 0 1.25rem;
    border: solid 2px var(--site-border-color);
    text-transform: uppercase;
    letter-spacing: 1px
}

@media print,
screen and (max-width:39.99875em) {
    .single-product .product .entry-summary .cart .yith-wcwl-add-to-wishlist {
        display: none
    }
}

@media print,
screen and (min-width:64em) and (max-width:79.99875em) {
    .single-product .product .entry-summary .cart .yith-wcwl-add-to-wishlist {
        display: none
    }
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show>img {
    display: none !important
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist {
    font-size: 0.75rem;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block
}

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

@keyframes loader_fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    content: '';
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--site-border-color);
    border-top-color: var(--site-heading-color);
    -webkit-animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
    animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show.loading .add_to_wishlist:before {
    border-top: 1px solid
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width:39.99875em) {
    .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
    display: inline-block;
    vertical-align: top
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
    font-size: 1rem
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

@media print,
screen and (max-width:39.99875em) {
    .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    display: inline-block;
    color: var(--site-accent-color)
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .feedback+a {
    display: block;
    padding-left: 0.375rem
}

.single-product .product .entry-summary .yith-wcwl-add-button>a i {
    font-size: 1rem;
    margin-right: 0
}

.single-product .product .entry-summary .stock {
    background-color: #C10000;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0.9375rem;
    font-size: 1rem
}

.single-product .product .entry-summary .stock:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.5rem
}

.single-product .product .entry-summary .stock.in-stock {
    background-color: #01841D
}

.single-product .product .entry-summary.summary {
    position: relative;
    font-size: 0.875rem;
    z-index: 1
}

@media print,
screen and (min-width:64em) {
    .single-product .product .entry-summary.summary {
        margin-left: 0.9375rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .single-product .product .entry-summary.summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-product .product .entry-summary.summary .woocommerce-product-details__short-description {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .single-product .product .entry-summary.summary .stock {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .single-product .product .entry-summary.summary .cart,
    .single-product .product .entry-summary.summary .woocommerce-product-details__add-to-cart {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        text-align: -webki-center;
    }

    .single-product .product .entry-summary.summary .yith-wcwl-add-to-wishlist {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .single-product .product .entry-summary.summary .product_meta {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .single-product .product .entry-summary.summary .woocommerce-product-details__share-box {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .single-product .product .entry-summary.summary .nova-product-info-mn {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
}

.single-product .product .entry-summary .nova-product-info-mn {
    margin: 0;
    list-style: none;
    text-align: left
}

.single-product .product .entry-summary .nova-product-info-mn li {
    border-bottom: solid 1px var(--site-border-color);
    margin: 0
}

.single-product .product .entry-summary .nova-product-info-mn li a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 3.75rem
}

.single-product .product .entry-summary .nova-product-info-mn li a .panel-icon {
    margin-right: 1rem
}

.single-product .product .entry-summary .nova-product-info-mn li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-product .product .entry-summary .off-canvas-content {
    text-align: left
}

.single-product .product .woocommerce-breadcrumb {
    text-align: left;
    margin-bottom: 0.9375rem;
    font-size: 0
}

.single-product .product .woocommerce-breadcrumb>a {
    font-size: 0.625rem;
    line-height: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.single-product .product .woocommerce-breadcrumb>span:last-of-type:before {
    display: none
}

.single-product .product .product_title {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

@media print,
screen and (max-width:79.99875em) {
    .single-product .product .product_title {
        margin-bottom: 0;
        text-align:center;
    }
}

.single-product .product .nova-custom__price-rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0 0 1.25rem 0
}

.single-product .product .nova-custom__price-rating-box .woocommerce-product-rating {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.5rem
}

.single-product .product .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product .product .woocommerce-product-rating .star-rating {
    margin-top: 0;
    margin-right: 4px
}

.single-product .product .woocommerce-product-rating .woocommerce-review-link {
    color: inherit;
    font-size: 0.6875rem;
    opacity: 0.75
}

.single-product .product .woocommerce-product-rating .woocommerce-review-link:hover {
    opacity: 1
}

.single-product .product .price {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 600;
    color: var(--site-accent-color-2)
}

.single-product .product .price ins {
    text-decoration: none
}

.single-product .product .price del:before {
    border-top-width: 2px
}

.single-product .product #showmore-1 {
    margin: 0 auto
}

.single-product .product .woocommerce-product-details__short-description {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem
}

.single-product .product .woocommerce-product-details__short-description>p:last-of-type {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .single-product .product .woocommerce-product-details__short-description {
        margin-bottom: 2.9375rem
    }
}

.single-product .product .woocommerce-product-details__short-description.has-toggle {
    margin-bottom: 0.625rem
}

.single-product .product .showmore-button {
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--site-accent-color);
    margin-bottom: 1.5rem
}

.single-product .product .showmore-button:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625rem;
    margin-left: 0.3125rem
}

.single-product .product .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:64em) {
    .single-product .product .cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.single-product .product .cart.variations_form {
    display: block
}

.single-product .product .cart .woocommerce-product-details__add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-product .product .cart .woocommerce-product-details__add-to-cart #wc-stripe-payment-request-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.single-product .product .cart .woocommerce-product-details__add-to-cart #wc-stripe-payment-request-button-separator {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button .quantity {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button .single_add_to_cart_button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-button-separator+.single_add_to_cart_button {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-wrapper {
    clear: both;
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.single-product .product .cart .woocommerce-product-details__add-to-cart.stripe-button #wc-stripe-payment-request-button-separator {
    margin: 0;
    text-align: center;
    clear: both;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%
}

.single-product .product .cart .woocommerce-product-details__add-to-cart .bundle_wrap {
    width: 100%
}

.single-product .product .cart .woocommerce-product-details__add-to-cart .bundle_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.single-product .product .cart .woocommerce-product-details__add-to-cart .quantity.hidden {
    margin-left: 0;
    height: 56px;
    padding: 0
}

.single-product .product .cart .woocommerce-product-details__add-to-cart .quantity.hidden~button {
    padding: 0;
    height: 3.5rem
}

.single-product .product .cart .quantity {
    display: block;
    position: relative;
    text-align: center;
    width: 7.5rem;
    border: solid 1px var(--site-border-color)
}

.single-product .product .cart .quantity input {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--site-accent-color) !important;
}

.single-product .product .cart .quantity .qty-button.dec:after,
.single-product .product .cart .quantity .qty-button.inc:after {
    font-size: 0.75rem
}

.single-product .product .cart .button {
    background-color: var(--site-primary-button-color)
}

.single-product .product .cart .button:hover {
    background-color: var(--site-secondary-button-color);
    border-color: var(--site-secondary-button-color)
}

.single-product .product .woocommerce-product-details__share-box {
    display: inline-block;
    float: left;
    font-size: 0.75rem;
    text-transform: uppercase
}

.single-product .product .woocommerce-product-details__share-box a {
    color: var(--site-heading-color)
}

.single-product .product .woocommerce-product-details__share-box a:hover {
    color: var(--site-accent-color)
}

.single-product .product .woocommerce-product-details__share-box a:last-child i {
    margin-right: 0
}

.single-product .product .woocommerce-product-details__share-box a i {
    font-size: 1rem;
    margin-right: 0.9375rem
}

.single-product .product .nova-divier-line {
    clear: both;
    margin-bottom: 1.875rem
}

.single-product .product div:not(.elementor-widget-container)>.product_meta {
    font-size: 0.75rem;
    text-align: left;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both
}

.single-product .product div:not(.elementor-widget-container)>.product_meta>span {
    display: block;
    margin-bottom: 0.625rem;
    font-weight: 600
}

.single-product .product div:not(.elementor-widget-container)>.product_meta>span>* {
    font-weight: 400
}

.single-product .product div:not(.elementor-widget-container)>.product_meta a {
    display: inline-block;
    margin-right: 0.3125rem
}

.single-product .product .before-product-summary-wrapper,
.single-product .product .elementor-widget-woocommerce-product-images {
    position: relative;
    margin-right: 1.875rem
}

@media print,
screen and (min-width:64em) {

    .single-product .product .before-product-summary-wrapper,
    .single-product .product .elementor-widget-woocommerce-product-images {
        margin-right: 1.875rem
    }
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__trigger,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__trigger {
    display: none
}

.single-product .product .before-product-summary-wrapper .single-product__actions,
.single-product .product .elementor-widget-woocommerce-product-images .single-product__actions {
    position: absolute;
    opacity: 1;
    top: 30px;
    right: 30px;
    width: 40px;
    visibility: visible;
    z-index: 1
}

@media print,
screen and (max-width:39.99875em) {

    .single-product .product .before-product-summary-wrapper .single-product__actions,
    .single-product .product .elementor-widget-woocommerce-product-images .single-product__actions {
        margin-right: -1.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    .single-product .product .before-product-summary-wrapper .single-product__actions,
    .single-product .product .elementor-widget-woocommerce-product-images .single-product__actions {
        right: 50px
    }
}

.single-product .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger svg.robeto-zoom,
.single-product .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger svg.robeto-zoom {
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px
}

.single-product .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger,
.single-product .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: var(--site-heading-color);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.single-product .product .before-product-summary-wrapper .single-product__actions .woocommerce-product-gallery__custom--trigger:hover,
.single-product .product .elementor-widget-woocommerce-product-images .single-product__actions .woocommerce-product-gallery__custom--trigger:hover {
    background-color: var(--site-accent-color);
    color: #fff
}

@media print,
screen and (max-width:39.99875em) {

    .single-product .product .before-product-summary-wrapper .woocommerce-product-gallery,
    .single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-bottom: 1.5rem
    }
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img {
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__wrapper:after,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper:after {
    content: "";
    display: block;
    clear: both
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__image,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image {
    text-align: center
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__image img,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img {
    width: 100%
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem 0
}

@media print,
screen and (min-width:40em) {

    .single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs,
    .single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs {
        margin: 1.25rem -4px
    }
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    width: 15%;
    text-align: center;
    margin: 6px
}

@media print,
screen and (max-width:39.99875em) {

    .single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li,
    .single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs li {
        width: calc(23% - 8px)
    }
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs img,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
    max-width: 127px
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    opacity: 0.5
}

.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery .flex-direction-nav,
.single-product .product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .flex-direction-nav {
    display: none
}

.single-product .product .product-item__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: stretch;
    position: revert;
    z-index: 0;
    height: 47px;
}

.single-product .product .product-item__badges>span+span {
    margin-top: 30px
}

.single-product .product .product-item__badges .nova_new_product {
    position: relative;
    padding: 17px 7px 15px 7px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    top: 0;
    left: 0;
    border-radius: 37px;
    background-color: var(--site-accent-color);
    color: #fff;
}

.single-product .product .product-item__badges .onsale {
    margin-left: 20px;
    position: relative;
    padding: 12px 19px 25px 22px;
    display: block;
    font-size: 17px;
    line-height: 1;
    top: -25px;
    background-color: var(--site-accent-color-2);
    color: var(--site-heading-color);
}

.single-product .product.product-type-variable .variations_form .variations {
    position: relative;
    margin-bottom: 0
}

.single-product .product.product-type-variable .variations_form .variations tr {
    display: block;
    border-bottom: none;
    margin-bottom: 0.625rem
}

.single-product .product.product-type-variable .variations_form .variations td {
    display: block;
    padding: 0;
    position: relative
}

.single-product .product.product-type-variable .variations_form .variations td label {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    color: var(--site-heading-color);
    font-weight: 600;
    margin-right: 0.9375rem;
    text-transform: capitalize
}

.single-product .product.product-type-variable .variations_form .variations td.value select {
    border-color: var(--site-accent-color);
    background-image: none
}

.single-product .product.product-type-variable .variations_form .variations td.value .select2:before {
    bottom: -1px
}

.single-product .product.product-type-variable .variations_form .variations td.value .reset_variations {
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.9375rem
}

.single-product .product.product-type-variable .variations_form .variations td.value .reset_variations:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    margin-right: 4px
}

.single-product .product.product-type-variable .variations_form .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal
}

.single-product .product.product-type-variable .variations_form .woocommerce-variation-price {
    margin-bottom: 1.875rem
}

.single-product .product.product-type-variable .variations_form .single_variation_wrap {
    width: 100%;
    margin-top: 1.875rem
}

.single-product .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.single-product .product.product-type-variable .variations_form .single_variation_wrap .woocommerce-variation-description {
    font-size: 0.875rem
}

.single-product .product.product-type-external .woocommerce-product-details__add-to-cart {
    margin-bottom: 1.5rem
}

.single-product .product.product-type-external p.cart a.button {
    width: 100%;
    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;
    padding: 1.125rem;
    color: #fff;
    text-transform: uppercase
}

.single-product .product.product-type-grouped .group_table {
    table-layout: fixed
}

.single-product .product.product-type-grouped .group_table tr {
    border-bottom: solid 1px var(--site-border-color);
    margin-bottom: 0.625rem
}

.single-product .product.product-type-grouped .group_table tr.outofstock td.woocommerce-grouped-product-list-item__quantity a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

.single-product .product.product-type-grouped .group_table tr td {
    vertical-align: middle;
    padding: 0.625rem 0
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    width: 7.5rem;
    padding-right: 1rem;
    padding-left: 0
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
    border: 0
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input {
    padding: 0 10px;
    color: inherit
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
    line-height: 3
}

@media print,
screen and (max-width:39.99875em) {
    .single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__quantity .button svg {
    display: none
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable {
    background: transparent;
    position: relative;
    font-size: 0;
    padding: 0;
    opacity: 1;
    color: var(--site-heading-color);
    text-align: left;
    border: 0
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external:hover,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple:hover,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable:hover {
    border: 0 !important
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external:before,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple:before,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable:before {
    margin-right: 0;
    top: 4px !important;
    opacity: 1 !important
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external .button-icon,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple .button-icon,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable .button-icon {
    display: none
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external i,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple i,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable i {
    font-style: normal
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external .elime-addtocart,
.single-product .product.product-type-grouped .group_table tr td a.product_type_external .text,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple .elime-addtocart,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple .text,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable .elime-addtocart,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable .text {
    display: none
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external .tooltip,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple .tooltip,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable .tooltip {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    position: absolute;
    padding: 7px 9px 4px 9px;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external .tooltip:after,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple .tooltip:after,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable .tooltip:after {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(27, 27, 29, 0);
    border-width: 6px;
    margin-left: -6px
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip {
    overflow: visible;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    top: -42px
}

@media print,
screen and (min-width:64em) {

    .single-product .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip,
    .single-product .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip,
    .single-product .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip {
        opacity: 1;
        visibility: visible
    }
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external:hover .tooltip:hover,
.single-product .product.product-type-grouped .group_table tr td a.product_type_simple:hover .tooltip:hover,
.single-product .product.product-type-grouped .group_table tr td a.product_type_variable:hover .tooltip:hover {
    display: none
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_variable:before {
    position: absolute;
    top: 18px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

.single-product .product.product-type-grouped .group_table tr td a.product_type_external:before {
    position: absolute;
    top: 19px;
    left: 19px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.125rem;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label {
    padding: 0;
    text-transform: none
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__label label a {
    font-size: 0.875rem;
    line-height: 1.5rem
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-size: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 0;
    margin-bottom: 0
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price del {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block
}

.single-product .product.product-type-grouped .group_table tr td.woocommerce-grouped-product-list-item__price del .amount {
    opacity: 1
}

.single-product .product.product-type-grouped form.cart.grouped_form {
    display: block
}

.single-product .product.product-type-grouped form.cart .button {
    padding: 1rem 0 !important;
    width: 100%;
    border-radius: 3px !important
}

.single-product .product.product-type-grouped form.cart .yith-wcwl-add-to-wishlist {
    border: none;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: 0
}

.single-product .product .tawcvs-swatches .swatch {
    width: 60px;
    height: 40px;
    line-height: 18px;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0
}

.single-product .product .tawcvs-swatches .swatch.selected {
    background-color: var(--site-accent-color);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--site-accent-color)
}

.single-product .product .tawcvs-swatches .swatch-color {
    position: relative;
    border: 1px solid transparent
}

.single-product .product .tawcvs-swatches .swatch-color.swatch-white {
    border: solid 1px var(--site-heading-color)
}

.single-product .product .tawcvs-swatches .swatch-color.swatch-white.selected:before {
    border-color: var(--site-heading-color)
}

.single-product .product .tawcvs-swatches .swatch-color.swatch-yellow.selected:before {
    border-color: var(--site-heading-color)
}

.single-product .product .tawcvs-swatches .swatch-color.selected {
    position: relative;
    background-color: var(--site-accent-color);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--site-accent-color)
}

.single-product .product .tawcvs-swatches .swatch-color.selected:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--site-accent-color)
}

.single-product .product .tawcvs-swatches .swatch-label {
    background-color: var(--site-border-color);
    width: auto;
    height: auto;
    color: var(--site-heading-color);
    font-size: 0.875rem;
    font-weight: 400;
    padding: 5px 25px
}

@media print,
screen and (min-width:64em) {
    .single-product .product_infos {
        margin-bottom: 5rem
    }
}

.single-product section.related,
.single-product section.upsells {
    text-align: center
}

.single-product section.related>h2,
.single-product section.upsells>h2 {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 auto 3.75rem auto;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media print,
screen and (max-width:47.99875em) {

    .single-product section.related ul.products,
    .single-product section.upsells ul.products {
        padding-top: 0
    }
}

.single-product section.related .product,
.single-product section.upsells .product {
    width: calc(100% / 2)
}

@media print,
screen and (min-width:40em) {

    .single-product section.related .product,
    .single-product section.upsells .product {
        width: calc(100% / 4)
    }
}

.single-product section.related:last-child,
.single-product section.upsells:last-child {
    margin-bottom: 0
}

@media screen and (min-width:80em) {
    .single-product .product-single-layout-style_2 .woocommerce-product-gallery {
        position: relative;
        padding-left: 120px
    }

    .single-product .product-single-layout-style_2 .woocommerce-product-gallery .flex-control-thumbs {
        display: block !important;
        margin: 0 !important;
        padding-right: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 100%;
        overflow: hidden
    }

    .single-product .product-single-layout-style_2 .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 0 20px 0 !important
    }

    .single-product .product-single-layout-style_2 .woocommerce-product-gallery .flex-control-thumbs li:last-child {
        margin: 0 !important
    }
}

.single-product .product-single-layout-style_3 {
    position: relative
}

.single-product .product-single-layout-style_3 .woocommerce-product-gallery__image {
    width: 50%;
    float: left;
    border: 5px solid transparent
}

.single-product .product-single-layout-style_3 .woocommerce-product-gallery__image:nth-child(odd) {
    clear: left
}

.product-sidebar-area {
    width: 17%;
    padding: 1.6875rem 0
}

@media print,
screen and (min-width:40em) {
    .product-sidebar-area {
        padding: 2.025rem 0
    }
}

@media print,
screen and (min-width:64em) {
    .product-sidebar-area {
        padding: 2.7rem 0
    }
}

@media screen and (min-width:80em) {
    .product-sidebar-area {
        padding: 3.0375rem 0
    }
}

.product-content-area {
    width: 100%;
    margin-top: 1.25rem;
    color: var(--site-text-color);
}

.single-product-sidebar-active .product-content-area {
    width: 83%
}

@media print,
screen and (max-width:79.99875em) {
    .single-product-sidebar-active .product-content-area {
        width: 100%
    }
}

.single-product-sidebar-left .product-content-area {
    padding-left: 1.875rem
}

.single-product-sidebar-right .product-content-area {
    padding-right: 1.875rem
}

.single-product-sidebar-active.single-product .product .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block
}

.single-product-sidebar-active.single-product .product .entry-summary .cart .yith-wcwl-add-to-wishlist,
.single-product-sidebar-active.single-product .product .entry-summary .woocommerce-product-details__add-to-cart+.yith-wcwl-add-to-wishlist {
    display: none
}

.single-product-sidebar-active.single-product .elementor-section.elementor-section-stretched {
    left: 0 !important;
    width: 100% !important
}

.kitify .nova-woocommerce-tabs {
    margin-bottom: 0
}

.nova-woocommerce-tabs {
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:40em) {
    .nova-woocommerce-tabs {
        margin-bottom: 3.75rem
    }
}

.nova-woocommerce-tabs .accordion {
    margin-bottom: 0
}

.nova-woocommerce-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: var(--site-border-color);
    border-width: 0 0 1px 0;
    margin: 0 0 2.5rem
}

.nova-woocommerce-tabs .tabs .tabs-title {
    position: relative;
    top: 0px;
    margin-bottom: 0
}

.nova-woocommerce-tabs .tabs .tabs-title>a {
    position: relative;
    background: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--site-heading-color);
    padding: 0 0 1.25rem 0;
    margin-right: 1.875rem
}

.nova-woocommerce-tabs .tabs .tabs-title>a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.nova-woocommerce-tabs .tabs .tabs-title>a:hover {
    color: var(--site-heading-color)
}

.nova-woocommerce-tabs .tabs .tabs-title>a:focus,
.nova-woocommerce-tabs .tabs .tabs-title>a[aria-selected=true] {
    position: relative
}

.nova-woocommerce-tabs .tabs .tabs-title>a:focus span,
.nova-woocommerce-tabs .tabs .tabs-title>a[aria-selected=true] span {
    position: relative;
    z-index: 1
}

.nova-woocommerce-tabs .tabs-content {
    border: none;
    text-align: left;
    color: var(--site-text-color);
    font-size: 1rem
}

.nova-woocommerce-tabs .tabs-content .tabs-panel {
    padding: 0
}

.nova-woocommerce-tabs .tabs-content .widget-image-caption {
    max-width: 45.625rem;
    margin: 1.25rem auto
}

.nova-woocommerce-tabs .accordion-title {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid var(--site-border-color)
}

.nova-woocommerce-tabs .accordion-title:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.8125rem;
    right: 0
}

.nova-woocommerce-tabs .accordion-content {
    padding-top: 1.875rem;
    color: var(--site-text-color)
}

.nova-woocommerce-tabs .is-active .accordion-title:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.8125rem
}

.nova-woocommerce-tabs .shop_attributes {
    font-size: 0.875rem;
    max-width: 31.25rem
}

.nova-woocommerce-tabs .shop_attributes tr {
    border: none;
    vertical-align: text-top
}

.nova-woocommerce-tabs .shop_attributes tr th {
    color: var(--site-heading-color);
    font-weight: 600;
    width: 50%
}

.nova-woocommerce-tabs .shop_attributes tr td,
.nova-woocommerce-tabs .shop_attributes tr th {
    padding-top: 0;
    padding-bottom: 1rem
}

.nova-woocommerce-tabs .shop_attributes tr:last-child td:last-of-type,
.nova-woocommerce-tabs .shop_attributes tr:last-child th:last-of-type {
    padding-bottom: 0
}

.nova-woocommerce-tabs .woocommerce-Reviews {
    max-width: 50.3125rem;
    margin: 0 auto
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments {
    margin-bottom: 3rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .meta {
    margin: 0
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-noreviews {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
    list-style-type: none;
    margin: 0
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review {
    margin-bottom: 1.5rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid;
    border-color: var(--site-border-color)
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .avatar {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1.25rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text {
    float: right;
    width: calc(100% - 80px);
    margin-top: -0.3125rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
    float: right
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__author {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--site-heading-color)
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text p.meta .woocommerce-review__published-date {
    font-size: 0.75rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .description p {
    margin-bottom: 0
}

.nova-woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-pagination>ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
    display: block;
    color: var(--site-heading-color);
    font-family: var(--site-secondary-font);
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-form label {
    font-size: 0.75rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-notes {
    font-size: 0.8125rem;
    line-height: 1.4
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating {
    margin-bottom: 1.5rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars {
    font-size: 1rem
}

.nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-form-comment {
    margin-bottom: 1rem
}

@media print,
screen and (min-width:40em) {

    .nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form-author,
    .nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form-email {
        width: 49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 1rem
    }

    .nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form-author input,
    .nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form-email input {
        margin-bottom: 0
    }

    .nova-woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form-email {
        margin-right: 0
    }
}

.layout-type-tab_left .nova-woocommerce-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22%;
    border: 0;
    margin-right: 2.5rem
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title {
    border: solid 1px var(--site-border-color);
    margin-bottom: 0.625rem
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title>a {
    padding: 1rem;
    margin: 0;
    text-align: center
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title.is-active,
.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title:hover {
    background: var(--site-heading-color);
    border-color: var(--site-heading-color);
    color: #fff
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title.is-active>a,
.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title.is-active>a:hover,
.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title:hover>a,
.layout-type-tab_left .nova-woocommerce-tabs .tabs>.tabs-title:hover>a:hover {
    color: #fff
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs-content {
    width: 78%
}

.layout-type-tab_left .nova-woocommerce-tabs .tabs-content .woocommerce-Reviews {
    max-width: 100%
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    position: absolute;
    background: var(--site-accent-color);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem !important;
    top: 20px;
    left: 20px;
    z-index: 999
}

body.woocommerce-cart .cart-collaterals {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8125rem;
    width: 100%;
    margin-top: 1.25rem;
    float: right
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .cart-collaterals {
        width: 37%;
        padding-left: 0;
        margin-top: 0;
        margin-left: 3%
    }
}

@media screen and (min-width:80em) {
    body.woocommerce-cart .cart-collaterals {
        width: 37%;
        margin-top: 0;
        margin-left: 3%
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 1.875rem;
    border: solid 1px var(--site-heading-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-family: inherit;
    font-size: 1.1875rem;
    margin-bottom: 0.5rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
    display: block
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
    display: block;
    border-bottom: solid 1px var(--site-border-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
    vertical-align: top;
    padding-right: 70px;
    width: 60px;
    font-weight: bold;
    min-width: 130px;
    color: var(--site-heading-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
    padding-top: 24px;
    padding-bottom: 24px
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal .woocommerce-Price-amount {
    font-size: 1rem;
    font-weight: bold;
    color: var(--site-heading-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount .woocommerce-remove-coupon {
    color: inherit;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    margin-left: 0.75rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount .woocommerce-remove-coupon:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 8px;
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
    top: 1px
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping ul#shipping_method {
    margin: 0;
    list-style-type: none
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping ul#shipping_method li input {
    margin-bottom: 0.5rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
    font-size: 0.875rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator>p {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator>p .shipping-calculator-button {
    border-bottom: 2px solid;
    display: inline-block;
    text-transform: capitalize
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator>p .shipping-calculator-button:hover {
    border-bottom: 2px solid transparent
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form {
    margin-top: 0.8125rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row {
    margin-bottom: 1rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .select2 {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p.form-row .input-text:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
    background: none;
    color: var(--site-heading-color);
    border: 1px solid;
    border-color: var(--site-heading-color);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button:hover {
    background-color: var(--site-accent-color);
    border: 1px solid transparent;
    color: #fff
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
    border-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total .woocommerce-Price-amount {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--site-heading-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    font-weight: bold;
    color: var(--site-heading-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    background-color: var(--site-primary-button-color);
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    width: 100%;
    text-transform: uppercase
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--site-secondary-button-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
    text-align: center
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
    text-align: center;
    padding: 1rem 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons a {
    display: block
}

body.woocommerce-cart .continue-shopping {
    margin-top: 1rem;
    text-align: center
}

body.woocommerce-cart .continue-shopping a {
    background: none;
    opacity: 1
}

body.woocommerce-cart .cross-sells {
    margin-top: 4rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .cross-sells {
        margin-top: 6.5rem
    }
}

body.woocommerce-cart .cross-sells>h2 {
    font-size: 1rem;
    margin-bottom: 2rem
}

@media print,
screen and (min-width:64em) {

    body.woocommerce-cart .cross-sells li.product,
    body.woocommerce-cart .cross-sells ul.products {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

body.woocommerce-cart .woocommerce .cart-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 6.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4
}

body.woocommerce-cart .woocommerce .cart-empty:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 6.5rem;
    margin-bottom: 2.5rem
}

body.woocommerce-cart .woocommerce .product-suggestions-title {
    display: inline-block;
    margin-bottom: 2rem
}

body.woocommerce-cart .woocommerce .return-to-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.woocommerce-cart .entry-title {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .entry-title {
        margin-top: 2rem;
        margin-bottom: 4.5rem
    }
}

body.woocommerce-cart .woocommerce {
    font-size: 0
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8125rem;
    width: 100%;
    position: relative
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 60%
    }
}

@media screen and (min-width:80em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 60%
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form {
        display: block
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
        margin-bottom: 4rem
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form input:not(.button) {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form input:not(.button):focus {
    background: none
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form thead th {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.9375rem;
    border-bottom: solid 1px var(--site-border-color)
}

@media print,
screen and (max-width:63.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form thead th {
        display: none
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td {
    padding: 1rem
}

@media print,
screen and (max-width:63.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form td {
        padding: 1rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem 0
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-price .woocommerce-Price-amount {
    font-size: 1rem;
    font-weight: bold;
    color: var(--site-heading-color)
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-quantity {
    text-align: center
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-quantity .quantity {
    margin: 0 auto
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item {
    position: relative
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove {
        position: absolute;
        right: -10px
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove {
        width: 14px
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove a.remove {
    font-size: 0;
    display: block
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove a.remove {
        margin-left: -10px;
        padding: 10px;
        margin-right: 0.375rem;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        display: inline-block
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove a.remove:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove a.remove {
        width: 20px;
        height: 20px;
        margin-right: 0;
        float: right;
        padding: 5px;
        margin-top: -4px;
        margin-right: 5px
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove a.remove:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1.125rem
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail {
        width: 120px;
        padding-right: 16px;
        min-width: 78px
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail .wp-post-image {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail:hover .wp-post-image {
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98)
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail a {
    display: block;
    width: 100%
}

@media print,
screen and (min-width:40em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-thumbnail a {
        width: 90px
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name {
        display: table;
        width: 100%;
        text-align: left;
        margin: 1.1rem 0;
        vertical-align: middle;
        position: relative
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name:before {
        content: attr(data-title);
        width: 50%;
        display: table-cell;
        vertical-align: middle
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name {
        padding-right: 1.875rem
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a {
    display: block;
    font-size: 0.875rem
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a {
        float: right;
        text-align: right;
        display: block
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a {
        margin-right: 72px
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name a.remove {
    display: inline-block;
    font-size: 0.625rem;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 1.875rem
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation {
    font-size: 0.75rem
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation {
        text-align: right;
        width: 100%;
        display: block;
        float: right;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation {
        margin-top: 8px;
        margin-bottom: 0
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation dt {
    font-weight: normal
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation dt {
        margin-bottom: 0;
        margin-top: 10px
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation dt {
        margin: 0 5px 0 0;
        float: left;
        clear: both
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation dd {
        margin: 0 5px 0 0;
        float: left
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-price:before {
        content: attr(data-title);
        width: 50%
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-price .amount {
        text-align: right;
        width: 50%
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity:before {
        content: attr(data-title);
        width: 50%
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity {
    position: relative;
    width: 46px;
    height: 46px
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity input {
    height: 46px;
    font-size: 1rem;
    border: solid 1px;
    padding: 0
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity .qty-button {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: var(--site-heading-color);
    font-size: 1.25rem;
    cursor: pointer
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-quantity .quantity .qty-button.inc {
    left: auto;
    right: 0
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal {
    font-size: 1rem;
    font-weight: bold;
    color: var(--site-heading-color)
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal {
        padding-right: 1.6875rem;
        text-align: left
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal:before {
        content: attr(data-title);
        width: 50%
    }
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal .amount {
        text-align: right;
        width: 50%
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-subtotal small {
    display: none
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) {
    border-bottom: 0
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions {
    padding-top: 2.375rem;
    padding-bottom: 0;
    position: relative
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button {
    outline: none
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1rem
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon.bottom_line:before {
    width: 100%
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
        width: 50%;
        position: relative;
        margin-bottom: 0
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon label {
    display: none
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon #coupon_code {
    font-size: 0.875rem;
    line-height: 1rem;
    border-width: 0 0 1px 0;
    width: 100%;
    margin-bottom: 0;
    padding-right: 40%
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon #coupon_code {
        padding-left: 0
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon button[name=apply_coupon] {
    background: none;
    padding: 0;
    width: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    color: var(--site-heading-color);
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 48px;
    outline: none;
    text-transform: uppercase
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon button[name=apply_coupon]:hover {
    color: var(--site-accent-color)
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon button[name=apply_coupon] {
        right: 0;
        bottom: 50%;
        margin-bottom: -18px;
        padding-right: 0;
        height: inherit;
        line-height: inherit
    }
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name=update_cart] {
    width: auto;
    background: none;
    color: var(--site-heading-color);
    padding: 0;
    outline: none;
    padding: 0.9375rem;
    border: solid 1px;
    text-transform: uppercase
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name=update_cart]:hover {
    background-color: var(--site-accent-color);
    color: #fff;
    border-color: transparent
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name=update_cart] {
        position: absolute;
        top: calc(50% + 38px);
        margin-top: -19px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }
}

.swiper-container .swiper-slide,
.swiper-container .swiper-slide-duplicate {
    overflow: hidden;
    height: auto
}

.swiper-container .swiper-slide .down-up>.span,
.swiper-container .swiper-slide-duplicate .down-up>.span {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.swiper-container .swiper-slide-active .down-up>.span,
.swiper-container .swiper-slide-duplicate-active .down-up>.span,
.swiper-container .swiper-slide-duplicate.swiper-slide-active .down-up>.span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.swiper-slide-active .fade,
.swiper-slide-duplicate-active .fade,
.swiper-slide-duplicate.swiper-slide-active .fade {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.down-up {
    display: block;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.down-up>.span {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity, -webkit-transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: opacity, -webkit-transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: opacity, transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: opacity, transform 0.75s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.75s cubic-bezier(0.8, 0, 0.2, 1)
}

.swiper-control {
    line-height: 0
}

.swiper-control .swiper-pagination {
    position: relative
}

.swiper-control .swiper-button-next,
.swiper-control .swiper-button-prev {
    background-image: none;
    display: inline-block;
    margin-top: 0;
    height: 60px;
    width: 60px;
    outline: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1)
}

.swiper-control .swiper-button-next:hover,
.swiper-control .swiper-button-prev:hover {
    opacity: 1
}

.swiper-control .swiper-button-prev {
    left: 0
}

.swiper-control .swiper-button-next {
    right: 0
}

.slider-nav {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.slider-nav--progress {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.slider-nav__arrow {
    fill: #fff
}

.slider-nav__arrow--white {
    fill: #fff
}

.slider-nav__path-progress {
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 141;
    stroke-dashoffset: 141
}

.slider-nav__path-progress--gray {
    stroke: var(--site-border-color)
}

.slider-nav__path-progress--white {
    stroke: #fff
}

.slider-nav__path--gray {
    stroke-width: 1;
    fill: transparent;
    stroke: var(--site-border-color);
    opacity: 0.4;
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.slider-nav__path--white {
    stroke: rgba(255, 255, 255, 0.2);
    fill: transparent
}

.slider-nav:hover .slider-nav__path--gray {
    opacity: 1;
    fill: #333;
    stroke: #333;
    stroke-width: 0
}

.slider-nav:hover .slider-nav__path--white {
    opacity: 1;
    stroke: #fff;
    fill: #fff
}

.slider-nav:hover .slider-nav__arrow {
    fill: #fff
}

.slider-nav:hover .slider-nav__arrow--white {
    fill: #000
}

@-webkit-keyframes circle-progress {
    0% {
        stroke-dashoffset: 141
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes circle-progress {
    0% {
        stroke-dashoffset: 141
    }

    to {
        stroke-dashoffset: 0
    }
}

.shortcode_nova_slider {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    width: 100%;
    height: 100vh
}

@media print,
screen and (max-width:39.99875em) {
    .vc_row:not(.vc_row-no-padding) .shortcode_nova_slider {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
        width: calc(100% + 2.5rem) !important
    }
}

.shortcode_nova_slider .slider__caption .swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: var(--slide-caption-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
    padding: 1.6875rem 1.25rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width:90em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:40em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding: 2.025rem 1.5rem
    }
}

@media screen and (min-width:90em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding: 2.7rem 2rem
    }
}

@media screen and (min-width:90em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

@media screen and (min-width:80em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding: 3.0375rem 2.25rem
    }
}

@media screen and (min-width:90em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item {
        padding-left: 5.25rem;
        padding-right: 5.25rem
    }
}

.shortcode_nova_slider .slider__caption .swiper-slide .slider__item .slide-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 1.5625rem;
    color: inherit;
    -webkit-transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    width: 100%
}

.shortcode_nova_slider .slider__caption .swiper-slide .slider__item .slide-title {
    font-size: 2rem;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 1.5625rem;
    line-height: 1;
    -webkit-transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
    width: 100%
}

@media screen and (min-width:80em) {
    .shortcode_nova_slider .slider__caption .swiper-slide .slider__item .slide-title {
        font-size: 2.25rem
    }
}

.shortcode_nova_slider .slider__caption .swiper-slide .slider__item .slide-description {
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 2.1875rem;
    width: 100%
}

.shortcode_nova_slider .slider__caption .swiper-slide .slider__item .nova-slider__button-wrapper {
    width: 100%
}

.shortcode_nova_slider .slider__image .cover-slider {
    background-size: cover;
    background-position: top center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.shortcode_nova_slider .control-slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 1
}

.shortcode_nova_slider .control-slider--vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.27rem 0;
    bottom: 0;
    right: 60%;
    width: 7.5rem;
    z-index: 2;
    background-color: var(--site-heading-color)
}

@media print,
screen and (max-width:47.99875em) {
    .shortcode_nova_slider .control-slider--vertical {
        display: none !important
    }
}

.shortcode_nova_slider .control-slider--vertical .swiper-button-next,
.shortcode_nova_slider .control-slider--vertical .swiper-button-prev {
    display: block
}

.shortcode_nova_slider .control-slider--vertical .swiper-button-next {
    margin-bottom: 1.875rem
}

.shortcode_nova_slider .control-slider--bottom {
    bottom: 0;
    right: 0
}

.shortcode_nova_slider.slider-horizontal {
    position: relative
}

.shortcode_nova_slider.slider-horizontal .slider__caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    height: 100%;
    width: 40%
}

@media print,
screen and (max-width:47.99875em) {
    .shortcode_nova_slider.slider-horizontal .slider__caption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
        width: 0;
        height: 0
    }
}

.shortcode_nova_slider.slider-horizontal .slider__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    height: 100%;
    width: 60%
}

@media print,
screen and (max-width:47.99875em) {
    .shortcode_nova_slider.slider-horizontal .slider__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.shortcode_nova_slider .swiper-pagination-fraction {
    color: #fff;
    margin-bottom: 3.125rem
}

.mobile-slider-caption {
    display: none;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 1.25rem
}

.mobile-slider-caption .slide-subtitle {
    color: #FFF !important
}

.mobile-slider-caption .slide-title {
    color: #FFF !important
}

.mobile-slider-caption .slide-description {
    color: #FFF !important;
    margin-bottom: 1.875rem
}

@media print,
screen and (max-width:47.99875em) {
    .mobile-slider-caption {
        display: block
    }
}

.nova-slider-navigation {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 19
}

.nova-slider-navigation>div {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-bottom: 3.125rem
}

.nova-slider-navigation>div span {
    position: relative
}

.nova-slider-navigation>div span:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    background-color: #FFF;
    width: 100%;
    height: 1px;
    -webkit-transition: width .4s;
    transition: width .4s
}

.nova-slider-navigation>div i {
    font-size: 0.875rem;
    margin: 0 7px
}

.nova-slider-navigation>div:hover span:after {
    width: 150%
}

.nova-slider-navigation>div:focus {
    outline: 0
}

.nova-slider-navigation .nova-slider-button-prev {
    margin-left: 1.875rem
}

.nova-slider-navigation .nova-slider-button-prev span:after {
    left: auto;
    right: 0
}

.nova-slider-navigation .nova-slider-button-next {
    float: right;
    margin-right: 1.875rem
}

.nova-banner {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.nova-banner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nova-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.nova-banner__img {
    display: block
}

.nova-banner__img {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01)
}

.nova-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center
}

.nova-banner__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    font-size: 1.125rem
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .nova-banner__content-wrap {
        font-size: 0.875rem
    }
}

.nova-banner__content-wrap h1 {
    color: #fff
}

.nova-banner__content-wrap p {
    font-size: 1.125rem;
    margin-bottom: 0.875rem
}

@media print,
screen and (min-width:64em) and (max-width:79.99875em) {
    .nova-banner__content-wrap p {
        font-size: 0.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .nova-banner__content-wrap p {
        font-size: 0.875rem;
        margin-bottom: 0.25rem
    }
}

.nova-banner__button {
    margin-top: 0.875rem
}

.nova-banner:hover .nova-banner__img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.nova-header-shortcode {
    text-align: center
}

.nova-header-shortcode__inner {
    max-width: 46.875rem;
    margin: 0 auto
}

.nova-header-shortcode__inner h1 {
    position: relative;
    font-size: 1.875rem;
    margin-top: 0.625rem
}

@media print,
screen and (min-width:40em) {
    .nova-header-shortcode__inner h1 {
        font-size: 3.75rem
    }
}

.nova-header-shortcode__inner h1:before {
    position: absolute;
    content: '';
    top: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 7px;
    background-color: var(--site-accent-color);
    border-radius: 7px
}

.nova-header-shortcode__inner p {
    font-size: 0.875rem
}

@media print,
screen and (min-width:40em) {
    .nova-header-shortcode__inner p {
        font-size: 1.25rem
    }
}

.wpb_video_widget .wpb_video_wrapper .responsive-embed {
    padding: 0
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post {
        margin-bottom: 2.5rem;
        display: block
    }
}

@media print,
screen and (max-width:39.99875em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-right: 1rem
    }
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_image .wp-post-image.size-medium {
    display: none
}

@media print,
screen and (min-width:40em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_image .wp-post-image.size-medium {
        display: block;
        margin-bottom: 1.5rem;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_image .wp-post-image.size-medium:hover {
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98)
    }
}

@media print,
screen and (min-width:40em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_image .wp-post-image.size-thumbnail {
        display: none
    }
}

@media print,
screen and (max-width:39.99875em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content {
        margin-right: 1rem
    }
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content .nova_shortcode_blog_posts_meta {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    margin-bottom: 0.75rem
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content .nova_shortcode_blog_posts_meta a {
    opacity: 0.75
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content .nova_shortcode_blog_posts_meta a:hover {
    opacity: 1
}

.nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content .nova_shortcode_blog_posts_title {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    word-wrap: break-word
}

@media print,
screen and (min-width:40em) {
    .nova_shortcode_blog_posts .nova_shortcode_blog_post .nova_shortcode_blog_posts_content .nova_shortcode_blog_posts_title {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.nova-collection {
    text-align: center
}

.nova-collection__img+.nova-collection__inner {
    margin-top: 4.75rem
}

.nova-collection__inner {
    max-width: 46.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0 auto
}

.nova-collection__inner+.nova-collection__img,
.nova-collection__inner+.nova-collection__link {
    margin-top: 4.75rem
}

.nova-collection__link {
    display: block;
    position: relative
}

.nova-collection__link:hover .nova-collection__icon {
    opacity: 1
}

.nova-collection__icon {
    width: 34px;
    height: 34px;
    color: #fff;
    background-color: var(--site-heading-color);
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.nova-collection__icon svg.svg-icon {
    width: 20px;
    height: 20px
}

.nova-collection__label {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 5rem;
    background-color: var(--site-accent-color)
}

.nova-collection__title {
    position: relative;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: normal;
    margin-top: 2.1875rem;
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .nova-collection__title {
        font-size: 2.25rem
    }
}

.nova-collection__subtitle {
    font-size: 0.875rem;
    margin-bottom: 2.1875rem
}

@media print,
screen and (min-width:40em) {
    .nova-collection__subtitle {
        font-size: 1rem
    }
}

.nova-collection__description {
    margin-bottom: 0
}

.nova-instagram-feeds .instagram-feeds {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.nova-instagram-feeds .instagram-feeds .instagram-feed {
    width: 100%;
    padding: 0;
    margin: 0
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item {
    position: relative;
    color: #fff;
    overflow: hidden
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item .instagram-date,
.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item .instagram-info {
    display: none
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item .item--overlay {
    z-index: 2;
    opacity: 0;
    background-color: rgba(52, 53, 56, 0.4)
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item .item--overlay i {
    position: absolute;
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item:hover .item--overlay {
    visibility: visible;
    opacity: 1
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .instagram-item a.thumbnail {
    padding-bottom: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative
}

.nova-instagram-feeds .instagram-feeds .instagram-feed.image-as-43 .instagram-item a.thumbnail {
    padding-bottom: 75%
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .image-as-169 .instagram-item a.thumbnail {
    padding-bottom: 56.25%
}

.nova-instagram-feeds .instagram-feeds .instagram-feed .image-as-2351 .instagram-item a.thumbnail {
    padding-bottom: 42.55%
}

.wpb-js-composer .vc_tta-panel-body {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.wpb-js-composer .vc_tta-panel-body .products {
    padding-top: 2.125rem
}

.wpb-js-composer [class*=vc_tta-nova-] .vc_tta-panel .vc_tta-panel-body {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out
}

.wpb-js-composer [class*=vc_tta-nova-] .vc_active .vc_tta-panel-body {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto !important;
    animation: in-bottom50 450ms ease 0 1 forwards;
    -webkit-animation: in-bottom50 450ms ease 0 1 forwards
}

.wpb-js-composer [class*=vc_tta-nova-] .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block
}

@media (max-width:767px) {
    .wpb-js-composer [class*=vc_tta-nova-] .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
        padding-bottom: 0
    }
}

.wpb-js-composer [class*=vc_tta-nova-] .vc_tta-panel-heading {
    margin: 10px 0
}

.wpb-js-composer [class*=vc_tta-nova-] .vc_tta-panel-heading .vc_tta-panel-title {
    margin: 0;
    line-height: normal
}

@media (max-width:767px) {
    .wpb-js-composer [class*=vc_tta-nova-] .vc_tta-panel-heading .vc_tta-panel-title {
        font-size: 14px
    }
}

[class*=vc_tta-nova-]>h2 {
    display: none
}

[class*=vc_tta-nova-] .vc_tta-tabs-list {
    list-style: none;
    margin: 15px 0 20px;
    padding: 0;
    line-height: 24px
}

[class*=vc_tta-nova-] .vc_tta-tabs-list li {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    vertical-align: middle
}

[class*=vc_tta-nova-] .vc_tta-tabs-list a {
    padding: 0;
    position: relative;
    display: block;
    color: inherit
}

[class*=vc_tta-nova-] .tabs-nova-1 .vc_tta-tabs-list {
    font-size: 14px
}

[class*=vc_tta-nova-] .tabs-nova-1 .vc_tta-tabs-list li {
    margin: 0 5px
}

.wpb-js-composer .vc_tta-container .elm-ajax-container-wrapper {
    display: none
}

.wpb-js-composer .vc_tta-container .vc_active .elm-ajax-container-wrapper {
    display: block
}

.archive .products .woocommerce-de_price_taxrate {
    margin-top: -1.4rem
}

.archive .shipping_de.shipping_de_string {
    margin-bottom: 0
}

.minicart .jde_hint {
    padding: 0 40px
}

.single-product .wgm-extra-costs-eu {
    margin-bottom: 1.2em
}

.single-product .shipping_de.shipping_de_string {
    margin-bottom: 42px
}

.woocommerce-cart .order-total .includes_tax,
.woocommerce-checkout .order-total .includes_tax {
    font-size: 11px
}

.single-product .wcppec-checkout-buttons {
    text-align: right;
    margin: 0 0 2em;
    overflow: hidden
}

.single-product .wcppec-checkout-buttons__button {
    padding: 0
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
    margin: 0;
    padding: 0.5rem 0 0.4rem 0 !important
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    list-style: none
}

.woocommerce-checkout .stripe-pf-right {
    padding-left: 5px
}

body.woocommerce-checkout .woocommerce .checkout_coupon {
    position: relative;
    max-width: 500px;
    margin: 0.5rem auto 3rem
}

body.woocommerce-checkout .woocommerce .checkout_coupon p:not(.form-row) {
    margin-bottom: 1.5rem;
    text-align: center
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row {
    float: left;
    margin-bottom: 0;
    width: 57%
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .input-text {
    line-height: 1rem;
    width: 100%;
    margin-bottom: 0
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .input-text:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print,
screen and (max-width:47.99875em) {
    body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .input-text {
        padding-left: 0;
        padding-right: 0
    }
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row-last {
    float: right;
    width: 40%
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row-last .button {
    z-index: 9;
    outline: none
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login {
    position: relative;
    max-width: 384px;
    margin: 0.5rem auto 3rem;
    font-size: 0.875rem;
    opacity: 0;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login.show {
    opacity: 1
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-top: 20px
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox span {
    position: relative;
    top: -1px;
    margin-left: 5px
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
    float: right;
    margin-top: -69px;
    border-bottom: 2px solid
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
    font-size: 0.8125rem;
    line-height: 1.4
}

body.woocommerce-checkout .woocommerce-info {
    -webkit-animation: none;
    animation: none;
    line-height: 1.5rem
}

body.woocommerce-checkout .woocommerce form.checkout {
    margin-top: 3rem;
    margin-bottom: 3.125rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout .woocommerce form.checkout {
        margin-bottom: 3.75rem
    }
}

body.woocommerce-checkout .woocommerce form.checkout:after {
    content: "";
    display: block;
    clear: both
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout .woocommerce form.checkout .col2-set {
        width: 54.5%;
        float: left;
        padding-right: 4.0625rem
    }
}

body.woocommerce-checkout .woocommerce form.checkout #order_review_heading {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase
}

body.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
body.woocommerce-checkout .woocommerce form.checkout .woocommerce-checkout-review-order {
    font-family: inherit
}

@media print,
screen and (min-width:64em) {

    body.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
    body.woocommerce-checkout .woocommerce form.checkout .woocommerce-checkout-review-order {
        width: 45.5%;
        padding-left: 3.75rem;
        float: left
    }
}

body.woocommerce-checkout .entry-title {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
    margin-top: 2rem
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields>h3,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields>h3 {
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row {
    margin-bottom: 1.5rem;
    position: relative
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .select2,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row input,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row select,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row .select2,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row input,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row select {
    margin-bottom: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .required,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row .required {
    border-bottom: none;
    color: #EA0055
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row:before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: width ease 0.5s;
    transition: width ease 0.5s
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field.form-row-first:before,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field.form-row-last:before,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated.form-row-first:before,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated.form-row-last:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field.form-row-first:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field.form-row-last:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated.form-row-first:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated.form-row-last:before {
    width: calc(100% - 10px)
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid-required-field:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-invalid-required-field:before {
    width: 100%;
    background: #DE7878
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated:before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated:before {
    width: 100%;
    background: #6DD09D
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-wide,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-wide {
    clear: both
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-first,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-first {
    width: 50%;
    float: left;
    padding-right: 10px
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row-last,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row-last {
    width: 50%;
    float: left;
    padding-left: 10px
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .shipping_address,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .shipping_address {
    margin-bottom: 2rem
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields {
    margin-bottom: 2rem
}

body.woocommerce-checkout .woocommerce .woocommerce-additional-fields>h3 {
    margin-top: 2rem;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase
}

body.woocommerce-checkout .woocommerce .woocommerce-account-fields p.create-account {
    margin-bottom: 0
}

body.woocommerce-checkout #ship-to-different-address {
    margin-top: 3rem
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row {
    margin-bottom: 1.5rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table {
    font-size: 0.875rem;
    margin-bottom: 1.5rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr {
    border: solid 1px #E5E5E5
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr th {
    background-color: #E5E5E5;
    padding: 1.5rem 1rem;
    vertical-align: top;
    color: var(--site-heading-color);
    text-transform: uppercase
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td {
    padding: 1.5rem 1rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
    padding-right: 1rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation {
    margin-top: 8px;
    font-size: 0.75rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation dt {
    margin: 0 5px 0 0;
    font-weight: normal;
    float: left;
    clear: both
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td dl.variation dd {
    margin: 0 5px 0 0;
    float: left
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
    background: #F6F6F6
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
    background: transparent
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping th {
    width: 45%
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping th {
        width: auto
    }
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method {
    margin: 0;
    list-style-type: none
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li input {
    margin-bottom: 0.5rem
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
    font-weight: normal
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal .amount {
    font-weight: normal
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total {
    background-color: #E5E5E5
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
    color: var(--site-heading-color)
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment a:hover {
    border-bottom: 2px solid transparent !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods {
    list-style: none;
    margin: 0;
    padding: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method {
    border-bottom: 1px solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-color: var(--site-border-color)
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method input {
    position: relative !important;
    display: inline;
    top: 0 !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method input.input-radio {
    margin-bottom: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method>label {
    margin-left: 16px;
    padding-left: 0 !important;
    display: inline !important;
    text-transform: uppercase
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
    font-size: 0.8125rem;
    padding: 1.5rem 33px 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box>p {
    margin-bottom: 0.5rem;
    margin-top: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box>div>p {
    margin-bottom: 1rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row {
    margin-bottom: 1.5rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .wc-payment-form .form-row label {
    padding: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .woocommerce-validated {
    margin-bottom: 0 !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box .woocommerce-validated input {
    margin: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label {
    width: calc(100% - 40px);
    margin-right: 0
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label img {
    display: none
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal label a {
    position: relative;
    float: right;
    top: 6px;
    border-bottom: 2px solid
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppec_paypal .payment_method_stripe>div {
    margin-top: 8px
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe .payment_box>div>p {
    margin-bottom: 1.5rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe .payment_box .StripeElement {
    margin-bottom: 1.5rem !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box>div>p {
    margin-bottom: 1.5rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box fieldset>p {
    margin-bottom: 1.5rem !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_stripe_sepa .payment_box .form-row input {
    width: 100%
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions {
    margin-bottom: 2rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions a,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions address,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions b,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions blockquote,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions code,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dd,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions div,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dl,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions dt,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h1,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h2,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h3,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h4,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h5,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions h6,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions i,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions img,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions li,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions pre,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions span,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions strong,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions td,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions th,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions tr {
    font-size: 13px !important
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
    font-size: 0.8125rem;
    margin-top: 1rem;
    padding-right: 10%
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .wc-terms-and-conditions label {
    cursor: pointer
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .wc-terms-and-conditions label input {
    margin-right: 1.125rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-link {
    text-transform: capitalize;
    border-bottom: 2px solid;
    display: inline-block
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button {
    background-color: var(--site-primary-button-color);
    padding: 1.25rem
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button:hover {
    background-color: var(--site-secondary-button-color)
}

body.woocommerce-checkout.woocommerce-order-received .entry-title {
    margin-bottom: 4.5rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    font-size: 0.8125rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice {
    border-bottom: 1px solid;
    border-color: var(--site-border-color);
    padding-bottom: 1.5rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    list-style-type: none;
    margin: 0 0 4.5rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:80em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
        width: 64%
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.875rem;
    padding-right: 1rem;
    color: var(--site-heading-color)
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-transform: none;
    margin-top: 0.5rem;
    color: var(--site-text-color)
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong {
    font-weight: normal
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order>p {
    border-bottom: 1px solid;
    border-color: var(--site-border-color);
    padding-bottom: 1.5rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details strong {
    font-weight: normal
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 1.4375rem;
    margin-bottom: 4.5rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 1.1875rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    list-style-type: none;
    margin: 0 0 4.5rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:80em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details {
        width: 64%
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.875rem;
    padding-right: 1rem;
    color: var(--site-heading-color)
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-transform: none;
    margin-top: 0.5rem;
    color: var(--site-text-color)
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-family: inherit;
    font-size: 1.1875rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:first-child th {
    font-weight: bold;
    color: var(--site-heading-color)
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th {
    padding: 1.5rem 0 1.375rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th.product-total {
        padding-right: 16%
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td {
    width: 50%;
    padding-right: 1rem
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td {
        width: 184px
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta {
    list-style-type: none;
    margin: 0
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li {
    line-height: inherit;
    margin-bottom: 0
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li p {
    display: inline-block;
    padding-bottom: 0;
    line-height: inherit;
    margin-bottom: 0
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td.product-name .wc-item-meta li .wc-item-meta-label {
    font-weight: normal
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
    vertical-align: top;
    color: var(--site-heading-color);
    font-weight: bold
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
        padding-left: 51%;
        width: 75%
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    color: var(--site-heading-color)
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
        width: 25%
    }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax span,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) td .includes_tax span {
    font-size: 0.625rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
    border-bottom: 0
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details>h2 {
    font-size: 1.1875rem;
    margin-bottom: 2rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    font-style: normal
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 0;
    line-height: inherit
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
    font-family: inherit;
    font-size: 1rem;
    margin-bottom: 2rem
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
    font-style: normal
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address p {
    margin-bottom: 0;
    line-height: inherit
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column.woocommerce-column--1 {
    width: 50%
}

@media print,
screen and (min-width:64em) {
    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column.woocommerce-column--1 {
        width: 51%
    }
}

@media print,
screen and (min-width:64em) {
    .track_order {
        max-width: 34.375rem;
        margin: 0 auto
    }
}

.track_order p.form-row:last-of-type {
    margin-bottom: 0
}

.woocommerce-account .entry-title {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account .entry-title {
        margin-bottom: 3.125rem
    }
}

.woocommerce-account .woocommerce:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce-account .woocommerce ul.products {
    margin-bottom: 0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 16.125rem;
        margin-right: 3rem;
        margin-bottom: 0;
        float: left
    }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
    border-color: var(--site-border-color);
    font-size: 0.8125rem;
    margin-bottom: 0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 0 1rem;
    line-height: 1.4;
    font-weight: 600
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    font-size: 1.5rem;
    padding-right: 1.125rem;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th {
    font-size: 0.8125rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-top: 1.25rem;
        width: calc(100% - 258px - 48px);
        float: right
    }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 0.875rem
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p strong {
    font-weight: normal
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
    border-bottom: 1px solid;
    border-color: var(--site-border-color)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
    color: var(--site-heading-color);
    border-color: var(--site-heading-color)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 1.25rem
}

@media print,
screen and (min-width:40em) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-of-type {
        margin-bottom: 2.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-of-type {
        margin-bottom: 4.5rem
    }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers {
    text-align: left
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding-top: 0.5rem
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button:after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button:before {
    font-size: 1.5rem
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--next {
    padding-left: 0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--next:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    margin-left: 0.5rem;
    line-height: 1.4
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--previous {
    padding-left: 0;
    padding-right: 1.25rem
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button.woocommerce-button--previous:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1.4
}

.woocommerce-account.woocommerce-orders .entry-header {
    margin-bottom: 3.5rem
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table {
    font-size: 0.8125rem
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table thead tr th {
    font-size: 0.6875rem;
    color: var(--site-heading-color);
    text-transform: uppercase
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td {
    padding-right: 0.5625rem
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number {
    font-size: 1rem;
    line-height: 1.1875rem
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number>a {
    padding-right: 1.25rem
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
    text-align: left
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    text-align: left;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: var(--site-heading-color);
    padding: 0.5625rem 0;
    border: 0
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:hover {
    color: var(--site-accent-color)
}

@media screen and (max-width:39.99875em) {
    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table thead {
        display: none
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tbody th {
        display: none
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr {
        display: block
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td {
        display: block;
        text-align: right !important
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-number a {
        padding-right: 0
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions a {
        padding-right: 0.5625rem;
        display: inline-block;
        vertical-align: middle
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions a:last-of-type {
        padding-right: 0
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions a:before {
        vertical-align: middle
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td:before {
        content: attr(data-title) ": ";
        float: left;
        font-size: 0.8125rem
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.actions:before,
    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table tr td.product-remove:before {
        display: none
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table.my_account_orders tr td.order-actions {
        text-align: left
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table.my_account_orders tr td.order-actions:before {
        display: none
    }

    .woocommerce-account.woocommerce-orders .shop_table_responsive.woocommerce-orders-table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: 0.125em 0.25em 0.125em 0
    }
}

.woocommerce-account.woocommerce-view-order .entry-header {
    margin-bottom: 3.5rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p mark {
    background: none
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-order-downloads__title {
    font-size: 1.1875rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 1.1875rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details {
    font-size: 0.8125rem;
    margin-bottom: 3rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details thead th.product-total {
    padding-left: 1.875rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details thead th.product-total {
        width: 14.375rem
    }
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr th {
        padding: 1.5rem 1.5rem 1.5rem 44%
    }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:last-child td span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:nth-last-child(2) td span {
    font-size: 1.6875rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:last-child td .includes_tax span,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:nth-last-child(2) td .includes_tax span {
    font-size: 0.625rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:last-child {
    border-bottom: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:last-child td,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr:last-child th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr th {
    vertical-align: top
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td {
    padding: 1.5rem 1.875rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td.woocommerce-table__product-name {
    padding-left: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td.woocommerce-table__product-name .wc-item-meta {
    list-style-type: none;
    margin: 10px 0 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td.woocommerce-table__product-name .wc-item-meta li {
    line-height: inherit;
    margin-bottom: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td.woocommerce-table__product-name .wc-item-meta li p {
    display: inline-block;
    padding-bottom: 0;
    line-height: inherit;
    margin-bottom: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td a {
    color: inherit
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details tr td .wc-item-downloads {
    list-style: none;
    margin: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    display: none
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
    font-size: 0.8125rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h3 {
    font-size: 1.1875rem
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-style: normal
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address p {
    margin-bottom: 0;
    line-height: inherit
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .customer_details tbody tr th {
    padding: 1.5rem 1.875rem 1.5rem 0
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .customer_details tbody tr th {
        width: 26.125rem
    }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (min-width:40em) {
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
    width: 50%
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
        width: 26.0625rem
    }
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address {
    font-style: normal
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address p.woocommerce-customer-details--phone {
    margin-bottom: 0
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column.col-1 {
    margin-bottom: 1.875rem
}

.woocommerce-account .woocommerce-table--order-downloads {
    font-size: 0.8125rem
}

.woocommerce-account .woocommerce-table--order-downloads thead tr th {
    font-size: 0.8125rem;
    padding-bottom: 1.5rem
}

.woocommerce-account .woocommerce-table--order-downloads thead tr th.download-file {
    font-size: 0;
    opacity: 0
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-table--order-downloads thead tr th {
        display: none
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-table--order-downloads tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-table--order-downloads tbody tr td:before {
        content: attr(data-title);
        width: 30%
    }
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-product a {
    color: inherit
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file {
        width: 30%
    }
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    line-height: 0.875rem;
    border: 0
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file a.button {
        width: 70%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.woocommerce-account .woocommerce-table--order-downloads tbody tr td.download-file a.button:before {
    padding-right: 0.5rem;
    font-size: 1rem;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

@media screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive thead {
        display: none
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr {
        display: block
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
        padding: 0.9375rem 0
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr td.download-file a {
        padding-right: 0.5625rem;
        display: inline-block;
        vertical-align: middle
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr td.download-file a:last-of-type {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr td.download-file a:before {
        vertical-align: middle
    }

    .woocommerce-account .woocommerce-MyAccount-downloads.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: bold;
        float: left;
        font-size: 0.8125rem
    }
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-first,
.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-last {
    float: left;
    width: calc(50% - 8px)
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-first input,
.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-last input {
    margin-bottom: 0
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-first {
    margin-right: 8px
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.form-row-last {
    margin-left: 8px
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row input.woocommerce-Input--email {
    margin-bottom: 4.25rem
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row span em {
    font-size: 0.8125rem;
    font-style: normal
}

.woocommerce-account.woocommerce-edit-account .edit-account .woocommerce-form-row.woocommerce-form-row--wide:last-child {
    margin-bottom: 1.5rem
}

.woocommerce-account.woocommerce-edit-account .edit-account fieldset legend {
    margin-bottom: 2rem
}

.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content>p {
    margin-bottom: 2rem
}

.woocommerce-account.woocommerce-edit-address .addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-edit-address .addresses {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:64em) {
    .woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address {
        width: 50%
    }
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title>h3 {
    font-family: inherit;
    font-size: 1.1875rem;
    margin-bottom: 2.125rem
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit {
    color: inherit;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.0625rem;
    font-weight: bold;
    color: var(--site-heading-color)
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    padding-right: 0.5rem
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
    color: var(--site-accent-color)
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address address {
    font-style: normal;
    font-size: 0.8125rem
}

.woocommerce-account.woocommerce-edit-address form>h3 {
    display: none
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-first,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
    float: left;
    width: calc(50% - 8px)
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-first input,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-last input {
    margin-bottom: 0
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
    margin-right: 8px
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
    margin-left: 8px
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row#shipping_postcode_field {
    margin-bottom: 1.5rem
}

.woocommerce-account .woocommerce-Payment ul.payment_methods {
    list-style-type: none;
    margin: 0
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod {
    border-bottom: 1px solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod:last-child {
    border-bottom: 0
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod input {
    margin: 0 !important;
    top: 0 !important
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod label {
    line-height: 1.7
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box {
    font-size: 0.8125rem;
    padding: 1.5rem 33px 0
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box>p {
    margin-bottom: 0.5rem;
    margin-top: 0
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box>div>p {
    margin-bottom: 1rem
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa>div>p {
    margin-bottom: 1.5rem
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa fieldset {
    padding: 0 !important
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa fieldset>p {
    margin-bottom: 1.5rem !important
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box.payment_method_stripe_sepa .form-row input {
    width: 100%
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form .form-row {
    margin-bottom: 1.5rem
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .wc-payment-form .form-row label {
    padding: 0
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error {
    background-color: #DE7878;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    padding: 1.5625rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: 11px;
    margin-top: -4px
}

@media print,
screen and (min-width:40em) {
    .woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error:before {
        margin-left: 2rem
    }
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error p {
        display: inline
    }
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-error li {
    margin-bottom: 0;
    line-height: 19px;
    width: 100%
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-validated {
    margin-bottom: 0 !important
}

.woocommerce-account .woocommerce-Payment ul.payment_methods .woocommerce-PaymentMethod .payment_box .woocommerce-validated input {
    margin: 0
}

.nova-login-wrapper h2.page-title {
    font-size: 1.75rem
}

.nova-login-wrapper .woocommerce-form-row {
    margin-bottom: 1.5rem
}

.nova-login-wrapper .form-row {
    margin-bottom: 0
}

.nova-login-wrapper .form-row input {
    margin-bottom: 1.25rem
}

.nova-login-wrapper .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nova-login-wrapper .form-actions.extra {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem
}

.nova-login-wrapper .form-actions.extra a {
    position: relative;
    margin-left: 0.3125rem
}

.nova-login-wrapper .form-actions.extra a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--site-link-color)
}

.nova-login-wrapper .form-actions .woocommerce-LostPassword {
    margin-top: 0.625rem
}

.nova-login-wrapper .form-actions .woocommerce-LostPassword a {
    position: relative;
    font-size: 0.875rem;
    padding-bottom: 0.125rem
}

.nova-login-wrapper .form-actions .woocommerce-LostPassword a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--site-link-color)
}

.nova-login-wrapper .woocommerce-privacy-policy-text p {
    font-size: 0.75rem !important
}

.nova-login-wrapper .woocommerce-privacy-policy-text a {
    text-decoration: underline
}

.nova-login-wrapper.no_popup .form-actions.extra {
    display: none
}

.nova-login-wrapper.is_popup h2.page-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem
}

.nova-login-wrapper.is_popup p {
    font-size: 0.875rem
}

.nova-login-wrapper.is_popup button {
    width: 100%
}

.nova-login-wrapper.is_popup #nova-login-form,
.nova-login-wrapper.is_popup #nova-register-form {
    -webkit-animation: login-anim .48s ease-in-out;
    animation: login-anim .48s ease-in-out
}

.nova-login-wrapper.is_popup #nova-register-form {
    display: none;
    opacity: 0
}

.nova-login-wrapper.is_popup #nova-register-form .form-actions.extra {
    margin-top: 1.5rem
}

.nova-login-wrapper.is_popup .register-box-active #nova-login-form {
    display: none;
    opacity: 0
}

.nova-login-wrapper.is_popup .register-box-active #nova-register-form {
    display: block;
    opacity: 1
}

@-webkit-keyframes login-anim {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes login-anim {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    max-width: 24rem;
    margin: 0 auto
}

.woocommerce-info {
    background-color: var(--site-accent-color);
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5625rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-info {
        margin-left: -0.7rem;
        margin-right: -0.7rem;
        padding: 0.7rem 1.25rem 0.8125rem 1.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-info {
        margin-left: -0.8375rem;
        margin-right: -0.8375rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-info {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
        padding: 0.84rem 1.5rem 0.975rem 2.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-info {
        margin-left: -1.005rem;
        margin-right: -1.005rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-info {
        margin-left: -1.12rem;
        margin-right: -1.12rem;
        padding: 1.12rem 2rem 1.3rem 3rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-info {
        margin-left: -1.34rem;
        margin-right: -1.34rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-info {
        margin-left: -1.26rem;
        margin-right: -1.26rem;
        padding: 1.26rem 2.25rem 1.4625rem 3.375rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-info {
        margin-left: -1.5075rem;
        margin-right: -1.5075rem
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.woocommerce-info:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: -2.25rem
}

@media print,
screen and (min-width:40em) {
    .woocommerce-info:before {
        margin-left: 2rem
    }
}

.woocommerce-info p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-info p {
        display: inline
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-info p.with-button {
        padding-right: 8.75rem
    }
}

.woocommerce-info:before {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.woocommerce-info a {
    background: none;
    color: #FFF !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 17px;
    border-bottom: 1px solid;
    padding: 0;
    margin-right: 10px
}

@media print,
screen and (min-width:40em) {
    .woocommerce-info a {
        border-bottom: 2px solid;
        line-height: 18px
    }
}

.woocommerce-info a:hover {
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #FFF !important
}

.woocommerce-info a:active,
.woocommerce-info a:focus {
    background-color: transparent
}

.woocommerce-info a:after {
    content: none;
    width: 100%;
    height: 1px;
    display: block
}

.woocommerce-info .showcoupon,
.woocommerce-info .showlogin {
    color: #FFF;
    border-bottom: 2px solid;
    line-height: 1.5rem;
    margin-left: 5px
}

.woocommerce-info .showcoupon:hover,
.woocommerce-info .showlogin:hover {
    border-bottom: 2px solid transparent
}

.woocommerce-info .showcoupon {
    margin-right: 0
}

.woocommerce-message {
    background-color: #6DD09D;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5625rem 0
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-message {
        margin-left: -0.7rem;
        margin-right: -0.7rem;
        padding: 0.7rem 1.25rem 0.8125rem 1.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-message {
        margin-left: -0.8375rem;
        margin-right: -0.8375rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-message {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
        padding: 0.84rem 1.5rem 0.975rem 2.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-message {
        margin-left: -1.005rem;
        margin-right: -1.005rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-message {
        margin-left: -1.12rem;
        margin-right: -1.12rem;
        padding: 1.12rem 2rem 1.3rem 3rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-message {
        margin-left: -1.34rem;
        margin-right: -1.34rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-message {
        margin-left: -1.26rem;
        margin-right: -1.26rem;
        padding: 1.26rem 2.25rem 1.4625rem 3.375rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-message {
        margin-left: -1.5075rem;
        margin-right: -1.5075rem
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.woocommerce-message:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: -2.25rem
}

@media print,
screen and (min-width:40em) {
    .woocommerce-message:before {
        margin-left: 2rem
    }
}

.woocommerce-message p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-message p {
        display: inline
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-message p.with-button {
        padding-right: 8.75rem
    }
}

.woocommerce-message:before {
    position: relative;
    font-size: 1.125rem
}

.woocommerce-message .restore-item {
    padding-bottom: 0;
    line-height: 19px
}

.woocommerce-message .button,
.woocommerce-message a,
.woocommerce-message button {
    background: none;
    color: #FFF !important;
    display: inline;
    width: auto;
    line-height: 19px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid;
    padding: 0;
    border-radius: 0
}

.woocommerce-message .button:after,
.woocommerce-message a:after,
.woocommerce-message button:after {
    content: none;
    width: 100%;
    height: 1px;
    display: block
}

.woocommerce-message .button:hover,
.woocommerce-message a:hover,
.woocommerce-message button:hover {
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #FFF !important
}

.woocommerce-message .button:active,
.woocommerce-message .button:focus,
.woocommerce-message a:active,
.woocommerce-message a:focus,
.woocommerce-message button:active,
.woocommerce-message button:focus {
    background-color: transparent
}

@media print,
screen and (min-width:40em) {

    .woocommerce-message .button,
    .woocommerce-message a,
    .woocommerce-message button {
        border-bottom: 2px solid;
        position: absolute;
        right: 32px
    }

    .woocommerce-message .button:hover,
    .woocommerce-message a:hover,
    .woocommerce-message button:hover {
        border-bottom: 2px solid transparent
    }
}

.site-main>.woocommerce-error,
.woocommerce-notices-wrapper>.woocommerce-error,
.woocommerce>.woocommerce-error {
    background-color: #DE7878;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5625rem 0
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -0.7rem;
        margin-right: -0.7rem;
        padding: 0.7rem 1.25rem 0.8125rem 1.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -0.8375rem;
        margin-right: -0.8375rem
    }
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
        padding: 0.84rem 1.5rem 0.975rem 2.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -1.005rem;
        margin-right: -1.005rem
    }
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -1.12rem;
        margin-right: -1.12rem;
        padding: 1.12rem 2rem 1.3rem 3rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -1.34rem;
        margin-right: -1.34rem
    }
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -1.26rem;
        margin-right: -1.26rem;
        padding: 1.26rem 2.25rem 1.4625rem 3.375rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        margin-left: -1.5075rem;
        margin-right: -1.5075rem
    }
}

@media print,
screen and (min-width:40em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-main>.woocommerce-error:before,
.woocommerce-notices-wrapper>.woocommerce-error:before,
.woocommerce>.woocommerce-error:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: -2.25rem
}

@media print,
screen and (min-width:40em) {

    .site-main>.woocommerce-error:before,
    .woocommerce-notices-wrapper>.woocommerce-error:before,
    .woocommerce>.woocommerce-error:before {
        margin-left: 2rem
    }
}

.site-main>.woocommerce-error p,
.woocommerce-notices-wrapper>.woocommerce-error p,
.woocommerce>.woocommerce-error p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error p,
    .woocommerce-notices-wrapper>.woocommerce-error p,
    .woocommerce>.woocommerce-error p {
        display: inline
    }
}

@media print,
screen and (min-width:40em) {

    .site-main>.woocommerce-error p.with-button,
    .woocommerce-notices-wrapper>.woocommerce-error p.with-button,
    .woocommerce>.woocommerce-error p.with-button {
        padding-right: 8.75rem
    }
}

@media print,
screen and (max-width:39.99875em) {

    .site-main>.woocommerce-error,
    .woocommerce-notices-wrapper>.woocommerce-error,
    .woocommerce>.woocommerce-error {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 1.875rem
    }
}

.site-main>.woocommerce-error:before,
.woocommerce-notices-wrapper>.woocommerce-error:before,
.woocommerce>.woocommerce-error:before {
    font-size: 1.125rem
}

.site-main>.woocommerce-error li,
.woocommerce-notices-wrapper>.woocommerce-error li,
.woocommerce>.woocommerce-error li {
    margin-bottom: 0;
    line-height: 19px;
    width: 100%
}

.site-main>.woocommerce-error li:not(:first-child),
.woocommerce-notices-wrapper>.woocommerce-error li:not(:first-child),
.woocommerce>.woocommerce-error li:not(:first-child) {
    margin-top: 15px;
    margin-bottom: 15px
}

.site-main>.woocommerce-error li .button,
.site-main>.woocommerce-error li a,
.site-main>.woocommerce-error li button,
.woocommerce-notices-wrapper>.woocommerce-error li .button,
.woocommerce-notices-wrapper>.woocommerce-error li a,
.woocommerce-notices-wrapper>.woocommerce-error li button,
.woocommerce>.woocommerce-error li .button,
.woocommerce>.woocommerce-error li a,
.woocommerce>.woocommerce-error li button {
    background: none;
    color: #FFF !important;
    display: inline;
    width: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 19px;
    border-bottom: 1px solid;
    padding: 0
}

.site-main>.woocommerce-error li .button:after,
.site-main>.woocommerce-error li a:after,
.site-main>.woocommerce-error li button:after,
.woocommerce-notices-wrapper>.woocommerce-error li .button:after,
.woocommerce-notices-wrapper>.woocommerce-error li a:after,
.woocommerce-notices-wrapper>.woocommerce-error li button:after,
.woocommerce>.woocommerce-error li .button:after,
.woocommerce>.woocommerce-error li a:after,
.woocommerce>.woocommerce-error li button:after {
    content: none;
    width: 100%;
    height: 1px;
    display: block
}

.site-main>.woocommerce-error li .button:hover,
.site-main>.woocommerce-error li a:hover,
.site-main>.woocommerce-error li button:hover,
.woocommerce-notices-wrapper>.woocommerce-error li .button:hover,
.woocommerce-notices-wrapper>.woocommerce-error li a:hover,
.woocommerce-notices-wrapper>.woocommerce-error li button:hover,
.woocommerce>.woocommerce-error li .button:hover,
.woocommerce>.woocommerce-error li a:hover,
.woocommerce>.woocommerce-error li button:hover {
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #FFF !important
}

.site-main>.woocommerce-error li .button:active,
.site-main>.woocommerce-error li .button:focus,
.site-main>.woocommerce-error li a:active,
.site-main>.woocommerce-error li a:focus,
.site-main>.woocommerce-error li button:active,
.site-main>.woocommerce-error li button:focus,
.woocommerce-notices-wrapper>.woocommerce-error li .button:active,
.woocommerce-notices-wrapper>.woocommerce-error li .button:focus,
.woocommerce-notices-wrapper>.woocommerce-error li a:active,
.woocommerce-notices-wrapper>.woocommerce-error li a:focus,
.woocommerce-notices-wrapper>.woocommerce-error li button:active,
.woocommerce-notices-wrapper>.woocommerce-error li button:focus,
.woocommerce>.woocommerce-error li .button:active,
.woocommerce>.woocommerce-error li .button:focus,
.woocommerce>.woocommerce-error li a:active,
.woocommerce>.woocommerce-error li a:focus,
.woocommerce>.woocommerce-error li button:active,
.woocommerce>.woocommerce-error li button:focus {
    background-color: transparent
}

@media print,
screen and (min-width:40em) {

    .site-main>.woocommerce-error li .button,
    .site-main>.woocommerce-error li a,
    .site-main>.woocommerce-error li button,
    .woocommerce-notices-wrapper>.woocommerce-error li .button,
    .woocommerce-notices-wrapper>.woocommerce-error li a,
    .woocommerce-notices-wrapper>.woocommerce-error li button,
    .woocommerce>.woocommerce-error li .button,
    .woocommerce>.woocommerce-error li a,
    .woocommerce>.woocommerce-error li button {
        border-bottom: 2px solid;
        position: absolute;
        right: 32px
    }

    .site-main>.woocommerce-error li .button:hover,
    .site-main>.woocommerce-error li a:hover,
    .site-main>.woocommerce-error li button:hover,
    .woocommerce-notices-wrapper>.woocommerce-error li .button:hover,
    .woocommerce-notices-wrapper>.woocommerce-error li a:hover,
    .woocommerce-notices-wrapper>.woocommerce-error li button:hover,
    .woocommerce>.woocommerce-error li .button:hover,
    .woocommerce>.woocommerce-error li a:hover,
    .woocommerce>.woocommerce-error li button:hover {
        border-bottom: 2px solid transparent
    }
}

.woocommerce-NoticeGroup-checkout {
    background-color: #DE7878;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.6875rem 0 1.375rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -0.7rem;
        margin-right: -0.7rem;
        padding: 0.7rem 1.25rem 0.8125rem 1.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -0.8375rem;
        margin-right: -0.8375rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
        padding: 0.84rem 1.5rem 0.975rem 2.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -1.005rem;
        margin-right: -1.005rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -1.12rem;
        margin-right: -1.12rem;
        padding: 1.12rem 2rem 1.3rem 3rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -1.34rem;
        margin-right: -1.34rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -1.26rem;
        margin-right: -1.26rem;
        padding: 1.26rem 2.25rem 1.4625rem 3.375rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    .woocommerce-NoticeGroup-checkout {
        margin-left: -1.5075rem;
        margin-right: -1.5075rem
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-NoticeGroup-checkout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.woocommerce-NoticeGroup-checkout:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: -2.25rem
}

@media print,
screen and (min-width:40em) {
    .woocommerce-NoticeGroup-checkout:before {
        margin-left: 2rem
    }
}

.woocommerce-NoticeGroup-checkout p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout p {
        display: inline
    }
}

@media print,
screen and (min-width:40em) {
    .woocommerce-NoticeGroup-checkout p.with-button {
        padding-right: 8.75rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .woocommerce-NoticeGroup-checkout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2.5rem !important
    }
}

.woocommerce-NoticeGroup-checkout:before {
    font-size: 1.125rem
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    margin: 0;
    padding-right: 1.25rem
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li {
    list-style: none;
    line-height: 26px;
    margin-bottom: 0;
    width: 100%
}

#content>.woocommerce-error {
    margin: 0;
    list-style-type: none;
    color: #FFF;
    background-color: #DE7878;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    #content>.woocommerce-error {
        margin-left: -0.7rem;
        margin-right: -0.7rem;
        padding: 0.7rem 1.25rem 0.8125rem 1.875rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    #content>.woocommerce-error {
        margin-left: -0.8375rem;
        margin-right: -0.8375rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    #content>.woocommerce-error {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
        padding: 0.84rem 1.5rem 0.975rem 2.25rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    #content>.woocommerce-error {
        margin-left: -1.005rem;
        margin-right: -1.005rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    #content>.woocommerce-error {
        margin-left: -1.12rem;
        margin-right: -1.12rem;
        padding: 1.12rem 2rem 1.3rem 3rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    #content>.woocommerce-error {
        margin-left: -1.34rem;
        margin-right: -1.34rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    #content>.woocommerce-error {
        margin-left: -1.26rem;
        margin-right: -1.26rem;
        padding: 1.26rem 2.25rem 1.4625rem 3.375rem
    }
}

@media print,
screen and (min-width:40em) and (max-width:47.99875em) {
    #content>.woocommerce-error {
        margin-left: -1.5075rem;
        margin-right: -1.5075rem
    }
}

@media print,
screen and (min-width:40em) {
    #content>.woocommerce-error {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#content>.woocommerce-error:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    margin-right: 11px;
    margin-left: -2.25rem
}

@media print,
screen and (min-width:40em) {
    #content>.woocommerce-error:before {
        margin-left: 2rem
    }
}

#content>.woocommerce-error p {
    margin-bottom: 0;
    width: 100%;
    padding-right: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    #content>.woocommerce-error p {
        display: inline
    }
}

@media print,
screen and (min-width:40em) {
    #content>.woocommerce-error p.with-button {
        padding-right: 8.75rem
    }
}

#content>.woocommerce-error li {
    margin-bottom: 0;
    line-height: 19px
}

#content>.woocommerce-error li .button {
    background: none
}

#content>.woocommerce-error li:not(:first-child) {
    margin-top: 15px;
    margin-bottom: 15px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.add_to_cart_inline {
    border: none !important
}

.add_to_cart_inline .added_to_cart,
.add_to_cart_inline .button {
    margin: 0 1rem
}

.add_to_cart_inline .added_to_cart.product_type_variable:before,
.add_to_cart_inline .button.product_type_variable:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.add_to_cart_inline .added_to_cart.product_type_grouped:before,
.add_to_cart_inline .button.product_type_grouped:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.add_to_cart_inline .added_to_cart .tooltip,
.add_to_cart_inline .button .tooltip {
    background: none
}

.add_to_cart_inline .added_to_cart i,
.add_to_cart_inline .button i {
    font-style: normal
}

.add_to_cart_inline .added_to_cart i .tooltip,
.add_to_cart_inline .button i .tooltip {
    background: none
}

.add_to_cart_inline .added_to_cart.added_to_cart .tooltip,
.add_to_cart_inline .button.added_to_cart .tooltip {
    background: none
}

ul.products .product-category {
    position: relative;
    padding: 0 0.75rem;
    width: 50%
}

@media print,
screen and (min-width:40em) {
    ul.products .product-category {
        width: calc(100% / 3)
    }
}

@media print,
screen and (min-width:64em) {
    ul.products .product-category {
        padding: 0 0.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 4)
    }
}

ul.products .product-category .nova-banner-box {
    position: relative;
    overflow: hidden
}

ul.products .product-category .nova-banner-box__image {
    position: relative;
    overflow: hidden
}

ul.products .product-category .nova-banner-box__image>span {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01)
}

ul.products .product-category .nova-banner-box__info {
    text-align: center;
    margin: auto;
    padding: 0 1.875rem;
    right: 0;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

ul.products .product-category .nova-banner-box__info h2 {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.products .product-category .nova-banner-box__info h2 .count {
    background: 0;
    color: inherit;
    font-size: 0.75rem;
    opacity: 0.5;
    padding-top: 2px
}

ul.products .product-category .nova-banner-box__link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

ul.products .product-category .nova-banner-box:hover .nova-banner-box__image>span {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

ul.products .product-category img {
    width: 100%;
    margin-bottom: 1rem
}

.wpml-ls-statics-post_translations {
    clear: both;
    font-size: 0.75rem
}

.page-without-title .wpml-ls-statics-post_translations {
    padding-top: 2rem
}

.wpml-ls-statics-post_translations .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 16px;
    height: 10px;
    margin-right: 3px;
    margin-left: 5px
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 16px;
    height: 10px;
    margin-right: 3px
}

.site-footer .wpml-ls-menu-item {
    z-index: 9999
}

.site-footer .wpml-ls-menu-item a:hover {
    opacity: 0.5
}

.wpml-ls-statics-footer {
    margin: 1.875rem auto;
    font-size: 0.8125rem;
    padding: 0 1.25rem;
    clear: both
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal ul li {
    margin: 0
}

.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-vertical {
    border: 0;
    clear: both
}

.wpml-ls-legacy-list-horizontal:not(.wpml-ls-statics-footer),
.wpml-ls-legacy-list-vertical:not(.wpml-ls-statics-footer) {
    padding: 0
}

.wpml-ls-legacy-list-horizontal:not(.wpml-ls-statics-footer) ul li:not(:last-child),
.wpml-ls-legacy-list-vertical:not(.wpml-ls-statics-footer) ul li:not(:last-child) {
    margin: 0 0 0.5rem
}

.wpml-ls-legacy-list-horizontal:not(.wpml-ls-statics-footer) ul li:last-child,
.wpml-ls-legacy-list-vertical:not(.wpml-ls-statics-footer) ul li:last-child {
    margin: 0
}

.wpml-ls-legacy-list-horizontal:not(.wpml-ls-statics-footer) ul li a,
.wpml-ls-legacy-list-vertical:not(.wpml-ls-statics-footer) ul li a {
    padding-left: 0;
    padding-top: 0
}

.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown-click {
    width: 100%;
    max-width: 100%
}

.wpml-ls-legacy-dropdown ul li a,
.wpml-ls-legacy-dropdown-click ul li a {
    border: 0;
    background: transparent
}

.wpml-ls-legacy-dropdown ul li a:focus,
.wpml-ls-legacy-dropdown ul li a:hover,
.wpml-ls-legacy-dropdown-click ul li a:focus,
.wpml-ls-legacy-dropdown-click ul li a:hover {
    background: transparent
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language {
    border-bottom: 1px solid
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:before,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:hover:before,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:hover:before {
    width: 100%
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language.active .wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language.active .wpml-ls-item-toggle:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg)
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:before,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:before {
    width: 0 !important
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:hover,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:hover {
    border: none;
    padding-bottom: 1px
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:hover:before,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:hover:before {
    width: 100% !important
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language:hover a,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language:hover a {
    background: transparent;
    opacity: 1 !important
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language>a,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language>a {
    padding: 1rem;
    line-height: 0.9rem;
    background: transparent
}

.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language>a:after,
.wpml-ls-legacy-dropdown-click ul li.wpml-ls-current-language>a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.6em;
    border: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    top: 1.25rem
}

.wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click ul li .wpml-ls-sub-menu {
    border: 0;
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    border-color: inherit;
    margin-top: 1px !important
}

.wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li,
.wpml-ls-legacy-dropdown-click ul li .wpml-ls-sub-menu li {
    margin: 0;
    height: auto;
    padding: 0.75rem !important
}

.wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click ul li .wpml-ls-sub-menu a {
    border: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none
}

.wcml-horizontal-list ul li:not(:last-child),
.wcml-vertical-list ul li:not(:last-child) {
    margin: 0 0 0.5rem
}

.wcml-horizontal-list ul li:last-child,
.wcml-vertical-list ul li:last-child {
    margin: 0
}

.wcml-horizontal-list ul li a,
.wcml-vertical-list ul li a {
    padding-left: 0;
    padding-top: 0
}

.widget_currency_sel_widget>img {
    display: none
}

.wcml-dropdown,
.wcml-dropdown-click {
    width: 100%;
    max-width: 100%
}

.wcml-dropdown ul li,
.wcml-dropdown-click ul li {
    border: 0;
    background: transparent
}

.wcml-dropdown ul li:hover,
.wcml-dropdown-click ul li:hover {
    background: transparent
}

.wcml-dropdown ul li.wcml-cs-active-currency,
.wcml-dropdown-click ul li.wcml-cs-active-currency {
    border-bottom: 1px solid
}

.wcml-dropdown ul li.wcml-cs-active-currency:before,
.wcml-dropdown-click ul li.wcml-cs-active-currency:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s
}

.wcml-dropdown ul li.wcml-cs-active-currency:hover:before,
.wcml-dropdown-click ul li.wcml-cs-active-currency:hover:before {
    width: 100%
}

.wcml-dropdown ul li.wcml-cs-active-currency.active .wcml-cs-item-toggle:after,
.wcml-dropdown-click ul li.wcml-cs-active-currency.active .wcml-cs-item-toggle:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg)
}

.wcml-dropdown ul li.wcml-cs-active-currency:before,
.wcml-dropdown-click ul li.wcml-cs-active-currency:before {
    width: 0 !important
}

.wcml-dropdown ul li.wcml-cs-active-currency:hover,
.wcml-dropdown-click ul li.wcml-cs-active-currency:hover {
    border: none;
    padding-bottom: 1px
}

.wcml-dropdown ul li.wcml-cs-active-currency:hover:before,
.wcml-dropdown-click ul li.wcml-cs-active-currency:hover:before {
    width: 100% !important
}

.wcml-dropdown ul li.wcml-cs-active-currency>a,
.wcml-dropdown-click ul li.wcml-cs-active-currency>a {
    padding: 1rem;
    line-height: 1.05rem
}

.wcml-dropdown ul li.wcml-cs-active-currency>a:after,
.wcml-dropdown-click ul li.wcml-cs-active-currency>a:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.6em;
    border: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    top: 1.25rem
}

.wcml-dropdown ul li .wcml-cs-submenu,
.wcml-dropdown-click ul li .wcml-cs-submenu {
    border: 0;
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    border-color: inherit;
    margin-top: 1px !important
}

.wcml-dropdown ul li .wcml-cs-submenu li,
.wcml-dropdown-click ul li .wcml-cs-submenu li {
    border: 0;
    margin: 0;
    height: auto;
    padding: 0.75rem !important
}

.wcml-dropdown ul li .wcml-cs-submenu a,
.wcml-dropdown-click ul li .wcml-cs-submenu a {
    padding: 0;
    -webkit-transition: none;
    transition: none
}

.wp-calendar-nav {
    margin-top: 1.25rem
}

.widget_nav_menu ul {
    display: block
}

.widget_nav_menu ul li {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0.5rem 0;
    text-transform: uppercase
}

.widget_nav_menu ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 0
}

.widget_nav_menu ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

.widget_nav_menu ul li a:hover {
    padding-left: 0 !important
}

.widget_nav_menu ul li a:hover:before {
    height: 1px;
    background-color: var(--site-main-menu-accent-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.widget {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: solid 2px var(--site-border-color)
}

.widget .widget-title {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase
}

.widget .widget-title:after {
    position: absolute;
    right: 0;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    line-height: 1.5rem
}

.widget .widget-title.close:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    line-height: 1.5rem
}

@media print,
screen and (min-width:64em) {
    .widget .widget-title {
        font-size: 1.5rem
    }
}

@media screen and (min-width:90em) {
    .widget .widget-title {
        font-size: 1.5rem
    }
}

.widget .widget-title a img {
    display: none
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget li {
    padding: 0;
    margin: 0 0 16px
}

.widget li:last-child {
    margin: 0
}

.widget li .children {
    margin-left: 1rem;
    margin-top: 0.5rem
}

.widget li .count,
.widget li .post_count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-left: 0.625rem
}

.widget li.cat-item>a {
    display: inline-block;
    font-size: 1rem;
    padding: 0.125rem 0
}

.widget li.cat-item.cat-parent ul li a {
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: capitalize;
    letter-spacing: 0
}

.widget li.cat-item ul li {
    border-bottom: none
}

.widget li.cat-item.current-cat>a {
    color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget li a {
    color: inherit
}

.widget li a:hover {
    color: var(--site-link-hover-color)
}

.widget li ul li:last-child {
    padding-bottom: 0
}

.widget_archive .screen-reader-text {
    display: none
}

.widget_archive ul li:not(:last-child) {
    margin: 0 0 0.5rem
}

.widget_archive ul li ul {
    margin-top: 0.5rem;
    margin-bottom: 0
}

.widget_archive ul li ul li {
    border: none
}

.widget_archive ul.sub-menu {
    padding-left: 0.9375rem
}

.widget_archive ul li {
    padding: 5px 0
}

.widget_archive ul li>a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500
}

.widget_archive ul li>a:hover {
    color: var(--site-text-color) !important
}

.widget_archive ul li .count {
    background: transparent;
    padding: 0;
    font-weight: 400
}

.widget_archive ul li:hover .count {
    background: transparent;
    color: inherit
}

.widget_calendar table {
    margin-bottom: 0;
    font-size: 13px
}

.widget_calendar table caption {
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0
}

.widget_calendar table thead tr th {
    background: var(--site-border-color);
    text-align: center
}

.widget_calendar table td,
.widget_calendar table th {
    border: solid 1px var(--site-border-color);
    text-align: center;
    padding: 0.3125rem
}

.widget_calendar table td a,
.widget_calendar table th a {
    color: inherit
}

.widget_calendar table tbody tr>td {
    font-size: 0.8125rem;
    line-height: 2.4;
    color: #777
}

.widget_calendar table tbody tr>td:not(.pad):hover {
    background-color: var(--site-border-color);
    color: var(--site-heading-color)
}

.widget_calendar table tbody tr>td:not(.pad):hover a {
    color: var(--site-heading-color)
}

.widget_calendar table tbody tr>td a {
    border-bottom: 1px solid;
    font-weight: bold
}

.widget_calendar table tfoot tr>td {
    text-align: left
}

.widget_calendar table tfoot tr>td#next {
    text-align: right
}

.widget_calendar table th {
    font-size: 0.8125rem;
    font-weight: bold
}

.widget_calendar table tr {
    border: none
}

.widget_calendar table td {
    padding: 0.3rem
}

.widget_calendar table td#today {
    position: relative
}

.widget_calendar table td#today:after {
    content: "";
    position: absolute;
    top: 1px;
    border-radius: 100%;
    width: 4px;
    height: 4px
}

.widget_calendar table a {
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase
}

.widget_categories .screen-reader-text {
    display: none
}

.widget_categories li {
    margin-bottom: 8px
}

.widget_pages ul .page_item {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 5px 0;
    margin: 0.5rem 0
}

.widget_nav_menu ul li:not(:last-child) {
    margin: 0 0 0.5rem
}

.widget_nav_menu ul li ul {
    margin-top: 0.5rem;
    margin-bottom: 0
}

.widget_nav_menu ul li ul li {
    border: none
}

.widget_nav_menu ul.sub-menu {
    padding-left: 0.9375rem
}

.widget_recent_comments .recentcomments {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

.widget_recent_comments .recentcomments .comment-author-link+a {
    display: block !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none
}

.widget_recent_entries li {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: solid 1px var(--site-border-color)
}

.widget_recent_entries li .post-date {
    display: block;
    margin-bottom: 0.25rem
}

.widget_recent_entries li .pr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget_recent_entries li .pr-item--left {
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    margin-right: 20px
}

.widget_recent_entries li .pr-item--left a {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.widget_recent_entries li .pr-item--right {
    width: calc(100% - 100px)
}

.widget_recent_entries li .pr-item--right a {
    display: inline-block;
    color: var(--site-heading-color);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem
}

.widget_recent_entries li .pr-item--right .post-date {
    font-size: 0.75rem;
    color: var(--site-heading-color);
    opacity: 0.5
}

.widget_recent_entries li:last-child {
    border: 0
}

.widget_rss .rsswidget {
    color: inherit
}

.widget_rss li .rss-date {
    display: block;
    padding: 0;
    margin: 0.25rem 0 0
}

.widget_rss li .rssSummary {
    margin: 0.5rem 0
}

.widget_rss li cite {
    font-size: inherit;
    text-transform: none;
    padding: 0
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -0.25rem
}

.widget_tag_cloud .tagcloud a {
    color: inherit;
    padding: 0.3125rem 0.625rem;
    margin: 0 0.4375rem 0.4375rem 0;
    text-transform: capitalize;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33334;
    border: solid 1px var(--site-border-color);
    border-radius: 3px
}

.widget_tag_cloud .tagcloud a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget_tag_cloud .tagcloud .tag-cloud-link .tag-link-count {
    font-size: 11px
}

.widget_text .textwidget p {
    margin-bottom: 16px
}

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

.widget_text .textwidget ul:not([class]) {
    margin-left: 1.25rem;
    list-style: inherit
}

.widget_text .textwidget dl,
.widget_text .textwidget ol,
.widget_text .textwidget ul {
    margin-bottom: 2rem;
    list-style-position: outside
}

.widget_text .textwidget dl li,
.widget_text .textwidget ol li,
.widget_text .textwidget ul li {
    margin: 0 0 8px
}

.widget_meta li {
    margin: 0.5rem 0
}

.widget_meta li a {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 5px 0
}

.widget_meta li abbr {
    border-bottom: 1px dashed
}

#sb_instagram {
    margin: 0 -10px !important
}

.widget_theme_ecommerce_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title .ecommerce-info-widget-icon {
    font-size: 24px;
    margin-right: 16px;
    line-height: 1
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-title .widget-title {
    margin-bottom: 4px
}

.widget_theme_ecommerce_info .ecommerce-info-widget-txt-wrapper .ecommerce-info-widget-subtitle {
    padding-left: 2.5rem
}

.novaapf-before-products {
    text-align: center
}

.novaapf-before-products .kitify-products {
    text-align: left
}

.novaapf-before-products .novaapf-before-update {
    background-image: none;
    background: rgba(255, 255, 255, 0.9) !important;
    z-index: 999
}

.novaapf-before-update:after {
    top: 200px;
    display: block;
    content: " ";
    position: absolute;
    top: 200px;
    right: 50%;
    left: auto;
    width: 16px;
    height: 16px;
    margin: -8px -8px 0 0;
    background-color: var(--site-accent-color);
    background-image: none;
    border-radius: 100%;
    -webkit-animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    z-index: 999
}

.widget.novaapf-ajax-term-filter ul li {
    margin-bottom: 0.625rem
}

.widget.novaapf-ajax-term-filter ul li .count,
.widget.woocommerce li .count {
    float: right;
    background: transparent;
    padding: 0;
    color: #999;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-right: 15px;
    text-align: right
}

.widget.novaapf-ajax-term-filter ul li:before {
    content: '';
    display: none
}

.widget.novaapf-ajax-term-filter ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500
}

.widget .novaapf-layered-nav ul li.chosen>a,
.widget.widget_product_categories li.current-cat>a,
.widget.woocommerce li.chosen>a,
.widget_rating_filter li.chosen>a {
    position: relative;
    padding: 0 30px 0 10px;
    margin-left: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    color: #000;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 15px
}

.widget .novaapf-layered-nav ul li.chosen>a:before {
    display: none
}

.widget .novaapf-layered-nav ul li.chosen>a:after,
.widget.widget_product_categories li.current-cat>a:after,
.widget.woocommerce li.chosen>a:after,
.widget_rating_filter li.chosen>a:after {
    position: absolute;
    right: 10px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    opacity: .5;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.widget .novaapf-active-filters a:hover,
.widget .novaapf-active-filters a:hover:after,
.widget .novaapf-layered-nav ul li.chosen>a:hover,
.widget .novaapf-layered-nav ul li.chosen>a:hover:after {
    color: #000;
    opacity: 1
}

.widget .novaapf-layered-nav .children {
    max-width: 100%;
    clear: both;
    margin: 5px 0 0 0 !important;
    padding: 0
}

.widget .novaapf-active-filters a {
    position: relative;
    padding: 0 30px 0 10px;
    display: inline-block;
    line-height: 30px;
    font-size: 0.875rem;
    color: #000;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 5px
}

.widget .novaapf-active-filters a.reset {
    color: #777;
    background: transparent;
    line-height: 28px
}

.widget .novaapf-active-filters a:before {
    display: none
}

.widget .novaapf-active-filters a:after {
    position: absolute;
    right: 10px;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    opacity: .5;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.widget .novaapf-active-filters a:hover:after {
    opacity: 1
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-right: 10px
}

.widget .novaapf-layered-nav ul li {
    padding-left: 0.625rem
}

.widget .novaapf-layered-nav ul li>a .et-swatch-circle {
    height: 14px;
    width: 14px;
    border-radius: 0;
    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;
    overflow: hidden;
    margin-right: 0.5em
}

.widget .novaapf-layered-nav ul li>a .et-swatch-circle span {
    height: 14px;
    width: 14px;
    border-radius: 0;
    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;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5)
}

.widget .novaapf-layered-nav.et-button-novaapf ul li,
.widget .novaapf-layered-nav.et-swatch-novaapf ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px 5px 0 !important;
    padding: 0
}

.widget .novaapf-layered-nav.et-button-novaapf ul li>a,
.widget .novaapf-layered-nav.et-swatch-novaapf ul li>a {
    padding: 0 10px 0 10px;
    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;
    line-height: 30px;
    height: 30px;
    color: #000
}

.widget .novaapf-layered-nav.et-button-novaapf ul li>a {
    border-radius: 0
}

.widget .novaapf-layered-nav.et-swatch-novaapf ul li>a {
    padding: 0
}

.widget .novaapf-layered-nav.et-button-novaapf ul li:not(.chosen)>a:not(.et-color-swatch):not(.et-image-swatch) {
    border: 1px solid #ddd
}

.widget .novaapf-layered-nav.et-button-novaapf ul li>a:not(.et-color-swatch):not(.et-image-swatch):hover {
    border-color: currentColor
}

.widget .novaapf-layered-nav.et-button-novaapf ul li.chosen>a,
.widget .novaapf-layered-nav.et-swatch-novaapf ul li.chosen>a {
    padding: 0 30px 0 10px;
    margin: 0;
    border: 0
}

.widget .et-swatch-novaapf ul li>a .et-swatch-circle {
    height: 24px;
    width: 24px;
    margin-right: 0;
    padding: 1px;
    border: 1px solid transparent
}

.widget .et-swatch-novaapf ul li>a .et-swatch-circle span {
    height: 18px;
    width: 18px;
    border-radius: 0;
    overflow: hidden
}

.widget .novaapf-layered-nav.et-swatch-novaapf ul li.chosen>a .et-swatch-circle {
    border: 0
}

.widget .et-swatch-novaapf ul li>a:hover .et-swatch-circle {
    border-color: rgba(0, 0, 0, 0.6)
}

.et-swatch-novaapf ul li>a .name {
    display: none
}

.widget .noUi-horizontal,
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    position: relative;
    height: 3px;
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.widget .noUi-horizontal.noUi-extended {
    padding-right: 7px
}

.widget .noUi-horizontal.noUi-extended .noUi-origin {
    right: 0
}

.widget .noUi-horizontal .noUi-base .noUi-origin:first-child {
    background: #000
}

.widget .noUi-horizontal,
.widget .noUi-horizontal .noUi-base .noUi-origin:last-child {
    background: #ccc
}

.widget .noUi-horizontal .noUi-handle,
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
    margin-left: -1px;
    background: #fff;
    border: 3px solid #484848;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget .noUi-handle:after,
.widget .noUi-handle:before,
.widget .novaapf-price-filter-wrapper br {
    display: none
}

.novaapf-price-filter-wrapper {
    padding: 15px 10px 0
}

.widget .slider-values {
    margin-top: 14px
}

.widget .novaapf-price-filter-wrapper .slider-values p {
    display: inline-block;
    line-height: 26px;
    font-size: 0.9em
}

.widget .novaapf-price-filter-wrapper .slider-values p+p {
    margin-left: 20px
}

.widget .slider-values p span {
    color: #000;
    font-weight: 400
}

.novaapf-widget-hidden {
    display: none !important
}

@media only screen and (min-width:992px) {
    .shop_header_placeholder .nova-product-filter-content .widget_novaapf-active-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .shop_header_placeholder .nova-product-filter-content .widget_novaapf-active-filters:first-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0 0.9375rem 1.25rem 0.9375rem;
        margin: 0 0 1.25rem 0
    }

    .shop_header_placeholder .nova-product-filter-content .widget_novaapf-active-filters:last-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 1.25rem;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .shop_header_placeholder .nova-product-filter-content .widget_novaapf-active-filters h4 {
        font-size: 1rem;
        font-weight: 600;
        padding: 0 0 0.3125rem 0;
        margin: 0 0.625rem 0 0;
        text-transform: none;
        letter-spacing: 0
    }
}

.widget.widget_novaapf-category-filter ul li a {
    position: relative;
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    text-transform: uppercase
}

.widget.widget_novaapf-category-filter ul li a:before {
    position: absolute;
    left: 0;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5625rem
}

.widget.woocommerce.widget_product_categories li.cat-item {
    padding: 0;
    border-bottom: none
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li {
    border-bottom: 1px solid;
    margin: 0;
    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;
    cursor: pointer
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li:last-child {
    border-bottom: 0
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li .dropdown_icon:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li.active-item .dropdown_icon:before {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg)
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children {
    margin: 0 0.5rem 1rem 2.5rem;
    width: 100%
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children.add_scroll {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 1.5rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children.add_scroll::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1)
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children.add_scroll::-webkit-scrollbar {
    width: 2px;
    background: rgba(0, 0, 0, 0.1)
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children.add_scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.25)
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children li [class*=" thehanger-icons-"],
.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>ul.children li [class^=thehanger-icons-] {
    display: none
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.5em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    max-width: 70%
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>a i {
    font-size: 1.5rem;
    padding-right: 0.9375rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li>a img {
    width: 1.5rem;
    margin-right: 0.9375rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>li .count {
    margin-left: 0.1875rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent {
    position: relative
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent.no-icon>.children {
    margin-left: 1.25rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent.current-cat-parent.active ul.children {
    display: block
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent .dropdown_icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.25rem;
    font-size: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent .cat-item {
    margin-bottom: 0.3125rem
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent>.children {
    display: none
}

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon>.cat-parent>.children li ul.children {
    margin: 0.5rem 0.5rem 0 1.25rem
}

.widget.woocommerce.widget_layered_nav ul li:not(:last-child) {
    margin: 0 0 0.5rem
}

.widget.woocommerce.widget_layered_nav ul li ul {
    margin-top: 0.5rem;
    margin-bottom: 0
}

.widget.woocommerce.widget_layered_nav ul li ul li {
    border: none
}

.widget.woocommerce.widget_layered_nav ul.sub-menu {
    padding-left: 0.9375rem
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list.add_scroll {
    max-height: 130px;
    overflow-y: scroll;
    margin-bottom: 1.5rem
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list.add_scroll::-webkit-scrollbar {
    width: 2px
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term a {
    position: relative;
    color: var(--site-heading-color);
    line-height: 1.125rem
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term a:before {
    position: relative;
    display: inline-block;
    top: 3px;
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 1px solid;
    border-color: var(--site-accent-color-2);
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term a:hover:before {
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term a:hover:after {
    content: '';
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    width: 8px;
    height: 4px;
    left: 4px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    margin-right: 0.3125rem
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term>.count {
    text-align: right;
    margin-left: auto
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-dropdown ul li {
    height: 35px;
    line-height: 2.5;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-dropdown ul .select2-selection__clear {
    margin-top: 0
}

.widget.woocommerce.widget_layered_nav_filters {
    padding: 0
}

.widget.woocommerce.widget_layered_nav_filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -0.25rem;
    margin-bottom: 0
}

.widget.woocommerce.widget_layered_nav_filters ul a {
    color: inherit;
    padding: 0.3125rem 0.625rem;
    margin: 0 0.4375rem 0.4375rem 0;
    text-transform: capitalize;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33334;
    border: solid 1px var(--site-border-color);
    border-radius: 3px
}

.widget.woocommerce.widget_layered_nav_filters ul a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget.woocommerce.widget_layered_nav_filters ul li {
    margin-bottom: 0
}

.widget.woocommerce.widget_layered_nav_filters ul li a {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget.woocommerce.widget_layered_nav_filters ul li a:before {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5rem;
    margin-right: 0.5rem
}

.widget.woocommerce.widget_products li {
    min-height: 4.875rem;
    padding: 0 0 0 6.875rem;
    margin: 1rem 0;
    position: relative
}

.widget.woocommerce.widget_products li:after,
.widget.woocommerce.widget_products li:before {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.widget.woocommerce.widget_products li:after {
    clear: both
}

.widget.woocommerce.widget_products li:first-child {
    margin: 0 0 1rem
}

.widget.woocommerce.widget_products li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_products li>a {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--site-heading-color)
}

.widget.woocommerce.widget_products li>a:hover {
    opacity: 0.7
}

.widget.woocommerce.widget_products li>a:first-child {
    margin-bottom: 0.25rem
}

.widget.woocommerce.widget_products li .product-title {
    display: block
}

.widget.woocommerce.widget_products li img {
    float: left;
    max-width: 5.875rem;
    height: auto;
    margin-left: -6.875rem
}

.widget.woocommerce.widget_products li .star-rating {
    display: block;
    font-size: 12px;
    margin: 0.5rem 0
}

.widget.woocommerce.widget_products li .reviewer {
    display: inline-block;
    font-size: 0.8125rem
}

.widget.woocommerce.widget_products li ins {
    text-decoration: none
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 0.5rem
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating a {
    position: relative;
    color: var(--site-heading-color);
    line-height: 1.125rem
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating a:before {
    position: relative;
    display: inline-block;
    top: 3px;
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 1px solid;
    border-color: var(--site-accent-color-2);
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating a:hover:after {
    content: '';
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    width: 8px;
    height: 4px;
    left: 4px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating .star-rating {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.widget.woocommerce.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 11px
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -0.25rem
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
    color: inherit;
    padding: 0.3125rem 0.625rem;
    margin: 0 0.4375rem 0.4375rem 0;
    text-transform: capitalize;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33334;
    border: solid 1px var(--site-border-color);
    border-radius: 3px
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--site-accent-color);
    border-color: var(--site-accent-color)
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link .tag-link-count {
    font-size: 11px
}

.widget.woocommerce.widget_price_filter .price_slider {
    margin-bottom: 1.5rem
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
    text-align: left
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    font-size: 13px;
    padding-top: 0.0625rem
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label span {
    display: inline-block
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 0.6875rem;
    background: none;
    color: var(--site-heading-color);
    line-height: inherit;
    text-transform: uppercase;
    text-decoration: underline
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
    opacity: 0.7
}

.widget.woocommerce.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 8px;
    margin-right: 8px
}

.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: inherit;
    border-radius: 50px;
    cursor: ew-resize;
    outline: none;
    top: -6px;
    border-width: 0;
    background-color: var(--site-accent-color);
    margin-left: -8px
}

.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    border-radius: 1em
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0;
    position: relative;
    background-color: var(--site-border-color);
    z-index: 0
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.widget.woocommerce.widget_price_filter .ui-slider-horizontal {
    height: 3px
}

.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
    background-color: var(--site-accent-color)
}

.widget.woocommerce.widget_shopping_cart {
    font-size: 0.8125rem;
    color: var(--dropdown-text-color);
    padding-bottom: 0;
    border-bottom: 0
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.125rem
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
    background: var(--site-border-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;
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    margin-right: 0.5rem;
    width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 0.9375rem;
    border-radius: 50%
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart {
    min-height: 60vh;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden
}

@media print,
screen and (max-width:79.99875em) {
    .widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart {
        min-height: 40vh;
        max-height: 40vh
    }
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart::-webkit-scrollbar {
    width: 2px
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: solid 1px var(--site-border-color)
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item:last-child {
    border: none
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item:hover a.remove {
    right: 15px;
    opacity: 1;
    visibility: visible
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item a {
    font-size: 0.875rem;
    padding: 0
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item a:not(.remove) {
    white-space: inherit;
    padding-right: 1.875rem;
    line-height: 1.125rem;
    margin-bottom: 3px
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item a:not(.remove):hover {
    opacity: 1
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item a.remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item a.remove:after {
    font-family: "iNova" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: -.125em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation {
    display: block;
    float: left;
    margin-top: 3px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.75rem
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dd,
.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dl,
.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dt {
    margin-bottom: 0;
    line-height: 1.125rem
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dd {
    float: left
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dd>p {
    margin-bottom: 0;
    line-height: 1.125rem
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item .variation dt {
    margin-top: 0;
    margin-right: 5px;
    font-weight: normal;
    float: left;
    clear: both
}

.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart li.mini_cart_item span.quantity {
    display: block;
    float: left;
    margin-bottom: 3px
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
    border-color: var(--dropdown-border-color);
    margin-bottom: 1.5rem
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total strong {
    text-transform: uppercase
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
    float: right;
    font-weight: bold
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--site-primary-button-color);
    padding: 0.9375rem 2.8125rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    border-width: 1px
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button:hover {
    background-color: var(--site-secondary-button-color)
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.checkout {
    margin-left: 0.75rem
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button:not(.checkout) {
    display: inline-block;
    background: transparent;
    color: var(--site-heading-color);
    border: solid 1px var(--site-text-color);
    margin-right: 0.75rem
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button:not(.checkout):hover {
    background-color: var(--site-primary-button-color);
    border-color: transparent;
    color: #fff
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .wcppec-cart-widget-button {
    margin-bottom: 1rem
}

.widget.woocommerce .product_list_widget li {
    min-height: 4.875rem;
    padding: 0 0 0 6.875rem;
    margin: 1rem 0;
    position: relative
}

.widget.woocommerce .product_list_widget li:after,
.widget.woocommerce .product_list_widget li:before {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.widget.woocommerce .product_list_widget li:after {
    clear: both
}

.widget.woocommerce .product_list_widget li:first-child {
    margin: 0 0 1rem
}

.widget.woocommerce .product_list_widget li:last-child {
    margin-bottom: 0
}

.widget.woocommerce .product_list_widget li>a {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--site-heading-color)
}

.widget.woocommerce .product_list_widget li>a:hover {
    opacity: 0.7
}

.widget.woocommerce .product_list_widget li>a:first-child {
    margin-bottom: 0.25rem
}

.widget.woocommerce .product_list_widget li .product-title {
    display: block
}

.widget.woocommerce .product_list_widget li img {
    float: left;
    max-width: 5.875rem;
    height: auto;
    margin-left: -6.875rem
}

.widget.woocommerce .product_list_widget li .star-rating {
    display: block;
    font-size: 12px;
    margin: 0.5rem 0
}

.widget.woocommerce .product_list_widget li .reviewer {
    display: inline-block;
    font-size: 0.8125rem
}

.widget.woocommerce .product_list_widget li ins {
    text-decoration: none
}

body:not(.body-loaded) .elementor-kitify-nova-menu,
body:not(.body-loaded) .kitify-nav__sub,
body:not(.body-loaded) .kitify-nova-menu__mobile-trigger,
body:not(.body-loaded) .off-canvas-wrapper,
body:not(.body-loaded) .sub-menu {
    content-visibility: hidden;
    margin: 0;
    padding: 0
}

.site-wrapper {
    overflow: hidden
}

@media print,
screen and (min-width:64em) {
    .elementor-location-header .kitify--transparency-yes {
        position: absolute;
        left: 0;
        width: 100%
    }
}

.elementor-location-header .kitify--transparency-yes.elementor-section.elementor-sticky:not(.elementor-sticky--effects) {
    position: absolute;
    left: 0;
    width: 100%
}

.col-sticky>.elementor-widget-wrap {
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: calc(var(--kitify-header-height) + var(--kitify-adminbar-height) + 10px)
}

.wvr-customer-select {
    padding: 0 0.625rem !important
}

.kitify-sidebar.kitify-sidebar-layout_02 .widget {
    border: solid 1px var(--site-border-color);
    padding: 1.5rem
}

.kitify-sidebar.kitify-sidebar-layout_02 .widget .widget-title {
    margin-top: 0;
    padding-top: 0
}

.kitify-sidebar.kitify-sidebar-layout_02 .widget .widget-title:before {
    display: none
}

.kitify-sidebar.kitify-sidebar-layout_02 .widget .novaapf-price-filter-wrapper {
    padding: 0
}

.kitify-product-categories.custom-style-robeto-01 .kitify-custom-categories__item .kitify-custom-categories__image-wrap:before {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px var(--site-heading-color);
    border-radius: 170px 170px 0 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.kitify-product-categories.custom-style-robeto-01 .kitify-custom-categories__item .kitify-custom-categories__image {
    border-radius: 170px 170px 0 0
}

.kitify-product-categories.custom-style-robeto-01 .kitify-custom-categories__item .kitify-custom-categories__button-wrap {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.kitify-product-categories.custom-style-robeto-01 .kitify-custom-categories__item:hover .kitify-custom-categories__image-wrap:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-product-categories.custom-style-robeto-01 .kitify-custom-categories__item:hover .kitify-custom-categories__button-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__image-wrap:before {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px var(--site-heading-color);
    border-radius: 170px 170px 0 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__thumb {
    position: relative
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__content-wrap {
    position: relative
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__content-wrap .kitify-custom-categories__desc {
    text-align: center
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__image {
    border-radius: 170px 170px 0 0
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item .kitify-custom-categories__button-wrap {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item:hover .kitify-custom-categories__image-wrap:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-product-categories.custom-style-robeto-02 .kitify-custom-categories__item:hover .kitify-custom-categories__button-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-product-categories.custom-style-robeto-03 .kitify-custom-categories__item .kitify-custom-categories__image-wrap:before {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px var(--site-heading-color);
    border-radius: 170px 170px 0 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.kitify-product-categories.custom-style-robeto-03 .kitify-custom-categories__item .kitify-custom-categories__image {
    border-radius: 170px 170px 0 0
}

.kitify-product-categories.custom-style-robeto-03 .kitify-custom-categories__item:hover .kitify-custom-categories__image-wrap:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.kitify-image-comparison div.jx-controller {
    background: #fff;
    width: 60px;
    height: 60px;
    left: -7px;
    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%
}

.kitify-image-comparison div.jx-arrow {
    display: none
}

@media print,
screen and (min-width:64em) {
    .kitify-testimonials.preset-type-1 .swiper-slide-visible {
        opacity: 0.5
    }

    .kitify-testimonials.preset-type-1 .swiper-slide-visible.swiper-slide-next {
        opacity: 1
    }
}

.kitify-testimonials.preset-type-1 .swiper-pagination-bullet {
    background-color: var(--site-accent-color)
}

.kitify-testimonials.preset-type-1 .kitify-carousel__dots {
    background-color: #fff;
    padding: 0.3125rem 0;
    border-radius: 3px
}

.simple-style-cat .kitify-carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.simple-style-cat .kitify-carousel__content .kitify-carousel__item-title {
    margin-bottom: 0
}

.simple-style-cat .kitify-carousel__content .kitify-carousel__item-button {
    margin-left: auto
}

.custom-carousel-preset-style-01 .product-grid-item .product-item {
    background: #fff
}

.custom-carousel-preset-style-01 .product-grid-item:not(.swiper-slide-active) {
    width: 80%
}

.kitify-tabs-style-robeto-1 .kitify-tabs__control .kitify-tabs__label-text {
    position: relative;
    font-size: 1.25rem;
    line-height: 3.125rem
}

.kitify-tabs-style-robeto-1 .kitify-tabs__control.active-tab .kitify-tabs__label-text,
.kitify-tabs-style-robeto-1 .kitify-tabs__control:hover .kitify-tabs__label-text {
    position: relative
}

.kitify-tabs-style-robeto-1 .kitify-tabs__control.active-tab .kitify-tabs__label-text:before,
.kitify-tabs-style-robeto-1 .kitify-tabs__control:hover .kitify-tabs__label-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--site-border-color);
    width: 20px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:62em) {

    .kitify-tabs-style-robeto-1 .kitify-tabs__control.active-tab .kitify-tabs__label-text:before,
    .kitify-tabs-style-robeto-1 .kitify-tabs__control:hover .kitify-tabs__label-text:before {
        display: none
    }
}

@media screen and (max-width:62em) {

    .kitify-tabs-style-robeto-1 .kitify-tabs__control.active-tab .kitify-tabs__label-text,
    .kitify-tabs-style-robeto-1 .kitify-tabs__control:hover .kitify-tabs__label-text {
        position: static
    }
}

.kitify-tabs-style-robeto-1.kitify-tabs-position-top .kitify-tabs__content-wrapper .kitify-tabs__content {
    padding-top: 2.5rem
}

.woo-selected-variation-item-name {
    font-size: 0.875rem;
    font-weight: 400
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background-color: var(--site-border-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 0.875rem
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--site-accent-color);
    color: #fff
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sticky-purchase-panel {
    position: fixed;
    right: 10px;
    bottom: calc(50% - 130px);
    color: #fff;
    background: #222;
    border-radius: 30px;
    -webkit-animation: et-rtl .7s ease;
    animation: et-rtl .7s ease;
    z-index: 3
}

.sticky-purchase-panel .mtips {
    position: relative;
    z-index: 1000
}

.sticky-purchase-panel ul {
    padding: 17px 7px 7px;
    list-style: none
}

.sticky-purchase-panel ul li {
    list-style: none
}

.sticky-purchase-panel ul li a {
    font-size: 1.3rem;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.sticky-purchase-panel ul li a svg {
    width: 1em;
    height: 1em
}

.sticky-purchase-panel ul li:not(:last-child) a {
    margin-bottom: 2px
}
