.button1 {
    background-color: #F5BF42;
    width: 250px;
    border: none;
    color: white;
    padding: 5px;
    text-decoration: none;
		font-variant:small-caps;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
}
.button1 span {
    float: right;
    margin-top: 11px;
    margin-right: 20px;	
}
.button1:hover {
		background-color:#F8AF07;
		color: #F8070B !important;	
}
.button1 span:hover {
		color:#F8070B;
}
div.entry-tagline p {
    color: #ffffff;
		text-align: justify;
    text-justify: inter-word;
}
div.woocommerce-product-details__short-description{
		text-align: justify;
    text-justify: inter-word;
}