/*
Theme Name: Thuythu Child
Description: This is a child theme for Thuythu Theme
Author: Jack Lam
Template: thuythu
Version: 3.0
*/

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

:root {
    --font-main: "UTM Avo", sans-serif !important;
}

body,
body *:not(i) {
    font-family: "UTM Avo", sans-serif !important;
}

/* Hide Showroom & Quote - Desktop floating buttons */
[data-action="CR-popup-showroom"],
[data-action="CR-popup-quote"] {
    display: none !important;
}

/* Hide Showroom & Quote - Mobile bottom bar (ico-3 and ico-4) */
.CR-custom-sticky-icons li.item.ico-3,
.CR-custom-sticky-icons li.item.ico-4 {
    display: none !important;
}

/* Hide Hanoi Office & Da Nang Office in footer (2nd and 3rd .menu-item-box inside .contact--box) */
.contact--box .menu-item-box ~ .menu-item-box {
    display: none !important;
}

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


}