* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

.button,
.rt-btn,
.rt-form .wpcf7-submit,
.rt-post__readmore,
.wp-block-button__link:not(.has-background) {
    color: var(--theme-btn-primary-color);
    display: inline-block;
    padding: 8px 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-btn-primary-background);
    background-image: none;
    touch-action: manipulation;
    transition: .2s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    transition: .3s
}

.button:hover,
.rt-btn:hover,
.rt-form .wpcf7-submit:hover,
.rt-post__readmore:hover,
.wp-block-button__link:not(.has-background):hover {
    text-decoration: none;
    color: var(--theme-btn-primary-color-active);
    background-color: var(--theme-btn-primary-background-active);
    box-shadow: var(--theme-shadow-md)
}

.button.disabled,
.button.is-disabled,
.button:disabled,
.button:disabled[disabled],
.disabled.rt-post__readmore,
.is-disabled.rt-post__readmore,
.rt-btn.disabled,
.rt-btn.is-disabled,
.rt-btn:disabled,
.rt-btn:disabled[disabled],
.rt-form .wpcf7-submit.disabled,
.rt-form .wpcf7-submit.is-disabled,
.rt-form .wpcf7-submit:disabled,
.rt-form .wpcf7-submit:disabled[disabled],
.rt-post__readmore:disabled,
.wp-block-button__link:not(.has-background).disabled,
.wp-block-button__link:not(.has-background).is-disabled,
.wp-block-button__link:not(.has-background):disabled,
.wp-block-button__link:not(.has-background):disabled[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.button.is-loading,
.button.loading,
.is-loading.rt-post__readmore,
.loading.rt-post__readmore,
.rt-btn.is-loading,
.rt-btn.loading,
.rt-form .wpcf7-submit.is-loading,
.rt-form .wpcf7-submit.loading,
.wp-block-button__link:not(.has-background).is-loading,
.wp-block-button__link:not(.has-background).loading {
    padding-right: 30px;
    cursor: not-allowed;
    opacity: .5
}

.button.is-loading:after,
.button.loading:after,
.is-loading.rt-post__readmore:after,
.loading.rt-post__readmore:after,
.rt-btn.is-loading:after,
.rt-btn.loading:after,
.rt-form .wpcf7-submit.is-loading:after,
.rt-form .wpcf7-submit.loading:after,
.wp-block-button__link:not(.has-background).is-loading:after,
.wp-block-button__link:not(.has-background).loading:after {
    height: .6em;
    width: .6em;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "";
    background: url(../img/spiner-light.svg) center center;
    background-size: auto;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    z-index: 99
}

[role=button],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation
}

.rt-btn--sm,
.rt-post__readmore {
    font-size: 12px;
    padding: 5px 8px
}

.rt-btn--lg {
    font-size: 16px;
    padding: 12px 30px
}

.rt-btn--block {
    width: 100%;
    display: block
}

.rt-btn--primary {
    color: var(--theme-btn-primary-color);
    background-color: var(--theme-btn-primary-background)
}

.rt-btn--primary:hover {
    color: var(--theme-btn-primary-color-active);
    background-color: var(--theme-btn-primary-background-active)
}

.rt-btn--second {
    color: var(--theme-btn-secondary-color);
    background-color: var(--theme-btn-secondary-background)
}

.rt-btn--second:hover {
    color: var(--theme-btn-secondary-color-active);
    background-color: var(--theme-btn-secondary-background-active)
}

.rt-btn--whatsapp {
    color: var(--theme-btn-whatsapp-color);
    background-color: var(--theme-btn-whatsapp-background)
}

.rt-btn--whatsapp:hover {
    color: var(--theme-btn-whatsapp-color-active);
    background-color: var(--theme-btn-whatsapp-background-active)
}

.button.checkout,
.rt-btn--action,
.single_add_to_cart_button,
.woocommerce #place_order.button,
.woocommerce .checkout-button {
    color: var(--theme-btn-action-color);
    background-color: var(--theme-btn-action-background)
}

.button.checkout:hover,
.rt-btn--action:hover,
.single_add_to_cart_button:hover,
.woocommerce #place_order.button:hover,
.woocommerce .checkout-button:hover {
    color: var(--theme-btn-action-color-active);
    background-color: var(--theme-btn-action-background-active)
}

.rt-btn--block {
    width: 100%
}

.rt-btn--border,
.rt-post__readmore {
    color: var(--theme-font-color-secondary);
    background: 0 0;
    border: 1px solid var(--theme-color-border)
}

.rt-btn--border i,
.rt-post__readmore i {
    color: inherit
}

.rt-btn--border:hover,
.rt-post__readmore:hover {
    background: 0 0;
    border: 1px solid var(--theme-color-brand);
    color: var(--theme-color-brand)
}

.rt-btn--border:hover i,
.rt-post__readmore:hover i {
    color: inherit
}

.is-loading.rt-post__readmore:after,
.loading.rt-post__readmore:after,
.rt-btn--border.is-loading:after,
.rt-btn--border.loading:after {
    background: url(../img/spiner.svg) center center
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.flex-row {
    margin-left: -15px;
    margin-right: -15px
}

.flexs {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
}

[class^=flex-lg-],
[class^=flex-md-],
[class^=flex-sm-],
[class^=flex-xs-] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.flex-start {
    justify-content: flex-start
}

.flex-left {
    justify-content: flex-start
}

.flex-center {
    justify-content: center
}

.flex-end {
    justify-content: flex-end
}

.flex-right {
    justify-content: flex-end
}

.flex-top {
    align-items: flex-start
}

.flex-middle {
    align-items: center
}

.flex-bottom {
    align-items: flex-end
}

.flex-around {
    justify-content: space-around
}

.flex-between {
    justify-content: space-between
}

label {
    display: block;
    margin-bottom: 5px
}

fieldset {
    border: 1px solid var(--theme-color-border);
    margin-bottom: 15px
}

.rt-form {
    position: relative !important;
    margin-bottom: 15px
}

.rt-form label:not(.rt-form__label),
.rt-form__label {
    font-family: var(--theme-font-family-secondary);
    display: block;
    margin-bottom: 3px;
    z-index: 1;
    font-weight: var(--theme-font-weight)
}

.rt-form .wpcf7-text,
.rt-form .wpcf7-textarea,
.rt-form Input[type=email]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=number]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=password]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=search]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=tel]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=text]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form input[type=url]:not(.rt-form__input):not(.rt-search-form__input),
.rt-form textarea:not(.rt-form__input):not(.rt-search-form__input),
.rt-form__input,
.rt-search-form__input {
    background-color: var(--theme-background-primary);
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 8px 15px;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    color: var(--theme-font-color-secondary)
}

.rt-form .wpcf7-text:focus,
.rt-form .wpcf7-textarea:focus,
.rt-form Input[type=email]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=number]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=password]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=search]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=tel]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=text]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form input[type=url]:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form textarea:not(.rt-form__input):not(.rt-search-form__input):focus,
.rt-form__input:focus,
.rt-search-form__input:focus {
    outline: 0;
    box-shadow: 0 0 0 1px var(--theme-color-info);
    border-color: var(--theme-color-info) !important
}

.rt-form textarea {
    min-height: 90px
}

.wpcf7-form br {
    display: none
}

.rt-form--checkbox label,
.rt-form--radio label {
    top: 1px;
    position: relative;
    margin-right: 9px
}

.rt-form--checkbox label:last-child,
.rt-form--radio label:last-child {
    margin-right: 0
}

.rt-form--checkbox input[type=checkbox],
.rt-form--checkbox input[type=radio],
.rt-form--radio input[type=checkbox],
.rt-form--radio input[type=radio] {
    margin-right: 5px
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--theme-color-border) 50%), linear-gradient(135deg, var(--theme-color-border) 50%, transparent 50%), linear-gradient(to right, var(--theme-color-border), var(--theme-color-border));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border: 1px solid var(--theme-color-border);
    color: var(--theme-font-color-secondary);
    background-color: var(--theme-background-primary);
    padding: 0 8px;
    padding-right: 35px;
    height: 37px;
    border-radius: var(--theme-border-radius)
}

.select2-dropdown {
    background-color: var(--theme-background-primary);
    z-index: 9999999999 !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--theme-color-border) !important;
    border-radius: var(--theme-border-radius) !important;
    background-color: var(--theme-background-primary);
    margin: 0 !important
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-primary);
    color: var(--theme-font-color-secondary)
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 37px;
    line-height: 37px !important;
    color: var(--theme-font-color-secondary)
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    color: var(--theme-font-color-secondary);
    border: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-primary)
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--theme-background-secondary)
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--theme-color-info)
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--theme-background-secondary)
}

.rt-form--overlay {
    margin-bottom: 10px;
    position: relative
}

.rt-form--overlay .rt-form__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    transition: .2s linear;
    color: var(--theme-font-color-tertiary) !important;
    font-weight: 400 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rt-form--overlay .optional {
    font-size: 11px !important
}

.rt-form--overlay .input-text,
.rt-form--overlay .rt-form__input,
.rt-form--overlay .rt-search-form__input {
    color: transparent;
    height: 53px;
    padding-left: 10px;
    padding-right: 10px
}

.rt-form--overlay .input-text::-moz-placeholder,
.rt-form--overlay .rt-form__input::-moz-placeholder,
.rt-form--overlay .rt-search-form__input::-moz-placeholder {
    color: transparent
}

.rt-form--overlay .input-text::placeholder,
.rt-form--overlay .rt-form__input::placeholder,
.rt-form--overlay .rt-search-form__input::placeholder {
    color: transparent
}

.rt-form--overlay select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px
}

.no-js .rt-form--overlay .rt-form__label,
.rt-form--overlay.is-active .rt-form__label {
    font-size: .7857142857rem;
    line-height: 1.5;
    top: 9px;
    transform: none;
    left: 11px;
    z-index: 1
}

.no-js .rt-form--overlay .input-text,
.no-js .rt-form--overlay .rt-form__input,
.no-js .rt-form--overlay .rt-search-form__input,
.rt-form--overlay.is-active .input-text,
.rt-form--overlay.is-active .rt-form__input,
.rt-form--overlay.is-active .rt-search-form__input {
    color: var(--theme-font-color-secondary);
    padding-top: 1.5em;
    padding-bottom: .35714em
}

.no-js .rt-form--overlay .input-text::-moz-placeholder,
.no-js .rt-form--overlay .rt-form__input::-moz-placeholder,
.no-js .rt-form--overlay .rt-search-form__input::-moz-placeholder,
.rt-form--overlay.is-active .input-text::-moz-placeholder,
.rt-form--overlay.is-active .rt-form__input::-moz-placeholder,
.rt-form--overlay.is-active .rt-search-form__input::-moz-placeholder {
    color: var(--theme-font-color-tertiary) !important
}

.no-js .rt-form--overlay .input-text::placeholder,
.no-js .rt-form--overlay .rt-form__input::placeholder,
.no-js .rt-form--overlay .rt-search-form__input::placeholder,
.rt-form--overlay.is-active .input-text::placeholder,
.rt-form--overlay.is-active .rt-form__input::placeholder,
.rt-form--overlay.is-active .rt-search-form__input::placeholder {
    color: var(--theme-font-color-tertiary) !important
}

.no-js .rt-form--overlay textarea,
.rt-form--overlay.is-active textarea {
    padding-top: 1.8em !important
}

#billing_address_2_field .rt-form__input::-moz-placeholder,
#billing_address_2_field .rt-search-form__input::-moz-placeholder,
#shipping_address_2_field .rt-form__input::-moz-placeholder,
#shipping_address_2_field .rt-search-form__input::-moz-placeholder {
    color: var(--theme-font-color-tertiary) !important
}

#billing_address_2_field .rt-form__input::placeholder,
#billing_address_2_field .rt-search-form__input::placeholder,
#shipping_address_2_field .rt-form__input::placeholder,
#shipping_address_2_field .rt-search-form__input::placeholder {
    color: var(--theme-font-color-tertiary) !important
}

#billing_address_2_field.is-active .rt-form__input,
#billing_address_2_field.is-active .rt-search-form__input,
#shipping_address_2_field.is-active .rt-form__input,
#shipping_address_2_field.is-active .rt-search-form__input {
    padding-top: 8px !important
}

.rt-form--overlay.rt-form--select2 label {
    top: 17px;
    left: 14px;
    font-size: .7857142857rem
}

.rt-form--overlay .select2-container .select2-selection--single,
.rt-form--overlay .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px !important
}

.rt-form--overlay .select2-container .select2-selection--single,
.rt-form--overlay .select2-container--default .select2-selection--single .select2-selection__arrow,
.rt-form--overlay .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 53px !important;
    line-height: 65px !important;
    font-size: 14px
}

.rt-form--overlay .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px
}

.rt-switch {
    display: flex
}

.rt-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.rt-switch .rt-switch__checkmark {
    position: absolute;
    display: inline-block
}

.rt-switch .rt-switch__checkmark:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 20px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color-border);
    transition: .4s;
    border: 1px solid var(--theme-color-border);
    border-radius: 30px;
    overflow: hidden
}

.rt-switch .rt-switch__checkmark:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    top: 2px;
    background-color: #fff;
    transition: .4s;
    border-radius: 100px
}

.rt-switch input:checked+.rt-switch__checkmark:before {
    background-color: var(--theme-color-info);
    border: 2px solid var(--theme-color-info)
}

.rt-switch input:focus+.rt-switch__checkmark:before {
    box-shadow: 0 0 1px var(--theme-color-info);
    border-color: var(--theme-color-info)
}

.rt-switch input:checked+.rt-switch__checkmark:after {
    transform: translateX(14px)
}

.rt-form--textarea .rt-form__label {
    top: 20px
}

.grids {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

[class*=__thumbnail] {
    position: relative;
    overflow: hidden
}

[class*=__thumbnail] img {
    border-radius: var(--theme-border-radius);
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%
}

.rt-img {
    position: relative;
    overflow: hidden
}

.rt-img img {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 100%
}

.rt-img--circle img {
    border-radius: 50%
}

.rt-img--rounded img {
    border-radius: var(--theme-border-radius)
}

.rt-img--full img {
    width: 100%
}

.rt-img--center {
    margin-left: auto !important;
    margin-right: auto !important
}

.rt-img--background img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

embed,
iframe,
img,
object {
    max-width: 100%
}

img {
    height: auto
}

.img-responsive {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.rt-img-list {
    display: flex;
    flex-flow: row wrap;
    gap: 15px
}

.rt-img-list__item {
    display: block;
    line-height: 1
}

.rt-img-list__item:last-child {
    margin-right: 0
}

.rt-img-list img {
    border-radius: var(--theme-border-radius)
}

/*! 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 {
    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 .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.section {
    padding-top: 40px;
    padding-bottom: 40px
}

.section-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

table {
    width: 100%
}

.rt-table,
.shop_table,
.woocommerce-product-attributes,
.woocommerce-table {
    border-radius: var(--theme-border-radius);
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: hidden;
    box-shadow: 0 0 0 1px var(--theme-color-border);
    overflow: hidden
}

.rt-table thead,
.shop_table thead,
.woocommerce-product-attributes thead,
.woocommerce-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: var(--theme-background-secondary)
}

.rt-table tbody,
.shop_table tbody,
.woocommerce-product-attributes tbody,
.woocommerce-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

.rt-table tfoot tr:last-child td,
.rt-table tfoot tr:last-child th,
.shop_table tfoot tr:last-child td,
.shop_table tfoot tr:last-child th,
.woocommerce-product-attributes tfoot tr:last-child td,
.woocommerce-product-attributes tfoot tr:last-child th,
.woocommerce-table tfoot tr:last-child td,
.woocommerce-table tfoot tr:last-child th {
    border-bottom: 0
}

.rt-table tr,
.shop_table tr,
.woocommerce-product-attributes tr,
.woocommerce-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    outline: 0
}

.rt-table tr th,
.shop_table tr th,
.woocommerce-product-attributes tr th,
.woocommerce-table tr th {
    vertical-align: top;
    border-bottom: 1px solid var(--theme-color-border);
    padding: 8px;
    line-height: 1.4;
    text-align: left
}

.rt-table tr td,
.shop_table tr td,
.woocommerce-product-attributes tr td,
.woocommerce-table tr td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-bottom: 1px solid var(--theme-color-border);
    text-align: left
}

.rt-table--odd tbody tr:nth-child(odd) {
    background-color: var(--theme-background-secondary)
}

.rt-table-responsive {
    overflow-x: auto
}

html {
    font-size: 14px
}

body {
    font-family: var(--theme-font-family-secondary);
    color: var(--theme-font-color-secondary);
    font-size: 1rem;
    line-height: 1.75
}

head,
title {
    display: none
}

b,
strong {
    font-weight: var(--theme-font-weight)
}

h1 {
    font-size: var(--theme-heading-h1)
}

h2 {
    font-size: var(--theme-heading-h2)
}

h3 {
    font-size: var(--theme-heading-h3)
}

h4 {
    font-size: var(--theme-heading-h4)
}

h5 {
    font-size: var(--theme-heading-h5)
}

h6 {
    font-size: var(--theme-heading-h6)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-font-color-primary);
    font-family: var(--theme-font-family-primary);
    line-height: 1.2;
    padding: 0;
    margin-top: 0;
    margin-bottom: .7142857143em;
    font-weight: var(--theme-font-weight)
}

p {
    margin-top: 0;
    margin-bottom: 1.0714285714em
}

a {
    color: var(--theme-color-link);
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: var(--theme-color-link-active);
    text-decoration: none
}

a.disable {
    cursor: default;
    text-decoration: none
}

a.disable:hover {
    color: inherit;
    text-decoration: none
}

small {
    font-size: .8em
}

blockquote {
    font-size: 1.3rem;
    position: relative;
    margin: 1.0714285714em 0;
    padding-top: 1.0714285714em;
    padding-bottom: .3571428571em;
    padding-left: 4.2857142857em;
    padding-right: 1.0714285714em;
    background-color: var(--theme-background-secondary);
    border: 1px solid var(--theme-color-border);
    border-left: 3px solid var(--theme-color-border);
    border-top-right-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
    font-style: italic
}

blockquote cite {
    display: block;
    font-size: 14px;
    color: var(--theme-font-color-primary);
    font-weight: var(--theme-font-weight)
}

blockquote:before {
    content: "";
    background-color: var(--theme-color-border);
    left: 5px;
    height: 3em;
    width: 3em;
    display: block;
    position: absolute;
    color: var(--theme-color-border);
    -webkit-mask: url(../img/quote.svg) no-repeat 100% 100%;
    mask: url(../img/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover
}

code {
    display: block;
    background-color: var(--theme-background-secondary);
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    padding: 1.0714285714em 1.4285714286em;
    margin-top: .5714285714em;
    margin-bottom: 1.0714285714em
}

pre {
    text-align: left;
    overflow: auto;
    border: 1px solid var(--theme-color-border);
    padding: 15px
}

ol,
ul {
    padding-left: 2.1428571429em;
    margin-top: 0;
    margin-bottom: .5714285714em
}

.rt-accordion {
    border-radius: var(--theme-border-radius)
}

.rt-accordion__title {
    margin: 0;
    padding: 10px 15px;
    background-color: var(--theme-background-secondary);
    border-top: 1px solid var(--theme-color-border);
    border-bottom: 1px solid var(--theme-color-border);
    margin-top: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rt-accordion__title .icon-active {
    display: block
}

.rt-accordion__title .icon-deactive {
    display: none
}

.rt-accordion__content {
    padding: 15px;
    display: none
}

.rt-accordion__item {
    margin-bottom: -1px;
    border: 1px solid var(--theme-color-border)
}

.rt-accordion__item.is-active .icon-active {
    display: none
}

.rt-accordion__item.is-active .icon-deactive {
    display: block
}

.rt-accordion__item:first-child {
    border-top-left-radius: var(--theme-border-radius);
    border-top-right-radius: var(--theme-border-radius);
    overflow: hidden
}

.rt-accordion__item:last-child {
    border-bottom-left-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
    overflow: hidden
}

.rt-alert {
    border-radius: var(--theme-border-radius);
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    background-color: var(--theme-background-secondary)
}

.rt-alert__close {
    position: absolute;
    top: 0;
    right: 15px
}

.rt-alert ul {
    padding: 0;
    margin: 0
}

.rt-alert i {
    color: inherit
}

.rt-alert a {
    font-weight: 700
}

.rt-alert a:hover {
    text-decoration: underline
}

.rt-alert--info {
    background-color: var(--theme-color-info-lighter);
    color: var(--theme-color-info)
}

.rt-alert--success {
    background-color: var(--theme-color-success-lighter);
    color: var(--theme-color-success)
}

.rt-alert--warning {
    background-color: var(--theme-color-warning) -lighter;
    color: var(--theme-color-warning)
}

.rt-alert--danger {
    background-color: var(--theme-color-danger-lighter);
    color: var(--theme-color-danger)
}

.rt-author-box {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid var(--theme-color-border);
    padding: 15px;
    border-radius: var(--theme-border-radius);
    margin-bottom: 30px
}

.rt-author-box__body {
    flex: 1
}

.rt-author-box__thumbnail {
    margin-right: 15px;
    width: var(--theme-thumbnail-width) !important;
    height: var(--theme-thumbnail-width);
    border-radius: 100%;
    margin-bottom: 15px;
    border: 3px solid var(--theme-color-border)
}

.rt-author-box__title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px
}

.rt-author-box__title a {
    color: var(--theme-font-color-primary)
}

.rt-author-box__position {
    color: var(--theme-font-color-tertiary);
    margin-bottom: 15px;
    font-size: 12px
}

.rt-author-box__content {
    margin-bottom: 15px
}

.rt-badges a {
    display: inline-block;
    background-color: var(--theme-badges-background);
    color: var(--theme-badges-color);
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: var(--theme-border-radius);
    margin-bottom: 5px;
    line-height: 1;
    font-size: 11px
}

.rt-breadcrumbs {
    color: var(--theme-font-color-tertiary);
    font-size: 12px
}

.rt-breadcrumbs a {
    color: var(--theme-font-color-tertiary)
}

.rt-breadcrumbs a:hover {
    color: var(--theme-link-active)
}

.rt-breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.rt-breadcrumbs ul li {
    list-style: none;
    margin-right: 7px
}

.rt-breadcrumbs ul li:after {
    content: "»";
    margin-left: 8px
}

.rt-breadcrumbs ul li:last-child::after {
    display: none
}

.rt-gotop {
    transition: .3s;
    font-size: 14px;
    z-index: 95;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 37px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, .38);
    color: #e8e8e9;
    display: none;
    cursor: pointer
}

.rt-gotop .rt-icon {
    margin-right: 0
}

.rt-gotop:hover {
    color: #e8e8e9;
    background-color: var(--theme-color-brand)
}

.rt-gotop.is-active {
    display: block
}

.rt-header-block {
    position: relative;
    margin-bottom: 30px
}

.rt-header-block__desc {
    font-size: 16px
}

.rt-header-block__nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.rt-header-block-block__prev {
    background-color: var(--theme-background-primary);
    display: inline-block;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    margin-right: 3px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: var(--theme-font-color-tertiary)
}

.rt-header-block-block__prev:hover {
    border-color: var(--theme-color-brand);
    color: var(--theme-color-brand)
}

.rt-header-block-block__prev.is-disable,
.rt-header-block-block__prev.swiper-button-disabled {
    background-color: var(--theme-background-secondary);
    cursor: default
}

.rt-header-block-block__prev.is-disable:hover,
.rt-header-block-block__prev.swiper-button-disabled:hover {
    border-color: var(--theme-color-border);
    color: var(--theme-font-color-tertiary)
}

.rt-header-block--center {
    text-align: center
}

.rt-icon {
    margin-right: 3px
}

.rt-icon svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -.125em;
    fill: currentcolor
}

.rt-loading {
    position: relative
}

.rt-loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-background-primary);
    opacity: .5;
    z-index: 98
}

.rt-loading:after {
    height: 1.5em;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    background: url(../img/spiner.svg) center center;
    background-size: auto;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    z-index: 99;
    opacity: .5
}

.rt-modal {
    display: none;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.rt-modal__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: var(--theme-color-overlay);
    webkit-backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.rt-modal__inner {
    transform: scaleX(1) scaleY(1);
    position: relative;
    overflow: hidden;
    width: 600px;
    margin: 100px auto;
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-background-primary);
    backface-visibility: hidden
}

.rt-modal__header {
    position: relative;
    background: var(--theme-background-secondary);
    padding: 15px;
    border-bottom: 1px solid var(--theme-color-border)
}

.rt-modal__title {
    margin: 0
}

.rt-modal__desc {
    margin-bottom: 0
}

.rt-modal__body {
    padding: 15px;
    overflow: auto
}

.rt-modal__footer {
    border-top: 1px solid var(--theme-color-border);
    background: var(--theme-background-secondary);
    padding: 15px
}

.rt-modal__close {
    z-index: 1;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-font-color-secondary);
    right: 15px
}

.rt-modal__close:hover {
    color: var(--theme-font-color-primary)
}

.rt-pagination,
.woocommerce-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px
}

.rt-pagination .page-numbers,
.woocommerce-pagination .page-numbers .page-numbers {
    display: inline-block;
    min-width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    border-radius: var(--theme-border-radius);
    border: 1px solid transparent;
    margin-right: 5px;
    background-color: var(--theme-background-primary);
    color: var(--theme-font-color-primary);
    border-color: var(--theme-color-border)
}

.rt-pagination .page-numbers i,
.woocommerce-pagination .page-numbers .page-numbers i {
    line-height: inherit
}

.rt-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers .page-numbers:hover {
    color: var(--theme-color-base);
    background-color: var(--theme-color-brand);
    border-color: var(--theme-color-brand);
    text-decoration: none
}

.rt-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
    background-color: var(--theme-color-brand);
    color: var(--theme-color-base);
    border-color: var(--theme-color-brand)
}

.rt-pagination__spinner,
.woocommerce-pagination .page-numbers__spinner {
    display: none;
    color: var(--theme-background-secondary)
}

.rt-pagination__button,
.woocommerce-pagination .page-numbers__button {
    display: block
}

.rt-pagination--loadmore {
    display: flex;
    justify-content: center
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    gap: 15px
}

.woocommerce-pagination ul.page-numbers {
    margin-left: 0;
    padding: 0;
    list-style: none
}

.woocommerce-pagination ul.page-numbers .page-numbers {
    margin-top: 0;
    margin-bottom: 0
}

.rt-panel {
    overflow: hidden;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    margin-bottom: 30px
}

.rt-panel__header {
    padding: 10px 15px;
    border-bottom: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-secondary)
}

.rt-panel__title {
    margin: 0;
    font-size: 16px
}

.rt-panel__body {
    padding: 15px
}

.rt-post {
    transition: .3s;
    position: relative;
    --theme-color-link: var(--theme-font-color-primary)
}

.rt-post__thumbnail {
    margin-bottom: 11px
}

.rt-post .rt-badges {
    margin-bottom: 7px;
    position: absolute;
    top: 5px;
    left: 5px
}

.rt-post__title {
    margin-top: 0;
    margin-bottom: 10px
}

.rt-post__meta {
    margin-bottom: 10px;
    margin-left: -7px;
    margin-right: -7px
}

.rt-post__meta-item {
    color: var(--theme-font-color-tertiary);
    font-size: 12px;
    line-height: 1;
    padding-left: 7px;
    padding-right: 7px;
    position: relative
}

.rt-post__meta-item i {
    margin-right: 5px
}

.rt-post__meta-item:before {
    content: "";
    position: absolute;
    right: -4px;
    top: 2px;
    bottom: 2px;
    width: 2px;
    background: var(--theme-color-border)
}

.rt-post__meta-item:last-child:before {
    display: none
}

.rt-post__content {
    color: var(--theme-font-color-secondary);
    margin-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px
}

.rt-post__readmore {
    font-size: 13px
}

.rt-post--responsive-list {
    display: flex;
    flex-wrap: wrap
}

.rt-post--responsive-list .rt-post__thumbnail {
    width: 100%
}

.rt-post--responsive-list .rt-post__thumbnail img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.rt-post--list {
    display: flex;
    flex-wrap: wrap
}

.rt-post--list .rt-post__thumbnail {
    width: 320px;
    margin-bottom: 0;
    margin-right: 15px
}

.rt-post--list .rt-post__thumbnail img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.rt-post--list .rt-post__body {
    display: block;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px
}

.rt-post--list-small {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.rt-post--list-small .rt-post__title {
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 1rem
}

.rt-post--list-small .rt-post__meta {
    margin-bottom: 0
}

.rt-post--list-small .rt-post__thumbnail {
    width: var(--theme-thumbnail-width);
    margin-bottom: 0
}

.rt-post--list-small .rt-post__thumbnail img {
    width: 100%
}

.rt-post--list-small .rt-post__body {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px
}

.rt-post--card,
.rt-post--grid {
    display: flex;
    flex-flow: column
}

.rt-post--card .rt-post__title,
.rt-post--grid .rt-post__title {
    font-size: 1.1428571429rem
}

.rt-post--card .rt-post__body,
.rt-post--grid .rt-post__body {
    flex: 1;
    display: flex;
    flex-flow: column
}

.rt-post--card .rt-post__footer,
.rt-post--grid .rt-post__footer {
    margin-top: auto;
    align-self: left
}

.rt-post--card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-card-background)
}

.rt-post--card .rt-post__thumbnail {
    margin-bottom: 0
}

.rt-post--card .rt-post__thumbnail img {
    border-radius: 0
}

.rt-post--card .rt-post__body {
    padding: 15px;
    padding-bottom: 20px
}

.rt-post--card:hover {
    box-shadow: var(--theme-shadow-md)
}

.rt-search-form {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: var(--theme-font-color-secondary)
}

.rt-search-form__inner {
    position: relative;
    margin-bottom: 0
}

.rt-search-form__input {
    padding-right: 35px
}

.rt-search-form__btn {
    color: inherit;
    position: absolute;
    border: none;
    background: 0 0;
    height: 100%;
    top: 0;
    right: 5px
}

.rt-header .rt-search-form--btn {
    --theme-search-form-btn-color: var(--theme-btn-primary-color);
    --theme-search-form-btn-bg: var(--theme-btn-primary-background);
    --theme-search-form-btn-color-active: var(--theme-btn-primary-color-active);
    --theme-search-form-btn-bg-active: var(--theme-btn-primary-background-active)
}

.rt-header .rt-search-form--btn .rt-search-form__btn {
    color: var(--theme-search-form-btn-color);
    background: var(--theme-search-form-btn-bg);
    right: 0;
    padding: 0 15px;
    border-top-right-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
    cursor: pointer
}

.rt-header .rt-search-form--btn .rt-search-form__btn:hover {
    color: var(--theme-search-form-btn-color-active);
    background: var(--theme-search-form-btn-bg-active)
}

.rt-search {
    background-color: var(--theme-background-primary);
    z-index: -1;
    box-shadow: var(--theme-shadow-sticky);
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    height: var(--theme-search-form-height)
}

.rt-search .page-container {
    position: relative;
    display: flex;
    align-items: center
}

.rt-search__inner {
    width: 100%;
    margin: 0
}

.rt-search__input {
    display: block;
    width: 100%;
    height: inherit;
    color: var(--theme-font-color-secondary);
    border: none !important;
    outline: 0;
    background-color: transparent;
    font-size: 18px;
    padding-left: 30px !important
}

.rt-search__input:placeholder {
    color: currentColor;
    opacity: 1
}

.rt-search__input:focus {
    box-shadow: none !important;
    outline: 0;
    border: none !important
}

.rt-search__icon {
    color: var(--theme-font-color-secondary);
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rt-search__btn {
    display: none
}

.rt-search__close {
    position: absolute;
    right: 15px;
    z-index: 9;
    cursor: pointer
}

.rt-search__close:hover {
    color: var(--theme-color-link-active)
}

.rt-sidepanel {
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    height: 100%
}

.rt-sidepanel__overlay {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color-overlay);
    webkit-backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.rt-sidepanel__inner {
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    height: 100%;
    background-color: var(--theme-background-primary);
    display: none
}

.rt-sidepanel__header {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid var(--theme-color-border)
}

.rt-sidepanel__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px
}

.rt-sidepanel__body {
    padding: 15px;
    height: calc(100% - 40px);
    overflow-y: auto
}

.rt-sidepanel__footer {
    padding: 15px
}

.rt-sidepanel__close {
    color: var(--theme-font-color-secondary);
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.rt-sidepanel__close-outner {
    left: -32px;
    width: 32px;
    line-height: 32px;
    background-color: var(--theme-background-secondary);
    text-align: center;
    color: #222;
    position: absolute;
    top: 32px;
    color: var(--theme-font-color-primary);
    font-size: 12px
}

.rt-sidepanel--left .rt-sidepanel__inner {
    right: auto;
    left: 0
}

.rt-sidepanel--left .rt-sidepanel__close-outner {
    right: -32px;
    left: auto
}

.rt-sidepanel--left .rt-sidepanel__close {
    right: 15px;
    left: auto
}

.rt-sidepanel--bottom .rt-sidepanel__inner {
    border-top-left-radius: var(--theme-border-radius);
    border-top-right-radius: var(--theme-border-radius);
    top: 50%;
    margin: 0 auto;
    width: auto;
    height: auto;
    left: 0;
    width: 570px
}

.rt-sidepanel--top .rt-sidepanel__inner {
    border-bottom-left-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
    top: 0;
    bottom: auto !important;
    width: 570px;
    margin: 0 auto;
    height: auto;
    left: 0
}

.rt-single-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-radius: var(--theme-border-radius);
    border: 1px solid var(--theme-color-border);
    padding: 15px 20px
}

.rt-single-nav__label {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.rt-single-nav__title {
    margin: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.rt-single-nav__body {
    display: flex;
    flex-direction: row nowrap
}

.rt-single-nav .rt-img {
    width: var(--theme-thumbnail-width);
    margin-right: 10px
}

.rt-single-nav .rt-img img {
    border-radius: 100%
}

.rt-single-nav:hover {
    color: var(--theme-color-link)
}

.rt-single-nav-next {
    text-align: right
}

.rt-single-nav-next i {
    margin-left: 8px
}

.rt-single-nav-prev i {
    margin-right: 8px
}

.rt-single-nav-next,
.rt-single-nav-prev {
    color: var(--theme-font-color-tertiary);
    width: 50%;
    align-items: center
}

.rt-single-nav-next .rt-single-nav__body {
    flex-flow: row-reverse nowrap
}

.rt-single-nav-next .rt-img {
    margin-left: 10px;
    margin-right: 0
}

.rt-single .rt-breadcrumbs {
    margin-bottom: 10px
}

.rt-single__title {
    margin-top: 0
}

.rt-single__thumbnail {
    margin-bottom: 30px
}

.rt-single__meta {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 30px
}

.rt-single__meta-item {
    color: var(--theme-font-color-tertiary);
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative
}

.rt-single__meta-item i {
    margin-right: 5px
}

.rt-single__meta-item:after {
    content: "";
    position: absolute;
    right: 1px;
    top: 2px;
    bottom: 2px;
    width: 2px;
    background: var(--theme-color-border)
}

.rt-single__meta-item:last-child:after {
    display: none
}

.rt-single__meta a {
    color: var(--theme-font-color-tertiary)
}

.rt-single__meta a:hover {
    color: var(--theme-color-link)
}

.rt-single__meta .category a {
    margin-left: -7px;
    margin-right: -7px
}

.rt-single__meta .category:last-child span {
    display: none
}

.rt-single__content {
    padding-bottom: 40px;
    border-bottom: 3px solid var(--theme-color-border);
    margin-bottom: 30px
}

.rt-single .rt-share {
    margin-bottom: 30px
}

.rt-socmed {
    display: flex;
    flex-wrap: wrap
}

.rt-socmed__title {
    margin: 0 10px 0 0;
    font-size: 16px
}

.rt-socmed__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
    color: var(--theme-font-color-secondary);
    background-color: var(--theme-background-secondary);
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius)
}

.rt-socmed__item i {
    position: relative;
    margin: 0
}

.rt-socmed__item:last-child {
    margin-right: 0
}

.rt-socmed__item:hover.facebook {
    color: var(--theme-color-base);
    border-color: #2e4677;
    background-color: #30487b
}

.rt-socmed__item:hover.fbmessager {
    color: var(--theme-color-base);
    border-color: #006cd1;
    background-color: #006fd6
}

.rt-socmed__item:hover.twitter {
    color: var(--theme-color-base);
    border-color: #0c89d5;
    background-color: #0d8cda
}

.rt-socmed__item:hover.instagram {
    color: var(--theme-color-base);
    border-color: #0d3c5f;
    background-color: #0d3f64
}

.rt-socmed__item:hover.google-plus {
    color: var(--theme-color-base);
    border-color: #c63422;
    background-color: #ca3523
}

.rt-socmed__item:hover.linkedin {
    color: var(--theme-color-base);
    border-color: #005c87;
    background-color: #005f8c
}

.rt-socmed__item:hover.pinterest {
    color: var(--theme-color-base);
    border-color: #a31a1f;
    background-color: #a81a20
}

.rt-socmed__item:hover.youtube {
    color: var(--theme-color-base);
    border-color: #8d0000;
    background-color: #920000
}

.rt-socmed__item:hover.rss {
    color: var(--theme-color-base);
    border-color: #f98e10;
    background-color: #f99015
}

.rt-socmed__item:hover.vimeo {
    color: var(--theme-color-base);
    border-color: #17b3da;
    background-color: #17b7df
}

.rt-socmed__item:hover.dribbble {
    color: var(--theme-color-base);
    border-color: #f53980;
    background-color: #f53e83
}

.rt-socmed__item:hover.skype {
    color: var(--theme-color-base);
    border-color: #0aa2ce;
    background-color: #0ba6d2
}

.rt-socmed__item:hover.wordpress {
    color: var(--theme-color-base);
    border-color: #1e759c;
    background-color: #1e78a1
}

.rt-socmed__item:hover.behance {
    color: var(--theme-color-base);
    border-color: #0262e5;
    background-color: #0264ea
}

.rt-socmed__item:hover.dropbox {
    color: var(--theme-color-base);
    border-color: #1187c3;
    background-color: #118ac8
}

.rt-socmed__item:hover.soundcloud {
    color: var(--theme-color-base);
    border-color: #ff6102;
    background-color: #ff6507
}

.rt-socmed__item:hover.tumblr {
    color: var(--theme-color-base);
    border-color: #34567b;
    background-color: #36597e
}

.rt-socmed__item:hover.github {
    color: var(--theme-color-base);
    border-color: #2f79ad;
    background-color: #307cb1
}

.rt-socmed__item:hover.whatsapp {
    color: var(--theme-color-base);
    border-color: #1eac53;
    background-color: #1fb055
}

.rt-socmed__item:hover.telegram {
    color: var(--theme-color-base);
    border-color: #00699e;
    background-color: #006da3
}

.rt-socmed__item:hover.bbm {
    color: var(--theme-color-base);
    border-color: #1c1c1c;
    background-color: #1f1f1f
}

.rt-socmed__item:hover.phone {
    color: var(--theme-color-base);
    border-color: #a72a2a;
    background-color: #ab2b2b
}

.rt-socmed__item:hover.email {
    color: var(--theme-color-base);
    border-color: #575e64;
    background-color: #596167
}

.rt-socmed--brand .rt-socmed__item {
    color: var(--theme-color-base)
}

.rt-socmed--brand .rt-socmed__item.facebook {
    background-color: #3b5998 !important;
    border-color: #37538d !important
}

.rt-socmed--brand .rt-socmed__item.facebook:hover {
    background-color: #4c70ba !important;
    border-color: #4c70ba !important
}

.rt-socmed--brand .rt-socmed__item.fbmessager {
    background-color: #0084ff !important;
    border-color: #007cf0 !important
}

.rt-socmed--brand .rt-socmed__item.fbmessager:hover {
    background-color: #339dff !important;
    border-color: #339dff !important
}

.rt-socmed--brand .rt-socmed__item.twitter {
    background-color: #1da1f2 !important;
    border-color: #0f9bf1 !important
}

.rt-socmed--brand .rt-socmed__item.twitter:hover {
    background-color: #4db5f5 !important;
    border-color: #4db5f5 !important
}

.rt-socmed--brand .rt-socmed__item.instagram {
    background-color: #125688 !important;
    border-color: #104d7a !important
}

.rt-socmed--brand .rt-socmed__item.instagram:hover {
    background-color: #1872b5 !important;
    border-color: #1872b5 !important
}

.rt-socmed--brand .rt-socmed__item.google-plus {
    background-color: #dd4b39 !important;
    border-color: #db3f2c !important
}

.rt-socmed--brand .rt-socmed__item.google-plus:hover {
    background-color: #e47365 !important;
    border-color: #e47365 !important
}

.rt-socmed--brand .rt-socmed__item.linkedin {
    background-color: #007bb5 !important;
    border-color: #0071a6 !important
}

.rt-socmed--brand .rt-socmed__item.linkedin:hover {
    background-color: #009ee8 !important;
    border-color: #009ee8 !important
}

.rt-socmed--brand .rt-socmed__item.pinterest {
    background-color: #cb2027 !important;
    border-color: #be1e24 !important
}

.rt-socmed--brand .rt-socmed__item.pinterest:hover {
    background-color: #e03e44 !important;
    border-color: #e03e44 !important
}

.rt-socmed--brand .rt-socmed__item.youtube {
    background-color: #b00 !important;
    border-color: #ac0000 !important
}

.rt-socmed--brand .rt-socmed__item.youtube:hover {
    background-color: #e00 !important;
    border-color: #e00 !important
}

.rt-socmed--brand .rt-socmed__item.rss {
    background-color: #faa33d !important;
    border-color: #fa9c2e !important
}

.rt-socmed--brand .rt-socmed__item.rss:hover {
    background-color: #fbbb6f !important;
    border-color: #fbbb6f !important
}

.rt-socmed--brand .rt-socmed__item.vimeo {
    background-color: #35c6ea !important;
    border-color: #27c2e9 !important
}

.rt-socmed--brand .rt-socmed__item.vimeo:hover {
    background-color: #63d3ef !important;
    border-color: #63d3ef !important
}

.rt-socmed--brand .rt-socmed__item.dribbble {
    background-color: #f7659c !important;
    border-color: #f65693 !important
}

.rt-socmed--brand .rt-socmed__item.dribbble:hover {
    background-color: #fa95bb !important;
    border-color: #fa95bb !important
}

.rt-socmed--brand .rt-socmed__item.skype {
    background-color: #13c1f3 !important;
    border-color: #0cb9eb !important
}

.rt-socmed--brand .rt-socmed__item.skype:hover {
    background-color: #44cef5 !important;
    border-color: #44cef5 !important
}

.rt-socmed--brand .rt-socmed__item.wordpress {
    background-color: #2592c3 !important;
    border-color: #2388b6 !important
}

.rt-socmed--brand .rt-socmed__item.wordpress:hover {
    background-color: #40abdb !important;
    border-color: #40abdb !important
}

.rt-socmed--brand .rt-socmed__item.behance {
    background-color: #1879fd !important;
    border-color: #0970fd !important
}

.rt-socmed--brand .rt-socmed__item.behance:hover {
    background-color: #4b96fd !important;
    border-color: #4b96fd !important
}

.rt-socmed--brand .rt-socmed__item.dropbox {
    background-color: #17a3eb !important;
    border-color: #139adf !important
}

.rt-socmed--brand .rt-socmed__item.dropbox:hover {
    background-color: #46b6ef !important;
    border-color: #46b6ef !important
}

.rt-socmed--brand .rt-socmed__item.soundcloud {
    background-color: #ff7e30 !important;
    border-color: #ff7421 !important
}

.rt-socmed--brand .rt-socmed__item.soundcloud:hover {
    background-color: #ff9e63 !important;
    border-color: #ff9e63 !important
}

.rt-socmed--brand .rt-socmed__item.tumblr {
    background-color: #426d9b !important;
    border-color: #3d6590 !important
}

.rt-socmed--brand .rt-socmed__item.tumblr:hover {
    background-color: #5886b8 !important;
    border-color: #5886b8 !important
}

.rt-socmed--brand .rt-socmed__item.github {
    background-color: #3f91cb !important;
    border-color: #358ac5 !important
}

.rt-socmed--brand .rt-socmed__item.github:hover {
    background-color: #67a8d6 !important;
    border-color: #67a8d6 !important
}

.rt-socmed--brand .rt-socmed__item.whatsapp {
    background-color: #25d366 !important;
    border-color: #23c660 !important
}

.rt-socmed--brand .rt-socmed__item.whatsapp:hover {
    background-color: #4be083 !important;
    border-color: #4be083 !important
}

.rt-socmed--brand .rt-socmed__item.telegram {
    background-color: #08c !important;
    border-color: #007ebd !important
}

.rt-socmed--brand .rt-socmed__item.telegram:hover {
    background-color: #0af !important;
    border-color: #0af !important
}

.rt-socmed--brand .rt-socmed__item.bbm {
    background-color: #333 !important;
    border-color: #2b2b2b !important
}

.rt-socmed--brand .rt-socmed__item.bbm:hover {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important
}

.rt-socmed--brand .rt-socmed__item.phone {
    background-color: #c33 !important;
    border-color: #c03030 !important
}

.rt-socmed--brand .rt-socmed__item.phone:hover {
    background-color: #d65c5c !important;
    border-color: #d65c5c !important
}

.rt-socmed--brand .rt-socmed__item.email {
    background-color: #6c757d !important;
    border-color: #656d75 !important
}

.rt-socmed--brand .rt-socmed__item.email:hover {
    background-color: #868e96 !important;
    border-color: #868e96 !important
}

.rt-socmed--border .rt-socmed__item {
    color: var(--theme-font-color-secondary) !important;
    background-color: transparent !important;
    border-color: var(--theme-color-border) !important;
    border-width: 1px
}

.rt-socmed--simple {
    margin-left: -7px;
    margin-right: -7px
}

.rt-socmed--simple .rt-socmed__item {
    background-color: transparent !important;
    border: 0;
    color: var(--theme-font-color-secondary)
}

.rt-socmed--simple .rt-socmed__item:hover {
    color: var(--theme-color-link-active);
    background-color: transparent;
    border-color: transparent
}

.rt-socmed--md .rt-socmed__item {
    font-size: 18px;
    width: 36px;
    height: 36px
}

.rt-socmed--lg .rt-socmed__item {
    font-size: 21px;
    width: 46px;
    height: 46px
}

.rt-socmed--circle .rt-socmed__item {
    border-radius: 50%
}

.rt-swiper {
    margin-bottom: 30px
}

.rt-swiper .swiper-button-next,
.rt-swiper .swiper-button-prev {
    transition: .3s;
    background-image: none !important;
    background-color: var(--theme-background-primary);
    box-shadow: var(--theme-shadow-md);
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    color: var(--theme-font-color-primary)
}

.rt-swiper .swiper-button-next:after,
.rt-swiper .swiper-button-next:before,
.rt-swiper .swiper-button-prev:after,
.rt-swiper .swiper-button-prev:before {
    display: none
}

.rt-swiper .swiper-button-next svg,
.rt-swiper .swiper-button-prev svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -.125em;
    position: relative;
    fill: currentcolor
}

.rt-swiper .swiper-button-next:hover,
.rt-swiper .swiper-button-prev:hover {
    background-color: var(--theme-color-brand);
    color: var(--theme-color-base)
}

.rt-swiper .swiper-button-prev {
    left: 15px
}

.rt-swiper .swiper-button-prev svg {
    margin-right: 2px
}

.rt-swiper .swiper-button-next {
    right: 15px
}

.rt-swiper .swiper-button-next svg {
    margin-left: 2px
}

.rt-swiper .swiper-button-disabled {
    display: none
}

.rt-swiper .swiper-pagination-fraction {
    font-size: 12px;
    color: #333;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 8px;
    padding: 0 8px;
    left: auto;
    right: 10px;
    bottom: 18px;
    width: auto;
    box-shadow: var(--theme-shadow-sm)
}

.rt-swiper .swiper-pagination-bullet-active {
    background-color: var(--theme-color-brand)
}

.rt-swiper--stretch .swiper-wrapper {
    align-items: stretch
}

.rt-swiper--stretch .swiper-slide {
    height: auto !important
}

.rt-swiper--nonav .swiper-button-next,
.rt-swiper--nonav .swiper-button-prev {
    display: none
}

.rt-swiper--pagination-outer .swiper-wrapper {
    margin-bottom: 40px
}

.rt-swiper .swiper-link {
    color: var(--theme-font-color-primary);
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.rt-swiper .swiper-link i {
    font-size: 18px;
    background-color: var(--theme-background-primary);
    box-shadow: var(--theme-shadow-sm);
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin-bottom: 10px
}

.rt-swiper .swiper-link:focus i,
.rt-swiper .swiper-link:hover i {
    background-color: var(--theme-color-link-active);
    color: var(--theme-color-base)
}

.rt-swiper--card {
    margin: -15px;
    padding: 15px;
    padding-bottom: 30px
}

.rt-swiper--card .swiper-button-prev {
    left: 30px
}

.rt-swiper--card .swiper-button-next {
    right: 30px
}

.rt-swiper:not(.swiper-vertical) .swiper-slide {
    width: calc((100% - var(--gap) * (var(--slides) - 1))/ var(--slides));
    margin-right: var(--gap)
}

.rt-tab__item {
    display: none
}

.rt-tab__item.is-active {
    display: block
}

.rt-tab__nav {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap
}

.rt-tab__nav li:first-child .rt-tab__title {
    border-top-left-radius: var(--theme-border-radius)
}

.rt-tab__nav li:last-child .rt-tab__title {
    border-right: 1px solid var(--theme-color-border);
    border-top-right-radius: var(--theme-border-radius)
}

.rt-tab__body {
    overflow: hidden;
    padding: 15px;
    border-radius: var(--theme-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid var(--theme-color-border)
}

.rt-tab__title {
    border-left: 1px solid var(--theme-color-border);
    border-top: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-secondary);
    position: relative;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    display: block;
    color: var(--theme-font-color-primary)
}

.rt-tab__title:hover {
    color: var(--theme-font-color-primary)
}

.rt-tab__title:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    visibility: hidden;
    height: 5px;
    content: "";
    transition: 0s;
    opacity: 0;
    background-color: var(--theme-background-primary)
}

.rt-tab__title.is-active {
    background-color: var(--theme-background-primary)
}

.rt-tab__title.is-active:before {
    bottom: -3px;
    display: block;
    visibility: visible;
    transition: .4s;
    opacity: 1
}

.rt-tab--accordion .rt-accordion {
    margin: -15px
}

.rt-tag {
    margin-bottom: 30px
}

.tag_title {
    margin-right: 15px
}

.tag_item {
    display: inline-block;
    line-height: 27px;
    font-size: 11px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-background-secondary);
    color: var(--theme-font-color-secondary);
    text-transform: capitalize
}

html {
    overflow-x: hidden
}

.rt-entry-content {
    position: relative
}

.rt-entry-content .alignfull {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: auto;
    max-width: 1000%
}

.rt-entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.rt-entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.rt-entry-content .aligncenter {
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figure {
    margin: 0
}

.wp-block-image figcaption {
    color: var(--theme-font-color-tertiary);
    text-align: center;
    width: 100%
}

.wp-block-table table {
    margin-bottom: 5px
}

.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
    border: 1px solid var(--theme-color-border)
}

.wp-block-quote {
    padding-left: 65px !important;
    padding-top: 10px !important;
    padding-bottom: 15px
}

.wp-block-quote blockquote {
    padding-left: 55px !important;
    padding-top: 10px !important;
    padding-bottom: 15px
}

.wp-block-quote .has-very-dark-gray-color {
    background-color: transparent;
    border: none
}

.wp-block-quote p {
    margin-bottom: 0
}

.wp-block-pullquote {
    border-color: var(--theme-color-border)
}

.wp-block-pullquote blockquote {
    padding-left: 55px !important;
    padding-top: 10px !important;
    padding-bottom: 15px;
    background: 0 0;
    border: none
}

.wp-block-code {
    border: none;
    padding: 0
}

.wp-block-separator {
    border-color: var(--theme-color-border)
}

.has-white-color {
    --theme-font-color-primary: #e8e8e9;
    --theme-font-color-secondary: rgba(255, 255, 255, .4);
    --theme-font-color-tertiary: rgba(255, 255, 255, .6)
}

.wp-block-group.has-background {
    padding: 70px 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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: var(--theme-background-secondary);
    clip: auto !important;
    clip-path: none;
    color: var(--theme-font-color-secondary);
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-caption {
    position: relative;
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto !important;
    margin-right: 0;
    margin-left: 0
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption img {
    height: auto
}

.wp-caption p {
    display: none
}

.wp-caption .wp-caption-text {
    padding: 8px 15px;
    color: var(--theme-font-color-primary);
    background-color: var(--theme-background-secondary);
    border: 1px solid var(--theme-color-border);
    display: block;
    margin-top: -1px;
    margin-bottom: 0;
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.rt-header-checkout {
    border-bottom: 1px solid var(--theme-color-border)
}

.rt-header-checkout .page-container {
    height: 60px;
    display: flex;
    align-items: center
}

.rt-header-checkout .rt-logo {
    max-width: 180px
}

.rt-header-checkout .rt-logo img {
    vertical-align: middle
}

.rt-header {
    z-index: 99;
    position: relative
}

.rt-header .page-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rt-header__column {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    align-items: center
}

.rt-header__element {
    margin-right: 15px
}

.rt-header__element:last-child {
    margin-right: 0
}

.rt-header__wrapper {
    position: relative
}

.rt-header__topbar {
    background-color: var(--theme-background-secondary);
    border-bottom: 1px solid var(--theme-color-border);
    height: var(--theme-header-height)
}

.rt-header__main {
    background-color: var(--theme-background-primary);
    border-bottom: 1px solid var(--theme-color-border);
    height: var(--theme-header-height)
}

.rt-header__sticky {
    background-color: var(--theme-background-primary);
    border-bottom: 1px solid var(--theme-color-border);
    height: var(--theme-header-height);
    display: none;
    z-index: 99
}

.rt-header__middle {
    background: var(--theme-background-primary);
    border-bottom: 1px solid var(--theme-color-border);
    height: var(--theme-header-height)
}

.rt-header.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: header-down .5s;
    box-shadow: var(--theme-shadow-sticky)
}

.rt-header.is-sticky .rt-header__main,
.rt-header.is-sticky .rt-header__middle,
.rt-header.is-sticky .rt-header__topbar {
    display: none
}

.rt-header.is-sticky .rt-header__sticky {
    display: block
}

.js-elementor-header-sticky.is-sticky {
    box-shadow: var(--theme-shadow-sticky);
    animation: header-down .5s;
    z-index: 9999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.rt-header [data-display=grow] {
    flex: 1
}

.rt-header [data-alignment=left] {
    justify-content: flex-start
}

.rt-header [data-alignment=center] {
    justify-content: center
}

.rt-header [data-alignment=right] {
    justify-content: flex-end
}

.is-overlay:not(.is-sticky) .rt-header__main,
.is-overlay:not(.is-sticky).rt-header-mobile {
    position: absolute;
    left: 0;
    right: 0
}

.is-overlay:not(.is-sticky) .rt-header-mobile__main,
.is-overlay:not(.is-sticky) .rt-header__main {
    background-color: transparent;
    --theme-font-color-primary: rgba(255, 255, 255, 0.8);
    --theme-font-color-secondary: rgba(255, 255, 255, 0.8);
    --theme-color-link: rgba(255, 255, 255, 0.8);
    --theme-color-link-active: #fff;
    --theme-color-border: rgba(255, 255, 255, 0.1)
}

.is-overlay:not(.is-sticky) .rt-search {
    z-index: 9
}

.is-overlay:not(.is-sticky).rt-header-mobile .rt-search {
    top: 0
}

.rt-header-divender {
    background-color: var(--theme-font-color-secondary);
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 15px
}

.rt-header-search-form {
    width: var(--header-search-form-width, 100%)
}

.rt-header-btn {
    margin: 0
}

.rt-header-cart {
    position: relative;
    cursor: pointer
}

.rt-header-cart-icon {
    position: relative;
    line-height: 1px
}

.rt-header-icon {
    text-align: center;
    line-height: 35px;
    width: 35px;
    font-size: 14px;
    border: 1px solid transparent
}

.rt-header-menu-toggle {
    display: inline-flex;
    cursor: pointer
}

.rt-header-menu-toggle__label {
    margin-left: 10px;
    color: var(--theme-color-link)
}

.rt-header-menu-toggle--frame {
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    line-height: 1;
    padding: 10px
}

.rt-header .rt-logo {
    height: inherit;
    display: flex;
    align-items: center;
    width: 180px
}

.rt-header .rt-logo a {
    font-size: 18px;
    text-transform: capitalize
}

.rt-header .rt-logo img {
    vertical-align: middle
}

.rt-header .site-desc,
.rt-header .site-title {
    display: none
}

.rt-header [class*=rt-header-html-] {
    color: var(--theme-font-color-secondary)
}

.rt-cart-item-count {
    position: absolute;
    background-color: var(--theme-color-highlight);
    color: var(--theme-color-base);
    border-radius: 100px;
    display: inline-block;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    top: -6px;
    right: -15px
}

.rt-header-mobile {
    display: none;
    position: relative;
    z-index: 999
}

.rt-header-mobile__main {
    background-color: var(--theme-background-primary);
    color: var(--theme-font-color-secondary);
    height: 57px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid var(--theme-color-border)
}

.rt-header-mobile__main a {
    color: var(--theme-font-color-secondary)
}

.rt-header-mobile__main a:hover {
    color: var(--theme-font-color-secondary)
}

.rt-header-mobile__element {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.rt-header-mobile__element:last-child {
    margin-right: 10px
}

.rt-header-mobile-divender {
    background-color: var(--theme-font-color-secondary);
    margin-left: 5px;
    margin-right: 5px;
    width: 1px
}

.rt-header-mobile__column {
    display: flex;
    flex-flow: row wrap;
    height: inherit;
    align-items: center
}

.rt-header-mobile i {
    font-size: 14px
}

.rt-header-mobile .rt-menu__main .rt-header__element {
    padding-top: 5px;
    padding-bottom: 5px
}

.rt-header-mobile__main .page-container {
    height: 100%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 100%;
    align-content: center
}

.rt-header-mobile .rt-search {
    height: 57px
}

.rt-header-mobile .rt-search__input {
    font-size: 16px
}

.rt-header-mobile .rt-search .page-container {
    height: 100%
}

.rt-header-mobile .rt-logo {
    width: 120px;
    display: inline-block
}

.rt-header-mobile .rt-logo img {
    vertical-align: middle;
    width: 100%
}

.rt-header-mobile.is-overlay .rt-logo__primary {
    display: none
}

.rt-header-mobile.is-overlay .rt-logo__alternative {
    display: block
}

.rt-header-mobile.is-sticky .rt-logo__primary {
    display: block
}

.rt-header-mobile.is-sticky .rt-logo__alternative {
    display: none
}

.rt-header-mobile.is-sticky {
    animation: header-down .5s;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: var(--theme-shadow-sticky);
    animation: navbar-down .5s
}

.page-container,
.page-template-full .wp-block-group__inner-container,
.page-template-no-sidebar .wp-block-group__inner-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.page-footer__widget {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: var(--theme-background-primary);
    border-top: 1px solid var(--theme-color-border)
}

.page-footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--theme-font-color-secondary);
    background-color: var(--theme-background-primary);
    border-top: 1px solid var(--theme-color-border)
}

.page-footer__bottom .page-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px
}

.page-footer--style-4 .page-footer__widget {
    text-align: center
}

.page-footer--style-4 .page-footer__widget .rt-widget {
    margin-bottom: 20px
}

.page-footer--style-4 .page-footer__widget .rt-widget:last-of-type {
    margin-bottom: 0
}

.page-footer--style-4 .page-footer__widget .widget_media_image img {
    margin: 0 auto
}

.page-footer--style-4 .page-footer__widget .rt-socmed {
    justify-content: center
}

.page-footer--style-4 .page-footer__widget .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: disc;
    line-height: 1
}

.page-footer--style-4 .page-footer__widget .widget_nav_menu ul li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    position: relative
}

.page-footer--style-4 .page-footer__widget .widget_nav_menu ul li::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--theme-font-color-tertiary);
    transition: all .3s ease
}

.page-footer--style-4 .page-footer__widget .widget_nav_menu ul li:last-child:after {
    display: none
}

.page-footer--center .page-footer__widget {
    text-align: center
}

.page-footer--center .page-footer__widget .rt-img-list,
.page-footer--center .page-footer__widget .rt-socmed {
    justify-content: center
}

.page-aside {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

body {
    background: var(--theme-background-primary)
}

.template--fluid .page-container {
    max-width: 100%
}

.template--builder-container .page-content {
    padding-top: 0;
    padding-bottom: 0
}

.template--builder-container .page-wrapper {
    padding: 0
}

.ptf-header {
    background-color: var(--theme-background-primary);
    height: 60px;
    border-bottom: 1px solid var(--theme-color-border)
}

.ptf-header .page-container {
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: center
}

.ptf-header .rt-logo {
    max-width: 180px
}

.ptf-body {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptf-body .page-container {
    min-height: calc(100vh - 250px)
}

.ptf-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--theme-color-border);
    text-align: center
}

.home-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.home-section .rt-swiper {
    margin-bottom: 0 !important
}

.home-section .rt-swiper--card {
    margin-bottom: -30px !important
}

.home-section .rt-header-block {
    margin-bottom: 30px
}

.home-section.background-secondary {
    border-top: 1px solid var(--theme-color-border);
    border-bottom: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-secondary)
}

.home-section:first-of-type {
    border-top: none
}

.home-section:last-of-type {
    border-bottom: none
}

.page-header .page-header__title {
    margin-bottom: 5px
}

.page-header .rt-breadcrumbs {
    display: inline-block;
    margin-bottom: 10px
}

.page-header--above {
    background-color: var(--theme-background-secondary);
    border-bottom: 1px solid var(--theme-color-border);
    padding-top: 15px;
    padding-bottom: 35px
}

.page-header--in-content {
    margin-bottom: 40px
}

.page-wrapper {
    padding-top: 40px;
    padding-bottom: 60px
}

.page-row {
    margin-left: -15px;
    margin-right: -15px
}

.page-content {
    min-width: 0;
    min-height: 570px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.rt-main-canvas-menu {
    z-index: 999
}

.rt-main-canvas-menu .rt-sidepanel__header {
    border: none
}

.rt-main-canvas-menu .rt-sidepanel__body {
    padding: 0
}

.rt-main-canvas-menu .rt-header__element {
    padding: 15px;
    margin: 0
}

.rt-main-canvas-menu .rt-btn,
.rt-main-canvas-menu .rt-post__readmore {
    width: 100%
}

.rt-main-canvas-menu--dropdown {
    background-color: var(--theme-background-primary);
    box-shadow: var(--theme-shadow-lg);
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: calc(100vh - 57px)
}

.rt-menu--horizontal {
    display: flex;
    height: var(--theme-menubar-height)
}

.rt-menu--horizontal .rt-menu__main {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-menu--horizontal .rt-menu__main .rt-menu__list {
    display: flex
}

.rt-menu--horizontal .rt-menu__main ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-menu--horizontal .rt-menu__main ul li {
    list-style: none;
    position: relative
}

.rt-menu--horizontal .rt-menu__item {
    position: relative
}

.rt-menu--horizontal .rt-menu__item a {
    color: var(--theme-font-color-secondary);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    padding-left: var(--theme-menubar-spacing);
    padding-right: var(--theme-menubar-spacing);
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition: .1s linear
}

.rt-menu--horizontal .rt-menu__item a:before {
    position: absolute;
    z-index: -1;
    height: 3px;
    bottom: -1px;
    left: 50%;
    right: 50%;
    visibility: hidden;
    content: "";
    background-color: var(--theme-color-brand);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.rt-menu--horizontal .rt-menu__item.current-menu-item a,
.rt-menu--horizontal .rt-menu__item.current-menu-parent a,
.rt-menu--horizontal .rt-menu__item.current_page_item a {
    color: var(--theme-color-link-active)
}

.rt-menu--horizontal .rt-menu__item.is-active:not(.current-menu-item):not(.current-menu-parent):not(.current_page_item) a {
    color: var(--theme-color-link-active)
}

.rt-menu--horizontal .rt-menu__item.current-menu-item a:before,
.rt-menu--horizontal .rt-menu__item.current-menu-parent a:before,
.rt-menu--horizontal .rt-menu__item.current_page_item a:before {
    visibility: visible;
    left: 0;
    right: 0
}

.rt-menu--horizontal .rt-menu__item.is-active:not(.current-menu-item):not(.current-menu-parent):not(.current_page_item) .rt-menu__arrow i {
    color: var(--theme-color-link-active)
}

.rt-menu--horizontal .rt-menu__item.current-menu-item .rt-menu__arrow i,
.rt-menu--horizontal .rt-menu__item.current-menu-parent .rt-menu__arrow i,
.rt-menu--horizontal .rt-menu__item.current_page_item .rt-menu__arrow i {
    color: var(--theme-color-link-active)
}

.rt-menu--horizontal .rt-menu__item.menu-item-has-children {
    padding-right: 15px
}

.rt-menu--horizontal .rt-menu__arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    height: inherit;
    align-items: center;
    width: 30px;
    justify-content: center;
    transition: .5s linear;
    color: var(--theme-font-color-secondary)
}

.rt-menu--horizontal .rt-menu__arrow i {
    transition: .3s;
    font-size: 8px
}

.rt-menu--horizontal .rt-menu__submenu {
    display: none;
    z-index: 99999;
    border-radius: var(--theme-border-radius);
    min-width: var(--theme-menubar-submenu-width);
    background-color: var(--theme-background-primary);
    position: absolute;
    flex-direction: column;
    box-shadow: var(--theme-shadow-md);
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.rt-menu--horizontal .rt-menu__submenu .rt-menu__item a {
    font-size: 13px;
    padding: 8px 20px !important;
    color: var(--theme-font-color-secondary);
    transition: .3s ease-in;
    white-space: nowrap
}

.rt-menu--horizontal .rt-menu__submenu .rt-menu__item a:before {
    display: none
}

.rt-menu--horizontal .rt-menu__submenu .rt-menu__item i {
    color: var(--theme-font-color-secondary)
}

.rt-menu--horizontal .rt-menu__submenu .rt-menu__item.is-active a {
    color: var(--theme-color-link-active);
    margin-left: 7px
}

.rt-menu--horizontal .rt-menu__submenu .rt-menu__submenu {
    top: 0;
    left: var(--theme-menubar-submenu-height)
}

.rt-menu-simple ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-menu-simple ul .rt-menu__arrow,
.rt-menu-simple ul ul {
    display: none
}

.rt-menu-simple--horizontal-scroll ul {
    overflow: auto;
    white-space: nowrap;
    margin-left: -10px;
    margin-right: -10px
}

.rt-menu-simple--horizontal-scroll ul li {
    display: inline-block;
    padding: 5px 8px
}

.rt-menu-simple--horizontal-fixed ul {
    margin-left: -10px;
    margin-right: -10px
}

.rt-menu-simple--horizontal-fixed ul li {
    display: inline-block;
    text-align: center;
    padding: 5px 8px
}

.rt-menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    width: 19px;
    min-height: 15px;
    cursor: pointer
}

.rt-menu-toggle span,
.rt-menu-toggle span:after,
.rt-menu-toggle span:before {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    transition: .8s;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--theme-font-color-secondary)
}

.rt-menu-toggle span:before {
    top: -5px
}

.rt-menu-toggle span:after {
    bottom: -5px
}

.rt-menu-toggle.is-active span {
    height: 0
}

.rt-menu-toggle.is-active span:before {
    top: 0;
    transform: rotate(45deg);
    transform-origin: center
}

.rt-menu-toggle.is-active span:after {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center
}

.rt-menu-toggle--point {
    position: relative
}

.rt-menu-toggle--point:before {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 10px;
    background-color: var(--theme-color-highlight);
    z-index: 1
}

.rt-menu--vertical ul {
    margin: 0;
    padding: 0
}

.rt-menu--vertical ul li {
    list-style: none;
    position: relative
}

.rt-menu--vertical .rt-menu__item a {
    color: var(--theme-font-color-secondary);
    font-size: 13px;
    position: relative;
    height: var(--theme-menu-height);
    line-height: var(--theme-menu-height);
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border-bottom: 1px solid var(--theme-color-border);
    display: block
}

.rt-menu--vertical .rt-menu__item a:hover {
    color: var(--theme-link-active)
}

.rt-menu--vertical .rt-menu__arrow {
    color: var(--theme-font-color-secondary);
    position: absolute;
    height: var(--theme-menu-height);
    width: var(--theme-menu-height);
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px
}

.rt-menu--vertical .rt-menu__arrow i {
    color: inherit;
    transition: .5s linear;
    font-size: 11px !important
}

.rt-menu--vertical .rt-menu__arrow.is-active i {
    transform: rotate(180deg)
}

.rt-menu--vertical .rt-menu__submenu {
    display: none;
    padding-left: 10px;
    border-bottom: 1px solid var(--theme-color-border)
}

.rt-menu--vertical .rt-menu__submenu .rt-menu__item a {
    border: none
}

.widget_calendar caption {
    margin-bottom: 15px
}

.widget_calendar table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
    margin-bottom: 10px
}

.widget_calendar tbody {
    text-align: center
}

.widget_calendar #today {
    background-color: var(--theme-background-secondary);
    border-radius: var(--theme-border-radius)
}

.widget_media_gallery .gallery {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -3px 0 -3px
}

.widget_media_gallery .gallery-item {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}

.widget_media_gallery a {
    display: block
}

.widget_media_gallery img {
    height: auto
}

.widget_media_image img {
    height: auto;
    max-width: 100%
}

.widget_archive ul,
.widget_categories ul,
.widget_layered_nav ul,
.widget_list ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_retheme_nav_menu .rt-widget-dropdown ul,
.widget_rss ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_archive li,
.widget_categories li,
.widget_layered_nav li,
.widget_list li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_retheme_nav_menu .rt-widget-dropdown li,
.widget_rss li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid var(--theme-color-border);
    display: block;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_layered_nav li:last-child,
.widget_list li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_product_categories li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_retheme_nav_menu .rt-widget-dropdown li:last-child,
.widget_rss li:last-child {
    border-bottom: none
}

.widget_archive li a,
.widget_categories li a,
.widget_layered_nav li a,
.widget_list li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_product_categories li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_retheme_nav_menu .rt-widget-dropdown li a,
.widget_rss li a {
    color: var(--theme-font-color-secondary);
    line-height: 1.5
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_layered_nav li a:hover,
.widget_list li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_product_categories li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_retheme_nav_menu .rt-widget-dropdown li a:hover,
.widget_rss li a:hover {
    color: var(--theme-color-link-active)
}

.widget_archive li span,
.widget_categories li span,
.widget_layered_nav li span,
.widget_list li span,
.widget_meta li span,
.widget_nav_menu li span,
.widget_pages li span,
.widget_product_categories li span,
.widget_recent_comments li span,
.widget_recent_entries li span,
.widget_retheme_nav_menu .rt-widget-dropdown li span,
.widget_rss li span {
    color: var(--theme-font-color-tertiary);
    margin-top: 5px;
    line-height: 1.5;
    font-size: 12px
}

.widget_archive .children,
.widget_archive .sub-menu,
.widget_categories .children,
.widget_categories .sub-menu,
.widget_layered_nav .children,
.widget_layered_nav .sub-menu,
.widget_list .children,
.widget_list .sub-menu,
.widget_meta .children,
.widget_meta .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_pages .sub-menu,
.widget_product_categories .children,
.widget_product_categories .sub-menu,
.widget_recent_comments .children,
.widget_recent_comments .sub-menu,
.widget_recent_entries .children,
.widget_recent_entries .sub-menu,
.widget_retheme_nav_menu .rt-widget-dropdown .children,
.widget_retheme_nav_menu .rt-widget-dropdown .sub-menu,
.widget_rss .children,
.widget_rss .sub-menu {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: -10px
}

.widget_archive .children li,
.widget_archive .sub-menu li,
.widget_categories .children li,
.widget_categories .sub-menu li,
.widget_layered_nav .children li,
.widget_layered_nav .sub-menu li,
.widget_list .children li,
.widget_list .sub-menu li,
.widget_meta .children li,
.widget_meta .sub-menu li,
.widget_nav_menu .children li,
.widget_nav_menu .sub-menu li,
.widget_pages .children li,
.widget_pages .sub-menu li,
.widget_product_categories .children li,
.widget_product_categories .sub-menu li,
.widget_recent_comments .children li,
.widget_recent_comments .sub-menu li,
.widget_recent_entries .children li,
.widget_recent_entries .sub-menu li,
.widget_retheme_nav_menu .rt-widget-dropdown .children li,
.widget_retheme_nav_menu .rt-widget-dropdown .sub-menu li,
.widget_rss .children li,
.widget_rss .sub-menu li {
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px
}

.widget_archive .children:before,
.widget_archive .sub-menu:before,
.widget_categories .children:before,
.widget_categories .sub-menu:before,
.widget_layered_nav .children:before,
.widget_layered_nav .sub-menu:before,
.widget_list .children:before,
.widget_list .sub-menu:before,
.widget_meta .children:before,
.widget_meta .sub-menu:before,
.widget_nav_menu .children:before,
.widget_nav_menu .sub-menu:before,
.widget_pages .children:before,
.widget_pages .sub-menu:before,
.widget_product_categories .children:before,
.widget_product_categories .sub-menu:before,
.widget_recent_comments .children:before,
.widget_recent_comments .sub-menu:before,
.widget_recent_entries .children:before,
.widget_recent_entries .sub-menu:before,
.widget_retheme_nav_menu .rt-widget-dropdown .children:before,
.widget_retheme_nav_menu .rt-widget-dropdown .sub-menu:before,
.widget_rss .children:before,
.widget_rss .sub-menu:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: var(--theme-color-border)
}

.widget_archive .rt-widget__header,
.widget_categories .rt-widget__header,
.widget_layered_nav .rt-widget__header,
.widget_list .rt-widget__header,
.widget_meta .rt-widget__header,
.widget_nav_menu .rt-widget__header,
.widget_pages .rt-widget__header,
.widget_product_categories .rt-widget__header,
.widget_recent_comments .rt-widget__header,
.widget_recent_entries .rt-widget__header,
.widget_retheme_nav_menu .rt-widget-dropdown .rt-widget__header,
.widget_rss .rt-widget__header {
    margin: 0
}

.widget_archive select,
.widget_categories select,
.widget_layered_nav select,
.widget_list select,
.widget_meta select,
.widget_nav_menu select,
.widget_pages select,
.widget_product_categories select,
.widget_recent_comments select,
.widget_recent_entries select,
.widget_retheme_nav_menu .rt-widget-dropdown select,
.widget_rss select {
    margin-top: 15px
}

.widget_nav_menu .rt-menu__arrow,
.widget_retheme_nav_menu .rt-widget-dropdown .rt-menu__arrow {
    display: none
}

.rt-widget-dropdown__nav {
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3
}

.rt-widget-dropdown__nav i {
    transition: .3s;
    position: absolute;
    right: 15px;
    top: 15px
}

.rt-widget-dropdown__nav.is-active i {
    transform: rotate(180deg)
}

.rt-widget-dropdown__content {
    display: none;
    position: relative;
    z-index: 4
}

.rt-widget-dropdown .menu {
    margin: 0;
    padding: 0
}

.rt-widget-dropdown .menu li {
    list-style: none;
    padding-bottom: 10px
}

.rt-widget.is-active .rt-widget-dropdown__nav {
    transform: rotate(180deg)
}

.widget_recent_comments li a,
.widget_recent_entries li a {
    display: block
}

.widget_rss .rsswidget {
    display: block;
    color: var(--theme-font-color-primary);
    font-weight: 700
}

.widget_rss .rss-date {
    color: var(--theme-font-color-tertiary);
    font-size: 11px
}

.widget_rss .rssSummary {
    margin-bottom: 10px
}

.widget_rss cite {
    color: var(--theme-font-color-tertiary)
}

.widget_rss .rt-widget__title {
    display: flex
}

.widget_rss .rt-widget__title .rsswidget {
    margin-right: 5px
}

.widget_product_tag_cloud .tag-cloud-link,
.widget_tag_cloud .tag-cloud-link {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 5px 10px;
    color: var(--theme-font-color-primary);
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius)
}

.widget_product_tag_cloud .tag-cloud-link:hover,
.widget_tag_cloud .tag-cloud-link:hover {
    color: var(--theme-color-base);
    border-color: var(--theme-color-brand);
    background-color: var(--theme-color-brand)
}

.widget_text img {
    max-width: 100%;
    height: auto
}

.widget_text select {
    width: 100%
}

.widget_brand_thumbnails ul {
    padding: 0
}

.rt-widget {
    position: relative;
    color: var(--theme-font-color-secondary);
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    padding: 15px;
    margin-bottom: 30px
}

.rt-widget select {
    width: 100%
}

.rt-widget__header {
    border-bottom: 1px solid var(--theme-color-border);
    margin-bottom: 20px
}

.rt-widget__title {
    font-size: 16px;
    color: var(--theme-font-color-primary)
}

.rt-widget--footer {
    padding: 0;
    border: none
}

.rt-widget--footer .rt-widget__header {
    border: none
}

.rt-widget--footer .rt-widget__title {
    font-size: 18px
}

.rt-widget--footer li {
    border: none
}

.rt-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--theme-border-radius)
}

.rt-banner__thumbnail img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .3s
}

.rt-banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--theme-color-overlay);
    background: linear-gradient(transparent, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .7))
}

.rt-banner__body {
    z-index: 2;
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px
}

.rt-banner__title {
    margin-bottom: 5px;
    color: #e8e8e9
}

.rt-banner__meta {
    color: rgba(255, 255, 255, .4)
}

.rt-banner__caption {
    color: rgba(255, 255, 255, .6)
}

.rt-banner__badges {
    position: absolute;
    left: 15px;
    top: 15px;
    text-transform: capitalize;
    background-color: var(--theme-badges-background);
    border-radius: var(--theme-border-radius);
    color: var(--theme-badges-color);
    z-index: 2;
    padding: 5px 10px;
    line-height: 1;
    font-size: 13px
}

.rt-img-box {
    --theme-color-link: var(--theme-font-color-tertiary);
    text-align: center
}

.rt-img-box__thumbnail {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 10px
}

.rt-img-box__thumbnail img {
    border-radius: 50%
}

.rt-img-box__title {
    font-size: 1rem;
    margin-bottom: 0
}

.rt-image-content__body {
    padding: 20px 15px
}

.rt-image-content__link {
    display: inline-block
}

.rt-infobox {
    --theme-color-link: var(--theme-font-primary);
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 20px
}

.rt-infobox a {
    display: flex;
    flex-flow: column nowrap
}

.rt-infobox__thumbnail {
    margin-bottom: 15px
}

.rt-infobox__thumbnail img {
    width: 100px
}

.rt-infobox__title {
    font-size: 1.1428571429rem;
    margin-bottom: .7142857143em
}

.rt-infobox--center {
    text-align: center;
    align-items: center
}

.rt-infobox--left {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start
}

.rt-infobox--left .rt-infobox__thumbnail {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px
}

.rt-infobox--card {
    padding: 30px;
    background-color: #fff;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius)
}

.rt-welcome-area {
    position: relative
}

.rt-welcome-area__intro {
    position: relative;
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--theme-font-color-tertiary);
    display: inline-flex;
    align-items: center
}

.rt-welcome-area__intro:after,
.rt-welcome-area__intro:before {
    position: relative;
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: currentColor;
    opacity: .8
}

.rt-welcome-area__intro:before {
    margin-right: 7px
}

.rt-welcome-area__intro:after {
    display: none;
    margin-left: 7px
}

.rt-welcome-area__title {
    color: var(--theme-font-color-primary);
    margin-bottom: 10px
}

.rt-welcome-area__content {
    color: var(--theme-font-color-secondary);
    margin-bottom: 30px
}

.rt-welcome-area__background {
    position: absolute;
    background-color: var(--theme-background-secondary);
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

.rt-welcome-area__overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 33.33%, rgba(0, 0, 0, .7) 100%);
    z-index: -1
}

.rt-welcome-area.home-section {
    padding-top: 160px;
    padding-bottom: 90px
}

.rt-welcome-area--style-1 .rt-welcome-area__thumbnail img {
    width: 100%
}

.rt-welcome-area--style-2 .rt-welcome-area__thumbnail img {
    width: 100%
}

.rt-welcome-area--style-3 .rt-welcome-area__thumbnail {
    margin-bottom: 30px
}

.rt-welcome-area--style-3 .rt-welcome-area__body {
    text-align: center
}

.rt-welcome-area--style-3 .rt-welcome-area__intro:after {
    display: block
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.background-primary {
    background-color: var(--theme-background-primary)
}

.background-secondary {
    background-color: var(--theme-background-secondary)
}

.is-hidden {
    display: none !important
}

.mall-0 {
    margin: 0 !important
}

.mall-5 {
    margin: 5px !important
}

.mall-10 {
    margin: 10px !important
}

.mall-15 {
    margin: 15px !important
}

.mall-20 {
    margin: 20px !important
}

.mall-25 {
    margin: 25px !important
}

.mall-30 {
    margin: 30px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.pall-0 {
    padding: 0 !important
}

.pall-5 {
    padding: 5px !important
}

.pall-10 {
    padding: 10px !important
}

.pall-15 {
    padding: 15px !important
}

.pall-20 {
    padding: 20px !important
}

.pall-25 {
    padding: 25px !important
}

.pall-30 {
    padding: 30px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-30 {
    padding-left: 30px !important
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--theme-color-border)
}

.link-text {
    color: var(--theme-font-color-secondary)
}

.link-text:hover {
    color: var(--theme-color-link-active)
}

.woocommerce .tawcvs-swatches {
    margin: 0 !important
}

.woocommerce .tawcvs-swatches .swatch-item-wrapper {
    margin-bottom: 0 !important
}

.woocommerce .tawcvs-swatches .swatch-show-more::before,
.woocommerce .tawcvs-swatches .swatch::before {
    border-color: var(--theme-color-border)
}

.rt-product-summary .rt-btn--whatsapp {
    margin-bottom: 10px
}

.single-product.whatsapp-checkout .rt-product-summary .woocommerce-variation-add-to-cart,
.single-product.whatsapp-checkout .rt-product-summary form.cart:not(.variations_form) {
    display: flex;
    flex-direction: column
}

.whatsapp-chat .rt-gotop {
    bottom: 80px;
    right: 28px
}

.wwc-chat__icon {
    box-shadow: var(--theme-shadow-md)
}

.wwc-chat__box {
    box-shadow: var(--theme-shadow-lg)
}

.wwc-checkout-message {
    background-color: var(--theme-background-secondary);
    border-color: var(--theme-color-border)
}

.wwc-chat-widget-action {
    display: none;
    font-size: 10px;
    margin-right: 10px;
    color: var(--theme-font-color-secondary)
}

.wwc-chat-widget-action i {
    text-align: center;
    font-size: 16px;
    display: block
}

.woosc-btn-icon-text a.woosw-btn,
.woosq-btn-icon-text,
.woosw-btn-icon-text,
a.woosc-btn,
a.woosq-btn {
    color: var(--theme-font-color-tertiary)
}

button.woosc-btn,
button.woosq-btn,
button.woosw-btn {
    color: var(--theme-btn-primary-color);
    display: inline-block;
    padding: 8px 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-btn-primary-background);
    background-image: none;
    touch-action: manipulation;
    transition: .2s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    transition: .3s
}

button.woosc-btn:hover,
button.woosq-btn:hover,
button.woosw-btn:hover {
    text-decoration: none;
    color: var(--theme-btn-primary-color-active);
    background-color: var(--theme-btn-primary-background-active);
    box-shadow: var(--theme-shadow-md)
}

button.woosc-btn.disabled,
button.woosc-btn.is-disabled,
button.woosc-btn:disabled,
button.woosc-btn:disabled[disabled],
button.woosq-btn.disabled,
button.woosq-btn.is-disabled,
button.woosq-btn:disabled,
button.woosq-btn:disabled[disabled],
button.woosw-btn.disabled,
button.woosw-btn.is-disabled,
button.woosw-btn:disabled,
button.woosw-btn:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.mfp-bg,
.woosw-popup {
    background-color: var(--theme-color-overlay);
    webkit-backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.mfp-bg {
    opacity: 1 !important
}

.add_to_cart_inline a.wc-forward {
    margin-left: 10px
}

.rt-product-summary .woosc-btn,
.rt-product-summary .woosq-btn,
.rt-product-summary .woosw-btn {
    margin-right: 10px;
    margin-bottom: 15px
}

.woosq-popup {
    border: var(--theme-border-radius)
}

.woosq-popup .rt-btn--whatsapp {
    display: none
}

.woosq-popup .summary-content .button {
    margin-bottom: 15px
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
    color: var(--theme-color-success);
    background-color: var(--theme-color-success-lighter)
}

.woosw-item--name a {
    color: var(--theme-font-color-primary)
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 600px
}

.woosw-popup-content {
    border-radius: var(--theme-border-radius)
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
    border-top: 1px solid var(--theme-color-border)
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    background-color: #222
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: #fff;
    border: unset
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: rgba(255, 255, 255, .5)
}

.rt-product-summary .woosw-btn {
    margin-bottom: 15px
}

table.woosw-items {
    border-radius: var(--theme-border-radius);
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: hidden;
    box-shadow: 0 0 0 1px var(--theme-color-border);
    overflow: hidden
}

table.woosw-items tr td {
    border-bottom: 1px solid var(--theme-color-border);
    background-color: var(--theme-background-primary) !important
}

.woosw-copy {
    display: none !important
}

#woosw_copy_url {
    background-color: var(--theme-background-primary);
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 8px 15px;
    border: 1px solid var(--theme-color-border);
    border-radius: var(--theme-border-radius);
    color: var(--theme-font-color-secondary)
}

#woosw_copy_url:focus {
    outline: 0;
    box-shadow: 0 0 0 1px var(--theme-color-info);
    border-color: var(--theme-color-info) !important
}

#woosw_copy_btn {
    margin-left: 15px !important
}

#yith-quick-view-content .product {
    display: flex;
    flex-flow: row wrap
}

#yith-quick-view-content .product .rt-product-gallery {
    max-width: 50%
}

#yith-quick-view-content .product div.summary {
    max-width: 50%
}

#yith-quick-view-content .product .rt-product-gallery__display {
    margin: 0 !important
}

#yith-quick-view-content .product .swiper-wrapper {
    overflow-y: auto
}

#yith-quick-view-content .product .swiper-wrapper a {
    pointer-events: none;
    cursor: grab
}

#yith-quick-view-content .product .swiper-wrapper .swiper-slide {
    margin-right: 10px
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none !important
}

.yith-wcqv-wrapper {
    top: 20px !important
}

.rt-product--overlay-btn .yith-wcqv-button:not(.rt-product__btn) {
    display: none
}

.woocommerce table.wishlist_table {
    font-size: 1rem
}

.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table thead th {
    padding: 8px !important
}

.yith-wcqv-button {
    color: var(--theme-color-base)
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    margin-bottom: 20px
}

.rt-product--card.rt-product--overlay-btn .yith-wcwl-add-to-wishlist {
    position: relative;
    margin-top: -15px;
    z-index: 9
}

@media screen and (min-width:320px) {
    .flex-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grids-xs-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grids-xs-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grids-xs-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grids-xs-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grids-xs-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grids-xs-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grids-xs-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grids-xs-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grids-xs-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grids-xs-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grids-xs-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grids-xs-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .page-container,
    .page-template-full .wp-block-group__inner-container,
    .page-template-no-sidebar .wp-block-group__inner-container {
        max-width: auto
    }
}

@media (min-width:480px) {
    .yith-wcqv-wrapper {
        height: auto !important
    }
}

@media screen and (min-width:576px) {
    .flex-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grids-sm-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grids-sm-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grids-sm-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grids-sm-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grids-sm-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grids-sm-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grids-sm-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grids-sm-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grids-sm-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grids-sm-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grids-sm-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grids-sm-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .rt-post--responsive-list .rt-post__thumbnail {
        width: 230px;
        margin-bottom: 0
    }

    .rt-post--responsive-list .rt-post__body {
        flex: 1;
        padding-left: 15px;
        padding-right: 15px
    }

    .page-container,
    .page-template-full .wp-block-group__inner-container,
    .page-template-no-sidebar .wp-block-group__inner-container {
        max-width: var(--theme-container-sm)
    }

    .ptf-wrapper .page-container {
        max-width: 490px
    }
}

@media (min-width:720px) {
    .rt-swiper:not(.swiper-vertical) .swiper-slide {
        width: calc((100% - var(--md--gap) * (var(--md--slides) - 1))/ var(--md--slides));
        margin-right: var(--md--gap)
    }
}

@media screen and (min-width:768px) {
    .flex-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grids-md-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grids-md-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grids-md-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grids-md-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grids-md-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grids-md-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grids-md-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grids-md-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grids-md-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grids-md-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grids-md-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grids-md-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .rt-tab--accordion .rt-accordion__title {
        display: none
    }

    .rt-tab--accordion .rt-accordion__item {
        border: none
    }

    .page-compact .page-container,
    .template--compact .home-section .page-container,
    .template--compact .page-wrapper .page-container,
    .template--compact .rt-entry-content>:not(.alignwide, .alignfull, .alignleft, .alignright, .is-style-wide),
    .template--compact .wp-block-group__inner-container {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--theme-container-compact)
    }

    .rt-entry-content .alignwide {
        margin-left: -15px;
        margin-right: -15px
    }

    .page-container,
    .page-template-full .wp-block-group__inner-container,
    .page-template-no-sidebar .wp-block-group__inner-container {
        max-width: var(--theme-container-md)
    }

    .page-footer--style-4 .page-footer__widget .textwidget {
        width: 540px;
        margin: 0 auto
    }

    .page-aside {
        flex: 0 0 var(--theme-sidebar-width);
        max-width: var(--theme-sidebar-width);
        margin-left: 30px
    }

    .page-sidebar-left .page-content,
    .template--sidebar-left .page-content {
        order: 2
    }

    .page-sidebar-left .page-aside,
    .template--sidebar-left .page-aside {
        order: 1;
        margin-left: 0;
        margin-right: 30px
    }

    .page-content {
        flex: 1
    }

    .rt-widget:last-of-type {
        margin-bottom: 0
    }

    .rt-image-content__body {
        padding: 30px
    }
}

@media (min-width:960px) {
    .rt-swiper:not(.swiper-vertical) .swiper-slide {
        width: calc((100% - var(--lg--gap) * (var(--lg--slides) - 1))/ var(--lg--slides));
        margin-right: var(--lg--gap)
    }
}

@media screen and (min-width:992px) {
    .flex-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grids-lg-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grids-lg-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grids-lg-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grids-lg-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grids-lg-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grids-lg-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grids-lg-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grids-lg-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grids-lg-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grids-lg-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grids-lg-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grids-lg-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .rt-post--responsive-list .rt-post__thumbnail {
        width: 320px;
        margin-bottom: 0
    }

    .page-container,
    .page-template-full .wp-block-group__inner-container,
    .page-template-no-sidebar .wp-block-group__inner-container {
        max-width: var(--theme-container-lg)
    }

    .ptf-wrapper .page-container {
        max-width: 960px
    }

    .rt-welcome-area--style-1 .rt-welcome-area__inner {
        display: flex
    }

    .rt-welcome-area--style-1 .rt-welcome-area__thumbnail {
        width: var(--theme-welcome-area-image-width, 50%)
    }

    .rt-welcome-area--style-1 .rt-welcome-area__body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 80px;
        padding-right: 30px
    }

    .rt-welcome-area--style-2 .rt-welcome-area__inner {
        display: flex
    }

    .rt-welcome-area--style-2 .rt-welcome-area__thumbnail {
        width: var(--theme-welcome-area-image-width, 50%)
    }

    .rt-welcome-area--style-2 .rt-welcome-area__body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 80px
    }

    .rt-welcome-area--style-3 .rt-welcome-area__inner {
        width: var(--theme-welcome-area-image-width, 834px);
        margin: 0 auto
    }

    .single-product.whatsapp-checkout.product-template--normal .rt-product-summary .woocommerce-variation-add-to-cart,
    .single-product.whatsapp-checkout.product-template--normal .rt-product-summary form.cart:not(.variations_form) {
        margin-right: 120px
    }
}

@media screen and (min-width:1200px) {
    .flex-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grids-xl-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grids-xl-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grids-xl-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grids-xl-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grids-xl-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grids-xl-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .grids-xl-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .grids-xl-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .grids-xl-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .grids-xl-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .grids-xl-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .grids-xl-12 {
        grid-template-columns: repeat(12, 1fr)
    }

    .page-container,
    .page-template-full .wp-block-group__inner-container,
    .page-template-no-sidebar .wp-block-group__inner-container {
        max-width: var(--theme-container-xl)
    }
}

@media screen and (max-width:1200px) {
    .flex-xl-start {
        justify-content: flex-start
    }

    .flex-xl-left {
        justify-content: flex-start
    }

    .flex-xl-center {
        justify-content: center
    }

    .flex-xl-end {
        justify-content: flex-end
    }

    .flex-xl-right {
        justify-content: flex-end
    }

    .flex-xl-top {
        align-items: flex-start
    }

    .flex-xl-middle {
        align-items: center
    }

    .flex-xl-bottom {
        align-items: flex-end
    }
}

@media screen and (max-width:992px) {
    .flex-lg-start {
        justify-content: flex-start
    }

    .flex-lg-left {
        justify-content: flex-start
    }

    .flex-lg-center {
        justify-content: center
    }

    .flex-lg-end {
        justify-content: flex-end
    }

    .flex-lg-right {
        justify-content: flex-end
    }

    .flex-lg-top {
        align-items: flex-start
    }

    .flex-lg-middle {
        align-items: center
    }

    .flex-lg-bottom {
        align-items: flex-end
    }

    .rt-post--list .rt-post__thumbnail {
        width: 40%;
        margin-right: 0
    }

    .rt-post--list .rt-post__thumbnail {
        margin-right: 0
    }

    .rt-post--list .rt-post__title {
        font-size: 1.1428571429rem
    }

    .rt-post--list .rt-post__content,
    .rt-post--list .rt-post__footer {
        display: none
    }

    .rt-welcome-area--style-1 .rt-welcome-area__thumbnail {
        margin-bottom: 30px
    }

    .rt-welcome-area--style-2 .rt-welcome-area__body {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:900px) {
    .rt-header {
        display: none
    }

    .rt-header-mobile {
        display: block
    }
}

@media screen and (max-width:768px) {
    .flex-md-start {
        justify-content: flex-start
    }

    .flex-md-left {
        justify-content: flex-start
    }

    .flex-md-center {
        justify-content: center
    }

    .flex-md-end {
        justify-content: flex-end
    }

    .flex-md-right {
        justify-content: flex-end
    }

    .flex-md-top {
        align-items: flex-start
    }

    .flex-md-middle {
        align-items: center
    }

    .flex-md-bottom {
        align-items: flex-end
    }

    .rt-modal__inner {
        width: auto
    }

    .rt-sidepanel--bottom .rt-sidepanel__inner {
        top: 20%;
        width: 100%
    }

    .rt-sidepanel--top .rt-sidepanel__inner {
        width: 100%
    }

    .rt-tab--accordion .rt-tab__nav {
        display: none
    }

    .rt-tab--accordion .rt-tab__body {
        border: none
    }

    .page-aside-mobile-hidden .page-aside {
        display: none
    }

    .home-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .whatsapp-chat .rt-gotop {
        right: 22px
    }

    .single-product.product-sticky-action .wwc-chat__icon {
        display: none !important
    }

    .whatsapp-checkout .wwc-chat-widget-action {
        display: block
    }
}

@media screen and (max-width:576px) {
    .flex-sm-start {
        justify-content: flex-start
    }

    .flex-sm-left {
        justify-content: flex-start
    }

    .flex-sm-center {
        justify-content: center
    }

    .flex-sm-end {
        justify-content: flex-end
    }

    .flex-sm-right {
        justify-content: flex-end
    }

    .flex-sm-top {
        align-items: flex-start
    }

    .flex-sm-middle {
        align-items: center
    }

    .flex-sm-bottom {
        align-items: flex-end
    }

    .grids {
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }

    .rt-modal__inner {
        left: 0;
        width: auto;
        margin-top: 15px;
        transform: none;
        margin-right: 15px;
        margin-left: 15px
    }

    .rt-sidepanel__inner {
        width: calc(100% - 50px)
    }

    .rt-single-nav__body {
        display: block
    }

    .rt-single-nav .rt-img {
        margin: 0 auto 10px !important
    }

    .rt-single-nav-next,
    .rt-single-nav-prev {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .home-section .rt-header-block {
        margin-bottom: 20px
    }

    .page-wrapper {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .rt-infobox--card {
        padding: 30px 15px
    }

    .wsb-sales-notif {
        z-index: 99999;
        bottom: 70px
    }

    .single-product .wsb-sales-notif {
        bottom: 10px
    }

    .single-product.sticky-product .wsb-sales-notif {
        bottom: 80px
    }
}

@media (max-width:480px) {
    #yith-quick-view-content .product .rt-product-gallery {
        max-width: 100%
    }

    #yith-quick-view-content .product div.summary {
        max-width: 100%
    }
}

@media screen and (max-width:320px) {
    .flex-xs-start {
        justify-content: flex-start
    }

    .flex-xs-left {
        justify-content: flex-start
    }

    .flex-xs-center {
        justify-content: center
    }

    .flex-xs-end {
        justify-content: flex-end
    }

    .flex-xs-right {
        justify-content: flex-end
    }

    .flex-xs-top {
        align-items: flex-start
    }

    .flex-xs-middle {
        align-items: center
    }

    .flex-xs-bottom {
        align-items: flex-end
    }
}

@keyframes header-down {
    from {
        transform: translate3d(0, -100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}