/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 1em 0.625em;
  border-radius: 6px;
  border: 1px solid var(--color-border-main); }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-dark-text);
  font-family: var(--body-font-family);
  line-height: var(--body-line-height);
  font-size: calc(var(--body-font-size) - 1px); }
  @media (min-width: 768px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: var(--body-font-size); } }

.mce-content-body {
  line-height: var(--body-line-height); }
  .mce-content-body *[data-mce-selected="inline-boundary"] {
    background: #d0f6ef; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

h1 {
  font-family: var(--h1-font-family);
  font-size: calc(var(--h1-font-size) - 18px);
  font-weight: var(--h1-font-weight);
  font-style: var(--h1-font-style);
  line-height: var(--h1-line-height);
  color: var(--h1-color, --color-main-text); }
  @media (min-width: 640px) {
    h1 {
      font-size: calc(var(--h1-font-size) - 16px); } }
  @media (min-width: 768px) {
    h1 {
      font-size: calc(var(--h1-font-size) - 14px); } }
  @media (min-width: 1280px) {
    h1 {
      font-size: calc(var(--h1-font-size) - 12px); } }
  @media (min-width: 1400px) {
    h1 {
      font-size: calc(var(--h1-font-size) - 8px); } }
  @media (min-width: 1500px) {
    h1 {
      font-size: var(--h1-font-size); } }

h2 {
  font-family: var(--h2-font-family);
  font-size: calc(var(--h2-font-size) - 6px);
  font-weight: var(--h2-font-weight);
  font-style: var(--h2-font-style);
  line-height: var(--h2-line-height);
  color: var(--h2-color, --color-main-text); }
  @media (min-width: 640px) {
    h2 {
      font-size: calc(var(--h2-font-size) - 4px); } }
  @media (min-width: 768px) {
    h2 {
      font-size: calc(var(--h2-font-size) - 2px); } }
  @media (min-width: 1280px) {
    h2 {
      font-size: var(--h2-font-size); } }

h3 {
  font-family: var(--h3-font-family);
  font-size: calc(var(--h3-font-size) - 6px);
  font-weight: var(--h3-font-weight);
  font-style: var(--h3-font-style);
  line-height: var(--h3-line-height);
  color: var(--h3-color, --color-main-text); }
  @media (min-width: 640px) {
    h3 {
      font-size: calc(var(--h3-font-size) - 5px); } }
  @media (min-width: 768px) {
    h3 {
      font-size: calc(var(--h3-font-size) - 2px); } }
  @media (min-width: 1280px) {
    h3 {
      font-size: var(--h3-font-size); } }

h4 {
  font-family: var(--h4-font-family);
  font-size: calc(var(--h4-font-size) - 3px);
  font-weight: var(--h4-font-weight);
  font-style: var(--h4-font-style);
  line-height: var(--h4-line-height);
  color: var(--h4-color, --color-main-text); }
  @media (min-width: 640px) {
    h4 {
      font-size: calc(var(--h4-font-size) - 2px); } }
  @media (min-width: 768px) {
    h4 {
      font-size: var(--h4-font-size); } }

h5 {
  font-family: var(--h5-font-family);
  font-size: calc(var(--h5-font-size) - 2px);
  font-weight: var(--h5-font-weight);
  font-style: var(--h5-font-style);
  line-height: var(--h5-line-height);
  color: var(--h5-color, --color-main-text); }
  @media (min-width: 640px) {
    h5 {
      font-size: calc(var(--h5-font-size) - 1px); } }
  @media (min-width: 768px) {
    h5 {
      font-size: var(--h5-font-size); } }

h6 {
  font-family: var(--h6-font-family);
  font-size: calc(var(--h6-font-size) - 1px);
  font-weight: var(--h6-font-weight);
  font-style: var(--h6-font-style);
  line-height: var(--h6-line-height);
  color: var(--h6-color, --color-main-text); }
  @media (min-width: 640px) {
    h6 {
      font-size: var(--h6-font-size); } }

.has-huge-font-size,
.has-larger-font-size {
  font-size: var(--h1-font-size); }

.has-large-font-size {
  font-size: var(--h2-font-size); }

.has-normal-font-size,
.has-regular-font-size {
  font-size: var(--h3-font-size); }

.has-medium-font-size {
  font-size: calc(var(--h4-font-size) + 2px); }

.has-small-font-size {
  font-size: var(--h4-font-size); }

p {
  word-break: break-word;
  margin-bottom: 1.6em; }
  @media (min-width: 640px) {
    p {
      margin-bottom: 2em; } }
  @media (min-width: 768px) {
    p {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    p {
      margin-bottom: 2.6em; } }

b,
strong {
  color: var(--color-main-text); }

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

blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    blockquote {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    blockquote {
      margin-bottom: 2.6em; } }

address,
.woocommerce .woocommerce-customer-details address {
  padding: 12px 20px;
  font-style: normal;
  border: 1px solid var(--color-border-main);
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 6px;
  margin: 0 0 2em; }
  @media (min-width: 768px) {
    address,
    .woocommerce .woocommerce-customer-details address {
      margin: 0 0 2.4em; } }
  @media (min-width: 1024px) {
    address,
    .woocommerce .woocommerce-customer-details address {
      margin: 0 0 2.6em; } }

pre {
  color: var(--color-main-text);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  max-width: 100%;
  padding: 1em;
  margin-bottom: 1.2em;
  border: 1px solid var(--color-border-main);
  background: var(--color-bg);
  border-radius: 6px;
  overflow: auto; }
  @media (min-width: 640px) {
    pre {
      padding: 1.6em; } }
  pre code {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent; }

code,
kbd,
tt,
var,
.wp-block-freeform.block-library-rich-text__tinymce code {
  display: inline-block;
  color: var(--color-main-text);
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: inherit;
  margin: 4px 0;
  padding: 2px 4px;
  background: var(--color-bg);
  border: 1px solid var(--color-border-main);
  border-radius: 6px; }
  @media (min-width: 640px) {
    code,
    kbd,
    tt,
    var,
    .wp-block-freeform.block-library-rich-text__tinymce code {
      margin: 5px 0;
      padding: 3px 8px; } }

kbd {
  border: 1px solid var(--color-border-main);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }

abbr,
acronym {
  border-bottom: 1px dotted var(--color-border-main);
  cursor: help; }

mark,
ins {
  color: var(--color-main-text);
  text-decoration: none;
  padding: 3px 8px;
  background: #fff9c0;
  border: 1px solid #ffeb31;
  border-radius: 6px; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
::-moz-selection {
  color: #ffffff;
  background-color: var(--color-brand); }
::selection {
  color: #ffffff;
  background-color: var(--color-brand); }

body {
  background: #ffffff; }

hr {
  background-color: var(--color-border-main);
  border: 0;
  height: 1px;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    hr {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    hr {
      margin-bottom: 2.6em; } }

ul,
ol,
.wp-block-freeform.block-library-rich-text__tinymce ul,
.wp-block-freeform.block-library-rich-text__tinymce ol {
  margin: 0 0 2em 0;
  padding-left: 24px; }
  @media (min-width: 768px) {
    ul,
    ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    .wp-block-freeform.block-library-rich-text__tinymce ol {
      margin: 0 0 2.4em 0; } }
  @media (min-width: 1024px) {
    ul,
    ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    .wp-block-freeform.block-library-rich-text__tinymce ol {
      margin: 0 0 2.6em 0; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dl {
  margin: 0 0 2em 0; }
  @media (min-width: 768px) {
    dl {
      margin: 0 0 2.4em 0; } }
  @media (min-width: 1024px) {
    dl {
      margin: 0 0 2.6em 0; } }

dt {
  color: var(--color-main-text);
  font-weight: 600;
  margin-bottom: 4px; }

dd {
  margin: 0 16px 16px; }
  @media (min-width: 640px) {
    dd {
      margin: 0 24px 24px; } }

.entry-content ul li,
.entry-content ol li,
.comment-body ul li,
.comment-body ol li {
  margin-bottom: 12px; }
  @media (min-width: 640px) {
    .entry-content ul li,
    .entry-content ol li,
    .comment-body ul li,
    .comment-body ol li {
      margin-bottom: 16px; } }
  .entry-content ul li:last-of-type,
  .entry-content ol li:last-of-type,
  .comment-body ul li:last-of-type,
  .comment-body ol li:last-of-type {
    margin-bottom: 0; }
  .entry-content ul li.blocks-gallery-item:last-child,
  .entry-content ol li.blocks-gallery-item:last-child,
  .comment-body ul li.blocks-gallery-item:last-child,
  .comment-body ol li.blocks-gallery-item:last-child {
    margin-bottom: 1em; }

.entry-content ul a,
.entry-content ol a,
.comment-body ul a,
.comment-body ol a {
  margin-bottom: 0; }

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.comment-body ul ul,
.comment-body ul ol,
.comment-body ol ul,
.comment-body ol ol {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 640px) {
    .entry-content ul ul,
    .entry-content ul ol,
    .entry-content ol ul,
    .entry-content ol ol,
    .comment-body ul ul,
    .comment-body ul ol,
    .comment-body ol ul,
    .comment-body ol ol {
      margin-top: 16px;
      margin-bottom: 16px; } }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table,
.wp-block-table table,
.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
  width: 100%;
  border-spacing: 0;
  border-collapse: inherit;
  border-radius: 6px;
  border: 1px solid var(--color-border-main);
  table-layout: fixed;
  overflow: hidden;
  text-align: left;
  margin: 0 0 2em; }
  @media (min-width: 768px) {
    table,
    .wp-block-table table,
    .woocommerce table.shop_table,
    .woocommerce table.shop_attributes {
      margin: 0 0 2.4em; } }
  @media (min-width: 1024px) {
    table,
    .wp-block-table table,
    .woocommerce table.shop_table,
    .woocommerce table.shop_attributes {
      margin: 0 0 2.6em; } }
  table th,
  .wp-block-table table th,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_attributes th {
    color: var(--color-main-text);
    font-weight: 600;
    font-family: var(--h6-font-family);
    font-size: calc(var(--h6-font-size) - 2px);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: var(--color-bg); }
    table th:first-of-type,
    .wp-block-table table th:first-of-type,
    .woocommerce table.shop_table th:first-of-type,
    .woocommerce table.shop_attributes th:first-of-type {
      border-top-left-radius: 6px; }
    table th:last-of-type,
    .wp-block-table table th:last-of-type,
    .woocommerce table.shop_table th:last-of-type,
    .woocommerce table.shop_attributes th:last-of-type {
      border-top-right-radius: 6px; }
  table th,
  table td,
  .wp-block-table table th,
  .wp-block-table table td,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes td {
    border: 0;
    padding: 12px 16px; }
    @media (min-width: 640px) {
      table th,
      table td,
      .wp-block-table table th,
      .wp-block-table table td,
      .woocommerce table.shop_table th,
      .woocommerce table.shop_table td,
      .woocommerce table.shop_attributes th,
      .woocommerce table.shop_attributes td {
        padding: 16px 20px; } }
  table tbody th,
  table tbody td,
  .wp-block-table table tbody th,
  .wp-block-table table tbody td,
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_attributes tbody th,
  .woocommerce table.shop_attributes tbody td {
    border-bottom: 1px solid var(--color-border-main); }
  table tbody tr:last-of-type th,
  table tbody tr:last-of-type td,
  .wp-block-table table tbody tr:last-of-type th,
  .wp-block-table table tbody tr:last-of-type td,
  .woocommerce table.shop_table tbody tr:last-of-type th,
  .woocommerce table.shop_table tbody tr:last-of-type td,
  .woocommerce table.shop_attributes tbody tr:last-of-type th,
  .woocommerce table.shop_attributes tbody tr:last-of-type td {
    border-bottom: 0; }
  table thead + tbody th,
  .wp-block-table table thead + tbody th,
  .woocommerce table.shop_table thead + tbody th,
  .woocommerce table.shop_attributes thead + tbody th {
    font-weight: normal;
    text-transform: inherit;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    letter-spacing: normal; }
  table thead + tbody th,
  table tfoot th,
  .wp-block-table table thead + tbody th,
  .wp-block-table table tfoot th,
  .woocommerce table.shop_table thead + tbody th,
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_attributes thead + tbody th,
  .woocommerce table.shop_attributes tfoot th {
    background-color: transparent; }

a,
.wp-block-freeform.block-library-rich-text__tinymce a {
  color: var(--color-main-text);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  a:hover, a:focus, a:active,
  .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  .wp-block-freeform.block-library-rich-text__tinymce a:focus,
  .wp-block-freeform.block-library-rich-text__tinymce a:active {
    color: var(--color-brand-hover); }
  a:focus,
  .wp-block-freeform.block-library-rich-text__tinymce a:focus {
    outline: thin dotted; }
  a:hover, a:active,
  .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  .wp-block-freeform.block-library-rich-text__tinymce a:active {
    outline: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"],
.borobazar-default-btn,
.wp-block-search .wp-block-search__button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: calc(var(--body-font-size) - 2px);
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 20px;
  border: 0;
  border-radius: 6px;
  background-color: var(--color-brand);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media (min-width: 640px) {
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .borobazar-default-btn,
    .wp-block-search .wp-block-search__button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
      font-size: calc(var(--body-font-size) - 1px);
      padding: 16px 20px; } }
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"],
  .borobazar-default-btn:hover,
  .wp-block-search .wp-block-search__button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover, input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"],
  .borobazar-default-btn:focus,
  .wp-block-search .wp-block-search__button:focus,
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus {
    outline: none;
    color: #ffffff;
    background-color: var(--color-brand-hover); }

.borobazar-outline-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-brand);
  font-size: calc(var(--body-font-size) - 2px);
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 16px;
  border: 1px solid var(--color-brand);
  border-radius: 64px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media (min-width: 640px) {
    .borobazar-outline-btn {
      padding: 14px 20px;
      font-size: calc(var(--body-font-size) - 1px); } }
  .borobazar-outline-btn:hover, .borobazar-outline-btn:focus {
    outline: none;
    color: #ffffff;
    border-color: var(--color-brand-hover);
    background-color: var(--color-brand-hover); }

button {
  cursor: pointer; }

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.7; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.wp-block-search .wp-block-search__input,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
textarea {
  max-width: 100%;
  color: var(--color-main-text);
  min-height: 45px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--color-border-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 640px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    .wp-block-search .wp-block-search__input,
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text,
    textarea {
      min-height: 48px; } }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  input[type="number"]:hover,
  input[type="tel"]:hover,
  input[type="range"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="week"]:hover,
  input[type="time"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="color"]:hover,
  .wp-block-search .wp-block-search__input:hover,
  #add_payment_method table.cart td.actions .coupon .input-text:hover,
  .woocommerce-cart table.cart td.actions .coupon .input-text:hover,
  .woocommerce-checkout table.cart td.actions .coupon .input-text:hover,
  textarea:hover {
    border-color: var(--color-brand); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  .wp-block-search .wp-block-search__input:focus,
  #add_payment_method table.cart td.actions .coupon .input-text:focus,
  .woocommerce-cart table.cart td.actions .coupon .input-text:focus,
  .woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
  textarea:focus {
    outline: none;
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
            box-shadow: 0 0 0 1px var(--color-brand); }
  input[type="text"] + span em,
  input[type="email"] + span em,
  input[type="url"] + span em,
  input[type="password"] + span em,
  input[type="search"] + span em,
  input[type="number"] + span em,
  input[type="tel"] + span em,
  input[type="range"] + span em,
  input[type="date"] + span em,
  input[type="month"] + span em,
  input[type="week"] + span em,
  input[type="time"] + span em,
  input[type="datetime"] + span em,
  input[type="datetime-local"] + span em,
  input[type="color"] + span em,
  .wp-block-search .wp-block-search__input + span em,
  #add_payment_method table.cart td.actions .coupon .input-text + span em,
  .woocommerce-cart table.cart td.actions .coupon .input-text + span em,
  .woocommerce-checkout table.cart td.actions .coupon .input-text + span em,
  textarea + span em {
    font-size: calc(var(--body-font-size) - 1px); }

input[type=number] {
  -moz-appearance: textfield; }

label {
  color: var(--color-main-text);
  margin-bottom: 4px; }

textarea,
.woocommerce form .form-row textarea {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 140px; }
  @media (min-width: 1024px) {
    textarea,
    .woocommerce form .form-row textarea {
      height: 200px; } }
  textarea:focus,
  .woocommerce form .form-row textarea:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
            box-shadow: 0 0 0 1px var(--color-brand); }
  textarea.editor-post-title__input,
  .woocommerce form .form-row textarea.editor-post-title__input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0; }
    textarea.editor-post-title__input:hover,
    .woocommerce form .form-row textarea.editor-post-title__input:hover {
      border-color: #ffffff; }
    textarea.editor-post-title__input:focus,
    .woocommerce form .form-row textarea.editor-post-title__input:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }

select {
  height: 45px;
  max-width: 100%;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 15px;
  padding-right: 28px;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.85018C4.82075 5.85018 4.64155 5.78175 4.50492 5.64518L0.205141 1.34536C-0.0683805 1.07184 -0.0683805 0.628372 0.205141 0.354961C0.478553 0.0815496 0.921933 0.0815496 1.19548 0.354961L4.99997 4.15968L8.80449 0.355094C9.07801 0.0816825 9.52135 0.0816825 9.79474 0.355094C10.0684 0.628505 10.0684 1.07197 9.79474 1.34549L5.49503 5.64531C5.35832 5.78191 5.17913 5.85018 4.99997 5.85018Z' fill='%238C969F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 14px) center;
  border: 1px solid var(--color-border-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 640px) {
    select {
      height: 48px; } }
  select:hover {
    border-color: var(--color-brand); }
  select:focus {
    outline: none;
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
            box-shadow: 0 0 0 1px var(--color-brand); }

.borobazar .select2-container .select2-selection--single,
.borobazar .select2-container .select2-selection--multiple,
.borobazar-woo .select2-container .select2-selection--single,
.borobazar-woo .select2-container .select2-selection--multiple {
  height: 45px;
  text-align: left;
  border-color: var(--color-border-main);
  border-radius: 6px;
  outline: none; }
  @media (min-width: 640px) {
    .borobazar .select2-container .select2-selection--single,
    .borobazar .select2-container .select2-selection--multiple,
    .borobazar-woo .select2-container .select2-selection--single,
    .borobazar-woo .select2-container .select2-selection--multiple {
      height: 48px; } }
  .borobazar .select2-container .select2-selection--single .select2-selection__rendered,
  .borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
  .borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
  .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered {
    color: var(--color-main-text);
    padding-left: 16px;
    padding-right: 32px;
    line-height: 45px; }
    @media (min-width: 640px) {
      .borobazar .select2-container .select2-selection--single .select2-selection__rendered,
      .borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
      .borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
      .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered {
        line-height: 48px; } }
  .borobazar .select2-container .select2-selection--single .select2-selection__arrow,
  .borobazar .select2-container .select2-selection--multiple .select2-selection__arrow,
  .borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow,
  .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow {
    width: 32px;
    height: 100%; }
    .borobazar .select2-container .select2-selection--single .select2-selection__arrow b,
    .borobazar .select2-container .select2-selection--multiple .select2-selection__arrow b,
    .borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow b,
    .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow b {
      left: 41%; }
  .borobazar .select2-container .select2-selection--single .select2-selection__clear,
  .borobazar .select2-container .select2-selection--multiple .select2-selection__clear,
  .borobazar-woo .select2-container .select2-selection--single .select2-selection__clear,
  .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__clear {
    line-height: 2.9; }

.borobazar .select2-container.select2-container--focus .select2-selection--single,
.borobazar .select2-container.select2-container--focus .select2-selection--multiple,
.borobazar-woo .select2-container.select2-container--focus .select2-selection--single,
.borobazar-woo .select2-container.select2-container--focus .select2-selection--multiple {
  border-color: var(--color-brand);
  -webkit-box-shadow: 0 0 0 1px var(--color-brand);
          box-shadow: 0 0 0 1px var(--color-brand); }

.borobazar .select2-container--default .select2-dropdown,
.borobazar-woo .select2-container--default .select2-dropdown {
  border-color: var(--color-border-main); }

.borobazar .select2-container--default .select2-search--dropdown,
.borobazar-woo .select2-container--default .select2-search--dropdown {
  padding: 4px 8px 6px; }
  .borobazar .select2-container--default .select2-search--dropdown .select2-search__field,
  .borobazar-woo .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--color-border-main); }

.borobazar .select2-container--default .select2-results__option,
.borobazar-woo .select2-container--default .select2-results__option {
  color: var(--color-main-text);
  padding: 6px 10px;
  outline: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.borobazar .select2-container--default .select2-results__option[aria-selected=true],
.borobazar .select2-container--default .select2-results__option[data-selected=true],
.borobazar-woo .select2-container--default .select2-results__option[aria-selected=true],
.borobazar-woo .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--color-bg); }

.borobazar .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar .select2-container--default .select2-results__option--highlighted[data-selected],
.borobazar-woo .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar-woo .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #ffffff;
  background-color: var(--color-brand); }

.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered li,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered li {
  line-height: 2;
  margin: 8px 8px 0 0;
  border-color: var(--color-border-main);
  background: var(--color-bg);
  font-size: calc(var(--body-font-size) - 1px); }
  .borobazar .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline,
  .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    margin-top: 0;
    background: transparent; }

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: auto; }

.wpcf7-form p:last-of-type {
  margin-bottom: 0; }

.wpcf7-form-control {
  width: 100%; }
  .wpcf7-form-control.wpcf7-submit {
    width: auto; }

.wpcf7-select {
  width: 100%; }
  .wpcf7-select[multiple="multiple"] {
    height: auto; }

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px; }
  .wpcf7-form-control-wrap[class*='file'] {
    display: block;
    padding: 16px;
    background-color: var(--color-bg);
    border: 1px dashed var(--color-lightest-text);
    border-radius: 6px; }
  .wpcf7-form-control-wrap .wpcf7-range {
    padding: 0; }
    .wpcf7-form-control-wrap .wpcf7-range:focus {
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .wpcf7-form-control-wrap .wpcf7-file:focus-visible {
    outline: none;
    opacity: 0.7; }

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
  border: 0;
  padding: 0;
  padding-top: 2.34em;
  padding-bottom: 2.34em;
  border-top: 1px solid var(--color-border-main);
  border-bottom: 1px solid var(--color-border-main);
  position: relative;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    blockquote,
    .wp-block-quote,
    .wp-block-quote.is-style-large {
      padding-top: 3em;
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    blockquote,
    .wp-block-quote,
    .wp-block-quote.is-style-large {
      margin-bottom: 2.6em; } }
  blockquote::before,
  .wp-block-quote::before,
  .wp-block-quote.is-style-large::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='56' viewBox='0 0 80 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 55.9688C29.0887 55.9688 37.5 47.5575 37.5 37.2187C37.5 32.2748 35.5925 27.6098 32.1291 24.083C28.6733 20.5641 24.0573 18.572 19.1308 18.4736L18.9877 18.47C17.2605 18.418 15.8273 19.7873 15.7823 21.5126C15.7373 23.238 17.0997 24.673 18.825 24.718L18.998 24.7223C25.7538 24.853 31.25 30.4592 31.25 37.2187C31.25 44.1112 25.6425 49.7187 18.75 49.7187C11.8575 49.7187 6.25 44.1112 6.25 37.2187C6.25 28.6097 8.2975 20.6656 12.3361 13.607C15.3544 8.33124 18.4237 5.54452 18.4811 5.49296C19.7683 4.3503 19.8892 2.3803 18.7495 1.08858C18.1319 0.388741 17.2705 0.0310822 16.405 0.0310822C15.6705 0.0312386 14.9328 0.288738 14.3388 0.812958C14.1877 0.946396 10.5972 4.14874 7.06281 10.2403C3.84063 15.7934 0 24.9819 0 37.2187C0 47.5577 8.41125 55.9688 18.75 55.9688Z' fill='%23D8DEE3'/%3E%3Cpath d='M61.25 55.9688C71.5887 55.9688 80 47.5577 80 37.2188C80 32.2748 78.0925 27.6098 74.6291 24.0827C71.1733 20.5637 66.5573 18.5719 61.6308 18.4733L61.4877 18.4697C59.7642 18.4177 58.3272 19.787 58.2823 21.5123C58.2373 23.2377 59.5997 24.6727 61.325 24.7177L61.498 24.722C68.2537 24.853 73.75 30.4592 73.75 37.2188C73.75 44.1112 68.1425 49.7188 61.25 49.7188C54.3575 49.7188 48.75 44.1112 48.75 37.2188C48.75 28.6097 50.7975 20.6656 54.8361 13.6072C57.8544 8.33141 60.9237 5.54469 60.9811 5.49313C62.2684 4.35031 62.3892 2.38047 61.2495 1.08875C60.6319 0.388752 59.7705 0.03125 58.905 0.03125C58.1705 0.03125 57.4328 0.28875 56.8386 0.812965C56.6877 0.946404 53.097 4.14875 49.5627 10.2403C46.3406 15.7934 42.5 24.9817 42.5 37.2188C42.5 47.5577 50.9113 55.9688 61.25 55.9688Z' fill='%23D8DEE3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    width: 60px;
    height: 42px; }
    @media (min-width: 768px) {
      blockquote::before,
      .wp-block-quote::before,
      .wp-block-quote.is-style-large::before {
        width: 80px;
        height: 56px; } }
  blockquote.has-text-align-right,
  .wp-block-quote.has-text-align-right,
  .wp-block-quote.is-style-large.has-text-align-right {
    border-right: 0;
    padding-right: 0; }
    blockquote.has-text-align-right::before,
    .wp-block-quote.has-text-align-right::before,
    .wp-block-quote.is-style-large.has-text-align-right::before {
      left: auto;
      right: 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  blockquote p,
  .wp-block-quote p,
  .wp-block-quote.is-style-large p {
    color: var(--h4-color);
    font-style: inherit;
    font-weight: 500;
    line-height: 1.9;
    margin-bottom: 0.6em;
    position: relative;
    z-index: 1; }
    blockquote p cite,
    .wp-block-quote p cite,
    .wp-block-quote.is-style-large p cite {
      margin-top: 0.6em; }
  blockquote cite,
  .wp-block-quote cite,
  .wp-block-quote.is-style-large cite {
    display: block;
    font-style: italic;
    position: relative;
    z-index: 1; }

blockquote::before,
.wp-block-quote::before {
  top: 14px; }

blockquote p,
.wp-block-quote p {
  font-size: var(--h4-font-size); }

blockquote cite,
.wp-block-quote cite {
  font-size: calc(var(--body-font-size) - 1px); }

blockquote.is-style-large::before,
.wp-block-quote.is-style-large::before {
  top: 18px; }

blockquote.is-style-large p,
.wp-block-quote.is-style-large p {
  font-size: calc(var(--h4-font-size) + 3px); }

blockquote.is-style-large cite,
.wp-block-quote.is-style-large cite {
  font-size: calc(var(--body-font-size) + 1px); }

.wp-block-pullquote {
  padding: 2.6em 0; }
  .wp-block-pullquote blockquote {
    margin: 0;
    border: 0; }
    .wp-block-pullquote blockquote::before {
      top: 22px; }
    .wp-block-pullquote blockquote cite {
      font-size: var(--body-font-size); }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .wp-block-pullquote.is-style-solid-color blockquote p {
      margin-bottom: 0.6em; }
    .wp-block-pullquote.is-style-solid-color blockquote::before {
      top: 24px; }
  .wp-block-pullquote.is-style-solid-color.has-background blockquote::before {
    opacity: 0.6; }

blockquote[cite*="blockquote"]::before {
  top: 23px; }

p q {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  font-weight: 500; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
      margin-left: 0; } }

@media (max-width: 768px) {
  .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 600px) {
  .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 0; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Store Notice
--------------------------------------------- */
.borobazar-store-notice {
  color: var(--color-store-notice-text);
  background-color: var(--color-store-notice-bg); }
  .borobazar-store-notice a:hover,
  .borobazar-store-notice a:focus {
    color: var(--color-store-notice-text); }

/* Navigation
--------------------------------------------- */
/* Main navigation
--------------------------------------------- */
.borobazar-main-navigation {
  width: 100%; }
  .borobazar-main-navigation .borobazar-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .borobazar-main-navigation .borobazar-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .borobazar-main-navigation .borobazar-main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .borobazar-main-navigation .borobazar-main-menu > li {
      margin-right: 25px; }
      .borobazar-main-navigation .borobazar-main-menu > li:last-child {
        margin-right: 0; }
      .borobazar-main-navigation .borobazar-main-menu > li::after {
        content: '';
        width: 0px;
        height: 3px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: var(--color-brand);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .borobazar-main-navigation .borobazar-main-menu > li:hover::after, .borobazar-main-navigation .borobazar-main-menu > li:focus::after, .borobazar-main-navigation .borobazar-main-menu > li.focus::after {
        width: 100%;
        left: 0;
        right: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .borobazar-main-navigation .borobazar-main-menu > li:hover > a, .borobazar-main-navigation .borobazar-main-menu > li:focus > a, .borobazar-main-navigation .borobazar-main-menu > li.focus > a {
        color: var(--color-brand-hover); }
      .borobazar-main-navigation .borobazar-main-menu > li:nth-last-child(-n + 2) > ul {
        left: auto;
        right: 0; }
      .borobazar-main-navigation .borobazar-main-menu > li:nth-last-child(-n + 2) ul ul {
        left: auto;
        right: calc(100% + 1px); }
    .borobazar-main-navigation .borobazar-main-menu ul {
      opacity: 0;
      margin: 0;
      display: block;
      visibility: hidden;
      position: absolute;
      padding: 10px 0;
      width: 260px;
      left: 0;
      top: calc(100% + 1px);
      border-radius: 6px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 10px 50px rgba(54, 67, 86, 0.1);
              box-shadow: 0 10px 50px rgba(54, 67, 86, 0.1);
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 1; }
      .borobazar-main-navigation .borobazar-main-menu ul a {
        width: 100%;
        padding: 10px 20px;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .borobazar-main-navigation .borobazar-main-menu ul li:hover > a, .borobazar-main-navigation .borobazar-main-menu ul li:focus > a, .borobazar-main-navigation .borobazar-main-menu ul li.focus > a {
        background-color: var(--color-bg); }
      .borobazar-main-navigation .borobazar-main-menu ul .menu-drop-down-selector {
        width: 40px;
        position: absolute;
        top: auto;
        bottom: auto;
        right: 0; }
        .borobazar-main-navigation .borobazar-main-menu ul .menu-drop-down-selector svg {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .borobazar-main-navigation .borobazar-main-menu ul .page_item_has_children a,
      .borobazar-main-navigation .borobazar-main-menu ul .menu-item-has-children a {
        padding-right: 40px; }
      .borobazar-main-navigation .borobazar-main-menu ul ul {
        top: 0;
        opacity: 0;
        visibility: hidden;
        left: calc(100% + 1px); }
  .borobazar-main-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .borobazar-main-navigation li:hover > ul,
    .borobazar-main-navigation li:focus > ul,
    .borobazar-main-navigation li.focus > ul {
      opacity: 1;
      visibility: visible; }
  .borobazar-main-navigation .menu-drop-down-selector {
    color: var(--color-lightest-text);
    width: 26px;
    height: 26px;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .borobazar-main-navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--color-main-text);
    line-height: 1.6;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .borobazar-main-navigation .current_page_item > a,
  .borobazar-main-navigation .current-menu-item > a,
  .borobazar-main-navigation .current_page_ancestor > a,
  .borobazar-main-navigation .current-menu-ancestor > a {
    color: var(--color-brand-hover);
    text-shadow: 0 0 rgba(0, 0, 0, 0.4); }

/* Drawer Navigation
--------------------------------------------- */
.borobazar-drawer-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--color-main-text);
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (min-width: 640px) {
    .borobazar-drawer-menu a {
      padding: 16px; } }

.borobazar-drawer-menu .current_page_item > a,
.borobazar-drawer-menu .current-menu-item > a,
.borobazar-drawer-menu .current_page_ancestor > a,
.borobazar-drawer-menu .current-menu-ancestor > a {
  color: var(--color-brand-hover);
  text-shadow: 0 0 rgba(0, 0, 0, 0.4); }

.borobazar-drawer-menu .current_page_item > a,
.borobazar-drawer-menu .current-menu-item > a {
  background-color: #ffffff; }

.borobazar-drawer-menu ul {
  display: none;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .borobazar-drawer-menu ul a {
    color: var(--color-dark-text);
    padding-left: 24px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .borobazar-drawer-menu ul a:hover, .borobazar-drawer-menu ul a:focus {
      color: var(--color-main-text); }
    .borobazar-drawer-menu ul a::before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 2px;
      margin-right: 12px;
      background-color: var(--color-border-light); }
  .borobazar-drawer-menu ul li > ul {
    padding-left: 24px; }

.borobazar-drawer-menu li {
  position: relative; }
  .borobazar-drawer-menu li:hover > ul,
  .borobazar-drawer-menu li:focus > ul,
  .borobazar-drawer-menu li.focus > ul {
    opacity: 1;
    visibility: visible; }

.borobazar-drawer-menu .menu-drop-down-selector {
  color: var(--color-lightest-text);
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  @media (min-width: 640px) {
    .borobazar-drawer-menu .menu-drop-down-selector {
      top: 7px; } }
  .borobazar-drawer-menu .menu-drop-down-selector:hover, .borobazar-drawer-menu .menu-drop-down-selector:focus {
    color: var(--color-main-text); }
  .borobazar-drawer-menu .menu-drop-down-selector svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .borobazar-drawer-menu .menu-drop-down-selector.children-active svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15); }
  @media (min-width: 640px) {
    .borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
      -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
              box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25); } }

.borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
  margin-top: 0.67rem;
  margin-bottom: 0.67rem; }
  @media (min-width: 640px) {
    .borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
      margin-top: 0.88rem;
      margin-bottom: 0.88rem; } }

/* Posts Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
# style for comment, posts and post navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation {
  clear: both;
  margin: 2.6em 0;
  padding-top: 24px;
  border-top: 1px solid var(--color-border-main); }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .comment-navigation .nav-links a,
    .posts-navigation .nav-links a {
      color: var(--color-main-text);
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .comment-navigation .nav-links a:hover, .comment-navigation .nav-links a:focus,
      .posts-navigation .nav-links a:hover,
      .posts-navigation .nav-links a:focus {
        color: var(--color-lightest-text); }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
    .comment-navigation .nav-previous svg,
    .posts-navigation .nav-previous svg {
      margin-right: 8px; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
    .comment-navigation .nav-next svg,
    .posts-navigation .nav-next svg {
      margin-left: 8px; }

.post-navigation .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0; }

.post-navigation .nav-text span {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.post-navigation h6 {
  display: initial;
  padding-bottom: 1px;
  margin-bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s ease-out;
  -o-transition: background-size .3s ease-out;
  transition: background-size .3s ease-out;
  color: currentColor;
  word-break: break-word; }

.post-navigation a:hover .nav-text span, .post-navigation:focus .nav-text span {
  color: var(--color-main-text); }

.post-navigation a:hover h6, .post-navigation:focus h6 {
  background-size: 100% 1px; }

/* Berlin Navigation
--------------------------------------------- */
.borobazar-header-topbar {
  background-color: var(--topbar-bg); }
  .borobazar-header-topbar .borobazar-join-us-btn {
    color: var(--topbar-content); }
    .borobazar-header-topbar .borobazar-join-us-btn span {
      color: var(--topbar-content); }
  .borobazar-header-topbar .borobazar-mini-cart-fragment {
    color: var(--topbar-content); }
    .borobazar-header-topbar .borobazar-mini-cart-fragment span {
      color: var(--topbar-content); }
      .borobazar-header-topbar .borobazar-mini-cart-fragment span span {
        color: var(--topbar-counter);
        background-color: var(--topbar-counter-bg); }
  .borobazar-header-topbar-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .borobazar-header-topbar-search .borobazar-global-search-container .borobazar-global-search-overlay {
      visibility: hidden;
      z-index: 11; }
    .borobazar-header-topbar-search .borobazar-global-search-container.is-searching .borobazar-header-search-field {
      z-index: 12; }
    .borobazar-header-topbar-search .borobazar-global-search-container.is-searching .borobazar-global-search-overlay {
      opacity: 1;
      visibility: visible; }
    .borobazar-header-topbar-search .borobazar-header-search-handler {
      display: none; }
    .borobazar-header-topbar-search .borobazar-header-search {
      display: block; }
    .borobazar-header-topbar-search .borobazar-header-search-field {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
      .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input {
        color: var(--topbar-search); }
        .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-webkit-input-placeholder {
          color: var(--topbar-search); }
        .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-moz-placeholder {
          color: var(--topbar-search); }
        .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input:-ms-input-placeholder {
          color: var(--topbar-search); }
        .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-ms-input-placeholder {
          color: var(--topbar-search); }
        .borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::placeholder {
          color: var(--topbar-search); }
    .borobazar-header-topbar-search .borobazar-global-search-results {
      z-index: 100; }

.borobazar-on-scroll .borobazar-header-topbar-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.header-berlin .site-description {
  display: none; }

@media (min-width: 1280px) {
  .header-berlin .site-branding {
    width: 0;
    margin-right: 0; }
  .header-berlin .site-branding,
  .header-berlin .borobazar-join-us-btn,
  .header-berlin .borobazar-header-search-handler,
  .header-berlin .borobazar-mini-cart-drawer .borobazar-drawer-handler {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .header-berlin .borobazar-main-navigation {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .header-berlin.header-on-float .site-branding {
    width: auto;
    margin-right: 2.5rem; }
  .header-berlin.header-on-float .site-branding,
  .header-berlin.header-on-float .borobazar-join-us-btn,
  .header-berlin.header-on-float .borobazar-header-search-handler,
  .header-berlin.header-on-float .borobazar-mini-cart-drawer .borobazar-drawer-handler {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .header-berlin:not(.header-on-float) .borobazar-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-berlin:not(.header-on-float) .borobazar-header-search.search-is-open {
    display: none; } }

/* Bogota Navigation
--------------------------------------------- */
.header-bogota .inner-sticky::after, .header-bogota .inner-sticky::before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: -1; }

.header-bogota .inner-sticky::before {
  opacity: 1;
  height: calc(100% + 40px);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(white, rgba(255, 255, 255, 0));
  background: linear-gradient(white, rgba(255, 255, 255, 0)); }

.header-bogota.header-on-float .inner-sticky {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal; }
  .header-bogota.header-on-float .inner-sticky::after {
    opacity: 1;
    height: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
  .header-bogota.header-on-float .inner-sticky::before {
    content: none; }

.header-bogota + .borobazar-page-banner {
  padding-top: 120px; }
  @media (min-width: 768px) {
    .header-bogota + .borobazar-page-banner {
      padding-top: 150px; } }

.header-bogota + .site-wrapper {
  margin-top: 70px; }
  @media (min-width: 768px) {
    .header-bogota + .site-wrapper {
      margin-top: 80px; } }

/* Denver Navigation
--------------------------------------------- */
.header-denver .borobazar-drawer-navigation {
  margin-left: 0;
  margin-right: 1.5rem; }
  @media (min-width: 640px) {
    .header-denver .borobazar-drawer-navigation {
      margin-right: 2rem; }
      .header-denver .borobazar-drawer-navigation .borobazar-join-us-btn {
        display: none; }
  .header-denver .borobazar-join-us-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1025px) {
  .header-denver .borobazar-drawer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-denver .borobazar-header-search-handler {
    display: none !important; }
  .header-denver .borobazar-header-search-field {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .header-denver .borobazar-global-search-container .borobazar-global-search-overlay {
    visibility: hidden; }
  .header-denver .borobazar-global-search-container.is-searching .borobazar-global-search-overlay {
    opacity: 1;
    visibility: visible; }
  .header-denver .borobazar-mini-cart-drawer-handler .hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header-denver .borobazar-join-us-btn .hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header-denver .borobazar-header-search {
    display: block; } }

@media (min-width: 1280px) {
  .header-denver .borobazar-header-search {
    max-width: 600px; } }

@media (min-width: 1400px) {
  .header-denver .borobazar-header-search {
    max-width: 700px; } }

@media (min-width: 1500px) {
  .header-denver .borobazar-header-search {
    max-width: 800px; } }

.header-denver .borobazar-header-search input[type="text"] {
  border-color: var(--color-brand);
  -webkit-box-shadow: 0 0 0 1px var(--color-brand);
          box-shadow: 0 0 0 1px var(--color-brand); }

@media (max-width: 1024px) {
  .borobazar-bottom-nav-is-active .header-denver .borobazar-drawer-navigation {
    margin: 0; }
  .header-denver .borobazar-join-us-btn {
    display: none !important; } }

/* Bottom Navigation
--------------------------------------------- */
.borobazar-bottom-nav-is-active .site-branding .borobazar-header-search-handler {
  display: none; }

.borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
  display: none; }
  @media (max-width: 1024px) {
    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-mobile-back-navigator,
  .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
    opacity: 0;
    visibility: hidden; }
  .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-header .borobazar-header-search-handler {
    display: none; }
  .borobazar-bottom-nav-is-active.borobazar-banner-search-not-visible .site-branding .borobazar-mobile-back-navigator,
  .borobazar-bottom-nav-is-active.borobazar-banner-search-not-visible .site-branding .borobazar-header-search-handler {
    opacity: 1;
    visibility: visible; }
  .borobazar-bottom-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--color-bottom-nav-bg); }
    .borobazar-bottom-navigation .borobazar-header-search-handler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .borobazar-bottom-navigation a,
    .borobazar-bottom-navigation button {
      color: var(--color-bottom-nav-icon); }
  .borobazar-bottom-nav-is-active .site-header .site-branding {
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .borobazar-bottom-nav-is-active .site-header .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active .site-header .site-branding .borobazar-header-search-handler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .borobazar-bottom-nav-is-active .site-header .borobazar-drawer-handler,
  .borobazar-bottom-nav-is-active .site-header .borobazar-header-search-handler {
    display: none; }
  .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding {
    width: auto;
    padding-right: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding .borobazar-header-search-handler {
      display: none; }
  .borobazar-bottom-nav-is-active.home .site-header .site-branding {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .borobazar-bottom-nav-is-active.borobazar-global-search-disable .site-header .site-branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .borobazar-bottom-nav-is-active.borobazar-global-search-disable .borobazar-drawer-header .site-branding {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; } }

/*--------------------------------------------------------------
# header style when banner search visible
--------------------------------------------------------------*/
.borobazar-banner-search-visible .borobazar-header-topbar .borobazar-header-search,
.borobazar-banner-search-visible .site-header .borobazar-header-search-handler {
  display: none; }

@media (min-width: 1024px) {
  .borobazar-banner-search-visible .borobazar-header-search-handler,
  .borobazar-banner-search-visible .borobazar-mini-cart-on-desktop {
    margin-left: auto; }
  .borobazar-banner-search-visible .header-denver .borobazar-header-search {
    display: none; } }

.borobazar-banner-search-not-visible .borobazar-header-topbar .borobazar-header-search-handler {
  display: none; }

.borobazar-banner-search-not-visible .borobazar-header-topbar .borobazar-header-search,
.borobazar-banner-search-not-visible .site-header .borobazar-header-search-handler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.borobazar-banner-search-not-visible.header-search-is-open .borobazar-header-search-handler {
  display: none; }

@media (min-width: 1024px) {
  .borobazar-banner-search-not-visible .borobazar-header-search-handler,
  .borobazar-banner-search-not-visible .borobazar-mini-cart-on-desktop {
    margin-left: initial; }
  .borobazar-banner-search-not-visible .header-denver .borobazar-header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.borobazar-banner-search-is-visible .borobazar-header-topbar .borobazar-header-search-handler {
  display: none; }

.borobazar-banner-search-is-visible.header-search-is-open .borobazar-header-search {
  display: none; }

.borobazar-banner-search-is-visible.header-search-is-open .borobazar-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*--------------------------------------------------------------
# styles for logged-in mode
--------------------------------------------------------------*/
@media (max-width: 782px) {
  .admin-bar .site-header.sticky {
    top: 46px;
    -webkit-transition: top 0.6s ease-out;
    -o-transition: top 0.6s ease-out;
    transition: top 0.6s ease-out; } }

@media (max-width: 600px) {
  .admin-bar .site-header.sticky.header-on-float {
    top: 0;
    -webkit-transition: top 0.6s ease-out;
    -o-transition: top 0.6s ease-out;
    transition: top 0.6s ease-out; } }

.admin-bar .borobazar-drawer-content,
.admin-bar .redq-quick-view-modal-blocker {
  top: 32px;
  height: calc(100% - 32px); }
  @media (max-width: 782px) {
    .admin-bar .borobazar-drawer-content,
    .admin-bar .redq-quick-view-modal-blocker {
      top: 46px;
      height: calc(100% - 46px); } }

@media (min-width: 640px) {
  .admin-bar .redq-quick-view-modal-blocker .modal {
    margin-top: 10px; } }

@media (max-width: 600px) {
  .admin-bar.borobazar-on-scroll .pswp,
  .admin-bar.borobazar-on-scroll .borobazar-drawer-content,
  .admin-bar.borobazar-on-scroll .redq-quick-view-modal-blocker {
    top: 0;
    height: 100%; } }

/* Search
--------------------------------------------- */
.borobazar-header-search input[type="text"] {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media (min-width: 768px) {
    .borobazar-header-search input[type="text"] {
      min-height: 52px; } }

.borobazar-header-search .borobazar-header-search-field .borobazar-header-search-clear {
  display: none; }

.borobazar-header-search.has-value .borobazar-header-search-field .borobazar-header-search-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.borobazar-header-search .borobazar-more-result {
  -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1); }

.borobazar-product-search-card-price del {
  color: var(--color-lightest-text);
  font-size: 13px; }

.borobazar-product-search-card-price ins {
  border: 0;
  padding: 0;
  background-color: transparent; }

/* Loader
--------------------------------------------- */
.borobazar-loader {
  width: 70px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .borobazar-loader.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .borobazar-loader span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: var(--color-brand);
    border-radius: 100%;
    -webkit-animation: anim-pulse 1s infinite ease-in-out both;
            animation: anim-pulse 1s infinite ease-in-out both; }
    .borobazar-loader span.dot-2 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .borobazar-loader span.dot-3 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }

.borobazar-site-loader {
  z-index: 99999; }
  .borobazar-site-loader .circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite; }
  .borobazar-site-loader .path {
    stroke-linecap: round;
    stroke-dashoffset: 0;
    stroke-dasharray: 1, 200;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; }

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%, 0% {
    stroke: var(--color-brand-hover); }
  40% {
    stroke: var(--color-brand); }
  66% {
    stroke: var(--color-brand-hover); }
  80%, 90% {
    stroke: var(--color-brand); } }

@keyframes color {
  100%, 0% {
    stroke: var(--color-brand-hover); }
  40% {
    stroke: var(--color-brand); }
  66% {
    stroke: var(--color-brand-hover); }
  80%, 90% {
    stroke: var(--color-brand); } }

@-webkit-keyframes contentLoading {
  0% {
    background-color: #f1f6f9; }
  50% {
    background-color: #e6e6e6; }
  100% {
    background-color: #f1f6f9; } }

@keyframes contentLoading {
  0% {
    background-color: #f1f6f9; }
  50% {
    background-color: #e6e6e6; }
  100% {
    background-color: #f1f6f9; } }

.borobazar-image-fade-in {
  background-color: #f1f6f9;
  position: relative; }
  .borobazar-image-fade-in.absolute {
    position: absolute; }
  .borobazar-image-fade-in.without-image-loader {
    background-color: transparent; }
    .borobazar-image-fade-in.without-image-loader.bg-white {
      background-color: #ffffff; }
    .borobazar-image-fade-in.without-image-loader::before {
      content: none; }
  .borobazar-image-fade-in::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: contentLoading 2s linear infinite;
            animation: contentLoading 2s linear infinite; }

/* Posts and pages
--------------------------------------------- */
/* Page banner
--------------------------------------------- */
.borobazar-page-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 54px 16px;
  background-color: #E7F2F0; }
  @media (min-width: 1024px) {
    .borobazar-page-banner {
      padding: 64px 16px;
      min-height: 260px; } }
  @media (min-width: 1400px) {
    .borobazar-page-banner {
      padding: 80px 16px; } }
  .borobazar-page-banner-content {
    color: var(--banner-text-color);
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .borobazar-page-banner-subtitle {
    display: block;
    color: var(--color-brand);
    font-size: calc(var(--special-font-size) - 10px);
    font-family: var(--special-font-family);
    font-weight: var(--special-font-weight);
    font-style: var(--special-font-style);
    line-height: var(--special-line-height);
    text-transform: capitalize;
    margin-bottom: 8px; }
    @media (min-width: 640px) {
      .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 8px); } }
    @media (min-width: 768px) {
      .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 6px);
        margin-bottom: 10px; } }
    @media (min-width: 1280px) {
      .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 5px); } }
    @media (min-width: 1400px) {
      .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 4px); } }
    @media (min-width: 1500px) {
      .borobazar-page-banner-subtitle {
        font-size: var(--special-font-size); } }
  .borobazar-page-banner h1 {
    color: currentColor;
    line-height: 1.4;
    margin: 0;
    word-break: break-word; }
  .borobazar-page-banner .borobazar-breadcrumb {
    margin-top: 14px; }
    @media (min-width: 640px) {
      .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 18px; } }
    @media (min-width: 768px) {
      .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 20px; } }
    @media (min-width: 1500px) {
      .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 24px; } }
    .borobazar-page-banner .borobazar-breadcrumb a {
      color: currentColor;
      text-decoration: none;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .borobazar-page-banner .borobazar-breadcrumb a:hover, .borobazar-page-banner .borobazar-breadcrumb a:focus {
        opacity: 1; }
    .borobazar-page-banner .borobazar-breadcrumb a,
    .borobazar-page-banner .borobazar-breadcrumb svg {
      opacity: 0.7; }
    .borobazar-page-banner .borobazar-breadcrumb-home-icon svg {
      margin-top: -1px; }
    .borobazar-page-banner .borobazar-breadcrumb span:last-child {
      word-break: break-word; }

/* Blog posts
--------------------------------------------- */
/*--------------------------------------------------------------
# Blog index,archive & search result post style
--------------------------------------------------------------*/
body:not(.single):not(.page) article[class*='post-'] .entry-title a {
  display: initial;
  padding-bottom: 2px;
  margin-bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
  color: currentColor; }
  body:not(.single):not(.page) article[class*='post-'] .entry-title a:hover, body:not(.single):not(.page) article[class*='post-'] .entry-title a:focus {
    background-size: 100% 1px; }

body:not(.single):not(.page) article[class*='post-'] .entry-meta {
  margin-bottom: -10px; }
  body:not(.single):not(.page) article[class*='post-'] .entry-meta .categories,
  body:not(.single):not(.page) article[class*='post-'] .entry-meta .date {
    margin-bottom: 10px; }

body:not(.single):not(.page) article[class*='post-'] .entry-content {
  margin: 1.1em 0 0; }
  @media (min-width: 640px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
      margin: 1.3em 0 0; } }
  @media (min-width: 768px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
      margin: 1.6em 0 0; } }
  @media (min-width: 1400px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
      margin: 1.65em 0 0; } }
  body:not(.single):not(.page) article[class*='post-'] .entry-content-search {
    margin: 0; }
    body:not(.single):not(.page) article[class*='post-'] .entry-content-search p {
      margin: 1.1em 0 0; }

body:not(.single):not(.page) article[class*='post-'] .entry-footer .borobazar-outline-btn {
  font-size: calc(var(--body-font-size) - 2px);
  line-height: 1.25; }

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item {
  min-height: 160px; }
  @media (min-width: 640px) {
    body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item {
      min-height: 220px; } }
  body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #000000), color-stop(40%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #000000 4%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(0deg, #000000 4%, rgba(255, 255, 255, 0) 40%);
    opacity: 0.5; }

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-prev,
body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-next {
  display: none; }

body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 24px; }
  body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.9); }
    body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: white; }

body:not(.single):not(.page) article.post.format-status svg, body:not(.single):not(.page) article.post.format-link svg, body:not(.single):not(.page) article.post.format-quote svg, body:not(.single):not(.page) article.post.format-chat svg {
  z-index: -1; }

body:not(.single):not(.page) article.post.format-status svg, body:not(.single):not(.page) article.post.format-link svg, body:not(.single):not(.page) article.post.format-chat svg {
  width: 50px;
  height: auto; }
  @media (min-width: 640px) {
    body:not(.single):not(.page) article.post.format-status svg, body:not(.single):not(.page) article.post.format-link svg, body:not(.single):not(.page) article.post.format-chat svg {
      width: auto; } }

body:not(.single):not(.page) article.post.format-quote svg {
  width: 58px;
  height: auto; }
  @media (min-width: 640px) {
    body:not(.single):not(.page) article.post.format-quote svg {
      width: auto; } }

body:not(.single):not(.page) article.post.format-link .entry-title a {
  background-size: 100% 1px; }
  body:not(.single):not(.page) article.post.format-link .entry-title a:hover, body:not(.single):not(.page) article.post.format-link .entry-title a:focus {
    background-size: 0 1px; }

/* Search posts
--------------------------------------------- */
.search-results article[class*='post-'] .entry-media {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%; }
  @media (min-width: 640px) {
    .search-results article[class*='post-'] .entry-media {
      -ms-flex-preferred-size: 520px;
          flex-basis: 520px;
      max-width: 45%; }
  .search-results article[class*='post-'] .post-thumbnail {
    width: 100%; }
    .search-results article[class*='post-'] .post-thumbnail img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      max-height: 380px; } }

.search-results article[class*='post-'] .entry-post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/* Post single
--------------------------------------------- */
/*--------------------------------------------------------------
# Blog post single style
--------------------------------------------------------------*/
.single-post .entry-content {
  margin: 1.6em 0 0; }
  @media (min-width: 640px) {
    .single-post .entry-content {
      margin: 1.85em 0 0; } }
  .single-post .entry-content iframe[src*='video'],
  .single-post .entry-content iframe[src*='youtube'] {
    height: auto !important;
    aspect-ratio: 4 / 2.25; }

.single-post .entry-post-tags,
.single-post .entry-post-categories {
  clear: both;
  margin-top: 1.5em; }
  @media (min-width: 640px) {
    .single-post .entry-post-tags,
    .single-post .entry-post-categories {
      margin-top: 2em; } }
  .single-post .entry-post-tags a,
  .single-post .entry-post-categories a {
    display: initial;
    color: var(--color-brand);
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size 0.2s ease-out;
    -o-transition: background-size 0.2s ease-out;
    transition: background-size 0.2s ease-out; }
    .single-post .entry-post-tags a:hover, .single-post .entry-post-tags a:focus,
    .single-post .entry-post-categories a:hover,
    .single-post .entry-post-categories a:focus {
      color: var(--color-brand-hover);
      background-size: 0 1px; }

/*----------------------------------------------
# Common styles for posts & pages
----------------------------------------------*/
.sticky {
  display: block; }
  .sticky.post {
    padding: 16px 20px 26px;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06); }
    @media (min-width: 640px) {
      .sticky.post {
        padding: 21px 24px 30px; } }

.tags a::after,
.categories a::after {
  content: ','; }

.tags a:last-child::after,
.categories a:last-child::after {
  content: none; }

.updated:not(.published) {
  display: none; }

.page-content p:first-child,
.entry-content p:first-child {
  margin-top: 0; }

.page-content p:only-child,
.entry-content p:only-child {
  margin: 0; }

.page-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
.page-content > form,
.page-content > figure,
.page-content > pre,
.page-content .wp-block-group,
.entry-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
.entry-content > form,
.entry-content > figure,
.entry-content > pre,
.entry-content .wp-block-group {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .page-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .page-content > form,
    .page-content > figure,
    .page-content > pre,
    .page-content .wp-block-group,
    .entry-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .entry-content > form,
    .entry-content > figure,
    .entry-content > pre,
    .entry-content .wp-block-group {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .page-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .page-content > form,
    .page-content > figure,
    .page-content > pre,
    .page-content .wp-block-group,
    .entry-content > div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .entry-content > form,
    .entry-content > figure,
    .entry-content > pre,
    .entry-content .wp-block-group {
      margin-bottom: 2.6em; } }

.page-content div[data-type*='borobazar'] .wp-block, .page-content div[data-type*='gridster'] .wp-block,
.entry-content div[data-type*='borobazar'] .wp-block,
.entry-content div[data-type*='gridster'] .wp-block {
  margin-top: 0;
  margin-bottom: 0; }

.page-content p:last-child,
.entry-content p:last-child {
  clear: both; }
  .page-content p:last-child .alignleft,
  .page-content p:last-child .alignright,
  .entry-content p:last-child .alignleft,
  .entry-content p:last-child .alignright {
    margin-top: 2em; }
    @media (min-width: 768px) {
      .page-content p:last-child .alignleft,
      .page-content p:last-child .alignright,
      .entry-content p:last-child .alignleft,
      .entry-content p:last-child .alignright {
        margin-top: 2.4em; } }
    @media (min-width: 1024px) {
      .page-content p:last-child .alignleft,
      .page-content p:last-child .alignright,
      .entry-content p:last-child .alignleft,
      .entry-content p:last-child .alignright {
        margin-top: 2.6em; } }

.page-content .alignleft + p:last-child,
.page-content .alignright + p:last-child,
.page-content .aligncenter + p:last-child,
.page-content .alignfull + p:last-child,
.page-content .alignwide + p:last-child,
.entry-content .alignleft + p:last-child,
.entry-content .alignright + p:last-child,
.entry-content .aligncenter + p:last-child,
.entry-content .alignfull + p:last-child,
.entry-content .alignwide + p:last-child {
  clear: none; }

.page-content .mejs-container.wp-audio-shortcode,
.entry-content .mejs-container.wp-audio-shortcode {
  overflow: hidden; }

.page-content .has-background-dim,
.page-content .has-background-dim p,
.page-content .has-background-dim .wp-block-cover-text,
.entry-content .has-background-dim,
.entry-content .has-background-dim p,
.entry-content .has-background-dim .wp-block-cover-text {
  color: #ffffff; }
  .page-content .has-background-dim a,
  .page-content .has-background-dim strong,
  .page-content .has-background-dim p a,
  .page-content .has-background-dim p strong,
  .page-content .has-background-dim .wp-block-cover-text a,
  .page-content .has-background-dim .wp-block-cover-text strong,
  .entry-content .has-background-dim a,
  .entry-content .has-background-dim strong,
  .entry-content .has-background-dim p a,
  .entry-content .has-background-dim p strong,
  .entry-content .has-background-dim .wp-block-cover-text a,
  .entry-content .has-background-dim .wp-block-cover-text strong {
    color: currentColor; }
  .page-content .has-background-dim a,
  .page-content .has-background-dim p a,
  .page-content .has-background-dim .wp-block-cover-text a,
  .entry-content .has-background-dim a,
  .entry-content .has-background-dim p a,
  .entry-content .has-background-dim .wp-block-cover-text a {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .page-content .has-background-dim a:hover, .page-content .has-background-dim a:focus,
    .page-content .has-background-dim p a:hover,
    .page-content .has-background-dim p a:focus,
    .page-content .has-background-dim .wp-block-cover-text a:hover,
    .page-content .has-background-dim .wp-block-cover-text a:focus,
    .entry-content .has-background-dim a:hover,
    .entry-content .has-background-dim a:focus,
    .entry-content .has-background-dim p a:hover,
    .entry-content .has-background-dim p a:focus,
    .entry-content .has-background-dim .wp-block-cover-text a:hover,
    .entry-content .has-background-dim .wp-block-cover-text a:focus {
      opacity: 0.9;
      text-decoration: none; }

.page-content .wp-block-gallery figcaption,
.entry-content .wp-block-gallery figcaption {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.page-content .wp-block-button__link,
.entry-content .wp-block-button__link {
  background-color: var(--color-brand);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .page-content .wp-block-button__link:hover, .page-content .wp-block-button__link:focus,
  .entry-content .wp-block-button__link:hover,
  .entry-content .wp-block-button__link:focus {
    background-color: var(--color-brand-hover); }

.page-content .wp-block-button.is-style-squared .wp-block-button__link,
.entry-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.page-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-brand);
  background-color: transparent; }
  .page-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .page-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
    color: #ffffff;
    background-color: var(--color-brand-hover); }

.page-content .wp-block-image,
.entry-content .wp-block-image {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .page-content .wp-block-image,
    .entry-content .wp-block-image {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .page-content .wp-block-image,
    .entry-content .wp-block-image {
      margin-bottom: 2.6em; } }
  .page-content .wp-block-image.is-style-default img,
  .entry-content .wp-block-image.is-style-default img {
    border-radius: inherit; }
  .page-content .wp-block-image figcaption,
  .entry-content .wp-block-image figcaption {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px); }
    @media (min-width: 768px) {
      .page-content .wp-block-image figcaption,
      .entry-content .wp-block-image figcaption {
        font-size: calc(var(--body-font-size) - 1px); } }

.page-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file .wp-block-file__button {
  background: var(--color-brand); }

.page-content .wp-block-table table,
.entry-content .wp-block-table table {
  margin-bottom: 0; }

.page-content .wp-block-table.is-style-stripes,
.entry-content .wp-block-table.is-style-stripes {
  border: 0; }
  .page-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
  .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-bg); }

@media (max-width: 599px) {
  .page-content .wp-block-columns .wp-block-column,
  .entry-content .wp-block-columns .wp-block-column {
    margin-top: 1.2em;
    margin-bottom: 1.2em; }
    .page-content .wp-block-columns .wp-block-column:first-child,
    .entry-content .wp-block-columns .wp-block-column:first-child {
      margin-top: 0; }
    .page-content .wp-block-columns .wp-block-column:last-child,
    .entry-content .wp-block-columns .wp-block-column:last-child {
      margin-bottom: 0; }
    .page-content .wp-block-columns .wp-block-column > *:only-child, .page-content .wp-block-columns .wp-block-column > *:last-child,
    .entry-content .wp-block-columns .wp-block-column > *:only-child,
    .entry-content .wp-block-columns .wp-block-column > *:last-child {
      margin-bottom: 0; }
  .page-content .post-password-form p,
  .entry-content .post-password-form p {
    display: grid; }
    .page-content .post-password-form p label,
    .entry-content .post-password-form p label {
      display: grid; }
      .page-content .post-password-form p label input,
      .entry-content .post-password-form p label input {
        margin-top: 12px; }
      .page-content .post-password-form p label + input[type='submit'],
      .entry-content .post-password-form p label + input[type='submit'] {
        margin-top: 8px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.page-content .wp-block-cover.has-left-content,
.entry-content .wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.page-content .wp-block-cover.has-right-content,
.entry-content .wp-block-cover.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.page-content .wp-block-cover-image .wp-block-cover-image-text,
.page-content .wp-block-cover .wp-block-cover-text,
.page-content section.wp-block-cover-image > h2,
.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content section.wp-block-cover-image > h2 {
  font-size: var(--h2-font-size);
  line-height: 1.8; }

.page-links {
  clear: both;
  margin: 0 0 2em; }
  @media (min-width: 768px) {
    .page-links {
      margin: 0 0 2.4em; } }
  @media (min-width: 1024px) {
    .page-links {
      margin: 0 0 2.6em; } }
  .page-links a {
    text-decoration: none; }
  .page-links .post-page-numbers {
    font-weight: 500;
    padding: 8px 14px;
    margin-left: 2px;
    border-radius: 6px;
    background-color: var(--color-bg);
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .page-links .post-page-numbers:hover, .page-links .post-page-numbers:focus, .page-links .post-page-numbers.current {
      color: #ffffff;
      background-color: var(--color-brand); }

.admin-bar.page .entry-footer, .admin-bar.single .entry-footer {
  clear: both;
  margin: 2.6em 0; }

/* Comments
--------------------------------------------- */
/*--------------------------------------------------------------
# Post comments style
--------------------------------------------------------------*/
#comments {
  clear: both;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid var(--color-border-lighter); }
  @media (min-width: 640px) {
    #comments {
      padding-top: 4em;
      margin-top: 4em; } }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-list {
  list-style: none;
  padding-left: 0; }
  .comment-list + .no-comments {
    margin: 0;
    color: #7F1D1D;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #FCA5A5;
    background-color: #FEF2F2; }
  .comment-list .children {
    list-style: none;
    padding-left: 24px; }
    @media (min-width: 1280px) {
      .comment-list .children {
        padding-left: 48px; } }

.comment-card .comment-avatar {
  width: 54px; }
  @media (min-width: 1280px) {
    .comment-card .comment-avatar {
      width: 70px; } }
  .comment-card .comment-avatar img {
    border-radius: 50%; }
  .comment-card .comment-avatar + .comment-content {
    width: calc(100% - 54px);
    padding-left: 20px; }
    @media (min-width: 1280px) {
      .comment-card .comment-avatar + .comment-content {
        width: calc(100% - 70px); } }

.comment-card .comment-content {
  width: 100%; }
  .comment-card .comment-content .comment-body p {
    margin-bottom: 1.5em; }
    .comment-card .comment-content .comment-body p:first-child {
      margin-top: 0; }
    .comment-card .comment-content .comment-body p:only-child {
      margin: 0; }
    .comment-card .comment-content .comment-body p:last-child {
      margin-bottom: 0; }

.comment-card .comment-footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color-brand);
  font-size: calc(var(--body-font-size) - 2px);
  font-weight: 500;
  margin-top: 17px; }
  .comment-card .comment-footer a:hover, .comment-card .comment-footer a:focus {
    color: var(--color-brand-hover); }

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 40px;
  position: relative; }
  .comment-reply-title > a {
    font-weight: 400;
    text-decoration: none; }
    .comment-reply-title > a::before {
      content: "("; }
    .comment-reply-title > a::after {
      content: ")"; }

#cancel-comment-reply-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 2px;
  font-size: 0;
  text-indent: 100px;
  border-radius: 50%;
  border: 1px solid #FCA5A5;
  background-color: #FEE2E2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 1px;
  right: 0; }
  #cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus {
    opacity: 0.8;
    background-color: transparent; }
  @media (min-width: 640px) {
    #cancel-comment-reply-link {
      top: calc(50% - 14px); } }

.comment-form {
  display: grid;
  gap: 24px 16px; }
  @media (min-width: 768px) {
    .comment-form {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .comment-form p {
    display: grid;
    gap: 8px;
    margin: 0; }
    .comment-form p label {
      margin-bottom: 0; }
    .comment-form p input {
      width: 100%; }
      .comment-form p input.submit {
        width: auto; }
  .comment-form .logged-in-as {
    display: block;
    margin-bottom: 0.5em; }
    @media (min-width: 768px) {
      .comment-form .logged-in-as {
        margin-bottom: 1em; } }
  .comment-form .comment-notes {
    display: block;
    margin-bottom: 0.5em; }
    @media (min-width: 768px) {
      .comment-form .comment-notes {
        grid-column: 1 / span 3;
        margin-bottom: 1em; }
    .comment-form .comment-form-comment,
    .comment-form .comment-form-cookies-consent,
    .comment-form .form-submit {
      grid-column: 1 / span 3; } }
  .comment-form .comment-form-cookies-consent label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
    line-height: 1.6; }
    .comment-form .comment-form-cookies-consent label::before {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: inline-block;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 4px;
      border: 1px solid var(--color-border-main);
      margin-right: 10px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin-top: 1px; }
      @media (max-width: 480px) {
        .comment-form .comment-form-cookies-consent label::before {
          margin-top: 2px; } }
  .comment-form .comment-form-cookies-consent input[type='checkbox'] {
    opacity: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1; }
    .comment-form .comment-form-cookies-consent input[type='checkbox']:checked + label::before {
      border-color: var(--color-brand);
      background-color: var(--color-brand); }
    .comment-form .comment-form-cookies-consent input[type='checkbox']:checked + label::after {
      display: block;
      content: '';
      width: 6px;
      height: 12px;
      border-left: 2px solid #ffffff;
      border-top: 2px solid #ffffff;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      position: absolute;
      top: 4px;
      left: 7px; }
  .comment-form .form-submit {
    display: block; }

/* Widgets
--------------------------------------------- */
/* Share widgets
--------------------------------------------- */
.widget .calendar_wrap, .wp-block-calendar {
  border: 1px solid var(--color-border-main);
  border-radius: 6px; }
  .widget .calendar_wrap table, .wp-block-calendar table {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    margin-bottom: 0; }
    .widget .calendar_wrap table > caption, .wp-block-calendar table > caption {
      font-weight: 500;
      padding: 12px 20px; }
    .widget .calendar_wrap table th:first-of-type, .wp-block-calendar table th:first-of-type {
      border-top-left-radius: 0; }
    .widget .calendar_wrap table th:last-of-type, .wp-block-calendar table th:last-of-type {
      border-top-right-radius: 0; }
    .widget .calendar_wrap table th, .wp-block-calendar table th,
    .widget .calendar_wrap table td,
    .wp-block-calendar table td {
      padding: 10px 20px; }
    .widget .calendar_wrap table tbody th, .wp-block-calendar table tbody th,
    .widget .calendar_wrap table tbody td,
    .wp-block-calendar table tbody td {
      border-bottom: 0; }
    .widget .calendar_wrap table tbody #today, .wp-block-calendar table tbody #today {
      color: var(--color-main-text);
      font-weight: 600; }
    .widget .calendar_wrap table tbody a, .wp-block-calendar table tbody a {
      color: var(--color-brand);
      font-weight: 600;
      text-decoration: underline; }
  .widget .calendar_wrap .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 20px 16px;
    font-size: calc(var(--body-font-size) - 2px); }
    @media (min-width: 768px) {
      .widget .calendar_wrap .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
        font-size: calc(var(--body-font-size) - 1px); } }

.widget.widget_tag_cloud .tag-cloud-link, .widget.widget_product_tag_cloud .tag-cloud-link, p.wp-block-tag-cloud .tag-cloud-link {
  display: inline-block;
  font-size: calc(var(--body-font-size) - 1px) !important;
  text-transform: capitalize;
  padding: 6px 12px;
  margin-right: 2px;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid var(--color-border-main);
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .widget.widget_tag_cloud .tag-cloud-link, .widget.widget_product_tag_cloud .tag-cloud-link, p.wp-block-tag-cloud .tag-cloud-link {
      font-size: var(--body-font-size) !important; } }
  .widget.widget_tag_cloud .tag-cloud-link:hover, .widget.widget_product_tag_cloud .tag-cloud-link:hover, p.wp-block-tag-cloud .tag-cloud-link:hover, .widget.widget_tag_cloud .tag-cloud-link:focus, .widget.widget_product_tag_cloud .tag-cloud-link:focus, p.wp-block-tag-cloud .tag-cloud-link:focus {
    color: var(--color-main-text);
    background-color: var(--color-bg); }

/* Monster widgets
--------------------------------------------- */
.widget {
  margin: 0 0 2.8em; }
  @media (min-width: 640px) {
    .widget {
      margin: 0 0 3.5em; } }
  .widget:last-of-type {
    margin-bottom: 0; }
  .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .widget .widget-title {
        margin-bottom: 24px; } }
  .widget img {
    border-radius: 6px; }
  .widget a {
    color: var(--color-main-text);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .widget a:hover, .widget a:focus {
      color: var(--color-brand); }
  .widget ul,
  .widget ol {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .widget ul li > ul,
    .widget ol li > ul {
      padding-left: 16px; }
      @media (min-width: 640px) {
        .widget ul li > ul,
        .widget ol li > ul {
          padding-left: 24px; } }
  .widget li {
    margin-bottom: 16px; }
    .widget li:last-of-type {
      margin-bottom: 0; }
  .widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_nav_menu li {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 0; }
    .widget.widget_archive li ul, .widget.widget_categories li ul, .widget.widget_pages li ul, .widget.widget_nav_menu li ul {
      grid-column: 1 / span 2; }
      .widget.widget_archive li ul a, .widget.widget_categories li ul a, .widget.widget_pages li ul a, .widget.widget_nav_menu li ul a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .widget.widget_archive li ul a::before, .widget.widget_categories li ul a::before, .widget.widget_pages li ul a::before, .widget.widget_nav_menu li ul a::before {
          content: '';
          display: inline-block;
          width: 12px;
          height: 2px;
          margin-right: 12px;
          background-color: var(--color-border-light); }
  .widget.widget_archive a, .widget.widget_categories a, .widget.widget_pages a, .widget.widget_nav_menu a {
    margin-bottom: 16px; }
  .widget.widget_archive > ul > li:last-child > a,
  .widget.widget_archive div > ul > li:last-child > a, .widget.widget_categories > ul > li:last-child > a,
  .widget.widget_categories div > ul > li:last-child > a, .widget.widget_pages > ul > li:last-child > a,
  .widget.widget_pages div > ul > li:last-child > a, .widget.widget_nav_menu > ul > li:last-child > a,
  .widget.widget_nav_menu div > ul > li:last-child > a {
    margin-bottom: 0; }
  .widget.widget_rss li {
    display: grid;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .widget.widget_rss li {
        margin-bottom: 24px; } }
    .widget.widget_rss li:last-of-type {
      margin-bottom: 0; }
    .widget.widget_rss li .rsswidget {
      font-size: calc(var(--h6-font-size) - 1px);
      font-family: var(--h6-font-family);
      font-weight: 600;
      margin-bottom: 5px; }
      @media (min-width: 640px) {
        .widget.widget_rss li .rsswidget {
          font-size: var(--h6-font-size);
          margin-bottom: 6px; } }
    .widget.widget_rss li .rss-date,
    .widget.widget_rss li .rssSummary {
      margin-bottom: 10px; }
      @media (min-width: 640px) {
        .widget.widget_rss li .rss-date,
        .widget.widget_rss li .rssSummary {
          margin-bottom: 12px; } }
    .widget.widget_rss li .rss-date,
    .widget.widget_rss li cite {
      color: var(--color-lighter-text);
      font-size: calc(var(--body-font-size) - 2px); }
      @media (min-width: 768px) {
        .widget.widget_rss li .rss-date,
        .widget.widget_rss li cite {
          font-size: calc(var(--body-font-size) - 1px); } }
  .widget.widget_tag_cloud .tagcloud, .widget.widget_product_tag_cloud .tagcloud {
    margin-right: -2px;
    margin-bottom: -6px; }
  .widget.widget_text strong {
    display: inline-block;
    color: var(--h6-color);
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family);
    font-weight: 600;
    margin: 16px 0 8px; }
    @media (min-width: 640px) {
      .widget.widget_text strong {
        font-size: calc(var(--h6-font-size) - 1px); } }
  .widget.widget_text .wp-caption p:empty {
    display: none; }
  .widget.widget_text .textwidget > p,
  .widget.widget_text .textwidget > div {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .widget.widget_text .textwidget > p,
      .widget.widget_text .textwidget > div {
        margin-bottom: 24px; } }
    .widget.widget_text .textwidget > p:last-of-type,
    .widget.widget_text .textwidget > div:last-of-type {
      margin-bottom: 0; }
  .widget.widget_text .textwidget > p:first-of-type strong {
    margin-top: 0; }
  .widget.widget_text .textwidget > p:first-of-type img + br + strong {
    margin-bottom: 0; }
  .widget .calendar_wrap a {
    text-decoration: underline; }
  .widget div[class*='gallery-columns-'] {
    gap: 1rem; }
  .widget .gallery-item {
    margin: 0; }
    .widget .gallery-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .widget .gallery-item a:hover, .widget .gallery-item a:focus {
        opacity: 0.8; }
  .widget select {
    width: 100%; }

/* Block widgets
--------------------------------------------- */
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ul.wp-block-categories__list {
  padding: 0;
  list-style: none; }
  ul.wp-block-archives-list li,
  ul.wp-block-categories-list li,
  ul.wp-block-categories__list li {
    display: grid;
    grid-template-columns: 1fr auto; }
    ul.wp-block-archives-list li a,
    ul.wp-block-categories-list li a,
    ul.wp-block-categories__list li a {
      text-decoration: none; }

ul.wp-block-latest-posts__list.is-grid {
  margin-bottom: 1em; }

ul.wp-block-latest-posts__list li,
ul.wp-block-latest-posts__list.is-grid li {
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    ul.wp-block-latest-posts__list li,
    ul.wp-block-latest-posts__list.is-grid li {
      margin-bottom: 24px; } }

ul.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0; }

ul.wp-block-latest-posts__list a {
  font-size: calc(var(--h6-font-size) - 1px);
  font-family: var(--h6-font-family);
  text-decoration: none;
  font-weight: 500; }
  @media (min-width: 640px) {
    ul.wp-block-latest-posts__list a {
      font-size: var(--h6-font-size); } }

ul.wp-block-latest-posts__list time {
  color: var(--color-lighter-text);
  font-size: calc(var(--body-font-size) - 1px);
  margin-top: 6px; }

ol.wp-block-latest-comments {
  padding: 0; }
  ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    line-height: var(--body-line-height);
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      ol.wp-block-latest-comments .wp-block-latest-comments__comment {
        margin-bottom: 24px; } }
    ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
      margin-bottom: 0; }
  ol.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 50%; }
  ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family); }
    @media (min-width: 640px) {
      ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
        font-size: var(--h6-font-size); } }
    ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
      font-weight: 500;
      text-decoration: none; }
    ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
      color: var(--color-lighter-text);
      font-size: calc(var(--body-font-size) - 1px);
      font-family: var(--body-font-family);
      margin-top: 6px; }
  ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-top: 12px; }
    ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
      font-size: var(--body-font-size); }
  ol.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta, ol.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
    margin-left: 4.3em; }

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border: 0; }

.wp-block-calendar thead th {
  background: var(--color-bg); }

p.wp-block-tag-cloud {
  margin-right: -2px; }
  p.wp-block-tag-cloud .tag-cloud-link {
    color: var(--color-main-text);
    text-decoration: none; }

ul.wp-block-rss {
  padding: 0;
  list-style: none; }
  ul.wp-block-rss .wp-block-rss__item {
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      ul.wp-block-rss .wp-block-rss__item {
        margin-bottom: 24px; } }
    ul.wp-block-rss .wp-block-rss__item:last-child {
      margin-bottom: 0; }
    ul.wp-block-rss .wp-block-rss__item time + span {
      margin-left: 8px;
      padding-left: 10px;
      border-left: 1px solid var(--color-lightest-text); }
  ul.wp-block-rss .wp-block-rss__item-title {
    margin-bottom: 6px;
    font-family: var(--h6-font-family);
    font-size: calc(var(--h6-font-size) - 1px);
    font-weight: 500; }
    @media (min-width: 640px) {
      ul.wp-block-rss .wp-block-rss__item-title {
        font-size: var(--h6-font-size); } }
    ul.wp-block-rss .wp-block-rss__item-title a {
      text-decoration: none; }
  ul.wp-block-rss .wp-block-rss__item-publish-date, ul.wp-block-rss .wp-block-rss__item-author {
    display: inline-block;
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 1px);
    line-height: 1.2; }
  ul.wp-block-rss .wp-block-rss__item-excerpt {
    margin-top: 12px; }

.widget_block .wp-block-search__label,
.widget_block h2 {
  display: block;
  font-size: calc(var(--h4-font-size) - 1px);
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .widget_block .wp-block-search__label,
    .widget_block h2 {
      font-size: var(--h4-font-size);
      margin-bottom: 24px; } }

ul.wp-block-categories-list a,
ul.wp-block-categories__list a {
  color: var(--color-main-text);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin-bottom: 16px; }
  ul.wp-block-categories-list a:hover, ul.wp-block-categories-list a:focus,
  ul.wp-block-categories__list a:hover,
  ul.wp-block-categories__list a:focus {
    color: var(--color-brand); }

ul.wp-block-categories-list > ul > li:last-child > a,
ul.wp-block-categories-list div > ul > li:last-child > a,
ul.wp-block-categories__list > ul > li:last-child > a,
ul.wp-block-categories__list div > ul > li:last-child > a {
  margin-bottom: 0; }

ul.wp-block-categories-list ul,
ul.wp-block-categories-list ol,
ul.wp-block-categories__list ul,
ul.wp-block-categories__list ol {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  ul.wp-block-categories-list ul li > ul,
  ul.wp-block-categories-list ol li > ul,
  ul.wp-block-categories__list ul li > ul,
  ul.wp-block-categories__list ol li > ul {
    padding-left: 16px; }
    @media (min-width: 640px) {
      ul.wp-block-categories-list ul li > ul,
      ul.wp-block-categories-list ol li > ul,
      ul.wp-block-categories__list ul li > ul,
      ul.wp-block-categories__list ol li > ul {
        padding-left: 24px; } }

ul.wp-block-categories-list li,
ul.wp-block-categories__list li {
  display: grid;
  grid-template-columns: 1fr auto; }
  ul.wp-block-categories-list li ul,
  ul.wp-block-categories__list li ul {
    grid-column: 1 / span 2; }
    ul.wp-block-categories-list li ul a,
    ul.wp-block-categories__list li ul a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      ul.wp-block-categories-list li ul a::before,
      ul.wp-block-categories__list li ul a::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 2px;
        margin-right: 12px;
        background-color: var(--color-border-light); }

ul.wp-block-categories__list li,
ul.wp-block-categories-list li {
  margin-bottom: 0; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.entry-media img,
.entry-media .mejs-container.wp-audio-shortcode {
  border-radius: 6px; }

.entry-media .mejs-container.wp-audio-shortcode {
  overflow: hidden; }

.borobazar-video-iframe-container {
  padding-top: 56.25%;
  border-radius: 6px; }
  .borobazar-video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* Captions
--------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .wp-caption {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .wp-caption {
      margin-bottom: 2.6em; } }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-dd,
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px); }
    @media (min-width: 768px) {
      .wp-caption .wp-caption-dd,
      .wp-caption .wp-caption-text {
        font-size: calc(var(--body-font-size) - 1px); } }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1em;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .gallery {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .gallery {
      margin-bottom: 2.6em; } }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Mini cart
--------------------------------------------- */
.borobazar-drawer-body {
  height: calc(100% - 100px); }
  .borobazar-drawer-body .widget_shopping_cart {
    height: 100%;
    margin-bottom: 30px; }
    .borobazar-drawer-body .widget_shopping_cart_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 100%; }
      .borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total .woocommerce-Price-amount {
        color: var(--color-main-text);
        font-size: calc(var(--body-font-size) + 3px);
        font-weight: 600; }
      .borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total.borobazar-empty-mini-cart a {
        pointer-events: none;
        color: var(--color-lightest-text);
        background-color: var(--color-border-main); }
        .borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total.borobazar-empty-mini-cart a > span.label {
          color: var(--color-lightest-text); }
  .borobazar-drawer-body .borobazar-mini-cart-items {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .borobazar-drawer-body .borobazar-mini-cart-items .borobazar-mini-cart-item-thumbnail a.remove {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 6px;
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      z-index: 1; }
    .borobazar-drawer-body .borobazar-mini-cart-items .borobazar-mini-cart-item:hover a.remove {
      opacity: 1; }
  .borobazar-drawer-body .borobazar-mini-cart-total strong {
    font-weight: 600; }
  .borobazar-drawer-body .borobazar-mini-cart-total a.is-loading .label {
    display: none; }
  .borobazar-drawer-body .borobazar-mini-cart-total a .borobazar-loader span {
    background-color: #ffffff; }

@media (min-width: 640px) {
  .borobazar-mini-cart-drawer.drawer-open .borobazar-drawer-content {
    -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
            box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25); } }

/* Quick view
--------------------------------------------- */
#redq-quick-view-modal {
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 640px) {
    #redq-quick-view-modal {
      margin-top: 10px;
      border-radius: 8px; } }
  #redq-quick-view-modal .close-modal {
    display: none; }
    @media (min-width: 991px) {
      #redq-quick-view-modal .close-modal {
        top: 15px;
        right: 15px;
        background-size: 18px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5002 15.9995L11.5001 9.99936L17.5004 3.9991C17.9143 3.58517 17.9143 2.91306 17.5002 2.499C17.0863 2.08508 16.4142 2.08508 16.0003 2.499L10 8.49926L3.99974 2.499C3.58582 2.08508 2.9137 2.08508 2.49978 2.499C2.08572 2.91306 2.08572 3.58517 2.49964 3.9991L8.4999 9.99936L2.49978 15.9995C2.08572 16.4135 2.08572 17.0857 2.49964 17.4996C2.9137 17.9136 3.58582 17.9136 3.99988 17.4996L10 11.4995L16.0001 17.4996C16.4142 17.9136 17.0863 17.9136 17.5004 17.4996C17.9143 17.0857 17.9143 16.4135 17.5002 15.9995Z' fill='%238C969F' stroke='%238C969F' stroke-width='0.3'/%3E%3C/svg%3E%0A");
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        overflow: hidden; }
        #redq-quick-view-modal .close-modal:hover, #redq-quick-view-modal .close-modal:focus {
          background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5002 15.9995L11.5001 9.99936L17.5004 3.9991C17.9143 3.58517 17.9143 2.91306 17.5002 2.499C17.0863 2.08508 16.4142 2.08508 16.0003 2.499L10 8.49926L3.99974 2.499C3.58582 2.08508 2.9137 2.08508 2.49978 2.499C2.08572 2.91306 2.08572 3.58517 2.49964 3.9991L8.4999 9.99936L2.49978 15.9995C2.08572 16.4135 2.08572 17.0857 2.49964 17.4996C2.9137 17.9136 3.58582 17.9136 3.99988 17.4996L10 11.4995L16.0001 17.4996C16.4142 17.9136 17.0863 17.9136 17.5004 17.4996C17.9143 17.0857 17.9143 16.4135 17.5002 15.9995Z' fill='%23000000' stroke='%23000000' stroke-width='0.3'/%3E%3C/svg%3E%0A"); } }
  #redq-quick-view-modal.product-loaded {
    width: 100%;
    max-width: 1360px;
    padding: 24px 16px 68px;
    background: #ffffff;
    -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
            box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25); }
    @media (min-width: 640px) {
      #redq-quick-view-modal.product-loaded {
        width: 98%;
        padding: 30px 24px 28px;
        border-radius: 6px; } }
    @media (min-width: 768px) {
      #redq-quick-view-modal.product-loaded {
        width: 90%; } }
    @media (min-width: 1280px) {
      #redq-quick-view-modal.product-loaded {
        padding: 50px 40px 42px; } }
    #redq-quick-view-modal.product-loaded .close-modal {
      display: block; }
      @media (max-width: 639px) {
        #redq-quick-view-modal.product-loaded .close-modal {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          position: fixed;
          bottom: 0;
          top: auto;
          text-indent: 0;
          background: var(--color-border-lighter);
          left: 0;
          z-index: 1;
          height: 44px;
          text-decoration: none;
          font-weight: 500;
          border-top: 1px solid var(--color-border-main);
          -webkit-transition: background 0.2s ease-in-out;
          -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out; }
          #redq-quick-view-modal.product-loaded .close-modal:hover, #redq-quick-view-modal.product-loaded .close-modal:focus {
            color: var(--color-main-text);
            background: var(--color-border-light); } }
    #redq-quick-view-modal.product-loaded .redq-quick-view-modal-loader {
      display: none; }

.redq-quick-view-modal-blocker {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1490; }
  @media (min-width: 640px) {
    .redq-quick-view-modal-blocker {
      padding: 20px; } }
  .redq-quick-view-modal-blocker .redq-quick-view-modal-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .redq-quick-view-modal-blocker .redq-quick-view-modal-loader svg {
      width: 48px;
      height: auto; }
      .redq-quick-view-modal-blocker .redq-quick-view-modal-loader svg path {
        fill: #ffffff; }
  .redq-quick-view-modal-blocker div.product div.images,
  .redq-quick-view-modal-blocker div.product div.summary {
    width: 100%;
    margin-bottom: 0; }
  .redq-quick-view-modal-blocker div.product div.images {
    aspect-ratio: 4 / 3.8; }
    @media (min-width: 991px) {
      .redq-quick-view-modal-blocker div.product div.images {
        width: calc(58% - 16px); } }
    @media (min-width: 1280px) {
      .redq-quick-view-modal-blocker div.product div.images {
        width: calc(58% - 20px); } }
  @media (min-width: 991px) {
    .redq-quick-view-modal-blocker div.product div.summary {
      width: calc(42% - 16px); } }
  @media (min-width: 1280px) {
    .redq-quick-view-modal-blocker div.product div.summary {
      width: calc(42% - 20px); } }
  @media (max-width: 990px) {
    .redq-quick-view-modal-blocker div.product div.entry-summary {
      margin-top: 2em; } }
  .redq-quick-view-modal-blocker div.product div.entry-summary .summary-content {
    margin-bottom: 0; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .quantity-btn-wrapper {
    max-width: 150px; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button::before, .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button::after {
    content: none; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button.loading .flex {
    display: none; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button.loading .borobazar-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button .borobazar-loader span {
    background-color: #ffffff; }
  .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart {
    text-decoration: none;
    padding: 0.5em;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 640px) {
      .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart {
        min-height: 48px; } }
    .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart:hover, .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart:focus {
      color: var(--color-main-text);
      background-color: var(--color-bg); }
  .redq-quick-view-modal-blocker .product-after-summery {
    overflow: hidden;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 10px;
    padding-bottom: 0.5rem; }
    .redq-quick-view-modal-blocker .product-after-summery h2 {
      text-align: left;
      font-size: calc(var(--h3-font-size) - 4px); }
      @media (min-width: 640px) {
        .redq-quick-view-modal-blocker .product-after-summery h2 {
          font-size: calc(var(--h3-font-size) - 2px); } }
      @media (min-width: 1280px) {
        .redq-quick-view-modal-blocker .product-after-summery h2 {
          font-size: var(--h3-font-size); } }
    .redq-quick-view-modal-blocker .product-after-summery section {
      margin-top: 2.5rem; }
      .redq-quick-view-modal-blocker .product-after-summery section .woocommerce-loop-product__title {
        margin: 0px;
        font-family: var(--body-font-family, "Inter");
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: inherit; }
        @media (min-width: 640px) {
          .redq-quick-view-modal-blocker .product-after-summery section .woocommerce-loop-product__title {
            font-size: 0.9375rem; } }
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      @media (min-width: 768px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (min-width: 1024px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
          grid-template-columns: repeat(4, minmax(0, 1fr)); } }
      @media (min-width: 1280px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
          grid-template-columns: repeat(5, minmax(0, 1fr));
          gap: 1.25rem; } }
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      @media (min-width: 1024px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (min-width: 1280px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
          grid-template-columns: repeat(4, minmax(0, 1fr));
          gap: 1.25rem; } }
      @media (min-width: 1500px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
          grid-template-columns: repeat(5, minmax(0, 1fr)); } }
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
      @media (min-width: 768px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
          grid-template-columns: repeat(2, minmax(0, 1fr)); }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
    grid-template-columns: 120px 1fr;
    gap: 0.75rem; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
    height: 8rem; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-meta {
    padding-top: 0px;
    padding-bottom: 0px; } }
      @media (min-width: 1024px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
          grid-template-columns: repeat(2, minmax(0, 1fr)); }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
    grid-template-columns: 180px 1fr; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
    height: 12rem; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-meta {
    padding-top: 18px;
    padding-bottom: 18px; } }
      @media (min-width: 1280px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 1.25rem; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
    grid-template-columns: 130px 1fr;
    gap: 1rem; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
    height: 9rem; } }
      @media (min-width: 1500px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
          grid-template-columns: repeat(3, minmax(0, 1fr)); }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
    grid-template-columns: 150px 1fr; }
          .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
    height: 12rem; } }
      @media (min-width: 1700px) {
        .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
    grid-template-columns: 180px 1fr; } }

/* Custom select
--------------------------------------------- */
.borobazar-custom-select {
  position: relative; }
  .borobazar-custom-select.active .borobazar-custom-select-box {
  opacity: 1;
  visibility: visible;
  --tw-translate-y: 0.375rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.alignleft,
.wp-block-image .alignleft,
.wp-block[data-align=left] > *,
.wp-block[data-align=left] > .wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 2em;
  margin-bottom: 2em;
  max-width: 40%; }
  @media (min-width: 768px) {
    .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left] > *,
    .wp-block[data-align=left] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin-right: 2.4em;
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left] > *,
    .wp-block[data-align=left] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
      margin-right: 2.6em;
      margin-bottom: 2.6em; } }

.alignright,
.wp-block-image .alignright,
.wp-block[data-align=right] > *,
.wp-block[data-align=right] > .wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 2em;
  margin-bottom: 2em;
  max-width: 40%; }
  @media (min-width: 768px) {
    .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right] > *,
    .wp-block[data-align=right] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin-left: 2.4em;
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right] > *,
    .wp-block[data-align=right] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
      margin-left: 2.6em;
      margin-bottom: 2.6em; } }

.aligncenter,
.wp-block-image .aligncenter,
.wp-block[data-align=center] > *,
.wp-block[data-align=center] > .wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center] > *,
    .wp-block[data-align=center] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
      margin-bottom: 2.4em; } }
  @media (min-width: 1024px) {
    .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center] > *,
    .wp-block[data-align=center] > .wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
      margin-bottom: 2.6em; } }

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table; }

.wp-block-image .alignleft,
.wp-block-image .alignright {
  max-width: 40%; }

.wp-block .wp-block-cover,
.wp-block .wp-block-cover-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@-webkit-keyframes scale-out {
  75%,
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes scale-out {
  75%,
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes anim-pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes anim-pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes checked {
  75%,
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes checked {
  75%,
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

/*
|--------------------------------------------------------------------------
| Custom checkbox
|--------------------------------------------------------------------------
|
- Wrap the <input> with this class ".borobazar-checkbox"
- Past this inside the wrapper: <span class="borobazar-checkbox-icon block w-5 h-5 rounded-full overflow-hidden bg-white border border-light border-2 flex-shrink-0 ml-3 bg-no-repeat bg-center hover:border-brand transition-all"></span>
|
*/
.borobazar-checkbox:hover .borobazar-checkbox-icon {
  border-color: var(--color-brand, #02b290); }

.borobazar-checkbox > input:checked + .borobazar-checkbox-icon {
  background-color: var(--color-brand, #02b290);
  border-color: var(--color-brand, #02b290);
  background-size: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3315 1.38242L4.96559 8.74835C4.90071 8.81324 4.79566 8.81324 4.73093 8.74835L0.548547 4.56582C0.483818 4.50124 0.483818 4.39619 0.548547 4.33131L1.56481 3.31505C1.62969 3.25032 1.73474 3.25032 1.79947 3.31505L4.84841 6.36383L11.0808 0.131494C11.1458 0.0667645 11.2505 0.0667645 11.3154 0.131494L12.3315 1.14776C12.3964 1.21249 12.3964 1.31739 12.3315 1.38242Z' fill='white'/%3E%3C/svg%3E"); }
  .borobazar-checkbox > input:checked + .borobazar-checkbox-icon.animate:after {
  opacity: 1;
    -webkit-animation: checked 0.7s;
            animation: checked 0.7s; }

.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px; }

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52; }

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  -webkit-transition: all 275ms;
  -o-transition: all 275ms;
  transition: all 275ms; }

.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  font-family: 'Roboto';
  color: #777;
  font-weight: 300;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-transition: all 375ms ease-in-out;
  -o-transition: all 375ms ease-in-out;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */ }
  .select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1; }

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%; }

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 375ms ease-in-out;
  -o-transition: all 375ms ease-in-out;
  transition: all 375ms ease-in-out; }
  .cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    -webkit-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer; }
    .cont_select_int li:last-child {
      border-radius: 3px;
      border-bottom: 0px; }
    .cont_select_int li:hover {
      background-color: #eeeeee; }
  .cont_select_int .active {
    background-color: #eeeeee; }

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer; }

.wp-block-borobazar-blocks-borobazar-wrapper[data-align='full'] {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%; }

@media (max-width: 767px) {
  .hide-br-mobile br {
    display: none; } }

