/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 16px;
    line-height: 1.7;
}

h1 {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h2 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.31em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.banner h1 {
    font-size: 2em;
}
.banner h1, .banner h2, .banner h3 {
	line-height: 1.3;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
button, input[type=button], input[type=reset], input[type=submit], .res-text {
    font-size: 1em;
}
img.size-full.alignnone {
    margin-bottom: 15px;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 10px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 10px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text p {
    margin-bottom: 15px;
    margin-top: 0;
}
p:last-of-type {
    margin: 0 !important;
}
.single-page img {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
rd-5 {
	border-radius: 5px;
    overflow: hidden;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.img-rd-5 img {
	border-radius: 5px;
}
.img-rd-10 img {
	border-radius: 10px;
}
.img-rd-15 img {
	border-radius: 15px;
}
.img-rd-20 img {
	border-radius: 20px;
}
.img-rd-25 img {
	border-radius: 25px;
}
.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media only screen and (max-width: 850px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-tablet-top {
        order: -1;
    }
}
@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}

.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a {
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 15px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
/*.nav>li>a,*/
/*.nav-dropdown-default .nav-column li>a,*/
/*.nav-dropdown.nav-dropdown-default>li>a {*/
    /*font-size: 16px;*/
/*}*/
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: flex-end;
    padding-right: 60px;
}


.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    color: #000000;
    background: rgba(208,200,191,1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown .nav-dropdown {
    min-width: 160px;
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown a {
    display: flex;
    align-items: center;
}
.nav.header-nav > li.header-language-dropdown a .image-icon,
.nav.header-nav > li.header-language-dropdown a .icon-image {
    width: 18px;
    display: flex;
    align-items: center;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 5px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
	color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-primary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    position: relative;
    z-index: 9;
}
.row-social-fixed .img.social-hotline a,
.row-social-fixed .img.social-hotline a:before {
    background: #e70904;
}
.row-social-fixed .img.social-hotline a:after {
    border-color: #e70904;
}

.row-social-fixed .img.social-zalo a,
.row-social-fixed .img.social-zalo a:before {
    background: #2698f1;
}
.row-social-fixed .img.social-zalo a:after {
    border-color: #2698f1;
}

.row-social-fixed .img.social-email a,
.row-social-fixed .img.social-email a:before {
    background: #f2701c;
}
.row-social-fixed .img.social-email a:after {
    border-color: #f2701c;
}

.row-social-fixed .img.social-whatsapp a,
.row-social-fixed .img.social-whatsapp a:before {
    background: #189d0c;
}
.row-social-fixed .img.social-whatsapp a:after {
    border-color: #189d0c;
}

.row-social-fixed .img.social-in a,
.row-social-fixed .img.social-in a:before {
    background: #0a66c2;
}
.row-social-fixed .img.social-in a:after {
    border-color: #0a66c2;
}

.row-social-fixed .img.social-facebook a,
.row-social-fixed .img.social-facebook a:before {
    background: #0064D1;
}
.row-social-fixed .img.social-facebook a:after {
    border-color: #0064D1;
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

.header-main .nav li .sub-menu a {
    line-height: 26px;
}
.header-main .sub-menu .tabbed-content .nav {
    padding-right: 2%;
    padding-top: 30px;
}
.header-main .sub-menu .tabbed-content .nav>li {
	border: none !important;
}
.header-main .sub-menu .tabbed-content .nav>li:not(:last-child) {
	margin-bottom: 5px;
}
.header-main .sub-menu .tabbed-content .nav>li>a {
	font-size: 1em;
	padding: 8px 10px;
	border-radius: 3px;
}
.nav-pills>li>a:hover {
    background-color: var(--fs-color-primary);
    color: #fff;
    opacity: 1;
}
.header-main .sub-menu .tabbed-content .tab-panels {
	padding: 0 0 0 20px;
}
.product-small.box .box-image .image-fade-out {
	background-position: 50% 50%;
    background-size: cover;
    height: auto;
/*     overflow: hidden; */
    padding-top: 100%;
    position: relative;
}
.product-small.box .box-image .image-fade-out img {
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.header-main .sub-menu .product-small.box .box-image .image-fade-out img {
	padding: 10px;
}
.product-small.box .box-text {
	padding: 10px 0 0;
}
.header-main .sub-menu .product-small.box .box-text {
	text-align: center;
}
.header-main .sub-menu .product-small.box .box-text .product-title,
.header-main .sub-menu .product-small.box .box-text .product-title a {
	margin: 0;
	font-weight: 700;
	font-size: 1em;
}
.header-main .sub-menu .product-small.box {
	background: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-main .sub-menu .product-small.box .box-image {
    padding: 0;
    background: none;
}
.header-main .sub-menu .product-small.box .box-image .label-new-hot,
.header-main .sub-menu .product-small.box .box-image .hotsale,
.header-main .sub-menu .product-small.box .box-image .shorname,
.hidden-shorname .shorname {
    display: none !important;
}

ul li {
	margin-left: 0 !important;
	list-style: none;
	padding-left: 20px;
	position: relative;
}
ul li:before {
	content: "🔻";
    position: absolute;
    font-size: 12px;
    top: 5px;
    left: -5px;
    transform: rotate(32deg);
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.product-introduction p {
	font-size: 0.9em;
}
.product-introduction strong {
    font-size: 20px;
}
.product-price-container span.amount {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ed2025;
    margin-bottom: 5px;
}
td, th, label, legend {
    font-size: 1em;
}
.woo-variation-swatches .variable-items-wrapper {
    gap: 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	overflow: hidden;
	border: 1px solid transparent;
	box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	border-color: var(--primary-color);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quantity input[type=number] {
    height: auto;
    box-shadow: none;
}
.is-divider:not(.divider) {
	display: none !important;
}
.woocommerce-product-gallery__wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
	overflow: hidden;
}
.product-thumbnails .flickity-slider a {
	background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
	border: 1px solid #ddd;
    border-radius: 5px;
}
.product-thumbnails .flickity-slider a img {
	bottom: auto;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: auto;
    top: 50%;
	transform: translate(-50%, -50%);
}
.site-breadcrumb {
	padding: 5px 0px;
    background: #00000017;
}
.product-outstanding-strengths h2 {
	text-align: center;
}
.product-outstanding-strengths .item:not(:last-child) {
	margin-bottom: 60px;
}
.product-outstanding-strengths .large-6 img {
    padding: 10%;
}
.product-description-images .item-header {
	text-align: center;
	margin-bottom: 15px;
}
.product-description-images .item:not(:last-child) {
	margin-bottom: 60px;
}
.product-content {
	margin-top: 90px;
}
.tabbed-content .nav li:before {
	display: none;
}
.product-specifications .tabbed-content .nav {
    display: flex;
    flex-flow: row wrap;
	align-items: center;
	justify-content: center;
    width: 100%;
}
.product-specifications .tabbed-content .nav li {
	padding: 10px 0;
}
.product-specifications .tabbed-content .nav li a {
	padding: 7px 20px;
	color: #000000;
	position: relative;
	font-size: 1em;
	font-weight: 600;
	text-transform: none;
}
.product-specifications .tabbed-content .nav li a:before {
    background-color: var(--fs-color-primary);
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.product-specifications .tabbed-content .nav li a:hover:before,
.product-specifications .tabbed-content .nav li.active a:before {
	opacity: 1;
}
.product-specifications .tabbed-content .tab-panels {
	padding: 0;
}
.product-specifications table tr {
    width: 29.3%;
    margin: 2%;
    float: left;
    border-bottom: 1px dashed #ddd;
}
.product-specifications table tr td {
    width: 50%;
    text-align: left;
    float: left;
	border: none;
}
.product-small.box {
	background: #fff;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px -2px 17px -3px rgba(28, 28, 28, 0.08);
    -moz-box-shadow: 0px -2px 17px -3px rgba(28, 28, 28, 0.08);
    box-shadow: 0px -2px 17px -3px rgba(28, 28, 28, 0.08);
}
.product-small.box .box-image {
    padding: 55px 15px 0 15px;
    background: #F1F3F4;
	position: relative;
}
.product-small.box .label-new-hot {
	position: absolute;
	top: -40px;
    left: 0;
}
.product-small.box .newtop {
    height: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding: 0px 37px 0px 5px;
    font-size: 0.7em;
    clip-path: polygon(58% 0%, 50% 50%, 58% 100%, 0% 100%, 0 29%, 0% 0%);
    background: #343944;
	margin-bottom: 2px;
}
.product-small.box .hotactive {
    height: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding: 0px 37px 0px 5px;
    font-size: 0.7em;
    clip-path: polygon(58% 0%, 50% 50%, 58% 100%, 0% 100%, 0 29%, 0% 0%);
    background: #f00000;
}
.product-small.box .hotsale {
    position: absolute;
    bottom: 8px;
    right: 0px;
    display: flex;
    align-items: center;
    color: #000;
}
.product-small.box .hotsale span {
    font-size: 0.7em !important;
    margin-left: 9px;
}
.product-small.box .shorname {
	position: absolute;
	top: -40px;
    right: 0;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-small.box .shorname span.namepro {
    color: #90A1B6;
    font-size: 1.4em;
    line-height: 1;
	font-weight: 700;
}
.product-small.box .shorname span.introx {
    color: #000;
    font-size: 0.8em;
}
.product-small.box .box-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-small.box .box-text .product-title a {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 700;
    font-size: 1.15em;
	margin: 0;
}
.product-small.box .box-text span.amount {
    color: #fc0700;
    font-weight: bold;
    font-size: 1.3em;
}
.product-small.box .box-text .add-to-cart-button a {
	display: block;
	width: 100%;
    padding: 3px 6px;
    border: 1px solid #ed2228;
    text-align: center;
    color: #fc0700;
    border-radius: 3px;
	font-weight: 400;
	text-transform: none;
}
.product-small.box .box-text .add-to-cart-button a:hover {
	background: #ed2228;
	color: #ffffff;
}
.related.related-products-wrapper {
	border: none;
}
.related.related-products-wrapper .product-section-title {
	display: none;
}

.shop-page-title .page-title-inner .is-large {
	display: none;
}
.shop-page-title .page-title-inner .shop-page-title {
	padding-top: 30px;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
}
.term-description.limit-height {
    max-height: 310px;
	padding-bottom: 45px;
	overflow: hidden;
    position: relative;
}
.term-description.limit-height:before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: -o-linear-gradient(transparent,#fff);
    background: linear-gradient(transparent, #fff);
}
.expanded.limit-height:before {
	display: none !important;
}
.term-description .more-less-toggle {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
}
.term-description.limit-height.expanded {
    max-height: none;
}

.more-less-toggle {
    text-align: center;
    margin-top: 10px;
}

.more-less-toggle button {
    background: none;
    color: #ed2228;
    cursor: pointer;
    font-weight: 600;
	text-transform: none;
	border: 1px solid #ed2228;
    padding: 0 31px !important;
    border-radius: 3px;
    margin: 0;
}
.more-less-toggle button:hover {
	background: #ed2228;
    color: #ffffff;
}
.row.category-page-row {
	margin-top: 0 !important;
}
.category-page-row .shop-container {
	display: flex;
	flex-direction: column;
}
.category-page-row .shop-container .products.row {
	order: -1;
	padding-bottom: 30px;
}
.menu-product-cats {
	flex-direction: row;
	justify-content: center;
	gap: 15px;
}
.menu-product-cats .ux-menu-link {
	flex-basis: 18%;
}
.menu-product-cats a.ux-menu-link__link {
    display: flex;
    padding: 7px 10px;
    text-align: center;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background: #f00000;
    margin: 0;
    margin-top: 0;
    color: #ffffff !important;
    font-weight: bold;
	min-height: auto;
	line-height: 1.6;
}
.menu-post-cats {
	flex-direction: row;
	gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.menu-post-cats a.ux-menu-link__link {
    display: flex;
    padding: 7px 10px;
    text-align: center;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background: #f00000;
    margin: 0;
    margin-top: 0;
    color: #ffffff !important;
    font-weight: bold;
	min-height: auto;
	line-height: 1.6;
	white-space: nowrap;
}
.tabbed-content .nav.nav-outline li a {
	border-radius: 3px !important;
	border-width: 1px;
}
.row-socials-footer .icon-box .icon-inner {
	height: 20px;
}
.tabbed-content .nav.nav-simple li a {
	color: #000000;
}
.tabbed-content .nav.nav-simple li.active a,
.tabbed-content .nav.nav-simple li a:hover {
	color: var(--primary-color);
}
.col-form-contact > .col-inner {
	box-shadow: 0px 0px 20px 0px rgba(237, 34, 36, 0.25);
}
.col-form-contact .btn-submit {
	margin-bottom: 15px;
}
.col-form-contact .btn-submit .wpcf7-submit {
	width: 100%;
}
.wpcf7-checkbox label {
	font-weight: 400;
}
.wpcf7-checkbox input {
	margin-bottom: 0;
}
.row-dashed .col:before, .row-solid .col:before {
    border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
}
.row-solid .col:before {
    border-left-style: solid;
}
.btn-effect {
	animation: zoomInOut 1.5s ease-in-out infinite;
    -webkit-animation: zoomInOut 1.5s ease-in-out infinite;
}
@keyframes zoomInOut {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
.widget.widget_media_image img {
	width: 100%;
}
.widget.block_widget {
	background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.widget .post-item .box.box-vertical {
	display: flex;
}
.widget .post-item:not(:last-child) .col-inner {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.widget .post-item .box.box-vertical .box-image {
	width: 90px;
}
.widget .post-item .box.box-vertical .post-title {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #111111;
    margin: 0 0 8px;
    transition: color 0.2s ease;
}
.blog.col-inner .box-text {
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.post-item .post-title {
	margin-bottom: 10px;
}
.post-item .post-title a {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.post-item .box:not(.box-vertical) .post-meta {
	margin-bottom: 10px;
}
.widget .widget-title {
	display: block;
	font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--fs-color-primary);
    position: relative;
}
.widget .widget-title:after {
    content: "";
    width: 45px;
    height: 3px;
    background: #111111;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.entry-meta {
	font-size: 1em;
	text-transform: none;
}
.blog-wrapper.blog-single {
	background: #e8e8e8;
}
.blog-wrapper.blog-single article {
    background: #ffffff;
    padding: 20px !important;
	margin: 0;
}
.post-item .col-inner .box:not(.box-vertical) {
	height: 100%;
	background: #ffffff;
	border-radius: 3px;
    -webkit-box-shadow: 1px 0px 24px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 0px 24px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 24px -1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.post-item .box:not(.box-vertical) .box-text {
	padding: 15px;
}
ul.links li {
    padding: 0 !important;
}
ul.links li:before {
    display: none !important;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
}

.point-sale-inner,
.store-chain-info-wrap {
	padding: 15px 15px 15px 15px;
	background: #ffffff;
    border-radius: 7px;
	overflow: hidden;
}
.point-sale-inner h1 {
	font-size: 1.2em;
    padding-bottom: 10px;
	border-bottom: 1px var(--primary-color) solid;
}
#point-sale-filter-form button,
#point-sale-filter-form select {
	border-radius: 3px;
}
#point-sale-filter-form button {
	width: 100%;
	text-transform: none;
	text-align: center;
}
#filter-results {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    margin-top: 30px;
}
.point-sale-list {
    height: 525px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.point-sale-item {
	padding: 10px 0 10px 26px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
	position: relative;
	cursor: pointer;
}
.point-sale-item:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: calc(50% - 8px);
	border: 2px solid #cccccc;
	border-radius: 50%;
}
.point-sale-item.active:before {
	border-color: var(--primary-color);
}
.point-sale-item:after {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
}
.point-sale-item.active:after {
	opacity: 1;
}
.bottommaptext ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottommaptext ul li {
    width: 48%;
    padding: 1% 1% 1% 25px;
    position: relative;
    box-sizing: border-box;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
.bottommaptext ul li:before {
    content: "";
    position: absolute;
	top: 10px;
    left: 0;
    width: 26px;
    height: 19px;
    background-image: url('/wp-content/uploads/2026/05/icon_bv_m.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
    filter: none;
    -webkit-filter: none;
}
.store-info-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.store-info-inner .image {
    flex-basis: 40%;
    aspect-ratio: 4 / 3;
}
.store-info-inner .image img {
	width: 100%;
	border: 1px rgb(238, 238, 238) solid;
    border-radius: 5px;
}
.store-info-inner .info {
    display: flex;
    flex-basis: 58%;
    flex-direction: column;
}
.store-info-inner .info .address span {
    display: block;
}
.store-info-inner .bottom-button {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
	margin-top: 10px;
}
.store-info-inner .bottom-button a {
	display: inline-block;
    padding: 2px 20px;
	border: 1px var(--primary-color) solid;
    border-radius: 99px;
	transition: 0.3s;
}
.store-info-inner .bottom-button a.map_button1 {
	color: #ffffff;
    background: var(--primary-color);
}
.store-info-inner .bottom-button a.map_button1:hover {
	color: var(--primary-color);
    background: none;
}
.store-info-inner .bottom-button a.phone_button1 {
	color: var(--primary-color);
}
.store-info-inner .bottom-button a.phone_button1:hover {
	color: #ffffff;
    background: var(--primary-color);
}
.box-info-service.icon-box .icon-inner {
	width: 45px;
	height: 45px;
	background: var(--primary-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.box-info-service.icon-box .icon-inner img,
.box-info-service.icon-box .icon-inner svg {
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
	filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.box-info-service.icon-box h6 {
	margin: 0;
}
.mfp-close-btn-in .mfp-close {
	font-size: 36px;
	color: #ffffff;
}
.tabs-electric-motorbike .nav {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
    overflow: hidden;
}
.tabs-electric-motorbike .nav li {
	flex: 1;
}
.tabs-electric-motorbike .nav li a {
	display: block;
	text-align: center;
    padding: 6px 15px;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
	border-radius: 99px;
}
.tabs-electric-motorbike .nav li a:hover {
	background: #f5f5f5;
}
.tabs-electric-motorbike .nav li.active a {
    background: var(--primary-color);
	color: #ffffff;
}
.tabs-electric-motorbike .tab-panels {
	padding-bottom: 15px;
}
.tabs-electric-motorbike .tab-panels .panel p {
	display: flex;
    flex-wrap: wrap;
}
.tabs-electric-motorbike .tab-panels .panel .wpcf7-list-item {
	margin-left: 0;
    margin-right: 0;
    width: 50%;
}
.tabs-electric-motorbike .tab-panels .panel .wpcf7-list-item input {
	margin: 0 5px 0 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.9em;
}


.best-selling-product {
	position: relative;
	border-radius: 2em;
	overflow: hidden;
}
.best-selling-product .box-image {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.best-selling-product .box-image div {
	height: 100%;
}
.best-selling-product .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.best-selling-product .box-text {
	padding: 0;
	position: relative;
	z-index: 9;
}
.variation-colors{
    display:flex;
    gap:12px;
    margin:25px 0;
}

.variation-color-item{
    width:42px;
    height:42px;
    border-radius:50%;
    overflow:hidden;
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

.variation-color-item.active{
    border-color:#000;
}

.variation-color-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.featured-product-banner {
	display: flex;
    flex-flow: row wrap;
	align-items: center;
}
.featured-product-banner .featured-product-image,
.featured-product-banner .featured-product-content {
	flex-basis: 50%;
    max-width: 50%;
}
.featured-product-banner .featured-product-image {
    padding: 2.5rem;
	order: 2;
}
.featured-product-banner .featured-product-image .image-inner {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
	transition: 0.5s;
}
.featured-product-banner .featured-product-image .image-inner:hover {
	transform: scale(1.05);
}
.featured-product-banner .featured-product-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
    max-height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
    top: 0;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.featured-product-banner .featured-product-content {
	padding: 1.5rem 1rem;
}
.featured-product-banner .content-inner {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.featured-product-banner .product-title {
	margin: 0;
}
.featured-product-banner .featured-product-content span.amount {
    font-size: 2.5em;
	line-height: 1;
}
.featured-product-banner .btn-view-detail a {
	border-radius: 99px;
	text-transform: none;
	font-weight: 400;
}
.featured-product-banner .product-introduction p {
    font-size: 0.8em;
}
.featured-product-banner .variation-colors {
    gap: 9px;
    margin: 0;
	flex-flow: row wrap;
}

.section-single-top {
    background: linear-gradient(to bottom, #f4f4f4 66.66%, #fff 33.33%);
}
.single-product-content {
	position: relative;
    display: flex;
}
.single-product-content .content-left {
	flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-product-content .content-center {
	display: block;
    flex-basis: 60%;
    flex-direction: column;
    max-width: 1000px;
}
.single-product-content .content-right {
	flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single-product-content .product-introduction .col {
	flex-basis: 100%;
	max-width: 100%;
}
.single-product-content .product-title {
	text-align: center;
	margin-bottom: 55px;
}
/* .single-product-content .woocommerce-product-gallery__wrapper {
    border: none;
    border-radius: 0;
    padding: 0 10%;
    overflow: hidden;
	background-image: url(/wp-content/uploads/2026/05/logo-htc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
} */
.single-product-content .woocommerce-product-gallery__wrapper .flickity-slider a {
	display: block;
	background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.single-product-content .woocommerce-product-gallery__wrapper .flickity-slider a img {
	position: absolute;
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 90%;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	transform: translate(-50%, -50%);
}
.single-product-content .woocommerce-product-gallery__wrapper .flickity-prev-next-button,
.single-product-content .woocommerce-product-gallery .image-tools,
.single-product-content .product-thumbnails {
	display: none !important;
}
.single-product-content .product-price-container span.amount {
    text-align: right;
}
.single-product-content .single_variation_wrap {
	position: absolute;
    width: auto;
    max-width: 25%;
    top: 76px;
    right: 0;
}
.single-product-content .variations .reset_variations,
.single-product-content table.variations .label {
    display: none !important;
}
.woo-variation-swatches .single-product-content .variable-items-wrapper {
    justify-content: center;
}
.woo-variation-swatches .single-product-content .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 55px;
    height: 55px;
}
.single-product-content .ux-quantity {
	display: none !important;
}
.single-product-content .single_add_to_cart_button {
	width: 245px;
    max-width: 100%;
	background-color: var(--primary-color);
	border-radius: 5px;
	text-transform: none;
    font-weight: 400;
}
.product-introduction {
	text-align: center;
}
@media only screen and (min-width: 850px) {
	.slider-products-home {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.slider-products-home .flickity-viewport {
		height: auto !important;
	}
	.slider-products-home .flickity-viewport .flickity-slider {
		height: auto !important;
		position: relative !important;
		display: flex !important;
		flex-flow: row wrap !important;
		width: 100% !important;
		left: auto !important;
    	transform: none !important;
		margin-bottom: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.slider-products-home .flickity-viewport .flickity-slider .product-small.col {
		position: relative !important;
		left: auto !important;
    	transform: none !important;
		padding-bottom: 20px;
	}
	.slider-products-home .flickity-prev-next-button {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.featured-product-banner .featured-product-image, .featured-product-banner .featured-product-content {
		flex-basis: 100%;
		max-width: 100%;
	}
	.featured-product-banner .featured-product-image {
		order: 2;
	}
	.variation-color-item {
		width: 36px;
		height: 36px;
		margin: 0;
	}
	.featured-product-banner .content-inner {
		gap: 15px;
	}
	.product-introduction .col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}