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

/*---------global-----------*/
:root{
    --second-color:#f8c400;
}
html{overflow-x:hidden}
body{overflow-x:hidden}
/*---căn đều sẳn phẩm---*/ 
a:focus-visible {
    outline: unset;
    outline-offset: unset;
}
.pl-5px{
    padding-left:5px;
}
.header-nav li.html.custom p {
    color: #000;
}
.mona_hidden_title{
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;

}
/**/
.header div#logo {
    display: flex;
    align-items: center;
    justify-content:center
     
} 

.header div#logo p.logo-tagline { 
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    text-transform:uppercase;
}

@media screen and (max-width:549px){
    .header div#logo {
        justify-content:center
         
    } 
    .header div#logo p.logo-tagline {
        display:none
    }
}

/*mona btn*/
 .mona-btn-01 {
    background: transparent!important;
    position: relative;
    font-size: .875rem;
    overflow: hidden;
    z-index: 0;
    outline: unset;
    box-shadow: unset!important;
    text-transform: uppercase!important;
    margin-bottom:0;
}

.product-small .image-cover img {
    z-index: -1;
}
.product-small.has-hover:hover img.show-on-hover {
    z-index: 0;
}
.mona-btn-01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 4px;
    background: var(--primary-color); 
    -webkit-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
} 
.mona-btn-01:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: var(--second-color);
    -webkit-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    z-index: -1;
    width: 100%;
    -webkit-transform: scaleX(0); 
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}


.mona-btn-01:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}


.button.mona-btn-01:hover span {
    color: #fff!important
} 
.mona-btn-01:focus-visible {
    outline: unset;
} 
/*header*/
ul#header-contact li a{
  color:#000;
}
.mona-header-home {
    align-items: center;
}
 .header-nav.header-bottom-nav.nav-center .current-dropdown li {
    position: relative;
}
 
.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    min-height: auto!important;
}
.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown a{
    text-transform: unset; 
    padding:14px 15px;
}
.header-nav.header-bottom-nav.nav-center  .current-dropdown .nav-dropdown li {
    width: 100%;
    padding: 0px 0px;
    border-top: 1px solid #e6e6e6;
    min-width: 200px;
    margin-top:0;
}
.nav.header-nav li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown{
        -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
    animation: scale-in-ver-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li ul.sub-menu {
    display: none!important;
}

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li:first-child {
    border-top: unset;
}

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li:hover > ul.sub-menu {
    display: block!important;
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0; 
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    font-family: fontAwesome;
    color: #444;
}

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li.menu-item-has-children {
    position: relative;
}
 

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li:hover>a{
    background: var(--primary-color);
    color: #fff;
}

.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li:hover:after {
    color: #fff;
} 
.header-nav.header-bottom-nav.nav-center .current-dropdown .nav-dropdown li a{
    border-radius:0px;
    color:#444;
    font-weight: bold;
}`
.header-nav.header-bottom-nav.nav-center .nav-dropdown li a{
/*    font-size: .875rem;*/
}
@media screen and (max-width:849px){
    .header-inner .nav i {
        color: #000;
    }
}
@media screen and (max-width:549px){
  .header  #logo img {
      max-height: 80px!important;
  }
}
.post-item .box-image img {
    border-radius: 5px;
}
.post-item .box-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.post-item .box.has-hover:hover .box-image:before {
-webkit-animation: shine .75s;
    animation: shine .75s;
}
/*---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.5em;
    margin-bottom: 10px;
    font-weight: 700;
}
/*---style product price---*/
 
.product-small.box{
    border-radius: 8px;
    overflow:hidden;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    border-bottom: 0.2rem solid transparent;  
    -webkit-transition:all ease-out .3s;
    transition:all ease-out .3s;
}
.product-small.box:hover {
      border-bottom: .2rem solid var(--primary-color);
} 

/*---style related product---*/
.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 .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;
}
.product-small span.amount {
    color: red;
}
/*---end style related product---*/

 
/*---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.6em;
}
.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;
}
/* sec news */
.box-blog-post h5{
    position: relative;
    font-size: 16px;
    padding-top: 0px;
    height: 2.6em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.box-blog-post h5 a:hover {
    color: var(--primary-color);
    cursor: pointer;
}
.from_the_blog_comments {
    display: none;
}
.box-blog-post p {
    font-size: 14px; 
    color: #666;
    font-weight: 300;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
} 
.box-blog-post .box-blog-post .is-divider{
    height:0px;
} 
.box-blog-post p.cat-label.tag-label {
    position: absolute;
    bottom: 105%;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--primary-color);
    opacity: 1;
    left: 2%;
    color: #fff;
    line-height: 1;
    border: 1px solid #fff;
} 
.sec_news .row .col .box-text .box-text-inner {
    display: flex;
    flex-direction: column; 
}

.sec_news .row .col .box-text .box-text-inner .post-meta {
    order: -2;
}

.sec_news .row .col .box-text {
    position: relative;
}
 

.sec_news .row .col .box-text .box-text-inner .is-divider {
    order: -1;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

.sec_news .row .col .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}
.sec-tab-product .flickity-page-dots, .sec_news .flickity-page-dots {
    bottom: -10px;
}
.sec-tab-product .flickity-page-dots .dot,
.sec_news .flickity-page-dots .dot {
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.sec-tab-product .flickity-page-dots .dot.is-selected,
.sec_news .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
    width: 40px;
    border-radius: 10px;
}

@media screen and (min-width:849px) {
    .sec-tab-product  button.flickity-button.flickity-prev-next-button.previous,
    .sec_news button.flickity-button.flickity-prev-next-button.previous {
        right: 101%;
    }
    .sec-tab-product button.flickity-button,
    .sec_news button.flickity-button {
        opacity: 1;
    }
    .sec-tab-product button.flickity-button.flickity-prev-next-button.next,
    .sec_news button.flickity-button.flickity-prev-next-button.next {
        left: 101%;
    }

}

@media screen and (max-width:549px) {
    .sec_news .from_the_blog_excerpt {
        display: none;
    }

    .sec_news h5.post-title.is-large {
        height: 38px;
        font-size:14px;
    }

}
/*---style shop and product sidebar---*/
/*---style shop and product sidebar---*/
#shop-sidebar aside,
#product-sidebar aside,
.post-sidebar aside {
    background-color: #fff; 
    border: 1px solid #eee;
}
.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 20px;
    background: var(--primary-color);
    color:#fff;
    display:block;
        border-radius: 5px;
}
#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: 1px solid #ececec;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider { 
    display:none;
}
#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.3em;
    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;
}
@media screen and (max-width:849px){
    #shop-sidebar .widget-title, #product-sidebar .widget-title, .post-sidebar .widget-title {
        padding: 10px 15px; 
        font-size: 15px;
    }
}
/*---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---*/
.woocommerce-tabs ur{
    gap:10px;
}
.product-footer .tabbed-content .nav-pills>li>a {
    padding: 0.5em 2.75em;
    border-radius: 0px;
    line-height: 2.5em;
    border: 1px solid #eee;
    border-radius: 5px;
}
.product-footer .tabbed-content .nav-pills>li:hover>a {
    background-color: var(--second-color);
    color: #fff;
} 
/*---z-index sidebar mobile---*/
.mfp-wrap {
        z-index: 900001;
}
/*--------end global--------*/


/*---------header-----------*/
/*---style mona_html---*/
.mona_html {
    font-size: 14px;
}
.mona_html:before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333;
}
.mona_html.showroom:before {
    content: "\f015";
}
 
.mona_html a {
        color: #333;
        font-weight: 700;
}
/*---style active nav---*/
 
 
/*--------end header--------*/


/*---------content-----------*/
/*-----style contact form-----*/
.form-ct {
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.form-ct-row {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.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;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.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);
}

span.wpcf7-spinner {
    position: absolute;
    display: none;
}
span.wpcf7-not-valid-tip + span.wpcf7-not-valid-tip {
    display: none;
}
@media screen and ( max-width:549px){
    .form-ct .form-row.w50 {
        width: 100%;
    }
}
/*---end style contact form---*/

/*---style mona_title---*/
.mona_title {
    text-align: center;
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mona_title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9px;
    width: 50%;
    border-top: 1px solid #2b2e4a;
    border-bottom: 1px solid #2b2e4a;
}
.mona_title:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 70%;
    background: #2b2e4a;
}
.mona_title h2 {
    margin: 0 auto;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: 120%;
    padding: 15px 30px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #ecfdee;
    border:2px solid;
/*    clip-path: polygon(0 1%, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
    -webkit-box-shadow: inset 0 3px 0 0 var(--primary-color), inset 0 -3px 0 0 var(--primary-color);
    -moz-box-shadow: inset 0 3px 0 0 var(--primary-color),inset 0 -3px 0 0 var(--primary-color);
    box-shadow: inset 0 3px 0 0 var(--primary-color), inset 0 -3px 0 0 var(--primary-color);*/
}
.mona_title h2:before, .mona_title h2:after {
/*    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -71px;
    margin: auto 0;
    border: 4px solid var(--primary-color);
    -webkit-transform: rotate(45deg) skew(26deg,26deg);
    -moz-transform: rotate(45deg) skew(26deg,26deg);
    -ms-transform: rotate(45deg) skew(26deg,26deg);
    -o-transform: rotate(45deg) skew(26deg,26deg);
    transform: rotate(45deg) skew(26deg,26deg);*/
}
.mona_title h2:after {
    left: auto;
    right: -71px;
}
.mona_title h2 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    color:var(--primary-color);
}
.mona_title h2 span:before {
    content: "\f005";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mona_title h2 span:after {
    content: "\f005";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width:549px){
    .mona_title h2{
        padding: 15px 45px;
    }
}
/*---end style mona_title---*/

/*---style sec_blog---*/
.sec_tintuc {
    background-image: url(/wp-content/uploads/2018/11/bg-5.png);
    background-size: contain;
    background-repeat: no-repeat, repeat;
    background-position: left;
}
.sec_tintuc h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 0.5em;
    color: #222222;
}
.sec_tintuc .is-divider {
    display: none;
}
.sec_tintuc p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
    color: #424242;
}
.sec_tintuc .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.sec_tintuc .box-text.text-left {
    padding: 1.2em;
    
}
.sec_tintuc img.attachment-original.size-original.wp-post-image {
    border-radius: 15px 15px 0 0;
}
.sec_tintuc button.button.is-link.is-small.mb-0 {
    text-transform: capitalize;
}
.sec_tintuc button.button.is-link.is-small.mb-0:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    color: #ee453d;
}

/*--------end content--------*/

/*sec iên hệ*/ 
.sec-lien-he-tab ul.nav li a {background: #e9e9e9;color: var(--primary-color);font-weight: 700}
.sec-lien-he-tab ul.nav li.hover a {
    background: var(--second-color);
    color: #fff;
}
.sec-lien-he-tab ul.nav li.active a {background:  var(--primary-color);;color: #fff;}

.sec-lien-he-tab ul.nav {
    gap: 5px;
}

.sec_lien_he p iframe {
    border-radius: 5px;
    border: 2px solid var(--primary-color)!important;
}
/*---------footer-----------*/
 
.sec_footer h3 {
    padding-bottom: 10px;
    position: relative; 
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;

}
.sec_footer h3:before {
    padding: 0;
    margin: 0px;
    position: absolute;
    content: "";
    width: 60px;
    display: block;
    height: 2px;
    background-color: var(--second-color);
    bottom: -2px;
    left: 0;
}
.sec_footer p{
    color: #333;
    font-size: 14px;
    margin-bottom: 0.8em;
}
.sec_footer a{
    color: #333;
    font-size: 14px;
}
.sec_footer a:hover{
    color: var(--second-color) !important;
}
.sec_footer .icon-box-img {
    width: 20px !important;
}
 
.sec_footer ul.menu>li
{   
    padding-top:10px;
    padding-bottom:3px;
}  
.sec_footer ul.menu {
    margin: 0;
}
.sec_footer ul.menu li {
    border-top: unset;
    padding-top: 0px;
    position: relative;
    padding-left: 1.5rem;
} 
.sec_footer ul.menu li:before {
    content: "\f192";
    font-size: 0.875rem;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 7px;
}

/*---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: #e84545;
    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 .row.sec_ft_news .box-image {
    display: none;
}

.sec_footer .row.sec_ft_news .col {
    padding-bottom: 0;
}

.sec_footer .row.sec_ft_news .box-text .is-divider {
    display: none;
}

.sec_footer .row.sec_ft_news .box-text .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     padding-left: 25px;
     font-weight: 500;
}

.sec_footer .row.sec_ft_news .box-text {
    padding: 0;
} 

.sec_footer .row.sec_ft_news .box-text .post-title:before {
    content: "\f192";
    font-size: 0.875rem;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.6;
}
.sec_ft_map p iframe {
    border-radius: 5px;
    border: 2px solid var(--primary-color)!important;
}
/**/
a#top-link {border: 2px solid;color: #fff;background: var(--primary-color);-webkit-transition:all ease-out .3s;transition:all ease-out .3s;}

a#top-link:hover {opacity:0.8}   
.copyright-footer {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

/* woocommerce */
/*search */
.sec_search{
        z-index: 8;
}
#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;
}
.autocomplete-suggestion img {
    width: 60px;
    height: 60px;
    margin-right:0;
}


.autocomplete-suggestion img+.search-name {
    font-size: 14px;
}


.autocomplete-suggestion .search-price {
    font-size: 1rem;
}


#search-lightbox.dark form input[type="search"].search-field::placeholder {
    color: #000!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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items:center;
        align-items:center;
        gap: 10px;
    }
    .sidebar-menu .live-search-results.text-left.z-top .autocomplete-suggestion {
         -webkit-flex-direction: column;
        flex-direction: column;
         gap: 10px;
    }
}
.post-sidebar .live-search-results.text-left.z-top .autocomplete-suggestion {
        -webkit-flex-direction: column;
        flex-direction: column;
}
.post-sidebar .live-search-results.text-left.z-top .autocomplete-suggestion .search-image {
     
    width: 60px;
    height: 60px;
}


.nav-dropdown li.html.widget_shopping_cart p.woocommerce-mini-cart__empty-message {
    font-size: .875rem;
}


.nav-dropdown li.html.widget_shopping_cart {
    padding-bottom: 0;
}
a.button.checkout.wc-forward.wp-element-button {
    background: #2e3e67;
}
.woocommerce-ordering, .woocommerce-ordering select {
    border-radius: 10px;
}
.single.single-product .product-info.summary .product-title {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
}
.single.single-product .product-info.summary .price-wrapper span {
    color: red;
}
.single.single-product .product-images .woocommerce-product-gallery__image img {
    height: 450px;
    object-fit: contain;
}
.single.single-product .product .product-thumbnails .col.is-selected a { 
    border: 2px solid var(--primary-color);


} 
.single.single-product .product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {       
    transform: translateY(0); 
    width:100%;


}
.single.single-product .product .product-thumbnails .col img {
    width: 100%;
    object-fit: contain;
   
}
.single.single-product .product .product-thumbnails{
 margin: 0 40px!important;
 padding-top:20px;
 padding-bottom:20px;
 border-top:1px solid #d8d8d8;
}


.single.single-product .product-gallery  button.flickity-button {
    opacity: 1;
    transform: translateX(0)!important;
}
.single.single-product .product-thumbnails .flickity-prev-next-button.previous {
    left: -6%; 
}
.single.single-product .product-thumbnails .flickity-prev-next-button.next{
        right: -6%;
}
.single.single-product .product-gallery button.flickity-button svg {
    font-size: 12px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid var(--primary-color)!important;
    border-radius: 50%;
}
.single.single-product .product-gallery .product-thumbnails a:after {
    content: ''!important;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.single.single-product .product-gallery .product-thumbnails .col.is-selected a:after,
.single.single-product .product-gallery .product-thumbnails .col:hover a:after {
    background: 0 0;
}
a.button.primary.prod_woo_tel{
        padding: 0px 25px;
}
@media screen and (max-width:549px){
    .single.single-product .product-info.summary .product-title{
        font-size:22px;
        margin-top:20px;
    }
    .single.single-product .product .product-thumbnails{
         margin: 0 30px!important;
    }
     .single.single-product .product-thumbnails button.flickity-button{
        width: 25px!important;


     }
    .single.single-product .product-thumbnails button.flickity-button svg{
        width: 25px;
        height: 25px;
    }
    a.button.primary.prod_woo_tel{
        width: 100%;
    }
}
a.button.wc-forward.wp-element-button {
    border-radius: 5px;
}
.cart-item  ul.nav-dropdown.nav-dropdown-default {
    border-radius: 8px;
}


p.woocommerce-mini-cart__buttons.buttons a {
    border-radius: 6px;
}
form.woocommerce-ordering select {
    border-radius: 5px;
}
.woocommerce-cart .button {
    border-radius: 5px;
}
.checkout_coupon  button.is-form.expand.button {
    text-transform: uppercase;
    font-weight: 700;
    background: #ba2129;
    outline: unset;
    text-shadow: unset;
    color: #fff;
}
.woocommerce-checkout form input,.woocommerce-checkout form textarea,.woocommerce-checkout .col-inner.has-border {
    border-radius: 5px;
    outline: unset;
}
.woocommerce-cart .shop_table thead tr th {
    font-size: 14px;
}
.woocommerce-cart p.return-to-shop, .woocommerce-cart p.return-to-shop a {
    margin-bottom: 0;
} 

.woocommerce-cart .woocommerce {
    margin-top: 30px;
}
button#place_order {
   border-radius: 5px;
}


/* page search only show product*/
.archive.search.search-results .row.category-page-row > 
.col>*:not(.shop-container){display:none}

p.woocommerce-result-count.hide-for-medium {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

/*fancyBox*/
div#fancybox-wrap {
    max-width: 400px!important;
}

#fancybox-outer {
    border-radius: 4px;
}

div#fancybox-content {
    padding: 20px;
    border-radius: 4px;
    height: auto;
}

div#fancybox-content > div {
    overflow: unset!important;
}

div#fancybox-content input.wpcf7-submit {
    border-radius: 4px;
    margin: auto;
    display: block;
}

@media screen and (max-width: 549px) {
    div#fancybox-wrap {
/*        max-width:330px!important;*/
    }

    div#fancybox-content {
        padding: 10px!important;
    }

    div#fancybox-content > div {
        overflow: auto!important;
    }
}
/*--------end footer--------*/
 /*amination*/

 @-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes scale-in-ver-top{
    0% {
    -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}
@keyframes scale-in-ver-top{
    0% {
    -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}