/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Author URI: hoanqhd@gmail.com
Template: flatsome
Version: 3.19.14
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
b, strong, .nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-weight: 600;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button:not(.icon, .is-small, .is-smaller, .is-xsmall, .is-xxsmall, .is-large, .is-larger, .is-xlarger, .is-xxlarger, .is-xxxlarger), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 1em;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: 600;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: 0;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 18px;height: 12px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:0;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:11px;width:18px}
.nav-click span{top:6px;right:0;width:18px}
.nav-click + .menu-title {display: block;margin-left: .5em}
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .875rem;
}
/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: .875rem;
    margin: 0 0 5px 0;
}
.widget_list_posts .blog-post-inner .post-title a {
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 30%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 20px;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 20px 0 0;
}

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 1.2em;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75em;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: .5em 0 .5em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    color: #757575;
    font-size: .875rem;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
/* Single Post */
.entry-header h1.entry-title, .page-title {
    font-size: 2rem;
    text-transform: none;
}
@media (min-width: 850px) {
    .entry-header h1.entry-title, .page-title {
        font-size: 2.3rem;
    }
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-share {
    border-top: 1px solid var(--fs-color-primary);
    margin-top: 2.5em;
    padding-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5em;
    justify-content: space-between;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .ux-menu-link__link:hover {
    text-decoration: underline;
}
.footer-wrapper .widget_wp_statistics_widget .is-divider {
    display: none;
}
.footer-wrapper .widget_wp_statistics_widget ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1em;
}
.footer-wrapper .widget_wp_statistics_widget ul * {
    color: var(--fs-color-primary);
}
.footer-wrapper .widget_wp_statistics_widget ul li {
    display: flex;
    align-items: baseline;
    border: none;
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.white {
    background-color: #FFF !important;
    color: #000 !important;
}
.white.is-outline:hover {
    color: #000 !important;
}
.res-text {
    font-size: inherit;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
    /* opacity: .8 !important; */
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.uni-slider-button .flickity-prev-next-button .arrow, .uni-slider-button .flickity-prev-next-button svg {
    fill: var(--primary-color);
}
.slider-nav-push.uni-slider-button:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -40px;
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 2.6em;
    line-height: normal;
}
.social-icons {
    color: inherit;
}
.social-icons .button {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons .button:first-of-type {
    margin-left: 0;
}
.social-icons .button:last-of-type {
    margin-right: 0;
}
.min-width-180 {
    min-width: 180px;
}
@media (min-width: 1800px) {
    .xlarge-columns-5 .flickity-slider>.col, .xlarge-columns-5>.col {
        flex-basis: 20%;
        max-width: 20%;
    }
}
/**/
.header .header-wrapper {
    border-bottom: 1px solid #e8ebed;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}
.header-main .flex-col:nth-child(3) .nav {
    justify-content: center;
}
@media (min-width: 850px) {
    .header-main .header-search-form-wrapper {
        width: 420px;
    }
    .header-main .header-search-form-wrapper .form-flat input:not([type=submit]) {
        font-size: 1rem;
    }
}
.header-main .header-search-form-wrapper .form-flat input:not([type=submit]) {
    min-width: 200px;
    font-size: .875rem;
    background-color: #FFF;
    padding-right: 2.9em;
}
/**/
@media (min-width: 850px) {
    .header-main .header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    body:not(.single-blocks) #main {
        display: flex;
        min-height: 100vh;
    }
    #main .main-sidebar {
        flex: 0 0 96px;
    }
    .main-sidebar__inner {
        position: sticky;
        top: 90px;
        left: 0;
        z-index: 8;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-shrink: 0;
        width: 96px;
        padding: 0 8px;
    }
    body.logged-in .main-sidebar__inner {
        top: 122px;
    }
    .main-sidebar + #content {
        flex: 1;
        padding: 20px 20px 0 10px;
    }
    body:not(.home) .main-sidebar + #content {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.main-sidebar__inner li {
    list-style: none;
}
.main-sidebar__inner li a {
    font-size: 11px;
    font-weight: 600;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
    background: #fff;
    color: #000;
    border-radius: 16px;
}
.main-sidebar__inner li a:hover {
    background: #f5f5f5;
}
.main-sidebar__inner li.current-menu-item a {
    background: #e8ebed;
}
@media (max-width: 849px) {
    .footer-wrapper {
        margin-bottom: 60px;
    }
}
.bottom-navigation {
    position: fixed;
    top: unset;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    padding: 0;
    border-top: 1px solid #e8ebed;
    background: #fff;
}
.bottom-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    row-gap: 4px;
    width: 100%;
    margin: 0;
}
.bottom-navigation ul li {
    list-style: none;
    margin-bottom: 0;
}
.bottom-navigation ul li a {
    font-size: 11px;
    font-weight: 600;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
    height: 60px;
}
.bottom-navigation ul li.current-menu-item a {
    color: var(--primary-color);
}
.slider-home .banner {
    border-radius: 16px;
}
.slider-home .flickity-page-dots {
    position: static;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
    text-align: left;
}
.slider-home .slider-nav-light .flickity-page-dots .dot {
    background-color: #dce0e3;
    border-color: #dce0e3;
    border-radius: 4px;
    height: 8px;;
}
.slider-home .slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #9aa6af;
    border-color: #9aa6af;
}
/**/
.price {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
}
.text-center .price {
    justify-content: center;
}
.amount {
    font-weight: 600;
    color: var(--fs-color-primary);
}
del .amount {
    color: #000000;
    font-size: .875em;
    opacity: .7;
}
.product-price {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .3em;
}
.statics-list {
    font-size: .875rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    margin-bottom: 1em;
}
.product-achievements {
    font-size: .875rem;
    display: flex;
    flex-wrap: wrap;
}
.product-achievements li {
    list-style: none;
    position: relative;
    flex-basis: 50%;
    margin-left: 0 !important;
    padding: 0 24px;
}
@media (max-width: 549px) {
    .product-achievements li {
        flex-basis: 100%;
    }
}
.product-achievements li svg {
    width: 1em;
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--primary-color);
}
.product-content {
    font-size: .875rem;
    margin-bottom: 2em;
}
.product-content .accordion-item {
    margin-bottom: 1em;
}
.product-content .accordion-title {
    padding: 14px 30px 14px 48px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #f5f5f5;
    margin-bottom: 0;
    font-weight: 600;
}
.product-content .accordion-inner {
    padding: 0;
}
.lesson-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: .5em;
    min-height: 48px;
    padding: 10px 30px 10px 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    overflow: hidden;
}
.lesson-item svg {
    width: 1em;
    position: absolute;
    top: 16px;
    left: 10px;
    color: var(--primary-color);
}
.box-product-sidebar .box-image {
    border-radius: 16px;
}
.box-product-sidebar .box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-product-sidebar ul {
    display: inline-block;
    padding-top: 24px;
    font-size: .875rem;
    text-align: left;
}
.box-product-sidebar ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
}
.box-product-sidebar ul li svg {
    position: absolute;
    top: 4px;
    left: 0;
    width: 1em;
}
.fixed-register-bar {
    position: fixed;
    top: unset;
    bottom: 60px;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #e8ebed;
    background-color: #FFF;
}
@media (max-width: 849px) {
    body.single-product .footer-wrapper {
        margin-bottom: 115px;
    }
}
/**/
.blog-list .post-item > .col-inner {
    height: 100%;
}
.box-product, .blog-list .box:not(.box-vertical) {
    display: block;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 16px;
    overflow: hidden;
}
.box-product:hover, .blog-list .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.box-product .box-text, .blog-list .box-text {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
}
@media (max-width: 849px) {
    .box-product .box-text, .blog-list .box-text {
        padding: 16px;
    }
}
@media (max-width: 549px) {
    .box-product .box-text, .blog-list .box-text {
        padding: 10px;
    }
}
.box-product .box-text-inner, .blog-list .box-text-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.box-product .title, .blog-list .post-title {
    font-size: 1rem;
    margin: 0;
}
.box-product .price {
    column-gap: .5em;
}
.box-product .info {
    display: flex;
    justify-content: space-between;
    column-gap: .5em;
    margin-top: auto;
}
.info > div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 14px;
}
.info svg {
    display: inline-block;
    width: 1em;
}
/**/
.archive-page-header .text-center {
    text-align: left;
}
.no-results .searchform {
    display: none;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	
}

@media (max-width: 849px) {
    
}

@media (max-width: 549px) {
    
}
