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

/*************** ADD CUSTOM CSS HERE.   ***************/
.floating-footer-buttons{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
    display:flex;
    background:#fff;
    box-shadow:0 -3px 15px rgba(0,0,0,.12);
    border-top:1px solid #e5e5e5;
}

.floating-footer-buttons .ff-btn{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:12px 6px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    color:#fff;
    transition:.2s;
}

.floating-footer-buttons .ff-btn i{
    font-size:20px;
    line-height:1;
}

.floating-footer-buttons .whatsapp{
    background:#25D366;
}

.floating-footer-buttons .telegram{
    background:#229ED9;
}

.floating-footer-buttons .location{
    background:#20409A;
}

.floating-footer-buttons .ff-btn:hover{
    opacity:.9;
}

body{
    padding-bottom:72px;
}

body .dawp-sticky-bar {
	display: none !important;
}

@media(min-width:769px){
    .floating-footer-buttons{
        max-width:520px;
        left:50%;
        transform:translateX(-50%);
        bottom:16px;
        border-radius:16px;
        overflow:hidden;
        box-shadow:0 10px 30px rgba(0,0,0,.18);
    }

    body {
        padding-bottom:100px;
    }
	

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	body .button.primary {
		padding: 8px 12px;
	}

}