/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em 1em .625em;
    border-radius: 6px;
    border: 1px solid var(--color-border-main)
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
button,
input,
optgroup,
select,
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,
    optgroup,
    select,
    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)
}

cite,
dfn,
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
    }
}

.woocommerce .woocommerce-customer-details address,
address {
    padding: 12px 20px;
    font-style: normal;
    border-color: var(--color-border-main);
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-radius: 6px;
    margin: 0 0 2em
}

@media (min-width:768px) {
    .woocommerce .woocommerce-customer-details address,
    address {
        margin: 0 0 2.4em
    }
}

@media (min-width:1024px) {
    .woocommerce .woocommerce-customer-details address,
    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
}

.wp-block-freeform.block-library-rich-text__tinymce code,
code,
kbd,
tt,
var {
    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) {
    .wp-block-freeform.block-library-rich-text__tinymce code,
    code,
    kbd,
    tt,
    var {
        margin: 5px 0;
        padding: 3px 8px
    }
}

kbd {
    border: 1px solid var(--color-border-main);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08)
}

abbr,
acronym {
    border-bottom: 1px dotted var(--color-border-main);
    cursor: help
}

ins,
mark {
    color: var(--color-main-text);
    text-decoration: none;
    padding: 3px 8px;
    background: #fff9c0;
    border: 1px solid #ffeb31;
    border-radius: 6px
}

big {
    font-size: 125%
}

::-moz-selection {
    color: #fff;
    background-color: var(--color-brand)
}

::selection {
    color: #fff;
    background-color: var(--color-brand)
}

body {
    background: #fff
}

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
    }
}

.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul,
ol,
ul {
    margin: 0 0 2em;
    padding-left: 24px
}

@media (min-width:768px) {
    .wp-block-freeform.block-library-rich-text__tinymce ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    ol,
    ul {
        margin: 0 0 2.4em
    }
}

@media (min-width:1024px) {
    .wp-block-freeform.block-library-rich-text__tinymce ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    ol,
    ul {
        margin: 0 0 2.6em
    }
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0
}

dl {
    margin: 0 0 2em
}

@media (min-width:768px) {
    dl {
        margin: 0 0 2.4em
    }
}

@media (min-width:1024px) {
    dl {
        margin: 0 0 2.6em
    }
}

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
    }
}

.comment-body ol li,
.comment-body ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 12px
}

@media (min-width:640px) {
    .comment-body ol li,
    .comment-body ul li,
    .entry-content ol li,
    .entry-content ul li {
        margin-bottom: 16px
    }
}

.comment-body ol li:last-of-type,
.comment-body ul li:last-of-type,
.entry-content ol li:last-of-type,
.entry-content ul li:last-of-type {
    margin-bottom: 0
}

.comment-body ol li.blocks-gallery-item:last-child,
.comment-body ul li.blocks-gallery-item:last-child,
.entry-content ol li.blocks-gallery-item:last-child,
.entry-content ul li.blocks-gallery-item:last-child {
    margin-bottom: 1em
}

.comment-body ol a,
.comment-body ul a,
.entry-content ol a,
.entry-content ul a {
    margin-bottom: 0
}

.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ol,
.comment-body ul ul,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width:640px) {
    .comment-body ol ol,
    .comment-body ol ul,
    .comment-body ul ol,
    .comment-body ul ul,
    .entry-content ol ol,
    .entry-content ol ul,
    .entry-content ul ol,
    .entry-content ul ul {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

embed,
iframe,
img,
object {
    max-width: 100%
}

img {
    height: auto
}

figure {
    margin: 1em 0
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_table,
.wp-block-table table,
table {
    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) {
    .woocommerce table.shop_attributes,
    .woocommerce table.shop_table,
    .wp-block-table table,
    table {
        margin: 0 0 2.4em
    }
}

@media (min-width:1024px) {
    .woocommerce table.shop_attributes,
    .woocommerce table.shop_table,
    .wp-block-table table,
    table {
        margin: 0 0 2.6em
    }
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_table th,
.wp-block-table table th,
table 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: .8px;
    background-color: var(--color-bg)
}

.woocommerce table.shop_attributes th:first-of-type,
.woocommerce table.shop_table th:first-of-type,
.wp-block-table table th:first-of-type,
table th:first-of-type {
    border-top-left-radius: 6px
}

.woocommerce table.shop_attributes th:last-of-type,
.woocommerce table.shop_table th:last-of-type,
.wp-block-table table th:last-of-type,
table th:last-of-type {
    border-top-right-radius: 6px
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.wp-block-table table td,
.wp-block-table table th,
table td,
table th {
    border: 0;
    padding: 12px 16px
}

@media (min-width:640px) {
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table th,
    .wp-block-table table td,
    .wp-block-table table th,
    table td,
    table th {
        padding: 16px 20px
    }
}

.woocommerce table.shop_attributes tbody td,
.woocommerce table.shop_attributes tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th,
.wp-block-table table tbody td,
.wp-block-table table tbody th,
table tbody td,
table tbody th {
    border-bottom: 1px solid var(--color-border-main)
}

.woocommerce table.shop_attributes tbody tr:last-of-type td,
.woocommerce table.shop_attributes tbody tr:last-of-type th,
.woocommerce table.shop_table tbody tr:last-of-type td,
.woocommerce table.shop_table tbody tr:last-of-type th,
.wp-block-table table tbody tr:last-of-type td,
.wp-block-table table tbody tr:last-of-type th,
table tbody tr:last-of-type td,
table tbody tr:last-of-type th {
    border-bottom: 0
}

.woocommerce table.shop_attributes thead+tbody th,
.woocommerce table.shop_table thead+tbody th,
.wp-block-table table thead+tbody th,
table thead+tbody th {
    font-weight: 400;
    text-transform: inherit;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    letter-spacing: normal
}

.woocommerce table.shop_attributes tfoot th,
.woocommerce table.shop_attributes thead+tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table thead+tbody th,
.wp-block-table table tfoot th,
.wp-block-table table thead+tbody th,
table tfoot th,
table thead+tbody th {
    background-color: transparent
}

.wp-block-freeform.block-library-rich-text__tinymce a,
a {
    color: var(--color-main-text);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.wp-block-freeform.block-library-rich-text__tinymce a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:focus,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
a:active,
a:focus,
a:hover {
    color: var(--color-brand-hover)
}

.wp-block-freeform.block-library-rich-text__tinymce a:focus,
a:focus {
    outline: thin dotted
}

.wp-block-freeform.block-library-rich-text__tinymce a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
a:active,
a:hover {
    outline: 0
}

.borobazar-default-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-search .wp-block-search__button,
input[type=button],
input[type=reset],
input[type=submit] {
    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: #fff;
    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 .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

@media (min-width:640px) {
    .borobazar-default-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .wp-block-search .wp-block-search__button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        font-size: calc(var(--body-font-size) - 1px);
        /* padding: 16px 20px */
        padding: 8px 20px;
    }
}

.borobazar-default-btn:focus,
.borobazar-default-btn:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button:hover,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit],
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    outline: none;
    color: #fff;
    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 .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

@media (min-width:640px) {
    .borobazar-outline-btn {
        padding: 14px 20px;
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.borobazar-outline-btn:focus,
.borobazar-outline-btn:hover {
    outline: none;
    color: #fff;
    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: .7
}

#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,
.wp-block-search .wp-block-search__input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (min-width:640px) {
    #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,
    .wp-block-search .wp-block-search__input,
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=range],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    textarea {
        min-height: 48px
    }
}

#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,
.wp-block-search .wp-block-search__input:hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=range]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover {
    border-color: var(--color-brand)
}

#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,
.wp-block-search .wp-block-search__input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]: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)
}

#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,
.wp-block-search .wp-block-search__input+span em,
input[type=color]+span em,
input[type=date]+span em,
input[type=datetime-local]+span em,
input[type=datetime]+span em,
input[type=email]+span em,
input[type=month]+span em,
input[type=number]+span em,
input[type=password]+span em,
input[type=range]+span em,
input[type=search]+span em,
input[type=tel]+span em,
input[type=text]+span em,
input[type=time]+span em,
input[type=url]+span em,
input[type=week]+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
}

.woocommerce form .form-row textarea,
textarea {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 140px
}

@media (min-width:1024px) {
    .woocommerce form .form-row textarea,
    textarea {
        height: 200px
    }
}

.woocommerce form .form-row textarea:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

.woocommerce form .form-row textarea.editor-post-title__input,
textarea.editor-post-title__input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

.woocommerce form .form-row textarea.editor-post-title__input:hover,
textarea.editor-post-title__input:hover {
    border-color: #fff
}

.woocommerce form .form-row textarea.editor-post-title__input:focus,
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;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5.85a.698.698 0 01-.495-.205l-4.3-4.3a.7.7 0 11.99-.99L5 4.16 8.804.355a.7.7 0 01.99.99l-4.299 4.3A.698.698 0 015 5.85z' fill='%238C969F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 14px) 50%;
    border: 1px solid var(--color-border-main);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (min-width:640px) {
    select {
        height: 48px
    }
}

select:focus,
select:hover {
    border-color: var(--color-brand)
}

select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

.borobazar-woo .select2-container .select2-selection--multiple,
.borobazar-woo .select2-container .select2-selection--single,
.borobazar .select2-container .select2-selection--multiple,
.borobazar .select2-container .select2-selection--single {
    height: 45px;
    text-align: left;
    border-color: var(--color-border-main);
    border-radius: 6px;
    outline: none
}

@media (min-width:640px) {
    .borobazar-woo .select2-container .select2-selection--multiple,
    .borobazar-woo .select2-container .select2-selection--single,
    .borobazar .select2-container .select2-selection--multiple,
    .borobazar .select2-container .select2-selection--single {
        height: 48px
    }
}

.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
.borobazar .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--color-main-text);
    padding-left: 16px;
    padding-right: 32px;
    line-height: 45px
}

@media (min-width:640px) {
    .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered,
    .borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
    .borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
    .borobazar .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 48px
    }
}

.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow,
.borobazar .select2-container .select2-selection--multiple .select2-selection__arrow,
.borobazar .select2-container .select2-selection--single .select2-selection__arrow {
    width: 32px;
    height: 100%
}

.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow b,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow b,
.borobazar .select2-container .select2-selection--multiple .select2-selection__arrow b,
.borobazar .select2-container .select2-selection--single .select2-selection__arrow b {
    left: 41%
}

.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__clear,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__clear,
.borobazar .select2-container .select2-selection--multiple .select2-selection__clear,
.borobazar .select2-container .select2-selection--single .select2-selection__clear {
    line-height: 2.9
}

.borobazar-woo .select2-container.select2-container--focus .select2-selection--multiple,
.borobazar-woo .select2-container.select2-container--focus .select2-selection--single,
.borobazar .select2-container.select2-container--focus .select2-selection--multiple,
.borobazar .select2-container.select2-container--focus .select2-selection--single {
    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-woo .select2-container--default .select2-dropdown,
.borobazar .select2-container--default .select2-dropdown {
    border-color: var(--color-border-main)
}

.borobazar-woo .select2-container--default .select2-search--dropdown,
.borobazar .select2-container--default .select2-search--dropdown {
    padding: 4px 8px 6px
}

.borobazar-woo .select2-container--default .select2-search--dropdown .select2-search__field,
.borobazar .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--color-border-main)
}

.borobazar-woo .select2-container--default .select2-results__option,
.borobazar .select2-container--default .select2-results__option {
    color: var(--color-main-text);
    padding: 6px 10px;
    outline: none;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.borobazar-woo .select2-container--default .select2-results__option[aria-selected=true],
.borobazar-woo .select2-container--default .select2-results__option[data-selected=true],
.borobazar .select2-container--default .select2-results__option[aria-selected=true],
.borobazar .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--color-bg)
}

.borobazar-woo .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar-woo .select2-container--default .select2-results__option--highlighted[data-selected],
.borobazar .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #fff;
    background-color: var(--color-brand)
}

.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered li,
.borobazar .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-woo .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline,
.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    margin-top: 0;
    background: transparent
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce 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: .7
}

.wp-block-quote,
.wp-block-quote.is-style-large,
blockquote {
    border: 0;
    padding: 2.34em 0;
    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) {
    .wp-block-quote,
    .wp-block-quote.is-style-large,
    blockquote {
        padding-top: 3em;
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .wp-block-quote,
    .wp-block-quote.is-style-large,
    blockquote {
        margin-bottom: 2.6em
    }
}

.wp-block-quote.is-style-large:before,
.wp-block-quote:before,
blockquote:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 55.969c10.339 0 18.75-8.412 18.75-18.75 0-4.944-1.907-9.61-5.37-13.136a18.641 18.641 0 00-13-5.61l-.142-.003a3.12 3.12 0 00-3.206 3.043 3.125 3.125 0 003.043 3.205l.173.004c6.756.131 12.252 5.737 12.252 12.497 0 6.892-5.608 12.5-12.5 12.5-6.893 0-12.5-5.608-12.5-12.5 0-8.61 2.047-16.553 6.086-23.612 3.018-5.276 6.088-8.062 6.145-8.114A3.125 3.125 0 0014.34.813c-.151.133-3.742 3.336-7.276 9.427C3.84 15.793 0 24.982 0 37.22c0 10.339 8.411 18.75 18.75 18.75zM61.25 55.969c10.339 0 18.75-8.411 18.75-18.75 0-4.944-1.907-9.61-5.37-13.136a18.642 18.642 0 00-13-5.61l-.142-.003a3.122 3.122 0 00-3.206 3.042 3.125 3.125 0 003.043 3.206l.173.004c6.756.131 12.252 5.737 12.252 12.497 0 6.892-5.608 12.5-12.5 12.5s-12.5-5.608-12.5-12.5c0-8.61 2.047-16.553 6.086-23.612 3.018-5.276 6.088-8.062 6.145-8.114A3.125 3.125 0 0056.84.813c-.151.133-3.742 3.336-7.276 9.427C46.34 15.793 42.5 24.982 42.5 37.22c0 10.339 8.411 18.75 18.75 18.75z' 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) {
    .wp-block-quote.is-style-large:before,
    .wp-block-quote:before,
    blockquote:before {
        width: 80px;
        height: 56px
    }
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
blockquote.has-text-align-right {
    border-right: 0;
    padding-right: 0
}

.wp-block-quote.has-text-align-right:before,
.wp-block-quote.is-style-large.has-text-align-right:before,
blockquote.has-text-align-right:before {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.wp-block-quote.is-style-large p,
.wp-block-quote p,
blockquote p {
    color: var(--h4-color);
    font-style: inherit;
    font-weight: 500;
    line-height: 1.9;
    margin-bottom: .6em;
    position: relative;
    z-index: 1
}

.wp-block-quote.is-style-large p cite,
.wp-block-quote p cite,
blockquote p cite {
    margin-top: .6em
}

.wp-block-quote.is-style-large cite,
.wp-block-quote cite,
blockquote cite {
    display: block;
    font-style: italic;
    position: relative;
    z-index: 1
}

.wp-block-quote:before,
blockquote:before {
    top: 14px
}

.wp-block-quote p,
blockquote p {
    font-size: var(--h4-font-size)
}

.wp-block-quote cite,
blockquote cite {
    font-size: calc(var(--body-font-size) - 1px)
}

.wp-block-quote.is-style-large:before,
blockquote.is-style-large:before {
    top: 18px
}

.wp-block-quote.is-style-large p,
blockquote.is-style-large p {
    font-size: calc(var(--h4-font-size) + 3px)
}

.wp-block-quote.is-style-large cite,
blockquote.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: .6em
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 24px
}

.wp-block-pullquote.is-style-solid-color.has-background blockquote:before {
    opacity: .6
}

blockquote[cite*=blockquote]:before {
    top: 23px
}

p q {
    color: var(--h4-color);
    font-size: var(--h4-font-size);
    font-weight: 500
}

@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
    }
}

.borobazar-store-notice {
    background-color: var(--color-store-notice-bg)
}

.borobazar-store-notice,
.borobazar-store-notice a:focus,
.borobazar-store-notice a:hover {
    color: var(--color-store-notice-text)
}

.borobazar-main-navigation {
    width: 100%
}

.borobazar-main-navigation .borobazar-main-menu,
.borobazar-main-navigation .borobazar-menu-area,
.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;
    -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: 0;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-brand);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.borobazar-main-navigation .borobazar-main-menu>li.focus:after,
.borobazar-main-navigation .borobazar-main-menu>li:focus:after,
.borobazar-main-navigation .borobazar-main-menu>li:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.borobazar-main-navigation .borobazar-main-menu>li.focus>a,
.borobazar-main-navigation .borobazar-main-menu>li:focus>a,
.borobazar-main-navigation .borobazar-main-menu>li:hover>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: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(54, 67, 86, .1);
    box-shadow: 0 10px 50px rgba(54, 67, 86, .1);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.borobazar-main-navigation .borobazar-main-menu ul a {
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.borobazar-main-navigation .borobazar-main-menu ul li.focus>a,
.borobazar-main-navigation .borobazar-main-menu ul li:focus>a,
.borobazar-main-navigation .borobazar-main-menu ul li:hover>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 .menu-item-has-children a,
.borobazar-main-navigation .borobazar-main-menu ul .page_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.focus>ul,
.borobazar-main-navigation li:focus>ul,
.borobazar-main-navigation li:hover>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 .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.borobazar-main-navigation .current-menu-ancestor>a,
.borobazar-main-navigation .current-menu-item>a,
.borobazar-main-navigation .current_page_ancestor>a,
.borobazar-main-navigation .current_page_item>a {
    color: var(--color-brand-hover);
    text-shadow: 0 0 rgba(0, 0, 0, .4)
}

.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 .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media (min-width:640px) {
    .borobazar-drawer-menu a {
        padding: 16px
    }
}

.borobazar-drawer-menu .current-menu-ancestor>a,
.borobazar-drawer-menu .current-menu-item>a,
.borobazar-drawer-menu .current_page_ancestor>a,
.borobazar-drawer-menu .current_page_item>a {
    color: var(--color-brand-hover);
    text-shadow: 0 0 rgba(0, 0, 0, .4)
}

.borobazar-drawer-menu .current-menu-item>a,
.borobazar-drawer-menu .current_page_item>a {
    background-color: #fff
}

.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 .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.borobazar-drawer-menu ul a:focus,
.borobazar-drawer-menu ul a:hover {
    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.focus>ul,
.borobazar-drawer-menu li:focus>ul,
.borobazar-drawer-menu li:hover>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 .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media (min-width:640px) {
    .borobazar-drawer-menu .menu-drop-down-selector {
        top: 7px
    }
}

.borobazar-drawer-menu .menu-drop-down-selector:focus,
.borobazar-drawer-menu .menu-drop-down-selector:hover {
    color: var(--color-main-text)
}

.borobazar-drawer-menu .menu-drop-down-selector svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.borobazar-drawer-menu .menu-drop-down-selector.children-active svg,
.borobazar-drawer-menu .menu-drop-down-selector svg {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .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)
}

.borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, .15);
    box-shadow: 2px 0 8px rgba(0, 0, 0, .15)
}

@media (min-width:640px) {
    .borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
        -webkit-box-shadow: 0 25px 40px rgba(41, 50, 68, .25);
        box-shadow: 0 25px 40px rgba(41, 50, 68, .25)
    }
}

.borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
    margin-top: .67rem;
    margin-bottom: .67rem
}

@media (min-width:640px) {
    .borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
        margin-top: .88rem;
        margin-bottom: .88rem
    }
}

.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 .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.comment-navigation .nav-links a:focus,
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.posts-navigation .nav-links a:hover {
    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:focus .nav-text span,
.post-navigation a:hover .nav-text span {
    color: var(--color-main-text)
}

.post-navigation:focus h6,
.post-navigation a:hover h6 {
    background-size: 100% 1px
}

.borobazar-header-topbar-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .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-global-search-results {
    z-index: 100
}

.borobazar-on-scroll .borobazar-header-topbar-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.header-berlin .site-description {
    display: none
}

@media (min-width:1280px) {
    .header-berlin .site-branding {
        width: 0;
        margin-right: 0
    }
    .header-berlin .borobazar-header-search-handler,
    .header-berlin .borobazar-join-us-btn,
    .header-berlin .borobazar-mini-cart-drawer .borobazar-drawer-handler,
    .header-berlin .site-branding {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }
    .header-berlin .borobazar-main-navigation {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }
    .header-berlin .borobazar-join-us-btn span.text-main,
    .header-berlin .borobazar-mini-cart-fragment span.text-main {
        display: none
    }
    .header-berlin.header-on-float .site-branding {
        width: auto;
        margin-right: 2.5rem
    }
    .header-berlin.header-on-float .borobazar-header-search-handler,
    .header-berlin.header-on-float .borobazar-join-us-btn,
    .header-berlin.header-on-float .borobazar-mini-cart-drawer .borobazar-drawer-handler,
    .header-berlin.header-on-float .site-branding {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .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
    }
}

.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: #fff;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .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(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(#fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(#fff, hsla(0, 0%, 100%, 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, .08);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .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
    }
}

.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-join-us-btn .hidden,
    .header-denver .borobazar-mini-cart-drawer-handler .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
    }
}

.borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler,
.borobazar-bottom-nav-is-active .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-header-search-handler,
    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-mobile-back-navigator {
        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-header-search-handler,
    .borobazar-bottom-nav-is-active.borobazar-banner-search-not-visible .site-branding .borobazar-mobile-back-navigator {
        opacity: 1;
        visibility: visible
    }
    .borobazar-bottom-navigation {
        background-color: var(--color-bottom-nav-bg)
    }
    .borobazar-bottom-navigation,
    .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-header-search-handler,
    .borobazar-bottom-nav-is-active .site-header .site-branding .borobazar-mobile-back-navigator {
        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-header-search-handler,
    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding .borobazar-mobile-back-navigator {
        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
    }
}

.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: 0
    }
    .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,
.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
}

@media (max-width:782px) {
    .admin-bar .site-header.sticky {
        top: 46px;
        -webkit-transition: top .6s ease-out;
        -o-transition: top .6s ease-out;
        transition: top .6s ease-out
    }
}

@media (max-width:600px) {
    .admin-bar .site-header.sticky.header-on-float {
        top: 0;
        -webkit-transition: top .6s ease-out;
        -o-transition: top .6s ease-out;
        transition: top .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 .borobazar-drawer-content,
    .admin-bar.borobazar-on-scroll .pswp,
    .admin-bar.borobazar-on-scroll .redq-quick-view-modal-blocker {
        top: 0;
        height: 100%
    }
}

.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, .1);
    box-shadow: -3px 0 8px rgba(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
}

.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 ease-in-out infinite both;
    animation: anim-pulse 1s ease-in-out infinite both
}

.borobazar-loader span.dot-2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.borobazar-loader span.dot-3 {
    -webkit-animation-delay: .2s;
    animation-delay: .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 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        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
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes color {
    0%,
    to {
        stroke: var(--color-brand-hover)
    }
    40% {
        stroke: var(--color-brand)
    }
    66% {
        stroke: var(--color-brand-hover)
    }
    80%,
    90% {
        stroke: var(--color-brand)
    }
}

@keyframes color {
    0%,
    to {
        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
    }
    to {
        background-color: #f1f6f9
    }
}

@keyframes contentLoading {
    0% {
        background-color: #f1f6f9
    }
    50% {
        background-color: #e6e6e6
    }
    to {
        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: #fff
}

.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
}

.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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.borobazar-page-banner .borobazar-breadcrumb a:focus,
.borobazar-page-banner .borobazar-breadcrumb a:hover {
    opacity: 1
}

.borobazar-page-banner .borobazar-breadcrumb a,
.borobazar-page-banner .borobazar-breadcrumb svg {
    opacity: .7
}

.borobazar-page-banner .borobazar-breadcrumb-home-icon svg {
    margin-top: -1px
}

.borobazar-page-banner .borobazar-breadcrumb span:last-child {
    word-break: break-word
}

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 .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out;
    color: currentColor
}

body:not(.single):not(.page) article[class*=post-] .entry-title a:focus,
body:not(.single):not(.page) article[class*=post-] .entry-title a:hover {
    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%, #000), color-stop(40%, hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, #000 4%, hsla(0, 0%, 100%, 0) 40%);
    background: linear-gradient(0deg, #000 4%, hsla(0, 0%, 100%, 0) 40%);
    opacity: .5
}

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-next,
body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-prev {
    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: hsla(0, 0%, 100%, .9)
}

body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff
}

body:not(.single):not(.page) article.post.format-chat 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-status svg {
    z-index: -1
}

body:not(.single):not(.page) article.post.format-chat svg,
body:not(.single):not(.page) article.post.format-link svg,
body:not(.single):not(.page) article.post.format-status svg {
    width: 50px;
    height: auto
}

@media (min-width:640px) {
    body:not(.single):not(.page) article.post.format-chat svg,
    body:not(.single):not(.page) article.post.format-link svg,
    body:not(.single):not(.page) article.post.format-status 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:focus,
body:not(.single):not(.page) article.post.format-link .entry-title a:hover {
    background-size: 0 1px
}

.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
}

.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-categories,
.single-post .entry-post-tags {
    clear: both;
    margin-top: 1.5em
}

@media (min-width:640px) {
    .single-post .entry-post-categories,
    .single-post .entry-post-tags {
        margin-top: 2em
    }
}

.single-post .entry-post-categories a,
.single-post .entry-post-tags 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 .2s ease-out;
    -o-transition: background-size .2s ease-out;
    transition: background-size .2s ease-out
}

.single-post .entry-post-categories a:focus,
.single-post .entry-post-categories a:hover,
.single-post .entry-post-tags a:focus,
.single-post .entry-post-tags a:hover {
    color: var(--color-brand-hover);
    background-size: 0 1px
}

.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, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

@media (min-width:640px) {
    .sticky.post {
        padding: 21px 24px 30px
    }
}

.categories a:after,
.tags a:after {
    content: ","
}

.categories a:last-child:after,
.tags a:last-child:after {
    content: none
}

.updated:not(.published) {
    display: none
}

.entry-content p:first-child,
.page-content p:first-child {
    margin-top: 0
}

.entry-content p:only-child,
.page-content p:only-child {
    margin: 0
}

.entry-content .wp-block-group,
.entry-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
.entry-content>figure,
.entry-content>form,
.entry-content>pre,
.page-content .wp-block-group,
.page-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
.page-content>figure,
.page-content>form,
.page-content>pre {
    margin-bottom: 2em
}

@media (min-width:768px) {
    .entry-content .wp-block-group,
    .entry-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
    .entry-content>figure,
    .entry-content>form,
    .entry-content>pre,
    .page-content .wp-block-group,
    .page-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
    .page-content>figure,
    .page-content>form,
    .page-content>pre {
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .entry-content .wp-block-group,
    .entry-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
    .entry-content>figure,
    .entry-content>form,
    .entry-content>pre,
    .page-content .wp-block-group,
    .page-content>div:not([data-type*=borobazar]):not([data-type*=gridster]):not([class*=borobazar]):not([class*=gridster]),
    .page-content>figure,
    .page-content>form,
    .page-content>pre {
        margin-bottom: 2.6em
    }
}

.entry-content div[data-type*=borobazar] .wp-block,
.entry-content div[data-type*=gridster] .wp-block,
.page-content div[data-type*=borobazar] .wp-block,
.page-content div[data-type*=gridster] .wp-block {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content p:last-child,
.page-content p:last-child {
    clear: both
}

.entry-content p:last-child .alignleft,
.entry-content p:last-child .alignright,
.page-content p:last-child .alignleft,
.page-content p:last-child .alignright {
    margin-top: 2em
}

@media (min-width:768px) {
    .entry-content p:last-child .alignleft,
    .entry-content p:last-child .alignright,
    .page-content p:last-child .alignleft,
    .page-content p:last-child .alignright {
        margin-top: 2.4em
    }
}

@media (min-width:1024px) {
    .entry-content p:last-child .alignleft,
    .entry-content p:last-child .alignright,
    .page-content p:last-child .alignleft,
    .page-content p:last-child .alignright {
        margin-top: 2.6em
    }
}

.entry-content .aligncenter+p:last-child,
.entry-content .alignfull+p:last-child,
.entry-content .alignleft+p:last-child,
.entry-content .alignright+p:last-child,
.entry-content .alignwide+p:last-child,
.page-content .aligncenter+p:last-child,
.page-content .alignfull+p:last-child,
.page-content .alignleft+p:last-child,
.page-content .alignright+p:last-child,
.page-content .alignwide+p:last-child {
    clear: none
}

.entry-content .mejs-container.wp-audio-shortcode,
.page-content .mejs-container.wp-audio-shortcode {
    overflow: hidden
}

.entry-content .has-background-dim,
.entry-content .has-background-dim .wp-block-cover-text,
.entry-content .has-background-dim p,
.page-content .has-background-dim,
.page-content .has-background-dim .wp-block-cover-text,
.page-content .has-background-dim p {
    color: #fff
}

.entry-content .has-background-dim .wp-block-cover-text a,
.entry-content .has-background-dim .wp-block-cover-text strong,
.entry-content .has-background-dim a,
.entry-content .has-background-dim p a,
.entry-content .has-background-dim p strong,
.entry-content .has-background-dim strong,
.page-content .has-background-dim .wp-block-cover-text a,
.page-content .has-background-dim .wp-block-cover-text strong,
.page-content .has-background-dim a,
.page-content .has-background-dim p a,
.page-content .has-background-dim p strong,
.page-content .has-background-dim strong {
    color: currentColor
}

.entry-content .has-background-dim .wp-block-cover-text a,
.entry-content .has-background-dim a,
.entry-content .has-background-dim p a,
.page-content .has-background-dim .wp-block-cover-text a,
.page-content .has-background-dim a,
.page-content .has-background-dim p a {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.entry-content .has-background-dim .wp-block-cover-text a:focus,
.entry-content .has-background-dim .wp-block-cover-text a:hover,
.entry-content .has-background-dim a:focus,
.entry-content .has-background-dim a:hover,
.entry-content .has-background-dim p a:focus,
.entry-content .has-background-dim p a:hover,
.page-content .has-background-dim .wp-block-cover-text a:focus,
.page-content .has-background-dim .wp-block-cover-text a:hover,
.page-content .has-background-dim a:focus,
.page-content .has-background-dim a:hover,
.page-content .has-background-dim p a:focus,
.page-content .has-background-dim p a:hover {
    opacity: .9;
    text-decoration: none
}

.entry-content .wp-block-gallery figcaption,
.page-content .wp-block-gallery figcaption {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.entry-content .wp-block-button__link,
.page-content .wp-block-button__link {
    background-color: var(--color-brand);
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover,
.page-content .wp-block-button__link:focus,
.page-content .wp-block-button__link:hover {
    background-color: var(--color-brand-hover)
}

.entry-content .wp-block-button.is-style-squared .wp-block-button__link,
.page-content .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.page-content .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: var(--color-brand);
    background-color: transparent
}

.entry-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,
.page-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.page-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--color-brand-hover)
}

.entry-content .wp-block-image,
.page-content .wp-block-image {
    margin-bottom: 2em
}

@media (min-width:768px) {
    .entry-content .wp-block-image,
    .page-content .wp-block-image {
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .entry-content .wp-block-image,
    .page-content .wp-block-image {
        margin-bottom: 2.6em
    }
}

.entry-content .wp-block-image.is-style-default img,
.page-content .wp-block-image.is-style-default img {
    border-radius: inherit
}

.entry-content .wp-block-image figcaption,
.page-content .wp-block-image figcaption {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px)
}

@media (min-width:768px) {
    .entry-content .wp-block-image figcaption,
    .page-content .wp-block-image figcaption {
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.entry-content .wp-block-file .wp-block-file__button,
.page-content .wp-block-file .wp-block-file__button {
    background: var(--color-brand)
}

.entry-content .wp-block-table table,
.page-content .wp-block-table table {
    margin-bottom: 0
}

.entry-content .wp-block-table.is-style-stripes,
.page-content .wp-block-table.is-style-stripes {
    border: 0
}

.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.page-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-bg)
}

@media (max-width:599px) {
    .entry-content .wp-block-columns .wp-block-column,
    .page-content .wp-block-columns .wp-block-column {
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }
    .entry-content .wp-block-columns .wp-block-column:first-child,
    .page-content .wp-block-columns .wp-block-column:first-child {
        margin-top: 0
    }
    .entry-content .wp-block-columns .wp-block-column:last-child,
    .entry-content .wp-block-columns .wp-block-column>:last-child,
    .entry-content .wp-block-columns .wp-block-column>:only-child,
    .page-content .wp-block-columns .wp-block-column:last-child,
    .page-content .wp-block-columns .wp-block-column>:last-child,
    .page-content .wp-block-columns .wp-block-column>:only-child {
        margin-bottom: 0
    }
    .entry-content .post-password-form p,
    .entry-content .post-password-form p label,
    .page-content .post-password-form p,
    .page-content .post-password-form p label {
        display: grid
    }
    .entry-content .post-password-form p label input,
    .page-content .post-password-form p label input {
        margin-top: 12px
    }
    .entry-content .post-password-form p label+input[type=submit],
    .page-content .post-password-form p label+input[type=submit] {
        margin-top: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.entry-content .wp-block-cover.has-left-content,
.page-content .wp-block-cover.has-left-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.entry-content .wp-block-cover.has-right-content,
.page-content .wp-block-cover.has-right-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.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,
.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 {
    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 .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:focus,
.page-links .post-page-numbers:hover {
    color: #fff;
    background-color: var(--color-brand)
}

.admin-bar.page .entry-footer,
.admin-bar.single .entry-footer {
    clear: both;
    margin: 2.6em 0
}

#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:focus,
.comment-card .comment-footer a:hover {
    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;charset=utf-8,%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: 50%;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 1px;
    right: 0
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover {
    opacity: .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: .5em
}

@media (min-width:768px) {
    .comment-form .logged-in-as {
        margin-bottom: 1em
    }
}

.comment-form .comment-notes {
    display: block;
    margin-bottom: .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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .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 #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 4px;
    left: 7px
}

.comment-form .form-submit {
    display: block
}

.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 td,
.widget .calendar_wrap table th,
.wp-block-calendar table td,
.wp-block-calendar table th {
    padding: 10px 20px
}

.widget .calendar_wrap table tbody td,
.widget .calendar_wrap table tbody th,
.wp-block-calendar table tbody td,
.wp-block-calendar table tbody th {
    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_product_tag_cloud .tag-cloud-link,
.widget.widget_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 .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media (min-width:768px) {
    .widget.widget_product_tag_cloud .tag-cloud-link,
    .widget.widget_tag_cloud .tag-cloud-link,
    p.wp-block-tag-cloud .tag-cloud-link {
        font-size: var(--body-font-size)!important
    }
}

.widget.widget_product_tag_cloud .tag-cloud-link:focus,
.widget.widget_product_tag_cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:focus,
.widget.widget_tag_cloud .tag-cloud-link:hover,
p.wp-block-tag-cloud .tag-cloud-link:focus,
p.wp-block-tag-cloud .tag-cloud-link:hover {
    color: var(--color-main-text);
    background-color: var(--color-bg)
}

.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 .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.widget a:focus,
.widget a:hover {
    color: var(--color-brand)
}

.widget ol,
.widget ul {
    /* margin: 0; */
    /* padding-left: 0; */
    /* list-style: none */
}

.widget ol li>ul,
.widget ul li>ul {
    padding-left: 16px
}

@media (min-width:640px) {
    .widget ol li>ul,
    .widget ul 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_nav_menu li,
.widget.widget_pages li {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 0
}

.widget.widget_archive li ul,
.widget.widget_categories li ul,
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul {
    grid-column: 1/span 2
}

.widget.widget_archive li ul a,
.widget.widget_categories li ul a,
.widget.widget_nav_menu li ul a,
.widget.widget_pages 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_nav_menu li ul a:before,
.widget.widget_pages 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_nav_menu a,
.widget.widget_pages 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_nav_menu>ul>li:last-child>a,
.widget.widget_nav_menu div>ul>li:last-child>a,
.widget.widget_pages>ul>li:last-child>a,
.widget.widget_pages 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_product_tag_cloud .tagcloud,
.widget.widget_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>div,
.widget.widget_text .textwidget>p {
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:640px) {
    .widget.widget_text .textwidget>div,
    .widget.widget_text .textwidget>p {
        margin-bottom: 24px
    }
}

.widget.widget_text .textwidget>div:last-of-type,
.widget.widget_text .textwidget>p: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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.widget .gallery-item a:focus,
.widget .gallery-item a:hover {
    opacity: .8
}

.widget select {
    width: 100%
}

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.is-grid li,
ul.wp-block-latest-posts__list li {
    margin-bottom: 20px
}

@media (min-width:640px) {
    ul.wp-block-latest-posts__list.is-grid li,
    ul.wp-block-latest-posts__list 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-excerpt,
ol.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
    margin-left: 4.3em
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    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-author,
ul.wp-block-rss .wp-block-rss__item-publish-date {
    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 .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin-bottom: 16px
}

ul.wp-block-categories-list a:focus,
ul.wp-block-categories-list a:hover,
ul.wp-block-categories__list a:focus,
ul.wp-block-categories__list a:hover {
    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 ol,
ul.wp-block-categories-list ul,
ul.wp-block-categories__list ol,
ul.wp-block-categories__list ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

ul.wp-block-categories-list ol li>ul,
ul.wp-block-categories-list ul li>ul,
ul.wp-block-categories__list ol li>ul,
ul.wp-block-categories__list ul li>ul {
    padding-left: 16px
}

@media (min-width:640px) {
    ul.wp-block-categories-list ol li>ul,
    ul.wp-block-categories-list ul li>ul,
    ul.wp-block-categories__list ol li>ul,
    ul.wp-block-categories__list ul 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
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.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 .mejs-container.wp-audio-shortcode,
.entry-media img {
    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%
}

.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: .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
}

.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
}

.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, .2);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .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: #fff
}

@media (min-width:640px) {
    .borobazar-mini-cart-drawer.drawer-open .borobazar-drawer-content {
        -webkit-box-shadow: 0 25px 40px rgba(41, 50, 68, .25);
        box-shadow: 0 25px 40px rgba(41, 50, 68, .25)
    }
}

#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;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 16l-6-6 6-6A1.061 1.061 0 0016 2.498l-6 6-6-6a1.061 1.061 0 00-1.5 1.5l6 6-6 6A1.061 1.061 0 004 17.5l6-6 6 6a1.061 1.061 0 001.5-1.5z' fill='%238C969F' stroke='%238C969F' stroke-width='.3'/%3E%3C/svg%3E");
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        overflow: hidden
    }
    #redq-quick-view-modal .close-modal:focus,
    #redq-quick-view-modal .close-modal:hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 16l-6-6 6-6A1.061 1.061 0 0016 2.498l-6 6-6-6a1.061 1.061 0 00-1.5 1.5l6 6-6 6A1.061 1.061 0 004 17.5l6-6 6 6a1.061 1.061 0 001.5-1.5z' fill='%23000' stroke='%23000' stroke-width='.3'/%3E%3C/svg%3E")
    }
}

#redq-quick-view-modal.product-loaded {
    width: 100%;
    max-width: 1360px;
    padding: 24px 16px 68px;
    background: #fff;
    -webkit-box-shadow: 0 25px 40px rgba(41, 50, 68, .25);
    box-shadow: 0 25px 40px rgba(41, 50, 68, .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 .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out
    }
    #redq-quick-view-modal.product-loaded .close-modal:focus,
    #redq-quick-view-modal.product-loaded .close-modal:hover {
        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, .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: #fff
}

.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:after,
.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button:before {
    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: #fff
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart {
    text-decoration: none;
    padding: .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:focus,
.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart:hover {
    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 .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: 0;
    font-family: var(--body-font-family, "Inter");
    font-size: .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: .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: .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: 0;
        padding-bottom: 0
    }
}

@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
    }
}

.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))
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.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, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft,
.wp-block-freeform.block-library-rich-text__tinymce .alignleft,
.wp-block-image .alignleft,
.wp-block[data-align=left]>*,
.wp-block[data-align=left]>.wp-block-image {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    max-width: 40%
}

@media (min-width:768px) {
    .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left]>*,
    .wp-block[data-align=left]>.wp-block-image {
        margin-right: 2.4em;
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .alignleft,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left]>*,
    .wp-block[data-align=left]>.wp-block-image {
        margin-right: 2.6em;
        margin-bottom: 2.6em
    }
}

.alignright,
.wp-block-freeform.block-library-rich-text__tinymce .alignright,
.wp-block-image .alignright,
.wp-block[data-align=right]>*,
.wp-block[data-align=right]>.wp-block-image {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    max-width: 40%
}

@media (min-width:768px) {
    .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right]>*,
    .wp-block[data-align=right]>.wp-block-image {
        margin-left: 2.4em;
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .alignright,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right]>*,
    .wp-block[data-align=right]>.wp-block-image {
        margin-left: 2.6em;
        margin-bottom: 2.6em
    }
}

.aligncenter,
.wp-block-freeform.block-library-rich-text__tinymce .aligncenter,
.wp-block-image .aligncenter,
.wp-block[data-align=center]>*,
.wp-block[data-align=center]>.wp-block-image {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em
}

@media (min-width:768px) {
    .aligncenter,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center]>*,
    .wp-block[data-align=center]>.wp-block-image {
        margin-bottom: 2.4em
    }
}

@media (min-width:1024px) {
    .aligncenter,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center]>*,
    .wp-block[data-align=center]>.wp-block-image {
        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%,
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scale-out {
    75%,
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes anim-pulse {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes anim-pulse {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes checked {
    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes checked {
    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.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;charset=utf-8,%3Csvg width='13' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.332 1.382L4.966 8.748a.166.166 0 01-.235 0L.549 4.566a.166.166 0 010-.235l1.016-1.016a.166.166 0 01.234 0l3.05 3.049L11.08.13a.166.166 0 01.234 0l1.017 1.017a.166.166 0 010 .234z' fill='%23fff'/%3E%3C/svg%3E")
}

.borobazar-checkbox>input:checked+.borobazar-checkbox-icon.animate:after {
    opacity: 1;
    -webkit-animation: checked .7s;
    animation: checked .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
}

.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, .3);
    box-shadow: 1px 2px 10px -2px rgba(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
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0;
    opacity: 0;
    z-index: -1
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%
}

.cont_select_int {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .2);
    box-shadow: 1px 4px 10px -2px rgba(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: 0;
    -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: 0
}

.cont_select_int .active,
.cont_select_int li:hover {
    background-color: #eee
}

.selecionado_opcion {
    padding: 20px 2%;
    width: 96%;
    display: block;
    margin: 0;
    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
    }
}


/*# sourceMappingURL=borobazar-main-style.css.map */