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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Menu ngang */
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
ul.sub-menu.nav-dropdown.nav-dropdown-default>li{
border-bottom:1px #d2d2d2 solid;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default>li:hover {
    background-color: #d2d2d2;
}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul,.btn-danhmuc.current-dropdown >.nav-dropdown>.menu-item:nth-child(1)>ul{display:block !important; white-space: normal}
.nav-dropdown{min-width:200px}

/* Search Header */
li.header-search-form {width:350px;}
.header-search-form input[type="search"] {border-radius: 10px 0 0 10px;border: 0;box-shadow: none;height: 33px;font-size:14px}
.searchform .button.submit-button {background-color: #fff !important;color: #000;border-radius: 0 10px 10px 0;border: 0;height: 33px;width: 35px;}
.searchform .button.icon i {font-size: 14px;}
.searchform .button.submit-button:hover {box-shadow: none;}
.header .search-form .live-search-results {background-color:#fff}
.live-search-results .autocomplete-suggestion {padding: 10px;display: block;}
.live-search-results .autocomplete-suggestion img {width: 50px;border-radius: 0;height: 50px;float:left}
.live-search-results .search-name {width: 100%;font-size: 12px;}
.live-search-results .search-price ins span.amount {color: var(--primary-color);font-size: 14px;}
.search-item-right {display: inline-block;height: 50px;}

/* header */
.nav>li>a>i.icon-menu {width:25px;}
.nav a, .pointer {cursor:pointer;}
.header-nav li.html_nav_position_text_top:before ,.header-nav li.html_nav_position_text:before{
    background: url("https://xenanglapduc.com/wp-content/uploads/2024/12/call-icon.png");
	position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.header-nav li.html.custom {
    padding-left: 35px;
}

.active>ul.sub-menu:not(.nav-dropdown) {
    display: none !important;
}

ul.sub-menu.nav-column{
    width: 590px;
    min-height: 285px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
top: 0;
}
ul.sub-menu.nav-column li{
    display: inline-block;
}
ul.sub-menu.nav-column li a{
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    width: 100px;
    white-space: normal;
    position: relative;
    padding: 5px;
    border-radius: 8px;
}
ul.sub-menu.nav-column li a>img{
    border-radius: 10%;
}
ul.sub-menu.nav-column li a:hover{
background-color: #f2f4f7;
color:#000;
}
@media only screen and (max-width: 600px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.filter-show.full{
    overflow: scroll;
    max-height: calc(100vh - 60px);
    z-index: 999999999999;
}
blockquote{
    font-size:16px;
}
}
@media (max-width: 849px){
	.category-page-title .flex-col .rank-math-breadcrumb a:first-child,.nav>li>a{
		color:#000;
	}
	.category-filter-row{
		padding:0;
	}
	.category-page-title .filter-button{
		padding: 5px;
    color: #fff;
    background-color: #dd3333;
		border-radius:5px;
	}
	.off-canvas-left .mfp-content{
		background-color:#fff;
		    width: 100%;
	}
	.mobile-sidebar .html_topbar_left,.mobile-sidebar .html_topbar_right{
		background-color:#dd3333;
	}
}

html {
  scroll-behavior: smooth;
}

ul.sidebar-menu-tabs li:hover,ul.sidebar-menu-tabs li.active,ul.sidebar-menu-tabs li.active span.sidebar-menu-tabs__tab-text{
    background: #0060a7;
    color: #fff;
}
ul.sidebar-menu-tabs li{
    background:#faebd7;
}

ul.sidebar-menu-tabs a.sidebar-menu-tabs__tab-link:before{content: none;}
.mobile-menu-header-p strong{
    margin-left:10px;
}

.header-block-block-1{
    max-width:100vw;
}
.mobile-menu-header-p a{
    position: absolute;
    right:10px;
}

    .quickfilter {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    display: flex;
    /*align-items: center;*/
    height: auto;
    background: #f1f1f1;
    padding-top: 10px;
    border-radius: 5px;
}
.header-block .quickfilter{
    flex-wrap: wrap;
}
.header-block .quickfilter:last-child{
    margin-bottom: 50px;
}


.header-block .quickfilter a{
    width: calc(33% - 6px);
    margin-right: 0;
    min-width:unset;
}
/* quickfilter trang category */
.quickfilter::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.quickfilter::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
.quickfilter::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
.quickfilter::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.quickfilter a.active {
    border: 1px solid #4a90e2;
}
.quickfilter a {
cursor: pointer;
    margin: 0 6px 10px;
    width: 120px;
    /* display: grid; */
    margin-right: 10px;
    background: #fff;
    max-width: 33%;
    min-width: 115px;
    position: relative;
    padding: 3px 5px;
    /*align-self: center;*/
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    color: #4a90e2;
    border-radius: 4px;
    border: 1px solid #fff;
    overflow: hidden;
}
.quickfilter a:hover {
    border: 1px solid #4a90e2;
}

.quickfilter.thuong-hieu a img {
    height: auto !important;
}
.quickfilter a img {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    width: 60px;
object-fit: cover;
}
.quickfilter.no-radius a img{
    border-radius: unset;
    width:auto;
}
.quickfilter a span {
font-size: 13px;
    line-height: 17px;
    max-width: 96px;
    margin: 5px auto 0;
    text-align: center;
    color: #333;
    display: block;
    white-space: normal;
}

.phuc-menu .quickfilter{
	width:100%;
}
.phuc-menu .quickfilter a{
	width: unset;
min-width: inherit;
}
.phuc-menu .quickfilter p.mobile-menu-header-p {
    width: 100%;
}
/*css tùm lum chỗ*/
/*Category TOC*/
#toc ol{
margin:unset;
padding: revert;
}
#toc ol ol>li{
list-style: disc;
}
#toc a {
    color: #000;
    font-weight: 600;
}
#toc a:hover{
color: #c6383a !important;
}
/*End Category TOC*/

.breadcrumbs {
    max-width: 1290px;
    margin: auto;
    margin-top:20px;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}
.breadcrumbs a{
    color:#000;
}


.product-info .is-divider{
    max-width: 30%;
background-color: #d70018;
}

#comments{
    max-height: 600px;
    overflow: auto;
}
@media only screen and (max-width: 600px) {
main h1.shop-page-title{
text-align:center;
font-size: 18px;
}
.nav-tabs+.tab-panels{
padding:20px;    
}
.nav-tabs+.tab-panels img{
    width: calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    margin: 0 -20px 0 -20px!important;
}
.product-footer .container{
    padding-left: 0;
    padding-right: 0;
}

img.mfp-img{
object-fit: cover;
    height: 100vw;
}
}
.lwptoc-light .lwptoc_i {
    width: 100%;
}
.category-page-row {
  padding-top: 0;
}
blockquote{
border-left: 2px solid rgba(255,105,0,1);
    color: #5f9025;
    background: #ebf6e0;
}
.product-gallery-slider img{
    border: 1px solid #d6d6d6;

    border-radius: 20px 20px 0 0;
}
.br_compare_button {
content-visibility: auto;
}

.item-compare.gray-bg span:hover {
background: #eaeaea;
}
.item-compare.gray-bg span {
    border: 1px solid #2f80ed;
    
border-radius: 2px;
    color: #333;
    display: inline-block;
    line-height: 12px;
    padding: 4px 5px;
    margin-bottom: 3px;
}
.item-compare.gray-bg span:not(.spec-value){
    margin-right: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}
td {
    color: #000;
}
.links > li > a::before, i[class^="icon-"], i[class*=" icon-"]{
line-height:1;
}
.lwptoc {
    margin: 32px 0
}

.lwptoc:first-child {
    margin-top: 16px
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left;
border: solid 1px #000;
border-radius: 10px;
}

.lwptoc_header {
    margin-bottom: 6px;

}

.rtl .lwptoc_header {
    text-align: right
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%
}

.rtl .lwptoc_toggle {
    margin-left: 0;
    margin-right: 4px
}

.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
}

.lwptoc_toggle_label {
    margin: 0 1px
}

.lwptoc_item {
    margin-top: 2px
}

.rtl .lwptoc_item {
    text-align: right
}

LI.lwptoc_item {
    margin: 2px 0 0 0!important;
    padding: 0!important;
    list-style: none!important
}

.lwptoc_item:first-child {
    margin-top: 0
}

LI.lwptoc_item:first-child {
    margin-top: 0!important
}

.lwptoc_item_number {
    margin-right: 2px
}

.rtl .lwptoc_item_number {
    margin-right: 0;
    margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 0;
    margin-right: 14px
}

OL.lwptoc_itemWrap,UL.lwptoc_itemWrap {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap,OL.lwptoc_itemWrap UL.lwptoc_itemWrap,UL.lwptoc_itemWrap OL.lwptoc_itemWrap,UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin: 2px 0 0 14px!important
}

.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin-left: 0!important;
    margin-right: 14px!important
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block
}

.lwptoc-left {
    float: left;
    margin-top: 0;
    margin-right: 32px
}

.lwptoc-right {
    float: right;
    margin-top: 0;
    margin-left: 32px
}

.lwptoc-rightwithoutflow {
    text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
    display: inline-block
}

.lwptoc-center {
    text-align: center
}

.lwptoc-center .lwptoc_i {
    margin-left: auto;
    margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%
}

.lwptoc-notInherit .lwptoc_i DIV A {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px dotted!important
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fafafa
}

.lwptoc-light .lwptoc_i A {
    color: #3175e4
}

.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-dark .lwptoc_i {
    color: #d3d5d8;
    background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
    color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover {
    color: #96c6ff;
    border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
    color: #53a1ff
}

.lwptoc-white .lwptoc_i {
    color: #333;
    background: #fff
}

.lwptoc-white .lwptoc_i A {
    color: #3175e4
}

.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-transparent .lwptoc_i {
    border: 1px solid #eee
}

.lwptoc:first-child {
    margin-top: unset !important;
}
.article-inner h2,.product-container h2,.category-page-row .large-9 h2 {
    border-left: solid red 10px;
    padding-left: 10px;
}
.article-inner th, .article-inner td,.product-container th, .product-container td,.category-page-row .large-9 th,.category-page-row .large-9 td{
	padding: .5em !important;
	border: 1px solid #d26e4b;
}

b, strong {
    font-weight: bold !important;
}
ul.blocks-gallery-grid {
    list-style: none;
}

.div-spec{text-align: left;}
.specs{
display: inline-block;
color:#255D9D;
float: left;
}

iframe,.wp-caption{
	max-width: 100% ;
}

.banner .button {
    margin-top: 0;
    margin-bottom: 0;
}
figure,figcaption{margin:auto;    text-align: center;}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-product-attributes a {
font-weight: 700;
color: #00f;
font-style: italic;
}
iframe.wp-embedded-content {
    max-width: calc(100% - 20px) !important;
}
@media (max-width: 549px){
h2 {
    font-size: 1.2em;
}
}

h3{
	color:#1052d0;
}
h2{color: #2d8f58;}
.product-category.col{
	margin-bottom:20px;
}
/*.term-description a:any-link,.tab-panels a:any-link {
  color: #0000ff;
	font-style: italic;
}
.term-description a,.tab-panels a:hover {
	text-decoration: underline;
}
*/
/* WebKit browsers */
.products.row .product-category .col-inner {
    margin-top: unset;
}
.entry-content a:not(.button),.term-description  a:not(.button),.tab-panels a:not(.button) {
  color: #000000;
	font-style: italic;
}

.pwb-columns {
    padding: 5px;
}
.product-categories >.cat-item:before,.category:before{
	content: "";
	padding-left: 5px;
}
.widget .toggle {
    margin-right: 6px;
}
.widget .product-categories a {
    color: #000;
}
.archive:before{
	content:unset;
}
.relatedcat ul li,#relatedcat ul li {
    list-style:none;
}

.baivietlienquan {
    padding: 8px 35px 8px 14px;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border: 1px solid #bce8f1;
    border-radius: 4px;
    background-color: #d9edf7;
}
#shop-sidebar .pwb-row>li:before,#product-sidebar .pwb-row>li:before{
	opacity: 1;
	content: url("https://xenanglapduc.com/wp-content/themes/flatsome-child/assets/img/icon-xe-nang.png");
}
.loading-spin{
	opacity:0;
}
.product-thumbnails img{
	opacity: unset !important;
}
.box-text{
	bottom:0 !important;
	font-weight: 500;
}

.woocommerce-product-attributes{
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	height: unset;
}
.woocommerce-product-attributes tr:nth-child(odd) th, .woocommerce-product-attributes tr:nth-child(odd) td {
    background-color: #efefef;
}
.woocommerce-product-attributes th{
	padding: 0;
    padding-left: 10px;
    border: #ddd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	text-transform: none;
	line-height:0.8;
 }
.woocommerce-product-attributes td{
    padding: 0;
    padding-left: 10px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	line-height:0.8;
	}

.out-of-stock-label{
	color:#f00 !important;
	font-size: x-large;
}

.pwb-columns{
	border-top:unset !important;
}
.out-of-stock-label{
	background: rgba(255,255,255,0.0) !important;
	padding:0 !important;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
.wpb_wl_preview_area{
	top:unset !important;
}

.product-category .box-image{
	border-radius: 15px;
	margin: 10px;
	border: 1px solid #b4a1a1;
}
.product-category .box-text{
	position: relative;
	padding:.2em 1em .2em;
}
.product-category .col-inner{
	margin-top: -10px;
}

.row-small>.col{
float:left;
}

.slider-nav-light .flickity-page-dots .dot{
	border-color:#000;
}
@media screen and (max-width: 549px)
{
	.slider-wrapper .flickity-prev-next-button{
		display:inline-block;
	}
	.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow {
    fill: #000;
}
	.slider-nav-light .flickity-prev-next-button{
		color:#000;
	}
}

.related-products{
	margin-top: 1em;
}
.related-products li{
	list-style:none;
}
.related-products li:before{
	content:"✅ ";
}

/* chu het hang */
.box-image .out-of-stock-label {
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: .9;
	background: rgba(255,255,255,0.0);
    padding: 0 ;
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	 color: #f00 ;
    font-size: x-large;
}
.box-image img {
    border-radius: 10px 10px 0 0;
}
.product-small.box,.product-small.col .col-inner {
border-radius: 10px;
}
.form-lien-he-mua-hang .col {
    padding-bottom: 0;
}
.form-lien-he-mua-hang .btncall1,.stack-tu-van .btncall1{
background-color:#c6383a;
}
.form-lien-he-mua-hang .btncall2,.stack-tu-van .btncall2{
background-color:#0066BF;
}
.form-lien-he-mua-hang .btncall3,.stack-tu-van .btncall3{
background-color:#538311;
}
.btnbaogia{
display: inline-block;
overflow: hidden;
clear: both;
padding: 9px 0;
border-radius: 4px;
font-size: 18px;
line-height: normal;
text-transform: uppercase;
color: #fff !important;
text-align: center;
background: #fd6e1d;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
background: -moz-linear-gradient(top,#f59000,#fd6e1d);
background: -ms-linear-gradient(top,#f59000,#fd6e1d);
background: -o-linear-gradient(top,#f59000,#fd6e1d);
margin: 0 0 20px;
    margin-top: 0px;
text-decoration: none;
border-bottom: 0 !important;
max-width: 350px;
width: 100%;
}
.btnbaogia strong{
display:block;
text-transform: uppercase;
}
#btn_customer_form_submit{
background-color: #c6383a;
border-radius: 6px;
width: 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea{
border-radius:6px;
}
.wpcf7-spinner{
display:none;
}
.wpcf7 form .wpcf7-response-output{
margin-top:0;
}

.custom-category-header{
height: 300px;
overflow: hidden;
border: solid 1px #959da5;
padding: 10px;
border-radius: 10px;
box-shadow: 1px 2px;
}
.custom-category-header .form-lien-he-mua-hang{
margin-bottom: 30px !important;
}

.flickity-slider .panel:not(.active) {
    display: block;
    height: unset; 
    opacity: 1; 
    overflow: hidden;
    padding: 0;
    visibility: unset; 
}

.form-lien-he-mua-hang{
width:100% !important;
max-width:600px !important;
margin:auto !important;
    border: 2px dashed #078901;
    border-radius: 15px;
    padding: 15px !important;
    background-color: #f1fff0;
}
.form-lien-he-mua-hang a br{display:none;}

.nav-pills>li a{
border: 2px solid #d26e4b;
margin-left: 10px;
color: #000; 
}
.nav-pills>li.active a{
background-color:#2d8f58;
}
.woocommerce-product-attributes.shop_attributes td,.woocommerce-product-attributes.shop_attributes th{
font-weight:500;
}

/*.custom-category-header .tabbed-content,.product-short-description .tabbed-content{
display:none;
}
*/

.product-small .box-image{
	border: solid 2px #CF1F27;
}
.product-small.box .box-image{
	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.box-image .product-box-hotline {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: .9;
  background:#CF1F27;
  padding: 0 10px;
  /*text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;*/
  color: #fff;
  font-size: large;
}
.box-image .product-box-hotline:hover{
	opacity: 1;
}
.box-image .product-box-hotline:after{
	content:"";
	border: 17px solid transparent;
	border-left-color: #CF1F27;
	border-bottom-color: #CF1F27;
	position: absolute;
	top: 0;
	left: 100%;
}
.woocommerce-loop-product__title{
	color: black;
font-weight: bolder;
}
.star-rating span::before {
  color: #fe9727;
}
.entry-content{
padding-top: 0;
padding-bottom:0;
}
.entry-header-text{
padding-bottom:0;
}
.kk-star-ratings.kksr-valign-top{
margin-bottom: 0;
}

.rank-math-breadcrumb a:first-of-type {
padding-left: 10px;
}
#loc_sp_category li{
    display: inline-block;
border: 1px solid;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
#loc_sp_category li .count{display:none;}
#loc_sp_category li:hover,#loc_sp_category li.chosen{
background-color: #c6383a;
    border-color: #ffffff;

}
#loc_sp_category li.chosen a,#loc_sp_category li:hover a{
color:#ffffff;
}
#loc_sp_category li.chosen a:before {
    content: "x";
    display: inline-block;
    
    color: #ff0000;
    margin-right: 5px;
    position: relative;
    top: -2px;
		background-color: #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 99px;
}
span.spec-label{
background: linear-gradient(to right,#007bff,#3796b3);
color:#FFF !important;
}
span.spec-label:hover{
color:#333 !important;
}


.sale-box {
	width: 100%;
	float: left;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.sale-box .sale-box-title {
	position: absolute;
	background: #fff;
	font-size: 16px;
	padding: 0 5px;
	color: #000;
	font-weight: 700;
	margin: -20px 0 0;
	display: block;
}

.content-salebox
{
	line-height: normal;
	margin-top: 10px;
}
.form-lien-he-mua-hang ul {
    list-style: none;
}
.form-lien-he-mua-hang ul li {
     margin-left: 0;
}
.form-lien-he-mua-hang ul li:before{

    content: '';
    background: url(/wp-content/themes/flatsome-child/icon_check.png) no-repeat;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 19px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 4px;
}
#main .row.category-page-row{
    display: block;
}
#main .row.category-page-row article.col.large-9{
    float: right;
}
#main .row.category-page-row aside.col.large-3{
    position:sticky;
    top:30px;
}


/*! CSS Used keyframes */
@keyframes animate-arrow-3{0%{transform:translateY(-10px);opacity:0;}70%,to{transform:translateY(0);opacity:1;}}
@keyframes animate-arrow-2{0%{transform:translateY(-20px);opacity:0;}70%,to{transform:translateY(0);opacity:.5;}}
@keyframes animate-arrow-1{0%{transform:translateY(-40px);opacity:0;}70%,to{transform:translateY(0);opacity:.3;}}
/* End Readmore */


/*! Call To Action */

.wmtp-tooltip {
  position: relative;
  display: inline-block;
  
}
.wmtp-tooltip .wmtp-tooltiptext {
        
  visibility: hidden;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  top: 0;
  font-size: small;
  display: block ruby;
  margin: 0 8px 8px 8px;
  position: absolute;
  z-index: 1;
  background-color: rgba(29,36,62,1);
    color: #fff;
    right: 105%;
}
.wmtp-tooltip .wmtp-tooltiptext:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #1d243e;
    left: 100%;
}
.wmtp-tooltip:hover .wmtp-tooltiptext {
  visibility: visible;
}
.wmtp-tab-tt-footer ul,
.wmtp-tab-tt-footer ul li {
  margin: 0;
  width: 100%;
}
.wmtp-tab-tt-footer a {
  text-decoration: none;
}
.wmtp-tab-tt-footer p {
  margin-bottom: 0;
  font-size: 12px !important;
  color:#000 !important;
}
.wmtp-tab-tt-footer {
  position: fixed;
  margin: auto;
  z-index: 9999;
  padding: 5px 10px;
  border-radius: 10px 0 0 10px;
}
.wmtp-tab-tt-footer li {
  padding: 5px 0;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.wmtp-tab-tt-footer img {
  display: inherit !important;
}
.wmtp-borderNone {
  border: 0 !important;
}
@media (min-width: 1025px) {
  .wmtp-tableSize-w66 {
    width: 66px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wmtp-tab-tt-footer li {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .wmtp-tab-tt-footer li {
    float: none;
  }
}
@media only screen and (max-width: 48em) {
  .wmtp-tab-mobile-horizontal li {
    border-top: none;
    padding: 0;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
  }
  .wmtp-tab-tt-footer p {
    font-size: 8px;
  }
  .wmtp-tab-mobile-horizontal p.wmtp-phonesize {
    font-size: 12px !important;
  }
  .wmtp-tab-mobile-horizontal {
    transform: none;
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    top: unset;
    bottom: 0;
  }
  .wmtp-tab-mobile-horizontal ul li {
    margin-bottom: 0 !important;
  }
  .wmtp-tab-mobile-horizontal {
    bottom: 0 !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 1281px) {
  .visible {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .visible {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible {
    display: block;
  }
  .wmtp-tablet-w25-per li {
    width: 16.5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .visible {
    display: block;
  }
  .wmtp-tablet-w25-per li {
    width: 16.5% !important;
  }
  .wmtp-tooltip .wmtp-tooltiptext{
      display:none;
  }
}
@media (min-width: 200px) and (max-width: 480px) {
  .visible {
    display: block;
  }
  .wmtp-mobile-w25-per li {
    width: 16.5% !important;
  }
  .wmtp-tab-tt-footer ul {
    display: flow-root;
  }
  .wmtp-tooltip .wmtp-tooltiptext{
      display:none;
  }
}
span.tu-van-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1100;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    height: 1.25rem;
    width: 1.25rem;
    font-size: .687rem;
    line-height: 1.25rem;
    background: #bf1212;
    color: #fff;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox!important;
    display: flex!important;
}
/* End Call To Action */
/* Product page */
.mfp-iframe-holder .mfp-content{
    max-width: 1200px;
}
.rll-youtube-player{
position: relative;
}
.woocommerce-product-gallery__wrapper button.play,.product-thumbnails .col.first button.play, .rll-youtube-player .play,.product-small .play{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(https://xenanglapduc.com/wp-content/themes/flatsome-child/assets/img/youtube.png) no-repeat center;
    background-size: auto,cover;
    background-color: transparent !important;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s ease;
    animation: play-zoom-in 0.8s ease; /* Gọi animation "zoom-in" */
}
.product-thumbnails .col.first button.play,.product-small .play{
    background-size: 50px,cover;
}
.woocommerce-product-gallery__wrapper button.play:hover {
  transform: scale(1.2); 
transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
}


/* Định nghĩa animation "zoom-in" */
@keyframes play-zoom-in {
  from {
    transform: scale(0); /* Kích thước ban đầu */
  }
  to {
    transform: scale(1.2); /* Kích thước khi hover (zoom lên 1.2 lần) */
  }
}

body {overflow: clip !important;}

.tabbed-content .nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

ul.product-tabs.nav-tabs>li>a {
    border: 1px solid #ddd;
}

.product-images .image-tools.absolute.bottom{
    visibility: hidden;
}
/* End Product page */

h1{text-transform: capitalize;}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a{
color: #000;
}

h3.woocommerce-loop-product__title{
font-size:1em;
}

.tabbed-content .nav{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
}

.nav-tabs>li.active>a {
    border-top-color: #446084;
    background-color: #2f80ed;
    color: #fff;
}
.small-nav-collapse>li {
       width: unset !important;
}
.nav-tabs>li>a {
    background-color: #fff;
}

.nav-tabs>li>a {
padding:5px;
}

/*Table*/
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding-left: 0.5em !important;
}

tr:nth-child(even){background-color: #f2f2f2}
tr:nth-child(odd){background-color: #fff}

/*#tab-description th,.entry-content th, .term-description th,*/ tr th {
  background-color: var(--primary-color);
  color: white;
}


/**animation*/
.pulse{
    animation-name:pulse;
}
.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

/**custom color */
.color-yellow{
background-color: #FFB700 !important;
}
.color-yellow:hover{
background-color: #CF7206 !important;
}
.color-red{
background-color: red;
}
.color-red:hover{
background-color: #CF7206 !important;
}
.color-cyan{
background-color: #0098FF !important;
}
.color-cyan:hover{
background-color: #CF7206 !important;
}

.text-shadow, section.dark{text-shadow: #000 1px 0 10px;}
/* Custom border radius */
.br-15 img, .br-15 .img-inner{border-radius:15px}
.br-20 img, .br-20 .img-inner{border-radius:20px}

ul.products,li.product-small{
    list-style: none;
}
.table-scroll{
    overflow-x:auto;
    position:relative;
    max-height:calc(100vh - 100px);
}
.table-scroll table th:nth-child(1) {
    z-index: 3;
    left: 0;
}
.table-scroll table th {
    text-transform: initial;
    background: #555;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top:0;
}
.table-scroll table tr td[rowspan='4']{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #31bc86;
    color: #fff;
}

.box-text.box-text-products{
	padding-left: 5px;
    padding-right: 5px;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 3px 19.6px;
}

/*table-gia-san-pham*/
.readmore:not(.active) .btn-xem-sp-khac {
  display: none;
}
.pricing_title h2 {text-transform: capitalize;}
table.table-gia-san-pham tr{
    border-bottom: unset;
}
table.table-gia-san-pham tr:nth-child(even) {
    background-color: unset;
}
table.table-gia-san-pham tr:hover {
    background-color: #f2f2f2;
}
table.table-gia-san-pham tr{
    border-bottom: 1px solid #ececec;
}
table.table-gia-san-pham tr td:nth-child(1){
    max-width:400px;
}
table.table-gia-san-pham tr td:nth-child(1) a {
    font-weight: 700;
    color: #000;
}
table.table-gia-san-pham tr td:nth-child(2){
    color: #dd2f2c;
    font-weight: 700;
}
.pricing_title {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}
.pricing_title:before {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    width: calc(100% - 1.3em);
    height: auto;
    border-bottom: 1px dashed #9c9c9c;
    z-index: -1;
}
.pricing_title h2 {
    margin: 0;
    font-style: italic;
    color: #00095b;
    background-color: #fff;
    padding-right: 5px;
}
@media(max-width: 849px) {
   table.table-gia-san-pham tr{
       display: flex; flex-wrap: wrap;
   }
   /* Thẻ <td> đầu tiên chiếm toàn bộ dòng */
  table.table-gia-san-pham tr td:nth-child(1) {
    flex: 100%;
  }
  table.table-gia-san-pham tr th:nth-child(1) {
    width: 100%;
  }

  /* Hai thẻ <td> còn lại chiếm 50% chiều rộng */
  table.table-gia-san-pham tr td:nth-child(2){
    flex: 50%;
  }
  table.table-gia-san-pham tr td:nth-child(3) {
      flex: 50%;
    text-align: right;padding: 10px;
    color: #040d60;
  }
  
}
table.table-gia-san-pham-single .sdt-tuvan{
    font-size: 2rem;/*1.3rem;*/
}
table.table-gia-san-pham-single td{
    border: unset;
}
table.table-gia-san-pham-single tr{
    background-color: unset;
}

.gradient-color{
    background: linear-gradient(
        to right,
        #7953cd 20%,
        #00affa 30%,
        #0190cd 70%,
        #764ada 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
} 
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
