.entry-summary a.button21 {
    display: inline-block;
    width: 210px;
    height: auto;
    padding: 1px;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    user-select: none;
    color: #fff;
    border-radius: 0;
    background: #9b7e30;
    background-image: url(images/btn-by_one_click_opt.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 8px center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    max-width: 905px;
    min-width: 200px;
    font-weight: 600;
    font-size: 15px;
	border-radius: 5px;
	border-right: 1px solid #93772d;
    border-bottom: 1px solid #93772d;
	}
a.button21 {
    display: inline-block;
    width: 90%;
    height: auto;
    padding: 0;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    user-select: none;
    color: #fff;
    border-radius: 5px;
    background: #9b7e30;
    background-image: url(images/btn-by_one_click_opt.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 15px center;
    max-width: 355px;
    font-weight: 500;
    font-size: 13px;
	border-right: 1px solid #93772d;
    border-bottom: 1px solid #93772d;
}
a.button21:hover:not(:active) {
    background: #b5902b;
	background-image: url(images/btn-by_one_click_opt.png);
    background-repeat: no-repeat;
	background-position: 15px center;
}
a.button21:active {
    background: #b5902b;
	background-image: url(images/btn-by_one_click_opt.png);
    background-repeat: no-repeat;
	background-position: 15px center;
}
.entry-summary a.button21:active, .entry-summary a.button21:hover:not(:active) {
    background: #b5902b;
	background-image: url(images/btn-by_one_click_opt.png);
    background-repeat: no-repeat;
	background-position: 8px center;
}
a.button21.preorder, a.button21.preorder:active, a.button21.preorder:hover:not(:active), .entry-summary a.button21.preorder {
    background-image: none;
	padding-left: 0;
}
@media screen and (max-width:768px) {
	a.button21 {
		width: 100%;
		background-image: none;
		padding-left: 0;
		font-size: 14px;
	}
}


