/*
main:before {
    background: linear-gradient(#173164, transparent);
    left: unset;
    height: 170px;
    top: 0;
    border-radius: 0;
    z-index: 0;
    transition: all 0.6s;
    content: "";
    position: absolute;
    width: 100%;
}
*/

.infoProAttri.bottom_center .sale.sale-text .hot,
.prod-item-thumb img,
figure,
img,
svg {
    max-width: 100%
}

.btn-market,
a {
    text-decoration: none
}

.btn-dislike,
.btn-like,
.btn>i,
.entry-navigation-link>i,
figure,
img {
    vertical-align: middle
}

.btn-dislike,
.btn-like,
.btn-tag,
.navbar-tool-text,
.star-rating,
.tns-carousel-controls {
    white-space: nowrap
}

.out_of_stock_class>span,
.product-title>a,
nav>.breadcrumb {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

:root {
    --font-title: 16px;
    --font-décription: 14px;
    --bs-button: #0d6efd;
    --bg-header: #0d6efd;
    --font-weight--regular: 400;
    --font-weight--semibold: 500;
    --font-weight--bold: 700;
    --font-weight--light: 300;
    --line-height--regular: 1.5;
    --line-height--heading: 1.25;
    --line-height--reset: 1;
    --line-height--l: 32px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 28px;
    --font-size--h4: 24px;
    --font-size--h5: 20px;
    --font-size--h6: 18px;
    --font-size--body-xl: 20px;
    --font-size--body-l: 18px;
    --font-size--body-m: 16px;
    --font-size--body-s: 14px;
    --font-size--body-xs: 12px;
    --font-size--body-xxs: 9px
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    min-height: 100vh;
    font-weight: 400;
    font-family: Pangea, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif
}

body:not(.cke_editable) {
    display: flex;
    flex-direction: column
}

.page-wrapper {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

.btn-dislike:focus,
.btn-like:focus,
.btn-social:focus,
.btn-wishlist:focus,
.lg-inner:focus,
.lg-item:focus,
.lg-outer:focus,
.lg:focus,
.tns-carousel .tns-controls:focus,
.tns-carousel [data-nav]:focus,
.tns-carousel-controls:focus,
a:focus,
button:focus {
    outline: 0
}

a {
    transition: color .25s ease-in-out
}

figure,
img {
    height: auto
}

.brand-card .info-product,
.btn-affiliate-wp,
.carousel-item a img,
.form-check-justified .form-option-label,
iframe {
    width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #355278
}

.iframe-full-height-wrap {
    position: relative;
    height: 350px;
    overflow: hidden
}

.iframe-full-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

::selection {
    background: rgba(78, 84, 200, .15)
}

::-moz-selection {
    background: rgba(78, 84, 200, .15)
}

.btn-market,
.form-option-color {
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat
}

.small,
small {
    font-weight: inherit
}

.hr-light {
    color: rgba(255, 255, 255, .12)
}

.display-404 {
    color: #fff;
    text-shadow: -.0625rem 0 var(--color-secondary), 0 .0625rem var(--color-secondary), .0625rem 0 var(--color-secondary), 0 -.0625rem var(--color-secondary);
    font-size: 8em
}

.col-form-label,
.form-check-label,
.widget-product-meta,
dd {
    font-size: .875rem
}

.list-style {
    list-style: none
}

.list-style li {
    margin-bottom: .4rem
}

.list-style li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #4e54c8;
    font-weight: 700;
    content: '\2022'
}

ol.list-style {
    counter-reset: li
}

ol.list-style li {
    counter-increment: li
}

ol.list-style li::before {
    margin-right: .5em;
    margin-left: -1.5em;
    font-weight: inherit;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
    content: "." counter(li)
}

.list-unstyled>li ol li,
.list-unstyled>li ul li {
    margin-bottom: .3333333333rem
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem
}

dt {
    color: #373f50;
    margin-bottom: .25rem;
    font-weight: 500
}

dd {
    margin-bottom: 1rem
}

.blockquote-footer {
    margin-top: -.5rem
}

.figure {
    padding: .5rem;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    background-color: #fff
}

.figure-caption {
    padding: 0 .5rem
}

:not(pre)>code[class*=language-],
pre,
pre[class*=language-] {
    margin: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f6f9fc;
    font-size: .875em
}

.navbar-expand-lg .navbar-nav .nav-link,
pre {
    padding-right: 1rem;
    padding-left: 1rem
}

.code-toolbar :not(pre)>code[class*=language-],
.code-toolbar pre[class*=language-] {
    padding-top: 2rem
}

code[class*=language-],
pre,
pre[class*=language-] {
    color: #404a5c
}

.line-numbers .line-numbers-rows {
    border-right: 1px solid #d9e1e9
}

.line-numbers .line-numbers-rows>span::before {
    color: #9aa2b2
}

.product-card:hover .product-floating-btn,
.product-gallery-thumblist-item.active>img,
.product-gallery-thumblist-item:hover>img,
[data-simplebar-auto-hide=false] .simplebar-track,
[data-simplebar]:hover .simplebar-track,
div.code-toolbar>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar button {
    display: inline-block;
    margin: .375rem .5rem;
    padding: .25rem .75rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: .25rem;
    border: 1px solid rgba(254, 105, 106, .3);
    background-color: transparent;
    color: var(--color-secondary) !important;
    box-shadow: none
}

.accordion-button,
.accordion-button:focus,
div.code-toolbar>.toolbar button:focus {
    outline: 0;
    box-shadow: none
}

div.code-toolbar>.toolbar button:hover {
    background-color: var(--color-secondary);
    color: #fff !important
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #4e54c8
}

.nav-link.disabled .media-tab-title,
.navbar-light .navbar-tool-text>.small,
.navbar-light .navbar-tool-text>small,
.steps-dark .step-item,
.title-banner,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #333
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector {
    color: #4091e3
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
    color: #e3116c
}

.language-css .token.string,
.style .token.string,
.token.class-name,
.token.entity,
.token.function,
.token.operator,
.token.url {
    color: #36acaa
}

.table:not(.table-dark) tbody th,
.table:not(.table-dark) thead th {
    color: #373f50 !important
}

.blog-entry-meta-link:hover,
.btn-outline-light.active,
.btn-outline-light.show,
.btn-outline-light:active,
.btn-outline-light:hover,
.list-group-item-light,
.list-group-item-secondary,
.table:not(.table-dark) td {
    color: #4b566b !important
}

.table-dark td {
    color: rgba(255, 255, 255, .75)
}

.navbar-light .nav-item,
.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f6f9fc
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #bccad9
}

.table.table-dark>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(255, 255, 255, .5)
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.card-img-product,
.libs_image a,
.navbar-mega-nav,
.navbar.fixed-top,
.password-toggle,
.thumbnail-slider .swiper-slide,
.tns-carousel,
.why-choose .col-why,
.widget-cart-item {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #333;
    font-family: "Font Awesome 5 Pro";
    font-style: normal
}

figcaption,
footer .ul-icon li.list_icon .icon~.info>.text {
    font-style: italic
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "\f06e"
}

.alert-light,
.alert-secondary,
.btn-dislike:hover,
.btn-like:hover,
.nav-link-style,
.navbar-light .navbar-tool-text,
.page-link:focus,
.page-link:hover,
.password-toggle-btn .password-toggle-indicator:hover,
.product-meta:hover,
.steps-dark .step-item:hover,
.widget-categories .accordion-button.collapsed {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "\f070"
}

.was-validated .password-toggle .form-control.is-invalid,
.was-validated .password-toggle .form-control.is-valid,
.was-validated .password-toggle .form-control:invalid,
.was-validated .password-toggle .form-control:valid {
    padding-right: 4rem
}

.was-validated .password-toggle .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-valid+.password-toggle-btn,
.was-validated .password-toggle .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control:valid+.password-toggle-btn {
    right: 2.1rem
}

.form-check-justified {
    flex-basis: 0;
    flex-grow: 1
}

.form-check-justified:not(:last-child) {
    margin-right: .5rem
}

.form-switch .form-check-input {
    height: 1.25rem;
    border: 0;
    background-color: #d1d9e1
}

.form-switch .form-check-input:checked {
    background-color: var(--color-secondary);
    box-shadow: 0 .375rem .875rem -.3rem var(--color-secondary)
}

.btn-shadow:hover,
.form-switch .form-check-input:disabled,
button.btn.btn-primary.btn-modal-close {
    box-shadow: none
}

.alert [class*=' ci-'],
.alert [class^=ci-],
.form-switch .form-check-label {
    margin-top: .1875rem
}

.invalid-tooltip,
.valid-tooltip {
    position: static;
    margin-top: .25rem
}

.valid-tooltip {
    color: #42d697
}

.invalid-tooltip {
    color: #f34770
}

.was-validated .form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: table
}

.was-validated .form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-tooltip {
    display: table
}

.was-validated .form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #dae1e7 !important
}

.was-validated .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit
}

.was-validated .form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary)
}

.form-control:disabled {
    cursor: not-allowed
}

.subscription-status {
    border-radius: .25rem;
    font-size: .8125rem;
    text-align: center
}

.subscription-status.status-error,
.subscription-status.status-success {
    margin-top: .5rem;
    padding: .25rem .375rem
}

.subscription-status.status-success {
    background-color: rgba(66, 214, 151, .1);
    color: #29bc7d
}

.subscription-status.status-error {
    background-color: rgba(243, 71, 112, .1);
    color: #f34770
}

.form-option,
nav>.breadcrumb li:first-child {
    padding-left: 0
}

.form-option.form-check-inline {
    margin-right: .25rem
}

.form-option .form-check-input {
    border: 0;
    background: 0 0
}

.form-option-label {
    position: relative;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    padding-top: .0625rem;
    padding-right: .375rem;
    padding-left: .375rem;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .25rem;
    color: #4b566b;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.75rem;
    cursor: pointer
}

.add-left,
.time-work-left {
    min-width: 100px
}

.form-option-label:hover {
    border-color: #c9d5e0;
    color: #373f50
}

.form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    margin-left: -.75rem;
    background-position: top left
}

.form-check-input:checked~.form-option-label {
    border-color: var(--color-secondary);
    color: var(--color-secondary)
}

.file-drop-area {
    position: relative;
    padding: 2rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px dashed #dae1e7;
    background-color: #fff;
    text-align: center;
    cursor: pointer
}

.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    outline: 0;
    cursor: pointer;
    z-index: 2
}

.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: .75rem;
    color: #aeb4be;
    font-size: 1.625rem
}

.file-drop-area .file-drop-preview {
    max-width: 16rem;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto
}

.file-drop-area .file-drop-message {
    display: block;
    font-size: .875rem;
    margin-bottom: 1.25rem
}

.file-drop-area .btn {
    position: relative;
    z-index: 3
}

.file-drop-area:hover {
    border-color: #c4cfd9
}

.btn-primary.active,
.btn-primary.show,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #03a84e;
    background-color: #03a84e;
    color: #fff
}

.btn-accent.active,
.btn-accent.show,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover {
    border-color: #363cad;
    background-color: #363cad
}

.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #d1d9e8;
    background-color: #d1d9e8
}

.btn-success.active,
.btn-success.show,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    border-color: #29bc7d;
    background-color: #29bc7d
}

.btn-warning.active,
.btn-warning.show,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    border-color: #fe8736;
    background-color: #fe8736
}

.btn-danger.active,
.btn-danger.show,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #f0174b;
    background-color: #f0174b
}

.btn-light.active,
.btn-light.show,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: #e6e5e5;
    background-color: #e6e5e5
}

.btn-dark.active,
.btn-dark.show,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    border-color: #222732;
    background-color: #222732
}

.active>.nav-link-style.nav-link-light,
.alert-dark .alert-link,
.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-send>i,
.btn-social:hover,
.btn-success,
.btn-warning,
.dropdown-menu.dropdown-menu-dark .active>.dropdown-item,
.dropdown-menu.dropdown-menu-dark li:hover>.dropdown-item,
.footer a,
.nav-link-style.nav-link-light.active,
.nav-link-style.nav-link-light:hover,
.navbar-dark .nav-item.active .nav-link:not(.disabled),
.navbar-dark .nav-item.active .nav-link:not(.disabled)>i,
.navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled),
.navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-dark .nav-item.show .nav-link:not(.disabled),
.navbar-dark .nav-item.show .nav-link:not(.disabled)>i,
.navbar-dark .nav-item:hover .nav-link:not(.disabled),
.navbar-dark .navbar-tool-icon-box,
.navbar-dark .navbar-tool-text,
.navbar-dark .navbar-tool:hover .navbar-tool-text,
.product-details .bg-accent .list-group-item,
.topbar-dark .show .topbar-link,
.topbar-dark .tns-carousel [data-controls]:hover,
.topbar-dark .topbar-link.active,
.topbar-dark .topbar-link:hover,
.topbar-dark .topbar-link>i,
.topbar-dark .topbar-text>i,
.widget-light .active>.widget-list-link,
.widget-light .widget-list-link,
.widget-light .widget-list-link:hover,
footer,
footer ul.widget-body.widget-infor li a {
    color: #fff
}

.btn-light,
.btn-light:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary:hover {
    color: #4b566b;
    border-color: transparent
}

.btn-secondary {
    border-color: #e3e9ef
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).show,
.btn-light:not(:disabled):not(.disabled):active {
    border-color: #fff;
    background-color: #fff
}

.btn-outline-accent {
    border-color: rgba(78, 84, 200, .35)
}

.btn-outline-success {
    border-color: rgba(66, 214, 151, .35)
}

.btn-outline-info {
    border-color: rgba(105, 179, 254, .35)
}

.btn-outline-warning {
    border-color: rgba(254, 165, 105, .35)
}

.btn-outline-danger {
    border-color: rgba(243, 71, 112, .35)
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .35)
}

.btn-outline-dark {
    border-color: rgba(55, 63, 80, .35)
}

.btn-outline-secondary {
    border-color: #dae1e7
}

.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    border-color: #dae1e7 !important;
    color: #4b566b !important
}

.btn-primary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(124, 163, 249, .9)
}

.btn-accent.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(78, 84, 200, .9)
}

.btn-secondary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 245, 249, .9)
}

.btn-success.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(66, 214, 151, .9)
}

.btn-info.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(105, 179, 254, .9)
}

.btn-warning.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 165, 105, .9)
}

.btn-danger.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 71, 112, .9)
}

.btn-light.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 255, 255, .9)
}

.btn-dark.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(55, 63, 80, .9)
}

.btn-light.btn-shadow,
.btn-secondary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 0, 0, .15)
}

.btn-icon {
    padding: .625rem .875rem
}

.btn-market {
    display: inline-block;
    padding: .375rem .875rem .375rem 2.8125rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: .4375rem;
    background-position: center left .75rem;
    background-color: #2b3445
}

.btn-dislike,
.btn-like,
.btn-share,
.btn-social,
.navbar-tool-text {
    text-decoration: none !important
}

.btn-market .btn-market-title {
    display: block;
    color: #fff;
    font-size: 1rem
}

.btn-market .btn-market-subtitle {
    display: block;
    margin-bottom: -.125rem;
    color: rgba(255, 255, 255, .6);
    font-size: .6875rem
}

.btn-market:hover {
    background-color: #212835
}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(43, 52, 69, .25);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025
}

.breadcrumb-item>a,
.btn-dislike,
.btn-like,
.nav-tabs .nav-link::before,
.navbar-dark .nav-link>i,
.navbar-light .nav-link>i {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out
}

.btn-scroll-top>.btn-scroll-top-icon {
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.625rem
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.btn-scroll-top:hover {
    background-color: rgba(43, 52, 69, .5);
    color: #fff
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1
}

.btn-scroll-top.right-15 {
    right: 2.1875rem
}

.btn-dislike,
.btn-like {
    display: inline-block;
    padding: 0 0 0 .625rem;
    border: 0;
    background: 0;
    color: #333;
    font-size: .875rem
}

.btn-dislike::before,
.btn-like::before {
    display: inline-block;
    margin-right: .375rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25em;
    vertical-align: middle;
    content: '\e985'
}

.btn-dislike:first-child,
.btn-like:first-child {
    padding-right: .625rem;
    padding-left: 0;
    border-right: 1px solid #d9e1e9
}

.btn-dislike.active::before,
.btn-like.active::before {
    content: '\e9d7'
}

.btn-like::before {
    margin-top: -.325rem;
    color: #42d697
}

.btn-share>i,
.dropdown-item .badge,
.dropdown-item>i,
.nav-link-style>i,
.page-link>i {
    margin-top: -.125rem;
    vertical-align: middle
}

.btn-dislike::before {
    transform: rotate(-180deg);
    color: #f34770
}

.btn-wishlist {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: #373f50;
    text-align: center
}

.btn-social,
.btn-video {
    color: #4b566b;
    text-align: center;
    display: inline-block
}

.btn-wishlist>i {
    font-size: 1.0625rem;
    line-height: 2.75rem
}

.active>.nav-link-style,
.active>.widget-list-link,
.blog-entry-title>a:hover,
.breadcrumb-item>a:hover,
.btn-wishlist:hover,
.dropdown-menu .active>.dropdown-item,
.dropdown-menu li:hover>.dropdown-item,
.nav-link-style.active,
.nav-link-style:hover,
.navbar-light .nav-item.active .nav-link:not(.disabled),
.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled),
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled),
.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
.navbar-light .nav-item:hover .nav-link:not(.disabled),
.navbar-light .nav-item:hover .nav-link:not(.disabled)>i,
.product-title>a:hover,
.topbar-light .topbar-link>i,
.topbar-light .topbar-text>i,
.widget-categories .accordion-button:hover,
.widget-list-link:hover,
.widget-product-title:hover>a {
    color: var(--color-secondary)
}

.btn-group-sm>.btn-wishlist.btn,
.btn-wishlist.btn-sm {
    width: 2rem;
    height: 2rem
}

.btn-group-sm>.btn-wishlist.btn>i,
.btn-wishlist.btn-sm>i {
    font-size: .8125rem;
    line-height: 2rem
}

.btn-video {
    width: 4.5rem;
    height: 4.5rem;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    line-height: 4.5rem;
    box-shadow: 0 .375rem 1rem -.25rem rgba(43, 52, 69, .2);
    vertical-align: middle
}

.btn-video::before {
    font-family: "Font Awesome 5 Pro";
    font-size: .75rem;
    font-weight: 700;
    content: '\e969'
}

.btn-video:hover {
    background-color: var(--color-secondary);
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9)
}

.btn-social {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid transparent;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
    border-radius: .3125rem;
    background-color: #f3f5f9;
    font-size: .875rem
}

.btn-social>i {
    line-height: 2.125rem;
    color: #fff
}

.btn-social:active {
    transition: none;
    box-shadow: none !important
}

.btn-social.bs-light {
    background-color: rgba(255, 255, 255, .08);
    color: #fff
}

.btn-social.bs-light:hover {
    background-color: #fff !important;
    box-shadow: none !important
}

.bs-lg {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .3125rem;
    font-size: 1rem
}

.bs-sm,
.btn-share {
    border-radius: .25rem
}

.bs-lg>i {
    line-height: 2.625rem
}

.bs-sm {
    width: 1.75rem;
    height: 1.75rem;
    font-size: .75rem
}

.bs-sm>i {
    line-height: 1.625rem
}

.bs-outline {
    border-color: #e3e9ef;
    background-color: transparent
}

.bs-outline.bs-light {
    border-color: rgba(255, 255, 255, .12);
    background-color: transparent
}

.bs-outline:hover,
.dropdown-menu {
    border-color: transparent
}

.bs-facebook {
    background-color: #3b5998;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(59, 89, 152, .9)
}

.bs-twitter,
.btn-share.btn-twitter:hover {
    background-color: #1da1f2
}

.bs-facebook:hover.bs-light {
    color: #3b5998
}

.bs-twitter {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(29, 161, 242, .9)
}

.bs-twitter:hover.bs-light {
    color: #1da1f2
}

.bs-instagram:hover {
    background-color: #5851db;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(88, 81, 219, .9)
}

.bs-instagram:hover.bs-light {
    color: #5851db
}

.bs-google:hover {
    background-color: #ea4335;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(234, 67, 53, .9)
}

.bs-google:hover.bs-light {
    color: #ea4335
}

.bs-linkedin:hover {
    background-color: #0077b5;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 119, 181, .9)
}

.bs-linkedin:hover.bs-light {
    color: #0077b5
}

.bs-pinterest:hover {
    background-color: #bd081c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(189, 8, 28, .9)
}

.bs-pinterest:hover.bs-light {
    color: #bd081c
}

.bs-tumblr:hover {
    background-color: #35465c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(53, 70, 92, .9)
}

.bs-tumblr:hover.bs-light {
    color: #35465c
}

.bs-behance:hover {
    background-color: #1769ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 105, 255, .9)
}

.bs-behance:hover.bs-light {
    color: #1769ff
}

.bs-dribbble:hover {
    background-color: #ea4c89;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(234, 76, 137, .9)
}

.bs-dribbble:hover.bs-light {
    color: #ea4c89
}

.bs-vk:hover {
    background-color: #45668e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(69, 102, 142, .9)
}

.bs-vk:hover.bs-light {
    color: #45668e
}

.bs-odnoklassniki:hover {
    background-color: #ed812b;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(237, 129, 43, .9)
}

.bs-odnoklassniki:hover.bs-light {
    color: #ed812b
}

.bs-skype:hover {
    background-color: #00aff0;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 175, 240, .9)
}

.bs-skype:hover.bs-light {
    color: #00aff0
}

.bs-hangouts:hover {
    background-color: #0f9d58;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(15, 157, 88, .9)
}

.bs-hangouts:hover.bs-light {
    color: #0f9d58
}

.bs-messenger:hover {
    background-color: #0084ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 132, 255, .9)
}

.bs-messenger:hover.bs-light {
    color: #0084ff
}

.bs-viber:hover {
    background-color: #59267c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(89, 38, 124, .9)
}

.bs-viber:hover.bs-light {
    color: #59267c
}

.bs-telegram:hover {
    background-color: #08c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 136, 204, .9)
}

.bs-telegram:hover.bs-light {
    color: #08c
}

.bs-youtube {
    background-color: red;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 0, 0, .9)
}

.bs-youtube:hover.bs-light {
    color: red
}

.bs-vimeo:hover {
    background-color: #1ab7ea;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(26, 183, 234, .9)
}

.bs-vimeo:hover.bs-light {
    color: #1ab7ea
}

.bs-wechat:hover {
    background-color: #7bb32e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(123, 179, 46, .9)
}

.bs-wechat:hover.bs-light {
    color: #7bb32e
}

.bs-discord:hover {
    background-color: #7289da;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(114, 137, 218, .9)
}

.bs-discord:hover.bs-light {
    color: #7289da
}

.bs-tiktok:hover {
    background-color: #25f4ee;
    box-shadow: 0 .5rem 1.125rem -.5rem #25f4ee
}

.bs-tiktok:hover.bs-light {
    color: #25f4ee
}

.btn-share {
    display: inline-block;
    padding: .25rem .625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    font-size: .875rem;
    vertical-align: middle
}

.btn-share>i {
    margin-right: .3125rem;
    font-size: 1.1em
}

.btn-share.btn-twitter {
    background-color: rgba(29, 161, 242, .08);
    color: #1da1f2
}

.btn-share.btn-instagram {
    background-color: rgba(88, 81, 219, .08);
    color: #5851db
}

.btn-share.btn-instagram:hover {
    background-color: #5851db
}

.btn-share.btn-facebook {
    background-color: rgba(59, 89, 152, .08);
    color: #3b5998
}

.btn-share.btn-facebook:hover {
    background-color: #3b5998
}

.btn-share:hover {
    color: #fff;
    box-shadow: none
}

.btn-group .btn-outline-secondary.active,
.btn-group .btn-outline-secondary:active,
.btn-group .btn-outline-secondary:hover {
    border-color: #e3e9ef !important
}

.dropdown .dropdown-toggle::after,
.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    margin-left: .3rem;
    vertical-align: middle
}

.btn.dropdown-toggle::after {
    margin-left: .35rem
}

.h1 .dropdown-toggle::after,
.h2 .dropdown-toggle::after,
.h3 .dropdown-toggle::after,
.h4 .dropdown-toggle::after,
.h5 .dropdown-toggle::after,
h1 .dropdown-toggle::after,
h2 .dropdown-toggle::after,
h3 .dropdown-toggle::after,
h4 .dropdown-toggle::after,
h5 .dropdown-toggle::after {
    margin-left: .5rem !important;
    border-top-width: .375rem;
    border-right-width: .375rem;
    border-left-width: .375rem
}

.dropdown-menu {
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
}

.dropdown-menu .active>.dropdown-item,
.dropdown-menu .dropdown-item.active {
    pointer-events: none
}

.dropdown-menu.dropdown-menu-dark {
    border-width: 0
}

.dropdown-header {
    margin-bottom: .25rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid #e3e9ef
}

.dropdown-menu-dark .dropdown-header {
    border-bottom-color: rgba(255, 255, 255, .12)
}

.dropdown-item {
    position: relative;
    width: 100%;
    transition: .25s ease-in-out;
    font-size: .875rem;
    font-weight: 400
}

.nav-pills .nav-link i,
.step-label>i {
    margin-top: -.25rem
}

.dropdown-menu.show,
.navbar-expand .dropdown-menu>.dropdown:hover>.dropdown-menu {
    -webkit-animation: .25s ease-in-out fade-in;
    animation: .25s ease-in-out fade-in
}

.dropdown-toggle-split::after {
    margin-left: -.0625rem !important
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slide-up {
    from {
        transform: translateY(.5rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-up {
    from {
        transform: translateY(.5rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.input-group .position-absolute {
    z-index: 9
}

.input-group .position-absolute+.form-control,
.input-group .position-absolute+.password-toggle .form-control {
    padding-left: 2.5rem
}

.nav-tabs:not(.card-header-tabs) {
    margin-bottom: 1.25rem
}

.nav-tabs.card-header-tabs {
    margin-top: -.3125rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.nav-tabs.card-header-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: transparent
}

.nav-tabs .nav-link {
    position: relative;
    border: 0
}

.nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 1px;
    background-color: transparent;
    content: ''
}

.nav-tabs .nav-link.active::before {
    background-color: var(--color-secondary)
}

.nav-tabs.nav-fill .nav-link::before,
.nav-tabs.nav-justified .nav-link::before {
    left: 0;
    width: 100%
}

.media-tabs,
.product-card-alt {
    border: 0
}

.media-tabs .nav-item {
    margin-bottom: 0;
    text-align: left
}

.media-tabs .nav-link {
    padding: .375rem .625rem
}

.media-tabs .nav-link::before {
    display: none !important
}

.media-tab-media {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
}

.media-tab-media>i {
    font-size: 18px;
    line-height: 1.3em
}

.blog-entry-author-ava>img,
.media-tab-media>img {
    display: block;
    width: 100%;
    border-radius: 50%
}

a.nav-link:hover .media-tab-media {
    border-color: rgba(254, 105, 106, .35);
    color: var(--color-secondary)
}

.nav-link.active .media-tab-media,
.nav-link.active:hover .media-tab-media {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(16, 49, 120, .9)
}

.nav-link.active .media-tab-subtitle,
.nav-link.active:hover .media-tab-subtitle {
    color: #068a43 !important
}

.nav-link.completed .media-tab-media,
.nav-link.disabled .media-tab-media {
    background-color: #f6f9fc;
    color: #333
}

.nav-link.completed .media-tab-media {
    overflow: visible
}

.nav-link.completed .media-tab-media::after {
    position: absolute;
    top: -.175rem;
    right: -.175rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #eafaf3;
    border: 1px solid #42d697;
    color: #42d697;
    font-family: "Font Awesome 5 Pro";
    font-size: .625rem;
    font-weight: 300;
    line-height: 1.25rem;
    content: "\f00c"
}

.nav-pills .nav-item {
    margin-right: .6666666667rem
}

.nav-pills .nav-item:last-child {
    margin-right: 0
}

.nav-pills.flex-column .nav-item {
    margin-right: 0;
    margin-bottom: .6666666667rem
}

.filter-items.search-ul li:last-child,
.nav-pills.flex-column .nav-item:last-child,
.why-choose .card .card-body p {
    margin-bottom: 0
}

.nav-pills .nav-link {
    padding-top: .675rem;
    padding-bottom: .675rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: .9375rem
}

.nav-pills .nav-link.show,
.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]) {
    color: #4b566b;
    background-color: #dfe4ef
}

.bg-dark .simplebar-track,
.bg-darker .simplebar-track,
.dropdown-menu-dark .simplebar-track,
.nav-pills .nav-link.disabled:hover:not(.active),
.navbar-nav .dropdown-menu {
    background-color: transparent
}

.nav-pills .nav-link.disabled {
    background-color: #fafbfc;
    color: #333
}

.list-group-item.active,
.nav-pills .nav-link.active {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9)
}

.modal-content .card-header-tabs {
    margin-right: -1.25rem;
    margin-bottom: -1rem;
    margin-left: -1.25rem
}

.nav-link-style.nav-link-light,
.topbar-dark .tns-carousel [data-controls],
.topbar-dark .topbar-link,
.topbar-dark .topbar-text {
    color: rgba(255, 255, 255, .65)
}

.blog-entry-thumb.video-item::after,
.blog-entry-thumb.video-item::before,
.breadcrumb-item:first-child::before,
.modal-backdrop.show~.modal-backdrop,
.navbar-expand .dropdown-menu.show,
.navbar-expand .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after,
.navbar-nav .dropdown-menu .dropdown-toggle::after,
.navbar-stuck-toggler,
.navbar-tool .navbar-tool-tooltip,
.navbar-tool-icon-box.dropdown-toggle::after,
.radio-tab-pane,
.simplebar-track .simplebar-scrollbar::before,
.tns-carousel-controls button,
footer .ul-icon li.list_icon.no-icon .info-in {
    display: none
}

.card-login .input-group,
.image-full,
.navbar-brand>img,
.navbar-expand .navbar-mega-nav::after,
.navbar-expand .navbar-tool-text,
.radio-tab-pane.active {
    display: block
}

.navbar-brand {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle
}

.navbar-tool,
.navbar-tool-icon-box {
    display: flex;
    align-items: center;
    position: relative
}

.navbar-nav .nav-item {
    margin-bottom: .6666666667rem;
    border-radius: .3125rem
}

.accordion-button,
.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
    font-weight: 500
}

.navbar-expand .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item,
.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item>* {
    font-weight: 400
}

.navbar-nav .nav-link {
    padding: .6666666667rem 1.125rem;
    font-weight: 500
}

.navbar-nav .dropdown-menu {
    min-width: 12.5rem;
    padding-top: 0;
    box-shadow: none;
    border: none
}

.navbar-nav .dropdown-menu .dropdown-menu {
    width: calc(100% - (1rem * 2));
    margin: 0 1rem
}

.navbar-nav .dropdown-menu .dropdown-menu:not(.animation-none),
.tns-carousel .tns-carousel-inner.tns-slider {
    display: block;
    opacity: 1
}

.navbar-mega-nav::after {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.875rem;
    content: ''
}

.mega-dropdown-column {
    width: 100%;
    max-width: 15rem
}

.infoProAttri .sale,
.navbar-mega-nav .dropdown-menu>.mega-dropdown,
.product_detail .imagestatus_views {
    position: static
}

.navbar-mega-nav .dropdown-menu>.dropdown>a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e3e9ef
}

.navbar-mega-nav .dropdown-menu>.dropdown:last-child>a {
    border-bottom: 0
}

.navbar-tool.dropdown::before {
    position: absolute;
    bottom: -1rem;
    left: -10%;
    width: 120%;
    height: 1rem;
    content: ''
}

.navbar-tool .dropdown-menu {
    top: 100%;
    margin-top: .5rem !important
}

.navbar-expand .dropdown-menu.dropdown-menu-end,
.navbar-tool .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1rem;
}

.navbar-tool-icon-box {
    width: 40px;
    height: 40px;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 1.5em;
    text-align: center;
    justify-content: center
}

button.btn.navbar-tool.navbar-tool-search {
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    font-size: 22px;
    padding-top: 2px
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem
}

.navbar-tool-text>.small,
.navbar-tool-text>small {
    display: block;
    margin-bottom: -.125rem
}

.dropdown .navbar-tool-text::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid transparent;
    border-bottom: 0;
    border-left: .275rem solid transparent
}

.dropdown .navbar-tool-text:empty::after,
.modal .product-card .badge-wp .badge:first-child,
.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
    margin-left: 0
}

@media (max-width:767.98px) {
    .search-box {
        display: none
    }
}

@media (min-width:1280px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }

    .navbar-expand-xl.fixed-top {
        position: fixed
    }

    .navbar-expand-xl .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-xl .dropdown-menu.show,
    .navbar-expand-xl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-xl .navbar-mega-nav::after,
    .navbar-expand-xl .navbar-tool-text {
        display: block
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-xl .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-xl .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid;
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-xl .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-xl .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: .25s ease-in-out fade-in;
        animation: .25s ease-in-out fade-in
    }

    .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-xl .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: .25s ease-in-out slide-up;
        animation: .25s ease-in-out slide-up
    }

    .navbar-expand-xl .mega-dropdown-column {
        width: 15rem
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl.fixed-top {
        position: fixed
    }

    .navbar-expand-xxl .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-xxl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-xxl .dropdown-menu.show,
    .navbar-expand-xxl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-xxl .navbar-mega-nav::after,
    .navbar-expand-xxl .navbar-tool-text {
        display: block
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-xxl .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-xxl .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-xxl .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid;
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: .25s ease-in-out fade-in;
        animation: .25s ease-in-out fade-in
    }

    .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-xxl .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: .25s ease-in-out slide-up;
        animation: .25s ease-in-out slide-up
    }

    .navbar-expand-xxl .mega-dropdown-column {
        width: 15rem
    }
}

.navbar-expand.fixed-top {
    position: fixed
}

.navbar-expand .navbar-collapse {
    width: auto;
    flex-basis: auto
}

.navbar-expand .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent
}

.navbar-expand .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: .875rem;
    font-weight: 400
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
    top: .35rem
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
    top: .375rem;
    min-height: 100%;
    min-height: calc(100% + .25rem);
    -webkit-animation: none !important;
    animation: none !important
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: ''
}

.navbar-expand .dropdown-menu {
    margin-top: 0;
    padding-top: .5rem
}

.navbar-expand .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, .12);
    background-color: #373f50
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle {
    position: relative;
    padding-right: 1.95rem
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle::after {
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid transparent;
    border-right: 0;
    border-bottom: .275rem solid transparent;
    border-left: .275rem solid;
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -.3em
}

.navbar-expand .dropdown-menu>.dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem
}

.navbar-expand .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
}

.navbar-expand .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu,
.tns-carousel.tns-nav-light [data-nav] {
    background-color: #fff
}

.navbar-expand .dropdown:hover>.dropdown-menu {
    display: block;
    -webkit-animation: .25s ease-in-out slide-up;
    animation: .25s ease-in-out slide-up
}

.navbar-expand .mega-dropdown-column {
    width: 15rem
}

@media (min-width:299px) {
    .navbar-sticky.navbar-stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: .25s navbar-show;
        animation: .25s navbar-show;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
        z-index: 1030
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
        display: flex
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-barnd {
        display: block !important
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-menu {
        display: none
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: block
    }

    .navbar-sticky.navbar-stuck.right-15 {
        right: 15px;
        width: calc(100% - 15px)
    }
}

.fixed-bottom.right-15,
.fixed-top.right-15 {
    right: 15px
}

@-webkit-keyframes navbar-show {
    from {
        transform: translateY(-.625rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes navbar-show {
    from {
        transform: translateY(-.625rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.navbar-light .nav-link>i {
    color: #333
}

.navbar-dark .nav-link>i,
.navbar-dark .navbar-tool-text>.small,
.navbar-dark .navbar-tool-text>small {
    color: rgba(255, 255, 255, .5)
}

.navbar-light .navbar-tool-icon-box {
    color: var(--color-text);
    background: #f2fd5d !important
}

.navbar-light .navbar-tool-icon-box.bg-secondary,
.navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #f3f5f9 !important
}

.navbar-light .navbar-tool-icon-box i {
    font-size: 22px
}

.alert-light .alert-link,
.alert-secondary .alert-link,
.navbar-light .navbar-tool:hover .navbar-tool-icon-box,
.navbar-light .navbar-tool:hover .navbar-tool-text {
    color: #2b3445
}

.navbar-light.bg-secondary .navbar-tool-icon-box.bg-secondary,
.navbar-light.bg-secondary .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[class*=' bg-faded'] .navbar-tool-icon-box.bg-secondary,
.navbar-light[class*=' bg-faded'] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[class^=bg-faded] .navbar-tool-icon-box.bg-secondary,
.navbar-light[class^=bg-faded] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[style*=' background-color'] .navbar-tool-icon-box.bg-secondary,
.navbar-light[style*=' background-color'] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[style^=background-color] .navbar-tool-icon-box.bg-secondary,
.navbar-light[style^=background-color] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #e9edf4 !important
}

.alert-secondary .alert-icon,
.navbar-light .navbar-mega-nav::after {
    background-color: #e3e9ef
}

.bg-dark .offcanvas-footer,
.bg-dark .offcanvas-header,
.navbar-dark .nav-item {
    background-color: rgba(255, 255, 255, .05)
}

.navbar-dark .navbar-tool-icon-box.bg-secondary {
    background-color: rgba(255, 255, 255, .08) !important
}

.navbar-dark .navbar-mega-nav::after {
    background-color: rgba(255, 255, 255, .12)
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .625rem 0;
    font-size: .875rem
}

.topbar>.container,
.topbar>.container-fluid,
.topbar>.container-lg,
.topbar>.container-md,
.topbar>.container-sm,
.topbar>.container-xl {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar .topbar-link,
.topbar .topbar-text {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important
}

.topbar .topbar-link>i,
.topbar .topbar-text>i {
    margin-right: .375rem;
    font-size: 1.15em;
    vertical-align: middle
}

.topbar .tns-carousel [data-controls] {
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
    transition: color .2s ease-in-out;
    border: 0;
    background: 0;
    font-size: .9558823529rem;
    line-height: 2rem
}

.topbar .tns-carousel [data-controls=prev] {
    left: -2.2rem
}

.topbar .tns-carousel [data-controls=next] {
    right: -2.2rem
}

@-moz-document url-prefix() {
    .btn-dislike::before {
        margin-bottom: -.325rem
    }

    .topbar .tns-carousel [data-controls] {
        margin-top: -.875rem
    }
}

.topbar-light .tns-carousel [data-controls],
.topbar-light .topbar-link,
.topbar-light .topbar-text {
    color: rgba(75, 86, 107, .9)
}

.topbar-light .topbar-link.text-muted,
.topbar-light .topbar-link>.text-muted,
.topbar-light .topbar-text.text-muted,
.topbar-light .topbar-text>.text-muted {
    color: rgba(125, 135, 156, .9) !important
}

.badge.bg-light,
.badge.bg-secondary,
.topbar-light .show .topbar-link,
.topbar-light .tns-carousel [data-controls]:hover,
.topbar-light .topbar-link.active,
.topbar-light .topbar-link:hover,
.widget-product-title>a {
    color: #373f50
}

.topbar-dark .topbar-link.text-muted,
.topbar-dark .topbar-link>.text-muted,
.topbar-dark .topbar-text.text-muted,
.topbar-dark .topbar-text>.text-muted {
    color: rgba(255, 255, 255, .45) !important
}

.accordion-button::after {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background-position: center;
    background-color: #f3f5f9
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #dde4eb
}

.breadcrumb-item::before {
    margin-top: .0625rem;
    content: "\f054" !important;
    font-family: "Font Awesome Pro";
    font-weight: 300;
    vertical-align: middle;
    font-size: 8px;
    line-height: 18px
}
.breadcrumb-item>a {
    color: #4b566b;
    font-weight: 400
}

.breadcrumb-item>a>i {
    margin-top: -.175rem;
    margin-right: .375rem;
    font-size: 1.05em;
    vertical-align: middle
}

.breadcrumb-item.active {
    cursor: default
}

.breadcrumb-light .breadcrumb-item>a:hover {
    color: #277fc2
}

.breadcrumb-light .breadcrumb-item.active {
    color: rgba(255, 255, 255, .6)
}

.pagination {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-link {
    position: relative;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

.page-link.page-link-static:hover {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    color: #4b566b
}

.page-item {
    margin: .15rem
}

.page-item.active {
    position: relative;
    z-index: 5;
    cursor: default
}

.page-item.active>.page-link {
    box-shadow: 0 .5rem 1.125rem -.425rem rgba(16, 49, 120, .9)
}

.pagination .page-link {
    border-radius: .3125rem;
    font-size: .9375rem
}

.pagination-sm .page-link {
    border-radius: .25rem;
    font-size: .8125rem
}

.pagination-lg .page-link {
    border-radius: .4375rem;
    font-size: 1rem
}

.entry-navigation {
    align-items: center;
    display: flex;
    border: 0;
    border-radius: .4375rem
}

.entry-navigation-link {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 1.25rem .75rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    border-right: 1px solid #e3e9ef;
    color: #4b566b;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

.entry-navigation-link:last-child,
.handheld-toolbar-item:first-child,
.widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
    border-right: 0
}

.entry-navigation-link:hover {
    color: var(--color-secondary);
    text-decoration: none
}

.bg-primary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(254, 105, 106, .9)
}

.bg-accent.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(78, 84, 200, .9)
}

.bg-secondary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(243, 245, 249, .9)
}

.bg-success.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(66, 214, 151, .9)
}

.bg-info.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(105, 179, 254, .9)
}

.bg-warning.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(254, 165, 105, .9)
}

.bg-light.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(255, 255, 255, .9)
}

.bg-dark.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(55, 63, 80, .9)
}

.bg-light.badge-shadow,
.bg-secondary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(0, 0, 0, .25)
}

.alert-secondary {
    border-color: #e3e9ef;
    background-color: #f6f9fc
}

.alert-dark {
    border-color: #373f50;
    background-color: #373f50;
    color: #fff
}

.alert hr {
    color: rgba(0, 0, 0, .1)
}

.alert-link,
span.badge-item-code>span.name {
    text-decoration: underline
}

.alert-link:hover {
    text-decoration: none
}

.alert-icon {
    display: flex;
    align-items: center;
    margin: -.75rem 1.125rem -.75rem -1.125rem;
    padding: .75em;
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
    font-size: 1.125rem
}

.alert-primary .alert-icon,
.widget-categories .accordion-button:hover::after {
    background-color: rgba(254, 105, 106, .1)
}

.alert-accent .alert-icon {
    background-color: rgba(78, 84, 200, .1)
}

.alert-success .alert-icon {
    background-color: rgba(66, 214, 151, .1)
}

.alert-info .alert-icon {
    background-color: rgba(105, 179, 254, .1)
}

.alert-warning .alert-icon {
    background-color: rgba(254, 165, 105, .1)
}

.alert-danger .alert-icon {
    background-color: rgba(243, 71, 112, .1)
}

.alert-dark .alert-icon {
    background-color: rgba(55, 63, 80, .1)
}

.alert-light .alert-icon,
.widget-categories .accordion-button.collapsed::after {
    background-color: #f3f5f9
}

.alert-dismissible .btn-close {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.list-group-item-action {
    transition: .2s ease-in-out
}

.list-group-item-action:active {
    transition: none
}

.list-group-item-action.list-group-item-primary:active,
.list-group-item-action.list-group-item-primary:focus,
.list-group-item-action.list-group-item-primary:hover {
    background-color: rgba(254, 105, 106, .2)
}

.list-group-item-primary.active {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary);
    box-shadow: none
}

.list-group-item-action.list-group-item-accent:active,
.list-group-item-action.list-group-item-accent:focus,
.list-group-item-action.list-group-item-accent:hover {
    background-color: rgba(78, 84, 200, .2)
}

.list-group-item-accent.active {
    background-color: #4e54c8 !important;
    border-color: #4e54c8;
    box-shadow: none
}

.list-group-item-action.list-group-item-secondary:active,
.list-group-item-action.list-group-item-secondary:focus,
.list-group-item-action.list-group-item-secondary:hover {
    background-color: rgba(243, 245, 249, .2)
}

.list-group-item-secondary.active {
    background-color: #f3f5f9 !important;
    border-color: #f3f5f9;
    box-shadow: none
}

.list-group-item-action.list-group-item-success:active,
.list-group-item-action.list-group-item-success:focus,
.list-group-item-action.list-group-item-success:hover {
    background-color: rgba(66, 214, 151, .2)
}

.list-group-item-success.active {
    background-color: #42d697 !important;
    border-color: #42d697;
    box-shadow: none
}

.list-group-item-action.list-group-item-info:active,
.list-group-item-action.list-group-item-info:focus,
.list-group-item-action.list-group-item-info:hover {
    background-color: rgba(105, 179, 254, .2)
}

.list-group-item-info.active {
    background-color: #69b3fe !important;
    border-color: #69b3fe;
    box-shadow: none
}

.list-group-item-action.list-group-item-warning:active,
.list-group-item-action.list-group-item-warning:focus,
.list-group-item-action.list-group-item-warning:hover {
    background-color: rgba(254, 165, 105, .2)
}

.list-group-item-warning.active {
    background-color: #fea569 !important;
    border-color: #fea569;
    box-shadow: none
}

.list-group-item-action.list-group-item-danger:active,
.list-group-item-action.list-group-item-danger:focus,
.list-group-item-action.list-group-item-danger:hover {
    background-color: rgba(243, 71, 112, .2)
}

.list-group-item-danger.active {
    background-color: #f34770 !important;
    border-color: #f34770;
    box-shadow: none
}

.list-group-item-action.list-group-item-light:active,
.list-group-item-action.list-group-item-light:focus,
.list-group-item-action.list-group-item-light:hover {
    background-color: rgba(255, 255, 255, .2)
}

.list-group-item-light.active {
    background-color: #fff !important;
    border-color: #fff;
    box-shadow: none
}

.list-group-item-action.list-group-item-dark:active,
.list-group-item-action.list-group-item-dark:focus,
.list-group-item-action.list-group-item-dark:hover {
    background-color: rgba(55, 63, 80, .2)
}

.list-group-item-dark.active {
    background-color: #373f50 !important;
    border-color: #373f50;
    box-shadow: none
}

.list-group-item-secondary {
    background-color: #f6f9fc !important
}

.list-group-item-light {
    background-color: #fff !important
}

.btn-close {
    transition: opacity .15s ease-in-out
}

.step-item,
.widget-list-link {
    transition: color .25s ease-in-out
}

.toast-header [class*=ci-] {
    font-size: 1.25em
}

.toast-header:not([class*=bg-]) {
    border-bottom: 1px solid rgba(227, 233, 239, .75)
}

.popover-header {
    font-size: .9375rem
}

.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after,
.popover.bs-popover-bottom .popover-arrow::after {
    border-bottom-color: #f6f9fc
}

.modal-quick-view .modal-dialog {
    max-width: 1140px !important
}

.tns-carousel .tns-carousel-inner {
    position: relative;
    display: flex;
    overflow: hidden;
    touch-action: manipulation;
    opacity: 0
}

.tns-carousel .tns-carousel-inner:active {
    cursor: -webkit-grab;
    cursor: grab
}

.tns-carousel .tns-carousel-inner>* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tns-carousel [data-controls] {
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    transition: .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .8088235294rem;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10
}

.tns-carousel [data-controls][disabled],
.tns-carousel-controls [data-controls][disabled] {
    opacity: 0 !important
}

.tns-carousel [data-controls=prev] {
    left: 1.75rem
}

.tns-carousel [data-controls=next] {
    right: 1.75rem
}

.tns-carousel.tns-controls-lg [data-controls] {
    width: 3.25rem;
    height: 3.25rem;
    margin-top: -1.625rem;
    font-size: .9558823529rem;
    line-height: 3.125rem
}

.tns-carousel.tns-controls-sm [data-controls] {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    font-size: .6617647059rem;
    line-height: 2.125rem
}

.tns-carousel:not(.tns-controls-static) [data-controls] {
    opacity: 0
}

.tns-carousel:not(.tns-controls-static) [data-controls=prev] {
    transform: translateX(1rem)
}

.tns-carousel:not(.tns-controls-static) [data-controls=next] {
    transform: translateX(-1rem)
}

.tns-carousel:not(.tns-controls-static):hover [data-controls] {
    transform: none;
    opacity: 1
}

.tns-carousel.tns-controls-outside {
    padding: 0 1.375rem
}

.enewsletter-wp i,
.product-qty-number .minus-btn,
.tns-carousel.tns-controls-outside [data-controls=prev] {
    left: 0
}

.product-qty-number .plus-btn,
.tns-carousel.tns-controls-outside [data-controls=next] {
    right: 0
}

.tns-carousel.tns-controls-outside.tns-controls-lg {
    padding: 0 1.625rem
}

.tns-carousel.tns-controls-outside.tns-controls-sm {
    padding: 0 1.125rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside) [data-controls] {
    margin-top: -3.0625rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-lg [data-controls] {
    margin-top: -3.3125rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-sm [data-controls] {
    margin-top: -2.8125rem
}

.tns-carousel .tns-nav {
    padding-top: .875rem;
    padding-bottom: .5rem;
    text-align: center
}

.tns-carousel.tns-nav-start .tns-nav {
    text-align: left
}

.tns-carousel.tns-nav-end .tns-nav {
    text-align: right
}

.tns-carousel [data-nav] {
    display: inline-block;
    width: .3125rem;
    height: .3125rem;
    margin: 0 .375rem;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #b6bcc5
}

.tns-carousel [data-nav].tns-nav-active {
    width: 1.25rem;
    background-color: var(--color-secondary)
}

.tns-carousel.tns-nav-inside .tns-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1rem
}

.tns-carousel-controls [data-controls] {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: .0625rem;
    transition: .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .6617647059rem;
    line-height: 2.125rem;
    text-align: center;
    z-index: 10
}

.tns-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tns-item .from-bottom,
.tns-item .from-end,
.tns-item .from-start,
.tns-item .from-top,
.tns-item .scale-down,
.tns-item .scale-up {
    transition: .45s ease-in-out .3s;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tns-item .from-top {
    transform: translateY(-45px)
}

.tns-item .from-bottom {
    transform: translateY(45px)
}

.tns-item .from-start {
    transform: translateX(-45px)
}

.tns-item .from-end {
    transform: translateX(45px)
}

.tns-item .scale-up {
    transform: scale(.8)
}

.tns-item .scale-down {
    transform: scale(1.2)
}

.tns-item .delay-1 {
    transition-delay: .5s
}

.tns-item .delay-2 {
    transition-delay: .7s
}

.tns-item .delay-3 {
    transition-delay: .9s
}

.tns-item .delay-4 {
    transition-delay: 1.1s
}

.tns-item.tns-slide-active .from-bottom,
.tns-item.tns-slide-active .from-top {
    transform: translateY(0);
    opacity: 1
}

.tns-item.tns-slide-active .from-end,
.tns-item.tns-slide-active .from-start {
    transform: translateX(0);
    opacity: 1
}

.tns-item.tns-slide-active .scale-down,
.tns-item.tns-slide-active .scale-up {
    transform: scale(1);
    opacity: 1
}

.lg-backdrop {
    z-index: 1100
}

.lg-outer {
    z-index: 1110
}

.lg-on {
    overflow: hidden
}

.steps {
    display: flex;
    width: 100%
}

.step-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    text-decoration: none !important
}

.step-item:first-child .step-progress {
    border-radius: .125rem 0 0 .125rem
}

.step-item:last-child .step-progress {
    border-radius: 0 .125rem .125rem 0
}

.step-progress {
    position: relative;
    width: 100%;
    height: .25rem
}

.step-count {
    position: absolute;
    top: -.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem
}

.step-label {
    padding-top: 1.5625rem
}

.step-label>i {
    margin-right: .425rem;
    font-size: 1.2em;
    vertical-align: middle
}

.steps-dark .step-count,
.steps-dark .step-progress {
    color: #4b566b;
    background-color: #f3f5f9
}

.steps-dark .step-item.active.current {
    color: #373f50;
    pointer-events: none
}

.steps-dark .step-item.active .step-count,
.steps-dark .step-item.active .step-progress,
.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: var(--color-secondary)
}

.steps-light .step-item {
    color: rgba(255, 255, 255, .55)
}

.steps-light .step-count,
.steps-light .step-progress {
    color: #fff;
    background-color: #485268
}

.steps-light .step-item:hover {
    color: rgba(255, 255, 255, .8)
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none
}

.ct-line {
    stroke: #4e54c8 !important;
    stroke-width: .125rem
}

.ct-bar,
.ct-point {
    stroke: #4e54c8 !important;
    stroke-width: .625rem
}

.ct-chart-pie .ct-label {
    fill: #fff;
    font-size: 1rem
}

.Sidebar .widget,
.result_search .card.product-card .card-img-top-search {
    margin-bottom: 10px
}

.widget .tns-carousel .tns-nav {
    padding-top: .5rem
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-list[data-simplebar] {
    overflow-x: hidden
}

.widget-title {
    margin-bottom: 1.125rem
}

.widget-list-item,
p {
    margin-bottom: .5rem
}

.widget-categories .accordion-item {
    border: 0;
    border-radius: 0
}

.widget-categories .accordion-body {
    padding: .625rem 0
}

.widget-categories .accordion-button {
    padding: .4444444444rem 0;
    font-size: .9375rem;
    font-weight: 400;
    color: var(--color-secondary);
    box-shadow: none
}

.widget-categories .accordion-button::after {
    width: 1.375rem;
    height: 1.375rem;
    padding-top: .0625rem;
    background-image: none;
    background-color: rgba(254, 105, 106, .1);
    font-family: cartzilla-icons;
    font-size: .5rem;
    font-weight: 700;
    content: '\e906';
    text-align: center;
    line-height: 1.375rem
}

.widget-categories .widget-list-item {
    margin-bottom: .375rem;
    padding-left: .75rem
}

.widget-categories .widget-list:not([data-simplebar]) {
    border-right: 2px solid #e3e9ef
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
    padding-right: 1rem
}

.widget-list-link {
    display: block;
    color: #4b566b;
    font-size: .875rem;
    font-weight: 400
}

.widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.widget-cart-item .btn-close {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    padding: 0;
    transform: translateY(-50%);
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
    background: 0 0;
    font-size: 1.5rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0
}

.widget-cart-item>.d-flex {
    transition: .25s ease-in-out
}

.btn-tag {
    display: inline-block;
    padding: .375rem .5625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .25rem;
    font-size: .75rem
}

.btn-tag:hover {
    border-color: #e3e9ef;
    color: #4b566b
}

.btn-tag.active {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9);
    pointer-events: none;
    cursor: default
}

.product-card {
    border: 1px solid #ececec;
    transition: .2s;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    padding: 0;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 4px -1px rgba(62, 43, 47, .04), 0 4px 5px 0 rgba(62, 43, 47, .03), 0 1px 10px 0 rgba(62, 43, 47, .025)
}

.badge {
    box-shadow: 0 0 6px rgb(0 0 0 / 30%)
}

.product-card .badge-wp .badge {
    width: auto;
    margin-top: 5px;
    padding: 3px 6px;
    font-size: 11px;
    display: inline-flex;
    font-weight: 500
}

.product-card .badge-wp .badge:first-child {
    margin-top: 0;
    border-radius: 10px
}

.product-card .badge-wp {
    width: auto;
    right: 5px
}

.product-card .badge-wp,
.product-card .product-card-actions,
.product-card>.btn-wishlist {
    position: absolute;
    top: auto;
    z-index: 5
}

.product-card .product-card-actions .btn-action {
    padding: .5rem;
    transition: .15s ease-in-out;
    border-radius: .25rem;
    background-color: #fff;
    font-size: .8125rem;
    visibility: hidden;
    opacity: 0
}

.product-card .badge.badge-end {
    right: .75rem;
    left: auto
}

.product-card .card-body {
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    text-align: center;
    padding: 0
}

.product-card .card-body-hidden {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -1.25rem;
    transition: .15s ease-in-out;
    border-radius: 0 0 .4375rem .4375rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

@media (max-width:992px) {
    .product-card .card-body-hidden {
        position: relative;
        opacity: 1;
        visibility: visible
    }
}

.product-meta,
.product-title>a {
    transition: color .25s ease-in-out
}

.product-list .product-list-thumb {
    border-radius: .4375rem .4375rem 0 0
}

.product-card-alt .card-body {
    padding: 1rem .625rem
}

.product-card-alt .product-thumb {
    position: relative;
    border-radius: .4375rem;
    overflow: hidden
}

.blog-entry-thumb>img,
.product-card-alt .product-thumb>img,
.product-gallery-preview-item>img {
    display: block;
    width: 100%
}

.product-card-alt .product-thumb-overlay {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 52, 69, .5);
    z-index: 1
}

.product-card-alt .btn-wishlist {
    top: .75rem;
    right: .75rem;
    background-color: #fff;
    z-index: 5;
    visibility: hidden
}

.product-card-alt .badge {
    position: absolute;
    right: auto;
    left: .75rem;
    z-index: 5
}

.product-card-alt .product-card-actions {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    visibility: hidden
}

.product-card-alt .btn-wishlist,
.product-card-alt .product-card-actions,
.product-card-alt .product-thumb-overlay {
    position: absolute;
    transition: .15s ease-in-out;
    opacity: 0
}

.product-title>a {
    text-decoration: none;
    height: 41px;
    color: var(--color-text);
    font-weight: 500;
    line-height: 1.3em;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2
}

.blog-entry-meta-label,
.blog-entry-title>a,
.product-meta {
    text-decoration: none !important
}

.product-meta {
    color: #333
}

.product-floating-btn {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: 10
}

.star-rating {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 12px
}

.star-rating .star-rating-icon {
    display: inline-block;
    color: #aeb4be;
    font-size: .75rem;
    vertical-align: middle
}

.star-rating .star-rating-icon.active {
    color: #fea569
}

.credit-card-wrapper {
    margin: 1.875rem -.9375rem
}

.product-badge {
    padding: .295rem 1rem .425rem .625rem;
    border-radius: .3125rem 0 0 .3125rem;
    font-size: .8125rem;
    display: inline-block;
    margin-bottom: 1.2rem
}

.product-badge::after {
    position: absolute;
    bottom: -.475rem;
    right: .25rem;
    height: 0;
    width: 0;
    transform: rotate(-45deg);
    border: .525rem solid transparent;
    content: " ";
    pointer-events: none
}

.product-badge>i {
    margin-top: -.125rem;
    margin-right: .25rem;
    font-size: 1.2em;
    vertical-align: middle
}
.listcate{
    white-space: nowrap;
    overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
    margin-top: 25px;
}
.product-badge.product-available::after {
    border-color: rgba(66, 214, 151, 0)
}

.product-badge.product-not-available {
    background-color: #f3f5f9;
    color: #4b566b
}

.product-badge.product-not-available::after {
    border-color: rgba(243, 245, 249, 0);
    border-bottom-color: #d8deeb
}

.product-gallery {
    display: flex
}

.product-gallery-thumblist {
    margin-left: -.5rem
}

.product-gallery-thumblist-item {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: .625rem;
    transition: border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    text-decoration: none !important;
    overflow: hidden
}

.product-gallery-thumblist-item>img {
    display: block;
    width: 100%;
    transition: opacity .2s ease-in-out;
    opacity: .6
}

.product-gallery-thumblist-item .product-gallery-thumblist-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: .25rem;
    transform: translateY(-50%);
    color: #4b566b;
    font-size: .875rem;
    text-align: center
}

.product-gallery-thumblist-item .product-gallery-thumblist-item-text>i {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.5em
}

.product-gallery-thumblist-item:hover {
    border-color: #c9d5e0
}

.product-gallery-thumblist-item.active {
    border-color: var(--color-secondary)
}

.product-gallery-preview {
    position: relative;
    width: 100%
}

@media (min-width:500px) {
    .navbar-expand-sm.fixed-top {
        position: fixed
    }

    .navbar-expand-sm .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-sm .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-sm .dropdown-menu.show,
    .navbar-expand-sm .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-sm .navbar-mega-nav::after,
    .navbar-expand-sm .navbar-tool-text {
        display: block
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-sm .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-sm .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-sm .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle::after {
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid;
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-sm .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-sm .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: .25s ease-in-out fade-in;
        animation: .25s ease-in-out fade-in
    }

    .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-sm .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: .25s ease-in-out slide-up;
        animation: .25s ease-in-out slide-up
    }

    .navbar-expand-sm .mega-dropdown-column {
        width: 15rem
    }

    .modal-quick-view {
        padding-left: 1rem
    }

    .product-list .product-list-thumb {
        width: 15rem;
        border-radius: .4375rem 0 0 .4375rem;
        overflow: hidden
    }

    .product-list .card-body-hidden {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        box-shadow: none !important
    }

    .product-gallery-preview {
        margin-left: .625rem
    }
}

.product-gallery-preview-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 1
}

.product-gallery-preview-item.active {
    position: relative;
    opacity: 1;
    z-index: 10;
    text-align: center
}

.product-gallery-preview-item:hover {
    cursor: crosshair
}

@media (max-width:499.98px) {
    .btn-scroll-top {
        width: 2.2916666667rem;
        height: 2.2916666667rem;
        bottom: 1rem
    }

    .btn-scroll-top>.btn-scroll-top-icon {
        line-height: 2.1666666667rem
    }

    .btn-scroll-top.show {
        right: 1rem
    }

    .btn-scroll-top.right-15 {
        right: 1.9375rem
    }

    .step-label {
        font-size: .75rem
    }

    .step-label>i {
        display: none
    }

    .credit-card-wrapper .jp-card-container {
        width: 16.25rem !important
    }

    .credit-card-wrapper .jp-card {
        min-width: 15.625rem !important
    }

    .product-gallery {
        display: block
    }

    .product-gallery-thumblist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-top: 1rem
    }

    .product-gallery-thumblist-item {
        margin: .3125rem
    }
}

.drift-zoom-pane {
    z-index: 1030
}

.blog-entry-title>a {
    color: #000;
    line-height: 1.3em;
    font-weight: 600
}

.Sidebar .blog-entry-title>a,
.accordion-button,
.table-group-order,
span.badge-item-code {
    font-size: 14px
}

.blog-entry-thumb {
    display: block;
    border-radius: .4375rem
}

.card>.blog-entry-thumb {
    border-radius: 0
}

.blog-entry-meta-link {
    display: inline-block;
    color: #333 !important;
    font-weight: 400;
    font-size: 12px
}

.blog-entry-meta-link>i {
    vertical-align: middle;
    margin-right: 3px
}

.blog-entry-meta-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .375rem .625rem;
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .8);
    color: #4b566b;
    z-index: 5
}

.blog-entry-meta-label>i {
    margin-top: -.0625rem;
    margin-right: .375rem;
    color: #333;
    vertical-align: middle
}

.blog-entry-meta-divider {
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin: 0 1rem;
    background-color: #d9e1e9;
    vertical-align: middle
}

.blog-entry-author-ava {
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    margin-right: .5rem;
    padding: .125rem;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    vertical-align: middle
}

@media (min-width:768px) {
    .navbar-expand-md.fixed-top {
        position: fixed
    }

    .navbar-expand-md .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-md .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-md .dropdown-menu.show,
    .navbar-expand-md .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-md .navbar-mega-nav::after,
    .navbar-expand-md .navbar-tool-text {
        display: block
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-md .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-md .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-md .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle::after {
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid;
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-md .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-md .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: .25s ease-in-out fade-in;
        animation: .25s ease-in-out fade-in
    }

    .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-md .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: .25s ease-in-out slide-up;
        animation: .25s ease-in-out slide-up
    }

    .navbar-expand-md .mega-dropdown-column {
        width: 15rem
    }

    .blog-list {
        display: flex
    }

    .blog-list .blog-start-column {
        width: 37%;
        padding-right: .9375rem
    }

    .blog-list .blog-end-column {
        width: 63%;
        padding-left: .9375rem
    }
}

.featured-posts-carousel [data-controls] {
    margin-top: -2.75rem
}

.offcanvas.rounded-3 {
    border-radius: 0 !important
}

.offcanvas-footer,
.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 20px
}

.card-img-top-hot img,
.offcanvas-body,
.product-details .product-qty-number input,
.product-details .product-qty-number input:focus {
    height: 100%
}

.offcanvas-body::-webkit-scrollbar {
    width: .1875rem;
    background-color: transparent;
    opacity: 0
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #aeb4be;
    border-radius: .09375rem
}

.offcanvas-body>.simplebar-track {
    display: block;
    background-color: transparent
}

.offcanvas-body .simplebar-vertical {
    margin-right: .1875rem
}

.offcanvas-expand .offcanvas-body .widget-links {
    margin-left: -1.5rem
}

.offcanvas-expand .offcanvas-body .widget-links .widget-title {
    padding-left: 1.5rem
}

.offcanvas-expand .offcanvas-body .widget-list-link {
    padding-left: 1.375rem;
    border-left: .125rem solid transparent
}

.offcanvas-expand .offcanvas-body .active>.widget-list-link {
    border-left-color: var(--color-secondary)
}

.offcanvas-expand .offcanvas-body .widget-light .active>.widget-list-link {
    border-left-color: #fff
}

.sidebar-toggle {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1025
}

@media (min-width:992px) {
    .navbar-tool .navbar-tool-tooltip {
        display: block;
        position: absolute;
        top: -.5rem;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .2s ease-in-out, top .2s ease-in-out;
        padding: .0625rem .375rem;
        border-radius: .25rem;
        background-color: #2b3445;
        color: #fff;
        font-size: .6875rem;
        white-space: nowrap;
        opacity: 0
    }

    .navbar-tool:hover .navbar-tool-tooltip {
        top: -.75rem;
        opacity: .9
    }

    .navbar-expand-lg.fixed-top {
        position: fixed
    }

    .navbar-expand-lg .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-lg .dropdown-menu.show,
    .navbar-expand-lg .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after,
    .offcanvas-collapse .offcanvas-footer,
    .offcanvas-collapse .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .navbar-mega-nav::after,
    .navbar-expand-lg .navbar-tool-text {
        display: block
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-lg .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid;
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-lg .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: .25s ease-in-out fade-in;
        animation: .25s ease-in-out fade-in
    }

    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-lg .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: .25s ease-in-out slide-up;
        animation: .25s ease-in-out slide-up
    }

    .navbar-expand-lg .mega-dropdown-column {
        width: 15rem
    }

    .product-card:hover:not(.card-static) {
        border-color: #fff !important;
        box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1);
        z-index: 1
    }

    .product-card .card-img-top img {
        -webkit-transition: 1.5s cubic-bezier(0, 0, .05, 1);
        transition: 1.5s cubic-bezier(0, 0, .05, 1)
    }

    .product-card:hover .card-img-top img {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
        transform: scale3d(1.05, 1.05, 1.05) translateZ(0)
    }

    .product-card:hover:not(.card-static) .product-card-actions .btn-action {
        opacity: 1;
        visibility: visible
    }

    .product-card:hover:not(.card-static) .card-body-hidden {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1)
    }

    .product-list:hover+.border-top {
        opacity: 0
    }

    .product-card-alt .product-thumb:hover .btn-wishlist,
    .product-card-alt .product-thumb:hover .product-card-actions,
    .product-card-alt .product-thumb:hover .product-thumb-overlay {
        visibility: visible;
        opacity: 1
    }

    .product-details {
        width: 100%;
        padding-top: .25rem
    }

    .offcanvas-collapse,
    .offcanvas-expand,
    .offcanvas-expand.offcanvas-bottom,
    .offcanvas-expand.offcanvas-end,
    .offcanvas-expand.offcanvas-start {
        transform: none !important
    }

    .offcanvas-expand {
        z-index: 1031
    }

    .offcanvas-collapse {
        display: block;
        position: static;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        background-color: transparent
    }

    .offcanvas-collapse .offcanvas-body {
        overflow: initial
    }

    .offcanvas-collapse.rounded-3 {
        border-radius: .4375rem !important
    }

    .offcanvas-enabled {
        padding-left: 21.5rem
    }

    .offcanvas-enabled.offcanvas-end {
        padding-right: 21.5rem;
        padding-left: 0
    }
}

.handheld-toolbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43, 52, 69, .15);
    z-index: 1026
}

.handheld-toolbar-item {
    padding: .125rem .5rem .5rem;
    border-left: 1px solid #e3e9ef;
    text-align: center
}

.handheld-toolbar-item .badge {
    font-size: .625rem
}

.handheld-toolbar-icon {
    display: block;
    color: #4b566b;
    font-size: 1.25rem
}

.handheld-toolbar-icon>.badge,
.handheld-toolbar-icon>i {
    display: inline-block;
    vertical-align: middle
}

.handheld-toolbar-label {
    display: block;
    color: #333;
    font-size: .6875rem
}

@media (max-width:991.98px) {
    body {
        padding-top: 0 !important
    }

    .handheld-toolbar {
        display: block
    }

    .handheld-toolbar+.btn-scroll-top {
        bottom: 4.5rem
    }
}

.simplebar-track {
    transition: opacity .25s ease-in-out;
    background-color: #e9edf4;
    opacity: 0
}

.simplebar-track .simplebar-scrollbar {
    border-radius: .09375rem;
    background-color: #aeb4be
}

.simplebar-track.simplebar-vertical {
    width: .1875rem !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    right: 0;
    width: .1875rem
}

.simplebar-track.simplebar-horizontal {
    height: .1875rem !important
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: .1875rem !important
}

[data-simplebar] {
    overflow-y: auto
}

[data-simplebar]::-webkit-scrollbar {
    width: .1875rem;
    background-color: transparent;
    opacity: 0
}

[data-simplebar]::-webkit-scrollbar-thumb {
    background-color: #aeb4be;
    border-radius: .09375rem
}

[data-simplebar]:not(.offcanvas-body) {
    padding-right: 1rem !important
}

.bg-dark .simplebar-track .simplebar-scrollbar,
.bg-darker .simplebar-track .simplebar-scrollbar,
.dropdown-menu-dark .simplebar-track .simplebar-scrollbar {
    background-color: #58647d
}

.product-card .card-body {
    align-items: self-end;
    align-items: start;
    display: flex;
    flex-wrap: wrap
}

.card-login .input-group input,
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important
}

.tab-pane-title {
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .87);
    margin: 0;
    padding: .875rem;
	font-size: var(--font-size-title);
    text-transform: capitalize
}
.card-news .blog-entry-title a,
.heading *,
.navbar-expand-lg .navbar-nav>.nav-item>.nav-link,
.title-page{
    font-weight: 700
}

.tab-pane-title .title {
    margin: 0;
    font-weight: 700;
    font-size: var(--font-size-title);
    text-transform: uppercase
}

.alert.alert-warning.alert_info_in {
    border: 2px dashed #fdca29
}

.infor-post {
    font-size: 12px;
    margin: 5px 0 7px
}

.infor-post ul.nav.nav-divider {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px
}

.infor-post ul.nav.nav-divider li i {
    margin-right: 2px
}

.price-normal {
    display: flex;
    align-items: end;
    gap: 5px;
    flex-wrap: wrap
}

.stop-buy .new-price.stop-buy {
    font-size: 24px
}

.btn-addcart-in {
    border-radius: 0 !important;
    padding: 5px
}

.out_of_stock_text .badge {
    line-height: 1em;
    padding: 4px 7px
}

span.badge-item-code>span.name:after {
    content: ":"
}

.list-icon-spec.product-badge.product-available {
    font-size: 13px;
    font-weight: 300 !important;
    padding: 5px 10px
}

.sidebarFilterWP {
    margin-bottom: 15px
}

@media(max-width:476px) {
    .product-badge.product-available {
        font-size: 12px
    }
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050000
}

#offcanvas_cart .offcanvas-body {
    overflow: hidden;
    padding: 10px;
    background: #f1f1f1
}

.offcanvas-body .woocommerce-cart {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
    background: #fff;
    padding: 5px 10px
}

.out_of_stock_class {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 50%;
    text-transform: capitalize;
    padding: 8px
}

.btn-primary,
.btn-pro-detail,
.modal-content a.btn.btn-dark.btn-link,
.prod-ribbon span,
.widget-title {
    text-transform: uppercase
}

.out_of_stock_class>span {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2em;
    font-size: 18px;
    text-align: center
}

.card.product-card .out_of_stock_class {
    width: 80px;
    height: 80px
}

.card.product-card .out_of_stock_class>span {
    font-size: 14px;
    word-break: break-word
}

.form-label {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px
}

aside .widget {
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid #f1f1f1
}

aside .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer a.social-link {
    overflow: hidden;
    background: #fff
}

.product-card .info-product {
    position: relative;
    padding-top: 0
}

.accordion-button:not(.collapsed) {
    color: var(--color-text);
    background-color: transparent
}

.time-work-left {
    vertical-align: top
}

.add-left .fa,
.time-work-left .fa {
    margin-right: 3px;
    font-size: 18px
}

.support-ask-icon img {
    width: 20px;
    height: 20px
}

.address-region-item.chat .support-ask-item {
    width: auto
}

.box-hotline-more .detail-right-box.care-detail .care-detail-box .address-region-item.email .add-left {
    min-width: auto;
    display: inline-block
}

.box-hotline-more .detail-right-box.care-detail .care-detail-box .add-right {
    width: calc(100% - 130px);
    display: inline-block
}

.prod-promotion {
    padding: 5px 0;
    position: relative
}

.prod-item {
    width: 100%;
    position: relative;
    margin-bottom: 5px
}

.prod-item.prodgift {
    background-color: #fff;
    border: 1px solid #c2d7c1;
    border-radius: 5px;
    padding: 5px
}

.prod-ribbon {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: auto;
    border-radius: 20px;
    line-height: 1.5em
}

.prod-ribbon span {
    font-size: 12px;
    font-weight: 700;
    color: #da251c;
    text-align: center;
    line-height: 1.5em;
    text-indent: 15px;
    background: #dcf2d9;
    padding: 5px 11px 5px 15px;
    display: inline-block;
    border-radius: 5px
}

.prod-ribbon span:before {
    content: "";
    position: absolute;
    background: url(../img/gift.png) left center/16px no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 6px
}

.prodgift-item {
    position: relative;
    display: block
}

.prod-promotion-right {
    width: calc(100% - 70px);
    color: #000
}

.prod-promotion-left {
    width: 70px;
    height: auto
}

.prod-item-thumb {
    margin: 0 5px;
    background-color: #fff;
    vertical-align: middle
}

.prod-item-title {
    line-height: 1.2em;
    font-size: 13px
}

.card.product-card .card-body .name_top,
.footer .copyright a,
.form-note,
.price-pro .badge,
.prod-item-time,
.span-gift,
p.rating-date {
    font-size: 12px
}

.prod-item-view {
    font-size: 12px;
    color: #0071c4
}

.phone-box-hotline {
    padding: 5px 0;
    width: calc(100% - 10px);
    text-align: center
}

.box-hotline-left {
    vertical-align: top;
    margin: 0 5px;
    display: inline-block
}

.box-hotline-right {
    text-align: left;
    display: inline-block
}

.box-hotline-right a {
    padding-right: 5px
}

.span-gift {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #ee4d2d;
    line-height: 1.2em;
    text-align: center;
    margin-right: 0;
    border: 1px solid #ee4d2d;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

@media screen and (min-width:1200px) {

    .add-left,
    .time-work-left {
        min-width: 130px
    }

    .prod-promotion-right {
        vertical-align: 0;
        width: calc(100% - 90px)
    }
}

p {
    margin-top: 0
}

hr {
    margin: .5em auto 1.2em;
    border-style: inset;
    border-width: 0;
    height: 2px;
    color: gray;
    background-color: gray
}

.btn-readmore i,
small.buyed-text-small {
    font-size: 13px
}

button.btn-search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: transparent;
    color: #000;
    border-radius: 0 3px 3px 0;
}

.content-product-detail img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.content-product-detail>h2 {
    border-left: 5px solid var(--color-primary);
    padding-left: 12px;
    line-height: 1.5em;
    margin: 15px 0;
}
.content-product-detail>h2, .content-product-detail>h2 span, .content-product-detail>h2 strong{
	font-size: var(--font-size-title);
	font-weight: 700;
	color: var(--color-primary);
}
.content-product-detail>h3 {
    line-height: 1.5em;
    margin: 15px 0
}
.content-product-detail>h3, .content-product-detail>h3 span, .content-product-detail>h3 strong {
    font-size: var(--font-size-title-small);
    color: #238104;
    font-weight: 700
}

span.name_span_bt {
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
    line-height: 1em
}

body .btn.btn-affiliate {
    color: #fff;
    border: 0
}

body .btn.btn-affiliate:nth-child(n+2) {
    background: #878787
}

body .btn.btn-affiliate:focus,
body .btn.btn-affiliate:hover {
    color: #fff;
    outline: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    background: #707070 !important
}

.btn-affiliate img {
    width: 45px;
    padding-right: 5px
}

.card.product-card .btn.btn-affiliate {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid
}

.card.product-card .btn.btn-affiliate:first-child {
    border-top: 0
}

.blog-entry-thumb:after,
.card.product-card .card-img-top:after,
.image-full:after,
.img-thumbnail:after,
.libs_image a:after,
.logo-brand:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%
}
.image-full-newss:after {
    padding-top: 95%
}

.image-full-brand {
    width: 60px
}

.icon-payment img,
.navbar-light .navbar-toggler-icon {
    width: 30px
}

pre code {
    line-height: 1.5em;
    display: inline-block
}

.card-login {
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

.toggle-password.password-toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    padding: 5px;
    transform: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    min-width: 35px;
    justify-content: center
}

.btn-filter,
.modal.show {
    align-items: center
}

.title-line-no-background {
    position: relative;
    overflow: hidden;
    text-align: center
}

.title-line-no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 20px;
    font-size: var(--font-size-title);
    font-weight: 500
}

.title-line-no-background span:after,
.title-line-no-background span:before {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #000
}

.title-line-no-background span:before {
    right: 100%
}

.title-line-no-background span:after {
    left: 100%
}

.input-group.input-group-icon>.form-control {
    padding-left: 35px
}

.note-preorder {
    display: block;
    width: 100%;
    padding: 5px;
    color: var(--color-text);
    text-align: left;
    background: #efffe9;
    font-size: 14px;
    border: 2px solid #e0fdd6;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 5px
}

.sale {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 101;
    height: 40px;
    display: block
}

.sale-text {
    top: 10px;
    height: auto;
    display: flex;
    left: 10px
}

.sale img {
    max-width: 100%;
    max-height: 100%
}

.list-icon-spec {
    width: 85px;
    display: block;
    z-index: 9;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0
}

.list-icon-spec li,
.sale .hot {
    display: block;
    padding: 3px 3px 4px;
    line-height: 1.2;
    margin-left: 3px;
    font-size: 10px;
    font-weight: 300;
    border-radius: 3px;
    margin-bottom: 3px;
    background: #377919;
    color: #fff;
    white-space: nowrap
}

.brand-card .info-product>*,
.navbar-brand-menu,
.sale-text .hot,
.simply-scroll .simply-scroll-list#scroller,
.simply-scroll.simply-scroll-container,
blockquote>p,
nav>.breadcrumb,
table.toc p {
    margin: 0
}

.badge-sale-money>b,
.text-sale {
    margin-left: 5px
}

.new {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 101;
    width: 100%
}

.new img {
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: auto
}

@media(max-width:450px) {
    .btn-addcart-in {
        font-size: 10px !important
    }

    .sale {
        width: 30px
    }

    .list-icon-spec {
        width: 65px
    }

    .list-icon-spec li,
    .sale .hot {
        font-size: 7px;
        line-height: 1.5em;
        padding: 3px
    }

    .new img {
        height: 12px
    }
}
#shop-sidebar {
    border: 0;
    padding: 10px
}

.btn-readmore,
.title-after,
footer .ul-icon li.list_icon .info-in {
    font-size: 16px
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 50%;
    background-color: #217cc1
}

.sp-previous-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-previous-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg)
}

.sp-next-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg)
}

.imagestatus_views {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 100;
    padding: 10px 0 0;
    max-height: 50px;
    font-size: 12px
}

.imagestatus_views img {
    max-height: 50px;
    width: auto
}

.btn-close {
    background: 0 0;
    line-height: 0;
    cursor: pointer;
    right: 0;
    font-size: 26px
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {

    100%,
    85% {
        opacity: 1
    }

    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.modal-content img {
    border-radius: .4375rem
}

.product-label-group .product-label:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border: 15px solid #f19708;
    border-bottom-color: transparent;
    border-left: 30px solid #f19708;
    border-right: 30px solid #f19708
}
.FAQPage button.accordion-button,
button.close.closeNotification:active,
button.close.closeNotification:focus {
    box-shadow: none !important
}

.badge-sale-money {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #d0021c;
    background: 0 0;
    font-size: 13px;
    line-height: 13px;
    border-radius: 6px
}

.text-sale {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px 3px;
    color: #eb5757;
    background: #fff0e9
}

section.banner-top img {
    margin: 0 auto;
    display: block
}

.libs_image {
    margin-top: 5px
}

.libs_image a>img {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-size: initial
}

.section-heading {
    font-size: var(--font-size-title-large);
    font-weight: 700
}

.list-group-item {
    background: 0 0
}

.image-gallery-main,
.infoProAttri .sale.sale-text {
    display: block;
    text-align: center
}

.card-img-top-hot {
    display: block;
    height: 100%;
    text-align: center
}

.offcanvas-backdrop.fade.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-white {
    background-color: #f9f9f9 !important
}

.menu-fixed {
    background: #fbfbfb
}

.bg-secondary.page-title-overlap,
.btn-tag:hover {
    background: #f1f1f1 !important
}

@media(min-width:400px) {
    .button-wishlist-remove {
        position: absolute;
        right: 0;
        top: 0
    }
}

.image-pro {
    width: 100px
}

.modal .product-card .badge-wp .badge {
    width: auto;
    display: inline-block;
    font-size: 11px;
    margin-left: 1px
}

.btn-tag,
figure.image {
    background: #f1f1f1
}

figcaption {
    padding: 10px;
    font-size: 13px
}

.card.product-card .card-body {
    background: linear-gradient(222.52deg, #e6f8df 0, #c3e4cb 100%)
}

.card.product-card .card-body span.name_span_bt {
    font-size: 10px
}

.card.product-card .card-body .btn-affiliate img {
    width: 35px;
    padding-right: 3px
}

.card.product-card .product-price {
    min-height: 51px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.btn-affiliate-wp~.btn-addtocardpage {
    position: absolute;
    bottom: -6px;
    left: 0
}

.btn-addtocardpage-flashsale {
    z-index: 100
}

.section-infor-slider i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 50px;
    color: #1f7ac0;
    height: auto;
    margin-bottom: 10px
}

.btn-primary {
    border: 0 #3b7f48;
    font-weight: 700;
    background-color: #3b7f48
}

.btn-primary:hover {
    -webkit-box-shadow: 0 6px 8px hsl(0deg 0% 90%);
    box-shadow: 0 6px 8px hsl(0deg 0% 90%)
}

.lobibox-notify-wrapper,
.lobibox-notify-wrapper-large {
    z-index: 5000000000
}

.modal,
.offcanvas {
    z-index: 10800000000
}

div#couponModal {
    z-index: 10800000001
}
.logo-brand {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50% !important;
	margin-bottom:8px;
}

.section-brand .logo-brand {
	border: 2px solid #03625d;
}
.section-brand.home .logo-brand {
	border:0;
}
.section-brand .logo-brand img {
    max-width: 85%;
}
a.logo-brand {
    width: 100%;
    height: 100%;
    margin: 0 auto 8px;
    border-radius: 50% !important
}

button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
    height: 50px;
    width: 50px;
    padding: 0;
    background: #f1f1f1;
    margin-left: 10px
}

button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
    width: 35px;
    height: 100%
}

.live-animate {
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
    display: inline-block;
    left: 5px;
    top: 0;
    margin-right: 15px
}

.live-animate::after {
    content: '';
    display: block;
    border: 1px solid red;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 1px;
    left: 1px;
    position: absolute;
    opacity: 1;
    -webkit-animation: 2s ease-in-out .2s infinite circle;
    -moz-animation: 2s ease-in-out .2s infinite circle;
    animation: 2s ease-in-out .2s infinite circle
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes circle {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

.navbar {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.btn-messengerlink {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 9999
}

.widget-title {
    font-size: 1.2rem;
    font-weight: 700
}

.filter-items.search-ul>li {
    padding: 9px 15px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin: 0 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    background: #fff
}

.filter-items.search-ul li ul {
    margin: .5rem 0 -.5rem;
    padding: 0 0 0 1.3rem;
    list-style: none;
    position: relative
}
.filter-items.search-ul li:not(.show) ul {
	display: none;
}
.filter-items.search-ul>li>ul{margin-bottom:0.5rem}
.filter-items.search-ul li li:hover,
.filter-items.search-ul li ul li {
    border: 0;
    padding: 10px 0;
    box-shadow: none
}

.filter-items ul::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    bottom: 3px;
    border-left: 1px solid #eee
}

.filter-items.search-ul li:hover {
    border: 1px solid var(--color-primary);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.filter-items.search-ul li a {
    font-size: 16px;
    display: block;
    width: 100%;
    position: relative
}

.filter-items.search-ul li a>i {
    position: absolute;
    top: -3px;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    line-height: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 11px
}

.filter-items.search-ul li a:hover {
    color: var(--color-primary)
}
.breadcrumbs>nav {
    overflow: auto;
}
@media(max-width:767px){
	.breadcrumbs>nav{
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}
nav>.breadcrumb {
    flex-wrap: initial
}

nav>.breadcrumb li {
    font-size: 12px;
    padding: 0;
    position: relative;
    color: #fff;
    display: inline-block
}
.breadcrumbs .breadcrumb-item>a{
	font-size: max(14px, var(--font-size-contents-small));
}
.breadcrumb-item+.breadcrumb-item::before{
	float:none;
}
.filter-price-text {
    font-size: 1rem;
    color: #222;
    margin-top: 20px
}

.carousel_cate_pro .product-card {
    padding: 2%
}

.text-accent.new-price {
    color: #d0021c !important
}

.btn-pro-detail {
    background: #fb6e2e;
    color: #fff;
    background: linear-gradient(180deg, #f79429, #f7712e);
    width: 140px;
    max-width: 100%;
    padding: 5px 10px
}

.btn-pro-detail:active,
.btn-pro-detail:focus,
.btn-pro-detail:hover {
    background: #f05d40;
    color: #fff
}

.navbar-tool.navbar-tool-cart,
footer .ul-icon li.list_icon.no-icon {
    padding: 0
}

.navbar .navbar-tool,
.navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.content-read-news .widget-title {
    font-size: 1.4rem
}

ul.list-content-relate li a {
    color: #2879fe
}

.content-read-news .blog-entry-title>a {
    color: #2879fe;
    font-size: 16px;
    font-weight: 700
}

.btn-outline-primary {
    color: #fe696a;
    border-color: #fe696a
}

.tr_product:last-child {
    border-bottom: 0 !important
}

.aside-left .blog-entry-title>a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
    display: block
}

.product-qty-number {
    position: relative;
    max-width: 100%;
    min-width: 132px;
    height: 100%
}

.product-qty-number .btn-cart {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #777;
    display: block;
    font-family: Ionicons;
    font-size: 1.3rem;
    line-height: 45px;
    font-weight: 500;
    border: 0;
    background: 0 0
}

.card-news .blog-description,
.card-news .blog-entry-title,
.infoProAttri .sale .hot,
.result_search .product-meta {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

.media-tab-subtitle {
    font-size: 13px;
    line-height: 1.3em
}

.div-info-brand-qr .media-tab-title {
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 700
}

.product-details .product-qty-number input,
.product-details .product-qty-number input:focus,
.product-qty-number input {
    background: #e6e6e6;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: 0;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #2879fd;
    text-shadow: 2px 0 5px rgb(0 0 0 / 20%)
}

.prodetail-info .product-qty-number input {
    background: #fff;
    color: var(--color-secondary) !important;
    font-weight: 700
}

.product_detail_infor {
    text-align: justify
}

.post-content ol.number {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.post-content ol.number>li {
    counter-increment: my-awesome-counter;
    width: 100%;
    font-size: .8rem;
    margin-bottom: .5rem;
    position: relative
}

.post-content ol.number>li:before {
    content: counter(my-awesome-counter);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    top: -6px;
    color: var(--color-primary);
    text-align: right;
    float: left;
    margin-right: 7px
}

.post-content ol.number>li>h3 {
    color: var(--color-primary);
    margin-bottom: 2rem
}

table.toc {
    width: 100% !important;
    margin-bottom: 10px
}

.info-product,
table.toc td,
table.toc th {
    padding: 10px
}

table.toc:has(thead) {
    cursor: move
}

table.toc thead>tr {
    background-color: #f0c85e !important
}

table.toc tr:nth-child(2n) {
    background-color: rgba(35, 170, 236, .2)
}

table.toc tr:nth-child(odd) {
    background-color: rgba(35, 170, 236, .1)
}

.btn-tag {
    font-weight: 300;
    color: #333
}

blockquote {
    display: block;
    background: #edf0f3;
    padding: 15px 20px 15px 45px;
    margin: 1.5rem 0 20px;
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    position: relative;
    box-shadow: 6px 6px 0 rgba(114, 138, 161, .3);
    border-radius: 10px;
    width: calc(100% - 6px)
}

blockquote::before {
    content: "\201C";
    font-size: 60px;
    font-weight: 700;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline-block;
    line-height: 1rem
}

.post-content blockquote * {
    font-size: inherit
}

.title .heading1,
.title h1 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--color-text);
    text-transform: inherit
}

.iframe,
.iframe iframe {
    width: 100%;
    height: 100%
}

.img-brand {
    width: 200px
}

.product-title>a {
    text-align: left;
    font-size: var(--font-size-content)
}

.icon-box-side-cate,
.tns-carousel .product-title>a {
    text-align: center
}

.tns-carousel .product-card .card-body-hidden {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: 0 0
}

.offcanvas-top {
    background: 0 0;
    min-height: 30vh;
    height: auto
}

del.old-price {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    margin-left: 3px;
    margin-right: 0;
    line-height: 16px
}

.result_search .product-meta {
    transition: color .25s ease-in-out;
    text-decoration: none;
    height: 2.4rem;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
    color: #355278
}

.card-news .blog-description {
    margin-top: 13px;
    height: 74px;
    -webkit-line-clamp: 3;
    font-weight: 400;
    color: #333;
    font-size: 14px;
	margin:0;
}

.card-news .blog-entry-title {
    height: 50px;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
    font-size: var(--font-size-title-small)
}

@media(max-width:991px) {
    .card-news .blog-entry-title {
        height: 43px
    }
}

.product-price>.price-buy {
    color: #d0021c;
    margin-right: 7px;
    font-weight: 700;
    font-size: 18px
}

.product-price>.price-sale {
    font-size: .875rem;
    color: #7d879c
}

#offcanvas_cart .image-full {
    width: 120px
}

.image-description {
    width: calc(100% - 80px)
}

.blog-entry-thumb,
.card.product-card .card-img-top,
.image-full,
.logo-brand {
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden
}

.card.product-card .card-img-product {
    padding: 10px;
    width: 100%
}

.infoProAttri .sale .hot,
.infoProAttri .sale.sale-image {
    padding: 0;
    border-radius: 0
}

.card.product-card .card-img-top img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.blog-entry-thumb img,
.card.product-card .card-img-top img,
.img-thumbnail img,
.logo-brand img {
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.logo-brand img {
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.infoProAttri {
    position: absolute;
    z-index: 100;
    pointer-events: none
}

.infoProAttri>.sale {
    height: auto;
    width: auto
}

.infoProAttri>div {
    margin-top: 5px;
    display: block
}

.infoProAttri>div:first-child {
    margin-top: 0
}

.infoProAttri>div>img {
    max-height: 50px;
    border-radius: 3px;
    max-width: 130px;
    display: block;
    margin: 0 auto
}

.infoProAttri.top_right {
    top: 5px;
    right: 5px
}

.infoProAttri.top_left {
    top: 5px;
    left: 5px
}

.infoProAttri.bottom_left {
    bottom: 20px;
    left: 5px
}

.infoProAttri.bottom_right {
    bottom: 20px;
    right: 5px
}

.infoProAttri.bottom_center {
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.infoProAttri .list-icon-spec li,
.infoProAttri .sale {
    padding: 3px 5px 4px;
    color: inherit;
    border-radius: 3px
}

.infoProAttri .sale .hot {
    max-width: 100px;
    -webkit-line-clamp: 1;
    background: inherit;
    line-height: 1.2em
}

.infoProAttri.bottom_center .sale.sale-text {
    max-width: 100%;
    border-radius: 0
}

.container.p-0 .row {
    --bs-gutter-y: 0rem;
    --bs-gutter-x: 0rem
}

@media(max-width:577px) {
    .infoProAttri>div>img {
        max-height: 35px;
        border-radius: 3px;
        max-width: 85px
    }
}

.blog-entry-thumb:after {
    padding-top: 70%
}

.logo-brand:after {
    padding-top: 100%
}

.logo {
    width: 170px
}

footer ul.widget-body.widget-infor {
    padding: 8px 0 0;
    color: #fff
}

footer .widget-body.widget-infor li {
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500
}

footer .widget-body.widget-infor li label {
    font-weight: 500;
    text-transform: capitalize;
    color: #fff
}

footer ul.widget-body.widget-infor li {
    line-height: 1.2;
    margin-bottom: 10px;
    list-style: none;
    font-size: .9rem
}

footer ul.widget-body.widget-infor li address {
    margin: 5px 0;
    display: inline-block
}

@media all and (max-width:1200px) {
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
        font-size: 16px
    }
}

@media all and (max-width:991px) {
    .btn-call strong {
        display: none
    }

    .tt-product:not(.tt-view) .tt-description {
        padding: 10px 0
    }

    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
        padding: 3px 10px 9px
    }

    .btn-card img,
    .btn-search img,
    .tt-btn-close img,
    .tt-btn-search img,
    a.tt-btn-zomm.tt-top-right img,
    header .tt-parent-box:first-child .tt-dropdown-toggle.btn-search img {
        width: 25px
    }

    .btn-card img {
        width: 30px
    }

    header .tt-parent-box:first-child .tt-dropdown-toggle {
        padding-right: 0
    }
}

@media all and (max-width:767px) {
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
        font-size: 15px
    }

    .tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
        background: #03a84e;
        padding: 5px 15px 4px;
        font-size: 17px;
        text-transform: uppercase
    }

    .tt-row-custom-01 {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000000;
        width: 100%;
        justify-content: center !important;
        padding: 13px 0 15px;
        background: #2879fe
    }

    .product-qty-number span {
        font-size: 20px
    }

    .product-qty-number input {
        background: #ebebeb;
        font-size: 22px;
        font-weight: 700;
        color: #2879fd;
        text-shadow: 2px 0 5px rgb(0 0 0 / 20%)
    }

    .tt-back-to-top {
        width: 50px;
        height: 50px;
        bottom: 180px;
        right: 25px;
        z-index: 20
    }

    .tt-back-to-top.tt-show {
        bottom: 180px
    }
}

.div-qr-code {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 10
}

.slick-slide img {
    margin: 0 auto
}

.price-pro {
    font-size: 24px;
    display: flex;
    align-items: end;
    gap: 5px;
    flex-wrap: wrap
}

@media(max-width:1200px) {
    .card-news .blog-entry-title {
        height: 43px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem
    }

    .menu>li {
        margin-right: .7rem
    }

    .page-wrapper .container {
        width: calc(100% - 5vw)
    }

    .page-wrapper section.section.section-page-detail .container {
        width: 100%;
        border-radius: 0
    }
}

@media(max-width:767px) {
    .out_of_stock_class {
        width: 80px;
        height: 80px;
        font-size: 14px
    }

    .out_of_stock_class>span {
        font-size: 14px
    }

    .card.product-card .out_of_stock_class {
        width: 50px;
        height: 50px;
        padding: 3px
    }

    .card.product-card .out_of_stock_class>span {
        font-size: 11px
    }

    .btn-affiliate-wp~.btn-addtocardpage {
        bottom: 0
    }

    .nav-footer .heading-footer:after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        width: 25px;
        float: right;
        cursor: pointer;
        text-align: center
    }

    .nav-footer.open .heading-footer:after {
        content: "\f068";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        width: 25px
    }

    .nav-footer .list-nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }

    .nav-footer.open .list-nav {
        height: auto;
        max-height: 1000px;
        transition: max-height .3s ease-in !important
    }

    .card-news .blog-entry-title {
        height: 36px
    }

    .infoProAttri .sale .hot {
        max-width: 70px;
        line-height: 1em
    }

    .infoProAttri .sale.sale-text {
        margin-top: 3px
    }

    .price-pro,
    .title .heading1,
    .title h1 {
        font-size: 16px
    }

    .badge {
        font-size: 12px
    }

    .product-details .product-qty-number input,
    .product-details .product-qty-number input:focus {
        height: 50px;
        padding: 3px
    }

    .btn-pro-detail {
        padding: 5px;
        min-height: 40px
    }

    .jssocials-share-link {
        padding: .3em .4em
    }

    .product-gallery .slider-for .slick-slide img {
        max-height: 350px;
        margin: 0 auto
    }

    .btn-messengerlink {
        width: 50px;
        bottom: 20px
    }

    .btn-call {
        bottom: 78px
    }

    .btn-call span {
        width: 50px;
        height: 50px
    }

    .btn-call span i {
        font-size: 20px
    }

    .section-infor-slider i {
        font-size: 30px
    }

    .title-after {
        font-size: 14px;
        margin-bottom: 5px
    }
}

@media(max-width:576px) {

    .card.product-card .card-body .name_top,
    .card.product-card .card-body span.name_span_bt {
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1
    }

    .card.product-card .card-body .name_top {
        display: -webkit-box
    }

    .card.product-card .card-body span.name_span_bt {
        display: -webkit-box !important
    }

    .card.product-card .card-body .btn-affiliate img {
        width: 25px
    }

    .fs-responsive {
        font-size: 1rem
    }

    .navbar-toggler {
        padding: .75rem .5rem
    }

    .img-brand {
        width: 160px
    }
	.mobile-menu-wrapper .img-brand {
        width: 170px
    }
    .navbar-tool-icon-box,
    button.btn.navbar-tool.navbar-tool-search,
    button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
        height: 43px;
        width: 43px
    }

    button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
        width: 35px;
        height: 100%
    }

    .navbar-tool-icon {
        font-size: 1.2rem;
        line-height: 1.5rem
    }

    .product-gallery .slider-for .slick-slide img {
        max-height: 330px;
        margin: 0 auto
    }
}

.accordion-button-member {
    padding: 7px
}

.accordion-button-member .img-thumbnail.img-thumbnail-account {
    margin: 0 !important;
    height: 45px;
    width: 45px
}

.accordion-button.accordion-button-member::after {
    margin: 0 !important;
    height: 35px;
    width: 35px
}

.aside-member .nav-link-style {
    padding: 10px 15px;
    display: block;
    font-size: var(--font-size-content)
}

@media(max-width:370px) {
    .img-brand {
        width: 150px
    }
	.mobile-menu-wrapper .img-brand {
        width: 170px
    }

    .link-login {
        font-size: 22px
    }

    .navbar-tool-icon-box,
    button.btn.navbar-tool.navbar-tool-search,
    button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
        height: 32px;
        width: 32px
    }

    button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
        width: 35px;
        height: 100%
    }

    .navbar-tool-icon {
        font-size: 1.2rem;
        line-height: 1.5rem
    }

    .div-qr-code {
        width: 68px
    }
}

body {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400
}

.new-price,
.product-price>.price-buy {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333
}

.infobrand .image-logo img {
    max-width: 100%;
    width: 350px
}

.why-choose-wp {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px dashed #dbdada
}

.why-choose-card-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3rem;
    color: #222
}

.why-choose .card-body {
    padding-bottom: 0
}

.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 0
}

.row.row-dashed {
    position: relative;
    overflow: hidden
}

.icon-box-left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.icon-box-left .icon-box-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    background: #ccc;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    align-items: center;
    display: flex;
    max-width: 197px
}

.icon-box-left .icon-box-img .icon {
    width: 70%;
    margin: 0 auto
}

.icon-box-left .icon-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.row-dashed .col-why:before,
.row-solid .col-why:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #a6cda6
}

.row-dashed .col-why:after,
.row-solid .col-why:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #a6cda6
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
    font-size: 14px
}

.btn-filter {
    width: 45px;
    height: auto;
    padding: 3px 10px;
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 100;
    background: var(--color-primary);
    color: #fff;
    border: 0;
    min-height: 40px;
    font-size: 25px;
    justify-content: center;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2)
}

.btn-filter>i {
    font-size: 24px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.modal-content,
body .side-menu .btn {
    background: var(--color-primary)
}

.group-filter ::-webkit-scrollbar {
    width: 10px
}

.group-filter ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px
}

.group-filter ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

.group-filter ::-webkit-scrollbar-thumb:hover {
    background: #777
}

.filter-selected-wp>span.text-filter-result {
    padding-right: 5px;
    margin-top: -5px
}
.icon-box-cate {
    text-align: center;
    display: flex;
    justify-content: center;
	height:100%;
}
.icon-box-cate button.nav-link {
    display: block;
    margin: 0 auto;
}
.icon-box-cate-title,
.link-read-more {
    font-size: 14px;
    color: #000
}

span.icon-box-icon-cate.icon-shipping img {
    width: 90px
}
.icon-box-cate .icon-box-content-cate{
	margin-top:10px;
}
@media(max-width:767px) {
    span.icon-box-icon-cate.icon-shipping img {
        width: 70px
    }
	.icon-box-cate-title{
		font-size:14px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
	}
}

@media(max-width:400px) {
    .button-wishlist-remove {
        margin-top: 5px
    }

    .lobibox-notify {
        width: 95% !important;
        right: 2.5% !important
    }

    .infoProAttri>div>img {
        max-height: 30px;
        border-radius: 3px
    }

    span.icon-box-icon-cate.icon-shipping img {
        width: 70px
    }

    .icon-box-cate-title {
        font-size: 12px
    }
}

.icon-box-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-box-wrapper .icon-box-icon {
    margin-right: 1rem;
    font-size: 36px
}

.icon-box-side .icon-box-icon img {
    height: 60px;
    width: auto;
    max-width: inherit
}
@media(max-width:576px){
	.icon-box-side.text-dark {
		display: block;
		text-align: center;
	}
	.icon-box-side .icon-box-icon img{
		height:40px;
	}
}
.icon-box .icon-box-title {
    font-size: var(--font-size-title-small);
    letter-spacing: -.025em;
    margin-bottom: 3px;
    font-weight: 700
}
@media(max-width:576px){
	.icon-box .icon-box-title {
		font-size: var(--font-size-content);
	}
	.icon-box-wrapper .icon-box-icon {
		margin-right: 6px;
		font-size: 26px;
		width: 45px;
		height: 45px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}
.icon-box p {
    font-size: 14px;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666
}
@media(max-width:576px){
	.icon-box p{
		display:none;
	}
}
.product-details-wp .social-links.social-qr-code {
    padding: 5px;
    background: var(--color-text);
    border-radius: 5px;
    position: relative
}

.post-content img,
.product-details-wp .social-links.social-qr-code img {
    border-radius: 3px
}

.product-details-wp .social-links.social-qr-code:after {
    content: "scan me";
    position: absolute;
    width: 100%;
    height: 15px;
    background: var(--color-text);
    left: 0;
    bottom: -12px;
    z-index: 0;
    border-radius: 0 0 20px 2px;
    font-size: 11px;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

@media(max-width:776px) {
    .div-qr-code {
        top: -2px
    }

    .product-details-wp .social-links.social-qr-code:after {
        font-size: 9px
    }
}
header.navbar-sticky {
    width: 100%;
    background: center top/100% no-repeat #fff;
    z-index: 999
}

.modal-content {
    border: 0;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat
}

section.section-hot .section-hot-wp {
    background: center top/100% no-repeat #1f7ac0;
    border-radius: 20px;
    min-height: 200px;
    background-image: linear-gradient(to right, #1e7cc3, #1a93f1)
}

.footer {
    background: url(../img/bgfooter.jpg), -webkit-linear-gradient(225deg, #1d4224 0, #3b7f48 100%);
    background: url(../img/bgfooter.jpg), -o-linear-gradient(225deg, #1d4224 0, #3b7f48 100%);
    background: url(../img/bgfooter.jpg), linear-gradient(225deg, #1d4224 0, #3b7f48 100%);
    background-size: cover
}
.modal-header {
    color: #fff;
    border: 0;
    padding-bottom: 0
}

.modal-content a.btn.btn-dark.btn-link {
    background: #fff;
    border-color: #1c8ce2;
    padding: 12px;
    font-weight: 700;
    color: #c11919
}

.modal-header .btn-close {
    background: 0 0;
    color: #fff;
    font-size: 28px;
    line-height: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center
}

.navbar-light .navbar-tool-icon-box.bg-secondary,
button.btn.navbar-tool.navbar-tool-search {
    background: #fff
}

.menu>li>a {
    color: #656565
}

.menu .active>a:not(.menu-title),
.menu li:hover>a:not(.menu-title) {
    color: var(--color-primary)
}

.navbar-tool .navbar-tool-label {
    background-color: #005597;
    color: #fff;
	align-items: center;
    display: flex;
    justify-content: center;
}

.page-wrapper {
    flex: 1 0 auto;
    background: 50%/cover repeat-y #f1f1f1;
    min-height: 500px
}

section.container {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 2px 4px -1px rgba(62, 43, 47, .04), 0 4px 5px 0 rgba(62, 43, 47, .03), 0 1px 10px 0 rgba(62, 43, 47, .025)
}

.prodetail-info .container {
    background: -webkit-linear-gradient(227.48deg, #e6f8df 0, #c3e4cb 100%);
    background: -o-linear-gradient(227.48deg, #e6f8df 0, #c3e4cb 100%);
    background: linear-gradient(222.52deg, #e6f8df 0, #c3e4cb 100%);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

@media(min-width:992px) {
    .prodetail-info .container {
        padding: 30px 15px
    }
}

.product-details .bg-accent {
    color: #fff;
    background-color: #edeefa;
    background-image: linear-gradient(to right, #1a93f1, #1f7ac0);
    border-radius: 0;
    border: 0
}

.btn-send {
    background: #1b91ec;
    border: 0 
}

.page-item .page-link {
    border: 1px solid var(--color-primary);
    color: #fff;
    background: var(--color-primary);
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%
}

.page-item .page-link:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #ffffff;
}

.page-item.active .page-link,
.page-item.active .page-link:hover {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: #fff;
}

.btn-info.active,
.btn-info.show,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #900202;
    border-color: #900202;
    color: #fff
}

.btn-pro-detail {
    position: relative;
    height: 100%;
    min-height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: 700
}

.offcanvas-body .btn-pro-detail {
    min-height: 35px
}

.btn-pro-detail.btn-primary {
    background: red;
    box-shadow: 0 .5rem 1.125rem -.5rem red;
    border-color: red
}

.btn-pro-detail.btn-primary:hover {
    color: red;
    background: #fff;
    border: 2px solid red
}

.btn-pro-detail.btn-success {
    background: #2f80ed;
    box-shadow: 0 .5rem 1.125rem -.5rem rgb(47 128 237);
    border-color: #2f80ed
}

.btn-pro-detail.btn-success:hover {
    background: #fff;
    color: #2f80ed;
    border: 2px solid #2f80ed
}

.product-badge.product-available {
    background-color: #068a43;
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500
}

.product-badge.product-available::after {
    border-bottom-color: #068a43
}

.menu-fixed {
    border: 2px solid #000
}

.toc-header {
    color: #000
}

[data-toc] li,
[data-toc] li a {
    color: #383838
}

.link-read-more i {
    font-size: 9px;
    color: #000
}

.title-cate h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.card.card-news {
    box-shadow: 5px 5px 0 rgb(0 0 0 / 3%);
    height: 100%
}

.content :not(.image-full) > img,
.post-content :not(.image-full) > img,
[data-readmore] :not(.image-full) > img {
    width: auto;
    height: auto !important;
    max-width: 100%;
}

.sticky-wrapper {
    z-index: 1010
}

body.hover-menu:after {
    content: "";
    background: rgba(232, 232, 237, .4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .32s cubic-bezier(.4, 0, .6, 1) 80ms, visibility .32s step-start 80ms;
    z-index: 1009
}

.card-news .blog-description,
.link-read-more,
.post-content,
.post-content *,
.product-title>a,
.section-description,
del.old-price {
    font-size: var(--font-size-content)
}
/*******Cotent_tabs Product Detail******/
.accordion-faqs .accordion-button {
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	padding: 15px 15px;
	position:relative;
}
.accordion-faqs .accordion-button::after{
    background-color: transparent;
	    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.container-in {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
nav.nav-tabs-header {
    overflow: auto;
	
}
nav.nav-tabs-header  div.nav-tabs{
    flex-wrap: initial;
}
.nav-tabs-product .nav-tabs .nav-link {
    position: relative;
    border: 0;
    font-size: var(--font-size-title-small);
    font-weight: bold;
    text-transform: capitalize;
    padding: 13px 25px;
    color: #333;
	    display: inline-block;
    white-space: nowrap !important;
}
@media(max-width:767px){
	.nav-tabs-product .nav-tabs .nav-link {
		font-size: var(--font-size-title-small);
	}
}
.nav-tabs-product .nav-tabs .nav-link.active{
    color: var(--mainColor);
}
.nav-tabs-product .nav-tabs .nav-link::before{
	width: 100%;
    left: 0;
}

.section-brand .container .simply-scroll{
	overflow: hidden;
}
/*******END Cotent_tabs Product Detail******/


@media(max-width:992px) {
    header a.navbar-brand.navbar-brand-menu {
        position: absolute;
        left: 46px
    }

    .heading *,
    .product-price>.price-buy,
    .section-heading,
    .title-cate h3,
    .widget-title {
        font-weight: 700;
        font-size: 16px
    }

    .product-title>a {
        height: 37px
    }

    .blog-entry-thumb img,
    .img-thumbnail img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .card-news .blog-description {
        margin-top: 0;
        height: 66px
    }

    button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
        background: 0 0;
        margin-left: 0;
        border: 0
    }

    .navbar-light .navbar-tool-icon-box.bg-secondary,
    button.btn.navbar-tool.navbar-tool-search {
        background: 0 0
    }

    .post-content,
    .post-content * {
        font-size: var(--font-size-content-large)
    }
}

div.main-slider {
    min-height: 300px
}

@media(max-width:767px) {
    .page-item .page-link {
        padding: 2px;
        width: 30px;
        height: 30px;
        font-size: 12px
    }

    section.container {
        padding: 15px 10px
    }

    .card-news .blog-description {
        margin-top: 0;
        height: 56px
    }

    .star-rating .rating-symbol {
        font-size: 10px
    }

    .product-details .title .heading1 {
        font-size: 16px;
        text-decoration: none;
        display: -webkit-box;
        height: 41px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        line-height: 1.3em;
        color: #000
    }

    .new-price {
        font-size: 20px
    }

    .imagestatus_views img {
        max-height: 26px
    }

    .card.product-card .card-img-product {
        padding: 2px
    }

    .product-title>a {
        font-weight: 400;
        line-height: 1.3em;
        height: 32px
    }

    .product-title {
        margin-bottom: 3px
    }

    .product-price {
        height: auto;
        display: block
    }

    .product-price>.price-buy {
        font-weight: 700;
        font-size: 14px;
        margin: 0
    }

    .product-price>div {
        line-height: 1em
    }

    .info-product {
        padding: 0 3px
    }

    .text-sale {
        font-size: 10px;
        padding: 2px;
        margin-left: 5px
    }

    .star-rating .star-rating-icon {
        font-size: 11px
    }

    del.old-price {
        font-size: 13px;
        margin-left: 3px
    }

    .btn-pro-detail {
        min-height: 38px
    }

    div.main-slider {
        min-height: 230px
    }

    .image-full-newss:after {
        padding-top: 93%
    }
}

@media(max-width:330px) {
    span.name_span_bt {
        font-size: 11px
    }

    .btn,
    .link-read-more,
    .product-title>a,
    .section-description,
    del.old-price {
        font-size: 12px
    }

    .btn-pro-detail.btn-primary {
        padding: 5px 4px !important
    }
}

footer.footer {
    position: relative;
    padding-bottom: 35px
}

footer.footer .container {
    position: relative;
    z-index: 2
}

footer.footer:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1
}

.footer>.container {
    z-index: 100;
    position: relative
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.social-link {
    margin: 2px 8px 2px 0;
    width: 35px;
    height: 35px;
    line-height: 28px;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 1px solid;
    transition: color .4s, border .4s, background .4s;
    text-align: center
}

.social-link img {
    display: block;
    transition: transform .3s;
    width: 100%;
    height: auto;
    border-radius: 20px
}

.title-page>h1,
section.container>h2,
section.container>h3 {
    font-size: var(--font-size-title-large)
}

.title,
.title-cate h3 {
    font-size: var(--font-size-title)
}

.contact-us .grey-section {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 0 0 rgba(4, 56, 117, .3);
    -moz-box-shadow: 3px 3px 0 0 rgba(4, 56, 117, .3);
    box-shadow: 3px 3px 0 0 rgba(4, 56, 117, .3);
    border: 1px solid #cccc
}

.contact-us .grey-section h4 {
    font-size: 18px;
    line-height: 1.1rem;
    margin: 0 !important;
    font-weight: 700
}

.contact-us .grey-section .div-fcontact h4 {
    font-size: var(--font-size-title-large);
    margin: 0 !important;
    font-weight: 700;
    line-height: 1.5em
}

.contact-us .grey-section li a,
.contact-us .grey-section p,
.contact-us .grey-section p a {
    font-size: 14px;
    line-height: 1.5em
}

.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 8px 15px
}

ul.list-info {
    display: block;
    width: 100%;
    margin: 0
}

ul.list-info li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px
}

ul.list-info li .info-link,
ul.list-info li .info-no-link {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    color: #000
}

ul.list-info li .info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100% - 60px)
}

ul.list-info li .icon {
    width: 60px;
    height: 60px;
    line-height: .5em;
    background-color: #e3e3e3;
    border-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .062745098);
    padding: 15px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.list-info li .info {
    line-height: 1.3em;
    font-size: 18px
}

ul.list-info li .info .text {
    font-weight: 500;
    font-size: var(--font-size-content-large)
}

ul.list-info li .info .info-in {
    font-weight: 700;
    font-size: var(--font-size-content-large)
}

ul.list-info li .info .info-in a {
    color: var(--color-text);
    font-weight: 700
}

footer .ul-icon {
    font-size: var(--font-size-content-small);
    margin-top: 0;
    padding: 0;
    list-style: none
}

footer .ul-icon i,
footer .ul-icon li.list_icon .text {
    font-size: 14px
}

footer .ul-icon li.list_icon {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

footer .ul-icon li.list_icon .icon {
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1em
}

.list-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
@media(max-width:767px){
	.list-tags>div{
		flex-wrap: initial;
		overflow: auto;
	}
}
.list-cate-search {
    margin-bottom: 15px;
    color: #fff
}

.list-cate-search .btn-tag {
    background: #f1f1f1;
    background-image: linear-gradient(to right, #1a93f1, var(--color-primary));
    border-color: #1a93f1;
    color: #fff;
    transition: .3s ease-in-out;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.list-cate-search .btn-tag:hover {
    background: #f1f1f1 !important;
    background-image: linear-gradient(to right, var(--color-primary), #1a93f1) !important;
    border-color: #1a93f1 !important;
    color: #fff
}

.list-cate-search .list-tags a.btn-tag img {
    display: inline-block;
    width: 20px
}

.list-cate-search>.name {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline
}

.brand-card .product-title>a {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    text-align: center;
    font-weight: 700
}

.enewsletter-wp input {
    padding-left: 40px;
	font-size:16px;
}

.enewsletter-wp button.btn-send.btn-send-enewsletter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: #1b91ec;
    height: 100%;
    border-radius: 0 5px 5px 0
}

.brand_html {
    text-align: left;
    margin-bottom: 0
}

.brand_html a {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 700
}

@media(max-width:768px) {
    .simply-scroll .simply-scroll-list#scroller li {
        width: 70px
    }
}

@media(max-width:576px) {

    .post-content,
    .post-content * {
        font-size: var(--font-size-content-xlarge)
    }
}

.article-readmore.shop-description h2,
.article-readmore.shop-description h2 *,
.post-content h2,
.post-content h2 * {
    font-size: calc(1.225rem + .1vw);
    font-weight: 700
}

.article-readmore.shop-description h3,
.article-readmore.shop-description h3 *,
.post-content h3,
.post-content h3 * {
    font-size: calc(1.125rem + .1vw);
    font-weight: 700
}

.article-readmore.shop-description h4,
.article-readmore.shop-description h4 *,
.post-content h4,
.post-content h4 * {
    font-size: calc(1.025rem + .1vw);
    font-weight: 700
}

.article-readmore.shop-description h5,
.article-readmore.shop-description h5 *,
.post-content h5,
.post-content h5 * {
    font-size: calc(1.01rem + .1vw);
    font-weight: 700
}

.article-readmore.shop-description h6,
.article-readmore.shop-description h6 *,
.post-content h6,
.post-content h6 * {
    font-size: calc(.98rem + .1vw);
    font-weight: 700
}
.thumbnail-slider .swiper-slide>div {
    /* height: 100%; */
    background: #fff
}

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 3px rgba(27, 120, 191, .6);
    z-index: 1000
}

.product-gallery-sticky * {
    user-select: none
}

@media(max-width:767px) {
    ul.list-info li .icon {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    ul.list-info li .info {
        line-height: 1em;
        font-size: 16px
    }

    ul.list-info li {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px
    }
	.swiper-button-next svg, .swiper-button-prev svg {
		height: 15px;
	}
}
button.btn-review {
    border: 0;
    padding: 10px;
    background: #e9e9e9;
    display: block;
    width: 100%;
    border-radius: 0;
    color: #000;
}

input::placeholder {
    font-size: 16px;
}

.boxSearchFilter .searchBox::placeholder {
    font-size: 16px;
}
/******news-top********/
.section-top{
	
}
.section-top a.news-link {
    color: #000;
    display: block;
    width: 100%;
	
}
.section-top a.news-link .title-top {
	transition:all 0.3s ease-in-out;	
}
.section-top a.news-link:hover .title-top {
    color: #006ba0;
	transition:all 0.3s ease-in-out;
}
.title-top {
    font-size: 22px;
    line-height: 1.3em;
    display: -webkit-box;
    max-height: 60px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: bold;
}
.section-top .news-footer .title-top {
    font-size: 18px;
    font-weight: 600;
}
.section-top .news-main .title-top {
    font-size: 1.6rem;
    max-height: 72px;
}
.result_search .title-news~.card-text, .card-text, .card-desciption {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.newsheadtop-desciption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.section-top .news-main .image-full:after {
    padding-top: 84%;
}
.section-top .news-footer .image-full:after {
    padding-top: 75%;
}
.news-left-home article.card {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

.news-left-home .title-news {
    font-size: 0.9rem;
    line-height: 1.5em;
    display: block;
    margin: 0;
    text-align: left;
    font-weight: 600;
}
.news-left-home .btn-link {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size-content);
    font-weight: 500;
}
@media (min-width: 767px) {
	.news-left-home article.card:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}	
}
@media (max-width: 767px) {
	.news-left-home article.card{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f1f1f1;
	}
}
@media(max-width:1200px){
	.section-top .news-main .title-top{
		font-size: 1.4rem;
	}
	.section-top .news-footer .title-top {
		font-size: 1.2rem;
		font-weight: 600;
	}
}
.card-list .blog-info {
    margin: 5px 0;
}
.blog-info {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
	-webkit-line-clamp: 1;
}
@media(max-width:992px){
	.card-list article.card.card-news {
        display: flex;
        flex-direction: inherit;
        gap: 10px;
        padding: 10px;
        align-items: start;
        border: 1px solid #f1f1f1;
    }
	.card-list article.card.card-news a.image-full {
		width: 110px;
	}
	.card-list article.card.card-news .card-body {
		width: calc(100% - 118px);
		flex: inherit !important;
		padding: 0;
	}
	.card-list article.card.card-news .blog-entry-title a{
		font-weight: 500;
	}
}
@media(max-width:767px){
	.card-list article.card-news .blog-entry-title {
		height: auto;
		-webkit-line-clamp: none;
	}
	.card-list article.card.card-news {
        padding: 5px;
    }
	.card-list article.card.card-news a.image-full {
        width: 80px;
    }
	.card-list article.card.card-news .card-body { 
		width: calc(100% - 80px);
	}
	.card-list article.card.card-news .blog-description{
		display:none;
	}
}

.section-brand .simply-scroll{
	overflow: hidden;
}
/******news-top********/
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{
	font-size:initial !important;
}
/*************SWIPER*******************/
.swiper-pagination-bullet-active{background:#000;}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 20px
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    fill: #ffffff
}

.swiper-button-next {
    border-radius: 999px 0 0 999px;
    border-right: 0;
    background: rgba(72, 72, 72, .8);
    background: -moz-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(72, 72, 72, .8)), color-stop(90%, rgba(209, 209, 209, .08)), color-stop(100%, rgba(209, 209, 209, 0)));
    background: -webkit-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -o-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -ms-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: linear-gradient(to right, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%)
}

.swiper-button-prev {
    border-radius: 0 999px 999px 0;
    border-left: 0;
    background: rgba(209, 209, 209, 0);
    background: -moz-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(209, 209, 209, 0)), color-stop(10%, rgba(209, 209, 209, .08)), color-stop(100%, rgba(72, 72, 72, .8)));
    background: -webkit-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -o-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -ms-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: linear-gradient(to right, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%)
}


/* ---------------------------------------------------
   THIẾT LẬP BIẾN KẾ THỪA CHO CÁC BREAKPOINTS (TÍCH HỢP ĐA TRỤC)
--------------------------------------------------- */
.swiper[style*="--spv"] {
  /* 1. Kế thừa Hướng (Direction) - MẶC ĐỊNH LÀ ROW (NGANG) */
  --d-0: var(--dir-0, var(--dir, row)); 
  --d-380: var(--dir-380, var(--d-0));      
  --d-450: var(--dir-450, var(--d-380));    
  --d-576: var(--dir-576, var(--d-450));
  --d-768: var(--dir-768, var(--d-576));    
  --d-992: var(--dir-992, var(--d-768));
  --d-1200: var(--dir-1200, var(--d-992));
  --d-1400: var(--dir-1400, var(--d-1200));
  --d-1500: var(--dir-1500, var(--d-1400));
  --d-1600: var(--dir-1600, var(--d-1500));

  /* 2. Xử lý logic Số lượng Slide (SPV) - MẶC ĐỊNH LÀ 1 */
  --s-0: var(--spv-0, var(--spv, 1)); 
  --s-380: var(--spv-380, var(--s-0));      
  --s-450: var(--spv-450, var(--s-380));    
  --s-576: var(--spv-576, var(--s-450));
  --s-768: var(--spv-768, var(--s-576));    
  --s-992: var(--spv-992, var(--s-768));
  --s-1200: var(--spv-1200, var(--s-992));
  --s-1400: var(--spv-1400, var(--s-1200));
  --s-1500: var(--spv-1500, var(--s-1400));
  --s-1600: var(--spv-1600, var(--s-1500));

  /* 3. Xử lý logic Chiều cao Khung (Height) - MẶC ĐỊNH LÀ AUTO */
  --h-0: var(--height-0, var(--height, auto));
  --h-380: var(--height-380, var(--h-0));
  --h-450: var(--height-450, var(--h-380));
  --h-576: var(--height-576, var(--h-450));
  --h-768: var(--height-768, var(--h-576));
  --h-992: var(--height-992, var(--h-768));
  --h-1200: var(--height-1200, var(--h-992));
  --h-1400: var(--height-1400, var(--h-1200));
  --h-1500: var(--height-1500, var(--h-1400));
  --h-1600: var(--height-1600, var(--h-1500));

  /* 4. Xử lý logic Khoảng cách (Gap) - MẶC ĐỊNH LÀ 0px */
  --g-0: var(--gap-0, var(--gap, 0px)); 
  --g-380: var(--gap-380, var(--g-0));      
  --g-450: var(--gap-450, var(--g-380));    
  --g-576: var(--gap-576, var(--g-450));
  --g-768: var(--gap-768, var(--g-576));    
  --g-992: var(--gap-992, var(--g-768));
  --g-1200: var(--gap-1200, var(--g-992));
  --g-1400: var(--gap-1400, var(--g-1200));
  --g-1500: var(--gap-1500, var(--g-1400));
  --g-1600: var(--gap-1600, var(--g-1500));

  /* Khởi tạo giá trị màn hình mặc định (0px) */
  --current-dir: var(--d-0);
  --current-spv: var(--s-0);
  --current-h: var(--h-0);
  --current-gap: var(--g-0);

  width: 100%;
  overflow: hidden;
  height: var(--current-h); /* Cho phép set chiều cao từ HTML */
}

.swiper[style*="--spv"] .swiper-wrapper { display: flex; }

/* ---------------------------------------------------
   MEDIA QUERIES (Cập nhật TẤT CẢ 4 biến)
--------------------------------------------------- */
@media (min-width: 380px) { .swiper[style*="--spv"] { --current-dir: var(--d-380); --current-spv: var(--s-380); --current-h: var(--h-380); --current-gap: var(--g-380); } }
@media (min-width: 450px) { .swiper[style*="--spv"] { --current-dir: var(--d-450); --current-spv: var(--s-450); --current-h: var(--h-450); --current-gap: var(--g-450); } }
@media (min-width: 576px) { .swiper[style*="--spv"] {--current-dir: var(--d-576); --current-spv: var(--s-576); --current-h: var(--h-576); --current-gap: var(--g-576); } }
@media (min-width: 768px) { .swiper[style*="--spv"] {--current-dir: var(--d-768); --current-spv: var(--s-768); --current-h: var(--h-768); --current-gap: var(--g-768); } }
@media (min-width: 992px) { .swiper[style*="--spv"] { --current-dir: var(--d-992); --current-spv: var(--s-992); --current-h: var(--h-992); --current-gap: var(--g-992); } }
@media (min-width: 1200px) { .swiper[style*="--spv"] { --current-dir: var(--d-1200); --current-spv: var(--s-1200); --current-h: var(--h-1200); --current-gap: var(--g-1200); } }
@media (min-width: 1400px) { .swiper[style*="--spv"] { --current-dir: var(--d-1400); --current-spv: var(--s-1400); --current-h: var(--h-1400); --current-gap: var(--g-1400); } }
@media (min-width: 1500px) { .swiper[style*="--spv"] { --current-dir: var(--d-1500); --current-spv: var(--s-1500); --current-h: var(--h-1500); --current-gap: var(--g-1500); } }
@media (min-width: 1600px) { .swiper[style*="--spv"] { --current-dir: var(--d-1600); --current-spv: var(--s-1600); --current-h: var(--h-1600); --current-gap: var(--g-1600); } }

/* ---------------------------------------------------
   CÔNG THỨC TOÁN HỌC CHỐNG FOUC ĐA TRỤC
--------------------------------------------------- */
/* Tự động xoay Ngang/Dọc dựa trên biến --current-dir */
.swiper[style*="--spv"]:not(.swiper-initialized) .swiper-wrapper {
  flex-direction: var(--current-dir);
  gap: var(--current-gap);
}

.swiper[style*="--spv"]:not(.swiper-initialized) .swiper-slide {
  box-sizing: border-box;
  /* Dùng flex-basis thay cho width để CSS tự hiểu chia dọc hay ngang */
  flex: 0 0 calc((100% - (var(--current-spv) - 1) * var(--current-gap)) / var(--current-spv));
  min-width: 0; min-height: 0;
}
.swiper[style*="--spv"].swiper-vertical:not(.swiper-initialized) .swiper-slide {
  box-sizing: border-box;
  height:auto;
  /* Dùng flex-basis thay cho width để CSS tự hiểu chia dọc hay ngang */
  flex: 0 0 calc((auto - (var(--current-spv) - 1) * var(--current-gap)) / var(--current-spv));
  min-width: 0; min-height: 0;
}

/* ---------------------------------------------------
   CẤU HÌNH DỌC NÂNG CẤP (DÀNH CHO CLASS .swiper-vertical CỐ ĐỊNH)
--------------------------------------------------- */
.swiper[style*="--spv"].swiper-vertical {
  /* height: calc( */
    /* (var(--slide-h, 200px) * var(--current-spv)) +  */
    /* ((var(--current-spv) - 1) * var(--current-gap)) */
  /* ); */
}
/*************END SWIPER*************/
/**********START ANIMATION**********/
/* ─── Scroll Animations ─── */
.fade-up {
  opacity: 0;
  transform: translateY(56px) scale(0.96);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1),
              filter 1s ease;
  filter: blur(6px);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-56px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-left.visible { opacity: 1; transform: translateX(0); }

.fade-right {
  opacity: 0;
  transform: translateX(56px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-right.visible { opacity: 1; transform: translateX(0); }

.scale-in {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.9s ease,
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.scale-in.visible { opacity: 1; transform: scale(1); }

/* Stagger delay for grid children — more dramatic */
.stagger > * { transition-delay: calc(var(--i, 0) * 0.12s); }

/* ─── Keyframes ─── */
@keyframes heroLogoEntrance {
  0%   { opacity: 0; transform: translateY(-30px) scale(0.88); filter: blur(10px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes heroLogoFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
@keyframes wordReveal {
  0%   { opacity: 0; transform: translateY(40px) scale(0.92); filter: blur(8px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes fadeUpIn {
  0%   { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.22), 0 0 0 0 rgba(255,255,255,0.55); }
  50%      { box-shadow: 0 14px 40px rgba(0,0,0,0.28), 0 0 0 22px rgba(255,255,255,0); }
}
@keyframes heroDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(-40px, 50px) scale(1.12); }
  66%      { transform: translate(50px, -30px) scale(0.88); }
}
@keyframes heroDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(60px, -60px) scale(1.18); }
}
@keyframes shimmer {
  0%, 100% { opacity: 0.78; }
  50%      { opacity: 1; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/**********END ANIMATION**********/

.navbar-light .navbar-tool-icon-box i,.link-login,button.btn.navbar-tool.navbar-tool-search{
    font-size: 22px
}
@media(max-width:767px){
	.navbar-light .navbar-tool-icon-box i,.link-login,button.btn.navbar-tool.navbar-tool-search{
		font-size: 20px
	}
}


/**********START BAI VIET CHI TIET NEW**********/
:root {
    --bg: #f0f6ff;
    --bg2: #e8effd;
    --surf: #fff;
    --border: #dbeafe;
    --border2: rgba(37, 99, 235, .2);
    --blue: #2563eb;
    --blue-dk: #1d4ed8;
    --blue-lt: #eff6ff;
    --cyan: #0ea5e9;
    --green: #10b981;
    --amber: #f59e0b;
    --text: #0f172a;
    --sub: #334155;
    --muted: #64748b;
    --pale: #94a3b8;
    --grad: linear-gradient(110deg, #2563eb 0%, #0ea5e9 100%);
    --grad2: linear-gradient(110deg, #eb2525 0%, #ff5757 100%);
    --sh0: 0 1px 3px rgba(37, 99, 235, .06);
    --sh1: 0 4px 20px rgba(37, 99, 235, .09);
    --sh2: 0 12px 44px rgba(37, 99, 235, .13);
    --sh3: 0 24px 64px rgba(37, 99, 235, .17);
    --r: 12px;
    --r-lg: 18px;
    --r-xl: 26px;
    --fd: 'Lexend Deca', sans-serif;
    --fb: 'Nunito', sans-serif;
}
.a-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.25rem;
}
.tag {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: var(--blue-lt);
    border: 1px solid #bfdbfe;
    color: var(--blue);
    font-size: .7rem;
    font-weight: 700;
    border-radius: 99px;
    padding: .22rem .75rem;
    white-space: nowrap;
}
.tag.gn {
    background: rgba(16, 185, 129, .08);
    border-color: rgba(16, 185, 129, .22);
    color: var(--green);
}
.a-date {
    font-size: .74rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .25rem;
}
.art-title {
    font-size: var(--font-size-title-xlarge);
    font-weight: 900;
    color: var(--text);
    margin-bottom: 1.1rem;
    line-height: 1.15;
    letter-spacing: -.015em;
}
.art-lead {
    font-size: 1.04rem;
    color: var(--sub);
    max-width: 100%;
    line-height: 1.8;
}
.art-cover {
    margin-top: 2.75rem;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0 -8px 32px rgba(37, 99, 235, .06);
}
.art-cover img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}
.auth-bar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 1.1rem 0;
}
.auth-av {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eef0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fd);
    font-weight: 900;
    font-size: .88rem;
    color: #fff;
    flex-shrink: 0;
    border: 1px solid #ccc;
    padding: 3px;
}
.auth-av img{
}
.auth-name {
    font-size: .9rem;
    font-weight: 700;
    color: var(--text);
    font-family: var(--fd);
}
.auth-role {
    font-size: .73rem;
    color: var(--muted);
}
@media (max-width: 575px) {
    .art-cover {
        margin-top: 2rem;
    }
	.art-cover img {
        height: 185px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .art-cover img {
        height: 290px;
    }
}
/**********START BAI VIET CHI TIET NEW**********/