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

/*************** ADD CUSTOM CSS HERE.   ***************/
/********** Custom font ***//* --- Khai báo Font UTM Facebook --- */
@font-face {
    font-family: 'UTM Facebook'; /* Tên mình đặt để gọi sau này */
    src: url('/wp-content/fonts/UTM FACEBOOKB K&T/UTM FACEBOOKB K&T.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Giúp web tải nhanh hơn */
}

/* --- Bắt đầu Code Menu HoangTrongLoc (Đã cập nhật Font) --- */

/* 1. Tạo nền đỏ Gradient bóng bẩy */
.header-main {
    background: linear-gradient(to bottom, #4a0000 0%, #8e0e0e 50%, #4a0000 100%) !important;
    border-top: 1px solid #ff4d4d;
    border-bottom: 1px solid #000;
}

/* 2. Chỉnh sửa các mục trong Menu */
.header-nav.nav > li > a {
    /* --- Cập nhật quan trọng ở đây --- */
    font-family: 'UTM Facebook', sans-serif !important; /* Dùng font UTM */
    font-size: 16px; /* Chỉnh lại cỡ chữ cho vừa mắt với font này */
    font-weight: normal; /* Font này đã đậm sẵn (Bold), nên để normal là đẹp */
    letter-spacing: 0.5px; /* Giãn chữ ra một chút cho thoáng giống mẫu */
    /* -------------------------------- */
    
    color: #ffffff !important;
    padding-left: 25px; /* Tăng khoảng cách để menu thoáng hơn */
    padding-right: 25px;
    
    /* Vạch kẻ trắng */
    border-right: 1px solid rgba(255, 255, 255, 0.4); 
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5); 
}

/* 3. Xóa vạch kẻ ở mục cuối cùng */
.header-nav.nav > li:last-child > a {
    border-right: none;
    box-shadow: none;
}

/* 4. Hiệu ứng Hover */
.header-nav.nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffeb3b !important;
}

/* --- Kết thúc Code --- */


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


}
bdi {
    color: red;
    font-size: 22px;
}

.mo-ta-ngan-san-pham {
  border: 1px dashed green; /* Độ dày: 5px, Kiểu: solid, Màu: đen */
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;
	color:green;
}

/* Khung cho windget tin tức */
span.widget-title {
    font-size: 1em;
    text-align: center;
    color: white;
    font-weight: 600;
    background-color: green;
    padding: 12px;
    padding-right: 38px;
    padding-left: 38px;
}



/* For mobile */
@media only screen and (max-width: 768px) {
    .form-order {
        margin-top: 0;
        position: relative;
        margin-left: 0;
    }

    .hotline-footer {
        display: inline-block;
        position: fixed;
        bottom: 0;
        height: 45px;
        width: 100%;
        z-index: 999;
    }

    .hotline-footer .left {
        float: left;
        width: 33.33%;
        background: #d60000;
        text-align: center;
        height: 100%;
    }

    .hotline-footer .middle {
        float: left;
        width: 33.33%;
        background: #11ad11;
        text-align: center;
        height: 100%;
    }

    .hotline-footer .right {
        float: right;
        width: 33.33%;
        background: #f38800;
        text-align: center;
        height: 100%;
    }

    .hotline-footer .clearboth {
        clear: both;
    }

    .hotline-footer .right a,
    .hotline-footer .left a,
    .hotline-footer .middle a {
        line-height: 42px;
        font-size: 13px;
        color: white;
    }

    .hotline-footer img {
        width: 20px;
        padding-right: 4px;
    }

    div.wpcf7 {
        margin-top: 10px;
        border-radius: 3px;
    }

    div.wpcf7 input[type='submit']:not(.is-form) {
        margin-bottom: 0;
        border-radius: 4px;
        background: #3fc515;
    }

    .form-order .cot1,
    .form-order .cot2 {
        display: none;
    }

    .form-order .col,
    .form-order {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .form-dat-hang p {
        padding-bottom: 10px;
    }

    .trang-sp .col .post-item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .zalo-fb {
        display: none;
    }
p {
    font-size: 15px;
    text-align: justify;
}
ul {
    font-size: 15px;
    text-align: justify;
}
.note {
    font-size: 15px;
    text-align: justify;
}
span.ingredient {
    font-size: 15px;
}

}
