/*
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;
}
.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, 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-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;
}
.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: 30px 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: center;
    padding-right: 30px;
}

.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;
    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;
}
@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 */

#top-bar .nav > li > a {
	font-weight: 400;
}
.item-bg-gradient a {
	margin: 0;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    border-radius: 20px;
    width: 166px;
    text-align: center;
    background: -o-repeating-linear-gradient(left,red 0,#00f 50%,red 100%);
    background: repeating-linear-gradient(to right, red 0, #00f 50%, red 100%);
    background-size: 200% auto;
    background-position: 0 100%;
    -webkit-animation: gradient 2s infinite;
    animation: gradient 2s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: relative;
	justify-content: center;
}
@keyframes gradient {
    0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200% 0;
	}
}
#top-bar img {
	filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}


.ajax-search-wrap {
	position: relative;
	width: 495px;
	max-width: 100%;
}
.ajax-search-wrap .ajax-search-form {
	display: flex;
	flex-wrap: wrap;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .3);
	position: relative;
}
.ajax-search-wrap .ajax-search-form select {
    width: 150px;
    height: 44px;
    padding-left: 7px;
    border: 0;
}
.ajax-search-wrap .searh-form-container {
    position: relative;
    width: calc(100% - 150px);
    color: #555;
}
.ajax-search-wrap #ajax-search-input {
    border: 0;
    height: 44px;
    margin: 0;
    width: calc(100% - 47px);
	outline: none;
	box-shadow: none;
}
.ajax-search-wrap button {
    color: #fff;
    background: #f80101;
    border: 0;
    width: 47px;
	line-height: 47px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    cursor: pointer;
	border-radius: 0 7px 7px 0;
	margin: 0;
}
.ajax-search-result {
	position: absolute;
    width: 100%;
    border: solid 1px #ddd;
    right: 0;
    margin-top: 2px;
    max-height: 300px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 999;
    top: 100%;
}
.ajax-search-result a {
    display: flex;
    padding: 10px;
    overflow: hidden;
}
.ajax-search-result a .thumb {
    width: 60px;
	min-width: 60px;
}
.ajax-search-result a .thumb img {
	width: 100%;
}
.ajax-search-result a .info .amount {
    color: #ec1c24;
	font-weight: 400;
}

.header-main .flex-right .header-nav {
	gap: 25px;
}
.header-main .flex-right .header-nav li {
	margin: 0;
	width: auto;
}
.header-main .flex-right .header-block-block-1 {
	display: flex;
	align-items: center;
    gap: 25px;
}
.icon-box.icon-box-contact .icon-box-img .icon-inner {
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-box.icon-box-contact .icon-box-img .icon-inner svg,
.icon-box.icon-box-contact .icon-box-img .icon-inner img {
	max-width: 25px;
	max-height: 25px;
	object-fit: cover;
}
.icon-box.icon-box-contact .icon-box-text {
	color: #ffffff;
	line-height: 1.2;
}
.header-main .cart-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-main .cart-item a .header-cart-title {
	order: 2;
	padding-left: 10px;
	color: #ffffff;
	text-transform: none;
}
.header-main .cart-item a .icon-shopping-cart {
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
}
.header-main .cart-item a .icon-shopping-cart:before {
	font-size: 25px;
	color: var(--primary-color);
}

.header-bottom .nav-right {
    justify-content: space-around;
	padding-left: 30px;
}
.header-vertical-menu__opener {
    border-radius: 5px;
}

.title-trapezium {
    background: #004275;
    font-size: 22px;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title-trapezium span.number {
	display: inline-block;
    background: #e33459;
    width: 44px;
	min-width: 44px;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
    padding-right: 7px;
}
.title-trapezium span.text {
	display: block;
	flex: 1;
	text-align: center;
}

.product-price-container .amount {
	font-size: 1.5em;
	color: #ff0000;
}
.woocommerce-variation-price .amount {
	display: block;
    font-size: 1.5em;
    color: #ff0000;
    padding: 10px 0;
}
.col-product-add-cart .col-inner {
	position: relative;
}
.col-product-add-cart .col-inner .icon-box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px 20px;
	background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}
.col-product-add-cart .col-inner .icon-box img,
.col-product-add-cart .col-inner .icon-box svg {
	-webkit-filter: invert(21%) sepia(58%) saturate(4330%) hue-rotate(345deg) brightness(91%) contrast(105%);
    filter: invert(21%) sepia(58%) saturate(4330%) hue-rotate(345deg) brightness(91%) contrast(105%);
}
table.variations {
	padding: 45px 20px 10px;
	-webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
}
table.variations td {
  padding: 10px 0 !important;
}
.attr-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.attr-btn {
  font-size: 12px;
  text-transform: none;
  padding: 0px 15px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  margin: 0;
}
.attr-btn.active {
    border-color: #007cba;
    background: #007cba;
    color: #fff;
}


.limit-height {
    max-height: 360px;
    overflow: hidden;
    position: relative;
}
.limit-height:before {
    content: '';
    position: absolute;
    bottom: 0;
    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);
}
.term-description.limit-height {
    max-height: 310px;
	padding-bottom: 45px;
}
.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,
.more-less-content.expanded {
    max-height: none;
}

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

.more-less-toggle button {
    background: none;
    border: none;
    color: #007cba;
    cursor: pointer;
    font-weight: 600;
	padding: 0;
    margin: 0;
}

.block-box-shadow,
.col-box-shadow > .col-inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  padding: 20px;
}
.block-box-shadow.product-specifications {
	margin-bottom: 30px;
}
.col-hot-sale  > .col-inner {
  background: -webkit-gradient(linear,left top,right top,from(#e23459),color-stop(#c44069),color-stop(#a04f7c),color-stop(#6c6497),color-stop(#3879b3),color-stop(#0b8cca),to(#0190d0));
    background: -o-linear-gradient(left,#e23459,#c44069,#a04f7c,#6c6497,#3879b3,#0b8cca,#0190d0);
    background: linear-gradient(90deg, #e23459, #c44069, #a04f7c, #6c6497, #3879b3, #0b8cca, #0190d0);
}
table td {
  padding: 10px !important;
  text-align: center;
  font-size: 1em;
}
.related-products-wrapper {
	border: none;
}
.related-products-wrapper .product-section-title {
	display: none;
}
.category-page-row .shop-container .products.row {
	margin-top: 60px !important;
}
.product-small .box-text {
	padding: 20px 0 0;
	position: relative;
}
.product-small .box-text .price-wrapper {
	padding: 10px 0;
	min-height: 56px;
	display: flex;
	align-items: center;
}
.product-small .box-text .product-title a {
	min-height: 42px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	margin-top: 0;
}
.product-small .box-text .amount {
	font-size: 1.1em;
    font-weight: 700;
    coloR: #e33459;
}
.product-small .add-to-cart-button a {
    position: absolute;
    right: 3px;
    bottom: 11px;
    width: 33px;
    height: 33px;
    background-image: url('/wp-content/uploads/2026/05/icon-cart.svg');
    background-color: #0090d0;
	background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
	border: none;
	font-size: 0;
}
.page-title .page-title-inner .flex-grow .is-large {
	display: none !important;
}
.page-title .page-title-inner .flex-col {
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-result-count {
	font-size: 1.1em;
	font-weight: 700;
}
.category-page-row {
    padding-bottom: 30px;
}
.category-page-row .shop-container,
#shop-sidebar {
	padding: 20px;
	background: #ffffff;
}
.widget {
	margin-bottom: 25px;
    padding-bottom: 19px;
	border-bottom: solid 1px #dddddd;
}
.widget:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
	border-bottom: none;
}
.is-divider {
	display: none !important;
}
.widget .widget-title {
	display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.widget.widget_layered_nav_filters .widget-title {
	font-size: 1.5em;
	text-align: center;
}
.widget>ul>li+li {
    border-top: dashed 1px #dddddd;
}
.site-breadcrumb {
	padding: 15px 0;
}
.nav-pagination>li>a, .nav-pagination>li>span {
	border-radius: 5px;
}
.post-item .box-text {
	padding: 20px 0 0;
}
.post-item .box-text .post-title {
	margin-bottom: 10px;
}
.post-item .box-text .post-title a {
	margin: 0;
}
.entry-meta,
.post-item .box-text .post-meta {
	font-size: 1em;
	opacity: 0.8;
	text-transform: none;
}
.col-post-inner {
	padding: 20px;
	background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}

.category-list {
	display: flex;
	flex-flow: row wrap;
	gap: 25px;
}
.category-list a {
	display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.category-list a.active {
	color: var(--primary-color);
}
.accordion-shadow {
	background: #ffffff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
}
.map-rd iframe {
	border-radius: 10px;
	overflow: hidden;
}
textarea {
    min-height: 90px;
}
.badge-container {
    margin: 10px 0 0;
}
.badge-circle, .badge-outline {
    margin-left: 10px;
}
.badge {
    backface-visibility: hidden;
    display: table;
    height: auto;
    pointer-events: none;
    width: auto;
    z-index: 20;
}
.badge-inner {
    line-height: .85;
    padding: 5px 10px;
    border-radius: 5px !important;
}
.product-style1 .product-small.box {
	padding: 10px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.tabbed-content .nav.nav-pills {
	gap: 10px;
}
.tabbed-content .nav.nav-pills a {
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
	color: #000000;
}
.tabbed-content .nav-box>li.active>a, .tabbed-content .nav-pills>li.active>a {
    background-color: var(--fs-color-primary);
    color: #fff;
    opacity: 1;
	font-weight: 400px;
}
.row-header {
	padding-right: 10px;
/*     background: #f7f7f7; */
	margin-bottom: 20px;
}
.row-header > .col:first-child {
	flex: 1;
    max-width: none;
}
.row-header > .col:first-child .col-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.row-header h2 {
	display: inline-block;
    width: auto;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
/*     background: url('/wp-content/uploads/2026/05/home-box-title.png') no-repeat;
    background-size: 100% 100%; */
    padding: 0 36px 0 0;
/*     line-height: 60px; */
/*     color: #fff; */
	margin: 0;
}
.row-header .ux-menu {
	flex-direction: row;
    flex-flow: row wrap;
    gap: 10px;
}
.row-header .ux-menu .ux-menu-link__link {
	min-height: auto;
    padding: 0;
}
.row-header .ux-menu .ux-menu-link__link:hover {
	color: var(--primary-color);
}
.row-header .ux-menu .ux-menu-link:not(:first-child) .ux-menu-link__link {
	padding-left: 10px;
	position: relative;
}
.row-header .ux-menu .ux-menu-link:not(:first-child) .ux-menu-link__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #000;
}
.row-header > .col:last-child {
	flex-basis: auto;
    width: auto;
}
[data-icon-label]:after {
	background-color: var(--fs-color-primary);
}
.tra-cuu-bao-hanh h2 {
	text-align: center;
}
.tra-cuu-bao-hanh form {
	display: flex;
	max-width: 550px;
	margin: 0 auto;
}
.tra-cuu-bao-hanh form input {
	flex: 1;
	margin: 0;
    box-shadow: none;
    outline: none;
}
.tra-cuu-bao-hanh form button {
	margin: 0;
    white-space: nowrap;
    padding: 0 10px;
    background: var(--primary-color);
    border: none;
    box-shadow: none;
    outline: none;
	color: #ffffff;
	text-transform: none;
}
.info-tra-cuu {
	display: flex;
	gap: 30px;
	margin-top: 25px;
}
.info-tra-cuu > div {
	width: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.info-tra-cuu .title {
	padding: 15px;
	color: #ffffff;
	background: var(--fs-color-secondary);
	margin: 0;
}
.info-tra-cuu .warranty-product-information .title {
	background: var(--primary-color);
}
.info-tra-cuu .general-information-inner,
.info-tra-cuu .product-information-inner {
	padding: 15px;
}
.info-tra-cuu .general-information-inner {
	display: flex;
    flex-flow: row wrap;
}
.info-tra-cuu .general-information-inner .item {
	width: 50%;
    min-width: 50%;
	margin-bottom: 20px;
}
.info-tra-cuu .product-information-inner .item:not(:last-child) {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px rgba(0,0,0,0.5) solid;
}
.info-tra-cuu .product-information-inner .item strong {
	display: block;
}
.row-price-warranty {
	border: 1px dashed #d8d8d8;
    border-radius: 10px;
    padding: 12px 10px;
}
.row-warranty-months .col-inner {
	display: flex;
	gap: 15px;
}
.product-warranty-months {
	display: flex;
    align-items: center;
    color: #2c3075;
    background: #ffec0696;
    font-weight: 500;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 16px;
	font-weight: 700;
}
.button.btn-gradient {
    background: repeating-linear-gradient(to right, red 0, #00f 50%, red 100%);
    background-size: 200% auto;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.product-promotion {
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 6px;
    overflow: hidden;
	margin-bottom: 20px;
}
.product-promotion .product-promotion-title {
    color: #ed1b24;
    font-weight: 700;
    background: #f1f1f1;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 0 35px 0 22px;
}
.product-promotion-content {
	padding: 20px;
}
.header-bottom .header-bottom-nav > li > a:hover {
	color: #f9bf00 !important;
}
.header-bottom .header-bottom-nav > li > a > img {
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
	transition: 0.3s;
}
.header-bottom .header-bottom-nav > li > a:hover > img {
	transform: scale(1.15);
	filter: brightness(0.95) sepia(1) hue-rotate(350deg) saturate(6);
	-webkit-filter: brightness(0.95) sepia(1) hue-rotate(350deg) saturate(6);
}
.mobile-nav .icon-menu {
	color: #ffffff;
}
.ux-logo-link {
	padding: 0 !important;
}
.post-item .from_the_blog_excerpt {
	word-wrap: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
body:not(.admin-bar) .col-form-import {
	display: none !important;
}
.import-bao-hanh-wrap form {
	max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.import-bao-hanh-wrap form input {
	margin: 0;
}
.warranty-lookup-wrap form {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
}
.warranty-lookup-wrap form input {
    flex: 1;
    margin: 0;
    box-shadow: none;
    outline: none;
}
.warranty-lookup-wrap form button {
    margin: 0;
    white-space: nowrap;
    padding: 0 10px;
    background: var(--primary-color);
    border: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
    text-transform: none;
}
.warranty-item {
	max-width: 750px;
    margin: 32px auto 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.warranty-item h3 {
    padding: 15px;
    color: #ffffff;
    background: var(--fs-color-secondary);
    margin: 0;
}
.warranty-item table {
	margin: 0;
}
.warranty-item table td {
    padding: 10px !important;
    text-align: left;
    font-size: 1em;
    border-right: 1px #ececec solid;
}
@media only screen and (max-width: 1420px) {
	.ajax-search-wrap {
		width: 520px;
	}
}

@media only screen and (max-width: 1199px) {
	.row-header .ux-menu {
		display: none;
	}
	.header-main .cart-item a .header-cart-title,
	.header-nav.header-nav-main .header-block .header-block-block-1 > a:first-child {
		display: none !important;
	}
}
@media only screen and (max-width: 992px) {
	.ajax-search-wrap {
		width: 420px;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}