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: 1rem;
    color: #333;
    line-height: 1.5;
    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 #ccc
}

figure {
    display: inline-block
}

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

figure figcaption {
    font-size: 0.9rem;
    color: #818a91
}

a {
    color: var(--color-secondary);
    text-decoration: none
}

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

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: #111;
    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: 1.125rem
}

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

.container {
    max-width: 100%;
    width: 48rem;
    margin: 0 auto;
    padding: 0 1rem
}

.container-fluid {
    padding: 1rem;
    max-width: 100%;
    width: 100%
}

.text-center {
    text-align: center!important;
}

.entry-footer {
    margin: 1rem auto
}

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

.site-footer {
    padding: 2rem 0;
    border-top: 1px solid #eee
}

.site-footer .credits p {
    font-size: 12px;
    color: #fff;
}

.site-footer {
    padding: 2rem;
    letter-spacing: 1px;
    background-color: var(--background-footer);
    color: #fff;
}

.site-footer .widget-area .header__logo {
    margin-bottom: 32px;
    display: block;
}

.footer__logo p {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 20px;
}

.footer__logo ul li,
.footer_links ul li{
    list-style: none;
    margin-right: 30px;
}

.footer__logo ul li a {
    color: inherit;
}

.footer__logo ul {
    display: inline-flex;
    padding: 0;
    margin: 15px 0 0;
}

ul#menu-footer-menu {
    list-style: none;
    padding: 0;
}

ul#menu-footer_menu li {
    list-style: none;
}
.footer__logo li a,
.footer_links li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s;
}
.footer__logo li a:hover,
.footer_links li a:hover {
    text-decoration: none;
    color: var(--color-footer-links);
}
.footer__logo i.fa {
    font-size: 22px!important;
}
.site-footer .credits {
    padding: 1rem 0;
    display: block
}

.site-footer .credits a {
    color: black
}

.site-header {
    border-bottom: 1px solid #eee;
    padding: 12px 0 8px;
    color: #2A2A2A;
    font-size: 1rem;
    background-color: #fff!important;
}

/*
.site-header .container,
.site-header .container-fluid {
    display: inline-block;
    padding: 0 1rem
}


.site-header .container .row {
    align-items: center;
    width: 100%;
    margin: 0;
}
*/
.site-header .container .row > div {
    padding: 0;
}

.site-header .container .row .col-auto {
    padding-bottom: 0;
    padding-top: 0;
}

.site-header a {
    color: #000;
    display: block;
    text-decoration: none;
    line-height: 1
}

.site-logo p {
    margin: 0
}

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

.site-logo,
.site-navbar,
.site-trigger {
    display: inline-block
}

.site-navbar-left {
    margin-left: 1rem
}

.site-navbar-right,
.site-trigger {
    margin-left: auto
}

.site-nav-trigger {
    position: relative;
    display: block;
    width: 24px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.site-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #2A2A2A
}

.site-nav-trigger span:before,
.site-nav-trigger span:after {
    content: '';
    height: 2px;
    width: 20px;
    background: #2A2A2A;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

.site-nav-trigger span:before {
    top: -6px
}

.site-nav-trigger span:after {
    top: 6px
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%
}

.site-navbar {
    margin-top: 12px;
    padding: 6px 0;
    display: none;
}

.site-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site-navbar ul li {
    padding-bottom: 0;
    display: inline-block;
    margin-bottom: 0
}

.site-navbar ul li a {
    display: block;
    padding: 0 3px;
    margin: 0 16px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 28px;
    color: inherit;
    transition: 0.2s;
}

.site-navbar ul li a:first-child {
    margin-left: 0;
}

.site-navbar ul .current-menu-item > a {
    font-weight: bold;
}

.site-navbar ul li a:hover {
    color: var(--color-secondary);
}

.site-navbar .menu-item-has-children {
    position: relative
}

@media (min-width: 64rem) {
    .site-navbar .sub-menu {
        background: #fff;
        border: 1px solid #CED4DA;
        border-radius: 6px;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0.5em;
        display: none;
        z-index: 1000
    }
    .site-navbar .sub-menu ul {
        left: 100%;
        right: auto;
        top: 0
    }
    .site-navbar .sub-menu li {
        display: inline-block;
        width: 14rem;
        border-radius: 6px;
    }
    .site-navbar .sub-menu li:hover {
        background-color: #F8F9FA
    }
    .site-navbar .sub-menu li a {
        width: 100%;
        color: #202124;
    }
    .site-navbar .menu-item-has-children:hover>.sub-menu {
        display: block
    }
    .site-navbar.site-navbar-right .sub-menu {
        right: auto;
        left: 0
    }
    .site-navbar.site-navbar-right .sub-menu ul {
        left: 100%
    }
    .site-navbar ul .current-menu-item > a {
        border: none!important;
        color: var(--color-secondary);
    }
}

.site-navbar-open.site-navbar::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.site-navbar-open.site-navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.site-overlay {
    display: none
}

@media (min-width: 64rem) {
    .site-header {
        margin-bottom: 0rem
    }
    .site-navbar {
        display: block
    }
    .site-navbar ul li a {
        display: inline-block
    }
    .site-trigger {
        display: none
    }
}

@media (max-width: 64rem) {
    .site-navbar {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        right: 0;
        height: 100%;
        width: 300px;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
        background: var(--background-menu);
        color: var(--color-menu);
        z-index: 1000;
        margin-top: 0;
        opacity: 1
    }
    .site-navbar ul {
        width: 100%
    }
    .site-navbar ul li a:hover {
        color: inherit;
    }
    .site-navbar.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        overflow: auto;
        padding: 40px 0;
        background: #fff;
    }
    .site-overlay.active {
        opacity: .84;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        background: #fff;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 64rem) {
    .site-header.with-header .site-logo {
        width: 100%;
        text-align: center
    }
    .site-header.with-header .site-trigger {
        margin: 0 auto !important;
        position: fixed;
        bottom: 3rem;
        right: 1rem;
        z-index: 1000000000;
        width: 64px;
        height: 64px;
        border: 0;
        border-radius: 50%;
        opacity: 1;
        padding: 1rem;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        background-color: white
    }
    .site-header.with-header .site-trigger a {
        color: black
    }
    .site-header.with-header .site-trigger .site-nav-trigger {
        margin: 0 auto
    }
    .site-header.with-header .site-trigger span {
        background-color: #252525;
        height: 5px
    }
    .site-header.with-header .site-trigger span:before,
    .site-header.with-header .site-trigger span:after {
        background-color: #252525;
        height: 5px
    }
    .site-header.with-header .site-trigger span:before {
        top: -8px
    }
    .site-header.with-header .site-trigger span:after {
        top: 8px
    }
    .swiper-wrapper.justify-content-center {
        justify-content: start!important;
    }
}

.jumbotron {
    padding: 3rem 0;
    width: 100%;
    background: #025aa5
}

.jumbotron .title {
    position: relative;
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
    color: white
}

.jumbotron .subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 1rem;
    color: white;
    line-height: 1.5
}

.jumbotron .container {
    position: relative
}

.jumbotron .btn {
    margin-top: 3rem
}

@media (min-width: 48rem) {
    .jumbotron .title {
        font-size: 3rem
    }
    .jumbotron .subtitle {
        font-size: 1.3rem
    }
}

.default-header {
    width: 100%;
}

.default-header .title {
    color: #2A2A2A;
    font-size: 65px;
    line-height: 56px;
    font-weight: 700;
}

.default-header .subtitle {
    color: #777;
    display: block;
    font-size: 22px;
}
.default-header .posted-on {
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--font-family-heading);
    color: #777;
}
.default-header .btn {
    margin-top: 3rem
}

.default-header .category {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px
}

.default-header .category a,
.related .category {
    background: var(--color-secondary);
    color: #fff!important;
    padding: 4px 6px;
    border-radius: 6px;
    font-family: var(--font-family-heading), Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

p.p_header {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.04;
    margin-top: 26px;
    text-decoration: inherit;
    color: #2A2A2A;
}

p.p_header:hover {
    text-decoration: none;
}

.article-header {
    text-align: left;
}

@media (min-width: 48rem) {
    .default-header .title {
        font-size: 2.5rem
    }
}

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: 13px;
    color: #777;
    background: #fafafa;
    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 #dedede
}

th:last-child,
td:last-child {
    padding-right: 0
}

.list ul {
    list-style-type: none;
    padding: .25rem;
    margin: 0
}

.list ul li {
    margin-bottom: -1px;
    padding: 0.5rem
}

.list ul a {
    color: #222
}

.list ul a.active {
    font-weight: bold
}

.pagination {
    display: block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center
}

.pagination:after,
.pagination:before {
    content: " ";
    display: table
}

.pagination:after {
    clear: both
}

.pagination ul,
.pagination ul li {
    display: inline
}

.pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination a,
.pagination span {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.pagination a:focus,
.pagination a:hover {
    background-color: #eceeef;
    border-color: #ddd
}

.pagination .current,
.pagination .current:focus,
.pagination .current:hover {
    z-index: 2;
    cursor: default;
    background-color: #eceeef
}

.pagination .next,
.pagination .prev {
    margin-top: 0
}

.breadcrumbs {
    list-style: none;
    font-size: 14px;
}
.breadcrumbs span .current-item {
    color: #fff;
    font-weight: bold;
}
.breadcrumbs span {
    color: #E9ECEF;
}
.breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs span[typeof="ListItem"] a:after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
    color: #E9ECEF;
}
.product-header .breadcrumbs {
    color: #CED4DA;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-search-form {
    margin: 0;
    position: absolute;
    right: 0;
    box-shadow: none!important;
    height: 100%;
    color: var(--color-btn-search)!important;
    border: none!important;
    background-color: var(--color-primary)!important;
}

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;
    min-width: 300px;
    border: 1px solid #E9ECEF;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
textarea:focus,
select:focus {
    border-color: var(--color-primary);
    outline: none
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus:valid {
    border-color: var(--color-primary)
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus:invalid {
    border-color: var(--color-secondary)
}

[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
}

.cookies-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cookies-window.cookies-invisible {
    opacity: 0
}

.cookies-animate.cookies-revoke {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cookies-animate.cookies-revoke.cookies-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cookies-animate.cookies-revoke.cookies-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cookies-animate.cookies-revoke.cookies-active.cookies-bottom,
.cookies-animate.cookies-revoke.cookies-active.cookies-top,
.cookies-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cookies-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cookies-link,
.cookies-revoke:hover {
    text-decoration: underline
}

.cookies-revoke,
.cookies-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 10000000
}

.cookies-window.cookies-static {
    position: static
}

.cookies-window.cookies-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%
}

.cookies-window.cookies-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.cookies-revoke {
    padding: 0.5em
}

.cookies-header {
    font-size: 18px;
    font-weight: 700
}

.cookies-btn,
.cookies-close,
.cookies-link,
.cookies-revoke {
    cursor: pointer
}

.cookies-link {
    opacity: .8;
    display: inline-block;
    padding: 0.2em
}

.cookies-link:hover {
    opacity: 1
}

.cookies-link:active,
.cookies-link:visited {
    color: initial
}

.cookies-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cookies-banner .cookies-btn:last-child {
    min-width: 140px
}

.cookies-highlight .cookies-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cookies-highlight .cookies-btn:first-child:focus,
.cookies-highlight .cookies-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cookies-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: 0.75
}

.cookies-close:focus,
.cookies-close:hover {
    opacity: 1
}

.cookies-revoke.cookies-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: 0.5em
}

.cookies-revoke.cookies-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: 0.5em
}

.cookies-revoke.cookies-left {
    left: 3em;
    right: unset
}

.cookies-revoke.cookies-right {
    right: 3em;
    left: unset
}

.cookies-top {
    top: 1em
}

.cookies-left {
    left: 1em
}

.cookies-right {
    right: 1em
}

.cookies-bottom {
    bottom: 1em
}

.cookies-floating>.cookies-link {
    margin-bottom: 1em
}

.cookies-floating .cookies-message {
    display: block;
    margin-bottom: 1em
}

.cookies-window.cookies-floating .cookies-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cookies-window.cookies-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.cookies-banner.cookies-top {
    left: 0;
    right: 0;
    top: 0
}

.cookies-banner.cookies-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cookies-banner .cookies-message {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cookies-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cookies-compliance>.cookies-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cookies-btn+.cookies-btn {
    margin-left: 0.5em
}

@media print {
    .cookies-revoke,
    .cookies-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cookies-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cookies-window.cookies-top {
        top: 0
    }
    .cookies-window.cookies-bottom {
        bottom: 0
    }
    .cookies-window.cookies-banner,
    .cookies-window.cookies-left,
    .cookies-window.cookies-right {
        left: 0;
        right: 0
    }
    .cookies-window.cookies-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .cookies-window.cookies-banner .cookies-compliance {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
    .cookies-window.cookies-floating {
        max-width: none
    }
    .cookies-window .cookies-message {
        margin-bottom: 1em
    }
    .cookies-window.cookies-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
        align-items: unset
    }
}

.cookies-floating.cookies-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cookies-floating.cookies-type-info.cookies-theme-classic .cookies-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

.cookies-theme-classic .cookies-btn {
    border-radius: 5px
}

.cookies-theme-classic .cookies-btn:last-child {
    min-width: 140px
}

.cookies-floating.cookies-type-info.cookies-theme-classic .cookies-btn {
    display: inline-block
}

.cookies-theme-edgeless.cookies-window {
    padding: 0
}

.cookies-floating.cookies-theme-edgeless .cookies-message {
    margin: 2em 2em 1.5em
}

.cookies-banner.cookies-theme-edgeless .cookies-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cookies-banner.cookies-theme-edgeless .cookies-message {
    margin-left: 1em
}

.cookies-floating.cookies-theme-edgeless .cookies-btn+.cookies-btn {
    margin-left: 0
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.bypostauthor {
    display: block
}

.header-image {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #dbdbdb
}

.header-image a {
    display: block
}

.site-main {
    background: #fff
}

#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
}

.entry-content h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 12px;
}

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%;
    }
    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;
    }
    .entry-content {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        order: 2;
    }
    aside#secondary {
        order: 1;
        margin-bottom: 25px;
    }
    .featured-item figure {
        min-width: 100%;
        min-height: 200px;
        float: inherit;
    }
    .search-form {
        display: none;
    }
    ._breadcrumb_and_info {
        margin: 10px 0 15px 0!important;
    }
    .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;
    }
    .row.product_card .col-auto {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .product_card .product_card h3 {
        margin: 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%;
    }
    .slider-product-footer {
        display: inline-flex;
        width: 100%;
    }
    .slider-product-footer a.btn-block.link {
        display: none;
    }
    .amazon_product .btn-primary {
        width: 100%;
    }
    .page__child_body img {
        width: auto!important;
        max-height: 140px!important;
    }
    .loop-category figure {
        margin-bottom: 0!important;
    }
    .page__child_body h3.entry-title {
        font-size: 16px!important;
    }
    .footer__logo ul {
        margin: 30px 0;
        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;
    }
    .product_card h3 {
        margin-top: 0!important;
    }
    .swiper-slide {
        max-width: 350px;
        margin-right: 30px;
    }
    #content-wrapper {
        display: flex;
    }
}
.content-page, .content-category {
    padding: 0!important;
}

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

.featured-wrapper {
    display: inline-flex;
}

.jetpack-video-wrapper {
    margin: 40px 0!important;
}
.wp-block-embed__wrapper {
    width: 100%;
    margin: 30px 0;
}

.content-page hr.wp-block-separator {
    margin: 40px 0!important;
}

/* AMAZON SHORTOCDE */
.container.review, .row.product_card {
    padding: 26px 12px;
    margin: 80px 0 20px;
    background: #fff;
    border-radius: 6px;
    border: 4px solid var(--product-border);
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}
.row.product_card::after {
    display: inline-block;
    border: 14px inset rgba(0,0,0,0);
    border-top: 11px solid var(--product-border);
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    left: 23px;
    bottom: -25px;
}
.row.product_card::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    left: 45%;
    margin: -4em auto 0;
    background-color: #CED4DA;
}
.container.review:hover,
.row.product_card:hover {
    box-shadow: 0 3px 7px 0 var(--product-shadow);
}
.row.review_header {
    align-items: baseline;
    margin-bottom: 8px;
}
span.__featured::after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -7px;
    border-color: rgba(0,0,0,0) #1A535C rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: inset solid inset inset;
    border-width: 0 10px 7px;
}

span.__featured {
    position: absolute;
    z-index: 9;
    left: -11px;
    top: -13px;
    background: var(--product-border);
    color: #fff;
    padding: 4px 12px;
    font-weight: bold;
    font-size: 15px;
}

.col.review_text {
    max-height: 100px;
    overflow: hidden;
}
.col.review_text:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.17550770308123254) 0%, rgba(255,255,255,1) 100%);
}
.review_header h4 {
    margin-bottom: 2px;
}
span.review_date
,span.review_star {
    font-size: 14px;
    color: #6C757D;
    line-height: 24px;
}
span.review_date i {
    margin-right: 3px;
}
.col.review_text p {
    font-size: 15px;
}
i.fa.fa-star {
    color: var(--color-secondary);
    margin-right: 4px;
}

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

.product_card h3 {
    font-size: 22px;
    line-height: 28px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 0;
    margin-bottom: 14px;
}

.product_price label,
.slider-product-body label {
    font-size: 14px;
    color: #00a650;
    margin: 0 0 4px 0;
    font-weight: 500;
    display: block;
}
.product_card .amazon_card label,
span.product_shipping label {
    font-size: 14px;
    color: #00a650;
    margin: 0 0 4px 0;
    font-weight: 500;
    display: block;
}
.product_card .amazon_card label i,
span.product_shipping label i {
    margin-right: 4px;
}
.product_price i {
    font-size: 13px;
    margin-right: 3px;
}
.slider-product-body label i {
    margin-right: 4px;
}

.slider-product-body label {
    margin: 10px 0 20px 0;
}
.slider-product img.amazon-prime {
    position: absolute;
    right: 12px;
    top: 10px;
}
.product_price li {
    font-size: 15px;
    margin: 0;
}

span.offer_high, span.offer {
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #6C757D;
}
.offer-savings {
    display: inline-flex;
    font-size: 13px;
    margin: 4px auto;
    align-items: center;
    background: #00a650;
    color: #fff;
    padding: 3px 6px;
    border-radius: 6px;
}
.offer-savings svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.amazon_product .btn-primary {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    box-shadow: none;
    font-size: 16px;
}

.amazon_product .btn-primary:hover {
    background-color: var(--background-btn-hover);
    border-color: var(--background-btn-hover);
}

.amazon_product {
    margin-bottom: 50px;
}

.amazon_product .col-auto {
    min-width: 190px;
    text-align: center;
}
@-webkit-keyframes color-change-5x {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes color-change-5x {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.entry-content h4 {
    margin-bottom: 20px;
}

.container.amazon_comparative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    overflow-x: auto;
    -ms-overflow-style: scrollbar;
    position: relative;
    width: calc(100% + 48px);
    left: -28px;
    margin: 20px 0 70px;
    padding: 5px 0 10px 20px;
}

.amazon_comparative .product {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
    -ms-flex: 1 1 188px;
    flex: 1 1 250px;
    min-width: 250px;
    padding: 1.25em 1.125em 1.5em;
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    border-radius: 6px;
    border: 1px solid #E9ECEF;
    cursor: pointer;
    transition: all 0.2s;
}

.amazon_comparative .product:hover {
    box-shadow: 0 3px 7px 0 #E9ECEF;
}

.amazon_card img {
    margin: auto;
    display: flex;
    max-height: 125px;
}

.amazon_card h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 14px 0 10px;
    font-weight: bold;
}

.amazon_card button.btn {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 24px;
    border-bottom: 1px solid;
    border-radius: 0;
    line-height: 20px;
    color: var(--color-secondary);
    width: fit-content;
}

.container.box_author {
    border-radius: 6px;
    border: 1px solid #E9ECEF;
    margin: 70px 0 30px;
}

.box_author img.avatar {
    border-radius: 6px;
    max-width: 70px;
}

.box_author label {
    font-size: 18px;
    display: block;
}

.box_author .row {
    align-items: center;
}

.box_author span {
    display: block;
}

.box_author .row.description {
    padding-bottom: 15px;
}

.type-page #content-wrapper .entry-content > a:not(.btn) {
    box-shadow: inset 0 -6px 0 var(--color-primary-shadow);
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    padding: 0 1px;
    line-height: 23px;
}
.type-page #content-wrapper .entry-content > a:hover:not(.btn) {
    text-decoration: none;
    box-shadow: inset 0 -23px 0 var(--color-primary-shadow);
    color: inherit;
}


.amazon_product ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

.amazon_product ul li {
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.amazon_product ul li:before {
    content: '';
    border-radius: 100px;
    height: 8px;
    width: 8px;
    background: var(--color-primary);
    position: absolute;
    top: 10px;
    left: 0;
}

.type-page #content-wrapper .entry-content h2 {
    padding-top: 34px;
    border-top: 1px solid #E9ECEF;
    margin-top: 40px;
    font-weight: bold;
    font-size: 28px;
}

div#ez-toc-container ul li:before {
    content: " ";
}

header.product-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0 60px;
    background: radial-gradient(ellipse at center,var(--background-header-left) 18%,var(--background-header-center) 98%);
    position: relative;
}

.product-header h1.title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    margin: 12px 0 17px;
}
.product-header p.subtitle {
    color: #fff;
    max-width: 800px;
    padding: 7px 20px 30px;
    text-align: center;
    margin: 0 auto 48px;
    font-size: 18px;
    line-height: 26px;
}

._breadcrumb_and_info {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
}

.product-header .meta {
    margin-left: auto;
    color: #fff;
}

.slider-product-body {
    background: #F8F9FA;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-basis: auto;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 20px;
}
.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;
}
.slider-product-header img {
    margin: auto;
    width: 150px;
    height: 150px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.slider-product-body span.price {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: help;
}
.slider-product-body 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;
}

.slider-product-body span.price:hover .tooltiptext {
    visibility: visible;
}
.slider-product-footer {
    background-color: #F8F9FA;
    text-align: center;
}

.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;
}
.amazon_card .product_price {
    font-size: 24px;
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
    margin-top: 14px;
}

.amazon_card .product_price .price-old {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    display: block;
}
.amazon_card .item__title {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
    margin-top: 10px;
    color: #666;
}
span.item__brand {
    display: inline-block;
    margin-right: 10px;
}
span.item__brand i {
    margin-right: 4px;
}
span.item__brand {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
}
.container_brands,
.container_brands .col-md-12 {
    padding: 0!important;
}
/* Table Styles */
.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    margin: 14px 0;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: var(--background-header-left);
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.fl-table span.product_price {
    font-weight: bold;
    color: var(--background-header-left);
}
.fl-table button.btn.btn-primary {
    margin: 0;
    display: inline-block;
    box-shadow: none;
    border-radius: 6px;
    background: var(--color-secondary);
    border: none;
}
.fl-table button.btn.btn-primary:hover,
.fl-table button.btn.btn-primary:active,
.fl-table button.btn.btn-primary:focus {
    background: var(--background-btn-hover);
}
@media (min-width: 768px) {
    .fl-table .product_image {
        display: inline-flex;
        text-align: center;
        align-items: center;
        float: left;
    }
    .fl-table .product_image .image {
        width: 120px;
    }
    .fl-table .product_image img {
        max-width: 120px;
        max-height: 90px;
    }
    .fl-table .product_image a {
        margin: 0;
        display: inline-block;
        box-shadow: none!important;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        font-weight: 400;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
        background: #fff;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
        text-transform: uppercase;
        font-size: 11px;
        height: 53px;
        padding: 10px 20px 0 8px;
        margin-right: auto;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #fff;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
    .fl-table .product_image img {
        max-width: 80px;
        max-height: 80px;
        display: block;
        margin: 0 auto;
    }
    .fl-table .product_image a {
        width: 160px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        box-shadow: none!important;
        text-transform: none;
    }
    .fl-table thead th:first-child {
        height: 140px;
        background: #fff;
    }
    span.product_shipping label {
        margin: 0!important;
    }
    .fl-table tbody td:last-child {
        background: #fff!important;
        border-bottom: 0;
    }
}

ol.all_types a {
    box-shadow: none!important;
    font-weight: 400!important;
}
ol.all_types a:hover {
    color: var(--color-primary)!important;
}

ol.all_types {
    list-style: disc;
}
form#amazon_search {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}
#amazon_search .btn-search-form {
    position: relative!important;
    width: 100%!important;
    display: block!important;
    padding: 18px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 6px!important;
    font-weight: bold;
}
#amazon_search .search-input {
    width: 100%;
}
#amazon_search input.search-field {
    padding: 10px 18px!important;
    font-size: 18px;
    height: 62px;
}
span.without_stock {
    color: #B12704;
    line-height: 28px;
    display: block;
}
.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_without_stock ul li {
    font-size: 14px;
    margin: 0 0 5px;
}
.amazon_product_without_stock ul li:before {
    content: ""!important;
}
.amazon_product_without_stock ul {
    padding: 0;
    margin: 0;
}
.amazon_product_without_stock .product_price {
    display: inline-block;
}
.amazon_product_without_stock h3 {
    font-size: 18px;
}
.amazon_product_without_stock {
    margin: 15px 0;
}
.amazon_product .alert {
    background: var(--background-header);
    padding: 12px;
    background: var(--background-header);
    border-radius: 6px;
}

/** SHORTCODE PARA LA HOME **/
.page-template-page-nosidebar div#content-wrapper.no-sidebar {
    margin: 0;
    max-width: 100%!important;
    padding: 0!important;
}
section.short_home {
    margin: 40px 0 20px;
}
.short_home_header {
    padding-bottom: 230px;
    text-align: center;
}
.short_home_carrousel {
    margin-top: -200px;
}
.short_home_slider img {
    max-height: 300px;
    max-width: 300px;
}
.short_home_slider {
    display: inline-block;
}
.short_home_header h2 {
    border: none!important;
    font-size: 64px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 25px;
}
.short_home_slider a {
    box-shadow: none!important;
}


@media (max-width: 64rem) {
    /** MENU RESPONSIVE */
    .site-navbar ul li a {
        font-size: 1rem!important;
        line-height: 1;
        transition: color .2s linear;
        position: relative;
        width: 100%;
        display: inline-block;
        height: auto;
        align-items: center;
    }
    .site-navbar .menu-item {
        transition: background-color .2s linear;
        position: relative;
        width: 100%;
    }
    .dropdown-item-menu i {
        font-size: 12px;
        margin: auto;
    }
    .site-navbar .submenu-open {
        background-color: #f9b9b6;
    }
    .site-navbar .submenu-open ul.sub-menu {
        background: #fbcfcd;
    }
    .site-navbar ul li a {
        padding: 14px 1rem;
        display: inline-flex;
        align-items: center;
    }
    .site-navbar .menu-item {
        border-bottom: 1px solid #fce3e1;
    }
    .site-navbar .menu-item-has-children > a .dropdown-item-menu {
        margin-left: auto;
        width: 30px;
        height: 30px;
        align-items: center;
        display: flex;
        text-align: center;
        background: #f9b9b6;
        border-radius: 50px;
    }

    .product-nicho-section .row {
        display: flex;
        flex-flow: column;
    }
    .product-nicho-section .row .contain-title {
        order: 1;
    }
    .product-nicho-section .row .contain-image {
        order: 2;
    }
    .product-nicho-section .row .contain-desc {
        order: 3;
    }
}

span.affilate-info {
    font-size: 14px;
    letter-spacing: 0;
}
.footer__logo ul li a {
    transition: all 0.2s;
    font-weight: 700;
    letter-spacing: 0;
}
.footer__logo ul li a:hover {
    color: var(--color-primary)!important;
    opacity: .9;
}
.page-template-page-noads .entry-content {
    max-width: 100%!important;
    flex-basis: 100%!important;
}
.loop-grid-nicho .wp-post-image {
    border: 0!important;
    border-radius: 0!important;
    max-width: 70%!important;
    margin: 0 auto!important;
    display: flex!important;
}
.entry-header.loop-grid-nicho {
    border: 1px solid #CED4DA;
    border-radius: 6px;
    text-align: center;
}
.entry-header.loop-grid-nicho a {
    color: inherit;
}
.entry-header.loop-grid-nicho h3 {
    font-size: 20px;
    padding: 0 6px;
    font-weight: 400!important;
}
.aawp .aawp-product--horizontal .aawp-product__description > ul > li:before {
    content: ""!important;
}
.aawp .aawp-product--horizontal .aawp-product__description > ul {
    padding: 0!important;
}
.aawp .aawp-product--horizontal .aawp-product__description > ul > li {
    font-size: 15px;
    margin-bottom: 6px;
}
.entry-content hr {
    margin: 40px 0;
}
#content-wrapper > .row {
    width: 100%;
}
.ul_product_description.ulShowMore ul {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.ul_product_description.ulShowMore ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0.17550770308123254) 0%, rgba(255,255,255,0.17550770308123254) 70%, rgba(255,255,255,1) 95%);
}

button.btn.btnShowMoreDesc {
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
    margin: 0 0 20px 0!important;
}
button.btn.btnShowMoreDesc:hover,
.searchRelated li:hover {
    background-color: #e9e9e9;
}
ul.searchRelated {
    padding: 0;
    margin: 0;
}
.searchRelated li {
    width: fit-content;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 3px 10px;
    margin-right: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
}
.searchRelated li a {
    color: inherit;
    text-decoration: none;
}
.page__child_body,
#loop_childs .loop-children {
    border: 1px solid #ced4da;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
    transition: all .2s;
    display: inline-block;
    width: 100%;
}
.page__child_body h3.entry-title,
#loop_childs .loop-children h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px 15px;
    margin: 0;
}
.page__child_body img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
}
#loop_childs .loop-children img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
}
.page__child_body h3.entry-title a:hover,
#loop_childs .loop-children h3 a:hover {
    color: inherit!important;
}
a.btn.btn-block.ga_click_container_anchor i {
    margin-right: 10px;
}
a.btn.btn-block.ga_click_container_anchor {
    color: var(--color-secondary);
    border: 2px solid;
    background: none;
    font-weight: bold;
    font-size: 15px;
    width: 100%!important;
}
.loop-category a.loop-category-image {
    display: inline-block;
}
section#topics_guide {
    background: #f4f4f4;
    padding: 12px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
section#topics_guide ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
section#topics_guide ul li {
    font-size: 16px;
    padding-bottom: 6px;
    margin: 0;
    color: var(--swiper-theme-color)!important;
}
section#topics_guide span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}
.flex.flex-fluid {
    display: inline-flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
}

/* MENU */
#nav-icon4 {
    width: 45px;
    height: 34px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: var(--color-secondary);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 4 */
#nav-icon4 {
    z-index: 1;
}
#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 28px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    left: 8px;
}

.hide {
    display: none!important;
}

nav#rpMenuContainer {
    background-color: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
    padding: 18px 0 36px 0;
    border-top: 6px solid var(--color-secondary);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 30;
    margin-top: 8px;
}
#rowSiteHeader {
    align-items: center;
}
ul.ui-navigation-main {
    list-style: none;
    padding: 0;
}
ul.ui-navigation-main li {
    margin-bottom: 6px;
}
ul.ui-navigation-main li a,
ul.ul-nav-child li a {
    color: #666666;
    transition: all 0.2s ease;
    font-size: 16px;
    padding: 6px 0;
    font-weight: bold;
}
ul.ui-navigation-main li a:hover,
ul.ul-nav-child li a:hover,
li.menu-active a {
    color: var(--color-secondary)!important;
}
span.menuParentLabel {
    display: inline-block;
    font-size: 20px;
}
ul.ul-nav-child li {
    font-size: 16px;
    margin-bottom: 8px;
    padding: 6px 0;
}
ul.ul-nav-child {
    padding: 0;
    list-style: none;
}
.header-navigation-child {
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 16px;
    padding: 4px 0;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    nav#rpMenuContainer {
        padding: 18px;
    }
    nav#rpMenuContainer .container .row {
        width: 100%;
    }
    ul.ui-navigation-main li a,
    ul.ul-nav-child li a {
        font-size: 20px!important;
    }
    ul.ui-navigation-main li a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    button#backNavigationChild {
        padding: 8px;
        border-radius: 50%;
        margin-right: 10px;
        transform: rotate(
                180deg);
        background: #e9e9e9;
        color: #252525;
    }
    span.menuParentLabel,
    span.categoriesMenuLabel {
        display: inline-block;
        font-size: 24px;
        line-height: 70px;
    }
    .header-navigation-child {
        height: 70px;
    }
    #headerSearch {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .ui-navigation-child {
        padding: 0 0 0 40px;
    }
    ul.ul-nav-child {
        display: grid;
        grid-auto-rows: min-content;
        grid-column: 2;
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
    .categoriesMenuLabel {
        font-size: 22px;
        font-weight: bold;
        font-family: var(--font-family-heading);
        display: inline-block;
    }
    #headerLogo {
        margin-left: 40px;
    }
    button#backNavigationChild {
        display: none;
    }
}
.thumb__image_contain {
    text-align: center;
}
.notice-on-product-updates {
    position: relative;
    display: inline-block;
    cursor: help;
}
.notice-on-product-updates svg {
    width: 18px;
    height: 18px;
}
.notice-on-product-updates .disclaimer-text {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    border: 1px solid #dceaec;
    top: 135%;
    right: 0;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 20px 2px #DCEAEC;
    box-shadow: 0px 10px 20px 2px #DCEAEC;
}
.notice-on-product-updates:hover .disclaimer-text {
    visibility: visible;
}