.price{
	text-decoration: line-through;
}

.device-type-desktop .item-style-default.item-has-image.size60 {
    width: 60%;
	margin: auto;
}

.item-button {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 32px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    outline: none;
    line-height: 16px;
    border-radius: 2px;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: #ff9800;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px;
    display: inline-block;
}

a.item-button:hover {
  background-color: #f6ad41!important;
}