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

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

/* an nut them vao gio hang o trang single product */

button.single_add_to_cart_button.button.alt {
    display: none;
}

/* nut goi ngay trang single product */

.goingay_wat_demo_button_khungminh {
    border: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    overflow: hidden !important;
    clear: both !important;
    padding: 10px 0px !important;
    border-radius: 4px !important;
    font-size: 17px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: white !important;
    border-bottom: 0px !important;
    max-width: 100% !important;
    background: linear-gradient(180deg, #f79429, #f7712e);
    margin: 0 0 10px 0;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s !important;
    width: 370px !important;
}

/* badge giam gia */

.badge-inner.secondary.on-sale {
 color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
}

.callout.badge.badge-circle {
    height: 1.5em;
}


.badge-container.left {
    left: unset !important;
    right: 0;
	margin: 5px 5px 0;
}

/* badge giam gia end*/

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


}