@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

body {
     background			: #ffee56 url("../../img/theme/sunny-bg.jpg") no-repeat center center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.ml-panel, .ml-title, .ml-dialog{
}
.ml-panel .product-title{
}
.panel.ml-panel{
	background	:	rgba(255,255,255,0.8);
}


.btn.btn-primary,
	.btn.btn-primary{
	background			: #FDBE35!important;
    border-color		: #FDBE35!important;
}

.btn.btn-primary:hover, 
	.btn.btn-primary:active,
		.btn.btn-primary:hover,
			.btn.btn-primary:active{
	background			: #FDC43B!important;
    border-color		: #FDC43B!important;
}
