/*
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.   ***************/


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


}



/* Khai báo font Averta từ thư mục flatsome-child/font/averta */
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('font/averta/Averta-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


@font-face {
    font-family: 'Brandon Grotesque';
    src: url('font/brandon/Bourbon_Grotesque.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



body {
    font-family: 'Averta', sans-serif;
}

h3, h4, h5, h6, p, a {
    font-family: 'Averta', sans-serif;
}

h1, h2 {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 700;
}

.ct-product-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.ct-product-box .box-text {
    padding: 16px 20px;
}

.ct-product-box .box-text .woocommerce-Price-amount {
    font-size: 18px;
    color: var(--primary-color);
}