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


}

/*************** WHATSAPP  ***************/
.whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 15px;
	z-index: 90;
}
@media only screen and (max-width: 600px){
	.whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 15px;
	z-index: 90;
}}
.shipping-calculator-button{display:none;}