/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.ux-buy-now-button.button {
	height: 65px;
	border-radius: 30px;
	margin-top: 15px;
	width: 100%;
	max-width: 215px;
}

@media (max-width: 480px) {
	.ux-buy-now-button.button {
		max-width: unset;
	}
}