
/* Sign In 按钮 */
.signbtn.signin{
    background: #9F2A2A !important;
    border-color: #9F2A2A !important;
}

/* Complete Order 按钮 */
.btn_place_order.btn_global.sys_shadow_button{
    background: #9F2A2A !important;
    border-color: #9F2A2A !important;
}

/* hover 状态 */
.signbtn.signin:hover,
.btn_place_order.btn_global.sys_shadow_button:hover{
    background: #8B2323 !important;
    border-color: #8B2323 !important;
}


/* SHOW MORE 按钮 */
.next_btn .themes_box_button.trans{
    background:#9F2A2A !important;
    border:1px solid #9F2A2A !important;
    color:#fff !important;
}

/* hover */
.next_btn .themes_box_button.trans:hover{
    background:#8B2323 !important;
    border-color:#8B2323 !important;
    color:#fff !important;
}


