/* Jelly 覆寫  */
.jq_box_highlight{ background-color: #282B2E; }
.web_dump_footer{ width: 90%; margin: auto; background-color: #282B2E; padding: 2rem 2rem 5rem 2rem; }

/* 取消討厭的 href=# */
a{ cursor:pointer; }


/* product-detail.php 配件 CSS 切換 */
.box_productfitting{ display:none; }
.box_productfitting.active{ display:block; }


/* swal2 bug */
.swal2-shown { overflow: unset !important; padding-right: 0px !important; }


/* rma filer */
.rmauploadbox{ 
    padding:3rem;
    border: 1px solid #3D60AF;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}
.rmapicsbox{ width:100%; }
.rmapicsone td{ padding-bottom:20px; }