/*
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.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/lato-normal.woff2') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/lato-semibold.woff2') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/lato-heavy.woff2') format('woff');
    font-weight: bold;
    font-display: swap;
}
html {
    font-family: 'Lato', sans-serif;
}
.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: bold;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.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;
    line-height: 1.6;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-ready .mfp-close {
    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;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    font-size: 1.125rem !important;
    text-transform: capitalize !important;
    width: max-content;
    color: var(--fs-color-primary) !important;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--fs-color-secondary) !important;
}
.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, .menu-item-design-default > .nav-dropdown.nav-dropdown-default ul {
    padding: 10px;
    min-width: 200px;
    background-color: #fff7f7;
    border-radius: 10px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul {
    top: -10px;
    left: 100%;
    margin-left: 10px;
    position: absolute; 
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    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: var(--fs-color-secondary);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 !important;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: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.off-canvas .sidebar-menu {
    padding-top: 80px;
}
.off-canvas .nav:not(.nav-slide) .active>.children {
    padding-top: 10px;
    padding-bottom: 10px;
}
.off-canvas .header-search-form {
    border-left: 3px solid transparent;
    transition: all .3s;
}
.off-canvas .header-search-form:hover {
    background: #f77b7b;
    border-left-color: var(--fs-color-primary);
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #FFF;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background: rgba(61, 164, 205, 0.7);
}
.nav-sidebar.nav-vertical>li+li {
    border-top: none;
}
.nav-sidebar .form-flat input:not([type=submit]), .nav-sidebar .form-flat select, .nav-sidebar .form-flat textarea {
    background-color: #FFF !important;
    border-color: #FFF;
}
.nav-sidebar .form-flat input:not([type=submit]), .nav-sidebar .form-flat select, .nav-sidebar .form-flat textarea, .nav-sidebar .form-flat .button.icon {
    color: var(--fs-color-primary) !important;
}
.nav-sidebar .form-flat input::-webkit-input-placeholder,.nav-sidebar .form-flat input::-webkit-input-placeholder {
    color: #a0a0a0;
}
/*--------------------------------------------------------------
## 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: bold;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.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 */
.archive-page-header .col {
    padding-bottom: 20px;
}
.archive-page-header .text-center {
    text-align: left;
}
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: 0 0 .5em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .button {
    margin-top: 0;
    font-size: 1rem;
    text-transform: none;
}
.blog-post-inner .button.is-link::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    margin-left: .5em;
}
.blog-list .box-blog-post {
    transition: all .3s;
}
.blog-list .box-blog-post .box-text {
    background-color: #fbfbfb;
    padding: 15px;
}
.blog-list .box-blog-post:hover {
    box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.blog-list .box-blog-post:hover .box-text {
    background-color: #ffffff;
}
#post-list .blog-post-inner .post-title {
    font-size: 1.25rem;
}
#post-list .from_the_blog_excerpt, #post-list .button {
    font-size: 1.125rem;
}
/* Single Post */
.article-inner {
    font-size: 1.125rem;
}
.entry-header h1.entry-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    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 .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 {
    font-size: 1.125rem;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .dark .form-flat input:not([type=submit]), .footer-wrapper .dark .form-flat select, .footer-wrapper .dark .form-flat textarea, .footer-wrapper .nav-dark .form-flat input:not([type=submit]), .footer-wrapper .nav-dark .form-flat select, .footer-wrapper .nav-dark .form-flat textarea {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #ededed;
    padding-left: 0;
    padding-right: 0;
}
.footer-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 247, 247, 0.6) !important;
}
.footer-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 247, 247, 0.6) !important;
}
.footer-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 247, 247, 0.6) !important;
}
.footer-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 247, 247, 0.6) !important;
}
.footer-wrapper .button {
    border-radius: 8px;
}
.absolute-footer {
    font-size: 1.125rem;
    padding: 10px 0 10px;
}
.absolute-footer .container {
    max-width: unset;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--fs-color-primary);
}
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col, .nav-dark .header-divider:after, .nav-dark .nav-divided>li+li>a:after, .nav-dark .nav>li.header-divider, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    border-color: #FFF;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    border-radius: 0;
}
.toggle {
    opacity: 1;
}
.ux-search-box.is-large {
    font-size: 1.25rem;
}
.ux-search-box.form-flat input:not([type=submit]) {
    border-radius: 99px !important;
}
input[type=submit].button.secondary {
    background-color: var(--fs-color-secondary);
}
a.icon:not(.button), button.icon:not(.button) {
    margin-left: .5em;
    margin-right: .5em;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
table {
    border-collapse: collapse;
}
table[border="1"] td:first-child, table[border="1"] th:first-child {
    padding-left: .5em;
}
table[border="1"] td:last-child, table[border="1"] th:last-child {
    padding-right: .5em;
}
/* Header */
.header .image-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .image-icon img {
    max-width: 16px;
}
html [data-icon-label]:after {
    background-color: var(--fs-color-secondary) !important;
}
.header-contact-wrapper .nav-divided>li+li>a:after {
    display: none;
}
@media (max-width: 549px) {
    .medium-logo-center .logo {
        width: 110px !important;
    }
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
/* Home */
.slider-pagination-1 .flickity-page-dots {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.slider-pagination-1 .flickity-page-dots .dot {
    border-radius: 4px;
    border-width: 2px;
}
.flickity-page-dots .dot {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--fs-color-primary);
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
/*    opacity: 1 !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);
}
.button .icon-angle-right {
    font-family: 'Font Awesome 5 Pro' !important;
}
.button .icon-angle-right:before {
    content: '\f178' !important;
}
.button.back-to-top {
    color: #FFF;
    background-color: var(--fs-color-primary);
}
.lightbox-content {
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 850px) {
    .container .row-xsmall:not(.row-collapse), .row .row-xsmall:not(.row-collapse) {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-xsmall>.col, .row-xsmall>.flickity-viewport>.flickity-slider>.col {
        padding: 0 5px 10px;
    }
}
@media (max-width: 549px) {
    .slider-products-mobile.small-columns-2 .col {
        flex-basis: 46% !important;
        max-width: 46% !important;
    }
}
.products-promotion .box-text.box-text-products {
    transform: none;
    font-size: 14px;
}
/* .products-promotion .box-text-products .price {
    flex-direction: row;
    gap: 10px;
} */
.products-promotion .product-small .badge {
    font-size: 10px;
}
.products-promotion .product-actions {
    display: none;
}
@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: block !important;
    }
}
.video-button-wrapper .button.open-video {
    background-color: #dc2217;
    border-color: #dc2217;
}
#menu-bottom-tabs {
    background: var(--fs-color-primary);
    bottom: 0;
    /* box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15); */
    display: flex;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #ededed;
}
#menu-bottom-tabs a {
    align-items: center;
    border: none;
    display: flex;
    flex-flow: column;
    font-size: 12px;
    justify-content: center;
    padding: 5px;
    position: relative;
    height: 50px;
}
#menu-bottom-tabs a.active {
    color: var(--primary-color);
}
#menu-bottom-tabs a .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 25px;
    margin: auto;
    width: 25px;
}
#menu-bottom-tabs a .icon svg {
    height: 16px;
}
#menu-bottom-tabs a.active svg .cls-1, #menu-bottom-tabs a.active svg .cls-2, #menu-bottom-tabs a.active svg .cls-3 {
    stroke: var(--primary-color);
}
@media (max-width: 849px) {
    .footer-wrapper {
        margin-bottom: 50px;
    }
}
/**/
.page-wrapper {
    padding-top: 50px;
}
span.widget-title {
    display: block;
    text-transform: none;
    margin-bottom: .5em;
    font-size: 1.5rem;
}
.prdctfltr_wc span.widget-title {
    border-bottom: 2px solid #bababa;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 15px;
}
span.widget-title + .is-divider {
    display: none;
}
.related-post ul {
    list-style-position: inside;
}
.related-post ul li a {
    color: var(--fs-color-primary);
}
.box-distribute-system .button {
    font-size: 1.125rem;
    display: flex;
    align-items: baseline;
    text-align: left;
    margin: 0;
    font-weight: normal;
}
.box-distribute-system .button span {
    flex: 1;
}
@media (max-width: 549px) {
    .box-distribute-system .button {
        font-size: 1rem;
    }
}
/**/
.form-contact input:not([type="checkbox"]):not([type="radio"]), .form-contact textarea {
    border-radius: 3px;
    height: 46px;
    box-shadow: none;
}
.form-contact .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-image: url(assets/img/flower-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.contact-form__hotline {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #de8d1e;
    border-radius: 5px;
    overflow: hidden;
}
.contact-form__hotline .label {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--fs-color-primary);
    position: relative;
    padding-right: 10px;
    padding-left: 15px;
}
.contact-form__hotline .label:before {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) var(--fs-color-primary);
    border-style: solid;
    border-width: 30px 10px;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
}
.contact-form__hotline .label .text {
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
}
.contact-form__hotline .label .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
}
.contact-form__hotline .phone {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}
.store-information {
    display: flex;
    flex-direction: column;
    gap: .5em;
}
.store-information__item {
    display: flex;
    align-items: baseline;
}
.store-information__item i {
    flex: 0 0 1em;
}
.store-information__item span {
    flex: 1;
    padding-left: .5em;
    color: #000;
}
.article-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.article-images img {
    border-radius: 10px;
}
.article-images .item a {
    position: relative;
    display: block;
}
.article-images .over-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.4);
}
.article-images > .item {
    width: calc(76% - 10px);
}
.article-images .item-sub {
    display: flex;
    flex-direction: column;
    width: 24%;
    gap: 10px;
    justify-content: space-between;
}
.map-count {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 500;
}

.map-count span {
    color: #e67e22;
    font-size: 1.4rem;
}

.box-map {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.map-item {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 10px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #dee2e6;
}
.map-item--img {
    position: relative;
}
.map-item--img img {
    border-radius: 5px 5px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.map-item--phone {
    background: #e67e22;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 1rem;
    left: 0;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
}
.map-item--info {
    padding: 10px;
}
.map-item--info h4 {
    color: var(--fs-color-primary);
    font-size: 1rem;
}
.map-item--address {
    font-size: .9rem;
    color: #000;
}
.layout-pageStores .wrapbox-info {
    background: #fff;
    padding: 25px 20px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.layout-pageStores .box-filter label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.layout-pageStores .box-filter select {
    padding: 0 25px 0 15px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid #eae4e8;
    font-size: 15px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.layout-pageStores .box-filter .field-select {
    position: relative;
}
.layout-pageStores .box-filter .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.layout-pageStores .box-filter .select-item {
    margin-bottom: 16px;
}
.layout-pageStores .box-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.layout-pageStores .box-content .store-item {
    padding-left: 30px;
    position: relative;
}
.layout-pageStores .box-content .store-item:not(:first-child) {
    border-top: 1px dashed #dee2e6;
    margin-top: .75rem;
    padding-top: .75rem;
}
.layout-pageStores .box-content .store-item:not(:first-child):before {
    top: .75rem;
}
.layout-pageStores .box-content .store-item > [class^="store--"] {
    margin-bottom: 5px;
}
.layout-pageStores .box-content .store-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333, 0C102.01, 0, 35.036, 66.974, 35.036, 149.297c0, 33.969, 11.132, 65.96, 32.193, 92.515 c27.27, 34.383, 106.572, 116.021, 109.934, 119.479l7.169, 7.375l7.17-7.374c3.364-3.46, 82.69-85.116, 109.964-119.51 c21.042-26.534, 32.164-58.514, 32.164-92.485C333.63, 66.974, 266.656, 0, 184.333, 0z M285.795, 229.355 c-21.956, 27.687-80.92, 89.278-101.462, 110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036, 78.002, 113.038, 20, 184.333, 20c71.294, 0, 129.297, 58.002, 129.296, 129.297 C313.629, 178.709, 304.004, 206.393, 285.795, 229.355z'%3E%3C/path%3E%3Cpath d='M184.333, 59.265c-48.73, 0-88.374, 39.644-88.374, 88.374c0, 48.73, 39.645, 88.374, 88.374, 88.374s88.374-39.645, 88.374-88.374 S233.063, 59.265, 184.333, 59.265z M184.333, 216.013c-37.702, 0-68.374-30.673-68.374-68.374c0-37.702, 30.673-68.374, 68.374-68.374 s68.373, 30.673, 68.374, 68.374C252.707, 185.341, 222.035, 216.013, 184.333, 216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.layout-pageStores .box-content .store-item .store--address {
    font-weight: 400;
    font-size: 1rem;
}
.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
    font-weight: 600;
}
.layout-pageStores .box-content .store-item .store--link {
    text-decoration: underline;
    color: #1a73e8;
}
.layout-pageStores .boxscroll {
    overflow-y: scroll;
    max-height: 330px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 12px;
}
.layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}
.layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}
@media (min-width: 992px) {
    .layout-pageStores .boxscroll {
        min-height: 330px;
    }
    /* .layout-pageStores .box-map {
        height: 100%;
    } */
    .layout-pageStores .box-map iframe {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
}
@media (max-width: 991px) {
    .map-item {
        width: calc(50% - 10px);
    }
    .layout-pageStores .wrapbox-info {
        margin-bottom: 15px;
        padding: 25px 20px;
    }
    .layout-pageStores .box-map {
        height: 100%;
    }
    .layout-pageStores .box-map iframe {
        width: 100%;
        border-radius: 4px;
    }
}
.row-full-width .row {
    max-width: unset;
}
.text-featured {
    font-weight: bold;
    color: var(--fs-color-primary);
}
.text-featured strong {
    display: inline-block;
    border-radius: 0.5rem;
    padding: .5em 1em;
    margin-top: .3em;
    background-color: var(--fs-color-primary);
    color: #FFF;
}

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

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

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