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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'ICIELPANTON';
    font-weight: normal;
    font-style: normal;
    src: url(assets/fonts/ICIELPANTON-REGULAR.OTF);
    font-display: swap;
}
@font-face {
    font-family: 'ICIELPANTON';
    font-weight: normal;
    font-style: italic;
    src: url(assets/fonts/ICIELPANTON-REGULARITALIC.OTF);
    font-display: swap;
}
@font-face {
    font-family: 'ICIELPANTON';
    font-weight: 600;
    font-style: normal;
    src: url(assets/fonts/ICIELPANTON-SEMIBOLD.OTF);
    font-display: swap;
}
@font-face {
    font-family: 'ICIELPANTON';
    font-weight: bold;
    font-style: normal;
    src: url(assets/fonts/ICIELPANTON-BOLD.OTF);
    font-display: swap;
}
@font-face {
    font-family: 'ICIELPANTON';
    font-weight: 800;
    font-style: normal;
    src: url(assets/fonts/ICIELPANTON-EXTRABOLD.OTF);
    font-display: swap;
}
html {
    font-family: 'ICIELPANTON', 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;
}
.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;
    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;
}
.uni-breadcrumbs {
	padding-top: 1em;
	padding-bottom: 1em;
    background-color: #f5f5f5;
}
.uni-breadcrumbs + #main .page-wrapper {
    padding-top: 0;
}
.breadcrumbs {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
    transition: color .3s;
}
.breadcrumbs a:hover {
    color: var(--fs-color-primary);
}
.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 li a {
    font-weight: 600;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--fs-color-primary);
}
.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: max-content;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: max-content;
    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: 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 */
@media (min-width: 850px) {
    .featured-posts .box-blog-post {
        display: flex;
    }
    .featured-posts .box-image {
        margin: 0;
        flex: 0 0 50%;
    }
    .featured-posts .box-text {
        order: -1;
        flex: 1;
        padding: 0 1.5em 0 0;
    }
}
.featured-posts .box-image > div {
    border-radius: 12px;
}
.featured-posts .box-blog-post, #post-list {
    border-radius: 12px;
    background-color: #FFF;
    padding: 1em;
}
.featured-posts .blog-post-inner .post-title {
    font-size: 1.5rem;
    text-align: left;
}
#post-list .box-blog-post {
    border-radius: 12px;
    border: 1px solid #C4C4C4;
    overflow: hidden;
}
#post-list .box-blog-post .box-text {
    padding: 1em;
}
.blog-post-inner {
    text-align: right;
}
.blog-post-inner .post-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: .5em 0 .5em;
    text-align: center;
}
.blog-post-inner .post-title a:hover {
    color: var(--fs-color-primary);
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    text-align: justify;
}
.blog-post-inner .button {
    font-size: 1rem;
    margin-right: 0;
    text-transform: none;
}
.blog-post-inner .button::after, .button i.icon-angle-right::before {
    content: '\f101' !important;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro' !important;
}
/* Single Post */
body.category :is(#main, #wrapper), 
body.single-post :is(#main, #wrapper), 
body.page-template-default :is(#main, #wrapper) {
    background-color: #F5F5F5;
}
.article-inner {
    padding: 40px 15px;
    background-color: #FFF;
}
.entry-header h1.entry-title {
    font-size: 1.625rem;
    text-transform: none;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.article-inner .entry-content {
    padding-top: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links {
    text-align: right;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    height: 2.25em;
    line-height: 2.25em;
    background-color: #F1F1F2;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button:not(.is-link) {
    min-width: 10em;
    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__text {
    display: flex;
    align-items: baseline;
    column-gap: .5em;
}
.footer-wrapper .ux-menu-link__text::before {
    content: '';
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: currentColor;
    position: relative;
    top: -.2em;
}
.absolute-footer {
    color: inherit;
    font-size: 1em;
    padding: 10px 0 10px;
    border-top: 1px solid currentColor;
    font-style: italic;
}
.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,
.widget-area .res-text,
[class*="large-"] .res-text,
[class*="medium-"] .res-text,
[class*="small-"] .res-text {
    font-size: inherit;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.slider-nav-push.uni-slider-button:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -40px;
}
.is-link, .is-underline {
    color: inherit;
    font-style: italic;
}
.button.is-link {
    color: var(--fs-color-base);
    font-weight: normal;
}
.button.is-link:hover {
    color: var(--fs-color-primary);
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    line-height: normal;
}
.social-icons {
    color: inherit;
}
.social-icons a.icon:not(.button), .social-icons .button {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons a:first-of-type {
    margin-left: 0 !important;
}
.social-icons a:last-of-type {
    margin-right: 0 !important;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: #FFF;
    border-color: #4D4D4D;
}
.font-600, .font-600 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
}
.font-extrabold, .font-extrabold :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 800;
}
/* Header */
@media (min-width: 850px) {
    /* .header-wrapper:not(.stuck) .header-main {
        padding-bottom: 20px;
    } */
    .header-top .nav-divided>li {
        margin: 0 1.25em;
    }
    .header-top .nav-divided>li+li>a:after {
        left: -1.25em;
        background-color: currentColor;
    }
}
.header-top .nav>li>a {
    font-size: 1rem;
}
.header-main .nav>li>a {
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 850px) {
    .header-main .logo-center .flex-col:nth-child(4) .nav>li {
        margin: 0 24px;
    }
}
@media (min-width: 1200px) {
    .logo-center .logo {
        margin: 0 90px;
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 20px;
    }
    .header-main .logo-center .flex-col:nth-child(4) .nav>li {
        margin: 0 30px;
    }
}
@media (min-width: 1800px) {
    /* .header-top .nav>li>a {
        font-size: 1.125rem;
    } */
    .header-main .nav>li>a {
        font-size: 1.25rem;
    }
}
.header-main .nav-line-bottom>li>a:before {
    width: 0;
    height: 2px;
    background-color: currentColor;
}
/* .header-main .nav-line-bottom>li.active>a:before, 
.header-main .nav-line-bottom>li:not(.active)>a:hover::before {
    width: 100%;
} */
@media (min-width: 850px) {
    .header .header-search-form {
        width: 230px;
    }
}
.header .header-search-form-wrapper .form-flat input:not([type=submit]) {
    border-color: #333333;
    background-color: transparent;
}
.header-search-form-wrapper .flex-row {
    flex-direction: row-reverse;
}
.header-search-form-wrapper .flex-col {
    margin: 0 !important;
    padding: 0 !important;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-right: -2.9em !important;
}
.header-search-form-wrapper .form-flat input:not([type=submit]) {
    padding-left: 3em;
}
.header-search-form-wrapper .form-flat input:not([type=submit])::-webkit-input-placeholder {
    color: transparent;
}
.header-search-form-wrapper .form-flat input:not([type=submit]):-moz-placeholder {
    color: transparent;
    opacity: 1; /* Ensure opacity is not reduced */
}
.header-search-form-wrapper .form-flat input:not([type=submit])::moz-placeholder {
    color: transparent;
    opacity: 1; /* Ensure opacity is not reduced */
}
.header-search-form-wrapper .form-flat input:not([type=submit]):-ms-input-placeholder {
    color: transparent;
}
.searchform .button.icon {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.03003%202.03C3.28003%200.780001%205.00993%200%206.92993%200C8.83993%200%2010.57%200.780001%2011.83%202.03C13.08%203.28%2013.86%205.01%2013.86%206.93C13.86%208.85%2013.08%2010.57%2011.83%2011.83C10.58%2013.08%208.84993%2013.86%206.92993%2013.86C5.01993%2013.86%203.29003%2013.08%202.03003%2011.83C0.780029%2010.58%200%208.85%200%206.93C0%205.01%200.780029%203.28%202.03003%202.03ZM6.92993%200.76C5.22993%200.76%203.68995%201.45%202.56995%202.57C1.44995%203.69%200.76001%205.23%200.76001%206.93C0.76001%208.63%201.44995%2010.17%202.56995%2011.29C3.68995%2012.41%205.22993%2013.1%206.92993%2013.1C8.62993%2013.1%2010.1699%2012.41%2011.2899%2011.29C12.4099%2010.17%2013.1%208.63%2013.1%206.93C13.1%205.23%2012.4099%203.69%2011.2899%202.57C10.1699%201.45%208.62993%200.76%206.92993%200.76Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.23%2013.0001C13.54%2012.7401%2013.9299%2012.6101%2014.3099%2012.6101C14.7499%2012.6101%2015.18%2012.7801%2015.51%2013.1101L18.27%2015.8701C18.6%2016.2001%2018.77%2016.6401%2018.77%2017.0701C18.77%2017.5001%2018.6%2017.9401%2018.27%2018.2701L18.16%2018.3801H18.15C17.84%2018.6401%2017.4499%2018.7701%2017.0699%2018.7701C16.6299%2018.7701%2016.2%2018.6001%2015.87%2018.2701L13.11%2015.5101C12.78%2015.1801%2012.61%2014.7401%2012.61%2014.3101C12.61%2013.8701%2012.78%2013.4401%2013.11%2013.1101L13.22%2013.0001H13.23ZM13.65%2013.6401L13.62%2013.6701C13.46%2013.8501%2013.38%2014.0801%2013.38%2014.3001C13.38%2014.5401%2013.47%2014.7801%2013.65%2014.9701L16.41%2017.7301C16.59%2017.9101%2016.83%2018.0001%2017.08%2018.0001C17.32%2018.0001%2017.56%2017.9101%2017.75%2017.7301L17.76%2017.7201C17.94%2017.5401%2018.03%2017.3001%2018.03%2017.0601C18.03%2016.8201%2017.94%2016.5801%2017.76%2016.3901L15%2013.6301C14.82%2013.4501%2014.58%2013.3601%2014.33%2013.3601C14.07%2013.3701%2013.83%2013.4601%2013.65%2013.6401Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.8138%2011.2868L11.2764%2011.8242L13.1007%2013.6485L13.6381%2013.1111L11.8138%2011.2868Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.38%206.91995C11.38%205.68995%2010.8799%204.57995%2010.0699%203.76995C9.25995%202.95995%208.14992%202.45995%206.91992%202.45995V1.69995C8.35992%201.69995%209.66999%202.27995%2010.61%203.22995C11.55%204.16995%2012.14%205.47995%2012.14%206.91995H11.38Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25em auto;
}
.searchform .button.icon i {
    display: none;
}
#header-contact>li>a {
    display: inline-block;
}
#header-contact i.icon-envelop, 
#header-contact i.icon-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#header-contact i.icon-envelop::before, 
#header-contact i.icon-phone::before {
    display: none;
}
#header-contact i.icon-envelop {
    background-image: url('assets/img/icon-email.png');
}
#header-contact i.icon-phone {
    background-image: url('assets/img/icon-phone.png');
}
.header .image-icon {
    width: 20px;
    height: 22px;
}
.nav-dark .header-cart-icon img {
    filter: brightness(100);
}
.header-cart-icon img[width="1"][height="1"] {
    width: 20px;
}
.header [data-icon-label]:after {
    background-color: var(--fs-color-base);
}
@media (max-width: 849px) {
    .header-bottom:not(.active) {
        display: none;
    }
}
@media (max-width: 549px) {
    .header-main {
        height: 55px !important;
    }
    #logo img {
        max-height: 55px !important;
    }
    /* .logo-center .logo img {
        margin: 0;
    } */
}
/* Home */
body.home .section-newsletter {
    background-color: #FFF !important;
}
/**/
.page-wrapper {
    padding-top: 1em;
}
.brd-6 .img-inner {
    border-radius: 6px;
}
.brd-12 iframe {
    border-radius: 12px;
    overflow: hidden;
}
.page-id-17 .section-newsletter, .page-id-252 .section-newsletter {
    display: none;
}
.row-about-1 .col-full-left {
    background-color: var(--fs-color-secondary);
}
@media (min-width: 850px) {
    .col-full-left .col-inner, .col-full-right .col-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        max-width: calc(50vw - (100vw - 1230px) / 2);
    }
    .col-full-left .img, .col-full-right .img, 
    .col-full-left .img *, .col-full-right .img * {
        height: 100%;
    }
    .col-full-left .img img, .col-full-right .img img {
        object-fit: cover;
    }
}
.section-bg-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}
#reviews {
    display: flex;
    flex-direction: column;
}
#review_form_wrapper {
    order: -1;
}
#comments {
    padding-top: 1.5em;
}
.woocommerce-Reviews-title {
    font-weight: normal;
    color: #58595B;
    padding-bottom: .5em;
    border-bottom: 1px solid #BBBDBF;
}
.comment-author img {
    max-width: 34px;
}
.comment-list li, .commentlist li {
    margin-left: 0 !important;
}
.fn {
    font-size: 1.125em;
    font-weight: normal;
    margin-left: .5em;
}
.says {
    display: none;
}
.review-form-inner {
    border: none;
    padding: 0;
}
#reply-title {
    font-size: 1.25rem;
    font-weight: normal;
    color: #58595B;
}
#commentform {
    margin-bottom: 0;
}
.comment-form :is(input, textarea) {
    border-color: #BBBDBF;
    font-style: italic;
    box-shadow: none;
}
.comment-form input {
    border-radius: 99px;
}
.comment-form textarea {
    border-radius: 12px;
}
.comment-form p.comment-form-rating {
    order: -1;
}
@media (min-width: 850px) {
    .comment-form p.comment-form-phone {
        flex: 1;
    }
}
.comment-metadata a {
    color: inherit;
    font-size: .8em;
    opacity: .7;
}
.commentlist .children {
    margin-left: 20px;
}
.commentlist .children li {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 1em;
}
li.comment-author-tomika .fn {
    color: var(--fs-color-primary);
}
.comment-form-cookies-consent {
    display: none;
}
.form-submit {
    text-align: right;
}
.form-submit input[name="submit"] {
    margin-right: 0;
    background-color: var(--fs-color-secondary);
    border: none;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    min-width: 10em;
    margin-bottom: 0;
}
.comment-list>li:not(:first-child), .commentlist>li:not(:first-child) {
    border-top: none;
}
#comments .comment-respond {
    background-color: transparent;
    padding: 0;
}
.block-heading {
    color: #FFF;
    background-color: var(--fs-color-secondary);
    font-weight: bold;
    font-size: 1.125rem;
    padding: .2em .8em;
    margin-bottom: .5em;
    border-radius: 6px;
}
.col-sidebar .ux-menu {
    padding: .5em 1em;
    border: 1px solid #666666;
    border-radius: 6px;
}
.col-sidebar .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-color: #666666;
}
.col-sidebar .ux-menu-link__link {
    color: #6D6E70;
}
.col-sidebar .ux-menu-link__link:hover {
    color: var(--fs-color-primary) !important;
}
.box-category .header-title {
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 850px) {
    .box-category .header-title {
        font-size: 1.25rem;
    }
}
.uni_product_sale {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%221200%22%20height%3D%22505%22%20viewBox%3D%220%200%201200%20505%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1193.28%20505H6.72C3.01%20505%200%20501.99%200%20498.28V6.72998C0%203.01998%203.01%200.0100098%206.72%200.0100098H1193.27C1196.98%200.0100098%201199.99%203.01998%201199.99%206.72998V498.28C1200%20501.99%201196.99%20505%201193.28%20505Z%22%20fill%3D%22url(%23paint0_radial_10_10661)%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22paint0_radial_10_10661%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(600.005%20252.523)%20scale(495.87%20344.931)%22%3E%3Cstop%20stop-color%3D%22white%22%2F%3E%3Cstop%20offset%3D%220.0851%22%20stop-color%3D%22%23FFEBD8%22%2F%3E%3Cstop%20offset%3D%220.2082%22%20stop-color%3D%22%23FFD2A7%22%2F%3E%3Cstop%20offset%3D%220.3345%22%20stop-color%3D%22%23FFBC7D%22%2F%3E%3Cstop%20offset%3D%220.462%22%20stop-color%3D%22%23FFAA5B%22%2F%3E%3Cstop%20offset%3D%220.591%22%20stop-color%3D%22%23FF9D40%22%2F%3E%3Cstop%20offset%3D%220.7222%22%20stop-color%3D%22%23FF932D%22%2F%3E%3Cstop%20offset%3D%220.8568%22%20stop-color%3D%22%23FF8D22%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF8B1E%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 30px;
    border-radius: 6px;
}
@media (max-width: 549px) {
    .uni_product_sale {
        padding: 16px;
    }
}
.uni_product_sale__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 2em;
    color: #FFF;
    margin-bottom: 1em;
}
@media (max-width: 849px) {
    .uni_product_sale__header {
        flex-direction: column;
        align-items: center;
    }
}
.uni_product_sale__title {
    display: flex;
    align-items: center;
    column-gap: .3em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
}
.uni_product_sale__title svg {
    animation: 0.8s linear 0s infinite normal none running fl-scale;
}
@keyframes fl-scale {
    50% {
        opacity: 0.3;
        transform: scale(1.3);
    }
}
.uni_product_sale__header .ux-timer {
    width: auto;
}
.uni_product_sale__countdown {
    display: flex;
    align-items: center;
    column-gap: .5em;
}
.uni_product_sale__countdown span {
    font-size: 1.25rem;
    font-weight: bold;
}
@media (max-width: 549px) {
    .uni_product_sale__countdown span {
        font-size: 1rem;
    }
}
.uni_product_sale__header .ux-timer {
    display: flex;
    gap: .3em;
}
.uni_product_sale__header .ux-timer span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 1.8em;
    height: 2em;
    border: 2px solid #FFF;
    border-radius: 6px;
    background-color: transparent;
    margin: 0;
    line-height: 1;
}
.uni_product_sale__header .ux-timer strong {
    text-transform: none;
}
@media (min-width: 850px) {
    .uni_product_sale__title {
        font-size: 2rem;
    }
    .uni_product_sale__countdown span {
        font-size: 1.5rem;
    }
}
.uni_product_sale .product-small.box {
    border-radius: 6px;
    border: 1px solid #C4C4C4;
    background-color: #FFF;
    overflow: hidden;
}
.uni_product_sale .product-small.box .box-image {
    border-radius: 0;
    border: none;
}
.uni_product_sale .product-small.box .box-text {
    padding: 10px;
}
@media (min-width: 1200px) {
    .uni_product_sale .large-columns-4 .box-text-products .button {
        font-size: 12px;
    }
}
.page-template-default .row-main > .col > .col-inner {
    padding: 30px 16px;
    background-color: #FFF;
    border-radius: 12px;
}

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

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

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