/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
.absolute-footer{
    display: none
}
.border_t {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 5px;
}
.product-info .breadcrumbs,.product-info .breadcrumbs a{
        color: #4dbea2 !important;
}
.font-bold {
    font-weight: 700;
}
.text-secondary-light1 {
    color: #009377;
}
.product-info .social-icons.share-icons.share-row.relative:before{
    content: "Chia sẻ: ";
    display: inline-block;
    font-size: 14px;
}
button.single_add_to_cart_button.button.alt {
    background: #1f1c17;
    margin-bottom: 0;
}
.product-summary .quantity{
    margin-bottom: 0 !important
}
.row.row-small.list_khong>.col{
    padding-bottom: 5px;
    font-size: 14px;
    align-items: center;
    display: flex;
    font-weight: 500;
}
form.cart {
    background: #1f1c17;
    padding: 10px 25px;
    border-radius: 5px;
}
.quantity, .text-center .quantity, .form-minimal.quantity .qty{
    color: #111 
}
#tab_listsp li{
    border:none !important;
    margin:0;
}
#tab_listsp li a{
    font-size: 20px;
    color: #333;
    transition: ease all .3s;
}
#tab_listsp li:hover a span, .list_c2 a:hover{
    text-decoration: underline;
    transition: ease all .3s;
}
.title_tt {
    font-weight: 600;
}
button.cat_more {
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0;
}
.row_1{
    margin:0 auto !important;
}
.list_c2 a{
    display: block;
    font-size: 20px;
    transition: ease all .3s;
}
h3.headings {
    font-size: 28px;
}
a.xemthem {
    font-size: 14px;
}
a.xemthem:hover {
    text-decoration: underline;
}
.button i, button i{
    top: 0;
}
.cart-icon.tooltip {
    background: #ede0cc;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 8px;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: 1px solid;
    border-radius: 5px;
}
p.name.product-title.woocommerce-loop-product__title{
	font-size: 18px;

}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
	height: 1px;
}
a.button{
	border-width: 1px !important;
        font-weight: 500;
}
a.button.success.is-outline.expand {
    display: flex;
    padding: 15px 20px 15px 20px !important;
    justify-content: space-between;
    align-items: center;
}
.col.post-item .image-cover{
    border-radius: 10px;
}
.box-blog-post .is-divider{
    height: 0;
}
#footer{
    background-color: rgba(254, 251, 244);
}
#footer a{
    font-size: 14px;
}
#footer .ux-menu-link__link{
    padding:0;
    min-height: unset;
}
.wpcf7-spinner{
    display: none
}
.single-product .product-thumbnails.thumbnails{
    display: none
}
.product-short-description{
    margin-bottom: 25px;
}
.banner.hei100{
    height: 100% !important
}
.archive.category  .row.align-center .large-10.col{
        flex-basis: 100%;
    max-width: 100%;
}
.archive.category .page-title.is-large.uppercase {
    font-size: 32px;
}
.archive.category .col.post-item .image-cover{
    padding-top: 100% !important
}
.archive.category .col.post-item .post-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.archive.category .col.post-item .col-inner:hover h5.post-title.is-large a{
    text-decoration: underline;
}
.single-post .entry-content{
    padding-top: 0;
}
.single-post  header.entry-header .is-divider{height: 0}
.header_single_post {
    min-height: 517px;
    margin-bottom: 50px;
        background-size: cover;
}
.single-post .page-wrapper{
    padding-top: 0;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
    background-color: #fff;
}

.nav.nav-vertical li {
    border-top: 0px !important;
}
@media screen and (min-width: 850px){
    .product-info{
        padding-left: 100px;
    }
}
@media screen and (max-width: 549px){
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
        width: 80%;
    }
    #tab_listsp ul.nav li a{
        font-size: 15px;
        padding-left: 0;
    }
    #tab_listsp ul.nav li {
        padding-left: 0;
    }
    #tab_listsp ul.product_list_widget li a{
        font-size: 15px;
    }
    .header_single_post {
        min-height: 180px;
        margin-bottom: 30px;

    }
}