/*
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.   ***************/
.button, button, fieldset, input, select, textarea {
    margin-bottom: 0em !important;
}
input[type=checkbox], input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 8px;
    width: 16px !important;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2em !important;
    margin-right: 0em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    min-width: 24px;
    padding: 8px 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    max-width: 100%;
    height: 40px;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

.quantity input[type=number] {
    width: 2em;
    height: 50px;
}


/* NAV MENU --------------------------------------------------------*/
.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ae4803;
    border-radius: 10px;
    background: #fff;
}

.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: 160px;
    text-align: left;
    white-space: nowrap;
    width: 33%;
}

.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    color: #842800;
    font-size: large;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: rgb(0 0 0 / 85%);
    transition: all .2s;
}

.nav-dropdown-default .nav-column li>a {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    color: #000;
}

.nav-dropdown-default .nav-column li>a:hover {
    color: #a32400;
}



.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: rgb(0 0 0 / 85%);
    transition: all .2s;
}

.cart-item {
    background: #540000;
    padding: 0 10px;
    border-radius: 5px;
}

.cart-item a{
    color: #fff !important;
    border-radius: 5px;
}
.widget_shopping_cart a{
    color: #000 !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout{
    color: #fff !important;
}
.cart-item .header-cart-link{
    padding: 10px !important;
}
/* ELEMENT ------------------------------------------------------------*/
.section-title-normal span {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
    background: #540000;
    padding: 10px 10px 5px 10px;
    border-radius: 10px 10px 0px 0px;
}

.section-title-normal {
    border-bottom: 2px solid #540000;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media only screen and (max-width: 549px) {
    .quantity input[type=number] {
        width: 2em;
        height: 50px;
    }
}


/* ẨN NGÀY THÁNG VÀ TÁC GIẢ ĐĂNG BÀI VIẾT ----------------*/
.entry-meta{
    display: none;
}

.badge.post-date {
    display: none;
}