.sc-amazon-gradient-before .kd-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(3,1,44);
    background: -moz-linear-gradient(131deg, rgba(3,1,44,1) 30%, rgba(255,153,0,0.8) 100%);
    background: -webkit-linear-gradient(131deg, rgba(3,1,44,1) 30%, rgba(255,153,0,0.8) 100%);
    background: linear-gradient(131deg, rgba(3,1,44,1) 30%, rgba(255,153,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134169",endColorstr="#ff9900",GradientType=1);
    opacity: 0.7;
	display: block;
}
.sc-amazon-button {
    background: #134169 !important;
	border:none;
}
.sc-amazon-button:hover {
    background: #ff9900 !important;
	border:none;
}

.sc-amazon-button-invert {
    background: #ff9900 !important;
	border:none;
}
.sc-amazon-button-invert:hover {
    background: #af6900 !important;
	border:none;
}