 html, body {
 	font-family: 'Nunito', sans-serif;
 	color: #000;
 }

.navbar {
	background: none;
	border: none;
}
.product-title {
    word-break: break-all;
    line-height: 1.2;
    font-size: 5rem;
}
.product-title .domain-name {
	font-size: 4.78rem;
}
.panel-title-price {
	font-size: 24px;
}

.my-button {
	background-color:#d15641 !important;
	border-color:#d15641 !important;
}