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

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


html, body, h1, h2, h3, h4, h5, h6, p, a{
    font-family: "PoppinsVN" ,Arial, Helvetica, sans-serif;
}
b, strong{
    font-weight: bold;
}
ol, ul{
    padding-left: 15px;
}

.header-search-form.search-form{
    padding-right:15px;
}
#wide-nav .flex-col.hide-for-medium.flex-left{
    margin-right: 20px
}
.section-title-bold-center span{
    border: none
}
.section-title b{
    opacity: .5;
    background-color: rgb(199, 158, 68);
}

.luanlt_title .section-title-normal span{
    border-bottom: none;
    padding: 5px 10px;
    height: 0;
    border-bottom: 30px solid #c79e44;
    border-right: 35px solid transparent;
    line-height: 40px;
    color: #fff;
    font-size: 15px;

}
.luanlt_title .section-title-normal {
    border-bottom: 2px solid #c79e44;
}
.section-title-bold-center span {
    /*  width: 200px;*/
    height: 40px;
    position: relative;
    background: rgb(199, 158, 68);
    color: #fff
}
.section-title-bold-center span:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right:20px solid rgb(199, 158, 68);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.section-title-bold-center span:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(199, 158, 68);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.single_add_to_cart_button.button.alt::before, .add_to_cart_button::before{
    font-family: "fl-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1.2;
    content: "\e909";
    margin-right: 5px;
}

#ft-contact-icons .icon-phone:before{
    display: none
}

.luanlt_image_box .box-text.text-center{
    display: table;
    width: 100%
}
.luanlt_image_box  .box-text-inner{
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
    width: 100%;
    text-align: center;
    height: 55px
}
#menu-item-289 .nav-dropdown{
    min-width: 330px
}
.nav-dropdown{
    padding: 10px
}
.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
     font-weight: 700
}
span.tp-vertical-menu-icon.is-small{font-size: 13px}
.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item > a {
    padding-top: 7px; padding-bottom: 7px; text-transform: uppercase; font-weight: 700; font-size: 13px

}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .luanlt_khuyen_mai{
        position: relative;
        top: 0;
        left: 0
    }
    .wcct_countdown_timer_wrap p{
        width: 100%;
        text-align: center;
        margin-right: 0
    }
    #ft-contact-icons{
        display: none
    }
    .phonering-alo-phone.phonering-alo-show{
        visibility: hidden
    }
    .luanlt_image_box  .box-text-inner{
        height: 45px
    }
}