/*
Theme Name: noi-that-minh-uyen
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.title-cate-home h3 {
    display: inline-block;
    text-align: left;
    width: 50%;
}
.title-cate-home p {
    display: inline-block;
    float: right;
    font-size: 15px;
}
.title-cate-home h3 .dashicons {
    font-size: 46px;
    color: #ead791;
}
.title-cate-home h3 p {
    display: inline-block;
    padding-left: 15px;
    float:unset;
}
.title-cate-home h3 p a {
    font-size: 18px;
}
.title-cate-home p span.view-all a {
    color: #004c31;
    padding: 3px 7px;
    border-radius: 5px;
    background: #e5e5e5;
    font-size: 14px;
}
.title-cate-home p span.view-all a:hover {
    color: green;
    text-decoration: underline;
}
.cate-slide .box-image img {
    padding: 39px;
    height: 157px;
    width: 157px;
}

div.margin-top-10 {
    margin-top: 10px;
}

.footer-widgets.footer-2 .dark, .footer-widgets.footer-2 p {
    color: #000;
}
.footer__info p {
    margin-bottom: 5px;
}
.dark .is-divider {
    background-color: #79cecf;
}
.dark .social-icons .button.is-outline, .nav-dark .social-icons .button.is-outline {
    border-color: #79cecf;
}
.dark .button, .dark input[type=button], .dark input[type=reset], .dark input[type=submit] {
    color: #79cecf !important;
}

/* === MUA NGAY === */
.ux-buy-now-button {
    background: red;
}
/* === GIỎ HANG === */
section.woocommerce-bacs-bank-details h3 {
    padding: 0 0 0 20px;
}
section.woocommerce-bacs-bank-details ul {
    padding: 0 0 0 35px;
}
.form-row-first, .form-row-last {
    width: 100%;
}
/*=== QUA TANG KEM === */
.qua-tang-sp {
    background: #2e8c8d;
    padding: 23px 20px 8px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}
.qua-tang-sp h3.title-qua-tang {
    color: white;
    background: #2e8c8d;
    display: inline;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    position: absolute;
    top: -18px;
    width: 124px;
}
.qua-tang-sp .qua-tang-content {
    color: #FFF;
    margin-bottom: 10px;
}
.qua-tang-sp .qua-tang-content p {
    margin: 0;
}
.qua-tang-sp ul {
    color: #FFF;
    margin-bottom: 5px;
}
.qua-tang-sp ul li {
    margin-bottom: 3px;
}
/* === COMBO === */
.wooco-products .wooco-product {
    padding: 5px 0;
}
.wooco-products .wooco-product .wooco-title .wooco-title-inner {
    font-size: 13px;
}

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


}