/*
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.   ***************/
.tt-section {
    font-weight: 700;
    text-transform: none;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.single-product .product-summary .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    white-space: nowrap;
    width: fit-content;
    text-align: center;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    padding: 1.3rem 1.6rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s ease all;
}

.single-product .product-summary .btn {
    font-size: 1.4rem;
}

.btn-zalo {
    background-color: #2F6BFF;
    border-color: #2F6BFF;
}

.single-product .product-summary .btn.btn-zalo, .single-product .product-summary button {
    font-weight: 400;
    width: 100%;
    padding-block: .5rem;
}

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


}