:root {
    --text-size-xs: 0.75rem;
    --text-lh-xs: 18px;
    --text-size-s: 0.875rem;
    --text-lh-s: 20px;
    --text-size-m: 1rem;
    --text-lh-m: 24px;
    --text-size-l: 1.25rem;
    --text-lh-l: 32px;
    --text-size-xl: 1.5rem;
    --text-lh-xl: 36px;
    --body-color: #677788;
    --heading-color: #111;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%
}

img,
video {
    height: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
button:focus,
.btn:focus {
    outline: 0
}

p img {
    margin-bottom: 1rem
}

textarea {
    resize: vertical
}

[role="button"] {
    cursor: pointer
}

[tabindex="-1"]:focus {
    outline: none
}

pre {
    overflow: hidden
}

dt {
    font-weight: bold;
    text-decoration: underline
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic
}

figure {
    margin-bottom: 1rem
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: var(--font-family-body), Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-size: var(--text-size-m);
    line-height: var(--text-lh-m);
    color: var(--body-color);
    word-wrap: break-word;
    overflow-x: hidden;
    background-color: white
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

hr {
    margin: 2em 0;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--border-color)
}

figure {
    display: inline-block
}

figure img {
    margin-bottom: 0.5rem;
    line-height: 1
}

figure figcaption {
    font-size: 0.9rem;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    color: var(--color-primary-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading), Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: 700!important;
    line-height: 1.25;
    color: var(--heading-color);
    text-rendering: optimizeLegibility;
    margin-bottom: .5rem;
    margin-top: 2.5rem
}

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

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-size: 75%
}

.lead {
    font-size: 1.25rem
}

h1 {
    font-size: 2.5rem;
    margin-top: 0
}

h2 {
    font-size: 2rem;
    margin-top: 0
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.15rem
}

h6 {
    font-size: 1rem
}

p,
blockquote,
hr,
pre,
ol,
ul,
dl,
table,
fieldset,
figure,
address,
form {
    margin-bottom: 1.5rem;
    font-size: var(--text-size-m);
    line-height: var(--text-lh-m);
}

ol,
ul {
    padding-left: 2rem
}

ol li,
ul li {
    margin-bottom: 1rem
}

mark,
code,
samp,
kbd {
    position: relative;
    top: -1px;
    padding: 4px 4px 2px 4px;
    display: inline-block;
    line-height: 1;
    color: rgba(49, 52, 57, 0.85)
}

time,
cite,
small,
figcaption {
    font-size: .85rem
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    cursor: help
}

blockquote,
.blockquote {
    padding: 1rem;
    border-left: 3px solid var(--color-secondary);
    background-color: #fff;
    color: #777;
}

blockquote p,
.blockquote p {
    margin-bottom: .5rem
}

mark {
    background-color: yellow
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

code {
    background: #e0e1e1
}

/*.btn,*/
/*.button {*/
    /*padding: 0.75rem 1.25rem;*/
    /*font-size: 1rem;*/
    /*margin: 0.5rem 0;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*color: #333;*/
    /*background-color: #eee;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*border-radius: 4px;*/
    /*max-width: 100%;*/
    /*border: 0;*/
/*}*/

/* Align */
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}

.entry-footer {
    margin: 1rem auto
}

.site-thumbnail {
    margin-bottom: 1.5rem
}

/* Font size and line height */
.text-xs {
    font-size: 0.75rem;
    line-height: 18px;
}
@media only screen and (max-width: 768px) {
    .text-xs {
        font-size: 0.825rem;
        line-height: 20px;
    }
}
.text-s {
    font-size: 0.875rem;
    line-height: 20px;
}
.text-m {
    font-size: 1rem;
    line-height: 24px;
}
.text-l {
    font-size: 1.25rem;
    line-height: 32px;
}
.text-xl {
    font-size: 1.5rem;
    line-height: 36px;
}
/* Heading text size */
.heading-xxs {
    font-size: 0.875rem;
    line-height: 18px;
}
.heading-xs {
    font-size: 1rem;
    line-height: 22px;
}
.heading-s {
    font-size: 1.25rem;
    line-height: 26px;
}
.heading-m {
    font-size: 1.5rem;
    line-height: 32px;
}
.heading-l {
    font-size: 1.75rem;
    line-height: 36px;
}
.heading-xl {
    font-size: 2rem;
    line-height: 42px;
}
.heading-xxl {
    font-size: 2.5rem;
    line-height: 52px;
}
/* Lists */
.ul-simple {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul-color-inherit a {
    color: inherit;
}
.ul-color-inherit a:hover {
    color: var(--color-primary);
}

/* Buttons */
.btn, .button {
    display: inline-block!important;
    font-weight: 500!important;
    color: #677788!important;
    text-align: center!important;
    vertical-align: middle!important;
    user-select: none!important;
    background-color: transparent!important;
    border: 0.0625rem solid transparent!important;
    padding: 0.75rem 1rem!important;
    font-size: 1rem!important;
    line-height: 1.6!important;
    border-radius: 0.3125rem!important;
    transition: all .2s ease-in-out!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer!important;
}
.btn-xs {
    font-size: .75rem!important;
    font-weight: 400!important;
    padding: 0.275rem 0.75rem!important;
}
.btn-xs svg {
    width: 18px!important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.625rem 1.125rem!important;
    font-size: .875rem!important;
    line-height: 1.5!important;
    border-radius: 0.25rem!important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem!important;
    font-size: 1.25rem!important;
    line-height: 1.5!important;
    border-radius: 0.3rem!important;
}
.btn-primary {
    color: #fff!important;
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff!important;
    background-color: var(--color-primary-hover)!important;
    border-color: var(--color-primary-hover)!important;
}
.btn-primary[href]:active, .btn-primary[href]:focus, .btn-primary[href]:hover, .btn-primary[type]:active, .btn-primary[type]:focus, .btn-primary[type]:hover {
    box-shadow: 0 4px 11px rgb(55 125 255 / 35%)!important;
}
.btn-soft-secondary {
    color: #71869d!important;
    background-color: rgba(113,134,157,.1)!important;
    border-color: transparent!important;
}
.btn-soft-secondary.active,
.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff!important;
    background-color: #71869d!important;
    box-shadow: 0 4px 11px rgb(113 134 157 / 10%)!important;
}
.btn-outline-primary {
    color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
}
.btn-outline-primary:hover {
    color: #fff!important;
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
}
.btn-offers {
    color: var(--color-warning)!important;
    background-color: transparent!important;
}
.btn-offers:hover {
    background-color: var(--color-warning-hover)!important;
}
.btn-icon {
    position: relative!important;
    display: inline-flex!important;
    flex-shrink: 0!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    width: 3.125rem!important;
    height: 3.125rem!important;
    padding: 0!important;
}
.link-icon {
    position: relative!important;
    line-height: 1!important;
    flex-shrink: 0!important;
    justify-content: center!important;
    align-items: center!important;
    vertical-align: middle!important;
    text-align: center!important;
    width: 1.375rem!important;
    height: 1.375rem!important;
    font-size: 1rem!important;
    color: var(--color-primary)!important;
    background-color: rgba(55,125,255,.1)!important;
    border-radius: 50%!important;
    transition: .3s!important;
}
.link:hover .link-icon {
    transform: rotate(90deg);
}
.btn-icon.btn-xs {
    font-size: .75rem!important;
    width: 1.75rem!important;
    height: 1.75rem!important;
}
.btn-pill {
    border-radius: 6.1875rem!important;
}

/* Border radius */
.border-radius-xs {
    border-radius: 2px!important;
}
.border-radius-s {
    border-radius: 4px!important;
}
.border-radius-m {
    border-radius: 8px!important;
}
.border-radius-l {
    border-radius: 16px!important;
}
.border-radius-xl {
    border-radius: 24px!important;
}
.border-radius-xxl {
    border-radius: 50px!important;
}
.border-radius-50 {
    border-radius: 50%!important;
}

/* Backgrounds */
.bg-primary {
    background-color: var(--color-primary)!important;
}
.bg-light {
    background-color: var(--background-light)!important;
}
.bg-dark {
    background-color: var(--background-dark)!important;
}
.bg-soft-primary {
    background-color: var(--background-soft-primary)!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-success {
    background-color: var(--color-success-700)!important;
}
/* Colors */
.text-white {
    color: white!important;
}
.text-warning {
    color: var(--color-warning)!important;
}
.text-error {
    color: var(--color-danger-500)!important;
}
.text-muted {
    color: var(--color-body)!important;
}
.text-primary {
    color: var(--color-primary)!important;
}
.text-heading {
    color: #111!important;
}
.text-success {
    color: var(--color-success-700)!important;
}
.text-primary-100 {
    color: var(--color-primary-100)!important;
}
.text-primary-800 {
    color: var(--color-primary-800)!important;
}

/* Hovers */
.hover-primary:hover,
.hover-primary:focus,
.hover-primary:active {
    color: var(--color-primary)!important;
}

/* Text transform */
.uppercase {
    text-transform: uppercase!important;
}
.line-through {
    text-decoration-line: line-through!important;
}

/* Text weight */
.bold {
    font-weight: bold!important;
}
.weight-500 {
    font-weight: 500!important;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden!important;
}
.overflow-scroll {
    overflow: scroll!important;
}

/* Transitions */
.transition-3d-hover {
    transition: all .2s ease-in-out;
}
.transition-3d-hover:focus, .transition-3d-hover:hover {
    transform: translateY(-3px);
}

/* Size SVG */
.svg-16 {
    max-width: 16px;
    max-height: 16px;
}
.svg-18 {
    max-width: 18px;
    max-height: 18px;
}
.svg-20 {
    max-width: 20px;
    max-height: 20px;
}

/* Widhts */
.fit-content {
    width: fit-content!important;
}
.width-100 {
    width: 100%!important;
}
/* Heights */
.height-100 {
    height: 100%!important;
}

/* Positions */
.position-absolute {
    position: absolute!important;
}
.position-relative {
    position: relative!important;
}
.top-0 {
    top: 0!important;
}
.left-0 {
    left: 0!important;
}
.right-0 {
    right: 0!important;
}
.bottom-0 {
    bottom: 0!important;
}
.white-space-nowrap {
    white-space: nowrap!important;
}
/* Cursors */
.cursor-help {
    cursor: help!important;
}

/* Borders */
.border {
    border: 1px solid var(--border-color)!important;
}
.border-top {
    border-top: 1px solid var(--border-color)!important;
}
.border-bottom {
    border-bottom: 1px solid var(--border-color)!important;
}

/* Shadows */
.shadow {
    box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125)!important;
}
.shadow-card {
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}

.line-2-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-3-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Spacing */
.letter-spacing-s {
    letter-spacing: 0.5px!important;
}

/* Hide by media */
.hide {
    display: none!important;
}
@media screen and (max-width: 480px) {
    .hide-mobile {
        display: none!important;
        visibility: hidden!important;
    }
}
@media screen and (min-width: 480px) {
    .hide-destkop {
        display: none!important;
        visibility: hidden!important;
    }
}

.site-logo img {
    max-width: 220px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    font-size: 15px;
    line-height: 24px
}

table caption {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #676b72
}

th {
    text-align: left;
    font-weight: 700;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: var(--text-size-s);
    line-height: var(--text-lh-s);
    font-family: var(--font-family-heading);
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
    text-overflow: ellipsis;
}

td {
    vertical-align: middle
}

th,
td {
    padding: 0.5rem;
    border-bottom: 1px solid var(--border-color)
}

th:last-child,
td:last-child {
    padding-right: 0
}
form {
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

label {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
textarea,
select {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    border: none;
    background-color: #fff;
    font-size: 16px;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
textarea:focus,
select:focus {
    outline: none
}

[readonly],
input:not([type="submit"]):disabled,
textarea:disabled,
select:disabled {
    background-color: #eaeded;
    opacity: 1;
    cursor: not-allowed
}

input[type="file"] {
    display: block
}

textarea {
    height: 200px
}

.form-group {
    margin-bottom: 1rem
}

input[type="checkbox"] {
    height: 1rem;
    width: 1rem;
    position: relative;
    top: 3px
}

input[type="checkbox"]+label {
    font-size: 1rem;
    margin-left: 0.25rem
}

.ajax-loader {
    position: absolute;
    bottom: 0;
    right: -25px
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

#content-wrapper {
    padding: 1rem!important;
    background-color: white
}

@media (max-width: 48rem) {
    .home #content-wrapper {
        padding-top: 0
    }
}

.entry-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.post-thumbnail {
    margin-bottom: 2rem;
    text-align: center
}

/*.no-sidebar .entry-content {*/
    /*-ms-flex-preferred-size: 100%;*/
    /*flex-basis: 100%;*/
    /*margin: 0 auto;*/
    /*max-width: 784px;*/
    /*width: 70%;*/
    /*padding: 40px 0;*/
/*}*/

.entry-header .wp-post-image {
    width: 100%;
    margin-bottom: .5rem;
    border: 1px solid #eee;
    border-radius: 6px;
}

.entry-related .entry-related-item a {
    display: block
}

.entry-content,
.entry-footer {
    max-width: 100%;
    position: relative
}

.home-shop-section {
    margin: 1rem 0
}

.home-shop-section .products {
    margin-bottom: 3rem
}

.home .entry-content {
    padding-top: 0;
    margin-top: 0
}

.home-section {
    padding: 2rem 1rem
}

.entry-item {
    padding: 1rem
}

.entry-item .entry-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem
}

.entry-item .entry-title a {
    text-decoration: none
}
.entry-item .entry-title a:hover {
    color: inherit;
}

.entry-item p {
    margin-bottom: 0;
    font-size: 1rem
}

.entry-item img {
    width: 100%
}

.entry-item .entry-header {
    margin: 0;
    clear: both
}

.entry-item .entry-date {
    float: left
}

.entry-item .entry-date p {
    font-size: 14px;
    color: #808080
}

.entry-item .entry-category {
    float: right
}

.entry-item .entry-category a,
.featured-item .entry-category a {
    text-decoration: none;
    display: inline-block;
    color: var(--color-secondary);
    margin: 0 0 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

.entry-item .entry-author p {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase
}

.entry-item .entry-read-more {
    display: block;
    margin-top: 10px
}
.entry-related .entry-title {
    margin-top: 0.5rem;
    color: black;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    padding: 10px 20px;
    color: #fff;
    white-space: pre-wrap;
    text-shadow: 1px 1px 4px #000;
    text-transform: none;
    background: #333
}

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

.gallery-wrapper {
    background: #f3f3f4;
    padding: 3rem;
    height: 100%;
    width: 100%;
    border-radius: 4px
}

.jumbotron .wpcf7 {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: relative;
    margin: 0 auto
}

.jumbotron .wpcf7 .ajax-loader {
    position: absolute;
    top: 0
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
    font-size: 12px
}

.banner {
    max-width: 100%;
    margin: 1rem 0;
    padding: 0;
    text-align: center
}

.banner-block {
    width: 100%
}

@media (max-width: 48rem) {
    .desktop {
        display: none
    }
}

@media (min-width: 48rem) {
    .mobile {
        display: none
    }
}


.entry-content .box {
    background: var(--color-secondary);
    color: #fff;
    border-radius: 6px;
    box-shadow: none;
    position: relative;
    padding: 20px;
    margin: 30px 0;
    clear: both;
}

.entry-content .box strong {
    color: #fff!important
}

header.default-header {
    padding: 34px 0 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .site-header .container {
        display: inline-flex;
    }
    .site-header .container .row {
        width: 100%;
        align-items: center;
        margin: 0;
    }
    .site-nav-trigger {
        margin-left: auto!important;
    }
    .site-logo {
        width: 80%;
    }
    .site-trigger {
        width: 20%;
    }
    .site-logo img {
        max-width: 140px;
    }
    a.site-nav-trigger, .site-trigger {
        text-align: right;
        display: inline-block;
        margin: auto;
    }
    header.default-header {
        padding: 30px 0px 20px;
        text-align: left;
    }

    .default-header .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .default-header .subtitle {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }
    .default-header .meta {
        margin: 0;
    }
    .default-header .category a {
        margin-bottom: 12px;
        display: inline-block;
    }
    .featured-item figure {
        min-width: 100%;
        min-height: 200px;
        float: inherit;
    }
    form.search-form {
        flex-direction: column;
    }
    .btn-search-form {
        width: 100%;
    }
    .product-header .meta {
        display: none;
    }
    .product-header p.subtitle {
        padding: 0!important;
        font-size: 16px!important;
        text-align: left!important;
        margin-bottom: 25px!important;
        line-height: 1.4em!important;
    }
    .product-header h1.title,
    .product-header p.subtitle {
        font-family: var(--font-family-heading), "Helvetica Neue", Helvetica, sans-serif!important;
    }
    .product-header h1.title {
        text-align: left!important;
        font-size: 28px!important;
        line-height: 32px!important;
    }
    .container.amazon_product {
        padding-left: 0;
        padding-right: 0;
    }
    span[typeof="ListItem"] .current-item {
        display: none;
    }
    button.btn.btnShowMoreDesc {
        margin-bottom: 0!important;
    }
    .slider-product-body p {
        margin-bottom: 8px;
    }
    .slider-product-body {
        padding-bottom: 0;
    }
    .swiper-slide {
        max-width: 100%;
        margin-right: 14px;
    }
    .slider-product {
        display: inline-block;
        width: 100%;
    }
    #lists-content {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .type-post header.default-header {
        flex-basis: 100%;
        margin: 0 auto;
        max-width: 784px;
        width: 70%;
    }
    .type-post .article-header {
        text-align: center!important;
        margin-bottom: 15px;
    }
    .product-header h1.title::after {
        display: block;
        content: " ";
        background: var(--color-terciary);
        height: 2px;
        margin: 17px auto;
        width: 75px;
    }
    .swiper-slide {
        max-width: 350px;
        margin-right: 30px;
    }
    #content-wrapper {
        display: flex;
    }
    #lists-content {
        flex-direction: row;
    }
}
.content-page, .content-category {
    padding: 0!important;
}

.home .entry-content,
.content-category .entry-content {
    width: 100%;
    max-width: 100%;
}

.featured-wrapper {
    display: inline-flex;
}
.wp-block-embed__wrapper {
    width: 100%;
    margin: 30px 0;
}
.content-page hr.wp-block-separator {
    margin: 40px 0!important;
}
/* AMAZON SHORTOCDE */
@media (min-width: 480px) {
    .container-product-thumb-images {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .container-product-thumb-images {
        display: flex;
        overflow: scroll;
        flex-direction: row;
        align-items: center;
    }
}
.product_thumb_image {
    cursor: pointer;
    transition: all 0.2s;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.product_thumb_image:hover {
    transform: scale(1.5);
}

th.table__header {
    padding: 10px 24px 10px 14px;
    font-size: 14px;
    font-weight: 600;
    background: #e9ecef7d;
}

.ui__table {
    border: 1px solid #CED4DA;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.ui__table table {
    margin: 0;
    border: none;
    border-collapse: separate;
}

.ui__table td:last-of-type {
    width: 60%;
    padding-left: 24px;
}

.ui__table tbody tr:nth-child(odd) {
    background: #F8F9FA;
}

.ui__table tbody tr:nth-child(odd) th:first-child {
    background: #e9ecefa6;
}
.slider-product-header {
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 200px;
}
span.price .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000000ab;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 2px;
    font-size: 12px;
    font-weight: 400;
    bottom: 125%;
    margin-left: -50%;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

span.price:hover .tooltiptext {
    visibility: visible;
}

.swiper-pagination-bullet:only-child {
    display: none;
}
.slider-product-body a.btn.btn-primary {
    color: #fff;
    background: var(--color-secondary);
    border: none;
    font-weight: 600;
    box-shadow: none;
    padding: 12px 24px;
    margin-top: auto;
}
.slider-product-body a.btn.btn-primary:hover {
    background: var(--background-btn-hover);
}
.slider-product-body p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 14px;
}
.slider-product-body p a {
    color: inherit;
}
.slider-product {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.legend-indicator {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
/* Table Styles */
.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px!important;
    height: 50px!important;
    background: #fff!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.19)!important;
    border-radius: 50%!important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px!important;
}
.swiper-button-disabled {
    display: none!important;
}
.amazon_product .alert {
    background: var(--background-header);
    padding: 12px;
    background: var(--background-header);
    border-radius: 6px;
}
.page-template-page-noads .entry-content {
    max-width: 100%!important;
    flex-basis: 100%!important;
}
#content-wrapper > .row {
    width: 100%;
}

button.btn.btnShowMoreDesc {
    all: unset;
}
.flex.flex-fluid {
    display: inline-flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
}
.notice-on-product-updates {
    position: relative;
    display: inline-block;
    cursor: help;
}
.notice-on-product-updates .disclaimer-text {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 135%;
    right: 0;
}
.notice-on-product-updates:hover .disclaimer-text {
    visibility: visible;
}
.wp-block-table {
    overflow: scroll;
}
/* MENU */
.menuIconButton {
    all: unset;
    cursor: pointer;
    background: #f8fafd;
    color: #677788;
    border-radius: 50%;
    font-size: .8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
    text-align: center;
    position: relative;
    border: none;
    box-shadow: none;
}

.overflow-scroll::-webkit-scrollbar {
    display: none;
}
.screen-reader-text {
    display: none;
}