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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/

html,
body {
    font-weight: 400;
}

.mp0 {
    padding: 0;
    margin: 0;
}

.lch-hotline,
.lch-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.lch-hotline {
    text-align: right;
}

.lch-hotline p {
    font-size: 22px;
    color: #ffb63f;
    font-weight: 600;
}

.lch-hotline p svg {
    color: red;
    font-size: 18px;
    -webkit-transform: rotate( 90deg);
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg);
    margin-right: 10px;
}

.lch-hotline p a,
.lch-hotline p a:active,
.lch-hotline p a:focus,
.lch-hotline p a:hover {
    color: #ffb63f;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.nav>li>a,
.nav-uppercase>li>a {
    font-weight: 400 !important;
}

.nav-dark .is-outline,
.dark .nav>li>a,
.dark .nav>li.html,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical>li>ul li a,
.nav-dropdown.dark>li>a,
.nav-dropdown.dark .nav-column>li>a,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button {
    color: #fff;
}

.nav-dropdown>li>a,
.nav-column>li>a {
    font-size: 15px;
    font-weight: 400;
}

.breadcrumbs a {
    color: #555;
}

#wide-nav .nav-dropdown {
    padding: 5px;
}

.find .pull-left p {
    max-width: 100%;
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.find .pull-left p a {
    line-height: 2em;
}

.find .pull-right a {
    margin: 15px 0;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    background-color: #757575;
    border-radius: 4px;
    float: right;
}

.svg-inline--fa.fa-w-12 {
    width: .75em;
}

.svg-inline--fa.fa-w-8 {
    width: .5em;
}

.footer-widgets {
    padding-top: 0;
}

.footer-widgets .widget {
    margin-bottom: 0;
}

.absolute-footer.dark {
    color: #fff;
}

.lcmenu .menu {
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 42px;
    margin-bottom: 0;
}

.lcmenu .menu__item {
    overflow: hidden;
    display: inherit;
    cursor: pointer;
    transition: all .5s ease-in-out;
    border: none;
}

.lcmenu .menu__link {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
}

.lcmenu .menu__child {
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 1280px;
    margin-left: -32px;
    top: 120%;
    left: 0;
    z-index: -1;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
}

.lcmenu .menu__item:active .menu__child,
.lcmenu .menu__item:focus .menu__child,
.lcmenu .menu__item:hover .menu__child {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.lcmenu .menu__child--title {
    padding: 25px 40px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: var(--color-black);
    margin-top: 0;
}

.lcmenu .menu__link .icon-angle-down {
    line-height: 0;
}

.margin-25 {
    margin-bottom: 25px;
}

.lcmenu .menu__child--row {
    display: flex;
}

.lcmenu .menu__child--row {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
}

.lcmenu .menu__list {
    padding: 0 29px 0 40px;
}

.lcmenu .menu .link-static-row {
    background-color: #f5f5f5;
}

.lcmenu .menu__list--item {
    transition: all .4s ease;
    flex-basis: 10%;
    max-width: 110px;
    padding: 2px 1px 24px;
}

.lcmenu .menu__list--item:not(:last-child) {
    margin-right: 11px;
}

.lcmenu .menu__list--item picture {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    min-height: 80px;
}

.margin-10 {
    margin-bottom: 10px;
}

.lcmenu .menu__list--item h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #01a85a;
}

.lcmenu .menu__item.has-child button {
    display: none;
}

.lcmenu .menu__item ul.sub-menu {
    position: absolute;
    background: #fff;
    max-width: 200px;
    border: none;
    margin: 0;
    padding: 10px 0;
    transition: box-shadow .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    z-index: -1;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    display: block;
}

.lcmenu .menu__item:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.lcmenu .menu__item ul.sub-menu li {
    line-height: 2.5em;
}

.lcmenu .menu__item ul.sub-menu li a {
    color: #000;
    font-size: 13px;
}

.lcmenu .menu__item ul.sub-menu li a:hover {
    color: #fff;
}

.row-flex,
.row-flex:after,
.row-flex:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.margin-18 {
    margin-bottom: 18px;
}

.section-title-normal span,
.section-title-normal {
    border: none;
}

.product-small.col {
    background-color: var(--color-white);
    border-radius: 20px;
    transition: all .1s ease-in;
    margin-bottom: 4px;
    padding: 5px 12px 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-small.col:hover {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

.product-small.col .box-image {
    padding-top: 10px;
}

.product-small.col .box-image img {
    min-height: 200px;
}

.product-small.col .box-text {
    padding-bottom: .7em;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 400;
}

.product-small.col .box-text a {
    color: #555;
}

.product-small.col .box-text .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-height: 42px;
}

.product-small.col .box-text a:hover,
.dark .price,
.dark .price del,
.dark span.amount {
    color: #01a85a;
}

.section-title a {
    font-size: .7em;
    font-weight: 300;
}

.section-title a i {
    position: relative;
    top: 2px;
    opacity: .8;
}

.has-hover:hover .hover-slide,
.has-hover:hover .hover-slide-in,
.has-hover:hover .hover-zoom,
.has-hover:hover .hover-zoom-in,
.has-hover:hover .show-on-hover {
    opacity: 0;
}


/* .slider-nav-reveal,
.flickity-viewport {
    overflow: visible;
} */

span.amount,
a:hover,
a.remove:hover,
a.icon-circle:hover {
    color: #01a85a;
}

li.html select {
    min-width: 150px;
}

.searchform * {
    font-size: 1em;
}

.tpcn-banner .text-box-content .text-inner {
    display: flex;
    justify-content: space-between;
}

.tpcn-banner .text-box-content .text-inner>div {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    display: block;
    background-color: var(--color-white);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.tpcn-banner .text-box-content .box-item-img img {
    width: 160px;
    height: 210px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.tpcn-banner .text-box-content .box-item-txt {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: var(--color-white);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.47;
    color: var(--color-greyish-brown-two);
    left: 0;
}

.tpcn-banner .text-box-content .box-item-txt a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.47;
    color: var(--color-greyish-brown-two);
}

.tabbed-content.tab-danh-rieng>h4 {
    max-width: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-top: .5em;
    color: #000;
}

.tabbed-content.tab-danh-rieng>ul {
    max-width: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
}

.tabbed-content.tab-danh-rieng .tab-panels {
    border-top: 1px solid #01a85a;
}

.tabbed-content.tab-danh-rieng>ul li {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #01a85a;
    padding: 6px 15px;
}

.tabbed-content.tab-danh-rieng>ul li a {
    color: #555;
}

.tabbed-content.tab-danh-rieng>ul li.active {
    color: var(--color-white);
    border-top-left-radius: 7.2px;
    border-top-right-radius: 7.2px;
    background-color: #01a85a;
    color: #fff;
}

.tabbed-content.tab-danh-rieng>ul li.active a {
    color: #fff;
}

.mp0 .section-title {
    margin-bottom: 0;
}

.flickity-slider .product-small.col {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.nav-vertical>li a {
    font-size: 1em;
}

.product-info-meta ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.product-info-meta ul li span.img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    line-height: 25px;
    margin-right: 10px;
}

.product-info-meta ul li span {
    font-size: 13px;
    line-height: 22px;
    color: #626262;
}

.bottom-lcck {
    padding: 10px;
    background: #e8e8e8;
    margin-bottom: 1em;
}

.bottom-lcck p {
    margin-bottom: 5px;
}

.bottom-lcck .phone-ck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-lcck .phone-ck span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: red;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.bottom-lcck .phone-ck a {
    color: #35a106;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}

.bottom-lcck .time-lcck {
    padding-left: 37px;
    margin-top: -5px;
    font-size: 13px;
}

.product-section-title-related {
    margin-left: 0;
}

.product-footer {
    margin-bottom: 1em;
}

.page-title-inner .medium-text-center {
    font-size: .8em;
}

.footer.footer-2 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer.footer-2 ul li a {
    font-size: .9em;
}

footer .hotline {
    color: #fff578;
    font-size: 16px;
    margin-left: 10%;
    margin-top: 20px;
}

footer .hotline img {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 2px 2px 0;
}

.footer.footer-2 a>img {
    display: block;
    margin: 17px 22%;
}

.back-to-top.is-outline:hover {
    border-color: #fff;
}

.lcmenu .menu .link-static__item--list {
    display: block;
}

.lcmenu .menu .link-static__item--list {
    padding: 5px 10px;
    margin: 0;
}

.lcmenu .menu .link-static__item--list li:not(:last-child) {
    margin-bottom: 0;
}

.container .message-container {
    text-align: center;
}

.txt-quantity {
    display: none;
}


/* form.cart {
    display: none;
} */

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
    width: auto !important;
}

.pum-theme-1287 .pum-container,
.pum-theme-cutting-edge .pum-container {
    padding: 10px;
}

.col-pb0 .col {
    padding-bottom: 0;
}

.article-inner footer {
    display: none;
}

.page-title:not(.shop-page-title) {
    font-size: 2em;
    border-bottom: 2px dashed #01a85a;
    padding-bottom: 10px;
}

.cate-tpcn__product+p {
    display: none;
}

#home-viewer .widget-title {
    border-bottom: 1px solid #01a85a;
    font-size: 1.5em;
}

#home-viewer .product_list_widget {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

#home-viewer .product_list_widget li {
    margin-left: 0;
    border: none;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

#home-viewer .product_list_widget li a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .cb-alpha {
    padding: 40px;
}

.search-container form {
    width: 45%;
    display: inline-block;
    margin: 0;
}

.search-container form input[type='text'] {
    width: 88%;
    padding: 10px;
    font-size: 17px;
    border: none;
    margin: 0;
}

.search-container form button {
    float: right;
    padding: 10px 18px;
    background: #ee8434;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    line-height: 22px;
    margin: 0;
}

.cb-alpha .content h2 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.alphabet a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    padding: 6px 11px;
    text-decoration: none;
    border-radius: 4px;
    color: #4a4a4a;
    background: #fff;
    box-shadow: 0px 2px 9px -2px #888888;
	text-align: center;
}

.alphabet a:nth-child(1) {
    padding: 5px;
}

.alphabet a.active,
.alphabet a:hover {
    background: #ee8434;
    color: #fff;
}

#alphabetical-posts .item h3 {
    background-color: #f4f4f4;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 5px;
    text-align: center;
}

#alphabetical-posts .list {
    display: flex;
    flex-wrap: wrap;
}

#alphabetical-posts .list a {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    font-size: 18px;
    color: #414141;
    margin-bottom: 10px;
}


}
@media (max-width: 1350px) {
    .lcmenu .menu__child {
        min-width: unset;
        margin-left: unset;
    }
}
@media screen and (min-width: 850px) {
    .gallery-columns-5 .gallery-item,
    .large-columns-5>.col,
    .large-columns-5 .flickity-slider>.col {
        max-width: calc(20% - 20px);
        -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
    }
    
    .gallery-columns-4 .gallery-item,
    .large-columns-4>.col,
    .large-columns-4 .flickity-slider>.col {
        max-width: calc(25% - 20px);
        -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    }
    .home-slider .flickity-viewport {
        max-height: 614px !important;
    }
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .home-slider .flickity-viewport {
        max-height: 170px !important;
    }    
    .product-small.col {
        margin-left: 0;
        margin-right: 0;
        flex: 0 50%;
        padding: 10px;
        border: 1px solid #ebebeb;
        border-top: none;
        margin-bottom: 0;
        border-radius: 0;
    }
    
    .product-small.col:hover {
        box-shadow: none;
    }
    
    .section-title-container {
        margin-bottom: 0;
    }
    
    .section-title-center b {
        display: none;
    }
    
    .section-title-normal {
        display: block;
        text-align: center;
    }
    
    .tabbed-content.tab-danh-rieng>h4 {
        margin-bottom: 1em;
    }
    
    .tabbed-content.tab-danh-rieng>h4,
    .tabbed-content.tab-danh-rieng>ul {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    .tabbed-content.tab-danh-rieng>ul li {
        padding: 0 7px;
    }
    
    .home .section:not(.Slider) {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    .home .section .row-small>.col {
        padding-bottom: 0;
    }
    
    .searchform .flex-row {
        flex-direction: column;
    }
    
    .searchform .flex-row .flex-col.flex-grow {
        width: 100%;
    }
    
    .searchform-wrapper.form-flat .flex-col:last-of-type {
        margin-left: 0;
        background-color: #01a85a;
        padding: 0;
        margin-top: 5px;
    }
    
    .searchform-wrapper.form-flat .flex-col:last-of-type * {
        color: #fff;
    }
    
    main .cb-alpha {
        padding: 20px 10px;
    }
    
    .alphabet {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .alphabet a {
        width: 20%;
        text-align: center;
        margin: 10px 5px;
    }
    
    #alphabetical-posts .list a {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    .search-container form {
        width: 100%;
    }
    
    .search-container form input[type='text'] {
        width: 80%;
    }

    .cate-tpcn .row-flex .col-6 {
        width: 46% !important;
        max-width: 46% !important; 
        margin-right: 1% !important;
        margin-left: 1%;
        background: #fff;
    }
    .cate-tpcn .row-flex {
        justify-content: center;
    }
    .cate-tpcn__nameProduct h4 {
        text-align: center !important;
    }
}