/*
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.   ***************/

@font-face{
    font-family:"Montserrat";
    font-weight:normal;
    font-style:normal;
    src:url("./fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-display:swap
}
@font-face{
    font-family:"Montserrat";
    font-weight:bold;
    font-style:normal;
    src:url("./fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-display:swap
}
@font-face{
    font-family:"Montserrat";
    font-weight:normal;
    font-style:italic;
    src:url("./fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
    font-display:swap
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}/*---------global-----------*/
html{overflow-x:hidden; font-size: 16px;font-family:"Montserrat"}
body{overflow-x:hidden}
/*---căn đều sẳn phẩm---*/
.has-shadow>.col>.col-inner {
    height: 100%;
}
.flickity-viewport .col.is-selected {
    height: 100%;
}
.flickity-viewport .col-inner {
    height: 100%;
}
.product-small.box.has-hover.box-normal.box-text-bottom {
    height: 100%;
}
/*.product-small.box:hover {
     border: 2px dashed #ddd;
}*/
/*---giới hạn chữ tên sản phẩm---*/
p.name.product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
    margin-bottom: 0.8em;
		font-weight: 700;
}
/*---style product price---*/
.price-wrapper{
    display: table; 
}
.product-summary .price-wrapper{
		margin-bottom: 1em;
}
.price-wrapper .price{
    height: 1.3em;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    line-height: 120%;
}
.product-short-description {
    padding-bottom: 0.5em;
}
span.amount {
    white-space: nowrap;
    color: #e84545;
    font-weight: bold;
}

/*---style related product---*/
.related.related-products-wrapper.product-section {
		padding-top: 2em;
    padding-bottom: 2em;
}
.related.related-products-wrapper.product-section h3 {
    text-align: center;
}
.related-products-wrapper .product-small.box {
/*    background-color: #fff;*/
    /*box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
/*		border: 2px solid #ddd;*/
}
/*
.related-products-wrapper .product-small.box:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/
.related-products-wrapper .box-text.box-text-products {
    padding: 15px;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,0);
    margin: 0 !important;
}
/*---end style related product---*/

/*-style tiêu đề bài viết trước sau-*/
.nav-previous,
.nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
}
/*---style giới hạn chữ bài viết---*/
.blog-archive h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.5em;
}
.blog-archive p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

/*---style shop and product sidebar---*/
/*---style shop and product sidebar---*/
#shop-sidebar aside .widget-title,
#product-sidebar aside,
.post-sidebar aside {
    background-color: #000; 
    border: 1px solid #eee;
    border-radius: 10px 10px 0 0;
}
.widget.widget_search{
	padding: 30px 0 0 0;
	border: 0px solid #eee;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title {
padding: 15px 30px;
    color: #FFF;
    display: block;
}
#shop-sidebar ul,
#product-sidebar ul,
.post-sidebar ul {
    font-size: 14px;
		font-weight: bold;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 0;
    background-color: #fff;
}
#shop-sidebar ul li,
#product-sidebar ul li,
.post-sidebar ul li {
    padding: 5px 20px;
}
#shop-sidebar ul li:nth-child(odd),
#product-sidebar ul li:nth-child(odd),
.post-sidebar ul li:nth-child(odd) {
    background-color: #f8f8f8;
}
#shop-sidebar ul li:hover,
#product-sidebar ul li:hover,
.post-sidebar ul li:hover {
    background-color: var(--primary-color);
}
#shop-sidebar ul li:hover a,
#product-sidebar ul li:hover a,
.post-sidebar ul li:hover a,
#shop-sidebar ul li:hover ins span,
#product-sidebar ul li:hover ins span,
#shop-sidebar ul li:hover del span,
#product-sidebar ul li:hover del span,
#shop-sidebar ul li:hover span.amount,
#product-sidebar ul li:hover span.amount{
	color: #fff;
}
#shop-sidebar ul.product_list_widget li,
#product-sidebar ul.product_list_widget li {
    list-style: none;
    padding: 15px 10px 15px 90px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
#shop-sidebar ul.product_list_widget li img,
#product-sidebar ul.product_list_widget li img  {
    top: 10px;
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
#shop-sidebar ul li+li,
#product-sidebar ul li+li,
.post-sidebar ul li+li {
    border-top: none;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
	height: 1.5px;
    display: none;
    background-color: rgba(0,0,0,0.1);
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
}
#shop-sidebar ul.product_list_widget li a:not(.remove),
#product-sidebar ul.product_list_widget li a:not(.remove) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
}
#shop-sidebar .recent-blog-posts a,
#product-sidebar .recent-blog-posts a,
.post-sidebar .recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.2em;
    color: #444;
}
#shop-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.oppercase.op-7.block.is-xsmall,
.post-sidebar span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.post-sidebar .widget.widget_search {
    padding: 0px 0 0 0;
    border: 0px solid #eee;
}
.post-sidebar input.search-field.mb-0 {
    height: 45px;
    border-radius: 3px 0 0 3px;
}
.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 45px;
    height: 45px;
    border-radius: 0 3px 3px 0;
}

#shop-sidebar .price_slider_wrapper {
    padding: 30px 15px 15px 15px;
    font-size: 0.8em;
}

#shop-sidebar .star-rating,
#product-sidebar .star-rating {
		display: none;
}

/**/
.wpfFilterWrapper .wpfFilterTitle {
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
    color: #FFF;
    background: var(--primary-color);
    margin-bottom: 5px;
    height: 100%!important;
    border-radius: 10px 10px 0 0;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

.wpfMainWrapper .wpfFilterButtons button {
    background: var(--primary-color);
    color: #fff;
    min-height: 35px;
    height: 35px;
    line-height: 20px;
}

#shop-sidebar ul li:hover label {
    color: #fff;
}
#shop-sidebar .wpfFilterContent .wpfCheckboxHier ul li label {
    vertical-align: middle;
}
#shop-sidebar .wpfFilterContent .wpfCheckboxHier ul li {
    padding-left: 10px!important;
    vertical-align: middle;
}
/*---style filter in sidebar---*/
ul.woocommerce-widget-layered-nav-list {
    max-height: 300px;
    overflow: auto;
    padding-right: 20px;
}
ul.product_list_widget {
    font-size: 14px;
}
/*---end style filter in sidebar---*/

/*---end style shop and product sidebar---*/

/*---style tab in product---*/
.product-footer .tabbed-content .nav-pills>li>a {
    padding: 0.5em 2.75em;
    border-radius: 0px;
    line-height: 2.5em;
    border: 1px solid #ddd;
	background-color: #eee;
	margin-right: 2px;
    border-radius: 5px 5px 0 0;
}
.product-footer .tabbed-content .nav-pills>li.active>a {
		background-color: var(--primary-color);
}
.product-footer .tabbed-content .nav-pills>li:hover>a {
    color: #fff;
    background-color: var(--primary-color);
}

.mfp-content {
    min-width: 320px !important;
}
@media screen and (max-width:849px){
    #search-lightbox.dark form .live-search-results .autocomplete-suggestion, #search-lightbox.dark form .live-search-results .autocomplete-suggestion .search-price {
    font-size: 14px;
    font-weight: 700;
}

#search-lightbox.dark form .live-search-results .autocomplete-suggestion {
    display: flex;
    align-items: flex-start;
}
}
/*---z-index sidebar mobile---*/
.mfp-wrap {
		z-index: 900001;
}
a#top-link {
    margin-right: 5.5em;
}
/*--------end global--------*/
.sec-category .box-image {
    border-radius: 10px;
}

.sec-category .box.has-hover .image-cover:before {
/*    content: '';*/
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}
.sec-category .box.has-hover:hover .image-cover:before {
 border: 4px solid #fff;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*---------header-----------*/
/*---style mona_html---*/
.mona_html {
    font-size: 14px;
}
.mona_html:before {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333;
}
.mona_html.showroom:before {
    content: "\f015";
}
.mona_html.hotline:before {
		width: 1.5em;
		height: 1.5em;
    content: "";
		background: transparent url('http://localhost:8080/anker/wp-content/uploads/2018/07/customer-service.svg') no-repeat;
    background-size: 1.5em 1.5em;
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.mona_html a {
		color: #333;
		font-weight: 700;
}
/*---style active nav---*/
.header-main .nav-left {
    -ms-flex-pack: center;
    justify-content: center;
}
.header-bottom .nav > li {
	margin: 0 20px;
}
.header-main .nav > li:hover > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-parent > a,
.header-main .nav > li.current-post-parent > a,
.header-main .nav > li.current-product-parent > a,
.header-main .nav > li.current_page_parent > a,
.header-main .nav > li.current-product-ancestor > a {
/*    color: #00a4e0;*/
}
ul.mobile-nav.nav.nav-left {
    justify-content: left;
}
/*----style menu hàng ngang------*/
ul.nav-dropdown.nav-dropdown-simple {
/*    display : flex*/
}
i._mi.dashicons-admin-home {
    font-size : 18px
}
/*--------end header--------*/


/*---------content-----------*/
/*-----style contact form-----*/
.form-ct {
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.form-ct .form-row {
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-ct .form-row.w50 {
    width: 50%;
}
.form-ct input,
.form-ct textarea{
    margin-bottom: 0;
		box-shadow: inset 0 1px 2px rgba(0,0,0,0);
        border-radius: 4px;
}
.form-ct .center-txt {
    text-align: center;
}
.form-ct .center-txt input{
    min-width: 50%;
}
.form-ct .wpcf7-form-control:focus {
    border-color: #f8b742;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
}
/*---end style contact form---*/

/*---style mona_title---*/
.mona_title {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    position: relative;
    margin: 0;
    margin-bottom: 0.8em;
/*    padding-bottom: 1.3em;*/
}
/*.mona_title:before {
    position: absolute;
    bottom: 0.75rem;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right,#76a03f 0%,#76a03f 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#76a03f 75%);
}
.mona_title:after {
    position: absolute;
    bottom: 0;
    content: '\f296';
    font-family: FontAwesome;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    line-height: 1;
    color: #76a03f;
}*/
/*-----style sec_brand-----*/
.sec_brand img.attachment-original  {
    border : 1px solid #cccccc;
    padding : 10px;
    border-radius:10px;
    object-fit: contain;

}
.img-radius-10 img, .img-radius-10, .img-radius-10 .banner-bg {
    border-radius: 10px;
}
/*-----style button-------*/
a.button.is-larger {
    display : none;
    padding : 5px 20px
}
a.button.is-larger:hover {
    background : #000
}
.banner-layers:hover a.button.is-larger {
    display : inline-block; 
}
.header-main input.search-field.mb-0 {
    padding : 20px
}
.header-main li.header-divider {
    padding : 15px;
    border-color : #fff0;
}
.header-main i.fa.fa-phone {
    font-size : 20px;
    border : 1px solid #bbb;
    border-radius : 99px;
    padding : 8px 10px;
}
.main_header:hover {
    color : #00a4e0
}
/*--------end content--------*/


/*---------footer-----------*/
.sec_footer p{
    color: #f5f5f5;
    font-size: 14px;
    margin-bottom: 0.8em;
}
.sec_footer a{
    color: #f5f5f5;
    font-size: 14px;
}
.sec_footer .icon-box-img {
    width: 16px !important;
}
.sec_footer h5 {
    margin-bottom : 15px
}
.mona_sidebar_footer ul {
    margin: 0;
}
.mona_sidebar_footer ul.menu>li+li, 
.mona_sidebar_footer .widget>ul>li+li {
		border-top: none;
}

.mona_sidebar_footer ul > li:hover > a,
.mona_sidebar_footer ul > li.current-menu-item > a,
.mona_sidebar_footer ul > li.current-menu-parent > a,
.mona_sidebar_footer ul > li.current-post-parent > a,
.mona_sidebar_footer ul > li.current_page_parent > a,
.mona_sidebar_footer ul > li.current-product-parent > a,
.mona_sidebar_footer ul > li.current-product-ancestor > a {
    color: #fff;
}
.sec_footer ul.sidebar-wrapper ul.menu {
    margin: 0;
    padding: 0;
}

.sec_footer ul.sidebar-wrapper ul.menu li {
    border-top: 0;
}
/*---style form dang ky---*/
.sec_footer form.wpcf7-form {
    margin-bottom: 0;
}
.sec_footer .wpcf7 p {
    display: inline-flex;
}
.sec_footer input#email-dang-ky {
    height: 40px;
    border-radius: 3px 0 0 3px;
	border-right: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.sec_footer input#btn-gui {
    height: 40px;
    border-radius: 0 3px 3px 0;
}
.mona-hiden{
	display:none !important;
}
#btn-gui-icon {
    height: 40px;
    border-radius: 0 3px 3px 0;
    color: #02a010;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.sec_footer .col:before {
    border-color : #ebebeb !important;
}
.copyright-footer {
    color: #fff;
}



/*--------end footer--------*/

button.button.buy_now_button {
    font-size: .8rem; 
    position: relative;
    padding: 4px 20px 4px 20px;
    border-radius: 4px;
    opacity: 0.6;
}
button.button.buy_now_button:hover {
    opacity: 1;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    font-size: .8rem;
    background: var(--primary-color) url(/wp-content/uploads/2023/08/cart.svg) no-repeat 13px center/20px auto;
    position: relative;
    padding: 4px 20px 4px 40px;
    border-radius: 4px;
}
button.is-form.expand.button.wp-element-button {
    text-shadow: unset;
    color: #fff;
    text-transform: uppercase;
    background:var(--primary-color);
}
button#place_order {
    border-radius: 4px;
}
span.wpcf7-spinner {
    position: absolute;
}
.social_footer .col-inner {
    display: flex;
    justify-content: flex-start;
}
 
.social_footer .col-inner a img,.social_footer .col-inner a .icon {
    width: 30px;
    height: 30px;
}
.social_footer .col {padding: 0px 12px;}
.social_footer .col-inner a {
    width: 40px;
}
.single-product ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-pills.nav-left {
    display: flex;
    flex-wrap: nowrap;
}
button.flickity-button.flickity-prev-next-button.previous, button.flickity-button.flickity-prev-next-button.next {
    top: 15px;
}
#search-lightbox.dark form input[type="search"].search-field {
    background-color: #fff!important;
    color: #000!Important;
}

#search-lightbox.dark form button.ux-search-submit i {
    color: #000!important;
    font-size: 1.3rem;
}

#search-lightbox.dark form input[type="search"].search-field::placeholder {
    color: #000!important;
}
.icon-box-img img, .icon-box-img svg{
    padding-top: unset
}
@media screen and (max-width:849px){
    .category-filtering.category-filter-row.show-for-medium {
        position: absolute;
        bottom: 5px;
        left: 5%;
    }
    .single-product ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-pills.nav-left {
        display: flex;
        flex-wrap: wrap;
    }
    .product-footer .tabbed-content .nav-pills>li>a {
        padding: 0.5em 0.75em;

    }

}
@media screen and (max-width:849px){
   .shop-page-title form.woocommerce-ordering {
        padding-left: 80px;
    }
}
/*form.cart {
    display: none;
}
img {
    pointer-events: none;
}*/
/*-----style tablet mode-----*/
@media screen and (max-width: 849px){
		
}
/*---end style mobile mode---*/
/*-----style mobile mode-----*/
@media screen and (max-width: 549px){

}


form.woocommerce-ordering { 
    display: inline-block!important;
} 
  
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000!important;
    margin-bottom: 0!important;

} 
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px; 
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid;
    border-radius: 4px;
} 

span.select2-search.select2-search--dropdown {
    display: none;
}
 

.select2-container--default .select2-results>.select2-results__options li {
    font-size: .9rem;
    margin-bottom: 0;
        padding: 6px 20px;
}
@media screen and (min-width:849px){
    span.select2-dropdown.select2-dropdown--below {top: 30px;}
 }
     .product.type-product .box-text {
        position: unset;
    } 
    .product.type-product .title-wrapper {
    position: relative;
    z-index: 2;
}
.product.type-product .box-text .coming_soon_wc_loop_wrapper {
    position: absolute; 
    top: 0;
    right: 0;
}
/*---end style mobile mode---*/