.prc-row .quantity-tbl table{ border: 1px solid #eee;  table-layout: fixed; border-right: 0; border-bottom: 0}

.prc-row .quantity-tbl tr { cursor: pointer}

.prc-row .quantity-tbl tr:hover td { background: rgba(0,0,0,.05) }

.prc-row .quantity-tbl th, .prc-row .quantity-tbl td{padding-left: 40px!important;vertical-align: middle; font-size: 15px; text-align: left; padding: 10px 15px; border-bottom: 1px solid #eee; border-right: 1px solid #eee}

.prc-row .quantity-tbl th { padding: 15px 15px; background: #f9f9f9}

.prc-row .quantity-tbl td .over-line { font-size:11px; text-decoration: line-through; opacity: 0.7}

.prc-row .quantity-tbl table td:first-child{ padding-left: 40px}
#option-design_type.selected .col{    border: 2px solid #267cb5;}
.main-upload_design .error{color: red;font-size: 14px;}
.vi-loader {border: 10px solid #499E9F;border-radius: 50%;border-top: 10px solid #DE6B78;width: 50px;height: 50px;  -webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;margin: 0 auto 25px;}
#wizard-loader {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99999999999!important;
}
#wizard-loader .vi-loader{
    position: absolute;
    top: 45%;
    left: 45%;

}
.wtpbiz-show{
    z-index: 999;
    display: none;
}
.wtpbiz-show .wtpbiz-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.wtpbiz-show .wtpbiz-img-show{
    width: 80%;
    height: 80%;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
	max-height: 80%;
    max-width: 80%;
}
.wtpbiz-img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
	font-weight: bold;
}
.wtpbiz-img-show img{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}