.psctd-box{
    border:1px solid #ddd;
    background:#fff;
    padding:14px;
    margin:15px 0;
    border-radius:6px;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.psctd-title{font-weight:700;margin-bottom:6px}
.psctd-current{margin-bottom:3px}
.psctd-next{margin-bottom:8px}
.psctd-progress{
    height:10px;
    background:#eee;
    border-radius:10px;
    overflow:hidden;
    margin:8px 0;
}
.psctd-progress span{
    display:block;
    height:10px;
    background:#2f7d32;
    transition:width .25s ease;
}
.psctd-ok{color:#237a2f;font-weight:600}
.psctd-auto{
    margin-top:6px;
    color:#237a2f;
    font-size:13px;
    font-weight:600;
}
.psctd-debug{
    margin-top:8px;
    font-size:12px;
    color:#a35b00;
    background:#fff4df;
    padding:6px;
}
.psctd-refreshing{opacity:.55}
.psctd-product-box{
    margin-top:16px;
    margin-bottom:18px;
}
@media(max-width:768px){
    .psctd-product-box{margin-top:12px}
}