/*
Theme Name: haiviet coffee
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* DINH DANH BUTTON LIEN HE TRC ADD CART */

.detailcall-1 {
	font-family: "Roboto", sans-serif !important;
    margin: 10px 0 20px;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fd6e1d;
    box-shadow: 0 0px 0 0 #248c50 inset;
    text-align: center;
}
.detailcall-1 h3 {
	font-family: "Roboto", sans-serif !important;
    margin-bottom: 0px;
    color: white !important;
    font-size: 20px;
    margin-top: 0px;
}
.detailcall-1 span {
	    font-family: "Roboto", sans-serif !important;
    display: block;
    margin-top: 0px;
    color: white
}

/* END DINH DANH BUTTON LIEN HE TRC ADD CART */

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


}