@charset "UTF-8";
/*------------------------------------------------------------------
Foundation
*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  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] {
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=66.75em&xlarge=75em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #090b08;
  font-family: "system-ui", "San Francisco", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.75;
  color: #292929;
  -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 {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "system-ui", "San Francisco", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--color-accent);
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 66.75em) {
  h1, .h1 {
    font-size: 3.375rem;
  }
  h2, .h2 {
    font-size: 2.75rem;
  }
  h3, .h3 {
    font-size: 2.125rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.375rem;
  }
}
a {
  line-height: inherit;
  color: #bd9576;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #af7f59;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 83.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote, .wp-block-quote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, .wp-block-quote, blockquote p, .wp-block-quote p {
  line-height: 1.7;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #272525;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #272525;
  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: 48em) {
  .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: 66.75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote,
  .wp-block-quote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 66.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.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.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.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 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  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.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 66.75em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 66.75em) and (min-width: 66.75em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 66.75em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 66.75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 66.75em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 66.75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 66.75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/*------------------------------------------------------------------
Variables
*/
/*------------------------------------------------------------------
Utilities
*/
.woocommerce-checkout-review-order:before, .thb-checkout-form-column .col-1:before,
.thb-checkout-form-column .col-2:before,
.thb-checkout-form-column .woocommerce-billing-fields:before,
.thb-checkout-form-column .woocommerce-shipping-fields:before,
.thb-checkout-form-column .woocommerce-account-fields:before, .woocommerce-ResetPassword:before, .woocommerce-account .woocommerce-MyAccount-content fieldset:before, .product_list_widget li:before, .woocommerce-checkout-review-order:after, .thb-checkout-form-column .col-1:after,
.thb-checkout-form-column .col-2:after,
.thb-checkout-form-column .woocommerce-billing-fields:after,
.thb-checkout-form-column .woocommerce-shipping-fields:after,
.thb-checkout-form-column .woocommerce-account-fields:after, .woocommerce-ResetPassword:after, .woocommerce-account .woocommerce-MyAccount-content fieldset:after, .product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce-checkout-review-order:after, .thb-checkout-form-column .col-1:after,
.thb-checkout-form-column .col-2:after,
.thb-checkout-form-column .woocommerce-billing-fields:after,
.thb-checkout-form-column .woocommerce-shipping-fields:after,
.thb-checkout-form-column .woocommerce-account-fields:after, .woocommerce-ResetPassword:after, .woocommerce-account .woocommerce-MyAccount-content fieldset:after, .product_list_widget li:after {
  clear: both;
}

#scroll_to_top svg, .side-cart, .thb-share-product .sd-content ul li .share-icon, .products .product .add_to_cart_button,
.wc-block-grid__products .product .add_to_cart_button, .pswp--has_mouse button.pswp__button, button.pswp__button, input[type=submit],
.button,
.btn,
.pushbutton-wide,
.wp-block-search__button, .wp-block-button .wp-block-button__link, .widget .thb-widget-title span, .widget .thb-widget-title, input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea, .commentlist .comment .reply svg path,
.commentlist .review .reply svg path, .thb-secondary-area .thb-secondary-item svg, .thb-dropdown-style, .thb-full-menu .sub-menu, .header.fixed:before, .header .thb-header-inline-search:before, .header, #wrapper .click-capture, a, .thb-arrow-link a:after {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.products .product-category .thb-category-link .thb-product-category-image img, .products .product .product-thumbnail img,
.wc-block-grid__products .product .product-thumbnail img, .wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image .wp-post-image, .post .post-gallery > a .wp-post-image, .thb-dropdown-style li a, .thb-full-menu .sub-menu li a, .thb-full-menu .sub-menu li.menu-item-has-children > a:after, .header .thb-header-inline-search {
  transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.admin-bar .thb-shop-filters, .admin-bar #mobile-menu, .admin-bar .header.fixed, .admin-bar .subheader {
  top: 0;
}
@media screen and (min-width: 601px) {
  .admin-bar .thb-shop-filters, .admin-bar #mobile-menu, .admin-bar .header.fixed, .admin-bar .subheader {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .thb-shop-filters, .admin-bar #mobile-menu, .admin-bar .header.fixed, .admin-bar .subheader {
    top: 32px;
  }
}

.no-padding, .row .row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.no-padding > .columns, .row .row.no-padding > .columns {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .no-padding, .row .row.no-padding {
    padding: 0;
  }
}

/* Padding Sizes */
.thb-padding-sizes.regular-padding .columns {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .thb-padding-sizes.regular-padding .columns {
    margin-bottom: 30px;
  }
}
.thb-padding-sizes.mini-padding {
  margin: 0 -5px;
}
.thb-padding-sizes.mini-padding .columns {
  padding: 0 5px;
  margin-bottom: 10px;
}
.thb-padding-sizes.small-padding {
  margin: 0 -3px;
}
.thb-padding-sizes.small-padding .columns {
  padding: 0 3px;
  margin-bottom: 6px;
}
.thb-padding-sizes.pixel-padding {
  margin: 0 -1px;
}
.thb-padding-sizes.pixel-padding .columns {
  padding: 0 1px;
  margin-bottom: 2px;
}
.thb-padding-sizes.no-padding, .row .thb-padding-sizes.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.thb-padding-sizes.no-padding .columns {
  padding: 0;
  margin-bottom: 0;
}

/* Google */
iframe {
  max-width: 100%;
  overflow: hidden;
}

.adsbygoogle {
  max-width: 100%;
  overflow: hidden;
}

.thb-loading:after, .blockUI.blockOverlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAA2ElEQVRYhe2SsW2CMRBG3yHKMARpAwtElCgjoAxAnRaRKRApmQBlgogF+EWblFCyAAg6vhQ/kYzxUZLmXmf73dnWdxAEQRAE/4ylC0kt4A1oAwszm3uFkrrA8Lycmdn3DfcV6AMb4MPMdiWpKWmlS8be5ZKOiXeU1HHc96xnJalZEnu6Zus0nRbcieNuC+7z33kjdQv1p1JTxy3teVy75wiq7KWjYrXUySI4SHpy3HHWc5lGkA/hA/UQPgJfZvbpfqHOPB3CnxvuAHgB1tRDuPfcIAiCILg7v9R/70jk2OIpAAAAAElFTkSuQmCC") center center no-repeat;
}

/* Title Classes */
.thb-subtitle {
  font-weight: 500;
  font-size: 0.9em !important;
  letter-spacing: 2px;
  line-height: 1.75em;
  text-transform: uppercase;
}

.thb-border-radius {
  border-radius: 10px;
  overflow: hidden;
}

.thb-column-border {
  border: 1px solid #ebebeb;
}

.thb-arrow-link a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.thb-arrow-link a:after {
  content: "\e80c";
  margin-left: 12px;
  font-size: 7px;
  font-family: "lasposa";
}
.thb-arrow-link a:hover:after {
  transform: translateX(2px);
}
.thb-arrow-link.secondary-color a {
  color: var(--color-secondary);
}
.thb-arrow-link.tertiary-color a {
  color: var(--color-tertiary);
}

@media only screen and (min-width: 968px) {
  .thb-extra-large-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1268px) {
  .thb-extra-large-title {
    font-size: 70px;
  }
}

/* star-rating */
.star-rating, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars, .comment-form-rating p.stars {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  height: 14px;
  max-width: 66px;
  align-self: flex-start;
  letter-spacing: 0.05em;
  font-family: "lasposa" !important;
  color: #ffd0ad;
}
.star-rating:before, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars:before, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars:before, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars:before,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before, .comment-form-rating p.stars:before {
  opacity: 1;
  color: #ffcd00;
  font-family: "lasposa" !important;
  content: "\e805\e805\e805\e805\e805" !important;
}
.star-rating > span, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span, .comment-form-rating p.stars > span {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 14px;
  line-height: 1;
  overflow: hidden;
}
.star-rating > span:before, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span:before, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span:before, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span:before, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span:before,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span:before, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span:before, .comment-form-rating p.stars > span:before {
  color: #ffd0ad;
  content: "\e806\e806\e806\e806\e806" !important;
}
.rtl .star-rating > span, .rtl .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span, .products .wc-block-grid__product .wc-block-grid__product-rating .rtl .star-rating > span, .rtl .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating .rtl p.stars > span, .rtl .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating .rtl p.stars > span, .rtl .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span, .products .wc-block-grid__product .wc-block-grid__product-rating .rtl .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .rtl .star-rating > span,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating .rtl p.stars > span,
.rtl .comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .rtl p.stars > span,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .rtl .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span, .rtl .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span, .rtl .comment-form-rating p.stars > span, .comment-form-rating .rtl p.stars > span {
  left: auto;
  right: 0;
}
.star-rating > span strong, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span strong, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span strong, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span strong, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span strong,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span strong,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars > span strong,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars > span strong,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span strong, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span strong, .comment-form-rating p.stars > span strong {
  display: none;
}
.star-rating + .write_first, .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating + .write_first, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars + .write_first, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars + .write_first, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars + .write_first,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating + .write_first,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars + .write_first,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars + .write_first,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars + .write_first, .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars + .write_first, .comment-form-rating p.stars + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}

@font-face {
  font-family: "lasposa";
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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YbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE") format("truetype");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lasposa';
    src: url('../font/frame.svg?34465348#frame') format('svg');
  }
}
*/
[class^=thb-icon-]:before,
[class*=" thb-icon-"]:before {
  font-family: "lasposa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.thb-icon-down-open-mini:before {
  content: "\e800";
} /* '' */
.thb-icon-right-open-mini:before {
  content: "\e801";
} /* '' */
.thb-icon-down-open-big:before {
  content: "\e802";
} /* '' */
.thb-icon-left-open-big:before {
  content: "\e803";
} /* '' */
.thb-icon-right-open-big:before {
  content: "\e804";
} /* '' */
.thb-icon-star-empty:before {
  content: "\e805";
} /* '' */
.thb-icon-star:before {
  content: "\e806";
} /* '' */
.thb-icon-ok:before {
  content: "\e807";
} /* '' */
.thb-icon-up-open-mini:before {
  content: "\e808";
} /* '' */
.thb-icon-left-open-mini:before {
  content: "\e809";
} /* '' */
.thb-icon-plus:before {
  content: "\e80a";
} /* '' */
.thb-icon-minus:before {
  content: "\e80b";
} /* '' */
.thb-icon-next:before {
  content: "\e80c";
} /* '' */
.thb-icon-prev:before {
  content: "\e80d";
} /* '' */
.thb-icon-attention-alt:before {
  content: "\f12a";
} /* '' */
/*------------------------------------------------------------------
Structure
*/
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  word-wrap: break-word;
  color: var(--color-accent);
  overflow-x: hidden;
}

a {
  color: var(--color-secondary);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: none;
  color: inherit;
}
a:hover {
  color: var(--color-accent);
}

:root {
  --color-accent: #ffffff;
  --color-secondary: #bd9576;
  --color-tertiary: #bd9576;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 60%;
}
h1 small a,
h2 small a,
h3 small a,
h4 small a,
h5 small a,
h6 small a {
  color: #202120;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 500 !important;
}

hr {
  border-color: rgba(0, 0, 0, 0.07);
}
hr.wp-block-separator {
  border-top: 2;
  width: 30px;
  border-color: white;
}

p {
  word-spacing: 0.001em;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.full-width-row, .row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.full-height {
  display: flex;
  min-height: 100vh;
}

.row {
  background-size: cover;
}
.row.max_width {
  max-width: 79.375rem !important;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .row.max_width {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    padding: 0 35px;
  }
  .row .row:not(.max_width) {
    padding: 0;
  }
}
.row.no-column-padding {
  margin: auto;
}
.row.no-column-padding > .columns {
  padding: 0;
}
.row.no-row-padding {
  padding: 0;
}
@media only screen and (min-width: 1068px) {
  .row.low-padding {
    margin: 0 -15px;
  }
  .row.low-padding .columns {
    padding: 0 15px;
  }
}

figure {
  margin: 0;
  padding: 0;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  scroll-behavior: smooth;
}
#wrapper > [role=main] {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wrapper > [role=main] {
    display: block;
    flex: none;
  }
}
#wrapper > [role=main] > .row {
  width: 100%;
}
#wrapper .click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
#wrapper.open-cc .click-capture {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
#wrapper.open-cart #side-cart {
  box-shadow: -10px 4px 40px rgba(0, 0, 0, 0.15);
  transform: translateX(0%);
}
#wrapper.open-menu .click-capture {
  z-index: 20;
}
#wrapper.open-menu #mobile-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}

/* Not Found */
.not-found {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.not-found figure {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border: 6px solid #f8f8f8;
  color: #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 60px;
}
.not-found figure:after {
  content: "!";
  font-size: 80px;
}

.sidebar-container .sidebar {
  box-sizing: border-box;
  width: 100%;
}
.sidebar-container .sidebar-content-main {
  padding: 30px 0 0 0;
}
/*------------------------------------------------------------------
Header
*/
.subheader {
  background: var(--color-accent);
  width: 100%;
  line-height: 1;
  padding: 13px 30px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  background: #202120;
  display: none;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.subheader a {
  color: var(--color-accent);
}
.subheader a:hover {
  color: var(--color-secondary);
}
.subheader p {
  margin: 0;
}
.subheader .row {
  width: 100%;
}
@media only screen and (min-width: 1068px) {
  .subheader {
    display: block;
  }
}
.subheader .text {
  padding: 0 15px 0 0;
}
.subheader .svg {
  vertical-align: middle;
  align-items: center;
}

.logo-holder {
  display: inline-flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: auto;
  max-width: 100%;
  flex-shrink: 0;
  padding: 20px 0;
}
@media only screen and (min-width: 1440px) {
  .logo-holder {
    margin-left: 0;
    margin-right: 45px;
  }
}
.logo-holder .logolink {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.logo-holder .logoimg {
  max-height: 45px;
  object-fit: contain;
}
.logo-holder .logo-text {
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (min-width: 1440px) {
  .logo-holder .logo-text {
    white-space: nowrap;
  }
}

.header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  position: sticky;
  padding: 0 25px;
  z-index: 30;
  width: 100%;
  user-select: none;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0 50px;
  }
}
.page .header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page .header {
    margin-bottom: 45px;
  }
}
.page-template-default .header, .page-template-template-pagetitle .header, .home .header {
  margin-bottom: 0;
}
.woocommerce-cart .header, .woocommerce-checkout .header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .header, .woocommerce-checkout .header {
    margin-bottom: 45px;
  }
}
.header .logo-menu-wrapper {
  display: inline-flex;
}
.header .header-logo-row {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
@media only screen and (min-width: 1440px) {
  .header .header-logo-row {
    grid-template-columns: auto 1fr;
  }
}
.header .logo-and-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .thb-navbar {
  display: none;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .header .thb-navbar {
    display: inline-flex;
    width: 100%;
  }
}
.header .thb-header-inline-search {
  background: #202120;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 50px 62px;
  opacity: 0;
  visibility: hidden;
}
.header .thb-header-inline-search.active {
  visibility: visible;
  opacity: 1;
}
.header .thb-header-inline-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
}
.header .thb-header-inline-search form {
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
}
.header .thb-header-inline-search form input {
  font-size: 20px;
  padding-bottom: 6px;
}
.header .thb-header-inline-search form button {
  background-size: 18px 18px;
}
.header.fixed {
  z-index: 40;
}
.header.fixed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
}
.header.fixed .fixed-logo-holder {
  display: inline-flex;
  align-items: center;
}
.header.fixed .fixed-logo-holder .mobile-toggle-holder {
  display: inline-flex;
}
@media only screen and (min-width: 1440px) {
  .header.fixed .fixed-logo-holder .mobile-toggle-holder {
    display: none;
  }
}
.header.fixed .full-menu {
  display: none;
  margin: 0 auto;
}
@media only screen and (min-width: 1440px) {
  .header.fixed .full-menu {
    display: inline-flex;
  }
}
.header.fixed.light-header {
  border-bottom: 1px solid #eee;
}

.thb-fixed-shadow-style1:before {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.thb-fixed-shadow-style2:before {
  -webkit-box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
}

.thb-fixed-shadow-style3:before {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
}

.thb-full-menu {
  display: inline-flex;
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.thb-full-menu > .menu-item {
  display: inline-flex;
  padding: 20px 0;
  height: 100%;
  align-items: center;
}
.thb-full-menu > .menu-item > a {
  min-height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 120px;
  letter-spacing: 2px;
  color: var(--color-accent);
}
.thb-full-menu > .menu-item > a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-secondary);
}
.thb-full-menu .menu-item {
  margin: 0;
  white-space: nowrap;
}
.thb-full-menu .menu-item .thb-menu-label {
  display: flex;
  align-items: center;
}
.thb-full-menu .menu-item.current-menu-item > a {
  color: #bd9576;
}
.thb-full-menu .menu-item.menu-item-has-children {
  position: relative;
}
.thb-full-menu .menu-item.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.thb-full-menu .menu-item.menu-item-has-children > a:after {
  display: inline-flex;
  font-family: "lasposa";
  content: "\e800";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
.rtl .thb-full-menu .menu-item.menu-item-has-children > a:after {
  margin-left: 0;
  margin-right: 8px;
}
.thb-full-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
.thb-full-menu .sub-menu li.menu-item-has-children > a:after {
  font-family: "lasposa";
  content: "\e801";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-left: 15px;
}
.rtl .thb-full-menu .sub-menu li.menu-item-has-children > a:after {
  transform: rotateY(180deg);
  margin-left: 0;
  margin-right: 15px;
}
.thb-full-menu .sub-menu .sub-menu {
  top: -18px;
  left: calc(100% + 36px);
  transform: none;
  z-index: 10;
}
.thb-full-menu .sub-menu .sub-menu:before {
  height: 100%;
  left: -36px;
  width: 36px;
}
.thb-full-menu .sub-menu .sub-menu .sub-menu {
  z-index: 15;
}
.rtl .thb-full-menu .sub-menu .sub-menu {
  left: auto;
  right: calc(100% + 6px);
}
.rtl .thb-full-menu .sub-menu .sub-menu:after {
  left: auto;
  right: 0;
}

.thb-dropdown-style, .thb-full-menu .sub-menu {
  padding: 10px 20px;
  list-style: none;
  margin: 0;
  background: #090909;
  position: absolute;
  z-index: 10;
  text-align: left;
  top: calc(100% + 7px);
  left: -10px;
  display: block;
  opacity: 0;
  z-index: 40;
  pointer-events: none;
  visibility: hidden;
  border: 1px solid #202120;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thb-dropdown-style:before, .thb-full-menu .sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
}
.rtl .thb-dropdown-style, .rtl .thb-full-menu .sub-menu, .thb-full-menu .rtl .sub-menu {
  text-align: right;
  left: auto;
  right: -10px;
}
.thb-dropdown-style li, .thb-full-menu .sub-menu li {
  display: block;
  font-size: 0.8em;
  line-height: 1.1;
}
.thb-dropdown-style li a, .thb-full-menu .sub-menu li a {
  display: flex;
  padding: 10px 0;
  font-size: inherit;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  will-change: opacity;
  position: relative;
  min-width: 180px;
  text-transform: none;
  color: var(--color-accent);
}
.thb-dropdown-style li a sup, .thb-full-menu .sub-menu li a sup {
  margin-left: 5px;
}
.thb-dropdown-style li a:hover, .thb-full-menu .sub-menu li a:hover {
  color: var(--color-secondary);
}
.thb-dropdown-style li a:hover:after, .thb-full-menu .sub-menu li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.rtl .thb-dropdown-style li a:hover:after, .rtl .thb-full-menu .sub-menu li a:hover:after, .thb-full-menu .rtl .sub-menu li a:hover:after {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.thb-secondary-area {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.thb-secondary-area .thb-item-icon {
  line-height: 0;
}
.thb-secondary-area .thb-secondary-item {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 15px 0;
  margin-left: 18px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .thb-secondary-area .thb-secondary-item {
    margin-left: 22px;
  }
}
.thb-secondary-area .thb-secondary-item > span,
.thb-secondary-area .thb-secondary-item > div {
  display: inline-flex;
}
.thb-secondary-area .thb-secondary-item:first-child {
  margin-left: 0;
}
.thb-secondary-area .thb-secondary-item:hover svg {
  transform: scale(1.1);
}
.thb-secondary-area .thb-secondary-item .count {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  font-size: 10px;
  width: 15px;
  height: 15px;
  background: var(--color-secondary);
  border-radius: 10px;
  color: var(--color-accent);
  font-weight: 500;
  bottom: 10px;
  right: -6px;
}
.thb-secondary-area .thb-secondary-item .thb-item-icon-wrapper {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.thb-secondary-area .thb-secondary-item.thb-quick-search {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1440px) {
  .thb-secondary-area .thb-secondary-item.thb-quick-search {
    display: inline-flex;
    width: 100%;
  }
}
.thb-secondary-area .thb-secondary-item.thb-full-menu {
  width: auto;
  flex-wrap: nowrap;
}
.thb-secondary-area .thb-secondary-item.thb-full-menu > .menu-item > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.thb-secondary-area .thb-secondary-menu {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1440px) {
  .thb-secondary-area .thb-secondary-menu {
    display: inline-flex;
  }
}

#mobile-menu {
  display: flex;
  flex-direction: column;
  z-index: 60;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1), transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  background: #090909;
  top: 0;
  width: 100vw;
  position: fixed;
  opacity: 0;
  margin-top: 40px;
  transform: translateY(40px);
  padding: 15px;
}
#mobile-menu .woocommerce-product-search {
  margin-bottom: 15px;
  max-width: 100%;
}
#mobile-menu .thb-secondary-menu {
  margin: 0 0 40px;
  list-style: none;
  flex-direction: column;
}
#mobile-menu .thb-secondary-menu .menu-item + .menu-item {
  margin: 0;
}
#mobile-menu .thb-secondary-menu .menu-item a {
  font-size: 14px;
  line-height: 1;
  padding: 8px 0;
  min-height: 0;
  font-weight: 500;
}
#mobile-menu .thb-secondary-menu .menu-item .sub-menu {
  list-style: none;
  margin-left: 12px;
}
#mobile-menu .mobile-menu-bottom {
  margin-top: auto;
  font-size: 14px;
}

.thb-mobile-menu {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.thb-mobile-menu > li {
  border-bottom: 1px solid rgb(98, 98, 98);
  border-bottom-style: dashed;
}
.thb-mobile-menu > li > a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 17px 0;
  line-height: 1;
  letter-spacing: 2px;
  transition: none;
  color: var(--color-accent);
}
.thb-mobile-menu > li > a:hover {
  color: var(--color-secondary);
}
.thb-mobile-menu li.menu-item-has-children {
  position: relative;
  padding-right: 30px;
}
.thb-mobile-menu li.menu-item-has-children > a span {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  max-height: 51px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.thb-mobile-menu li.menu-item-has-children > a span:after {
  display: block;
  font-size: 13px;
  content: "\e802";
  font-family: "lasposa";
}
.thb-mobile-menu li.menu-item-has-children > a.active span:after {
  transform: rotate(180deg);
}
.thb-mobile-menu li.menu-item-has-children li.menu-item-has-children > a span {
  max-height: 30px;
}
.thb-mobile-menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0 15px 15px;
  list-style: none;
}
.thb-mobile-menu .sub-menu .sub-menu {
  padding-top: 15px;
}
.thb-mobile-menu .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
}
.thb-mobile-menu .sub-menu a:hover {
  color: var(--color-secondary);
}

.mobile-toggle-holder {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  padding: 15px 0;
}
@media only screen and (min-width: 1440px) {
  .mobile-toggle-holder {
    display: none;
  }
}
.mobile-toggle-holder .mobile-toggle {
  display: inline-flex;
  height: 16px;
  align-items: center;
  transition: none;
  vertical-align: middle;
  position: relative;
}
.mobile-toggle-holder strong {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.woocommerce-breadcrumb i {
  font-style: normal;
  display: inline-flex;
  margin: 0 5px;
  color: var(--color-accent);
}

.yoast-breadcrumbs {
  font-size: inherit;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}
.yoast-breadcrumbs a {
  margin-right: 5px;
}
.yoast-breadcrumbs .breadcrumb_last {
  margin-left: 5px;
  color: #bd9576;
}

/*------------------------------------------------------------------
Blog.
*/
.post {
  margin-bottom: 45px;
  padding-bottom: 10px;
}
.post .post-gallery {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.post .post-gallery > a {
  display: block;
  line-height: 0;
}
.post .post-gallery > a:hover .wp-post-image {
  transform: scale(1.05);
}
.post .post-content-container {
  padding: 0 10%;
}
.post .post-category {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.post .post-title h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.post .post-title h3 a {
  color: var(--color-accent);
}
.post .post-title h3 a:hover {
  color: var(--color-secondary);
}
.post .post-excerpt {
  font-size: 15px;
  line-height: 1.6;
}
.post .post-excerpt p {
  font-size: inherit;
  margin-bottom: 5px;
}
.post .thb-post-bottom {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post.style1 {
  text-align: center;
  background: #1a1b1a;
}

.archive-title {
  margin-bottom: 40px;
}
.archive-title p {
  font-size: 14px;
}

.post-detail .post-header-container {
  display: grid;
  position: relative;
  background: #202120;
  overflow: hidden;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .post-detail .post-header-container {
    margin: 0;
  }
}
@media only screen and (min-width: 1068px) {
  .post-detail .post-header-container {
    grid-template-columns: auto 440px;
  }
}
.post-detail .thb-article-featured-image .wp-post-image {
  width: 100%;
  object-fit: cover;
}
.post-detail .post-title-container {
  padding: 8%;
  color: var(--color-tertiary);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-detail .post-title-container {
    padding: 10%;
  }
}
.post-detail .post-title-container .thb-article-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-tertiary);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .post-detail .post-title-container .thb-article-meta {
    text-align: left;
    display: flex;
  }
}
.post-detail .post-title-container .thb-article-meta a {
  font-weight: 500;
  color: var(--color-tertiary);
}
.post-detail .post-title-container .thb-article-meta em {
  font-style: normal;
  margin-right: 3px;
}
.post-detail .post-title-container .thb-article-meta > div {
  display: inline-flex;
}
.post-detail .post-title-container h1 {
  color: #fefefe;
  text-align: center;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .post-detail .post-title-container h1 {
    font-size: 34px;
    text-align: left;
  }
}
.post-detail .post-title-container .post-category {
  font-size: 13px;
  margin-bottom: 20px;
}
.post-detail .post-title-container .post-category a {
  color: var(--color-tertiary);
}
.post-detail .post-content-container {
  max-width: 750px;
  margin: 0 auto;
}
.post-detail .post-content p + h1,
.post-detail .post-content p + h2,
.post-detail .post-content p + h3,
.post-detail .post-content p + h4,
.post-detail .post-content p + h5,
.post-detail .post-content p + h6 {
  margin-top: 2rem;
}
.post-detail .thb-social-top {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.post-detail .thb-social-top .sd-title {
  font-weight: 500;
  border: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.post-detail .thb-social-top .sd-title:before {
  content: none;
}
.post-detail .thb-social-top .sharedaddy,
.post-detail .thb-social-top .sd-sharing,
.post-detail .thb-social-top .sd-content {
  width: 100%;
  margin-bottom: 0;
}
.post-detail .thb-social-top .sd-content ul {
  width: 100%;
}
.post-detail .thb-social-top .sd-content li {
  display: inline-flex;
  padding: 0;
  text-align: center;
  flex: 1;
  margin: 0 18px 18px 0;
}
.post-detail .thb-social-top .sd-content li.share-end {
  display: none;
  flex: 0;
}
.post-detail .thb-social-top .sd-content li .share-icon {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  color: var(--color-accent) !important;
}
.post-detail .thb-social-top .sd-content li .share-icon:before {
  font-size: 16px;
  top: 0;
}
.post-detail .thb-social-top .sd-content li span {
  font-size: 12px;
  margin-left: 8px;
  display: none;
}
@media only screen and (min-width: 1068px) {
  .post-detail .thb-social-top .sd-content li span {
    display: inline;
  }
}
.post-detail .thb-article-nav {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post-detail .thb-article-nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
.post-detail .thb-article-nav .thb-article-nav-post {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  max-width: 340px;
  position: relative;
}
.post-detail .thb-article-nav .thb-article-nav-post:before {
  content: "";
  position: absolute;
  top: 50%;
  font-size: 30px;
  line-height: 1;
  font-family: "lasposa";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #090909;
}
.post-detail .thb-article-nav .thb-article-nav-post span {
  color: #202120;
  font-size: 13px;
  margin-bottom: 6px;
}
.post-detail .thb-article-nav .thb-article-nav-post strong {
  color: #090909;
  font-size: 16px;
  font-weight: 500;
}
.post-detail .thb-article-nav .thb-article-nav-post.previous {
  padding-left: 40px;
}
.post-detail .thb-article-nav .thb-article-nav-post.previous:before {
  content: "\e803";
  left: 0;
}
.post-detail .thb-article-nav .thb-article-nav-post.next {
  text-align: right;
  padding-right: 40px;
  margin-left: auto;
}
.post-detail .thb-article-nav .thb-article-nav-post.next:before {
  content: "\e804";
  right: 0;
}

#reviews .commentlist {
  padding-top: 0;
}

#comments {
  margin: 40px 0 0;
}
#comments .woocommerce-Reviews-title {
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
}
#comments .comment-button {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  padding: 35px 0 0;
  cursor: pointer;
}
#comments .comments-container {
  padding: 0;
}

.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding-top: 30px;
}
.commentlist > .comment {
  margin-bottom: 35px;
}
.commentlist > .comment.depth-1 {
  border-bottom: 1px solid #ebebeb;
}
.commentlist .pingback .comment-body {
  display: inline;
}
.commentlist .pingback .comment-body .url {
  font-weight: 700;
}
.commentlist .comment-body,
.commentlist .comment_container {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.rtl .commentlist .comment-body,
.rtl .commentlist .comment_container {
  padding-left: 0;
  padding-right: 80px;
}
.commentlist .comment-body .star-rating, .commentlist .comment-body .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating, .products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment-body .star-rating,
.commentlist .comment-body .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment-body .star-rating, .commentlist .comment-body .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars, .commentlist .comment-body .comment-form-rating p.stars, .comment-form-rating .commentlist .comment-body p.stars,
.commentlist .comment_container .star-rating,
.commentlist .comment_container .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment_container .star-rating,
.commentlist .comment_container .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment_container .star-rating,
.commentlist .comment_container .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.commentlist .comment_container .comment-form-rating p.stars,
.comment-form-rating .commentlist .comment_container p.stars {
  float: right;
}
.rtl .commentlist .comment-body .star-rating, .rtl .commentlist .comment-body .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars, .rtl .commentlist .comment-body .comment-form-rating p.stars, .comment-form-rating .rtl .commentlist .comment-body p.stars,
.rtl .commentlist .comment_container .star-rating,
.rtl .commentlist .comment_container .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.rtl .commentlist .comment_container .comment-form-rating p.stars,
.comment-form-rating .rtl .commentlist .comment_container p.stars {
  float: left;
}
.commentlist .comment-body p.meta,
.commentlist .comment_container p.meta {
  display: block;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  color: #343434;
}
.commentlist .comment:before,
.commentlist .review:before {
  display: none !important;
}
.commentlist .comment .comment_container,
.commentlist .review .comment_container {
  position: relative;
}
.commentlist .comment .woocommerce-review__dash,
.commentlist .review .woocommerce-review__dash {
  display: none;
}
.commentlist .comment .comment-metadata,
.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .comment-metadata,
.commentlist .review .woocommerce-review__published-date {
  display: flex;
  line-height: 1;
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 15px;
  font-weight: 400;
}
.commentlist .comment .comment-metadata a,
.commentlist .comment .woocommerce-review__published-date a,
.commentlist .review .comment-metadata a,
.commentlist .review .woocommerce-review__published-date a {
  color: rgba(9, 9, 9, 0.4);
}
.commentlist .comment .comment-metadata a:hover,
.commentlist .comment .woocommerce-review__published-date a:hover,
.commentlist .review .comment-metadata a:hover,
.commentlist .review .woocommerce-review__published-date a:hover {
  color: #090909;
}
.commentlist .comment .comment-metadata .edit-link,
.commentlist .comment .woocommerce-review__published-date .edit-link,
.commentlist .review .comment-metadata .edit-link,
.commentlist .review .woocommerce-review__published-date .edit-link {
  margin-left: 5px;
  text-transform: uppercase;
}
.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .woocommerce-review__published-date {
  margin: 0;
}
.commentlist .comment .woocommerce-review__author,
.commentlist .review .woocommerce-review__author {
  font-style: normal;
  font-weight: 500;
  color: #090909;
  font-size: 16px;
}
.commentlist .comment .vcard,
.commentlist .review .vcard {
  display: block;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  line-height: 12px;
}
.commentlist .comment .vcard .fn,
.commentlist .review .vcard .fn {
  font-style: normal;
  font-weight: 500;
  color: #090909;
  font-size: 16px;
}
.commentlist .comment .vcard .fn .url,
.commentlist .review .vcard .fn .url {
  color: #090909;
}
.commentlist .comment .vcard .fn:before,
.commentlist .review .vcard .fn:before {
  display: none;
}
.commentlist .comment .vcard .says,
.commentlist .review .vcard .says {
  display: none;
}
.commentlist .comment .avatar,
.commentlist .review .avatar {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.rtl .commentlist .comment .avatar,
.rtl .commentlist .review .avatar {
  left: auto;
  right: 0;
}
.commentlist .comment .comment-awaiting-moderation,
.commentlist .review .comment-awaiting-moderation {
  font-size: 10px;
}
.commentlist .comment p,
.commentlist .review p {
  font-size: 14px;
  word-break: break-word;
  margin-bottom: 10px;
}
.commentlist .comment .reply,
.commentlist .review .reply {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: #090909;
}
.commentlist .comment .reply svg,
.commentlist .review .reply svg {
  height: 7px;
}
.commentlist .comment .reply svg path,
.commentlist .review .reply svg path {
  fill: #090909;
}
.commentlist .comment .children,
.commentlist .review .children {
  list-style: none;
  margin-left: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .commentlist .comment .children,
  .commentlist .review .children {
    margin-left: 80px;
  }
}
.rtl .commentlist .comment .children,
.rtl .commentlist .review .children {
  margin-left: 0;
  margin-right: 18px;
}
@media only screen and (min-width: 768px) {
  .rtl .commentlist .comment .children,
  .rtl .commentlist .review .children {
    margin-left: 0;
    margin-right: 80px;
  }
}
.commentlist .comment .children .avatar,
.commentlist .review .children .avatar {
  width: 42px;
  height: 42px;
}
.commentlist .comment .children .comment-body,
.commentlist .comment .children .comment-text,
.commentlist .review .children .comment-body,
.commentlist .review .children .comment-text {
  padding-left: 62px;
}
.rtl .commentlist .comment .children .comment-body,
.rtl .commentlist .comment .children .comment-text,
.rtl .commentlist .review .children .comment-body,
.rtl .commentlist .review .children .comment-text {
  padding-left: 0;
  padding-right: 62px;
}
.commentlist .comment .comment-respond,
.commentlist .review .comment-respond {
  margin: 40px 0;
}
.commentlist .comment .comment-respond .comment-reply-title,
.commentlist .review .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}

.comment-respond {
  padding: 2vh 0;
}
@media only screen and (min-width: 1068px) {
  .comment-respond .row {
    margin: 0 -15px;
  }
  .comment-respond .row .columns {
    padding: 0 15px;
  }
}
.comment-respond .comment-reply-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-form p {
  font-size: 14px;
  margin-bottom: 25px;
}
.comment-form p.logged-in-as, .comment-form p.comment-notes {
  opacity: 0.8;
}
.comment-form.comment-form-comment {
  margin-bottom: 0;
}
.comment-form textarea,
.comment-form input:not(.submit) {
  width: 100%;
}
.comment-form input[type=checkbox],
.comment-form input[type=radio] {
  width: auto;
  margin-right: 5px;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  margin: 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

/* Reviews */
.comment-form-rating p {
  margin-bottom: 27px;
}
.comment-form-rating p.stars {
  display: flex;
  height: 20px;
  max-width: 90px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 20px;
  letter-spacing: 0;
}
.rtl .comment-form-rating p.stars {
  margin-left: auto;
  margin-right: 0;
}
.comment-form-rating p.stars:before {
  content: none !important;
}
.comment-form-rating p.stars > span {
  display: flex;
  height: 19px;
}
.comment-form-rating p.stars > span:before {
  content: none !important;
}
.comment-form-rating p.stars a {
  position: relative;
  color: #ffd0ad;
  display: inline-block;
  text-indent: -999em;
  width: 18px;
}
.comment-form-rating p.stars a:before {
  position: absolute;
  display: block;
  width: 12px;
  text-indent: 0;
  content: "\e805";
}
.comment-form-rating p.stars a:hover:before {
  content: "\e806";
}
.comment-form-rating p.stars a:hover ~ a {
  color: #ffd0ad;
}
.comment-form-rating p.stars a:hover ~ a:before {
  content: "\e805";
}
.comment-form-rating p.stars a.active ~ a:before {
  content: "\e805";
}
.comment-form-rating p.stars:hover a, .comment-form-rating p.stars.selected a {
  color: #ffd0ad;
}
.comment-form-rating p.stars:hover a:before, .comment-form-rating p.stars.selected a:before {
  content: "\e806";
}

/* Form Styling */
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* Inputs */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 14px 15px;
  height: 48px;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  max-width: 100%;
  outline: 0;
  color: var(--color-accent);
  font-family: inherit;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--color-accent);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=password],
.wpcf7-form-control-wrap input[type=date],
.wpcf7-form-control-wrap input[type=datetime],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=number],
.wpcf7-form-control-wrap input[type=search],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=time],
.wpcf7-form-control-wrap input[type=url],
.wpcf7-form-control-wrap textarea {
  width: 100%;
}
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=datetime].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=time].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #e76049;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 400;
  color: var(--color-accent);
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  color: var(--color-accent);
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 400;
  color: var(--color-accent);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--color-accent);
}
input[type=text].large,
input[type=password].large,
input[type=date].large,
input[type=datetime].large,
input[type=email].large,
input[type=number].large,
input[type=search].large,
input[type=tel].large,
input[type=time].large,
input[type=url].large,
textarea.large {
  height: 46px;
  padding: 17px 20px;
}
input[type=text].full, .woocommerce-checkout input[type=text], .woocommerce-MyAccount-content input[type=text],
input[type=password].full,
.woocommerce-checkout input[type=password],
.woocommerce-MyAccount-content input[type=password],
input[type=date].full,
.woocommerce-checkout input[type=date],
.woocommerce-MyAccount-content input[type=date],
input[type=datetime].full,
.woocommerce-checkout input[type=datetime],
.woocommerce-MyAccount-content input[type=datetime],
input[type=email].full,
.woocommerce-checkout input[type=email],
.woocommerce-MyAccount-content input[type=email],
input[type=number].full,
.woocommerce-checkout input[type=number],
.woocommerce-MyAccount-content input[type=number],
input[type=search].full,
.woocommerce-checkout input[type=search],
.woocommerce-MyAccount-content input[type=search],
input[type=tel].full,
.woocommerce-checkout input[type=tel],
.woocommerce-MyAccount-content input[type=tel],
input[type=time].full,
.woocommerce-checkout input[type=time],
.woocommerce-MyAccount-content input[type=time],
input[type=url].full,
.woocommerce-checkout input[type=url],
.woocommerce-MyAccount-content input[type=url],
textarea.full,
.woocommerce-checkout textarea,
.woocommerce-MyAccount-content textarea {
  width: 100%;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-checkbox {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-checkbox label {
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 0px;
  font-size: 13px;
  color: #090909;
  margin: 0;
  min-width: 150px;
}
.wpcf7-checkbox label input {
  margin-right: 5px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
  }
  .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.wpcf7-response-output {
  padding: 18px 22px !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

label {
  display: block;
  clear: left;
  font-size: 15px;
  color: var(--color-accent);
  margin: 0 0 10px;
  font-weight: 500;
}
label.woocommerce-form__label-for-checkbox.inline .woocommerce-form__input-checkbox {
  margin-right: 10px;
}
label.woocommerce-form__label-for-checkbox.inline span {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 185px;
  line-height: 1.6;
  resize: none;
}
.wpcf7-form textarea {
  height: 235px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 46px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  color: var(--color-accent);
  cursor: pointer;
  background: #090b08 url("../img/select_arrow.png") calc(100% - 15px) 19px no-repeat;
  background-size: 7px 4px;
  position: relative;
}
select.wpcf7-select {
  margin-bottom: 20px;
}
.rtl select {
  background-position: 15px 18px;
}

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

/* Select2 */
.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

.select2.select2-container--default {
  margin-bottom: 20px;
  clear: left;
  font-size: 12px;
  height: 46px;
  max-width: 100%;
}
.select2.select2-container--default .select2-selection__arrow {
  height: 100%;
  background: transparent url("../img/select_arrow.png") calc(100% - 15px) 18px no-repeat;
  background-size: 12px 7px;
  width: 30px;
}
.select2.select2-container--default .select2-selection__arrow b {
  display: none;
}
.rtl .select2.select2-container--default .select2-selection__arrow {
  background-position: 10px 18px;
}
.select2.select2-container--default.select2-container--open .select2-selection {
  border-color: #090909;
  background: #fff;
}
.select2.select2-container--default .selection *:focus {
  outline: none;
}
.select2.select2-container--default .select2-selection {
  border-radius: 6px;
  background: #202120;
  border: none;
  height: 46px;
  line-height: 46px;
}
.form-radius-off .select2.select2-container--default .select2-selection {
  border-radius: 0;
}
.select2.select2-container--default .select2-selection .select2-selection__clear {
  margin-right: 10px;
}
.select2.select2-container--default .select2-selection .select2-selection__rendered {
  float: none;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered li {
  background: none;
  border: none;
}

.select2-container .select2-dropdown {
  background: #202120;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #090909;
}
.rtl .select2-container .select2-dropdown {
  left: auto;
  right: -9999px;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 8px;
}
.select2-container .select2-dropdown .select2-search input {
  background: #fff !important;
  margin-bottom: 0px;
  height: 30px;
}
.select2-container .select2-dropdown .select2-results {
  background: transparent;
  font-size: 12px;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background: #ebebeb;
}
.select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background: #090909;
  border-radius: 0;
  color: #fff;
}

.widget {
  margin-bottom: 30px;
  font-size: 15px;
}
@media only screen and (min-width: 1068px) {
  .widget:last-of-type {
    margin-bottom: 0;
  }
}
.widget .wp-block-search__label {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1;
  color: var(--color-accent);
}
.widget .thb-widget-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
}
.widget .thb-widget-title .thb-arrow {
  margin-left: 5px;
  display: inline-flex;
}
@media only screen and (min-width: 1068px) {
  .widget .thb-widget-title .thb-arrow {
    display: none;
  }
}
.widget .thb-widget-title.active {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
}
.widget .thb-widget-title.active span {
  transform: rotateX(-180deg);
}
.widget .thb-widget-title span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 24px;
  text-align: right;
  height: 16px;
  font-size: 13px;
  right: 0;
  top: 0;
  transform-origin: center;
  cursor: pointer;
}
.widget .thb-widget-title span:after {
  display: block;
  content: "\e802";
  font-family: "lasposa";
}
.rtl .widget .thb-widget-title span {
  right: auto;
  left: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.widget ul li {
  margin-bottom: 8px;
}
.widget ul li:last-of-type {
  margin-bottom: 0;
}
.widget ul li a {
  color: var(--color-accent);
}
.widget ul li a:hover {
  color: var(--color-secondary);
}
.widget .thb-arrow {
  display: inline-flex;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.widget .thb-arrow i {
  line-height: 1;
  pointer-events: none;
}
.widget.widget_text p:last-of-type {
  margin-bottom: 0;
}
.widget.widget_products .product_list_widget li, .widget.widget_top_rated_products .product_list_widget li, .widget.widget_recently_viewed_products .product_list_widget li {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget.widget_categories .children {
  padding: 10px 0 0 15px;
}
.rtl .widget.widget_categories .children {
  padding: 10px 15px 0 0;
}
.widget.widget_recent_comments ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.widget.widget_recent_comments ul li:before {
  content: "\e80a";
  font-family: "lasposa";
  position: absolute;
  top: 7px;
  line-height: 1;
  left: 0;
  color: #090909;
}
.widget.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_nav_menu li:last-child, .widget.widget_pages li:last-child, .widget.widget_meta li:last-child, .widget.widget_product_categories li:last-child {
  margin-bottom: 0;
}
.widget.widget_nav_menu li.active > a,
.widget.widget_nav_menu li.active > .thb-arrow,
.widget.widget_nav_menu li.active > .count, .widget.widget_pages li.active > a,
.widget.widget_pages li.active > .thb-arrow,
.widget.widget_pages li.active > .count, .widget.widget_meta li.active > a,
.widget.widget_meta li.active > .thb-arrow,
.widget.widget_meta li.active > .count, .widget.widget_product_categories li.active > a,
.widget.widget_product_categories li.active > .thb-arrow,
.widget.widget_product_categories li.active > .count {
  color: var(--color-secondary);
}
.widget.widget_nav_menu .sub-menu,
.widget.widget_nav_menu .children, .widget.widget_pages .sub-menu,
.widget.widget_pages .children, .widget.widget_meta .sub-menu,
.widget.widget_meta .children, .widget.widget_product_categories .sub-menu,
.widget.widget_product_categories .children {
  display: none;
  padding: 10px 0 10px 20px;
  list-style: none;
}
.rtl .widget.widget_nav_menu .sub-menu,
.rtl .widget.widget_nav_menu .children, .rtl .widget.widget_pages .sub-menu,
.rtl .widget.widget_pages .children, .rtl .widget.widget_meta .sub-menu,
.rtl .widget.widget_meta .children, .rtl .widget.widget_product_categories .sub-menu,
.rtl .widget.widget_product_categories .children {
  padding: 10px 20px 10px 0;
}
.widget.widget_nav_menu .sub-menu li:last-child,
.widget.widget_nav_menu .children li:last-child, .widget.widget_pages .sub-menu li:last-child,
.widget.widget_pages .children li:last-child, .widget.widget_meta .sub-menu li:last-child,
.widget.widget_meta .children li:last-child, .widget.widget_product_categories .sub-menu li:last-child,
.widget.widget_product_categories .children li:last-child {
  margin: 0;
}
.widget.widget_rss li {
  margin-bottom: 15px;
}
.widget.widget_rss li .rsswidget {
  font-weight: 500;
}
.widget.widget_rss li .rss-date {
  opacity: 0.8;
}
.widget.widget_rss li .rssSummary {
  font-size: 12px;
  margin-bottom: 5px;
}
.widget.widget_rss li cite {
  font-size: 14px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content > p {
  border-top: 1px solid #ebebeb;
  padding: 24px 0;
  font-size: 20px;
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content > p strong {
  font-weight: 500;
}
.widget.widget_shopping_cart .widget_shopping_cart_content > p:last-of-type {
  padding-bottom: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content > p.woocommerce-mini-cart__buttons {
  border: 0;
  padding: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content > p.woocommerce-mini-cart__empty-message {
  border: 0;
  padding: 30px 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  margin-bottom: 20px;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  font-weight: 500;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button + .button {
  margin-top: 10px;
}
.widget.widget_layered_nav li, .widget.widget_layered_nav_filters li {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.widget.widget_layered_nav li > a, .widget.widget_layered_nav_filters li > a {
  display: block;
  position: relative;
  padding-left: 25px;
}
.widget.widget_layered_nav li > a:before, .widget.widget_layered_nav_filters li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #bababa;
  border-radius: 50%;
  color: #fff;
}
.widget.widget_layered_nav li:hover > a:before, .widget.widget_layered_nav_filters li:hover > a:before {
  -webkit-box-shadow: inset 0 0 0 2px;
  -moz-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
  background: #090909;
}
.widget.widget_layered_nav li .count, .widget.widget_layered_nav_filters li .count {
  display: inline-flex;
  font-size: 12px;
  margin-left: 7px;
}
.widget.widget_layered_nav li.chosen > a:before, .widget.widget_layered_nav_filters li.chosen > a:before {
  -webkit-box-shadow: inset 0 0 0 1px;
  -moz-box-shadow: inset 0 0 0 1px;
  box-shadow: inset 0 0 0 1px;
  background: #090909;
}
.widget.widget_price_filter .price_slider_wrapper {
  padding-top: 5px;
}
.widget.widget_price_filter .price_slider {
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 20px;
  border-radius: 1px;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 1px;
}
.widget.widget_price_filter .price_slider .ui-slider-handle {
  display: block;
  outline: none;
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: var(--color-secondary);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
  margin-left: -14px;
}
.widget.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
}
.widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}
.widget.widget_price_filter .price_slider_amount input[type=text] {
  display: none;
}
.widget.widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff !important;
  background: none !important;
  height: auto !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pagination,
.woocommerce-pagination {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 40px 0 60px;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  margin: 0 5px;
  color: var(--color-accent);
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  padding: 7px;
  justify-content: center;
  border-radius: 50%;
}
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  color: #090909;
  position: relative;
  background: var(--color-accent);
}
@media only screen and (min-width: 768px) {
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    height: 50px;
    width: 50px;
  }
}
.pagination .next,
.pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  display: none;
  margin: 0;
  position: absolute;
  top: 40px;
  font-size: 14px;
  padding: 5px 35px;
  border-radius: 24px;
  width: auto;
  height: 48px;
  background: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .pagination .next,
  .pagination .prev,
  .woocommerce-pagination .next,
  .woocommerce-pagination .prev {
    display: flex;
  }
}
.pagination .next,
.woocommerce-pagination .next {
  right: 0;
}
.pagination .prev,
.woocommerce-pagination .prev {
  left: 0;
}

/*------------------------------------------------------------------
WP-Specific
*/
.screen-reader-text {
  display: none;
}

.wp-video {
  max-width: 100%;
}
.wp-video iframe,
.wp-video video {
  max-width: 100%;
  height: auto;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

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

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

.alignright img,
.alignleft img,
.aligncenter img {
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  padding: 13px 0;
  border-bottom: 1px solid #ebebeb;
}

figcaption {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #090909;
  padding: 13px 0;
  width: 100%;
  text-align: center;
}

.gallery {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery .gallery-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1px 1px 0;
  margin: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
  transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1) false;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item .gallery-icon a:not(.thb-pin-it) {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-icon {
  margin: 0;
}
.gallery .gallery-item .gallery-caption {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 1px;
  padding: 7px 9px;
  background: rgba(9, 9, 9, 0.4);
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
@media only screen and (max-width: 1068px) {
  .gallery .gallery-item .gallery-caption {
    max-height: 40%;
  }
}

.more-link {
  display: inline-block;
  font-weight: 500;
  color: #090909;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
}
.more-link:after {
  content: "›";
  display: inline-block;
  margin-left: 7px;
}

.tag-cloud-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  height: 33px;
  font-size: 13px !important;
  margin: 0 2px 6px 0;
  line-height: 1;
  font-weight: 500;
  border-radius: 150px;
  border: 1px solid #e8eded;
}
.rtl .tag-cloud-link {
  margin: 0 0 6px 2px;
}
.tag-cloud-link:hover {
  background: #e8eded;
}
.tag-cloud-link .tag-link-count {
  margin-left: 5px;
}
.rtl .tag-cloud-link .tag-link-count {
  margin-left: 0;
  margin-right: 5px;
}

.searchform, .woocommerce-product-search {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 500px;
  border-bottom: 1px solid var(--color-accent);
  padding-right: 40px;
}
.searchform input, .woocommerce-product-search input {
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  border-radius: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.searchform button, .woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent url("../img/svg/search.svg") right center no-repeat;
  background-size: 14px 14px;
  text-indent: -999em;
}

q, .post-content blockquote p, .post-content .wp-block-quote p, blockquote p, .wp-block-quote p {
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  font-style: italic;
}

cite {
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

blockquote, .wp-block-quote {
  position: relative;
  clear: both;
  border: 0;
  padding: 0 0 0 35px;
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0;
}
blockquote:before, .wp-block-quote:before {
  content: "“";
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 0;
  opacity: 0.1;
  line-height: 1;
  font-size: 260px;
  pointer-events: none;
}
blockquote p, .wp-block-quote p {
  text-rendering: auto;
  font-size: inherit;
}
blockquote cite, .wp-block-quote cite {
  margin-top: 20px;
}
@media only screen and (min-width: 1068px) {
  blockquote.is-style-large, .is-style-large.wp-block-quote {
    font-size: 40px;
  }
}
blockquote.is-style-large p, .is-style-large.wp-block-quote p {
  font-size: inherit;
  line-height: inherit;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 500;
  text-align: left;
}
table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* Page Title */
.thb-page-title {
  text-align: center;
  padding: 30px 0;
}
.thb-page-title h1 {
  margin: 0 auto;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .thb-page-title h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-page-title {
    padding: 30px 0;
  }
}

.thb-blog-categories {
  list-style: none;
  text-align: center;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 0;
}
@media only screen and (min-width: 1068px) {
  .thb-blog-categories {
    margin-top: 50px;
  }
}
.thb-blog-categories span {
  letter-spacing: 0.02em;
  opacity: 0.6;
  margin-right: 5px;
}
.thb-blog-categories li {
  margin: 0 7.5px;
  display: inline-flex;
}
.thb-blog-categories a {
  text-decoration: underline;
}

.page-title {
  line-height: 1;
}

/* 404 Page */
.content404 {
  text-align: center;
  padding: 22vh 0;
}
.content404 h1 {
  line-height: 1;
  margin-bottom: 15px;
}
.content404 p {
  margin-bottom: 30px;
}

/* FB Video */
.fb_iframe_widget_fluid_desktop span {
  width: 100% !important;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-media-text {
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 10%;
  height: 100%;
}
@media only screen and (min-width: 1068px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 13%;
  }
}
.wp-block-media-text .wp-block-media-text__content p:last-child {
  margin: 0;
}

.wp-block-button .wp-block-button__link {
  border-width: 0px;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 34px;
  line-height: 20px;
  letter-spacing: 0.02em;
  background: #fefefe;
  color: #090909;
}
.wp-block-button .wp-block-button__link:hover {
  transform: translateY(-3px);
  background: #fefefe;
  color: var(--color-secondary);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
}
.wp-block-button.thb-text-link {
  border-bottom: 1px solid var(--color-accent);
}
.wp-block-button.thb-text-link .wp-block-button__link {
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  color: #090909;
}

.alignwide {
  max-width: calc(100vw - 30px);
  margin: 2rem calc(50% - 50vw + 15px);
}
@media only screen and (min-width: 768px) {
  .alignwide {
    max-width: calc(100vw - 100px);
    margin: 2rem calc(50% - 50vw + 50px);
  }
}
@media only screen and (min-width: 1068px) {
  .single-post .alignwide {
    margin-left: calc(100% - 0px - 50vw);
    width: calc(50% + 50vw - 360px);
  }
}

.alignfull {
  margin: 2rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull:first-child {
  margin-top: 0;
}
.single-post .alignfull {
  margin: 2rem calc(50% - 50vw + 50px);
}
@media only screen and (min-width: 1068px) {
  .single-post .alignfull {
    max-width: 100vw;
    margin-left: calc(100% - 110px - 50vw);
    width: calc(50% + 50vw - 250px);
  }
}

.post-detail .wp-block-gallery {
  margin-bottom: 1rem;
}
.post-detail .wp-block-gallery .blocks-gallery-image,
.post-detail .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1rem;
}

.wp-block-media-text {
  margin-bottom: 2em;
}

.wp-block-latest-comments {
  margin-left: 0;
}

.has-medium-font-size {
  font-size: 1.2em;
}

.has-large-font-size {
  font-size: 2em;
}

.has-huge-font-size {
  font-size: 3em;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}

.wp-block-latest-posts.is-grid {
  margin: 0 -15px;
  text-align: center;
}
.wp-block-latest-posts.is-grid.alignwide {
  max-width: calc(100vw - 30px);
  margin: 1rem calc(50% - 50vw + 15px);
}
@media only screen and (min-width: 768px) {
  .wp-block-latest-posts.is-grid.alignwide {
    max-width: calc(100vw - 100px);
    margin: 1rem calc(50% - 50vw + 50px);
  }
}
.wp-block-latest-posts.is-grid.alignfull {
  margin: 1rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.wp-block-latest-posts.is-grid.alignfull:first-child {
  margin-top: 0;
}
.wp-block-latest-posts.is-grid li {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 100%;
}
.wp-block-latest-posts.is-grid li > a {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 6px;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image .wp-post-image {
  width: 100%;
  object-fit: cover;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image a:hover .wp-post-image {
  transform: scale(1.05);
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 8px;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 12px;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-latest-posts.is-grid.columns-2 li {
    width: 50%;
  }
  .wp-block-latest-posts.is-grid.columns-3 li {
    width: 33.3333333333%;
  }
  .wp-block-latest-posts.is-grid.columns-4 li {
    width: 25%;
  }
  .wp-block-latest-posts.is-grid.columns-5 li {
    width: 20%;
  }
  .wp-block-latest-posts.is-grid.columns-6 li {
    width: 16.6666666667%;
  }
}

.wp-block-cover {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  padding: 10%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover {
    padding: 10%;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons:last-child .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-cover .wp-block-cover__inner-container h2 {
  margin-bottom: 5px;
}
.wp-block-cover.alignfull, .wp-block-cover.alignwide {
  border-radius: 0;
}
.wp-block-cover.low-cover-padding {
  padding: 3%;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover.low-cover-padding {
    padding: 0%;
  }
}
.wc-block-grid__products {
  margin: 0 -15px;
}
.wc-block-grid__products .wc-block-grid__product {
  border-bottom-width: 0;
}
@media (min-width: 481px) {
  .wc-block-grid__products .wc-block-grid__product {
    border-left-width: 15px;
    border-right-width: 15px;
  }
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart .add_to_cart_button:after {
  display: none !important;
}

.jetpack-portfolio-shortcode .portfolio-featured-image {
  display: block;
}
.jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title {
  margin-top: 20px;
}
.jetpack-portfolio-shortcode .portfolio-entry-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 26px;
}
.jetpack-portfolio-shortcode .portfolio-entry-title + .portfolio-entry-meta {
  margin-top: 5px;
}
.jetpack-portfolio-shortcode .portfolio-entry-meta {
  font-size: 14px;
  margin-top: 5px;
}
.jetpack-portfolio-shortcode .portfolio-entry-meta span {
  font-weight: 500;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 500px;
}
.wp-block-search .wp-block-search__inside-wrapper input {
  width: 100%;
  margin-bottom: 0;
  border-radius: 16px;
  height: 32px;
  padding-left: 35px;
  border-color: rgba(255, 255, 255, 0.4);
}
.wp-block-search .wp-block-search__inside-wrapper input:focus {
  border-color: #090909;
}
.wp-block-search .wp-block-search__inside-wrapper button {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent url("../img/svg/search.svg") center center no-repeat;
  background-size: 11px 11px;
  text-indent: -999em;
}

.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  background: #090909;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}
.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.wp-block-table table thead {
  border-bottom-width: 2px !important;
}
.wp-block-table table tfoot {
  border-top-width: 2px !important;
}
.wp-block-table table tbody,
.wp-block-table table thead,
.wp-block-table table tfoot {
  border: 1px solid #090909;
}
.wp-block-table table tbody th,
.wp-block-table table tbody td,
.wp-block-table table thead th,
.wp-block-table table thead td,
.wp-block-table table tfoot th,
.wp-block-table table tfoot td {
  border: 1px solid #090909;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: rgba(9, 9, 9, 0.05);
}
.wp-block-table figcaption {
  padding-top: 0;
  margin-bottom: 1rem;
}

.wp-block-image figcaption {
  margin-top: 0;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 83.125rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-group.alignfull .wp-block-group__inner-container {
    padding: 0 50px;
  }
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: 18px;
  line-height: 1;
  height: 18px;
  vertical-align: middle;
  max-width: 84px;
}

.thb-cta-background {
  background-size: cover;
  min-height: 522px;
}

.thb-cta-background .wp-block-columns {
  min-height: 522px;
  padding: 100px 0;
}

.wp-block-woocommerce-cart {
  margin-top: 50px;
}
.wp-block-woocommerce-cart .wc-block-components-title {
  margin-bottom: 20px;
}
.wp-block-woocommerce-cart .wc-block-components-title.wc-block-cart__totals-title {
  margin-bottom: 10px;
}
.wp-block-woocommerce-cart .wc-block-cart-items thead {
  background: transparent;
  border: 0;
}
.wp-block-woocommerce-cart .wc-block-cart-items thead .wc-block-cart-items__header {
  font-size: 12px;
  color: #090909;
}
.wp-block-woocommerce-cart .wc-block-cart-items tbody {
  border: 0;
}
.wp-block-woocommerce-cart .wc-block-cart-items tbody tr:nth-child(even) {
  background: transparent;
}
.wp-block-woocommerce-cart .wc-block-cart-items .price > span.screen-reader-text {
  display: none;
}

.wp-block-woocommerce-checkout {
  margin-top: 50px;
}

.thb-no-bottom-margin {
  margin-bottom: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 6.2em;
  margin: 0.05em 0.1em 0 0;
  font-weight: 700;
}

.wp-block-jetpack-contact-form.contact-form {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
.wp-block-jetpack-contact-form.contact-form input {
  border-radius: 24px;
}
.wp-block-jetpack-contact-form.contact-form label {
  display: none;
}
.wp-block-jetpack-contact-form.contact-form button {
  margin-top: 5px;
}

/*------------------------------------------------------------------
Shortcodes
*/
input[type=submit],
.button,
.btn,
.pushbutton-wide,
.wp-block-search__button {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: var(--color-accent);
  color: #090909;
  padding: 0 35px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  border-radius: 24px;
  outline: 0;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit]:hover,
.button:hover,
.btn:hover,
.pushbutton-wide:hover,
.wp-block-search__button:hover {
  color: var(--color-secondary);
  transform: translateY(-3px);
}
input[type=submit]:focus,
.button:focus,
.btn:focus,
.pushbutton-wide:focus,
.wp-block-search__button:focus {
  color: #000;
}
input[type=submit].disabled, input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.btn.disabled,
.btn:disabled,
.pushbutton-wide.disabled,
.pushbutton-wide:disabled,
.wp-block-search__button.disabled,
.wp-block-search__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=submit].white,
.button.white,
.btn.white,
.pushbutton-wide.white,
.wp-block-search__button.white {
  background: #fff;
  color: #090909;
}
input[type=submit].white:hover,
.button.white:hover,
.btn.white:hover,
.pushbutton-wide.white:hover,
.wp-block-search__button.white:hover {
  background: var(--color-accent);
  color: #fff;
}
input[type=submit].white-alt,
.button.white-alt,
.btn.white-alt,
.pushbutton-wide.white-alt,
.wp-block-search__button.white-alt {
  background: rgba(255, 255, 255, 0.8);
  color: #090909;
}
input[type=submit].white-alt:hover,
.button.white-alt:hover,
.btn.white-alt:hover,
.pushbutton-wide.white-alt:hover,
.wp-block-search__button.white-alt:hover {
  color: #090909;
  background: #fff;
}
input[type=submit].full,
.button.full,
.btn.full,
.pushbutton-wide.full,
.wp-block-search__button.full {
  width: 100%;
  text-align: center;
}
input[type=submit][name=update_cart], input[type=submit].style2,
.button[name=update_cart],
.button.style2,
.btn[name=update_cart],
.btn.style2,
.pushbutton-wide[name=update_cart],
.pushbutton-wide.style2,
.wp-block-search__button[name=update_cart],
.wp-block-search__button.style2 {
  background: var(--color-secondary);
  color: var(--color-accent);
  line-height: 44px;
}
input[type=submit][name=update_cart]:hover, input[type=submit].style2:hover,
.button[name=update_cart]:hover,
.button.style2:hover,
.btn[name=update_cart]:hover,
.btn.style2:hover,
.pushbutton-wide[name=update_cart]:hover,
.pushbutton-wide.style2:hover,
.wp-block-search__button[name=update_cart]:hover,
.wp-block-search__button.style2:hover {
  background: var(--color-secondary);
}

.wp-block-button .wp-block-button__link {
  text-transform: uppercase;
}

/*------------------------------------------------------------------
Plugins
*/
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background: rgba(0, 0, 0, 0.8);
}

.pswp__counter {
  color: #fefefe;
  opacity: 1;
  font-weight: 300;
  padding: 15px;
  line-height: 1;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .pswp__counter {
    padding: 30px;
  }
}

.pswp__caption .pswp__caption__center {
  text-align: center;
  color: #090909;
}

button.pswp__button {
  background: none !important;
}
button.pswp__button span {
  display: inline-block;
  width: 30px;
  height: 38px;
  position: relative;
  pointer-events: none;
}
button.pswp__button.pswp__button--arrow--right:after, button.pswp__button.pswp__button--arrow--right:before, button.pswp__button.pswp__button--arrow--left:after, button.pswp__button.pswp__button--arrow--left:before {
  content: "";
  display: block;
  background-color: #fefefe !important;
  height: 1px;
  position: absolute;
  right: 0;
  left: auto;
  top: 44px;
  width: 26px;
  transform-origin: right center;
  transform: rotateZ(45deg);
}
button.pswp__button.pswp__button--arrow--right:after, button.pswp__button.pswp__button--arrow--left:after {
  transform: rotateZ(-45deg);
}
button.pswp__button.pswp__button--arrow--right {
  text-align: right;
  right: 30px;
}
.pswp__ui--idle button.pswp__button.pswp__button--arrow--right {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
button.pswp__button.pswp__button--arrow--left {
  text-align: left;
  left: 30px;
}
.pswp__ui--idle button.pswp__button.pswp__button--arrow--left {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
button.pswp__button.pswp__button--arrow--left:after, button.pswp__button.pswp__button--arrow--left:before {
  right: auto;
  left: 0;
  transform-origin: left center;
}

button.pswp__button.pswp__button--fs {
  display: none;
}
.pswp__top-bar button.pswp__button {
  line-height: 1;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 768px) {
  .pswp__top-bar button.pswp__button {
    margin: 20px 20px 20px 0;
  }
}
.pswp__top-bar button.pswp__button.pswp__button--close {
  background: url("../img/svg/arrows_remove.svg") center center no-repeat !important;
  background-size: 35px 35px !important;
}
.pswp__top-bar button.pswp__button.pswp__button--zoom {
  margin-right: 0;
  background: url("../img/svg/zoom-in.svg") 50% calc(50% - 1px) no-repeat !important;
  background-size: 20px 20px !important;
}

.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  position: absolute;
  color: #090909;
  top: 50%;
  left: 30px;
  margin-top: -23px;
}
.flex-direction-nav .flex-nav-prev:after,
.flex-direction-nav .flex-nav-next:after {
  display: inline-flex;
  font-family: "lasposa";
  content: "\e80d";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.flex-direction-nav .flex-nav-prev a,
.flex-direction-nav .flex-nav-next a {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  text-indent: -9999em;
}
.rtl .flex-direction-nav .flex-nav-prev a,
.rtl .flex-direction-nav .flex-nav-next a {
  text-indent: 9999em;
}
.flex-direction-nav .flex-nav-prev:hover,
.flex-direction-nav .flex-nav-next:hover {
  background: #090909;
}
.flex-direction-nav .flex-nav-prev:hover:after,
.flex-direction-nav .flex-nav-next:hover:after {
  color: #fff;
}
.flex-direction-nav .flex-nav-next {
  left: auto;
  right: 30px;
}
.flex-direction-nav .flex-nav-next:after {
  content: "\e80c";
}

/*------------------------------------------------------------------
WooCommerce
*/
.shop-general-title, .woocommerce-billing-fields h3,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.cart-collaterals h2,
#order_review_heading,
.woocommerce-additional-fields h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .shop-general-title, .woocommerce-billing-fields h3,
  .woocommerce-Address-title h3,
  .woocommerce-MyAccount-content h3,
  .cart-collaterals h2,
  #order_review_heading,
  .woocommerce-additional-fields h3 {
    margin-bottom: 30px;
  }
}

.cart_totals h2 {
  display: none;
}

.blockUI.blockOverlay {
  z-index: 3;
  opacity: 1 !important;
  background: transparent !important;
}
.blockUI.blockOverlay:after {
  background-color: rgba(32, 33, 32, 0.8) !important;
  border-radius: 6px !important;
}

.woocommerce-placeholder {
  filter: brightness(0.95);
}

.woocommerce form .form-row,
.woocommerce-page .form-row {
  width: 100%;
  display: block;
  float: left;
}
@media only screen and (min-width: 768px) {
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last,
  .woocommerce-page .form-row.form-row-first,
  .woocommerce-page .form-row.form-row-last {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce form .form-row.form-row-first,
  .woocommerce-page .form-row.form-row-first {
    padding-right: 30px;
  }
}
.woocommerce form .form-row.create-account,
.woocommerce-page .form-row.create-account {
  margin-bottom: 0;
}
.woocommerce form .form-row.create-account label,
.woocommerce-page .form-row.create-account label {
  margin-bottom: 0;
}
.woocommerce form .form-row.create-account + .create-account,
.woocommerce-page .form-row.create-account + .create-account {
  padding-top: 10px;
}
.woocommerce form .form-row .required,
.woocommerce-page .form-row .required {
  color: #e95353;
  border-bottom: 0;
}
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container,
.woocommerce-page .form-row input,
.woocommerce-page .form-row select,
.woocommerce-page .form-row .select2-container {
  margin: 0;
}
.woocommerce form .woocommerce-form__input-checkbox,
.woocommerce-page .woocommerce-form__input-checkbox {
  margin-right: 5px !important;
}

.price {
  display: block;
  font-size: 14px;
  color: var(--color-accent);
}
.price > span {
  display: inline-flex;
  vertical-align: middle;
}
.price .amount {
  color: #777777;
}
.price del .amount {
  opacity: 0.6;
}
.price del + ins {
  margin-left: 5px;
}
.price ins, .price > .amount {
  color: inherit;
  text-decoration: none;
}

.thb-shop-header-image {
  height: 180px;
}
@media only screen and (min-width: 768px) {
  .thb-shop-header-image {
    height: 360px;
  }
}
.thb-shop-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thb-filter-bar {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .thb-filter-bar {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-filter-bar {
    padding: 0 50px;
  }
}
.thb-filter-bar-inner {
  display: grid;
  max-width: 1230px;
  margin: 0 auto;
  grid-template-columns: auto auto;
}
.thb-filter-bar #thb-shop-filters {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
}
.thb-filter-bar #thb-shop-filters:hover {
  color: var(--color-secondary);
}
.thb-filter-bar #thb-shop-filters svg {
  margin-right: 10px;
  width: 14px;
}
@media only screen and (min-width: 1068px) {
  .thb-filter-bar #thb-shop-filters {
    display: none;
  }
}
.thb-filter-bar .thb-filter-bar-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 16px;
  margin-left: auto;
}
.thb-filter-bar .thb-filter-bar-box .filter-bar-title {
  margin-right: 2px;
}
@media only screen and (min-width: 1068px) {
  .thb-filter-bar .thb-filter-bar-box {
    padding: 20px 0;
  }
}
.thb-filter-bar .woocommerce-ordering {
  display: inline-flex;
}
.thb-filter-bar .woocommerce-ordering .orderby {
  border: 0;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding-left: 0;
  margin: 0;
  background-position: calc(100% - 15px) 7px;
  font-weight: 500;
}

.thb-shop-filters {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 1067px) {
  .open-filters .thb-shop-filters {
    display: block;
    background: #202120;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters {
    display: inline-flex;
    position: static;
  }
}
@media only screen and (max-width: 1067px) {
  .thb-shop-filters {
    overflow: scroll;
    z-index: 60;
  }
}
.thb-shop-filters .thb-shop-filter-header {
  display: flex;
  position: sticky;
  background: #090909;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 0 20px;
  font-size: 22px;
  line-height: 1;
  height: 63px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-shop-filter-header {
    display: none;
  }
}
.thb-shop-filters .thb-shop-filter-content .widget {
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #090909;
  font-size: 14px;
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-shop-filter-content .widget {
    display: inline-flex;
    border: 0;
    padding: 0;
    position: relative;
  }
}
.thb-shop-filters .thb-shop-filter-content .widget .thb-widget-content {
  display: block;
  position: static;
  min-width: 240px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-shop-filter-content .widget .thb-widget-content {
    padding: 25px 27px;
    list-style: none;
    margin: 0;
    background: #090909;
    position: absolute;
    z-index: 10;
    text-align: left;
    top: calc(100% + 7px);
    left: -27px;
    display: block;
    opacity: 0;
    z-index: 40;
    visibility: hidden;
    border: 1px solid var(--color-accent);
    border-radius: 6px;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  }
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-shop-filter-content .widget:hover .thb-widget-content {
    visibility: visible;
    opacity: 1;
  }
}
.thb-shop-filters .thb-widget-title {
  font-size: 17px;
  font-weight: 500;
  padding-right: 15px;
  line-height: normal;
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-widget-title {
    display: inline-flex;
    font-size: 14px;
    margin: 0 30px 0 0;
    padding: 20px 15px 20px 0;
    cursor: pointer;
  }
}
.thb-shop-filters .thb-widget-title span {
  display: none;
  font-size: 16px;
  top: 50%;
  margin-top: -8px;
}
.thb-shop-filters .thb-widget-title span:after {
  content: "\e800";
}
@media only screen and (min-width: 1068px) {
  .thb-shop-filters .thb-widget-title span {
    display: flex;
  }
}

.thb-woocommerce-header .thb-woocommerce-header-title {
  padding: 20px 0;
  display: block;
  text-align: center;
  align-items: center;
}
@media only screen and (min-width: 1068px) {
  .thb-woocommerce-header .thb-woocommerce-header-title {
    padding: 35px 0;
  }
}
.thb-woocommerce-header h1 {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 1068px) {
  .thb-woocommerce-header h1 {
    font-size: 30px;
  }
}
.thb-woocommerce-header .thb-category-title-container {
  position: relative;
  display: inline-block;
}

.thb-breadcrumb-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  font-size: 12px;
  color: var(--color-secondary);
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .thb-breadcrumb-bar {
    padding: 15px 50px;
  }
}
.thb-breadcrumb-bar a {
  color: var(--color-accent);
}
@media only screen and (min-width: 1068px) {
  .thb-breadcrumb-bar {
    padding: 25px 50px;
  }
}

.woocommerce-products-header {
  display: none;
}

div.quantity {
  display: inline-flex;
  position: relative;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 46px;
  padding: 0 30px;
  border-radius: 160px;
  width: 100px;
}
div.quantity.hidden {
  display: none;
}
div.quantity .screen-reader-text {
  display: none;
}
div.quantity .qty-label {
  display: none;
}
div.quantity input {
  margin-bottom: 0;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  min-width: 36px;
  padding: 0;
  text-align: center;
}
div.quantity .plus,
div.quantity .minus {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
}
div.quantity .plus:before,
div.quantity .minus:before {
  font-family: "lasposa";
  content: "\e80b";
}
div.quantity .plus {
  top: 0;
  right: 0;
  padding-right: 10px;
}
div.quantity .plus:before {
  content: "\e80a";
}
div.quantity .minus {
  padding-left: 10px;
  bottom: 0;
  left: 0;
}

.product_list_widget {
  list-style: none;
  margin: 0;
}
.product_list_widget .remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 1;
}
.rtl .product_list_widget .remove {
  right: auto;
  left: 0;
}
.product_list_widget li {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-left: 100px;
  padding-right: 25px;
  white-space: normal;
  min-height: 80px;
}
.product_list_widget li.empty {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #090909;
  margin: 30px 0;
}
.product_list_widget li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.rtl .product_list_widget li {
  padding-left: 25px;
  padding-right: 100px;
}
.product_list_widget a {
  color: var(--color-accent);
}
.product_list_widget a:not(.remove) {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .product_list_widget a:not(.remove) {
    font-size: 16px;
  }
}
.product_list_widget a:before {
  color: var(--color-secondary);
}
.product_list_widget a:before {
  display: none;
}
.product_list_widget a .product-title {
  display: block;
  margin-bottom: 8px;
}
.product_list_widget .wp-post-image,
.product_list_widget .attachment-woocommerce_thumbnail {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  margin-right: 20px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.rtl .product_list_widget .wp-post-image,
.rtl .product_list_widget .attachment-woocommerce_thumbnail {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 20px;
}
.product_list_widget .variation {
  display: block;
  width: 100%;
}
.product_list_widget .quantity {
  margin-top: 5px;
  font-size: 14px;
}

dl.variation {
  display: inline-block;
  width: auto;
  text-align: right;
  margin: 5px 0 0 0;
  font-size: 11px;
}
dl.variation dt {
  float: left;
  padding-right: 5px;
  text-transform: uppercase;
  clear: both;
  margin: 0;
}
dl.variation dd {
  text-align: left;
}
dl.variation dd p {
  margin: 0;
}

.thb-temp-message,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) {
  width: 100%;
  min-height: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin: 0 0 20px;
  padding: 12px 12px 12px 40px;
  font-weight: 400;
  color: #fefefe;
  font-size: 14px;
  background: #202120;
}
@media only screen and (min-width: 768px) {
  .thb-temp-message,
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) {
    flex-direction: row;
    align-items: center;
  }
}
.thb-temp-message:before,
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info):before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 13px;
  left: 10px;
  bottom: 0;
  width: 21px;
  height: 21px;
  font-size: 16px;
  content: "\e807";
  color: var(--color-secondary);
  font-family: "lasposa";
}
.thb-temp-message .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) .button {
  margin-right: 10px;
  height: auto;
  padding: 0;
  color: var(--color-secondary);
  line-height: 1;
  background: none;
}
.thb-temp-message .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) .button:hover {
  color: #fefefe;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  display: block;
  transform: none;
  background: #202120;
  box-shadow: none;
  margin-bottom: 10px;
  padding-left: 20px;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 500;
  display: inline;
  color: var(--color-secondary);
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--color-accent);
}
.woocommerce p {
  font-size: 15px;
}
.woocommerce .woocommerce-info.cart-empty {
  text-align: center;
}
.woocommerce .woocommerce-info.wc_points_rewards_earn_points, .woocommerce .woocommerce-info.wc_points_redeem_earn_points {
  display: block;
  padding-left: 15px;
  box-shadow: none;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-info.wc_points_rewards_earn_points:before, .woocommerce .woocommerce-info.wc_points_redeem_earn_points:before {
  content: none;
}
.woocommerce .woocommerce-info .amount {
  font-size: 16px;
}
.woocommerce .woocommerce-info .wc_points_rewards_apply_discount {
  margin-left: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
}

.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info):before {
  color: #cdb092;
}

.woocommerce-error {
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.woocommerce-error:before {
  content: "\f12a";
  color: #eb3845;
}
.woocommerce-error li {
  display: block;
}
.woocommerce-error li:last-of-type {
  margin: 0;
}

/* Demo Store */
.woocommerce-store-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.1;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background: #090909;
  z-index: 40;
  margin: 0;
}
.woocommerce-store-notice a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
}

#product-addons-total {
  clear: both;
}

.shop-bottom-text {
  font-size: 13px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.return-to-shop {
  text-align: center;
}

.products,
.wc-block-grid__products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.products .product,
.wc-block-grid__products .product {
  margin-bottom: 20px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .products,
  .wc-block-grid__products {
    margin: 0 -15px;
  }
  .products .product,
  .wc-block-grid__products .product {
    margin-bottom: 35px;
    padding: 0 15px;
  }
}
.products.alignwide,
.wc-block-grid__products.alignwide {
  max-width: calc(100vw - 30px);
  margin: 1rem calc(50% - 50vw + 15px);
}
@media only screen and (min-width: 768px) {
  .products.alignwide,
  .wc-block-grid__products.alignwide {
    max-width: calc(100vw - 100px);
    margin: 1rem calc(50% - 50vw + 50px);
  }
}
.products.alignfull,
.wc-block-grid__products.alignfull {
  margin: 1rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.products.alignfull:first-child,
.wc-block-grid__products.alignfull:first-child {
  margin-top: 0;
}
.products.row,
.wc-block-grid__products.row {
  min-width: 100%;
  margin: 0 -5px;
}
.products.row .product,
.wc-block-grid__products.row .product {
  margin-bottom: 20px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .products.row,
  .wc-block-grid__products.row {
    margin: 0 -15px;
  }
  .products.row .product,
  .wc-block-grid__products.row .product {
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
.products .wc-block-grid__product,
.wc-block-grid__products .wc-block-grid__product {
  padding: 0 !important;
  text-align: left;
}
.rtl .products .wc-block-grid__product,
.rtl .wc-block-grid__products .wc-block-grid__product {
  text-align: right;
}
.products .wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 0 0;
  line-height: 1;
}
.rtl .products .wc-block-grid__product .wc-block-grid__product-rating,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 0 0 auto;
}
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars span, .comment-form-rating .products .wc-block-grid__product .wc-block-grid__product-rating p.stars span, .products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating p.stars span,
.comment-form-rating .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating p.stars span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
  padding: 0;
}
.products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin-left: 0;
}
.rtl .products .wc-block-grid__product .wc-block-grid__product-price,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin-left: auto;
  margin-right: 0;
}
.products .product .thb-product-inner-content,
.wc-block-grid__products .product .thb-product-inner-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.products .product .thb-product-inner-content > *:last-child,
.wc-block-grid__products .product .thb-product-inner-content > *:last-child {
  margin-bottom: 0;
}
.products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 0;
  line-height: 1.4;
}
.products .product .woocommerce-loop-product__title a,
.wc-block-grid__products .product .woocommerce-loop-product__title a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: inherit;
}
.products .product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .product .woocommerce-loop-product__title a:hover {
  color: var(--color-secondary);
}
.products .product .woocommerce-loop-product__title a .wc-block-grid__product-title,
.wc-block-grid__products .product .woocommerce-loop-product__title a .wc-block-grid__product-title {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
}
.products .product .product-category,
.wc-block-grid__products .product .product-category {
  line-height: 1;
  margin-bottom: 9px;
}
.products .product .product-category a,
.wc-block-grid__products .product .product-category a {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.products .product .star-rating, .products .product .comment-form-rating p.stars, .comment-form-rating .products .product p.stars, .products .product .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars, .products .product .wc-block-grid__product .wc-block-grid__product-rating .star-rating, .products .wc-block-grid__product .wc-block-grid__product-rating .product .star-rating, .products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating .product p.stars,
.wc-block-grid__products .product .star-rating,
.wc-block-grid__products .product .comment-form-rating p.stars,
.comment-form-rating .wc-block-grid__products .product p.stars,
.wc-block-grid__products .product .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.wc-block-grid__products .product .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .product .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .comment-form-rating .product p.stars {
  margin-top: -5px;
  margin-bottom: 20px;
}
.products .product .price,
.wc-block-grid__products .product .price {
  margin-bottom: 15px;
  color: var(--color-accent);
  font-weight: 400;
}
.products .product .amount,
.wc-block-grid__products .product .amount {
  font-size: inherit;
  font-weight: inherit;
}
.products .product .product-thumbnail,
.wc-block-grid__products .product .product-thumbnail {
  margin: 0 0 25px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.products .product .product-thumbnail > a,
.wc-block-grid__products .product .product-thumbnail > a {
  display: block;
}
.products .product .product-thumbnail > a .wc-block-grid__product-image,
.wc-block-grid__products .product .product-thumbnail > a .wc-block-grid__product-image {
  height: auto;
  margin-bottom: 0;
}
.products .product .product-thumbnail img,
.wc-block-grid__products .product .product-thumbnail img {
  width: 100%;
}
.products .product .product-thumbnail:hover img,
.wc-block-grid__products .product .product-thumbnail:hover img {
  transform: scale(1.05);
}
.products .product .button,
.wc-block-grid__products .product .button {
  margin-top: auto;
  padding: 14px 35px;
  border-radius: 400px;
  white-space: normal;
  line-height: 20px;
  height: auto;
}
.products .product .wc-block-grid__product-add-to-cart,
.wc-block-grid__products .product .wc-block-grid__product-add-to-cart {
  margin: 0;
  margin-top: auto;
}
.products .product .wc-block-grid__product-add-to-cart .add_to_cart_button,
.wc-block-grid__products .product .wc-block-grid__product-add-to-cart .add_to_cart_button {
  width: 100%;
}
.products .product .add_to_cart_button,
.wc-block-grid__products .product .add_to_cart_button {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--color-accent);
  color: #090909;
  padding: 14px 35px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  border-radius: 400px;
  outline: 0;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.products .product .added_to_cart,
.wc-block-grid__products .product .added_to_cart {
  display: none !important;
}

.up-sells .products,
.related .products,
.cross-sells .products {
  min-width: 100%;
}

.products.related {
  margin: 0;
}

.wc-block-grid__product-onsale,
.onsale {
  position: absolute;
  color: var(--color-accent);
  top: 10px;
  right: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 20;
  margin: 0 !important;
  border: 0;
  line-height: 1;
  pointer-events: none;
  height: 30px;
  padding: 0 10px;
  background: var(--color-tertiary);
}

.products .product-category .thb-category-link {
  display: block;
  text-align: center;
}
.products .product-category .thb-category-link .thb-product-category-image {
  border-radius: 6px;
  overflow: hidden;
}
.products .product-category .thb-category-link:hover img {
  transform: scale(1.05);
}
.products .product-category .thb-category-link .woocommerce-loop-category__title {
  font-weight: 500;
  font-size: 15px;
  padding: 16px 0 0;
  margin: 0;
}
.products .product-category .thb-category-link .woocommerce-loop-category__title .count {
  background: none;
  color: inherit;
  display: none;
}

.thb-product-detail .sidebar {
  display: none;
}
@media only screen and (min-width: 1068px) {
  .thb-product-detail .sidebar {
    display: block;
  }
}
.thb-product-detail .thb-product-main-row {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .thb-product-main-row {
    margin-bottom: 80px;
    flex-direction: row;
  }
}
.thb-product-detail .product-gallery-column {
  position: relative;
  width: 100%;
  max-width: 540px;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .product-gallery-column {
    width: 50%;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-product-detail .product-gallery-column {
    flex: 0.44;
    width: 100%;
  }
}
.thb-product-detail .product-gallery-column .onsale {
  right: auto;
  left: 10px;
}
.thb-product-detail .woocommerce-product-gallery {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .woocommerce-product-gallery {
    max-width: 540px;
  }
}
.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 6px;
  overflow: hidden;
}
.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
  display: block;
}
.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image > a img {
  width: 100%;
}
.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  padding: 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 9999em;
  background: url("../img/svg/product-zoom.svg") center center no-repeat;
}
.rtl .thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -9999em;
}
.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  visibility: hidden;
  opacity: 0;
}
.thb-product-detail .flex-control-thumbs {
  list-style: none;
  margin: 9px -1px 0;
  padding: 0;
}
.thb-product-detail .flex-control-thumbs li {
  width: 90px;
  float: left;
  position: relative;
  margin-right: 8px;
}
.thb-product-detail .flex-control-thumbs li img {
  border: 0px;
  border-radius: 6px;
  padding: 0px;
}
.thb-product-detail .flex-control-thumbs li img.flex-active {
  border-color: #090909;
  padding: 2px;
}
.thb-product-detail .woocommerce-product-gallery__wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.thb-product-detail .product-information {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .product-information {
    margin-top: 0;
    flex: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-product-detail .product-information {
    width: 100%;
    flex: 0.56;
  }
}
.thb-product-detail .product-information .summary {
  max-width: 590px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .product-information .summary {
    padding: 0 30px;
  }
}
.thb-product-detail .product-information h1 {
  color: inherit;
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
.thb-product-detail .product-information .woocommerce-product-rating {
  font-size: 14px;
  margin-bottom: 15px;
}
.thb-product-detail .product-information .woocommerce-product-rating .star-rating, .thb-product-detail .product-information .woocommerce-product-rating .comment-form-rating p.stars, .comment-form-rating .thb-product-detail .product-information .woocommerce-product-rating p.stars, .thb-product-detail .product-information .woocommerce-product-rating .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  margin-right: 5px;
}
.thb-product-detail .product-information .price {
  margin: 12px 0 20px;
  font-size: 22px;
}
.thb-product-detail .product-information .price .price {
  margin: 0;
}
.thb-product-detail .product-information .out-of-stock {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border: 2px solid rgba(255, 83, 46, 0.7);
  border-radius: 160px;
  font-size: 12px;
  font-weight: 500;
  color: #fefefe;
  text-transform: uppercase;
}
.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description p {
  font-size: inherit;
  margin-bottom: 10px;
}
.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}
.thb-product-detail .product-information .product_meta {
  font-size: 13px;
  line-height: 1;
  margin-top: 30px;
  font-weight: 500;
}
.thb-product-detail .product-information .product_meta > span {
  display: block;
  margin-bottom: 3px;
  line-height: 1.5;
}
.thb-product-detail .product-information .product_meta > span span {
  color: var(--color-accent);
}
.thb-product-detail .product-information .product_meta a {
  color: var(--color-secondary);
}
.thb-product-detail .product-information .product_meta a:hover {
  color: var(--color-accent);
}
.thb-product-detail .product-information .quantity {
  width: 100px;
}
.thb-product-detail .product-information .quantity + .single_add_to_cart_button {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .product-information .quantity {
    height: 50px;
  }
  .thb-product-detail .product-information .quantity input {
    height: 48px;
  }
}
.thb-product-detail .product-information .single_add_to_cart_button {
  padding: 0 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 1068px) {
  .thb-product-detail .product-information .single_add_to_cart_button {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    width: 280px;
    max-width: 100%;
  }
}
.thb-product-detail .product-information .thb-product-meta-before {
  font-size: 11px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  color: #090909;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .thb-product-detail .product-information .thb-product-meta-before {
    flex-direction: row;
    align-items: center;
  }
}
.thb-product-detail .product-information .thb-product-meta-before > div {
  padding-top: 10px;
  display: inline-flex;
  vertical-align: middle;
}
.thb-product-detail .variations_form .reset_variations {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thb-product-detail .variations_form .woocommerce-variation-description {
  font-size: 14px;
}
.thb-product-detail .variations_form .woocommerce-variation-price {
  display: none;
}
.thb-product-detail .variations_form .variations {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
.thb-product-detail .variations_form .variations tbody {
  border: 0;
  background: none;
}
.thb-product-detail .variations_form .variations tbody tr:nth-child(even) {
  background: none;
}
.thb-product-detail .variations_form .variations tbody td {
  padding: 0;
}
.thb-product-detail .variations_form .variations tbody td.value {
  padding-bottom: 20px;
}
.thb-product-detail .variations_form .variations .label,
.thb-product-detail .variations_form .variations .value {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
}
.thb-product-detail .variations_form .variations label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.thb-product-detail .variations_form .variations select {
  max-width: 450px;
  margin-bottom: 0;
}
.thb-product-detail .group_table {
  margin-bottom: 20px;
}
.thb-product-detail .group_table td {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}
.thb-product-detail .group_table td a {
  font-size: 14px;
}
.thb-product-detail .group_table label {
  font-size: 16px;
  margin-bottom: 0;
}

.wc-tabs-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .wc-tabs-wrapper {
    margin-bottom: 45px;
  }
}
.wc-tabs-wrapper .wc-tabs {
  display: block;
  margin: 0 0 40px;
  padding: 40px 0 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.wc-tabs-wrapper .wc-tabs li {
  display: inline-block;
  padding: 0;
}
.wc-tabs-wrapper .wc-tabs li a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20px;
  color: var(--color-accent);
  border-radius: 120px;
}
.wc-tabs-wrapper .wc-tabs li.active a {
  background: rgba(255, 255, 255, 0.1);
}
.wc-tabs-wrapper .woocommerce-Tabs-panel {
  margin: 0 auto;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody {
  border: 0 !important;
  font-size: 14px;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr {
  border-bottom: 1px solid #ebebeb !important;
  background: transparent;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
  text-align: left;
  color: #fefefe;
  font-weight: 500;
}
.rtl .wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
  text-align: right;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th,
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr td {
  padding: 15px 15px 15px 0 !important;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:nth-child(even) {
  background: transparent !important;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:last-child {
  border-bottom: 0 !important;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value p:last-child {
  margin-bottom: 0;
}

.thb-product-nav {
  display: none;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  min-width: 52px;
}
@media only screen and (min-width: 768px) {
  .thb-product-nav {
    display: block;
  }
}
.thb-product-nav .thb-product-nav-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  vertical-align: middle;
}
.thb-product-nav .thb-product-nav-button:nth-child(2) {
  border-left: 1px solid #efefef;
  padding-left: 14px;
}
.thb-product-nav .thb-product-nav-button .product-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}
.thb-product-nav .thb-product-nav-button .product-nav-link i {
  font-size: 18px;
}
.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-left-open-mini {
  margin-right: 5px;
}
.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-right-open-mini {
  margin-left: 5px;
}
.thb-product-nav .thb-product-nav-button.product-nav-prev + .product-nav-next {
  margin-left: 14px;
}

.products-title, .cross-sells > h2, .single-product .products > h2 {
  width: 100%;
  display: block;
  font-size: 20px;
  display: block;
  line-height: 1;
  font-weight: 500;
  padding-top: 32px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .products-title, .cross-sells > h2, .single-product .products > h2 {
    font-size: 34px;
  }
}

.thb-share-product {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.thb-share-product .sd-title {
  display: none !important;
}
.thb-share-product .sd-title:before {
  content: none;
}
.thb-share-product .sd-content ul {
  display: flex;
  margin-bottom: 0 !important;
}
.thb-share-product .sd-content ul li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  width: 28px;
  text-align: left;
  margin: 0 5px 0 0;
}
.thb-share-product .sd-content ul li.share-end {
  display: none;
}
.thb-share-product .sd-content ul li .share-icon {
  padding: 0 3px 3px 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 20px;
}
.thb-share-product .sd-content ul li .share-icon:before {
  color: #090909;
}
.thb-share-product .sd-content ul li .share-icon.share-facebook:hover:before {
  color: #3b5998;
}
.thb-share-product .sd-content ul li .share-icon.share-linkedin:hover:before {
  color: #007bb6;
}
.thb-share-product .sd-content ul li .share-icon.share-twitter:hover:before {
  color: #00aced;
}
.thb-share-product .sd-content ul li .share-icon.share-instagram:hover:before {
  color: #3f729b;
}
.thb-share-product .sd-content ul li .share-icon.share-youtube:hover:before {
  color: #e52d27;
}
.thb-share-product .sd-content ul li .share-icon.share-vkontakte:hover:before {
  color: #45668e;
}
.thb-share-product .sd-content ul li .share-icon.share-pinterest:hover:before {
  color: #bd081c;
}
.thb-share-product .sd-content ul li .share-icon.share-whatsapp:hover:before {
  color: #25d366;
}
.thb-share-product .sd-content ul li .share-icon.share-jetpack-whatsapp:hover:before {
  color: #25d366;
}
.thb-share-product .sd-content ul li .share-icon.share-medium:hover:before {
  color: #00ab6c;
}
.thb-share-product .sd-content ul li .share-icon.share-email:hover:before {
  color: #9b9b9b;
}
.thb-share-product .sd-content ul li .share-icon.share-reddit:hover:before {
  color: #ff4500;
}
.thb-share-product .sd-content ul li .share-icon.share-vimeo:hover:before {
  color: #1ab7ea;
}
.thb-share-product .sd-content ul li .share-icon.share-skype:hover:before {
  color: #00aff0;
}
.thb-share-product .sd-content ul li .share-icon.share-telegram:hover:before {
  color: #0088cc;
}
.thb-share-product .sd-content ul li .share-icon.share-tumblr:hover:before {
  color: #35465c;
}
.thb-share-product .sd-content ul li .share-icon.share-pocket:hover:before {
  color: #ef4056;
}
.thb-share-product .sd-content ul li .share-icon span {
  display: none;
}

/* akciós termék */
.single-product del, .price ins {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}

.single-product del .amount::before {
  content: "Korábbi ár";
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
}

.single-product ins .amount::before {
  content: "Akciós ár";
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #bd9576;
}

@media only screen and (min-width: 1068px) {
  body.woocommerce-account .header {
    margin-bottom: 75px;
  }
}

.woocommerce-account.logged-in .woocommerce {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce {
    flex-direction: row;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  flex-shrink: 0;
  max-width: 300px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  line-height: 1;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #bd9576;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row em {
  font-size: 11px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  background: transparent;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #090909;
  float: left;
  width: 100%;
}

/* Login Register */
.woocommerce-account .u-columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .u-columns {
    flex-direction: row;
  }
}
.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2 {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .u-columns .u-column1,
  .woocommerce-account .u-columns .u-column2 {
    padding: 0 9%;
  }
}
.woocommerce-account .woocommerce-form {
  width: 100%;
}
.woocommerce-account .woocommerce-form h2 {
  font-weight: 400;
}
.woocommerce-account .woocommerce-form .input-text {
  width: 100%;
}
.woocommerce-account .u-column2 {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .u-column2 {
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid #ebebeb;
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #customer_login h2 {
    font-size: 24px;
  }
}

.woocommerce-form-register p {
  font-size: 14px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  font-size: 12px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-size: inherit;
}
.woocommerce-form-register .woocommerce-password-strength {
  display: flex;
  margin: 4px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 16px;
  background: #ffdada;
  color: #e43737;
}
.woocommerce-form-register .woocommerce-password-strength.medium, .woocommerce-form-register .woocommerce-password-strength.good {
  background: #d8fcda;
  color: #15a93b;
}
.woocommerce-form-register .woocommerce-password-hint {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce-form-login .woocommerce-LostPassword {
  display: flex;
  flex-direction: column;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .woocommerce-form-login .woocommerce-LostPassword {
    flex-direction: row;
    justify-content: space-between;
  }
}
.woocommerce-form-login .woocommerce-LostPassword a {
  display: inline-block;
  clear: left;
  font-size: 14px;
  vertical-align: middle;
}
.woocommerce-form-login .woocommerce-LostPassword label {
  display: inline-flex;
  align-items: center;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  display: block;
}

.addresses {
  margin: 0 -15px;
}
.addresses .col-1,
.addresses .col-2 {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .addresses .col-1,
  .addresses .col-2 {
    width: 50%;
  }
}

.addresses .woocommerce-Address {
  margin-bottom: 40px;
}
.addresses .woocommerce-Address address {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .addresses .woocommerce-Address {
    margin-bottom: 0;
  }
}

.woocommerce-ResetPassword {
  padding: 10vh 0;
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-ResetPassword label {
  display: block;
}
.woocommerce-ResetPassword .input-text {
  min-width: 300px;
}

.remove {
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11M11 11L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.coupon {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.coupon label {
  display: none;
}
.coupon .input-text {
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 1068px) {
  .coupon {
    flex-direction: row;
    max-width: 345px;
  }
  .coupon .input-text {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.thb-cart-column {
  margin-bottom: 10px;
}
.thb-cart-column .shop_table {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .thb-cart-column {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-cart-column {
    padding-right: 65px;
  }
}

.cart-collaterals {
  position: sticky;
  top: 100px;
  left: 0;
}

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}
.shop_table .amount {
  font-size: inherit;
}
.shop_table .actions {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1068px) {
  .shop_table .actions {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1068px) {
  .shop_table .actions .coupon {
    float: left;
  }
}
.shop_table .actions > .button {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 1068px) {
  .shop_table .actions > .button {
    width: auto;
    margin-top: 0;
  }
}
.shop_table th,
.shop_table td {
  padding: 15px 0;
}
@media only screen and (min-width: 1068px) {
  .shop_table th,
  .shop_table td {
    padding: 15px 0;
  }
}
.shop_table th.shipping__inner,
.shop_table td.shipping__inner {
  padding: 0 !important;
}
.shop_table th.shipping__inner .shop_table,
.shop_table td.shipping__inner .shop_table {
  margin: 0;
}
.shop_table th.shipping__inner .shop_table tbody,
.shop_table td.shipping__inner .shop_table tbody {
  border: 0;
}
.shop_table th.shipping__inner .shop_table tbody tr th,
.shop_table th.shipping__inner .shop_table tbody tr td,
.shop_table td.shipping__inner .shop_table tbody tr th,
.shop_table td.shipping__inner .shop_table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shop_table th.product-name strong,
.shop_table td.product-name strong {
  font-weight: 500;
}
.shop_table th.product-name dl.variation,
.shop_table td.product-name dl.variation {
  display: block;
}
.shop_table th.product-name .amount.price-mobile,
.shop_table td.product-name .amount.price-mobile {
  display: block;
  margin-top: 5px;
}
@media only screen and (min-width: 1068px) {
  .shop_table th.product-name .amount.price-mobile,
  .shop_table td.product-name .amount.price-mobile {
    display: none;
  }
}
.shop_table thead tr {
  display: none;
  font-size: 12px;
  border-bottom: 2px solid #ebebeb;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.shop_table thead tr th {
  padding-top: 0;
  padding-bottom: 15px;
}
.shop_table thead tr th:first-child {
  text-align: left;
}
.shop_table thead tr th:last-child {
  text-align: right;
}
@media only screen and (max-width: 1068px) {
  .shop_table thead tr th.product-price, .shop_table thead tr th.product-subtotal {
    display: none;
  }
}
@media only screen and (max-width: 1068px) {
  .shop_table thead tr th.product-quantity {
    padding-right: 0;
    text-align: right;
  }
}
.shop_table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.shop_table tbody tr:last-of-type {
  border-bottom: 0;
}
.shop_table tbody tr td {
  padding-right: 0px;
}
@media only screen and (min-width: 1068px) {
  .shop_table tbody tr td {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1068px) {
  .shop_table tbody tr td.product-price, .shop_table tbody tr td.product-subtotal {
    display: none;
  }
}
@media only screen and (max-width: 1068px) {
  .shop_table tbody tr td.product-quantity {
    padding-right: 0;
    text-align: right;
  }
}
.shop_table tbody tr td.product-name > a {
  line-height: 1.2;
  color: var(--color-accent);
}
.shop_table tbody tr td.product-name > a:hover {
  color: var(--color-secondary);
}
@media only screen and (max-width: 1068px) {
  .shop_table tbody tr td.product-name > a {
    font-size: 14px;
  }
}
.shop_table tbody tr td.product-name .mobile-product-price {
  margin-top: 5px;
  font-size: 12px;
}
.shop_table tbody tr td.product-thumbnail {
  max-width: 112px;
}
.shop_table tbody tr td.product-thumbnail > a {
  display: inline-block;
}
.shop_table tbody tr td.product-thumbnail > a img {
  max-width: 80px;
}
.shop_table tbody tr td.actions .button.style2 {
  margin-top: 20px;
}
@media only screen and (min-width: 1068px) {
  .shop_table tbody tr td.actions .button.style2 {
    margin-top: 0px;
  }
}
.shop_table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.shop_table tbody tr.woocommerce-shipping-totals th {
  vertical-align: top;
  width: 100px;
}
.shop_table tbody tr.woocommerce-shipping-totals td {
  padding-left: 30px;
  text-align: right;
}
.shop_table tbody tr.order-total .amount {
  font-size: 18x;
}
.shop_table tfoot {
  border-top: 1px solid #ebebeb;
}
.shop_table tfoot tr {
  border-bottom: 1px solid #ebebeb;
}
.shop_table tfoot tr:last-of-type {
  border-bottom: 0;
}
.shop_table tfoot tr th {
  font-weight: 400;
}
.shop_table tfoot tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.shop_table tfoot tr.woocommerce-shipping-totals th {
  vertical-align: top;
  width: 100px;
}
.shop_table tfoot tr.woocommerce-shipping-totals td {
  padding-left: 30px;
  text-align: right;
}
.cart-collaterals .shop_table tbody tr:first-child th,
.cart-collaterals .shop_table tbody tr:first-child td {
  padding-top: 0;
}
.cart-collaterals .shop_table tbody tr th,
.cart-collaterals .shop_table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-collaterals .shop_table tbody tr th {
  font-weight: 400;
}
.cart-collaterals .shop_table tbody tr td {
  border-bottom: 0;
}
.shop_table.woocommerce-checkout-review-order-table thead tr:first-child th {
  padding-top: 0;
}
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-of-type {
  margin-bottom: 0;
}
.shop_table.woocommerce-checkout-review-order-table thead tr:first-child,
.shop_table.woocommerce-checkout-review-order-table thead th:first-child {
  min-width: 150px;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  align-content: center;
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table td.product-name {
  font-size: 14px;
}
@media only screen and (min-width: 1068px) {
  .shop_table.woocommerce-checkout-review-order-table td.product-name {
    min-width: 250px;
  }
}

.wc-proceed-to-checkout .button {
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.woocommerce-shipping-methods {
  display: inline-block;
  list-style: none;
  text-align: right;
  margin: 0;
  font-size: 14px;
}
.woocommerce-shipping-methods li {
  margin-bottom: 10px;
}
.woocommerce-shipping-methods label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-shipping-methods input {
  vertical-align: middle;
}
.woocommerce-shipping-methods input[type=radio] + label {
  margin: 0 0 0 5px;
}
.woocommerce-shipping-methods + .woocommerce-shipping-destination {
  font-size: 14px;
  display: none;
}

.woocommerce-shipping-calculator {
  text-align: right;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-shipping-calculator .button {
  width: 100%;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: right;
  padding-top: 15px;
}
.woocommerce-shipping-calculator .shipping-calculator-form .input-text {
  width: 100%;
}
.woocommerce-shipping-calculator .shipping-calculator-form p {
  margin-bottom: 5px;
}
.woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {
  margin-bottom: 0;
}

.cart_totals {
  padding: 15px;
  border-radius: 6px;
  background: #202120;
}
@media only screen and (min-width: 1068px) {
  .cart_totals {
    padding: 20px;
  }
}

/* pénztár oldal */
.includes_tax {
  display: block;
}

small {
  font-size: 75%;
}

.woocommerce-input-wrapper {
  display: block;
  font-size: 14px;
}

form.woocommerce-checkout {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .thb-checkout-form-column {
    padding-right: 45px;
  }
}
.thb-checkout-form-column #billing_address_1_field,
.thb-checkout-form-column #shipping_address_1_field {
  margin-bottom: 10px;
}
.thb-checkout-form-column .woocommerce-billing-fields {
  margin-bottom: 10px;
}

.wc_payment_methods {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0px 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #202120;
}
.wc_payment_methods li {
  padding: 10px 0;
}
.wc_payment_methods li img {
  max-height: 1.618em;
  float: right;
}
.wc_payment_methods li .input-radio {
  margin-right: 12px;
}
.wc_payment_methods li label {
  font-weight: 500;
  margin-bottom: 0;
}
.wc_payment_methods li label, .wc_payment_methods li .woocommerce-PaymentMethod {
  display: block;
}
.wc_payment_methods li .payment_box {
  font-size: 14px;
  padding-left: 20px;
  padding-top: 0px;
}
.wc_payment_methods li .payment_box *:last-child {
  margin-bottom: 0;
}
.wc_payment_methods li.payment_method_paypal label img {
  height: 20px;
  margin: 0 20px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 12px;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-right: 15px;
}
.woocommerce-terms-and-conditions-wrapper label {
  font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper label a {
  color: var(--color-secondary);
}
.woocommerce-terms-and-conditions-wrapper label a:hover {
  color: var(--color-accent);
}

#place_order {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
}

.woocommerce-order-overview {
  border: 2px dashed #7a7a7a;
  list-style: none;
  padding: 4%;
  margin: 0 0 50px;
  color: #fefefe;
}

.woocommerce-order-details .woocommerce-column__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.woocommerce-order-details .shop_table.order_details {
  margin-bottom: 30px;
}
.woocommerce-order-details .shop_table.order_details tbody tr td,
.woocommerce-order-details .shop_table.order_details tfoot tr th,
.woocommerce-order-details .shop_table.order_details tfoot tr td {
  padding: 15px 0;
}

/* radio gomb */
body #payment .payment_methods > .wc_payment_method > label:before, body #payment .payment_methods > .woocommerce-PaymentMethod > label:before, ul#shipping_method li label:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: rgb(184, 184, 184);
  border: 3px solid #fff;
  content: "";
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

ul#shipping_method li:only-child label:before {
  background-color: #111;
}

#shipping_method > li > input[type=radio]:checked + label, ul#shipping_method li:only-child {
  font-weight: 500;
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child, #payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child, #shipping_method > li > input[type=radio]:first-child {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before, #payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label:before, #shipping_method > li > input[type=radio]:first-child:checked + label:before {
  background-color: #000;
}

/* checkbox gomb */
input[type=checkbox]:after {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  top: -1px;
  background-color: rgb(184, 184, 184);
  border: 3px solid #fff;
  content: "";
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

input[type=checkbox]:checked:after {
  background-color: #000;
}

.side-panel {
  background: #202120;
  top: 0;
  bottom: 0;
  position: fixed;
}
.admin-bar .side-panel {
  top: 46px;
}
@media screen and (min-width: 601px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .side-panel {
    top: 32px;
  }
}
.header-sticky.admin-bar .side-panel {
  top: 0;
}
@media screen and (min-width: 601px) {
  .header-sticky.admin-bar .side-panel {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .header-sticky.admin-bar .side-panel {
    top: 32px;
  }
}

.side-cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 60;
  overflow: hidden;
  width: calc(100vw - 40px);
  max-width: 100%;
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .side-cart {
    width: 340px;
  }
}
@media only screen and (min-width: 1068px) {
  .side-cart {
    width: 420px;
  }
}
@media only screen and (min-width: 1440px) {
  .side-cart {
    width: 540px;
  }
}
.side-cart .side-panel-content {
  position: relative;
  display: flex;
  padding: clamp(20px, 10%, 60px);
  height: 100%;
}
.side-cart .side-panel-content .widget_shopping_cart {
  flex: 1;
  margin-bottom: 0;
}
.side-cart .side-panel-content .widget_shopping_cart .widget_shopping_cart_content {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.side-cart .side-panel-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart {
  flex: 1;
  padding: 0;
  width: calc(100% + 10px);
  padding-right: 10px;
  overflow-y: scroll;
}
.side-cart .side-panel-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
}
.side-cart .side-panel-content p.woocommerce-mini-cart__empty-message {
  border: 0;
  padding: 35vh 10%;
  text-align: center;
}
.side-cart .side-panel-content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  padding: 0;
}
.side-cart .side-panel-content .woocommerce-mini-cart__buttons .button {
  flex: 1;
  padding: 0 5px;
  border: 0;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
}

/*------------------------------------------------------------------
Footer
*/
.footer {
  padding: 40px 0;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  position: relative;
  background: #000000 url("/wp-content/uploads/footer.png") bottom center no-repeat;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 60px;
    padding: 95px 0 125px 0;
  }
}
.home .footer {
  margin-top: 0;
}
.footer a {
  color: rgba(255, 255, 255, 0.9);
}
.footer a:hover {
  color: #fff;
}
.footer.footer-full-width-on > .row {
  max-width: none;
}
.footer .widget {
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
}
.footer .widget .thb-widget-title {
  font-size: 17px;
  letter-spacing: 2px;
  color: var(--color-tertiary);
  font-weight: 500;
  border-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.footer .widget.widget_text {
  line-height: 24px;
}
.footer .widget.widget_text .thb-widget-title {
  font-size: 17px;
  margin-bottom: 24px;
  letter-spacing: normal;
}
.footer .widget.widget_text p {
  line-height: inherit;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .widget.widget_text p {
    margin-bottom: 32px;
  }
}
.footer .widget.widget_text p:last-child {
  margin: 0;
}
.footer .widget.widget_text p a {
  font-size: 14px;
  letter-spacing: inherit;
}
.footer .widget.widget_text p a:hover {
  color: var(--color-secondary);
}
@media only screen and (min-width: 1068px) {
  .footer .footer-large-left-column {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1068px) {
  .footer .footer-large-right-column {
    margin-left: auto;
  }
}

.subfooter {
  background: #202120;
  width: 100%;
  z-index: 10;
  font-size: 11px;
  padding: 30px 0;
  position: relative;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subfooter {
    padding: 20px 0;
  }
}
.subfooter p {
  font-size: inherit;
  margin-bottom: 0;
}
.subfooter a {
  color: #fff;
}
.subfooter a:hover {
  color: var(--color-accent);
}
.subfooter.subfooter-full-width-on .row.subfooter-row {
  max-width: none;
}

#scroll_to_top {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-secondary);
  position: fixed;
  bottom: -50px;
  right: 15px;
  z-index: 60;
  cursor: pointer;
}
.rtl #scroll_to_top {
  right: auto;
  left: 15px;
}
#scroll_to_top.active {
  bottom: 15px;
}
#scroll_to_top:hover svg {
  transform: scale(1.1);
}