/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic:wght@100..400&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
.custom-font p{
	font-family: "Playwrite NZ Basic", cursive;
}
.button-buy-now {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #ff512f, #dd2476);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(221, 36, 118, 0.35);
  transition: all 0.3s ease;
}
.header-nav{
	padding-left: 120px !important;
}
.absolute-footer.dark{
	display: none !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}